html,body{
    font-family: FunctionPro, sans-serif;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.center{
    text-align:center;
}


/*分页样式*/
.paging .pagination>li>a{
    float:none;
    color:#999;
    border:none;
    display: inline-block;
}
.paging .pagination>li:first-child>a,.paging .pagination>li:last-child>a{
    border-radius:0px;
}
.paging .pagination>li>a.active{
    background:#333!important;
}

.top-frame{
    margin:0 auto;
}
.floatingLayer{
    background: #fff;
    padding-bottom: 15px;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 1px solid #ddd;
}
.top-frame .logo{
    text-align:center;
    transition: all 0.5s cubic-bezier(0.35, 0.33, 0.25, 1.045);
}
.top-frame .logo img{
    width:4.6rem;
    overflow: hidden;
    position:relative;
}
ul,li{
    list-style: none;
    display:inline-block;
    margin-bottom:0px;
    vertical-align: top;
    text-align:center;
}

.nav-ul li{
    /*min-height:3.37rem;*/
    font-size: 0.53rem;
    width:12%;
}
.icon-ul li:hover{
    background:#666;
    color:#fff;
}
.active{
    background:#666!important;
    color:#fff!important;
}
.nav-ul li a{
    font-size: 0.53rem;
    color:#333;
    text-decoration: none;
    height:0.8rem;
    display: inline-block;
}
.nav-ul li .liafter{
    position:relative;
    height: 1rem;

}
.nav-ul li .liafter:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ddd;
    border-left: 5px solid transparent;
    display:none
}
.liafter.showIs:after {
    display: block!important;
}
.nav-ul{
    width:100%;
    padding-left:0px;
}
.nav-ul li a:hover{
    color:#1468b2;
}
.icon-ul{
    float: right;
    position: relative;
    top: -1.3rem;
}
.icon-ul li{
    width:2rem;
    font-size:0.63rem;
}
.floatingLayer .float-li{
    min-width: 9rem!important;
    border-right:1px solid #e4e4e4;
    padding:0 1rem;
}
.floatingLayer .float-li:first-child{
    padding-left:0;
}
.floatingLayer .float-li:last-child{
    border-right:none;
}
.floatingLayer .float-li a{
    line-height: 1rem;
    height: 1rem;
    width: 100%;
    text-align: left;
    font-size: 0.45rem;
}
.floatingLayer .float-li a:hover{
    cursor: pointer;
    color:#333;
}
.logoTit{
    font-size:1.2rem;
}
.iphoneMobile{
    width:85%;
    height:calc(100vh);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(100, 100, 100) -5px 0px 5px -2px;
    position:absolute;
    left:-85%;
    z-index:1001;
    overflow-y: scroll;
}
.pcMobile{
    margin-top:1rem;
}
.logoSvg{
    width: 7rem;
    margin-left:5px;
    cursor: pointer;
}
.fixTip{
    height:4.8rem;
    line-height:1.8rem;
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
    background: #0abab5;
    color: #fff;
    font-size: 0.7rem;
}

.nav-down-iphone{
    top:0!important;
}

.sale{
    background-color: #0abab5;
    color: #fff;
    /*font-size: 0.5rem;*/
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.getCode{
    margin-top: 1rem;
    background: rgb(204,204,204);
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.getCode div{
    width: 30%;
    background-color: #fff;
    text-align: center;
}
.getCode div a{
    line-height: 1rem;
    font-size: 0.5rem;
    color: #000;
}
.logoSvg{
    position:relative;
}
.userGroup i {
    font-size: 0.7rem;
    color: #466dd6;
}
.fa-heart{
    color:#ff1493!important;
}
.swiper-button-prev,.swiper-button-next{
    outline: none!important;
}
.setImgHeight{
    height:600px;
}

/*详情页长滚动样式*/
.contentUI{list-style: none;display:inline-block;margin:0px;height:218px;position:absolute;}
.contentUI li{float:left;margin-left:10px;}
.contentUI li:first-child{margin-left: 0px;}
.contentUI li:first-child img{margin-left: 0px;}
@media screen and (max-width: 375px) {
    html {
        font-size: 10px !important;
    }
    .logoSvg{
        position:absolute;
    }
    .iphoneMenu,.fa-search{
        display:block!important;
    }
    .pcMobile,.top-left,.searchGroup,hr,.myModalUser,.myModalUserOut{
        display:none!important;
    }
    .logoTit{
        font-size:2rem;
    }
    .icon-ul{
        top:-2.8rem;
    }
    .navbar-default{
        height:5rem;
    }
    .logoSvg{
        width: 9rem;
    }
    .loadPage{
        padding-top:109px!important;
    }
    .nav-top-iphone,.navbar-default{
        top:4.8rem;
    }
    .login{
        display: flex;
        height: 70vh;
        width: 90vw;
    }
    .threeView{
        position: fixed;
        height: 50vh;
        width: 80vw;
        background: #fff;
        top: 25vh;
        left: 10vw;
        z-index: 2001;
        display: none;
        animation: dialogSlipToUp;
        animation-duration: 300ms;
    }
    .shoucangHide,.gouwuHide{
        top: 2.5rem!important;
        right: -5.55rem!important;
    }
    .shoucangHide{
        right:-4rem!important;
    }
    .shoucangHide .arrow-up{
        left: 5rem!important;
    }
    .gouwuHide .arrow-up{
        left: 6.2rem!important;
    }
    .userGroup i {
        font-size: 2rem!important;
        color: #313131;
    }
    .fa-heart{
        color:#ff1493!important;
    }
    .arrow-up-div {
        min-width: 16rem!important;
        min-height: 9.5rem!important;
        left: -7rem!important;
    }
    .kBzqjD,.goods-info{
        padding:6rem 0rem 1rem 0rem!important;
    }
    .note-video-clip{
        width:100%!important;
    }
    #bCyYcm img,#bCyYcm p[class*='lweam']{
        width:100%!important;
    }
    .setImgHeight{
        height:185px;
    }

}
@media screen and (min-width: 376px) and (max-width: 414px){
    html {
        font-size: 11.04px !important;
    }
    .logoSvg{
        position:absolute;
    }
    .iphoneMenu,.fa-search{
        display:block!important;
    }
    .pcMobile,.top-left,.searchGroup,hr,.myModalUser,.myModalUserOut{
        display:none!important;
    }
    .logoTit{
        font-size:2rem;
    }
    .icon-ul{
        top:-2.8rem;
    }
    .navbar-default{
        height:5rem;
    }
    .logoSvg{
        width: 9rem;
    }
    .loadPage{
        padding-top:109px!important;
    }
    .nav-top-iphone,.navbar-default{
        top:4.8rem;
    }
    .login{
        display: flex;
        height: 70vh;
        width: 90vw;
    }
    .threeView{
        position: fixed;
        height: 50vh;
        width: 80vw;
        background: #fff;
        top: 25vh;
        left: 10vw;
        z-index: 2001;
        display: none;
        animation: dialogSlipToUp;
        animation-duration: 300ms;
    }
    .shoucangHide,.gouwuHide{
        top: 2.5rem!important;
        right: -5.55rem!important;
    }
    .shoucangHide .arrow-up{
        left: 3.2rem!important;
    }
    .gouwuHide .arrow-up{
        left: 6.2rem!important;
    }
    .userGroup i {
        font-size: 2rem!important;
        color: #313131;
    }
    .fa-heart{
        color:#ff1493!important;
    }
    .arrow-up-div {
        min-width: 16rem!important;
        min-height: 9.5rem!important;
        left: -7rem!important;
    }

    .kBzqjD,.goods-info{
        padding:6rem 0rem 1rem 0rem!important;
    }
    .note-video-clip{
        width:100%!important;
    }
    #bCyYcm img,#bCyYcm p[class*='lweam']{
        width:100%!important;
    }

    .setImgHeight{
        height:200px;
    }
}
@media screen and (min-width: 415px) and (max-width: 767px){
    html {
        font-size: 11.04px !important;
    }
    .logoSvg{
        position:absolute;
    }
    .iphoneMenu,.fa-search{
        display:block!important;
    }
    .pcMobile,.top-left,.searchGroup,hr,.myModalUser,.myModalUserOut{
        display:none!important;
    }
    .logoTit{
        font-size:2rem;
    }
    .icon-ul{
        top:-2.8rem;
    }
    .navbar-default{
        height:5rem;
    }
    .logoSvg{
        width: 9rem;
        cursor: pointer;
    }
    .loadPage{
        padding-top:0px!important;
    }
    .nav-top-iphone,.navbar-default{
        top:4.8rem;
    }
    .login{
        display: flex;
        height: 70vh;
        width: 80vw;
    }
    .threeView{
        position: fixed;
        height: 50vh;
        width: 80vw;
        background: #fff;
        top: 25vh;
        left: 10vw;
        z-index: 2001;
        display: none;
        animation: dialogSlipToUp;
        animation-duration: 300ms;
    }
    .shoucangHide,.gouwuHide{
        top: 2.5rem!important;
        right: -5.55rem!important;
    }
    .shoucangHide .arrow-up{
        left: 3.2rem!important;
    }
    .gouwuHide .arrow-up{
        left: 6.2rem!important;
    }
    .userGroup i {
        font-size: 2rem!important;
        color: #313131;
    }
    .fa-heart{
        color:#ff1493!important;
    }
    .arrow-up-div {
        min-width: 16rem!important;
        min-height: 9.5rem!important;
        left: -7rem!important;
    }
    .kBzqjD,.goods-info{
        padding:6rem 0rem 1rem 0rem!important;
    }
    .note-video-clip{
        width:100%!important;
    }
    #bCyYcm img,#bCyYcm p[class*='lweam']{
        width:100%!important;
    }
}
/*电脑模式*/
@media screen and (min-width: 768px) and (max-width: 1024px){
    html {
        font-size: 11.04px !important;
    }
    .pcMobile{
        display:block;
        margin-top: 1.5rem!important;
    }
    .iphoneMenu{
        display:none!important;
    }
    .logoTit{
        font-size:2rem;
    }
    .icon-ul{
        top:-2.8rem;
    }
    .nav-ul {
        width: 100%;
        padding-left: 0px;
        position: absolute;
        left: 0px;
    }
    hr{
        top:2rem!important;
    }
    .nav-ul li .liafter{
        height:1.9rem!important;
    }
    .pcMobile{
        margin-bottom: 2.8rem!important;
    }
    .login{
        display: flex;
        height: 70vh;
        width: 80vw;
    }
    .threeView{
        position: fixed;
        height: 50vh;
        width: 70vw;
        background: #fff;
        top: 25vh;
        left: 15vw;
        z-index: 2001;
        display: none;
        animation: dialogSlipToUp;
        animation-duration: 300ms;
    }

    .shoucangHide,.gouwuHide{
        top: 1.6rem!important;
        right: -6rem!important;
    }
    .gouwuHide{
        right: -7rem!important;
    }
    .shoucangHide .arrow-up{
        left: 5.2rem!important;

    }
    .gouwuHide .arrow-up{
        left: 6.2rem!important;
    }
    .arrow-up-div {
        min-width: 16rem!important;
        min-height: 9.5rem!important;
        left: -7rem!important;
    }
    #bCyYcm img,#bCyYcm p[class*='lweam']{
        width:100%!important;
    }
    .one{
        padding-bottom:10px;
    }
    .setImgHeight {
        height: 400px;
    }
}
@media screen and (min-width: 1025px) {
    html {
        font-size: 27.3067px !important;
    }
    .iphoneMenu{
        display:none;
    }
    .fixTip{
        height:0rem!important;
    }
    .login{
        display: flex;
        height: 70vh;
        width: 50vw;
    }
    .threeView{
        position: fixed;
        height: 70vh;
        width: 50vw;
        background: #fff;
        top: 15vh;
        left: 25vw;
        z-index: 2001;
        display: none;
        animation: dialogSlipToUp;
        animation-duration: 300ms;
    }
}