* {margin: 0;padding: 0;list-style: none;border: 0;word-break:break-word;vertical-align:top;outline: none;/* moz-user-select: -moz-none; -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout: none;-moz-touch-callout: none;-ms-touch-callout: none;-o-touch-callout: none;touch-callout: none; */box-sizing: border-box;}
html,body{min-height: 100%;max-width: 750px;width: 100%;margin: auto;background-color: #F5F5F5 !important;}
body {line-height: 1;font-weight: normal;font-family: sans-serif;-webkit-text-size-adjust: 100%;}
table{border-collapse: collapse;}
img {border: 0;padding: 0;display: block;-webkit-user-select: none;-moz-user-select: none;-webkit-user-select:none;-o-user-select:none;user-select:none;  }
a {text-decoration: none;color: #727272;}
li {list-style: none;}
/* h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 12px;} */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden}
.clearfix {*+height: 1%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display: block;}
/*强制去除表单自带的样式*/ 
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#878787; font-family: sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{outline:none; /*-webkit-appearance:none;*/}
textarea{resize:none;/*-webkit-appearance:none;*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
a,a:link{text-decoration:none;}
a,a:visited{text-decoration:none;}
a,a:hover{text-decoration:none;}
a,a:active{text-decoration:none} 
html{-webkit-text-size-adjust:100%;font-size:100px}
@media (max-width:768px) {
    html{font-size: calc((100 / 768) * 100 * 1vw);} 
}
body,input,pre,select,th,td,textarea{font-family: sans-serif;font-size: 0.16rem;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.anim{ transition: 0.8s ease;transition: all 0.3s ease-in-out}
.por{position: relative;}
.dib{display: inline-block;}
.vam{vertical-align: middle;}
.omission1{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.omission2{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.omission3{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.omission4{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.table{display: table;width: 100%;height: 100%;}
.table-call{display: table-cell;vertical-align: middle;}
.pad25{padding: 0 0.25rem;}
/*页面框架结构*/

.contain{} /*页面主体内容*/
.content{}/*内容*/
.mainnav{}/*主导航*/
.menu{}/*边侧菜单*/
.p40{padding: 0 .4rem;}
.p30{padding: 0 .3rem;}
#mian{padding: .94rem 0 1.96rem;}
#mian1{padding-bottom: 1.9rem;}
#mian2{padding: 1rem 0 .5rem}
/* 头部 */
.header{position: fixed;top: 0;width: 100%;max-width: 750px;padding: .3rem 0;background-color: #fff;z-index: 100;}
.header .logo{ position: relative; text-align: center; font-size: .36rem; color: rgba(0, 0, 0, 1); font-weight: bold;}
.header .logo img{width: 3rem}
.header .logo a{ font-size: .4rem; color: #E40113; font-weight: bold;}
.header .logo .icon{width: .18rem;  height: .32rem;  background-size: 100%;   background-image: url('../images/return.svg');  background-repeat: no-repeat;  background-position: center; position: absolute; left: 0; top: 50%; transform: translateY(-50%);  }
.header .menu{position: absolute;left: 0;top: 100%;width: 100%;background-color: #fff;z-index: 10;}
.header .menu ul{display: flex;align-items: center;justify-content: center;padding: 0;height: 0;overflow: hidden;box-sizing: border-box;transition: 0.5s ease; opacity: 0;}
.header .menu ul li{margin-right: .7rem;}
.header .menu ul li:last-child{margin-right: 0;}
.header .menu ul li a{display: flex;align-items: center;font-size: .26rem;color: #3E3A3A;font-weight: bold;}
.header .menu ul li a:before{display: block;content: '';margin-right: .12rem;width: .26rem;height: .26rem;background-size: contain;background-repeat: no-repeat;background-position: center;}
.header .menu ul li:nth-of-type(1) a:before{background-image: url('../images/top-icon1.svg');}
.header .menu ul li:nth-of-type(2) a:before{background-image: url('../images/top-icon3.svg');}
.header .menu ul li:nth-of-type(3) a:before{background-image: url('../images/top-icon2.svg');}
.header .menu .btn{position: absolute;top: 100%;width: 1.69rem;height: .5rem;background-image: url('../images/top-btn.svg');background-size: contain;background-repeat: no-repeat;background-position: center top; z-index: 10;}
.header .menu.on ul{height: auto;padding: .3rem 0; opacity: 1;}
.header .menu.on .btn{background-image: url('../images/top-btn-on.svg');}
nav{position: fixed;left: 50%; bottom: 0;margin: 0 auto; transform: translateX(-50%); padding:.15rem .35rem;width: 100%;max-width: 750px;background-color: #fff;z-index: 33;box-sizing: border-box;box-shadow: 0 -.05rem .1rem rgba(0, 0, 0, .05);}
nav ul{display: flex;}
nav ul li{flex: 1;text-align: center;}
nav ul li .icon{margin-bottom: .10rem;}
nav ul li .icon:after{display: block;content: '';width: .4rem;height: .42rem;margin: 0 auto;background-size: contain;background-repeat: no-repeat;background-position: center;}
nav ul li:nth-of-type(1) .icon:after{background-image: url('../images/nav1.svg');}
nav ul li:nth-of-type(2) .icon:after{background-image: url('../images/nav2.svg');}
nav ul li:nth-of-type(3) .icon:after{background-image: url('../images/nav3.svg');}
nav ul li.on:nth-of-type(1) .icon:after{background-image: url('../images/nav1-on.svg');}
nav ul li.on:nth-of-type(2) .icon:after{background-image: url('../images/nav2-on.svg');}
nav ul li.on:nth-of-type(3) .icon:after{background-image: url('../images/nav3-on.svg');}
nav ul li a{font-size: .24rem;color: #666;}
nav ul li.on a{color: #E40113;}
/* banner */
.Index{padding: 0 0 .5rem, }
.index-industry{position: relative;background: #e4f0f8; padding-top: .6rem;}
.index-industry .img img{width: 100%; height:83vh; object-fit:cover;}
.index-industry .list{position: absolute;left: 0;bottom: .6rem;width: 100%;z-index: 3;}
.index-industry .list ul{display: flex;align-items: center}
.index-industry .list ul li{width: 33.33%}
.index-industry .list ul li a{position: relative; display: block;}
.index-industry .list ul li a:after{display: block;content: '';width: 100%;padding-top: 72.72%;background-size: contain;background-repeat: no-repeat;background-position: center;filter: drop-shadow(0 0 .1rem rgba(0, 0, 0, .1))}
.index-industry .list ul li:nth-of-type(1) a:after{background-image: url('../images/index-industry-bg1.svg');}
.index-industry .list ul li:nth-of-type(2) a:after{background-image: url('../images/index-industry-bg2.svg');}
.index-industry .list ul li:nth-of-type(3) a:after{background-image: url('../images/index-industry-bg3.svg');}
.index-industry .list ul li .box{position: absolute;top: .25rem;left: .4rem;z-index: 3;}
.index-industry .list ul li .box .title{font-size: .36rem;color: #000;font-weight: bold;}
.index-industry .list ul li .box .more{margin-top: .25rem;width: .4rem;height: .4rem;background-image: url('../images/more.svg');background-size: 100%;}
.Index .main-title{margin-bottom: .4rem;font-size: .48rem;font-weight: bold;color: #000;text-align: center;}
.index-video{margin-top: .95rem;}
.index-video .list ul{display: flex;justify-content: space-between;}
.index-video .list ul li .icon{width: 1.4rem;height: 1.4rem;background-color: #fff;border-radius: .2rem;display: flex;align-items: center;justify-content: center}
.index-video .list ul li .icon img{max-width: 50%;}
.index-video .list ul li .title{margin-top: .4rem;font-size: .28rem;color: #3E3A3A;text-align: center;}
.index-article{margin-top: .9rem;}
.index-article .list ul li{margin-bottom: .3rem;padding: .3rem;background-color: #fff;border-radius: .2rem;display: flex;}
.index-article .list ul li:last-child{margin-bottom: 0;}
.index-article .list ul li .img{width: 39%;}
.index-article .list ul li .img img{border-radius: .2rem;width: 100%}
.index-article .list ul li .box{width: calc(61% - .25rem);margin-left: .25rem;display: flex;justify-content: space-between;flex-flow: column;}
.index-article .list ul li .box .title a{font-size: .28rem;color: #3E3A3A;line-height: 1.6;}
.index-article .list ul li .box .time{font-size: .28rem;color: #8B8989;margin-top: .2rem;}
.index-article .list .more{margin-top: .65rem;display: flex;justify-content: center}
.index-article .list .more a{display: flex;align-items: center;font-size: .28rem;color: #656161;margin: 0 auto;}
.index-article .list .more a:after{display: block;content: '';width: .14rem;height: .25rem;margin-left: .1rem;background-image: url('../images/btn-more.svg');background-size: contain;background-repeat: no-repeat;background-position: center;}
.Product-list .banner{position: relative;overflow: hidden;}
.Product-list .banner img{width: 100%}
.Product-list .banner .swiper-pagination{right: .35rem;bottom: .25rem;}
.Product-list .banner .swiper-pagination .swiper-pagination-bullet{margin-right: .2rem;width: .24rem;height: .24rem;background-color: #E8E8E8;opacity: 1;}
.Product-list .banner .swiper-pagination .swiper-pagination-bullet:last-child{margin-right: 0;}
.Product-list .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #E40113}
.Product-list .casket{margin-top: .35rem;display: flex;justify-content: space-between}
.Product-list .casket .left-box{width: 1.5rem;padding: .45rem .2rem;background-color: #fff;border-radius: 0 .2rem .2rem 0;box-sizing: border-box;}
.Product-list .casket .left-box .menu{position: sticky;top: 2rem;}
.Product-list .casket .left-box .menu ul li{margin-bottom: .45rem;}
.Product-list .casket .left-box .menu ul li:last-child{margin-bottom: 0;}
.Product-list .casket .left-box .menu ul li a{font-size: .25rem;color: #3E3A3A;}
.Product-list .casket .left-box .menu ul li.on a{color: #E40113;}
.Product-list .casket .right-box{width: calc(100% - 1.8rem);padding-right: .35rem;box-sizing: border-box;}
.Product-list .casket .right-box .list ul li{margin-bottom: .2rem;padding-top: .25rem;background-color: #fff;border-radius: .2rem;overflow: hidden;}
.Product-list .casket .right-box .list ul li:last-child{margin-bottom: 0;}
.Product-list .casket .right-box .list ul li .img img{width: 100%}
.Product-list .casket .right-box .list ul li .box{padding: .25rem}
.Product-list .casket .right-box .list ul li .box .name{font-size: .28rem;color: #E40113;}
.Product-list .casket .right-box .list ul li .box .title{margin-top: .15rem;}
.Product-list .casket .right-box .list ul li .box .title{font-size: .24rem;color: #656161;line-height: 1.5;}
.Return{position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;padding: .35rem .4rem;width: 100%;max-width: 750px;box-sizing: border-box;z-index: 200;}
.Return a:after{display: block;content: '';width: .18rem;height: .32rem;background-size: 100%;background-image: url('../images/return.svg');background-repeat: no-repeat;background-position: center;}
.Product-details .banner{position: relative;overflow: hidden;border-radius: 0 0 .2rem .2rem;}
.Product-details .banner .img{height: 6.5rem;background-position: center;background-repeat: no-repeat;background-size: contain}
.Product-details .banner .swiper-slide{background-image: url('../images/bg.svg');background-size: cover}
.Product-details .banner .play{position: absolute;left: .5rem;bottom: .5rem;width: .6rem;height: .6rem;background-image: url('../images/play.svg');background-size: 100%;z-index: 22;}
.Product-details .swiper-pagination{right: .3rem;bottom: .5rem;width: auto;left: auto;font-size: .24rem;color: #8B8989;display: flex;align-items: baseline;}
.Product-details .swiper-pagination .swiper-pagination-current{font-size: .4rem;color: #E40113;font-weight: bold;}
.Product-details .swiper-pagination .swiper-pagination-total{font-weight: bold;}
.Product-details .top-box{background-color: #fff;border-radius: 0  0 .2rem .2rem;}
.Product-details .top-box .box{padding: .5rem 0}
.Product-details .top-box .box .name{font-size: .4rem;color: #E40113;font-weight: bold;}
.Product-details .top-box .box .title{margin-top: .2rem;font-size: .4rem;color: #000000;font-weight: bold;}
.Product-details .main-title{margin-bottom: .35rem;display: flex;align-items: center;font-size: .36rem;color: #000000;}
.Product-details .main-title:before{display: block;margin-right: .17rem;content: '';width: .06rem;height: .34rem;background-color: #E40113;border-radius: .06rem;}
.Product-details .brief{margin-top: .7rem;}
.Product-details .brief .text{padding: .5rem .45rem;font-size: .3rem;color: #656161;line-height: 1.7;background-color: #fff;border-radius: .2rem}
.Product-details .character{margin-top: .7rem;}
.Product-details .character .list ul{display: flex;flex-wrap: wrap;margin: -2%;}
.Product-details .character .list ul li{width: 46%;margin: 2%;padding: .5rem .25rem .3rem;background-color: #fff;border-radius: .2rem;box-sizing: border-box;}
.Product-details .character .list ul li .icon{margin-bottom: .4rem;}
.Product-details .character .list ul li .icon img{width: .6rem;display: block;margin: 0 auto;}
.Product-details .character .list ul li .title{font-size: .3rem;color: #000;text-align: center;}
.Product-details .character .list ul li .text{margin-top: .15rem;font-size: .24rem;color: #656161;line-height: 1.6;text-align: left;white-space: pre-wrap;}
.Product-details .character .img{margin-top: .7rem;}
.Product-details .character .img img{width: 100%;border-radius: .2rem; max-width: 100%; height: auto!important;}
.Product-details .case{margin-top: .7rem;}
.Product-details .case .name{font-size: .36rem;color: #000000;}
.Product-details .case .list{margin-top: .4rem;}
.Product-details .case .list ul li{margin-bottom: .3rem;display: flex;justify-content: space-between;padding: .24rem .3rem;background-color: #fff;border-radius: .2rem}
.Product-details .case .list ul li:last-child{margin-bottom: 0;}
.Product-details .case .list ul li .img{width: 44%}
.Product-details .case .list ul li .img img{width: 100%;border-radius: .2rem;}
.Product-details .case .list ul li .box{width: 45%;display: flex;flex-flow: column;justify-content: space-between;}
.Product-details .case .list ul li .box .title a{font-size: .28rem;color: #3E3A3A;line-height: 1.6;}
.Product-details .case .list ul li .box .time{font-size: .28rem;color: #8B8989;}
.Product-details .bottom-box{position: fixed;left: 0;right: 0;bottom: 0;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;width: 100%;max-width: 750px;background-color: #fff;z-index: 33;box-sizing: border-box;}
.Product-details .btn{display: flex;align-items: center}
.Product-details .collect{text-align: center;font-size: .24rem;color: #8B8989;}
.Product-details .collect .icon{display: flex;align-items: center;justify-content: center;width: .5rem;height: .5rem;margin: 0 auto .2rem;}
.Product-details .collect .icon:before{display: block;content: '';width: .49rem;height: .46rem;background-image: url('../images/collect.svg');background-size: cover;}
.Product-details .collect.on{ color: #E40113;}
.Product-details .collect.on .icon:before{background-image: url('../images/collect1.svg');}
.Product-details .share{margin-left: .5rem;text-align: center;font-size: .24rem;color: #8B8989;}
.Product-details .share .icon{display: flex;align-items: center;justify-content: center;width: .5rem;height: .5rem;margin: 0 auto .2rem;}
.Product-details .share .icon:before{display: block;content: '';width: .4rem;height: .4rem;background-image: url('../images/share.svg');background-size: cover;}
.Product-details .more a{display: flex;align-items: center;justify-content: center;width: 4.75rem;height: 1rem;font-size: .3rem;color: #fff;background-color: #E40113;border-radius: .2rem}
.Product-manual .from{padding: .6rem .4rem .4rem;background-color: #fff;border-radius: .2rem;box-shadow: 0 .04rem .16rem rgba(0, 0, 0, .1)}
.Product-manual .from ul li{margin-bottom: .4rem;}
.Product-manual .from ul li:last-child{margin-bottom: 0;}
.Product-manual .from ul li .name{margin-bottom: .2rem;font-size: .32rem;color: #000000;}
.Product-manual .from ul li .name span{color: #DF0011;}
.Product-manual .from ul li .text{width: 100%;height: .95rem;padding: 0 .3rem;font-size: .3rem;background-color: #F5F5F5;border-radius: .2rem;box-sizing: border-box;}
.Product-manual .from ul li #city{display: flex;justify-content: space-between}
.Product-manual .from ul li #city .item{width: 48%}
.Product-manual .from ul li select{width: 100%;height: .95rem;padding: 0 .3rem;font-size: .3rem;background-color: #F5F5F5;border-radius: .2rem;box-sizing: border-box;}
.Product-manual .from ul li .code-box{display: flex;justify-content: space-between}
.Product-manual .from ul li .code-box .code{width: 61%;height: .95rem;padding: 0 .3rem;font-size: .3rem;background-color: #F5F5F5;border-radius: .2rem;box-sizing: border-box;}
.Product-manual .from ul li .code-box .img{width: 35%;}
.Product-manual .from ul li .code-box .img img{width: 100%}
.Product-manual .submit{margin-top: .5rem;width: 100%;height: .95rem;font-size: .3rem;color: #fff;background-color: #E40113;border-radius: .2rem;box-shadow: 0 .06rem .18rem rgba(288, 1, 19, .2);}
.Banner{position: relative;}
.Banner img{width: 100%;}
.Case-list{margin-top: .4rem;}
.Case-list .list ul li{margin-bottom: .3rem;display: flex;justify-content: space-between;padding: .24rem .3rem;background-color: #fff;border-radius: .2rem}
.Case-list .list ul li:last-child{margin-bottom: 0;}
.Case-list .list ul li .img{width: 45%}
.Case-list .list ul li .img img{width: 100%;border-radius: .2rem;}
.Case-list .list ul li .box{width: 50%;display: flex;flex-flow: column;justify-content: space-between;}
.Case-list .list ul li .box .title a{font-size: .28rem;color: #3E3A3A;line-height: 1.6;}
.Case-list .list ul li .box .time{font-size: .28rem;color: #8B8989;}
.pages{margin-top: 1rem;display: flex;justify-content: space-between;align-items: center}
.pages .left{display: flex;align-items: center}
.pages .right{display: flex;align-items: center}
.pages .a_first{width: 1.53rem;height: 1.31rem;background-image: url('../images/first.svg');background-size: cover;}
.pages .a_prev{width: 1.15rem;height: 1.31rem;background-image: url('../images/prev.svg');background-size: cover;}
.pages .a_next{width: 1.15rem;height: 1.31rem;background-image: url('../images/next.svg');background-size: cover;}
.pages .a_end{width: 1.53rem;height: 1.31rem;background-image: url('../images/end.svg');background-size: cover;}
.Case-details .top-box .title{font-size: .4rem;color: #000;line-height: 1.6;}
.Case-details .top-box .widget{margin-top: .25rem;display: flex;align-items: center}
.Case-details .top-box .widget .time{font-size: .3rem;color: #8B8989;}
.Case-details .top-box .widget .share{display: flex;align-items: center;font-size: .3rem;color: rgba(139, 137, 137, 1); margin-left: 1rem;}
.Case-details .top-box .widget .share:after{display: block;content: '';margin-left: .1rem;width: .24rem;height: .26rem;background-image: url('../images/share1.svg');background-size: 100%}
.Case-details .top-box .widget .collect{margin-left: 1rem;width: .34rem;height: .32rem;background-image: url('../images/collect.svg');background-size: 100%;}
.Case-details .top-box .widget .collect.on{background-image: url('../images/collect1.svg');}
.Case-details .textarea{margin-top: .4rem;padding-top: .4rem;border-top: 2px solid #E9E9E9;font-size: .28rem;color: #3E3A3A;line-height: 1.7;}
.Case-details .textarea .item{margin-bottom: .6rem;}
.Case-details .textarea .item:last-child{margin-bottom: 0;}
.Case-details .textarea img{margin: .2rem 0;width: 100%}
.Case-details .textarea ol li{list-style: disc;list-style-position: inside;}
.Case-details .main-title{margin-bottom: .4rem;font-size: .4rem;color: #000;text-align: center;}
.Case-details .main-title span{color: #E40113;}
.Case-details .product{margin-top: .35rem;padding-top: .35rem;border-top: 2px solid #E9E9E9;}
.Case-details .product .name{font-size: .36rem;color: #000000;}
.Case-details .product .list{margin-top: .4rem;}
.Case-details .product .list ul li{margin-bottom: .2rem;padding: .2rem;display: flex;align-items: center;justify-content: space-between;background-color: #fff;border-radius: .2rem;overflow: hidden;}
.Case-details .product .list ul li:last-child{margin-bottom: 0;}
.Case-details .product .list ul li .img{width: 30%}
.Case-details .product .list ul li .img img{width: 100%}
.Case-details .product .list ul li .box{width: 65%}
.Case-details .product .list ul li .box .name{font-size: .28rem;color: #E40113;}
.Case-details .product .list ul li .box .title{margin-top: .15rem;}
.Case-details .product .list ul li .box .title{font-size: .24rem;color: #656161;line-height: 1.5;}
.Menu{overflow-x: hidden}
.Menu ul{display: flex;align-items: center}
.Menu ul li{position: relative;width: 25%;}
.Menu ul li:nth-of-type(1){z-index: 4;}
.Menu ul li:nth-of-type(2){z-index: 3;}
.Menu ul li:nth-of-type(3){z-index: 2;}
.Menu ul li:nth-of-type(4){z-index: 1;}
.Menu ul li a{display: flex;align-items: center;justify-content: center;height: .85rem;font-size: .28rem;color: #656161;}
.Menu ul li:after{display: block;content: '';position: absolute;left: 50%;top: 0;width: 2.41rem;height: .85rem;background-image: url('../images/menu.svg');background-size: 100%;filter: drop-shadow(.09rem 0 .16rem rgba(0, 0, 0, .04));transform: translateX(-50%);z-index: -1;}
.Menu ul li.on a{color: #fff;}
.Menu ul li.on:after{background-image: url('../images/menu-on.svg');}
.Video-list{margin-top: .4rem;}
.Video-list .list ul li{margin-bottom: .3rem;padding: .24rem .29rem;display: flex;justify-content: space-between;background-color: #fff;border-radius: .2rem}
.Video-list .list ul li:last-child{margin-bottom: 0;}
.Video-list .list ul li .img{position: relative;width: 45%;border-radius: .2rem;overflow: hidden;}
.Video-list .list ul li .img .play{position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: .5rem;height: .5rem;margin: auto;background-image: url('../images/play1.svg');background-size: 100%;z-index: 33;}
.Video-list .list ul li .img img{width: 100%; height: 2rem; object-fit: cover; -webkit-object-fit: cover;}
.Video-list .list ul li .box{width: 50%;display: flex;display: flex;justify-content: space-between;flex-flow: column;}
.Video-list .list ul li .box .title{font-size: .28rem;color: #3E3A3A;line-height: 1.6;}
.Video-list .list ul li .box .bottom{display: flex;align-items: center;justify-content: space-between;}
.Video-list .list ul li .box .tyle{display: flex;align-items: center;}
.Video-list .list ul li .box .tyle span{margin-right: .2rem;display: flex;align-items: center;justify-content: center;width: 1.3rem;height: .44rem;font-size: .24rem;color: #999;border: 1px solid #999;border-radius: .1rem;}
.Video-list .list ul li .box .tyle span:last-child{margin-right: 0;}
.Video-list .list ul li .box .collect{width: .4rem;height: .38rem;background-image: url('../images/collect2.svg');background-size: 100%;}
.Video-list .list ul li .box .collect.on{background-image: url('../images/collect1.svg');background-size: 100%;}
.Writing-list{padding-top: .6rem;}
.Writing-list .banner{position: relative;border-radius: .2rem;overflow: hidden;background-color: #fff}
.Writing-list .banner .img{position: relative;border-radius: .2rem;overflow: hidden;}
.Writing-list .banner .img img{width: 100%}
.Writing-list .banner .img .tipe{position: absolute;left: 0;top: 0;width: 1.65rem;height: .6rem;display: flex;align-items: center;justify-content: center;font-size: .28rem;color: #fff;text-align: center;background-color: #E40113;border-radius: .2rem 0 .2rem 0}
.Writing-list .banner .box{padding: .4rem .3rem}
.Writing-list .banner .box .title{height: .9rem;}
.Writing-list .banner .box .title a{font-size: .28rem;color: #3E3A3A;line-height: 1.6;}
.Writing-list .banner .box .time{margin-top: .2rem;font-size: .28rem;color: #8B8989;}
.Writing-list .banner .swiper-pagination{position: absolute;right: .3rem;bottom: .5rem;left: auto;}
.Writing-list .banner .swiper-pagination .swiper-pagination-bullet{margin-right: .2rem;width: .24rem;height: .24rem;background-color: #E8E8E8;opacity: 1;}
.Writing-list .banner .swiper-pagination .swiper-pagination-bullet:last-child{margin-right: 0;}
.Writing-list .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #E40113}
.Writing-list .list ul li{margin-top: .3rem;padding: .3rem;display: flex;justify-content: space-between;background-color: #fff;border-radius: .2rem}
.Writing-list .list ul li .img{width: 40%;border-radius: .2rem;overflow: hidden;}
.Writing-list .list ul li .img img{width: 100%}
.Writing-list .list ul li .box{width: 55%;display: flex;display: flex;justify-content: space-between;flex-flow: column;}
.Writing-list .list ul li .box .title a{font-size: .28rem;color: #3E3A3A;line-height: 1.7;}
.Writing-list .list ul li .box .time{font-size: .28rem;color: #8B8989;}
.Writing-details .top-box .title{font-size: .4rem;color: #000;line-height: 1.6;}
.Writing-details .top-box .widget{margin-top: .25rem;display: flex;align-items: center}
.Writing-details .top-box .widget .time{font-size: .3rem;color: #8B8989;}
.Writing-details .top-box .widget .share{display: flex;align-items: center;font-size: .3rem;color: rgba(139, 137, 137, 1); margin-left: 1rem;}
.Writing-details .top-box .widget .share:after{display: block;content: '';margin-left: .1rem;width: .24rem;height: .26rem;background-image: url('../images/share1.svg');background-size: 100%}
.Writing-details .top-box .widget .collect{margin-left: 1rem;width: .34rem;height: .32rem;background-image: url('../images/collect.svg');background-size: 100%;}
.Writing-details .top-box .widget .collect.on{background-image: url('../images/collect1.svg');}
.Writing-details .textarea{margin-top: .4rem;padding-top: .4rem;border-top: 2px solid #E9E9E9;font-size: .28rem;color: #3E3A3A;line-height: 1.7;}
.Writing-details .textarea .item{margin-bottom: .6rem;}
.Writing-details .textarea .item:last-child{margin-bottom: 0;}
.Writing-details .textarea img{margin: .2rem 0;width: 100%}
.Writing-details .textarea ol li{list-style: disc;list-style-position: inside;}
.Writing-details .main-title{margin-bottom: .4rem;font-size: .4rem;color: #000;text-align: center;}
.Writing-details .main-title span{color: #E40113;}
.Writing-details .product{margin-top: .35rem;padding-top: .35rem;border-top: 2px solid #E9E9E9;}
.Writing-details .product .name{font-size: .36rem;color: #000000;}
.Writing-details .product .list{margin-top: .4rem;}
.Writing-details .product .list ul li{margin-bottom: .2rem;padding: .2rem;display: flex;align-items: center;justify-content: space-between;background-color: #fff;border-radius: .2rem;overflow: hidden;}
.Writing-details .product .list ul li:last-child{margin-bottom: 0;}
.Writing-details .product .list ul li .img{width: 30%}
.Writing-details .product .list ul li .img img{width: 100%}
.Writing-details .product .list ul li .box{width: 65%}
.Writing-details .product .list ul li .box .name{font-size: .28rem;color: #E40113;}
.Writing-details .product .list ul li .box .title{margin-top: .15rem;}
.Writing-details .product .list ul li .box .title{font-size: .24rem;color: #656161;line-height: 1.5;}
.Exhibition-list{padding-top: .6rem;}
.Exhibition-list .banner{position: relative;border-radius: .2rem;overflow: hidden;background-color: #fff}
.Exhibition-list .banner .img{position: relative;border-radius: .2rem;overflow: hidden;}
.Exhibition-list .banner .img img{width: 100%}
.Exhibition-list .banner .img .tipe{position: absolute;left: 0;top: 0;width: 1.65rem;height: .6rem;display: flex;align-items: center;justify-content: center;font-size: .28rem;color: #fff;text-align: center;background-color: #E40113;border-radius: .2rem 0 .2rem 0}
.Exhibition-list .banner .box{padding: .2rem .3rem}
.Exhibition-list .banner .box .title a{font-size: .28rem;color: #3E3A3A;line-height: 1.6;}
.Exhibition-list .banner .box .bottom{margin-top: .2rem;display: flex;justify-content: space-between;}
.Exhibition-list .banner .box .bottom .left dl dd{display: flex;align-items: center;margin-bottom: .15rem;font-size: .24rem;color: #8B8989;}
.Exhibition-list .banner .box .bottom .left dl dd:last-child{margin-bottom: 0;}
.Exhibition-list .banner .box .bottom .left dl dd:nth-of-type(1):before{margin-right: .1rem;display: block;content: '';width: .26rem;height: .25rem;background-image: url('../images/Exhibition-list-icon1.svg');background-size: 100%;}
.Exhibition-list .banner .box .bottom .left dl dd:nth-of-type(2):before{margin-right: .1rem;display: block;content: '';width: .25rem;height: .26rem;background-image: url('../images/Exhibition-list-icon2.svg');background-size: 100%;}
.Exhibition-list .banner .box .bottom .left dl dd:nth-of-type(3):before{margin-right: .1rem;display: block;content: '';width: .23rem;height: .20rem;background-image: url('../images/Exhibition-list-icon3.svg');background-size: 100%;}
.Exhibition-list .banner .box .bottom .right .type{width: 1.3rem;height: .44rem;font-size: .24rem;color: #999999;display: flex;align-items: center;justify-content: center;border: 1px solid #999999;border-radius: .1rem}
.Exhibition-list .banner .swiper-pagination{position: absolute;right: .3rem;bottom: .3rem;left: auto;}
.Exhibition-list .banner .swiper-pagination .swiper-pagination-bullet{margin-right: .2rem;width: .24rem;height: .24rem;background-color: #E8E8E8;opacity: 1;}
.Exhibition-list .banner .swiper-pagination .swiper-pagination-bullet:last-child{margin-right: 0;}
.Exhibition-list .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #E40113}
.Exhibition-list .list ul li{margin-top: .3rem;padding: .3rem;display: flex;justify-content: space-between;background-color: #fff;border-radius: .2rem}
.Exhibition-list .list ul li .img{position: relative;width: 44%;border-radius: .2rem;overflow: hidden;}
.Exhibition-list .list ul li .img img{width: 100%;height: 100%;object-fit: cover;}
.Exhibition-list .list ul li .img .state{position: absolute;right: 0;bottom: 0;width: 1.3rem;height: .44rem;display: flex;align-items: center;justify-content: center;border-radius: .2rem 0 .2rem 0 ;font-size: .24rem;color: #fff;}
.Exhibition-list .list ul li .img .state.start{background-color: #898989}
.Exhibition-list .list ul li .img .state.ongoing{background-color: #E40113}
.Exhibition-list .list ul li .img .state.end{background-color: #F5F5F5;color: #999999;}
.Exhibition-list .list ul li .box{width: 51%;}
.Exhibition-list .list ul li .box .title a{font-size: .28rem;color: #3E3A3A;line-height: 1.7;}
.Exhibition-list .list ul li .box .text{margin-top: .2rem;}
.Exhibition-list .list ul li .box .text dl dd{display: flex;align-items: center;margin-bottom: .15rem;font-size: .24rem;color: #8B8989;}
.Exhibition-list .list ul li .box .text dl dd:last-child{margin-bottom: 0;}
.Exhibition-list .list ul li .box .text dl dd:nth-of-type(1):before{margin-right: .1rem;display: block;content: '';width: .26rem;height: .25rem;background-image: url('../images/Exhibition-list-icon1.svg');background-size: 100%;}
.Exhibition-list .list ul li .box .text dl dd:nth-of-type(2):before{margin-right: .1rem;display: block;content: '';width: .25rem;height: .26rem;background-image: url('../images/Exhibition-list-icon2.svg');background-size: 100%;}
.Exhibition-list .list ul li .box .text dl dd:nth-of-type(3):before{margin-right: .1rem;display: block;content: '';width: .23rem;height: .20rem;background-image: url('../images/Exhibition-list-icon3.svg');background-size: 100%;}
.Exhibition-list .list ul li .box .type{margin-top: .2rem;width: 1.3rem;height: .44rem;font-size: .24rem;color: #999999;display: flex;align-items: center;justify-content: center;border: 1px solid #999999;border-radius: .1rem}
.Exhibition-details .banner{position: relative;}
.Exhibition-details .banner .play{position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 1.2rem;height: 1.2rem;margin: auto;background-image: url('../images/play1.svg');background-size: 100%;}
.Exhibition-details .banner img{width: 100%}
.Exhibition-details .banner video{width: 100%}
.Exhibition-details .top-box{padding: .45rem 0;background-color: #fff}
.Exhibition-details .top-box .title{font-size: .4rem;color: #000;line-height: 1.6;}
.Exhibition-details .top-box .time{margin-top: .15rem;font-size: .28rem;color: #8B8989;}
.Exhibition-details .table-nav{background-color: #fff}
.Exhibition-details .table-nav ul{display: flex;justify-content: center}
.Exhibition-details .table-nav ul li{padding: .2rem 0 .15rem;width: 33.33%;text-align: center;}
.Exhibition-details .table-nav ul li a{position: relative;font-size: .36rem;color: #3E3A3A;}
.Exhibition-details .table-nav ul li.on a:after{display: block;content: '';position: absolute;left: 0;bottom: -.11rem;width: 100%;height: .04rem;background-color: #E40113;z-index: 3;}
.Exhibition-details .table-nav ul li.on a{font-weight: bold;}
.Exhibition-details .argument{padding: .6rem 0;margin-bottom: .45rem;border-bottom: 2px solid #E9E9E9;}
.Exhibition-details .argument dl dd{display: flex;align-items: center;margin-bottom: .25rem;font-size: .28rem;color: #3E3A3A;}
.Exhibition-details .argument dl dd:last-child{margin-bottom: 0;}
.Exhibition-details .argument dl dd:nth-of-type(1):before{display: block;margin-right: .1rem;content: '';width: .31rem;height: .3rem;background-image: url('../images/Exhibition-details-icon1.svg');background-size: .25rem .26rem;background-position: center;background-repeat: no-repeat}
.Exhibition-details .argument dl dd:nth-of-type(2):before{display: block;margin-right: .1rem;content: '';width: .31rem;height: .3rem;background-image: url('../images/Exhibition-details-icon2.svg');background-size: .23rem .2rem;background-position: center;background-repeat: no-repeat}
.Exhibition-details .argument dl dd:nth-of-type(3):before{display: block;margin-right: .1rem;content: '';width: .31rem;height: .3rem;background-image: url('../images/Exhibition-details-icon3.svg');background-size: .26rem .25rem;background-position: center;background-repeat: no-repeat}
.Exhibition-details .argument dl dd:nth-of-type(4):before{display: block;margin-right: .1rem;content: '';width: .31rem;height: .3rem;background-image: url('../images/Exhibition-details-icon4.svg');background-size: .31rem .29rem;background-position: center;background-repeat: no-repeat}
.Exhibition-details .argument dl dd:nth-of-type(5):before{display: block;margin-right: .1rem;content: '';width: .31rem;height: .3rem;background-image: url('../images/Exhibition-details-icon5.svg');background-size: .31rem .3rem;background-position: center;background-repeat: no-repeat}
.Exhibition-details .textarea{font-size: .28rem;color: #3E3A3A;line-height: 1.7;}
.Exhibition-details .textarea .item{margin-bottom: .6rem;}
.Exhibition-details .textarea .item:last-child{margin-bottom: 0;}
.Exhibition-details .textarea .item video{ max-width: 100%!important;}
.Exhibition-details .textarea img{margin: .2rem 0;width: 100%}
.Exhibition-details .textarea ol li{list-style: disc;list-style-position: inside;}
.Exhibition-details .main-title{margin-bottom: .4rem;font-size: .4rem;color: #000;text-align: center;}
.Exhibition-details .main-title span{color: #E40113;}
.Exhibition-details .product{margin-top: .35rem;padding-top: .35rem;border-top: 2px solid #E9E9E9;}
.Exhibition-details .product .name{font-size: .36rem;color: #000000;}
.Exhibition-details .product .list{margin-top: .4rem;}
.Exhibition-details .product .list ul li{margin-bottom: .2rem;padding: .2rem;display: flex;align-items: center;justify-content: space-between;background-color: #fff;border-radius: .2rem;overflow: hidden;}
.Exhibition-details .product .list ul li:last-child{margin-bottom: 0;}
.Exhibition-details .product .list ul li .img{width: 30%}
.Exhibition-details .product .list ul li .img img{width: 100%}
.Exhibition-details .product .list ul li .box{width: 65%}
.Exhibition-details .product .list ul li .box .name{font-size: .28rem;color: #E40113;}
.Exhibition-details .product .list ul li .box .title{margin-top: .15rem;}
.Exhibition-details .product .list ul li .box .title{font-size: .24rem;color: #656161;line-height: 1.5;}
.Exhibition-details .news{margin-top: .35rem;padding-top: .35rem;border-top: 2px solid #E9E9E9;}
.Exhibition-details .news .name{font-size: .36rem;color: #000000;}
.Exhibition-details .news .list{margin-top: .4rem;}
.Exhibition-details .news .list ul li{margin-bottom: .3rem;display: flex;justify-content: space-between;padding: .24rem .3rem;background-color: #fff;border-radius: .2rem}
.Exhibition-details .news .list ul li:last-child{margin-bottom: 0;}
.Exhibition-details .news .list ul li .img{width: 44%}
.Exhibition-details .news .list ul li .img img{width: 100%;border-radius: .2rem;}
.Exhibition-details .news .list ul li .box{width: 51%;display: flex;flex-flow: column;justify-content: space-between;}
.Exhibition-details .news .list ul li .box .title a{font-size: .28rem;color: #3E3A3A;line-height: 1.6;}
.Exhibition-details .news .list ul li .box .time{font-size: .28rem;color: #8B8989;}
.Login{position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;max-width: 750px;width: 100%;height: 100%;background-color: #8B8989;z-index: 1;}
.Login .box{position: absolute;left: 0;bottom: 0;width: 100%;padding: 1.2rem .3rem .3rem;background-color: #fff;border-radius: .2rem .2rem 0 0;z-index: 5;box-sizing: border-box;}
.Login .box .logo{text-align: center;}
.Login .box .logo img{width: 4.4rem;margin: 0 auto;}
.Login .box .logo .title{margin-top: .35rem;font-size: .28rem;color: #666666;}
.Login .box .text{margin-top: 1.3rem;font-size: .28rem;color: #666;text-align: center;}
.Login .box .obey{margin-top: .5rem;display: flex;align-items: center;font-size: .24rem;color: #666666;}
.Login .box .obey a{color: #F73847;}
.Login .box .obey .checkbox{position: relative;margin-right: .2rem;}
.Login .box .obey .checkbox input{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;z-index: 3;}
.Login .box .obey .checkbox input + label{display: block;width: .32rem;height: .32rem;background-image: url('../images/G1.svg');background-size: 100%;}
.Login .box .obey .checkbox input:checked + label{background-image: url('../images/G.svg');}
.Login .box .submit{margin-top: .4rem;width: 100%;height: .95rem;font-size: .3rem;color: #fff;background-color: #E40113;border-radius: .2rem;}
.Mandated{position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;max-width: 750px;width: 100%;height: 100%;background-color: #8B8989;z-index: 1;}
.Mandated .box{position: absolute;left: 0;bottom: 0;width: 100%;padding: 1.2rem .3rem 1.1rem;background-color: #fff;border-radius: .2rem .2rem 0 0;z-index: 5;box-sizing: border-box;}
.Mandated .box .logo{display: flex;align-items: center;justify-content: center;width: 1.6rem;height: 1.6rem;margin: 0 auto;background-color: #E40113;border-radius: .2rem;}
.Mandated .box .logo img{width: .98rem}
.Mandated .box .text{margin-top: .3rem;font-size: .28rem;color: #666666;text-align: center;}
.Mandated .box .submit{margin-top: .95rem;width: 100%;height: .95rem;font-size: .3rem;color: #fff;background-color: #E40113;border-radius: .2rem;}
.Mandated .box .obey{margin-top: .4rem;display: flex;align-items: center;justify-content: center;font-size: .24rem;color: #666666;}
.Mandated .box .obey .checkbox{position: relative;margin-right: .2rem;}
.Mandated .box .obey .checkbox input{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;z-index: 3;}
.Mandated .box .obey .checkbox input + label{display: block;width: .32rem;height: .32rem;background-image: url('../images/G1.svg');background-size: 100%;}
.Mandated .box .obey .checkbox input:checked + label{background-image: url('../images/G.svg');}
.Personal-center{padding: .7rem 0}
.Personal-center .top-box{display: flex;justify-content: space-between}
.Personal-center .top-box .left{display: flex;}
.Personal-center .top-box .left .img{width: 1.46rem;height: 1.46rem;border-radius: .1.46rem;overflow: hidden; border-radius: 100%;}
.Personal-center .top-box .left .img img{width: 100%;height: 100%;object-fit: cover;}
.Personal-center .top-box .left .box{margin-left: .3rem;margin-top: .3rem;}
.Personal-center .top-box .left .box .name{font-size: .4rem;color: #000; font-weight: bold;}
.Personal-center .top-box .left .box .more{margin-top: .15rem;}
.Personal-center .top-box .left .box .more a{display: flex;align-items: center;font-size: .24rem;color: #000000;}
.Personal-center .top-box .left .box .more a:after{display: block;content: '';margin-left: .1rem;width: .11rem;height: .2rem;background-image: url('../images/more1.svg');background-size: 100%;}
.Personal-center .top-box .right .out{margin-top: .3rem;display: flex;align-items: center}
.Personal-center .top-box .right .out a{display: flex;align-items: center;font-size: .28rem;color: #333333;}
.Personal-center .top-box .right .out a:after{display: block;content: '';margin-left: .15rem;width: .2rem;height: .2rem;background-image: url('../images/out.svg');background-size: 100%;}
.Personal-center .card{margin-top: .4rem;border-radius: .2rem;overflow: hidden;}
.Personal-center .card .top{display: flex;justify-content: space-between;padding: .45rem .4rem 1rem;background-color: #fff}
.Personal-center .card .top .left .title{font-size: .4rem;color: #000000;}
.Personal-center .card .top .left .name{margin-top: .15rem;font-size: .28rem;color: #8B8989;}
.Personal-center .card .top .left dl{margin-top: .7rem;}
.Personal-center .card .top .left dl dd{position: relative;padding-left: .56rem; display: flex;align-items: center;font-size: .24rem;color: #000000;line-height: .5rem; min-height: .5rem;}
.Personal-center .card .top .left dl dd:last-child{margin-bottom: 0;}
.Personal-center .card .top .left dl dd:before{position: absolute;left: 0;top: 0;display: block;content: '';margin-right: .25rem;width: .31rem;height: .50rem;background-position: center;background-repeat: no-repeat}
.Personal-center .card .top .left dl dd:nth-of-type(1):before{background-image: url('../images/card-icon1.svg');background-size: .2rem .3rem;}
.Personal-center .card .top .left dl dd:nth-of-type(2):before{background-image: url('../images/card-icon2.svg');background-size: .28rem .27rem;}
.Personal-center .card .top .left dl dd:nth-of-type(3):before{background-image: url('../images/card-icon3.svg');background-size: .31rem .3rem;}
.Personal-center .card .top .right{margin-left: .2rem;}
.Personal-center .card .top .right .img{width: 1.67rem;height: 1.67rem;border-radius: 50%;overflow: hidden;}
.Personal-center .card .top .right .img img{width: 100%;height: 100%;object-fit: cover;}
.Personal-center .card .bottom{display: flex;align-items: center;justify-content: space-between;height: .9rem;padding: 0 .55rem;background-color: #E40113}
.Personal-center .card .bottom .more a{display: flex;align-items: center;font-size: .3rem;color: #fff;}
.Personal-center .card .bottom .more a:after{display: block;content: '';margin-left: .1rem;width: .13rem;height: .24rem;background-image: url('../images/more2.svg');background-size: 100%}
.Personal-center .card .bottom .share{display: flex;align-items: center;font-size: .3rem;color: #fff;}
.Personal-center .card .bottom .share:after{display: block;content: '';margin-left: .1rem;width: .24rem;height: .26rem;background-image: url('../images/share2.svg');background-size: 100%}
.Personal-center .describes{margin-top: .3rem;padding: .5rem .3rem;background-color: #fff;border-radius: .2rem}
.Personal-center .describes .logo{display: flex;align-items: center;justify-content: center}
.Personal-center .describes .logo img{max-width: 3.85rem;}
.Personal-center .describes .text{margin-top: .35rem;font-size: .28rem;color: #3E3A3A;line-height: 1.7;}
.Personal-center .describes .list{margin-top: .5rem;}
.Personal-center .describes .list ul{display: flex;justify-content: space-between;}
.Personal-center .describes .list ul li{text-align: center; width: 33.33%;}
.Personal-center .describes .list ul li .value{display: flex;align-items: center;justify-content: center;font-size: .18rem;color: #3E3A3A;}
.Personal-center .describes .list ul li .value span{font-size: .44rem;color: #E40113;font-weight: bold;padding-right: .1rem; display: inline-flex; align-items: center;}
.Personal-center .describes .list ul li .name{margin-top: .1rem;font-size: .24rem;color: #000;}
.Personal-center .describes .list ul li i{ font-style: normal; font-size: .3rem;  }
.Personal-center .describes .list1{margin-top: .8rem;}
.Personal-center .describes .list1 ul{display: flex;}
.Personal-center .describes .list1 ul li{width: 33.33%;text-align: center;}
.Personal-center .describes .list1 ul li .icon{text-align: center;max-width: .62rem;display: block;margin: 0 auto;}
.Personal-center .describes .list1 ul li .icon img{max-width: 100%}
.Personal-center .describes .list1 ul li .name{margin-top: .2rem;font-size: .24rem;color: #000;}
.Personal-center .menu{margin-top: .4rem;}
.Personal-center .menu ul li{margin-bottom: .3rem;padding: 0 .3rem;height: 1.2rem;display: flex;align-items: center;justify-content: space-between;background-color: #fff;border-radius: .2rem}
.Personal-center .menu ul li:last-child{margin-bottom: 0;}
.Personal-center .menu ul li .name a{display: flex;align-items: center;font-size: .28rem;color: #000;}
.Personal-center .menu ul li .name a:before{display: block;content: '';margin-right: .35rem;width: .53rem;height: .53rem;background-repeat: no-repeat;background-position: center}
.Personal-center .menu ul li:nth-of-type(1) .name a:before{background-image: url('../images/Personal-center-icon1.svg');background-size: .53rem .53rem}
.Personal-center .menu ul li:nth-of-type(2) .name a:before{background-image: url('../images/Personal-center-icon2.svg');background-size: .53rem .51rem}
.Personal-center .menu ul li .tip a{font-size: .28rem;color: #666666;}
.Personal-center .message{position: relative;margin-top: .4rem;padding: .3rem;background-color: #fff;border-radius: .2rem}
.Personal-center .message textarea{width: 100%;height: 1.2rem;font-size: .28rem;}
.Personal-center .message .submit{margin-left: auto;display: flex;align-items: center;justify-content: center;width: 1.35rem;height: .80rem;font-size: .3rem;color: #fff;background-color: #E40113;border-radius: .1rem;z-index: 3;}
.Personal-data .list{padding: .4rem;background-color: #fff;border-radius: .2rem;box-shadow: 0 .04rem .16rem rgba(0, 0, 0, .1)}
.Personal-data .list ul li{display: flex;justify-content: space-between;align-items: center;padding: .35rem 0;border-bottom: 2px solid #F5F4F4;}
.Personal-data .list ul li:last-child{margin-bottom: 0;border-bottom: 0;}
.Personal-data .list ul li .name{font-size: .32rem;color: #000000;}
.Personal-data .list ul li .img{width: .79rem;height: .79rem;border-radius: 50%;overflow: hidden;}
.Personal-data .list ul li .img img{width: 100%;height: 100%;object-fit: cover;}
.Personal-data .list ul li .value{position: relative;padding-right: .36rem;max-width: 65%;display: flex;align-items: center;font-size: .3rem;line-height: 1.4;color: #8B8989;}
.Personal-data .list ul li .value:after{position: absolute;right: 0;top: 0;bottom: 0;margin: auto 0;display: block;content: '';margin-left: .3rem;width: .16rem;height: .28rem;background-image: url('../images/more3.svg');background-size: 100%;}
.popup{display: none;position: fixed;left: 0;top: 0;right: 0;margin: 0 auto;max-width: 750px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .19);z-index: 300;}
.popup .popup-box{transform: translateY(100%);position: absolute;left: 0;bottom: 0;width: 100%;padding: .5rem .4rem;background-color: #fff;border-radius: .2rem .2rem 0 0;box-sizing: border-box;transition: all 0.3s ease-in-out}
.popup .popup-box .close{position: absolute;right: .4rem;top: .4rem;width: .36rem;height: .36rem;background-image: url('../images/close.svg');background-size: 100%;}
.popup .popup-box .title{margin-bottom: .35rem;font-size: .4rem;color: #000;text-align: center;}
.popup .popup-box .text input{width: 100%;height: .95rem;padding: 0 .3rem;font-size: .3rem;background-color: #F5F5F5;border-radius: .2rem;box-sizing: border-box;}
.popup .popup-box .submit{margin-top: 1.5rem;display: flex;align-items: center;justify-content: center;width: 100%;height: .95rem;font-size: .3rem;color: #fff;background-color: #E40113;border-radius: .2rem;z-index: 3;}
.popup.on{display: block;}
.popup.on .popup-box{transform: translateY(0);}
.Business-card .card{border-radius: .2rem;overflow: hidden;}
.Business-card .card .top{display: flex;justify-content: space-between;padding: .45rem .4rem 1rem;background-color: #fff}
.Business-card .card .top .left .title{font-size: .4rem;color: #000000;}
.Business-card .card .top .left .name{margin-top: .15rem;font-size: .28rem;color: #8B8989;}
.Business-card .card .top .left dl{margin-top: .7rem;}
.Business-card .card .top .left dl dd{position: relative;padding-left: .56rem; display: flex;align-items: center;font-size: .24rem;color: #000000;line-height: .5rem; min-height: .5rem;}
.Business-card .card .top .left dl dd:last-child{margin-bottom: 0;}
.Business-card .card .top .left dl dd:before{position: absolute;left: 0;top: 0;display: block;content: '';margin-right: .25rem;width: .31rem;height: .50rem;background-position: center;background-repeat: no-repeat}
.Business-card .card .top .left dl dd:nth-of-type(1):before{background-image: url('../images/card-icon1.svg');background-size: .2rem .3rem;}
.Business-card .card .top .left dl dd:nth-of-type(2):before{background-image: url('../images/card-icon2.svg');background-size: .28rem .27rem;}
.Business-card .card .top .left dl dd:nth-of-type(3):before{background-image: url('../images/card-icon3.svg');background-size: .31rem .3rem;}
.Business-card .card .top .right{margin-left: .2rem;}
.Business-card .card .top .right .img{width: 1.67rem;height: 1.67rem;border-radius: 50%;overflow: hidden;}
.Business-card .card .top .right .img img{width: 100%;height: 100%;object-fit: cover;}
.Business-card .card .bottom{display: flex;align-items: center;justify-content: space-between;height: .9rem;padding: 0 .55rem;background-color: #E40113}
.Business-card .card .bottom a{font-size: .24rem;color: #fff;}
.Business-card .card .bottom .more a{display: flex;align-items: center;font-size: .24rem;color: #fff;}
.Business-card .card .bottom .more a:after{display: block;content: '';margin-left: .1rem;width: .31rem;height: .3rem;background-image: url('../images/Business-card-icon1.svg');background-size: 100%}
.Business-card .card .bottom .save{display: flex;align-items: center;font-size: .24rem;color: #fff;}
.Business-card .card .bottom .save:after{display: block;content: '';margin-left: .1rem;width: .28rem;height: .3rem;background-image: url('../images/Business-card-icon2.svg');background-size: 100%}
.Business-card .card .bottom .tel a{display: flex;align-items: center;font-size: .24rem;color: #fff;}
.Business-card .card .bottom .tel a:after{display: block;content: '';margin-left: .1rem;width: .29rem;height: .29rem;background-image: url('../images/Business-card-icon3.svg');background-size: 100%}
.Business-card .describes{margin-top: .3rem;padding: .5rem .3rem;background-color: #fff;border-radius: .2rem}
.Business-card .describes .logo{display: flex;align-items: center;justify-content: center}
.Business-card .describes .logo img{max-width: 3.85rem;}
.Business-card .describes .text{margin-top: .35rem;font-size: .28rem;color: #3E3A3A;line-height: 1.7;}
.Business-card .describes .list{margin-top: .5rem;}
.Business-card .describes .list ul{display: flex;justify-content: space-between;}
.Business-card .describes .list ul li{text-align: center;}
.Business-card .describes .list ul li .value{display: flex;align-items: center;justify-content: center;font-size: .2rem;color: #3E3A3A;}
.Business-card .describes .list ul li .value span{font-size: .44rem;color: #E40113;font-weight: bold;padding-right: .1rem;}
.Business-card .describes .list ul li .name{margin-top: .1rem;font-size: .24rem;color: #000;}
.Business-card .describes .list1{margin-top: .8rem;}
.Business-card .describes .list1 ul{display: flex;}
.Business-card .describes .list1 ul li{width: 33.33%;text-align: center;}
.Business-card .describes .list1 ul li .icon{text-align: center;max-width: .62rem;display: block;margin: 0 auto;}
.Business-card .describes .list1 ul li .icon img{max-width: 100%}
.Business-card .describes .list1 ul li .name{margin-top: .2rem;font-size: .24rem;color: #000;}
.Notice .list ul li{position: relative;margin-bottom: .3rem;padding: .35rem .3rem;background-color: #fff;border-radius: .2rem}
.Notice .list ul li:last-child{margin-bottom: 0;}
.Notice .list ul li .title{position: relative;padding-left: .55rem;font-size: .3rem;color: #3E3A3A;line-height: 1.5;}
.Notice .list ul li .title:before{display: block;content: '';position: absolute;left: 0;top: .05rem;width: .35rem;height: .35rem;background-image: url('../images/Notice-icon1.svg');background-size: 100%;z-index: 3;}
.Notice .list ul li .text{margin-top: .25rem;max-height: .8rem;font-size: .24rem;color: #8B8989;line-height: 1.6;overflow: hidden;}
.Notice .list ul li .text img{margin: .15rem 0;width: 100%}
.Notice .list ul li .bottom{display: flex;align-items: center;justify-content: space-between;margin-top: .25rem;padding-top: .3rem;border-top: 1px solid #D9D9D9;}
.Notice .list ul li .bottom .time{font-size: .28rem;color: #8B8989;}
.Notice .list ul li .bottom .more{width: .28rem;height: .16rem;background-image: url('../images/Notice-icon2.svg');background-size: 100%;}
.Notice .list ul li.on .text{max-height: 100%;}
.Notice .list ul li.on .bottom .more{transform: rotate(180deg)}
.Notice .list ul li i{position: absolute;right: .15rem;top: .15rem;display: block;width: .12rem;height: .12rem;background-color: #F63241;border-radius: 50%;z-index: 3;}
.Collect .menu{margin-bottom: .4rem;background-color: #fff}
.Collect .menu ul{display: flex;justify-content: center}
.Collect .menu ul li{padding: .2rem 0 .2rem;width: 33.33%;text-align: center;}
.Collect .menu ul li a{position: relative;font-size: .28rem;color: #656161;}
.Collect .menu ul li.on a:after{display: block;content: '';position: absolute;left: 0;right: 0;bottom: -.16rem;margin: 0 auto;width: .56rem;height: .04rem;background-color: #E40113;z-index: 3;}
.Collect .menu ul li.on a{font-weight: bold;color: #000;}
.Collect .list1 ul li{position: relative;margin-bottom: .3rem;padding: .25rem .3rem;display: flex;align-items: center;justify-content: space-between;background-color: #fff;border-radius: .2rem;overflow: hidden;}
.Collect .list1 ul li:last-child{margin-bottom: 0;}
.Collect .list1 ul li .img{width: 30%}
.Collect .list1 ul li .img img{width: 100%}
.Collect .list1 ul li .box{width: 65%}
.Collect .list1 ul li .box .name{font-size: .28rem;color: #E40113;}
.Collect .list1 ul li .box .title{margin-top: .15rem;}
.Collect .list1 ul li .box .title{font-size: .24rem;color: #656161;line-height: 1.5;}
.Collect .list1 ul li .download{position: absolute;right: .2rem;bottom: .25rem;width: .3rem;height: .3rem;background-image: url('../images/delete.svg');background-size: 100%;z-index: 33;}
.Collect .list2 ul li{position: relative;margin-bottom: .3rem;display: flex;justify-content: space-between;padding: .24rem .3rem;background-color: #fff;border-radius: .2rem}
.Collect .list2 ul li:last-child{margin-bottom: 0;}
.Collect .list2 ul li .img{width: 45%}
.Collect .list2 ul li .img img{width: 100%;border-radius: .2rem; max-height: 2rem; object-fit: cover; -webkit-object-fit: cover;}
.Collect .list2 ul li .box{width: 50%;display: flex;flex-flow: column;justify-content: space-between;}
.Collect .list2 ul li .box .title a{font-size: .28rem;color: #3E3A3A;line-height: 1.6;}
.Collect .list2 ul li .box .time{font-size: .28rem;color: #8B8989;}
.Collect .list2 ul li .download{position: absolute;right: .2rem;bottom: .25rem;width: .3rem;height: .3rem;background-image: url('../images/delete.svg');background-size: 100%;z-index: 33;}

.Collect .list3 ul li{ position: relative;}
.Collect .list3 ul li .download{position: absolute;right: .2rem;bottom: .25rem;width: .3rem;height: .3rem;background-image: url('../images/delete.svg');background-size: 100%;z-index: 33;}

.Video-list{margin-top: .4rem;}
.Collect .list3 ul li{margin-bottom: .3rem;padding: .24rem .29rem;display: flex;justify-content: space-between;background-color: #fff;border-radius: .2rem}
.Collect .list3 ul li:last-child{margin-bottom: 0;}
.Collect .list3 ul li .img{position: relative;width: 45%;border-radius: .2rem;overflow: hidden;}
.Collect .list3 ul li .img .play{position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: .5rem;height: .5rem;margin: auto;background-image: url('../images/play1.svg');background-size: 100%;z-index: 33;}
.Collect .list3 ul li .img img{width: 100%;}
.Collect .list3 ul li .box{width: 50%;display: flex;display: flex;justify-content: space-between;flex-flow: column;}
.Collect .list3 ul li .box .title{font-size: .28rem;color: #3E3A3A;line-height: 1.6;}
.Collect .list3 ul li .box .bottom{display: flex;align-items: center;justify-content: space-between;}
.Collect .list3 ul li .box .tyle{display: flex;align-items: center;}
.Collect .list3 ul li .box .tyle span{margin-right: .2rem;display: flex;align-items: center;justify-content: center;width: 1.3rem;height: .44rem;font-size: .24rem;color: #999;border: 1px solid #999;border-radius: .1rem;}
.Collect .list3 ul li .box .tyle span:last-child{margin-right: 0;}
.Collect .list3 ul li .box .collect{width: .4rem;height: .38rem;background-image: url('../images/collect2.svg');background-size: 100%;}
.Collect .list3 ul li .box .collect.on{background-image: url('../images/collect1.svg');background-size: 100%;}

.one-shot{ background-color: #fff; border-radius: .2rem;padding: .3rem; min-height: 80vh; font-size: .24rem;}

#miniprogram-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
  }
  .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #E40113;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
    }
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.lxkefu{text-align: center;min-height: 73vh; display: flex;   justify-content: center;  align-items: center;}
.lxkefu p{font-size: .30rem;}
.lxkefu img{width: 100%;}
















