@charset "UTF-8";
/* 全局样式 */

* {margin: 0;padding: 0;}
*:focus {outline: none;}
html {font-size: -webkit-calc(100vw / 19.2); font-size: calc(100vw / 19.2);}
body {font-family: "PingFang SC", Microsoft YaHei, Arial, "\5B8B\4F53", sans-serif; font-size: 0.16rem;}
html,body {overflow-x: hidden; width: 100%;}
img {border: 0 none;}
ul, li {display: block; list-style: none;}
a {text-decoration: none; cursor: pointer;}
textarea {resize: none;}
table {width: 100%;}


/*--标签切换--*/
.yee-cut-bd .info-list,.lo-cut-bd .info-list {display: none;}
.yee-cut-bd .info-list.show,.lo-cut-bd .info-list.show {display: block;}

/*--标签切换2--*/
.yee-tabs-bd .yee-tabs-con,.lo-tabs-bd .lo-tabs-con {display: none;}
.yee-tabs-bd .yee-tabs-con.show,.lo-tabs-bd .lo-tabs-con.show {display: block;}



/*--弹窗--*/
.pops {width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; display: none;}
.pops .mask {width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.5); opacity: 0; transition: all 0.2s;}
.pops .wrap {width: 100%; height: 100%; display: -ms-flex; display: flex; justify-content: center; align-items: center;}
.pops .main {position: relative; z-index: 20; opacity: 0; -ms-transform: scale(0.5); transform: scale(0.5); transition: all 0.2s;}
.pops .main {max-height: 100vh; overflow: auto;}
.pops.show {display: block;}
.pops.show.anim .mask {opacity: 1;}
.pops.show.anim .main {opacity: 1; -ms-transform: scale(1); transform: scale(1);}



@media all and (max-width: 1600px) {
    html {font-size: -webkit-calc(100vw / 16); font-size: calc(100vw / 16);}
}

@media all and (max-width: 1440px) {
    html {font-size: -webkit-calc(100vw / 14.4); font-size: calc(100vw / 14.4);}
}

@media all and (max-width: 1280px) {
    html {font-size: -webkit-calc(100vw / 12.8); font-size: calc(100vw / 12.8);}
}

@media all and (max-width: 1024px) {
    html {font-size: -webkit-calc(100vw / 10.24); font-size: calc(100vw / 10.24);}
}

@media all and (max-width: 860px) {
    html {font-size: -webkit-calc(100vw / 8.6); font-size: calc(100vw / 8.6);}
}

@media all and (max-width: 720px) {
    html {font-size: -webkit-calc(100vw / 7.2); font-size: calc(100vw / 7.2);}
}

@media all and (max-width: 640px) {
    html {font-size: -webkit-calc(100vw / 6.4); font-size: calc(100vw / 6.4);}
}

@media all and (max-width: 480px) {
    html {font-size: -webkit-calc(100vw / 4.8); font-size: calc(100vw / 4.8);}
}

@media all and (max-width: 420px) {
    html {font-size: -webkit-calc(100vw / 4.2); font-size: calc(100vw / 4.2);}
}

@media all and (max-width: 375px) {
    html {font-size: -webkit-calc(100vw / 3.75); font-size: calc(100vw / 3.75);}
}

