@charset "utf-8";

/* CSS Document */
/*公共样式*/
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: calc(100vw / 1920);
}

body {
    font-family: "Microsoft Yahei";
    /*opacity: 0;*/
    /*transition: all 1s;*/
    width: 100%;
    overflow-x: hidden;
}

img {
    border: none;
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input,
select,
textarea {
    font-family: "Microsoft Yahei";
}

a,
input,
label {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}


/*顶部*/
.head {
    height: .56rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
}

.head + div {
    margin-top: .56rem;
}

.logo-box {
    margin-left: .24rem;
}

.logo-img {
    width: 1.1rem;
    display: block;
    height: auto;
}

.online-consultation {
    width: 1.12rem;
    height: .56rem;
    background: #013DB6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: .16rem;
    font-weight: bold;
    cursor: pointer;
}


/*导航*/
.nav-box {
    display: flex;
    align-items: center;
    gap: .56rem;
}

.nav-item {
    color: #000;
    font-size: .16rem;
    position: relative;
    display: flex;
    align-items: center;
    height: .56rem;
    cursor: pointer;
}

.nav-item.cur {
    color: #013DB6;
    font-weight: 500;
}

.nav-item.cur::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .02rem;
    border-radius: .01rem;
    background: #013DB6;
}


/*广告位*/
.advertising-space {
    width: 100%;
    margin-top: 1.2rem;
}

.advertising-space .ad-img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

/*底部*/
.foot {
    width: 100%;
}

.foot-con {
    width: 14rem;
    margin: 0px auto;
    display: flex;
    gap: 1.9rem;
    justify-content: center;
    border-bottom: .01rem solid rgba(36, 41, 51, .3);
    padding-top: .8rem;
    padding-bottom: .39rem;
}


.foot-item-title {
    color: rgba(0, 0, 0, .8);
    font-size: .24rem;
    font-weight: 500;
    margin-bottom: .24rem;
}

.foot-item-li {
    color: rgba(0, 0, 0, .65);
    font-size: .16rem;
    font-weight: 400;
    margin-bottom: .16rem;
    display: block;
    cursor: pointer;
}

.foot-item-li:hover{
    color: #013DB6;
}

.foot-filing {
    min-height: .99rem;
    color: #000;
    font-size: .12rem;
    font-weight: 400;
    line-height: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-r-p1 {
    color: rgba(0, 0, 0, .85);
    font-size: .16rem;
    font-weight: 500;
    margin-bottom: .16rem;
}

.foot-r-p2 {
    color: rgba(0, 0, 0, .45);
    font-size: .16rem;
    font-weight: 400;
    margin-bottom: .24rem;
}

.foot-r-ewm {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: .16rem;
    margin-bottom: .24rem;
}

.foot-r-ewm-i {
    width: 1rem;
    height: 1rem;
    border-radius: .2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #F4F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ewm-img {
    width: .76rem;
    height: .76rem;
    border-radius: .1rem;
    border: 2px solid #013DB6;
}

.foot-r-p3 {
    color: #000;
    font-size: .16rem;
    font-weight: 400;
}

.foot-r-p4 {
    width: 1.12rem;
    height: .4rem;
    border-radius: .2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #F4F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #013DB6;
    font-size: .16rem;
    margin-top: .16rem;
    cursor: pointer;
}

/*右侧 悬浮*/

.right-fixed {
    position: fixed;
    right: .8rem;
    top: 40%;
    z-index: 1;
}

.customer-service {
    width: .4rem;
    height: 1.28rem;
    border-radius: .3rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FAFAFA;
    color: #013DB6;
    font-size: .14rem;
    font-style: normal;
    font-weight: 400;
    padding: .08rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.customer-service span {
    /*writing-mode: vertical-lr;*/
    line-height: .2rem;
}

.kf-img {
    width: .24rem;
    display: flex;
    height: auto;
    margin-bottom: .04rem;
}

.back-top {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .16rem;
    cursor: pointer;
}

.fhdb-img {
    width: .24rem;
    display: flex;
    height: auto;
}

/*首页轮播*/

.swiper-box .img-lb {
    width: 100vw;
    display: block;
    height: auto;
}

.custom-pagination {
    position: absolute;
    left: 13.54% !important;
    bottom: .4rem !important;
    z-index: 1;
}


.swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    border-radius: .16rem;
    opacity: 0.45;
    background: #FFF;
}

.swiper-pagination-bullet-active {
    background: #013DB6;
}

.product-box {
    width: 14rem;
    margin: 0px auto;
}


/*产品区域1*/
.product-box-1 {
    margin-top: 1.2rem;
}

.product-box-1-title {
    color: #242933;
    font-size: .42rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: .4rem;
}

.product-box-1-list {
    display: flex;
    flex-wrap: wrap;
    gap: .24rem;
}

.product-box-1-item {
    width: 6.88rem;
    height: 5.12rem;
    border-radius: .16rem;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.product-img {
    position: absolute;
    width: 100%;
    height: 5.12rem;
    left: 0;
    top: 0;
    overflow: hidden;
}

.product-box-1-item:hover .product-img img {
    transform: scale(1.1);
    opacity: .8;
    transition: all .5s;
}

.product-box-1-item:hover .product-info-t3 {
    background: #013DB6;
    color: #fff;
    border: 1px solid #013DB6;
}


.cp01-img {
    width: 100%;
    display: block;
    height: auto;
}

.product-info {
    position: absolute;
    left: .4rem;
    top: .4rem;
}

.product-info-t1 {
    color: #242933;
    font-size: .24rem;
    font-weight: 600;
    margin-bottom: .14rem;
}

.product-info-t2 {
    color: #242933;
    font-size: .16rem;
    margin-bottom: .24rem;
}

.product-info-t3 {
    width: 1.12rem;
    height: .4rem;
    border-radius: .2rem;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.01);
    color: #000;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/*产品区域2*/
.product-box-2 {
    margin-top: 1.2rem;
}

.product-box-2-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-box-2-con-l {
    width: 7rem;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}

.product-box-2-con-l:hover .product-2-img img {
    transform: scale(1.1);
    opacity: .8;
    transition: all .5s;
}

.product-box-2-con-l:hover .product-info-t3 {
    background: #013DB6;
    color: #fff;
    border: 1px solid #013DB6;
}

.product-box-2-con-r .product-info-t3:hover {
    background: #013DB6;
    color: #fff;
    border: 1px solid #013DB6;
}

.product-2-img {
    width: 100%;
    height: 5rem;
    border-radius: .16rem;
    overflow: hidden;
}

.cp02-img {
    width: 100%;
    display: block;
    height: auto;
}

.product-info-t0 {
    width: .4rem;
    height: .4rem;
    border-radius: .1rem;
    overflow: hidden;
    margin-bottom: .16rem;
}

.icon-01 {
    width: 100%;
    display: block;
    height: auto;
}

.product-box-2-con-r {
    width: calc(100% - 7rem - .24rem);
    height: 5rem;
    display: flex;
    align-items: center;
    gap: .24rem;
    flex-flow: wrap;
}

.product-box-2-con-item {
    width: calc((100% - .24rem - 0.08rem) / 2);
    height: 2.35rem;
    border-radius: .1rem;
    border: .01rem solid rgba(0, 0, 0, 0.05);
    background: #FAFAFA;
    position: relative;
}

.product-box-2-con-item .product-info {
    left: .32rem;
    top: .24rem;
}

/*产品区域3*/
.product-box-3 {
    margin-top: 1.2rem;
}

.product-3-list {
    display: flex;
    align-items: center;
    gap: .24rem;
}

.product-3-item {
    width: calc((100% - .48rem) / 3);
    height: 2.4rem;
    border-radius: .1rem;
    border: .01rem solid rgba(0, 0, 0, 0.05);
    background: #FAFAFA;
    box-sizing: border-box;
    padding: .32rem;
}

.product-3-item-t1 {
    color: #242933;
    font-size: .23rem;
    font-weight: 600;
    margin-bottom: .14rem;
}

.product-3-item-t2 {
    color: #242933;
    font-size: .16rem;
    line-height: .24rem;
    min-height: .48rem;
}

.product-3-item-t3 {
    width: 1.12rem;
    height: .4rem;
    border-radius: .2rem;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.01);
    color: #000;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .42rem;
    cursor: pointer;
}

.product-3-item-t3:hover {
    background: #013DB6;
    color: #fff;
    border: 1px solid #013DB6;
}

.icon-06 {
    width: .24rem;
    height: .24rem;
    display: inline-block;
    vertical-align: baseline;
    margin-right: .08rem;
}

/* 产品中心页 产品区域4*/
.product-box-4 {
    margin-top: 1.2rem;
}

.product-box-4-tab-h {
    display: flex;
    gap: .8rem;
}

.product-box-4-tab-h-i {
    color: #000;
    font-size: .32rem;
    /*height: .62rem;*/
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-bottom: .08rem;
}

.product-box-4-tab-h-i.cur {
    color: #000;
    font-size: .42rem;
    font-weight: 500;
}

.product-box-4-tab-h-i.cur::after {
    content: '';
    position: absolute;
    width: 100%;
    height: .04rem;
    border-radius: .02rem;
    background: #013DB6;
    left: 0;
    bottom: 0;
}


.product-box-4-tab-c {
    margin-top: .55rem;
}

.product-box-4-tab-c-i {
    display: none;
}

.product-box-4-tab-c-i.cur {
    display: block;
}

.product-box-4-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: .24rem;
}

.product-box-4-list-i {
    width: calc((100% - .58rem) / 3);
    height: 3.41rem;
    border-radius: .1rem;
    border: .01rem solid rgba(0, 0, 0, 0.05);
    background: #FAFAFA;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.product-box-4-list-i:hover .product-box-4-img img {
    transform: scale(1.1);
    opacity: .8;
    transition: all .5s;
}

.product-box-4-list-i:hover .product-box-4-t3 {
    background: #013DB6;
    color: #fff;
    border: 1px solid #013DB6;
}

.product-box-4-list-i:hover .product-info-t3 {
    background: #013DB6;
    color: #fff;
    border: 1px solid #013DB6;
}

.product-box-4-img {
    width: 100%;
    height: 3.41rem;
}

.cp03-img {
    width: 100%;
    display: block;
    height: auto;
}


.product-box-4-info {
    position: absolute;
    left: .32rem;
    top: .32rem;
}

.product-box-4-t1 {
    color: #242933;
    font-size: .24rem;
    font-weight: 600;
}

.product-box-4-t2 {
    width: .64rem;
    height: .04rem;
    background: #D9D9D9;
    margin-top: .24rem;
    margin-bottom: .34rem;
}

.product-box-4-t3 {
    width: 1.12rem;
    height: .4rem;
    border-radius: .2rem;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.01);
    color: #000;
    font-size: .16rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*解决方案 - 详情*/

.product-details {
    margin-top: .7rem;
    border-radius: .1rem;
    border: .01rem solid rgba(0, 0, 0, 0.05);
    background: #FAFAFA;
    padding: .4rem;
}

.product-details-title {
    color: #000;
    font-size: .32rem;
    font-weight: 500;
}

.product-details-time {
    color: #000;
    font-size: .14rem;
    font-weight: 400;
    margin-top: .32rem;
    margin-bottom: .15rem;
}


.icon-22 {
    width: .16rem;
    height: .16rem;
    margin-right: .08rem;
}

.product-details-con {
    border-top: .01rem solid rgba(0, 0, 0, .05);
    color: #000;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: .54rem;
    padding-top: .4rem;
}

/* 关于我们页 产品区域5*/
.product-box-5 {
    margin-top: 1.2rem;
}

.product-box-5-t {
    margin-bottom: .4rem;
}

.title-15-img {
    width: 100%;
    display: block;
    height: auto;
}

.product-box-5-c {
    overflow: hidden;
}

.product-box-5-c-r {
    float: right;
    width: 7.33rem;
    height: 4.93rem;
    border-radius: .1rem;
    overflow: hidden;
    margin-left: .4rem;
}

.product-box-5-c-r > img {
    width: 100%;
    display: block;
    height: auto;
}

.product-box-5-c-l {
    color: #000;
    font-size: .24rem;
    font-weight: 400;
    line-height: .4rem;
}

.product-box-5-c-l > div {
    margin-top: .24rem;
}

.product-box-5-c-l > div:first-child {
    margin-top: 0;
}

/* 关于我们页 产品区域6*/

.product-box-6-wrap {
    width: 100%;
    height: 6.04rem;
    background: url("../img/23.png") center no-repeat;
    background-size: 100% 100%;
    margin-top: 1.2rem;
}

.product-box-6 {
    width: 14rem;
    margin: 0px auto;
    padding-top: .8rem;
}

.product-box-6-t {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-16-img {
    width: 6.53rem;
    display: block;
    height: auto;
}

.product-box-6-c {
    display: flex;
    align-items: center;
    gap: .24rem;
    margin-top: .8rem;
}

.product-box-6-c-i {
    width: 3.32rem;
    height: 2.58rem;
    border-radius: .1rem;
    border: .01rem solid rgba(0, 0, 0, 0.05);
    background: #FFF;
}

.product-box-6-c-i-icon {
    width: .94rem;
    height: .94rem;
    border-radius: .1rem;
    background: #0558FF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    margin-top: -.32rem;
}

.product-box-6-c-i-icon > img {
    width: .71rem;
    height: auto;
    display: block;
}


.product-box-6-c-i-title {
    color: #242933;
    text-align: center;
    font-size: .24rem;
    font-weight: 600;
    margin-top: .32rem;
    margin-bottom: .16rem;
}

.product-box-6-c-i-con {
    color: #242933;
    font-size: .16rem;
    line-height: .28rem;
    width: 2.68rem;
    margin: 0px auto;
}

/* 关于我们页 产品区域7*/
.product-box-7-wrap {
    width: 14rem;
    margin: 0px auto;
    min-height: 5.14rem;
}

.product-box-7 {

}


.product-box-7-t {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-17-img {
    width: 4.37rem;
    display: block;
    height: auto;
}

.product-box-7-c {
    margin-top: .8rem;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: .24rem;
}

.product-box-7-c-i {
    width: 3.32rem;
    height: 1.2rem;
    border-radius: .2rem;
    background: #FFF;
    box-shadow: .12rem .12rem .24rem 0 #CED8E3, -.12rem -.12rem .24rem 0 rgba(255, 255, 255, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-7-logo-img {
    width: 1.01rem;
    display: block;
    height: auto;
}


/* 关于我们页 产品区域8*/

.product-box-8-wrap {
    width: 100%;
    height: 5.54rem;
    background: url("../img/24.png") center no-repeat;
    background-size: 100% 100%;
}

.product-box-8 {
    width: 14rem;
    margin: 0px auto;
    padding-top: .8rem;
}

.product-box-8-t {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-18-img {
    width: 4.21rem;
    display: block;
    height: auto;
}

.product-box-8-c {
    display: flex;
    align-items: center;
    gap: .24rem;
    margin-top: .8rem;
}

.product-box-8-c-i {
    width: 4.5rem;
    height: 2.4rem;
    border-radius: .1rem;
    border: .01rem solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    box-sizing: border-box;
    padding: .4rem;
}

.product-box-8-c-i-t {
    color: #242933;
    font-size: .24rem;
    font-weight: 600;
    margin-bottom: .14rem;
    overflow: hidden;
}

.icon-19 {
    width: .32rem;
    height: .32rem;
    float: left;
    margin-right: .16rem;
}

.product-box-8-c-i-c {
    color: #242933;
    font-size: .16rem;
    font-weight: 400;
    line-height: .32rem;
    margin: 0px auto;
}

/* 产品中心页 产品区域9*/
.product-box-9-c {
    margin-top: .24rem;
}

.cpgs > div {
    position: relative;
    height: 6rem;
    color: #000;
}

.product-box-9-c-i {
    display: none;
}

.product-box-9-c-i.cur {
    display: block;
}

.cpgs .product-box-9-c-i-01 {

}

.cpgs .product-box-9-c-i-01-l-t1 {
    font-size: .42rem;
    font-weight: 500;
    margin-bottom: .16rem;
}

.cpgs .product-box-9-c-i-01-l-t2 {
    font-size: .16rem;
    font-weight: 500;
    line-height: .24rem;
}

.cpgs .product-box-9-c-i-01, .cpgs .product-box-9-c-i-05 {
    color: #fff;
}

.cpgs .product-box-9-c-i-01 {
    background: url("../img/11.png") center no-repeat;
    background-size: 100% 100%;
}

.cpgs .product-box-9-c-i-02 {
    background: linear-gradient(127deg, #CFDEF5 8.2%, #9EB0D4 115.1%);
}

.cpgs .product-box-9-c-i-03 {
    background: #FAFAFA;
}

.cpgs .product-box-9-c-i-04 {
    background: linear-gradient(127deg, #F5ECCF 8.2%, #D4C79E 115.1%);
}

.cpgs .product-box-9-c-i-05 {
    background: #000;
}

.cpgs .product-box-9-c-i-01-l {
    height: 6rem;
    display: flex;
    align-items: center;
    width: 5.19rem;
}

.cpgs .product-box-9-c-i-01 .product-box-9-c-i-01-r {
    position: absolute;
    bottom: 0;
    right: 4.42rem;
}

.cpgs .product-box-9-c-i-01 .product-box-9-c-i-01-l {
    margin-left: 3.4rem;
}

.cpgs .product-box-9-c-i-02 .product-box-9-c-i-02-r {
    position: absolute;
    bottom: 0;
    left: 3.76rem;
}

.cpgs .product-box-9-c-i-02 .product-box-9-c-i-01-l {
    float: right;
    margin-right: 4.25rem;
}


.cpgs .product-box-9-c-i-03 .product-box-9-c-i-03-r {
    position: absolute;
    right: 2.6rem;
    top: 1.68rem;
}

.cpgs .product-box-9-c-i-03 .product-box-9-c-i-01-l {
    margin-left: 2.6rem;
}

.cpgs .product-box-9-c-i-04 .product-box-9-c-i-04-r {
    position: absolute;
    left: 2.72rem;
    top: .88rem;
}

.cpgs .product-box-9-c-i-04 .product-box-9-c-i-01-l {
    float: right;
    margin-right: 4.25rem;
}

.cpgs .product-box-9-c-i-05 .product-box-9-c-i-05-r {
    position: absolute;
    right: 3.68rem;
    top: .88rem;
}

.cpgs .product-box-9-c-i-05 .product-box-9-c-i-01-l {
    margin-left: 3.77rem;
}

.product-box-9-c-i-04-r {
    display: flex;
    align-items: center;
    gap: .24rem;
    width: 6.48rem;
    flex-flow: wrap;
}

.product-box-9-c-i-04-r-1 {
    width: 3rem;
    height: 2rem;
    overflow: hidden;
    border-radius: .1rem;
}

.product-box-9-c-i-05-r {
    display: flex;
    align-items: center;
    gap: .24rem;
    width: 6.48rem;
    flex-flow: wrap;
}

.product-box-9-c-i-05-r-1 {
    width: 3rem;
    height: 2rem;
    overflow: hidden;
    border-radius: .1rem;
}

.cp04 {
    width: 3.48rem;
    height: auto;
    display: block;
}


.cp05 {
    width: 8.25rem;
    height: auto;
    display: block;
}


.cp06 {
    width: 3rem;
    height: auto;
    display: block;
}

.jscs-box {
    width: 14rem;
    margin: 0px auto;
    border-radius: .1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FAFAFA;
    padding: .4rem;
    box-sizing: border-box;
    margin-bottom: .8rem;
}


/*客服弹窗*/

.pop-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .45);
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
}

.pop-main {
    position: fixed;
    width: 6.75rem;
    height: 7.06rem;
    border-radius: .1rem;
    background: linear-gradient(180deg, #CAEEFF 0%, #E3F6FE 17.89%, #FCFDFF 100%);
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0px .42rem;
    padding-top: .72rem;
    box-sizing: border-box;
}

.pop-p1 {
    color: #000;
    font-size: .2rem;
    font-weight: 500;
    line-height: .28rem;
    margin: 0px auto;
}


.pop-p2 {
    width: 3.4rem;
    height: 4.56rem;
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(30, 199, 255, 0.20);
    margin: 0px auto;
    margin-top: .34rem;
    padding: .32rem;
    box-sizing: border-box;
}

.pop-p2-t {
    display: flex;
    align-items: center;
}

.pop-p2-t-l {
    width: .84rem;
    height: .84rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .19rem;
}

.tx-img-25 {
    width: 100%;
    display: block;
    height: auto;
}

.pop-p2-t-r-t1 {
    color: #000;
    font-size: .2rem;
    font-weight: 500;
    line-height: .28rem;
    margin-bottom: .16rem;
}

.pop-p2-t-r-t2 {
    color: rgba(0, 0, 0, .45);
    font-size: .16rem;
    font-weight: 500;
    line-height: .24rem;
}

.pop-p2-ewm {
    width: 2.76rem;
    height: 2.76rem;
    border-radius: .1rem;
    overflow: hidden;
    margin: 0px auto;
    margin-top: .32rem;
    border: .01rem solid rgba(0, 0, 0, .45);
}

.pop-ewm-img {
    width: 100%;
    display: block;
    height: auto;
}

.pop-p3 {
    color: #B4B4B4;
    font-size: .16rem;
    font-weight: 500;
    line-height: .24rem;
    text-align: center;
    margin-top: .32rem;
}

.pop-close-img {
    position: absolute;
    top: 0;
    right: 0;
    width: .56rem;
    height: .56rem;
    cursor: pointer;
}
