/* 字体引用 */  
@font-face {
    font-family: 'MiSans';
    src: url('../font/MiSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MiSans-Medium';
    src: url('../font/MiSans-Medium.ttf');
    font-weight: 500; 
    font-style: normal;
} 
 
/* 字体引用结束 */

/* 默认样式 */
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    font-size: inherit;
    box-sizing: border-box;
} 

a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
}

hr {
    border: 0;
    display: block;
}
 
i {
    font-style: normal;
}

input,
textarea {
    font-size: inherit;
    font-family: inherit;
    background: transparent;
}

input:focus-visible,
textarea:focus-visible,
input:focus,
textarea:focus {
    background: transparent;
    outline: none;
}
input::input-placeholder{
	color:#999;
}
::-webkit-input-placeholder {
    color:#999;
}
::-moz-placeholder { /* Firefox 4 to 18 */
    color:#999;
}
::moz-placeholder { /* Firefox 19+ */
    color:#999;
}
input:-webkit-autofill {
    box-shadow: none;
    background-color: transparent !important;
    -webkit-text-fill-color: #313336;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    outline: none;
    -webkit-text-fill-color: #313336;
    transition: background-color 5000s ease-out 0.5s;
}


select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: url(../images/icon_down.png) no-repeat calc(100% - 2rem) center;
    padding-right:3rem;
    background-size: 1rem auto;
    font-size: inherit;
}

select::-ms-expand {
    display: none;
}

body *::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

body *::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 1px;
    background: #ddd;
}

body *::-webkit-scrollbar-track {
    width: 3px;
    border-radius: 1px;
    background: transparent;
}

html,
body {
    -webkit-text-size-adjust:none;
    width: 100%;
    position: relative;  
    font-weight: 400; 
    overscroll-behavior-y:none;
    font-size: 1.6rem;   
    font-family: MiSans, PingFang SC, '微软雅黑';
}  

.pc {
    display: block;
}

.wap {
    display: none !important;
} 
.bg {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: transform 0.5s ease 0s;
} 
.imgbox {
    position: relative;
    overflow: hidden;
}
.imgbox:hover .bg{
    transform: scale(1.1);
}
.wp{
    padding: 0 12.5%;
} 
/* 提示信息 */
#toastbody {
    position: fixed;
    z-index: 100;
    top: 12vh; 
    left: 0;
    width: 100%;
    transition: opacity 1.5s ease 0s;
    text-align: center;
}
#toast {
    box-sizing: border-box; 
    max-width: 90vw;
    display: inline-block;
    text-align: center;
    background: #313336;
    box-shadow: 0px 0.8rem 1rem 0px rgba(49, 51, 54, 0.1200);
    border-radius: 0.4rem;
    line-height: 22px;
    /* margin: 0 auto; */
    padding: 8px 2rem;
    font-size: 16px;
    color: #FFFFFF;  
}
@keyframes slideToRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(2rem);
    }

    100% {
        transform: translateX(0);
    }
} 

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;   
    background: rgba(19, 55, 66, 0.2);
    color: #FFFFFF;
} 
header.scroll,
header.scroll .header .menulist .list:hover .childbox,
header.bbg,
header.bbg .header .menulist .list:hover .childbox{
    background: #fff;
    color: #333;
} 

header .header {
    padding: 0 8.33%;
    min-height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
header .header .logo{
    width: 8.8rem;
    display: block;
} 
header .header .logo img:last-child{
    display: none;
}
header.scroll .header .logo img:first-child,
header.bbg .header .logo img:first-child{
    display: none;
}
header.scroll .header .logo img:last-child,
header.bbg .header .logo img:last-child{
    display: block;
}
header .header .menubody,
header .header .menulist{   
    display: flex;
    justify-content: space-between;
    align-items: center;   
}  
header .header .menulist{ 
    font-size: 1.6rem;
}
header .header .menulist .list{
    margin:0 2.5rem;
    white-space: nowrap;
    cursor: pointer;
}
header .header .menulist .list .tit{
    line-height: 6rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid transparent;
}
header .header .menulist .list .childbox{
    display: none;
    width: 100%; 
}
header .header .menulist .list .childbox .link{
    margin: 0 4rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid transparent;
} 
header.scroll .header .menulist .list.on .tit, 
header.bbg .header .menulist .list.on .tit, 
header.scroll .header .menulist .list .childbox .link.on, 
header.bbg .header .menulist .list .childbox .link.on{ 
    border-bottom: 1px solid #3496B3;
} 
header .header .menulist .list.on .tit,
header .header .menulist .list .childbox .link.on{ 
    border-bottom: 1px solid #fff;
}

header .header .btnbox { 
    display: flex;
    justify-content: center;
    align-items: center;   
    white-space: nowrap;
}
header .header .btnbox .icon{
    width: 2rem;
    display: block;
}
header .header .btnbox .lang .icon{
    margin-right: 0.5rem;
}
header .header .btnbox .icon:nth-child(2){
    display: none;
}
header.scroll .header .btnbox .icon:first-child,
header.bbg .header .btnbox .icon:first-child{
    display: none;
}
header.scroll .header .btnbox .icon:nth-child(2),
header.bbg .header .btnbox .icon:nth-child(2){
    display: block;
}
header .header .btnbox>*{
    margin-left: 2.4rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; 
    font-size: 1.4rem; 
} 
header .header .btnbox .search .searchinput{
    font-size: 1.4rem; 
    line-height: 2.8rem; 
    color: #FFFFFF;
    border: 0;
    width: 10rem;
    display: none;
}
header .header .btnbox .search .searchinput::placeholder{
    color: #fff;
}
/* header .header .btnbox .search:hover{
    border-bottom: 1px solid #FFFFFF;
}
header .header .btnbox .search:hover .searchinput{
    display: block;
    
} */


footer{  
    border-top: 1px solid rgba(179, 179, 179, 0.3);
    color: #333;  
    overflow: hidden;
}  
footer .top{
    padding: 6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
} 
footer .top .logo{
    width: 17rem;
    display: block;
} 
footer .linklist{
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
} 
footer  .linklist .list{
    margin-left: 7rem;
}
footer  .linklist .childbox .link{
    font-weight: 400;
    font-size: 1.6rem;  
    margin-top: 1.6rem;
    display: block;
    text-align: center;
}
footer  .linklist .link.tit{
    font-size: 1.4rem;  
    color: #999999;
    text-align: left;
    position: relative;
}
footer .copyright{ 
    padding: 6rem 0;
    font-size: 1.2rem;
    text-align: center;
    color: #B3B3B3;
}  

.fixedbox{
    position: fixed;
    right: 2rem;
    bottom: 20vh;
    z-index: 99; 
}
.fixedbox .bgborder{
    border-radius: 3.2rem;
    background: #FFFFFF;
    box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
    padding:1.2rem 0 ;
    position: relative;
}
.fixedbox .bgborder:first-child{
    padding: 0.3rem 0 1.8rem;
}
.fixedbox .bgborder .callbox{
    width: 6.4rem;
    font-size: 1.4rem;
    font-weight: 350; 
    text-align: center;
    line-height: 2rem;
    color: #333; 
    cursor: pointer;

}
.fixedbox .bgborder .callbox .icon{
    width: 5.6rem;
    display: block;
    border-radius: 50%;
    margin: 0 auto 1rem;
}
.fixedbox .bgborder .box{
    cursor: pointer;
    width: 6.4rem;
    font-size: 1.2rem;
    font-weight: 350; 
    text-align: center;
    color: #A6A6A6;
    padding: 1.2rem 0;
    position: relative;
}
.fixedbox .bgborder .box+.box::after{
    content: '';
    width: 2.4rem;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    top: 0;
    left: calc(50% - 1.2rem);
}
.fixedbox .bgborder .box .icon{
    width: 2.6rem;
    display: block;
    margin: 0 auto 0.6rem;
}
.fixedbox .bgborder .box .icon img:last-child{
    display: none;
}
.fixedbox .bgborder .prop{
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: 2.5rem;
    display: none;
}
.fixedbox .bgborder .prop .conbox{
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #E1F2F6 0%, #F0F8F9 34%, #FFFFFF 69%);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.8) ;
    box-shadow: 0px 1.2rem 1.6rem 0px rgba(21, 68, 96, 0.08);
    padding: 1rem 1.7rem;
}
.fixedbox .bgborder .callprop .conbox .row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.4rem 0;
}
.fixedbox .bgborder .callprop .conbox .row+.row{
    border-top: 1px solid #EEEEEE;
}
.fixedbox .bgborder .callprop .conbox .row .icon{
    width: 3rem;
    display: block;
    margin-right: 1.4rem;
    margin-left: 0;
    margin-bottom: 0;
}
.fixedbox .bgborder .callprop .conbox .row .label{
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    display: block;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}
.fixedbox .bgborder .callprop .conbox .row .txt{
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
font-family: 'MiSans-Medium';
    white-space: nowrap;
    color: #000000;
    display: block;
}
.fixedbox .bgborder .box .prop .conbox{
    padding: 2.8rem 2.5rem 2.2rem;
}
.fixedbox .bgborder .box .prop .conbox .code{
    width: 14rem;
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 1rem;
}
.fixedbox .bgborder .box .prop .conbox .tit{
    font-size: 1.4rem; 
    margin: 0.5rem 0;
color: #333333;
text-align: center;
}
.fixedbox .bgborder .box .prop .conbox .txt{
    text-align: center;
    font-size: 1.2rem; 
color: rgba(51, 51, 51, 0.6);
}

@media screen and (min-width:750px) {
    
header .header .menulist .list:hover .childbox{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(19, 55, 66, 0.1);
    padding:1.2rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
header.scroll .header .menulist .list:hover .tit, 
header.bbg .header .menulist .list:hover .tit, 
header.scroll .header .menulist .list .childbox .link:hover, 
header.bbg .header .menulist .list .childbox .link:hover{ 
    border-bottom: 1px solid #3496B3;
}
header .header .menulist .list:hover .tit,
header .header .menulist .list .childbox .link:hover{ 
    border-bottom: 1px solid #fff;
}
    .fixedbox .bgborder .box:hover{
        color: #333333;
    }
    .fixedbox .bgborder .box:hover .icon img:first-child{
        display: none;
    }
    .fixedbox .bgborder .box:hover .icon img:last-child{
        display: block;
    }
    .fixedbox .bgborder .callbox:hover .callprop{
        display: block;
    }
    .fixedbox .bgborder .box:hover .prop{
        display: block;
    }
}
.banner {
    position: relative;
    overflow: hidden;
}
.banner .txtbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.banner .txtbox h2{
    font-weight: 500;
font-family: 'MiSans-Medium';
    font-size: 4.4rem;
    color: #fff; 
} 
.pagenavfixed{
    position: relative; 
    left:0;
    width: 100%;
    z-index: 9;
    background: #FFFFFF;
}
.pagenavfixed.fixed{
    position: fixed; 
    left:0;
    width: 100%;
    z-index: 9;
    background: #FFFFFF;
}
.pagenavfixed .navbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px 0px #EEEEEE;
}
.pagenavfixed .nav{
    white-space: nowrap;
    font-size: 1.8rem; 
    line-height: 8rem; 
    color: #777777;
    margin-right: 6.4rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.pagenavfixed .nav.on{ 
font-weight: 500;
font-family: 'MiSans-Medium'; 
color: #3496B3;
border-bottom: 2px solid #3496B3;
}
.model .modeltit{
    font-size: 4rem;
    font-weight: 500;
font-family: 'MiSans-Medium';  
    color: #333333;
    position: relative;
}
.model{
    margin: 16rem 0 10rem;
    position: relative; 
}
.model .morebtn{
    border: 1px solid rgba(126, 157, 137, 0.4); 
    font-size: 1.8rem;
    color: #333;
    line-height: 6rem;
    text-align: center;
    width:21.2rem;
    display: block;
    margin: 0 auto; 
} 

.detailmodel{
    margin: 10rem 0;
}
.detailmodel .navlink{
    margin-bottom: 8rem;
    font-size: 1.2rem; 
    color: #999999;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.detailmodel .navlink a+a{
    margin-left: 0.8rem;
    padding-left: 0.8rem; 
    position: relative;
}
.detailmodel .navlink a+a::after{
    content: '';
    width: 1px;
    height: 1.2rem;
    transform: rotate(15deg);
    background: #DDDDDD;
    position: absolute;
    left: 0;
    top: calc(50% - 0.4rem);
}
.detailmodel .navlink a:last-child{
    color: #474747;
}
/* 分页 */

.paginationbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
}

.paginationbox p {
    font-size: 1.6rem;
    color: #313336;
    width: 3.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0 0.8rem;
    cursor: pointer;
    color: #666666;
}

.paginationbox p.pageno:hover {
    color: #3496B3;
}

.paginationbox p.pageno.on { 
    font-weight: 500;
font-family: 'MiSans-Medium';
    color: #FFFFFF;
    background: #3496B3;
}

.paginationbox p img {
    width: 2.4rem;
    display: block;
}
 

.paginationbox p.pagebtn.no:hover img {
    opacity: 0.8;
} 

.emptybox{
    margin: 13rem auto;
    font-size: 2rem;
font-weight: 350; 
text-align: center;
color: #777777;
}
.emptybox .empty{
    width: 13rem;
    display: block;
    margin: 0 auto 3rem;
}
.BMap_bubble_title {
    color: #55AAC5  !important;
    font-size: 1.8rem!important;
    height: 2em!important;
    /* font-family: SourceHanSansCN-Bold, PingFang SC; */
    font-weight: bold;
    text-align: left;
    background: transparent !important;     
    padding: 0 1.6rem 0!important;
    margin-top: 1.6rem;
}  
.BMap_bubble_center {
    height: 70px !important;  
} 
.BMap_bubble_content { 
    color: #333  !important;
    font-size: 1.4rem!important;
    height: 70px !important;  
    padding:0 1.6rem!important;
}

.BMap_bubble_center a,
.BMap_bubble_content a { 
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
    padding: 0.2rem 1.5rem;
    display: inline-block;
    background: #3496B3;
    border-radius: 0.4rem;
    position: absolute;
    font-size: 1.4rem;
    right: 0.5rem;
    bottom: 1.5rem;
}
.BMap_cpyCtrl{
    display: none;
}
.BMap_bubble_center {
    height: 74px !important;  
}  

/* 移动端兼容 */
@media screen and (max-width:750px) {
 
    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }  
    
    .wp{
        padding: 0 2rem;
    }

     

    header  {
        background: rgba(0, 0, 0, 0);
    }
    header .header {
        padding: 1rem 5.33%; 
    }
   
    header .header .menubody{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; 
        height: calc(100vh - 5rem);
        background: #fff ;
        color: #333;
    } 
     header .header .menulist {
         display: block;
        } 
        header .header .menulist  .list{
            position: relative; 
border-bottom: 1px solid  rgba(48, 49, 51, 0.1);
        }
        header .header .menulist  .list.on .tit{ 
            border-bottom: none!important;
            color: rgba(52, 150, 179, 1);
        }
        header .header .menulist  .list .ico{
            width: 1.6rem;
            height: 1.6rem;
            position: absolute;
            top: 2rem;
            right: 0;
            display: block;
            background: url(../images/icon_+1.png) center no-repeat;
            background-size: contain;
        }
        header .header .menulist .list.on  .ico{
            background: url(../images/icon_-1.png) center no-repeat;
            background-size: contain;
        }
        header .header .menulist .list.on .childbox{
            display: block;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;  
            padding: 0 0 1.8rem ;
            display: block;
        } 
        header .header .menulist .list .childbox .link{
            margin: 0 ;
            padding:1.1rem 0;
            display: block; 
        }
            header .header .menulist .list .childbox .link.on{
            border-bottom: none!important;
            color: rgba(52, 150, 179, 1);
        }
    header .header .enBox .lang{
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 1.4rem; 
        position: absolute;
        bottom: 5rem;
        left: 5rem;
    }
    header .header .enBox .lang .icon{
        width: 2rem;
    }
    header .header .btnbox { 
        display: flex;
        justify-content: center;
        align-items: center;   
    }
    header .header .btnbox .icon{
        width: 2.4rem;
        display: block;
    } 
    header .header .btnbox>div{
        margin-left:1.6rem; 
        font-size: 1.4rem; 
    } 

    footer{  
        border-top: 1px solid rgba(179, 179, 179, 0.3);
        color: #333;  
        overflow: hidden;
    }  
    footer .top{
        padding: 6rem 0 0;
        display:block; 
    } 
    footer .top .logo{
        display: block;
        width: 12.2rem;
        margin-bottom: 4rem;
    } 
    footer .linklist{
        display:block; 
    } 
    footer  .linklist .list{
        margin-left: 0;
        padding: 1.55rem 0;
        border-bottom: 1px solid #D8D8D8;
    }
    footer  .linklist .list:last-child{
        border: 0;
    }
    footer  .linklist .childbox {
        display: none;
    }
    footer  .linklist .list.on .childbox {
        display: block;
    }
    footer  .linklist .childbox .link{
        font-size: 1.2rem;    
        text-align: left;
    }
    footer  .linklist .link.tit{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    footer  .linklist .link.tit .ico{ 
        width: 1.6rem;
        height: 1.6rem; 
        position: absolute;
        right: 0;
        top: calc(50% - 0.8rem);
        transition: all 0.3s ease 0s;
    }
    footer  .linklist .list.on .link.tit .ico{
        transform: rotate(90deg);
    } 
    footer .copyright{ 
        padding: 2.5rem 0 4.5rem;
        font-size: 1rem; 
    }  
    .fixedbox{
        position: fixed;
        right: 1.4rem;
        bottom: 10vh;
        z-index: 99; 
        display: none;
    } 
    .fixedbox .bgborder{
        padding: 1rem 0;
    }
    .fixedbox .bgborder:first-child{
        padding: 0.3rem 0 1.4rem;
    }
    .fixedbox .bgborder .callbox{
        width: 5.2rem; 
    }
    .fixedbox .bgborder .callbox .icon{
        width:4.6rem;
        margin: 0 auto 0.6rem;
    }
    .fixedbox .bgborder .box{ 
        width: 5.2rem;   
        font-size: 1.1rem;
    }  
    .fixedbox .bgborder .prop{
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-right:0;
        background: rgba(51, 51, 51, 0.5);
        display: none;
        z-index: 100;
    }  
    .fixedbox .bgborder .prop .conbox .close{
        width: 2.4rem;
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
    .fixedbox .bgborder .prop .conbox{
        width: 75%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%); 
        padding: 2rem 3.2rem;
    }
    .fixedbox .bgborder .callprop .conbox .row{ 
        padding: 2rem 0;
        align-items: flex-start;
    } 
    .fixedbox .bgborder .callprop .conbox .row .icon{
        margin:0 1.4rem 0 0;
    }
    .fixedbox .bgborder .callprop .conbox .row .label{
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .fixedbox .bgborder .callprop .conbox .row .txt{
        font-size: 1.6rem;
    }
    .fixedbox .bgborder .jyprop .conbox{
        padding: 5.1rem 2.5rem ;
    } 
    .fixedbox .bgborder .jyprop .conbox .tit{ 
        margin: 2rem 0 0.5rem; 
    } 
    .banner .txtbox { 
        align-items: center;
        height: 75%;
    }
    .banner .txtbox h2{ 
        font-size: 2.6rem; 
        /* margin-bottom: 20%; */
    } 
    .pagenavfixed{ 
        overflow-x: auto;
    }
    .pagenavfixed::-webkit-scrollbar{
        display: none;
    } 
    .pagenavfixed .nav{
        white-space: nowrap;
        font-size: 1.6rem; 
        line-height: 6rem;  
        margin-right:2.6rem;  
    } 
    .pagenavfixed .nav:last-child{
        margin-right: 0;
    }
    .model .modeltit{
        font-size:2.2rem;
    }
    .model{
        margin: 4rem 0;
        position: relative;
    }
    .model .morebtn{
        font-size: 1.4rem;
        line-height: 3.8rem;
        width:100%;
    } 
    

    .detailmodel{
        margin: 7rem 0 4rem;
    }
    .detailmodel .navlink{
        margin-bottom: 4rem; 
    }  


    .emptybox{
        margin: 8.8rem auto;
        font-size: 1.6rem;
    }
    .emptybox .empty{
        width: 8.6rem;
        display: block;
        margin: 0 auto 2rem;
    }


    .BMap_bubble_center {
        height: 66px !important;  
    } 

 

    #toast {
        padding: 8px 16px;
        font-size: 1.3rem;  
    }
    /* 分页 */
    .paginationbox { 
        display: none;
    }
    .fixedboxWap{
        position: fixed;
        width: 100%;
        background-color: #fff;
        bottom: 0;
        left: 0;
        box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.1);
        z-index: 9;
    }
    .fixedboxWap .fBox{
        display: flex;
        align-items: center;
        padding: 0 2rem;
        height: 6rem;
        display: none;  
    }
    .fixedboxWap .fBox .btnBox{
        display: flex;
        align-items: center;
    }
    .fixedboxWap .fBox .btnBox .item{
        margin-right: 2rem;
    }
    .fixedboxWap .fBox .btnBox .item .icon .bg{
        width: 2.4rem;
        height: 2.4rem;
        margin: auto;
        display: block;
    }
    .fixedboxWap .fBox .btnBox .item p{
        font-size: 1.2rem;
        color: #777777;
        text-align: center;
    }
    .fixedboxWap .fBox .lianxiT{
        margin-left: auto;
        background: #3496B3;
        font-size: 1.4rem;
        color: #fff;
        line-height: 4rem;
        padding: 0 3.2rem;
        border-radius: 100px;
    }
    .fixedboxWap .fBox .btnBox .item .prop{
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-right:0;
        background: rgba(51, 51, 51, 0.5);
        display: none;
        z-index: 100;
    }  
    .fixedboxWap .fBox .btnBox .item .conbox .close{
        width: 2.4rem;
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
    .fixedboxWap .fBox .btnBox .item .conbox .code{
        width: 14rem;
        display: block;
        margin: 0 auto;
        background: #fff;
        border-radius: 1rem;
    }
    .fixedboxWap .fBox .btnBox .item .conbox .tit{
        font-size: 1.4rem;
        margin: 0.5rem 0;
        color: #333333;
        text-align: center;
    }
    .fixedboxWap .fBox .btnBox .item .conbox .txt{
        text-align: center;
        font-size: 1.2rem;
        color: rgba(51, 51, 51, 0.6);
    }
    .fixedboxWap .fBox .btnBox .item .prop .conbox{
        width: 75%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%); 
        padding: 2rem 3.2rem;
        border-radius: 1.2rem;
        background: linear-gradient(180deg, #E1F2F6 0%, #F0F8F9 34%, #FFFFFF 69%);
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1.2rem 1.6rem 0px rgba(21, 68, 96, 0.08);
    }
    .fixedboxWap .fBox .lianxiT .prop{
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-right:0;
        background: rgba(51, 51, 51, 0.5);
        display: none;
        z-index: 100;
    }  
    .fixedboxWap .fBox .lianxiT .prop .conbox{
        width: 75%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%); 
        padding: 2rem 3.2rem;
        border-radius: 1.2rem;
        background: linear-gradient(180deg, #E1F2F6 0%, #F0F8F9 34%, #FFFFFF 69%);
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.8) ;
        box-shadow: 0px 1.2rem 1.6rem 0px rgba(21, 68, 96, 0.08);
    }
    .fixedboxWap .fBox .lianxiT .prop .conbox .row{ 
        padding: 2rem 0;
        align-items: flex-start;
        display: flex;
        justify-content: flex-start;
        line-height: 2rem;
    } 
    .fixedboxWap .fBox .lianxiT .prop .conbox .row .icon{
        width: 3rem;
        display: block;
        margin: 0 1.4rem 0 0;
    }
    .fixedboxWap .fBox .lianxiT .prop .conbox .row .label{
        white-space: nowrap;
        display: block;
        text-align: left;
        color: rgba(0, 0, 0, 0.7);
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .fixedboxWap .fBox .lianxiT .prop .conbox .row .txt{
        text-align: left;
        font-size: 1.6rem;
        font-weight: 500;
        font-family: 'MiSans-Medium';
        white-space: nowrap;
        color: #000000;
        display: block;
    }
    .fixedboxWap .fBox .lianxiT .prop .conbox .close{
        width: 2.4rem;
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
    
    body,html{
        padding-bottom: 2rem;
    }
}