*{margin: 0;padding: 0;list-style: none;box-sizing: border-box;text-decoration: none;font-family: 'siyuan','Microsoft YaHei',"Arial";line-height: 1;}
.img{display: flex;align-items: center;justify-content: center;font-size: 0;overflow: hidden;user-select:none}
.img img{width: 100%;height: 100%;object-fit: contain;transition: all .3s;}

.btn{display: flex;align-items: center;justify-content: center;transition: all 0.3s;cursor: pointer;}

.text2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.text3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.text4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}

input,select,textarea{border: none;outline: none;background: none;}

html{font-size: calc(100vw / 192);}

.container{width: 140rem;margin: 0 auto;} 

.pc{display: block;}
.mb{display: none;}

.flex{display: flex;}

/* body{opacity: 0;transition: all 1s;} */


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  -moz-appearance: textfield;
}


@font-face {
  font-family: "siyuan";
  font-weight: 500;
  src: url("./SourceHanSansCN-Regular.otf") format("trueType");
  font-display: swap;
}


@font-face {
  font-family: "siyuanB";
  font-weight: 800;
  src: url("./SourceHanSansCN-Bold.otf") format("trueType");
  font-display: swap;
}


html{padding-top: 8rem;}

.header{background: #fff;height: 8rem;position: fixed;top: 0;left: 0;right: 0;display: flex;justify-content: space-between;z-index: 9999;box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);border-bottom: 1px solid #eee;}
.header .left{height: 100%;display: flex;padding-left: 10rem;align-items: center;}
.header .left .logo{margin-right: 2rem;flex-shrink: 0;height: 100%;display: block;}
.header .left .logo .img{width: 100%;height: 100%;}

.header .left .title{font-size: 2rem;font-family: 'siyuanB';font-weight: bold;color: #3D3D3D;}
.header .left .menu{height: 100%;display: flex;margin-left: 4rem;}
.header .left .menu .one{height: 100%;margin-right: 1.6rem;position: relative;}
.header .left .menu .one:last-child{margin-right: 0;}
.header .left .menu .one>.link{font-size: 1.6rem;padding: 0 0.8rem;display: flex;align-items: center;transition: all 0.3s;color: #333;height: 100%;justify-content: center;border-bottom: 2px solid transparent;}
.header .left .menu .one:hover>.link{color: #D42127;border-bottom: 2px solid #D42127;/*background: #F5F5F5;*/}
.header .left .menu .one.hover>.link{color: #D42127;border-bottom: 2px solid #D42127;/*background: #F5F5F5;*/}

.header .left .menu .one>.link .icon{width: 2.4rem;height: 2.4rem;position: relative;}
.header .left .menu .one>.link .icon img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all 0.3s;}
.header .left .menu .one>.link .icon .nor{opacity: 1;z-index: 111;}
.header .left .menu .one>.link .icon .hov{opacity: 0;z-index: 11;}
.header .left .menu .one.hover>.link .icon img{transform: rotate(180deg);}
.header .left .menu .one:hover>.link .icon img{transform: rotate(180deg);}

.header .left .menu .one.hover>.link .icon .hov{opacity: 1;z-index: 111;}
.header .left .menu .one.hover>.link .icon .nor{opacity: 0;z-index: 11;}

.header .left .menu .one:hover>.link .icon .hov{opacity: 1;z-index: 111;}
.header .left .menu .one:hover>.link .icon .nor{opacity: 0;z-index: 11;}


.header .left .menu .one .two{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);white-space: nowrap;opacity: 0;visibility: hidden;transition: all 0.3s;}
/* .header .left .menu .one .two{position: fixed;top: 8rem;left: 30rem;white-space: nowrap;opacity: 0;visibility: hidden;transition: all 0.3s;} */
.header .left .menu .one.active .two{opacity: 1;visibility: visible;}
.header .left .menu .one .two .box{padding: 3rem 4rem;background: #f5f5f5;margin-top: 3rem;transition: all 0.3s;display: flex;align-items: flex-start;box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);}
.header .left .menu .one.active .two .box{margin-top: 0;}
.header .left .menu .one .two .box .line{margin-right: 4rem;width: 20rem;}
.header .left .menu .one .two .box .line.long{width: 15rem;}
.header .left .menu .one .two .box .line:last-child{margin-right: 0;}
.header .left .menu .one .two .box .line .name{display: block;font-size: 1.6rem;line-height: 2.4rem;padding-bottom: 1rem;margin-bottom: 1rem;border-bottom: 1px solid #ddd;color: #333;}
.header .left .menu .one .two .box .line .link{font-size: 1.4rem;line-height: 2.4rem;color: #666;transition: all 0.3s;display: block;}
.header .left .menu .one .two .box .line .link:hover{color: #D42127;}


.header .left .menu .one:first-child .two{position: fixed;left: 0;transform: translate(0);top: 8rem;}




.header .right{display: flex;align-items: center;height: 100%;}
.header .right .inputBox{width: 40rem;height: 4.4rem;background: #f5f5f5;border-radius: 0.6rem;display: flex;margin-right: 3rem;flex-shrink: 0;}
.header .right .inputBox input{flex: 1;width: 0;padding: 0 1rem 0 2rem;font-size: 1.2rem;color: #3d3d3d;}
.header .right .inputBox .btn{width: 7rem;padding: 0 1rem;position: relative;border-left: 1px;}
.header .right .inputBox .btn::before{position: absolute;left: 0;top: 0;bottom: 0;width: 1px;height: 2rem;background: #D8D8D8;content: "";margin: auto;}
.header .right .inputBox .btn .icon{width: 1.6rem;height: 1.6rem;margin-right: 1rem;}
.header .right .inputBox .btn .text{font-size: 1.2rem;color: #3d3d3d;}

.header .right .link{width: 20.4rem;height: 4.2rem;border: 1px solid #eee;border-radius: 0.4rem;display: flex;align-items: center;justify-content: center;font-size: 1.8rem;color: #333;transition: all 0.3s;}
.header .right .link:hover{color: #D42127;}


.header .right .user{height: 100%;}
.header .right .user .has{margin-left: 3rem;display: flex;align-items: center;height: 100%;padding-right: 10rem;}
.header .right .user .has .head{width: 3.2rem;height: 3.2rem;margin-right: 0.8rem;}
.header .right .user .has .text{font-size: 1.6rem;color: #D42127;line-height: 1.5;margin-right: 0.8rem;}
.header .right .user .has .icon{width: 1.6rem;height: 1.6rem;}

.header .right .user .none{width: 10rem;height: 100%;display: flex;align-items: center;justify-content: center;background: #D42127;color: #fff;font-size: 1.8rem;margin-left: 4rem;}



.footer{background: #181818;padding: 5rem 0 3rem;}
.footer .top{display: flex;}
.footer .top .title{font-size: 2rem;color: #fff;font-weight: bold;font-family: 'siyuanB';line-height: 1.5;margin-right: 4rem;}
.footer .top .text{font-size: 2rem;color: #fff;line-height: 1.5;}

.footer .bot{margin-top: 4rem;display: flex;align-items: center;justify-content: space-between;}
.footer .bot .text{font-size: 1.6rem;line-height: 3rem;color: rgba(255, 255, 255, 0.5);}
.footer .bot .text .icp{color: rgba(255, 255, 255, 0.5);}

.footer .bot .share{display: flex;align-items: center;}
.footer .bot .share .one{position: relative;width: 4.6rem;margin-left: 2rem;flex-shrink: 0;height: 4.6rem;display: block;}
.footer .bot .share .one .icon{width: 100%;height: 100%;position: relative;}
.footer .bot .share .one .icon img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all 0.3s;}
.footer .bot .share .one .icon .nor{z-index: 111;opacity: 1;}
.footer .bot .share .one .icon .hov{z-index: 11;opacity: 0;}
.footer .bot .share .one:hover .icon .nor{z-index: 11;opacity: 0;}
.footer .bot .share .one:hover .icon .hov{z-index: 111;opacity: 1;}

.footer .bot .share .one .codeBox{position: absolute;bottom: 100%;left: 50%;transform: translate(-50%);opacity: 0;transition: all 0.3s;padding-bottom: 4.5rem;visibility: hidden;}
.footer .bot .share .one:hover .codeBox{visibility: visible;opacity: 1;padding-bottom: 1.5rem;}
.footer .bot .share .one .codeBox .box{width: 12rem;height: 12rem;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 1rem;position: relative;}
.footer .bot .share .one .codeBox .box::after{width: 1.2rem;height: 1.2rem;transform: rotate(45deg);position: absolute;bottom: -0.5rem;left: 0;right: 0;content: "";background: #fff;margin: auto;}


.footer .mid{display: flex;align-items: flex-start;margin-top: 4rem;}
.footer .mid .title{display: flex;align-items: center;margin-right: 2rem;flex-shrink: 0;}
.footer .mid .title .icon{width: 2rem;height: 2rem;margin-right: 1rem;flex-shrink: 0;}
.footer .mid .title .text{font-size: 1.6rem;line-height: 3rem;color: rgba(255, 255, 255, 0.5);}
.footer .mid .list{display: flex;flex-wrap: wrap;margin-top: -1.2rem;margin-left: -2.4rem;}
.footer .mid .list .one{font-size: 1.6rem;color: #fff;line-height: 3rem;margin-left: 2.4rem;margin-top: 1.2rem;transition: all 0.3s;}
.footer .mid .list .one:hover{color: #D42127;}





.index .banner .swiper-pagination{bottom: 2rem;}
.index .banner .swiper-pagination-bullet{width: 1.6rem;height: 0.4rem;border-radius: 0.4rem;margin: 0 0.3rem;background: rgba(51, 51, 51, 0.5);opacity: 1;transition: all 0.3s;}
.index .banner .swiper-pagination-bullet-active{background: #D42127;width: 2.4rem;}


.index .floor1{margin-top: 8rem;}
.index .floor1 .top{display: flex;align-items: center;justify-content: space-between;margin-bottom: 3rem;}
.index .floor1 .top .title{display: flex;align-items: center;}
.index .floor1 .top .title .icon{width: 4rem;height: 4rem;margin-right: 1rem;}
.index .floor1 .top .title .text{font-size: 2.4rem;color: #333333;font-family: 'siyuanB';font-weight: bold;}
.index .floor1 .top .more{height: 4.2rem;border-radius: 0.6rem;background: #f5f5f5;padding: 0 2rem;font-size: 1.8rem;color: #333333;}
.index .floor1 .top .more:hover{background: #D42127;color: #fff;}

.index .floor1 .bot{display: flex;align-items: flex-start;justify-content: space-between;}
.index .floor1 .bot .swiper{width: 67.5rem;height: 45rem;border-radius: 1rem;overflow: hidden;background: #F5F5F5;border: 1px solid #EEEEEE;}
.index .floor1 .bot .swiper .swiper-container{height: 100%;width: 100%;}


.index .floor1 .bot .swiper .swiper-pagination{bottom: 3rem;left: auto;right: 0;padding-right: 3rem;width: auto;}
.index .floor1 .bot .swiper .swiper-pagination-bullet{width: 1.6rem;height: 0.4rem;border-radius: 0.4rem;margin: 0 0.3rem;background: rgba(51, 51, 51, 0.5);opacity: 1;transition: all 0.3s;}
.index .floor1 .bot .swiper .swiper-pagination-bullet-active{background: #D42127;width: 2.4rem;}

.index .floor1 .bot .swiper .one{width: 100%;height: 100%;position: relative;}
.index .floor1 .bot .swiper .one .img{width: 100%;height: 100%;}
.index .floor1 .bot .swiper .one .textBox{position: absolute;width: 100%;height: 13rem;display: flex;align-items: flex-start;justify-content: space-between;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);padding: 2.5rem 3rem 0;}
.index .floor1 .bot .swiper .one .name{font-size: 2rem;line-height: 1.6;color: #fff;width: 43rem;}
.index .floor1 .bot .swiper .one .user{font-size: 1.4rem;line-height: 2.4rem;color: #fff;}
.index .floor1 .bot .swiper .one .time{font-size: 1.4rem;line-height: 2.4rem;color: #fff;margin-top: 0.8rem;}

.index .floor1 .bot .list{width: 68.5rem;/*margin-top: -0.8rem;*/}
.index .floor1 .bot .list .one{margin-bottom: 3rem;display: block;}
.index .floor1 .bot .list .one:last-child{margin-bottom: 0;}
.index .floor1 .bot .list .one .name{font-size: 2rem;color: #333;line-height: 3.2rem;margin-bottom: 1rem;transition: all 0.3s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index .floor1 .bot .list .one:hover .name{color: #D42127;}
.index .floor1 .bot .list .one.active .name{color: #D42127;}
.index .floor1 .bot .list .one .flex{display: flex;justify-content: space-between;align-items: center;}
.index .floor1 .bot .list .one .user{font-size: 1.4rem;line-height: 2.4rem;color: #888;}
.index .floor1 .bot .list .one .time{font-size: 1.4rem;line-height: 2.4rem;color: #888;}




.index .floor2{margin-top: 8rem;}
/* .index .floor2 .container{display: flex;justify-content: space-between;}
.index .floor2 .swiper{width: 40rem;height: 50rem;border-radius: 1rem;overflow: hidden;margin-left: 4rem;}
.index .floor2 .swiper .swiper-container{height: 100%;width: 100%;}

.index .floor2 .swiper .swiper-pagination{bottom: 3rem;left: auto;right: 0;padding-right: 3rem;width: auto;}
.index .floor2 .swiper .swiper-pagination-bullet{width: 1.6rem;height: 0.4rem;border-radius: 0.4rem;margin: 0 0.3rem;background: rgba(51, 51, 51, 0.5);opacity: 1;transition: all 0.3s;}
.index .floor2 .swiper .swiper-pagination-bullet-active{background: #D42127;width: 2.4rem;}
.index .floor2 .swiper .one{width: 100%;height: 100%;}
.index .floor2 .swiper .one .img{width: 100%;height: 100%;}


.index .floor2 .list{flex: 1;width: 0;}
.index .floor2 .top{display: flex;align-items: center;justify-content: space-between;margin-bottom: 3.2rem;}
.index .floor2 .top .title{display: flex;align-items: center;}
.index .floor2 .top .title .icon{width: 4rem;height: 4rem;margin-right: 1rem;}
.index .floor2 .top .title .text{font-size: 2.4rem;color: #333333;font-family: 'siyuanB';font-weight: bold;}
.index .floor2 .top .more{height: 4.2rem;border-radius: 0.6rem;background: #f5f5f5;padding: 0 2rem;font-size: 1.8rem;color: #333333;}
.index .floor2 .top .more:hover{background: #D42127;color: #fff;}

.index .floor2 .bot .one{margin-bottom: 2.4rem;padding-left: 2rem;position: relative;display: block;}
.index .floor2 .bot .one:last-child{margin-bottom: 0;}
.index .floor2 .bot .one .name{font-size: 2rem;line-height: 1.6;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.3s;margin-bottom: 0.8rem;}
.index .floor2 .bot .one .time{font-size: 1.4rem;color: #888;line-height: 2.4rem;}
.index .floor2 .bot .one:hover .name{color: #D42127;}
.index .floor2 .bot .one.active .name{color: #D42127;}
.index .floor2 .bot .one::before{width: 0.8rem;height: 0.8rem;position: absolute;top: 1.2rem;left: 0;background: #D8D8D8;border-radius: 50%;content: "";transition: all 0.3s;}
.index .floor2 .bot .one:hover::before{background: #D42127;}
.index .floor2 .bot .one.active::before{background: #D42127;} */

.index .floor2 .top{display: flex;align-items: center;justify-content: space-between;margin-bottom: 3rem;}
.index .floor2 .top .title{display: flex;align-items: center;}
.index .floor2 .top .title .icon{width: 4rem;height: 4rem;margin-right: 1rem;}
.index .floor2 .top .title .text{font-size: 2.4rem;color: #333333;font-family: 'siyuanB';font-weight: bold;}
.index .floor2 .top .more{height: 4.2rem;border-radius: 0.6rem;background: #f5f5f5;padding: 0 2rem;font-size: 1.8rem;color: #333333;}
.index .floor2 .top .more:hover{background: #D42127;color: #fff;}

.index .floor2 .bot{display: flex;align-items: flex-start;justify-content: space-between;}
.index .floor2 .bot .swiper{width: 67.5rem;height: 45rem;border-radius: 1rem;overflow: hidden;background: #D8D8D8;}
.index .floor2 .bot .swiper .swiper-container{height: 100%;width: 100%;}


.index .floor2 .bot .swiper .swiper-pagination{bottom: 3rem;left: auto;right: 0;padding-right: 3rem;width: auto;}
.index .floor2 .bot .swiper .swiper-pagination-bullet{width: 1.6rem;height: 0.4rem;border-radius: 0.4rem;margin: 0 0.3rem;background: rgba(51, 51, 51, 0.5);opacity: 1;transition: all 0.3s;}
.index .floor2 .bot .swiper .swiper-pagination-bullet-active{background: #D42127;width: 2.4rem;}

.index .floor2 .bot .swiper .one{width: 100%;height: 100%;position: relative;}
.index .floor2 .bot .swiper .one .img{width: 100%;height: 100%;}
.index .floor2 .bot .swiper .one .textBox{position: absolute;width: 100%;height: 13rem;display: flex;align-items: flex-start;justify-content: space-between;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);padding: 2.5rem 3rem 0;}
.index .floor2 .bot .swiper .one .name{font-size: 2rem;line-height: 1.6;color: #fff;width: 43rem;}
.index .floor2 .bot .swiper .one .user{font-size: 1.4rem;line-height: 2.4rem;color: #fff;}
.index .floor2 .bot .swiper .one .time{font-size: 1.4rem;line-height: 2.4rem;color: #fff;margin-top: 0.8rem;}

.index .floor2 .bot .list{width: 68.5rem;margin-top: -0.8rem;}
.index .floor2 .bot .list .one{margin-bottom: 3rem;display: block;}
.index .floor2 .bot .list .one:last-child{margin-bottom: 0;}
.index .floor2 .bot .list .one .name{font-size: 2rem;color: #333;line-height: 1.6;margin-bottom: 0.8rem;transition: all 0.3s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index .floor2 .bot .list .one:hover .name{color: #D42127;}
.index .floor2 .bot .list .one.active .name{color: #D42127;}
.index .floor2 .bot .list .one .flex{display: flex;justify-content: space-between;align-items: center;}
.index .floor2 .bot .list .one .user{font-size: 1.4rem;line-height: 2.4rem;color: #888;}
.index .floor2 .bot .list .one .time{font-size: 1.4rem;line-height: 2.4rem;color: #888;}




.index .floor3{margin-top: 8rem;padding: 8rem 0 0;background: url(../img/bg_about-h@1x.webp);height: 70.9rem;background-size: 100% auto;background-repeat: no-repeat;}
.index .floor3 .container{display: flex;justify-content: space-between;}
.index .floor3 .right{width: 68rem;flex-shrink: 0;}
.index .floor3 .left{width: 62rem;flex-shrink: 0;display: flex;flex-direction: column;align-items: flex-start;}
.index .floor3 .left .title{font-size: 5rem;line-height: 7.2rem;color: #222222;margin-bottom: 4rem;}
.index .floor3 .left .title span{font-size: 2.4rem;line-height: 3.5rem;color: #666;margin-left: 1.8rem;}
.index .floor3 .left .big{font-size: 4rem;line-height: 6.4rem;height: 15.8rem;color: #3D3D3D;}
.index .floor3 .left .content{font-size: 1.8rem;line-height: 3.4rem;color: #666;margin-bottom: 3rem;}
.index .floor3 .left .more{height: 4.2rem;border-radius: 0.6rem;background: #f5f5f5;padding: 0 2rem;font-size: 1.8rem;color: #333333;margin-left: 1rem;}
.index .floor3 .left .more:hover{background: #D42127;color: #fff;}



.register{background: #f5f5f5;background-image: url(../img/bg-zc@1x.png);background-repeat: no-repeat;background-size: 100% auto;background-position: top left;min-height: 100vh;padding-bottom: 5rem;}
.register .container{width: 120rem;}
.register .head{display: flex;align-items: center;height: 12rem;justify-content: space-between;}
.register .head .logo{width: 10rem;}
.register .head .title{font-size: 2rem;color: #fff;line-height: 1.6;font-weight: bold;font-family: 'siyuanB';}

.register .box{background: #fff;padding: 8rem 0rem 5rem 0rem;display: flex;border-radius: 1rem;justify-content: space-between;}
.register .box .left{padding-left: 11rem;border-right: 1px;margin-right: 4rem;position: relative;width: 73.2rem;}
.register .box .left .title{margin-left: 9.8rem;font-size: 3rem;line-height: 3.2rem;margin-bottom: 3rem;color: #3D3D3D;}
.register .box .left .form .line{display: flex;margin-bottom: 1.6rem;align-items: center;}
.register .box .left .form .line:last-child{margin-bottom: 0;}
.register .box .left .form .line .name{font-size: 1.6rem;line-height: 2;color: #3D3D3D;text-align: right;margin-right: 2rem;width: 7.8rem;}
.register .box .left .form .line .name span{color: #D42127;margin-right: 0.6rem;}
.register .box .left .form .line .input{width: 41.5rem;height: 4.8rem;border: 1px solid #EEEEEE;border-radius: 0.6rem;display: flex;}
.register .box .left .form .line .input input{flex: 1;height: 100%;padding: 0 1rem;font-size: 1.6rem;color: #333;}
.register .box .left .form .line .input input::placeholder{color: #888;}
.register .box .left .form .line .check{cursor: pointer;display: flex;align-items: center;margin-top: 0.4rem;}
.register .box .left .form .line .check .icon{width: 2rem;height: 2rem;margin-right: 1rem;background: #eee;border-radius: 50%;}
.register .box .left .form .line .check img{opacity: 0;}
.register .box .left .form .line .check.active img{opacity: 1;}
.register .box .left .form .line .check .text{font-size: 1.6rem;color: #3d3d3d;}
.register .box .left .form .line .check .text a{color: #D42127;}
.register .box .left .form .line .btn{width: 41.5rem;height: 4.8rem;background: #D42127;border-radius: 0.6rem;color: #fff;font-size: 1.6rem;margin-top: 1.4rem;}
.register .box .left::after{position: absolute;width: 1px;height: 39.4rem;background: #eee;right: 0;top: 0;content: "";}

.register .box .left .form .line .input .btn{width: auto;height: 100%;margin: 0 0 0 2rem;flex-shrink: 0;padding: 0 3rem;}


.register .box .left .form .line .select{position: relative;width: 41.5rem;}
/* .register .box .left .form .line .select .normal{width: 25.6rem;height: 4.8rem;display: flex;align-items: center;padding: 0 2rem;cursor: pointer;background: #fff;border-radius: 0.6rem;border: 1px solid #EEEEEE;overflow: hidden;transition: all 0.3s;} */
.register .box .left .form .line .select .normal{width: 100%;height: 4.8rem;display: flex;align-items: center;padding: 0 1rem;cursor: pointer;background: #fff;border-radius: 0.6rem;border: 1px solid #EEEEEE;overflow: hidden;transition: all 0.3s;}
.register .box .left .form .line .select .normal .text{flex: 1;width: 0;font-size: 1.6rem;color: #888888;user-select: none;}
.register .box .left .form .line .select .normal .text.active{color: #333333;}
.register .box .left .form .line .select.active .normal{border-bottom-right-radius: 0;border-bottom-left-radius: 0;}

.register .box .left .form .line .select .normal .icon{width: 1.6rem;height: 1.6rem;transition: all 0.3s;}
.register .box .left .form .line .select.active .normal .icon{transform: rotate(180deg);}

.register .box .left .form .line .select .hideBox{border: 1px solid #eee;padding: 2rem;max-height: 30rem;overflow: auto;display: none;position: absolute;width: 100%;z-index: 111;background: #fff;border-bottom-right-radius: 0.6rem;border-bottom-left-radius: 0.6rem;}
.register .box .left .form .line .select .hideBox .one{font-size: 1.6rem;line-height: 1.5;margin-bottom: 2rem;color: #333;cursor: pointer;transition: all 0.3s;}
.register .box .left .form .line .select .hideBox .one:last-child{margin-bottom: 0;}
.register .box .left .form .line .select .hideBox .one:hover,.register .box .left .form .line .select .hideBox .one.active{color: #D42127;}



.register .box .right{padding-top: 2.2rem;padding-right: 5rem;}
.register .box .right .text{margin-left: 5rem;color: #3d3d3d;font-size: 1.6rem;line-height: 3.2rem;margin-right: 1.2rem;}
.register .box .right .text a{color: #D42127;text-decoration: underline;}
.register .box .right .other{margin-top: 1.2rem;display: flex;align-items: center;}
.register .box .right .other .icon{width: 3.2rem;height: 3.2rem;margin-right: 1rem;border-radius: 50%;border: 1px solid #EEEEEE;}
.register .box .right .big{margin-top: 3.7rem;}



.login{background: #f5f5f5;background-image: url(../img/bg-zc@1x.png);background-repeat: no-repeat;background-size: 100% auto;background-position: top left;min-height: 100vh;}
.login .container{width: 120rem;}
.login .head{display: flex;align-items: center;height: 12rem;justify-content: space-between;}
.login .head .logo{width: 10rem;}
.login .head .title{font-size: 2rem;color: #fff;line-height: 1.6;font-weight: bold;font-family: 'siyuanB';}

.login .box{background: #fff;padding: 8rem 0rem 5rem 0rem;display: flex;border-radius: 1rem;justify-content: space-between;}
.login .box .left{padding-left: 14.2rem;border-right: 1px;margin-right: 4rem;position: relative;width: 73.2rem;}
.login .box .left .title{margin-left: 6.6rem;font-size: 3rem;line-height: 3.2rem;margin-bottom: 3rem;color: #3D3D3D;}
.login .box .left .form .line{display: flex;margin-bottom: 1.6rem;align-items: center;}
.login .box .left .form .line:last-child{margin-bottom: 0;}
.login .box .left .form .line .name{font-size: 1.6rem;line-height: 2;color: #3D3D3D;text-align: right;margin-right: 2rem;width: 4.6rem;}
.login .box .left .form .line .name span{color: #D42127;margin-right: 0.6rem;}
.login .box .left .form .line .input{width: 41.5rem;height: 4.8rem;border: 1px solid #EEEEEE;border-radius: 0.6rem;}
.login .box .left .form .line .input input{width: 100%;height: 100%;padding: 0 1rem;font-size: 1.6rem;color: #333;}
.login .box .left .form .line .input input::placeholder{color: #888;}
.login .box .left .form .line .check{cursor: pointer;display: flex;align-items: center;margin-top: 0.4rem;}
.login .box .left .form .line .check .icon{width: 2rem;height: 2rem;margin-right: 1rem;background: #eee;border-radius: 50%;}
.login .box .left .form .line .check img{opacity: 0;}
.login .box .left .form .line .check.active img{opacity: 1;}
.login .box .left .form .line .check .text{font-size: 1.6rem;color: #3d3d3d;}
.login .box .left .form .line .check .text a{color: #D42127;}
.login .box .left .form .line .btn{width: 41.5rem;height: 4.8rem;background: #D42127;border-radius: 0.6rem;color: #fff;font-size: 1.6rem;margin-top: 1.4rem;}
.login .box .left::after{position: absolute;width: 1px;height: 39.4rem;background: #eee;right: 0;top: 0;content: "";}

.login .box .left .form .line .tip{font-size: 1.6rem;line-height: 2;color: #3D3D3D;}
.login .box .left .form .line .tip a{color: #D42127;text-decoration: underline;}



.login .box .right{padding-top: 2.2rem;padding-right: 5rem;}
.login .box .right .text{margin-left: 5rem;color: #3d3d3d;font-size: 1.6rem;line-height: 3.2rem;margin-right: 1.2rem;}
.login .box .right .text a{color: #D42127;text-decoration: underline;}
.login .box .right .other{margin-top: 1.2rem;display: flex;align-items: center;}
.login .box .right .other .icon{width: 3.2rem;height: 3.2rem;margin-right: 1rem;border-radius: 50%;border: 1px solid #EEEEEE;}
.login .box .right .big{margin-top: 3.7rem;}



.forget{padding: 4rem;background: #F5F5F5;min-height: 100vh;}
.forget .container{width: 81.5rem;}
.forget .back{width: 12rem;height: 4.8rem;background: #D42127;border-radius: 0.6rem;font-size: 1.6rem;color: #fff;margin-bottom: 3.3rem;}
.forget .block{background: #fff;display: flex;flex-direction: column;align-items: center;padding: 8rem 20rem;border-radius: 1rem;}
.forget .block .title{font-size: 3rem;line-height: 3.2rem;color: #3D3D3D;margin-bottom: 1.3rem;width: 100%;}
.forget .block .desc{font-size: 1.4rem;line-height: 3.2rem;color: #3D3D3D;margin-bottom: 2rem;width: 100%}
.forget .block .desc span{color: #D42127;}

.forget .block .form{width: 100%;}
.forget .block .line{margin-bottom: 3rem;width: 100%;position: relative;}
.forget .block .line .input{width: 100%;height: 4.8rem;display: flex;border: 1px solid #eee;border-radius: 0.6rem;position: relative;overflow: hidden;}
.forget .block .line .input input{flex: 1;height: 100%;padding: 0 1rem;font-size: 1.6rem;color: #333;}
.forget .block .line .input input::placeholder{color: #888;}

.forget .block .line .name{position: absolute;right: calc(100% + 2rem);top: 0;bottom: 0;font-size: 1.6rem;margin: auto;color: #3D3D3D;white-space: nowrap;align-items: center;display: flex;}
.forget .block .line .name span{color: #D42127;margin-right: 0.6rem;}

.forget .block .line .input .code{width: 14rem;height: 100%;border-top-left-radius: 0.6rem;border-bottom-left-radius: 0.6rem;font-size: 1.6rem;color: #3D3D3D;background: #F5F5F5;display: flex;align-items: center;justify-content: center;}
.forget .block .line .input .code.reload{background: #D42127;color: #fff;cursor: pointer;}

.forget .block .line .tip{margin-top: -1.6rem;font-size: 1.4rem;line-height: 2rem;color: #999999;}

.forget .block .btn{width: 100%;height: 4.8rem;background: #D42127;color: #fff;font-size: 1.6rem;border-radius: 0.6rem;}


.forget .block3 .icon{width: 16rem;height: 16rem;margin-bottom: 4rem;}
.forget .block3 .title{font-size: 2rem;line-height: 3rem;text-align: center;color: #3D3D3D;margin-bottom: 4rem;}
.forget .block3 .btn{width: 100%;height: 4.8rem;color: #fff;font-size: 1.6rem;background: #D42127;border-radius: 0.6rem;min-height: 0;}
.forget .block3 .other{margin-top: 2rem;font-size: 1.4rem;line-height: 2rem;color: #999;}
.forget .block3 .other span{color: #D42127;}


.forget .block4 .icon{width: 16rem;height: 16rem;margin-bottom: 4rem;}
.forget .block4 .title{font-size: 2rem;line-height: 3rem;text-align: center;color: #3D3D3D;margin-bottom: 1.4rem;}
.forget .block4 .desc{margin-bottom: 3rem;font-size: 1.4rem;color: #999;text-align: center;}
.forget .block4 .btn{width: 100%;height: 4.8rem;color: #fff;font-size: 1.6rem;background: #D42127;border-radius: 0.6rem;min-height: 0;}




.listPage .container{display: flex;}
.listPage .left{padding-right: 4.4rem;border-right: 1px solid #eee;margin-right: 4.4rem;flex-shrink: 0;padding-top: 6rem;}
.listPage .menu{width: 30rem;position: sticky;top: 10rem;}
.listPage .menu .title{font-size: 2rem;/*line-height: 2.6rem;*/padding-bottom: 1.5rem;border-bottom: 1px solid #d8d8d8;position: relative;margin-bottom: 1rem;}
.listPage .menu .title::after{position: absolute;bottom: 0;left: 0;width: 4rem;height: 1px;content: "";background: #D42127;}
.listPage .menu .one{margin-bottom: 0.2rem;}
.listPage .menu .one .first{display: flex;align-items: center;width: 100%;height: 4.4rem;cursor: pointer;}
.listPage .menu .one .first .icon{width: 1.6rem;height: 1.6rem;margin-right: 1.4rem;position: relative;}
.listPage .menu .one .first .icon img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all 0.3s;}
.listPage .menu .one .first .icon .nor{z-index: 111;opacity: 1;}
.listPage .menu .one .first .icon .hov{z-index: 11;opacity: 0;}
.listPage .menu .one.active .first .icon img{transform: rotate(-90deg);}
.listPage .menu .one.active .first .icon .nor{z-index: 11;opacity: 0;}
.listPage .menu .one.active .first .icon .hov{z-index: 111;opacity: 1;}

.listPage .menu .one .first .text{font-size: 1.6rem;color: #333;line-height: 2.4rem;transition: all 0.3s;}
.listPage .menu .one .first .text:hover{color: #D42127;}
.listPage .menu .one .second{display: none;padding-left: 5rem;margin-bottom: 0.2rem;}
.listPage .menu .one .second .link{font-size: 1.4rem;color: #666;transition: all 0.3s;width: 100%;height: 4.4rem;display: flex;align-items: center;line-height: 2.4rem;}
.listPage .menu .one .second .link:hover{color: #D42127;}
.listPage .menu .one .second .link.active{color: #D42127;}

.listPage .listBox{flex: 1;width: 0;padding: 6rem 0;}
.listPage .listBox .bread{padding-left: 2rem;border-left: 0.2rem solid #D42127;display: flex;align-items: center;height: 2rem;margin-bottom: 3rem;}
.listPage .listBox .bread .text{font-size: 1.4rem;color: #333;display: block;}
.listPage .listBox .bread span{font-size: 1.2rem;color: #ddd;margin: 0 0.8rem;}

.listPage .listBox .list .one{margin-bottom: 2rem;padding-bottom: 2rem;border-bottom: 1px solid #eee;display: block;}
.listPage .listBox .list .one:last-child{margin-bottom: 0;}
.listPage .listBox .list .one .flex{display: flex;align-items: flex-start;margin-bottom: 1rem;}
.listPage .listBox .list .one .big{width: 16rem;height: auto;flex-shrink: 0;margin-right: 2rem;}
.listPage .listBox .list .one .textBox{flex: 1;width: 0;}
.listPage .listBox .list .one .name{font-size: 2rem;line-height: 1.6;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 0.8rem;transition: all 0.3s;}
.listPage .listBox .list .one:hover .name{color: #D42127;}
.listPage .listBox .list .one .desc{font-size: 1.4rem;line-height: 2.6rem;color: #666;margin-bottom: 1rem;}

.listPage .listBox .list .one .box{align-items: center;display: flex;}
.listPage .listBox .list .one .user{display: flex;align-items: center;margin-right: 2.4rem;}
.listPage .listBox .list .one .user .head{width: 1.6rem;height: 1.6rem;margin-right: 0.6rem;border-radius: 50%;}
.listPage .listBox .list .one .user .text{font-size: 1.4rem;line-height: 2.4rem;color: #888;}
.listPage .listBox .list .one .time{font-size: 1.4rem;line-height: 2.4rem;color: #888;margin-right: 2.4rem;}
.listPage .listBox .list .one .view{display: flex;align-items: center;}
.listPage .listBox .list .one .view .icon{width: 1.6rem;height: 1.6rem;margin-right: 0.6rem;}
.listPage .listBox .list .one .view .text{font-size: 1.4rem;line-height: 2.4rem;color: #888;}


.listPage .pageList{margin-top: 4rem;display: flex;}
.listPage .pageList .one{width: 4rem;height: 4rem;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 1.4rem;color: #3d3d3d;background: #F5F5F5;border-radius: 1rem;margin-right: 1rem;transition: all 0.3s;}
.listPage .pageList .one:hover{background: #D42127;color: #fff;}
.listPage .pageList .one.active{background: #D42127;color: #fff;}

.listPage .pageList .point{width: 4rem;height: 4rem;display: flex;align-items: center;justify-content: center;font-size: 1.4rem;color: #3d3d3d;background: #F5F5F5;border-radius: 1rem;margin-right: 1rem;}

.listPage .pageList .prev{width: 7rem;height: 4rem;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 1.4rem;color: #3d3d3d;background: #F5F5F5;border-radius: 1rem;margin-right: 1rem;transition: all 0.3s;}
.listPage .pageList .prev:hover{background: #D42127;color: #fff;}

.listPage .pageList .next{width: 7rem;height: 4rem;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 1.4rem;color: #3d3d3d;background: #F5F5F5;border-radius: 1rem;margin-right: 1rem;transition: all 0.3s;}
.listPage .pageList .next:hover{background: #D42127;color: #fff;}



.listPage .listBox .faqList .one{margin-bottom: 4rem;} 
.listPage .listBox .faqList .one:last-child{margin-bottom: 0;}
.listPage .listBox .faqList .one .question{display: flex;margin-bottom: 2rem;}
.listPage .listBox .faqList .one .question .icon{width: 2.4rem;height: 2.4rem;margin-right: 1rem;flex-shrink: 0;margin-top: 0.4rem;}
.listPage .listBox .faqList .one .question .text{flex: 1;width: 0;font-size: 2rem;line-height: 3.2rem;color: #333;}
.listPage .listBox .faqList .one .question .right{flex-shrink: 0;margin-left: 5.5rem;}
.listPage .listBox .faqList .one .question .day{font-size: 1.4rem;color: #888;line-height: 2rem;}
.listPage .listBox .faqList .one .question .time{font-size: 1.4rem;color: #888;line-height: 2rem;margin-top: 0.6rem;}

.listPage .listBox .faqList .one .answer{display: flex;}
.listPage .listBox .faqList .one .answer .icon{width: 2.4rem;height: 2.4rem;margin-right: 1rem;flex-shrink: 0;margin-top: 0.4rem;}
.listPage .listBox .faqList .one .answer .textBox{width: 0;flex: 1;padding: 2rem 2.4rem;background: #FAFAFA;border-radius: 1rem;}
.listPage .listBox .faqList .one .answer .textBox .text{font-size: 1.4rem;line-height: 2.6rem;color: #3d3d3d;}





.detailPage .container{display: flex;}
.detailPage .left{padding-right: 4.4rem;border-right: 1px solid #eee;margin-right: 4.4rem;flex-shrink: 0;padding-top: 6rem;}
.detailPage .menu{width: 30rem;position: sticky;top: 10rem;}
.detailPage .menu .title{font-size: 2rem;/*line-height: 2.6rem;*/padding-bottom: 1.5rem;border-bottom: 1px solid #d8d8d8;position: relative;margin-bottom: 1rem;}
.detailPage .menu .title::after{position: absolute;bottom: 0;left: 0;width: 4rem;height: 1px;content: "";background: #D42127;}
.detailPage .menu .one{margin-bottom: 0.2rem;}
.detailPage .menu .one .first{display: flex;align-items: center;width: 100%;height: 4.4rem;cursor: pointer;}
.detailPage .menu .one .first .icon{width: 1.6rem;height: 1.6rem;margin-right: 1.4rem;position: relative;}
.detailPage .menu .one .first .icon img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all 0.3s;}
.detailPage .menu .one .first .icon .nor{z-index: 111;opacity: 1;}
.detailPage .menu .one .first .icon .hov{z-index: 11;opacity: 0;}
.detailPage .menu .one.active .first .icon img{transform: rotate(-90deg);}
.detailPage .menu .one.active .first .icon .nor{z-index: 11;opacity: 0;}
.detailPage .menu .one.active .first .icon .hov{z-index: 111;opacity: 1;}

.detailPage .menu .one .first .text{font-size: 1.6rem;color: #333;line-height: 2.4rem;transition: all 0.3s;}
.detailPage .menu .one .first .text:hover{color: #D42127;}
.detailPage .menu .one .second{display: none;padding-left: 5rem;margin-bottom: 0.2rem;}
.detailPage .menu .one .second .link{font-size: 1.4rem;color: #666;transition: all 0.3s;width: 100%;height: 4.4rem;display: flex;align-items: center;line-height: 2.4rem;}
.detailPage .menu .one .second .link:hover{color: #D42127;}
.detailPage .menu .one .second .link.active{color: #D42127;}

.detailPage .detailBox{flex: 1;width: 0;padding: 6rem 0 8rem;}
.detailPage .detailBox .bread{padding-left: 2rem;border-left: 0.2rem solid #D42127;display: flex;align-items: center;height: 2rem;margin-bottom: 3rem;}
.detailPage .detailBox .bread .text{font-size: 1.4rem;color: #333;display: block;}
.detailPage .detailBox .bread span{font-size: 1.2rem;color: #ddd;margin: 0 0.8rem;}

.detailPage .detailBox .title{font-size: 4rem;line-height: 1.5;color: #333;margin-bottom: 3rem;}
.detailPage .detailBox .descBox{width: 100%;padding: 3rem;background: #F5F5F5;border-radius: 1rem;font-size: 1.6rem;line-height: 2;color: #333;margin-bottom: 3rem;}
.detailPage .detailBox .contentBox{font-size: 1.6rem;line-height: 2;}
.detailPage .detailBox .contentBox *{font-size: 1.6rem;line-height: 2;}
.detailPage .detailBox .contentBox h1{font-size: 2em;}
.detailPage .detailBox .contentBox h2{font-size: 1.5em}
.detailPage .detailBox .contentBox h3{font-size: 1.17em}

.detailPage .detailBox .contentBox ul{list-style-type: disc;padding-inline-start: 40px;}
.detailPage .detailBox .contentBox ul li{list-style-type: disc;}
.detailPage .detailBox .contentBox ol{list-style-type: decimal;padding-inline-start: 40px;}
.detailPage .detailBox .contentBox ol li{list-style-type: decimal;}



.detailPage .detailBox .contentBox img{max-width: 100% !important;height: auto;}
.detailPage .detailBox .contentBox video{max-width: 100% !important;height: auto;}

.detailPage .detailBox .downloadBox{margin-top: 6rem;border-top: 1px solid #eee;padding-top: 6rem;}
.detailPage .detailBox .downloadBox .name{font-size: 3rem;color: #333;}
.detailPage .detailBox .downloadBox .list{margin-top: 1rem;display: flex;flex-wrap: wrap;margin-left: -3rem;}
.detailPage .detailBox .downloadBox .list .one{margin-top: 3rem;padding: 0 2rem;background: #D42127;max-width: 27rem;height: 4.4rem;margin-left: 3rem;border-radius: 0.4rem;display: flex;align-items: center;justify-content: center;}
.detailPage .detailBox .downloadBox .list .one .icon{width: 2.4rem;height: 2.4rem;margin-right: 0.6rem;}
.detailPage .detailBox .downloadBox .list .one .text{font-size: 1.6rem;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


.detailPage .detailBox .flex{display: flex;align-items: center;margin-bottom: 3rem;}
.detailPage .detailBox .flex .user{display: flex;margin-right: 2.4rem;align-items: center;height: 2.4rem;}
.detailPage .detailBox .flex .icon{width: 1.6rem;height: 1.6rem;margin-right: 0.6rem;}
.detailPage .detailBox .flex .text{font-size: 1.4rem;color: #888888;}
.detailPage .detailBox .flex .user .name{font-size: 1.4rem;color: #888888;}
.detailPage .detailBox .flex .time{font-size: 1.4rem;color: #888888;margin-right: 2.4rem;}
.detailPage .detailBox .flex .view{display: flex;align-items: center;margin-right: 2.4rem;height: 2.4rem;}
.detailPage .detailBox .flex .wx{display: flex;align-items: center;margin-right: 2.4rem;height: 2.4rem;position: relative;}

.detailPage .detailBox .flex .wx .codeBox{position: absolute;top: 100%;left: 50%;transform: translate(-50%);opacity: 0;transition: all 0.3s;padding-top: 3rem;visibility: hidden;}
.detailPage .detailBox .flex .wx:hover .codeBox{visibility: visible;opacity: 1;padding-top: 1.5rem;}
.detailPage .detailBox .flex .wx .codeBox .box{width: 11rem;background: #fff;border-radius: 1rem;position: relative;box-shadow: 0px 0.4rem 2rem 0px rgba(0, 0, 0, 0.2);padding: 1rem;}
.detailPage .detailBox .flex .wx .codeBox .box::after{width: 1.2rem;height: 1.2rem;transform: rotate(45deg);position: absolute;top: -0.5rem;left: 0;right: 0;content: "";background: #fff;margin: auto;z-index: 1;}
.detailPage .detailBox .flex .wx .codeBox .box .text{font-size: 1.2rem;color: #999;margin-top: 1rem;line-height: 1.5;text-align: center;}




.searchPage {padding: 4rem 0 6rem;}

.searchPage .listBox{width: 83rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}

.searchPage .listBox .list{width: 100%;}
.searchPage .listBox .list .one{margin-bottom: 2rem;padding-bottom: 2rem;border-bottom: 1px solid #eee;display: block;}
.searchPage .listBox .list .one:last-child{margin-bottom: 0;}
.searchPage .listBox .list .one .flex{display: flex;align-items: flex-start;margin-bottom: 1rem;}
.searchPage .listBox .list .one .big{width: 16rem;height: auto;flex-shrink: 0;margin-right: 2rem;}
.searchPage .listBox .list .one .textBox{flex: 1;width: 0;}
.searchPage .listBox .list .one .name{font-size: 2rem;line-height: 1.6;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 0.8rem;transition: all 0.3s;}
.searchPage .listBox .list .one:hover .name{color: #D42127;}
.searchPage .listBox .list .one .desc{font-size: 1.4rem;line-height: 2.6rem;color: #666;margin-bottom: 1rem;}

.searchPage .listBox .list .one .box{align-items: center;display: flex;}
.searchPage .listBox .list .one .user{display: flex;align-items: center;margin-right: 2.4rem;}
.searchPage .listBox .list .one .user .head{width: 1.6rem;height: 1.6rem;margin-right: 0.6rem;border-radius: 50%;}
.searchPage .listBox .list .one .user .text{font-size: 1.4rem;line-height: 2.4rem;color: #888;}
.searchPage .listBox .list .one .time{font-size: 1.4rem;line-height: 2.4rem;color: #888;margin-right: 2.4rem;}
.searchPage .listBox .list .one .view{display: flex;align-items: center;}
.searchPage .listBox .list .one .view .icon{width: 1.6rem;height: 1.6rem;margin-right: 0.6rem;}
.searchPage .listBox .list .one .view .text{font-size: 1.4rem;line-height: 2.4rem;color: #888;}


.searchPage .pageList{margin-top: 4rem;display: flex;}
.searchPage .pageList .one{width: 4rem;height: 4rem;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 1.4rem;color: #3d3d3d;background: #F5F5F5;border-radius: 1rem;margin-right: 1rem;transition: all 0.3s;}
.searchPage .pageList .one:hover{background: #D42127;color: #fff;}
.searchPage .pageList .one.active{background: #D42127;color: #fff;}

.searchPage .pageList .point{width: 4rem;height: 4rem;display: flex;align-items: center;justify-content: center;font-size: 1.4rem;color: #3d3d3d;background: #F5F5F5;border-radius: 1rem;margin-right: 1rem;}

.searchPage .pageList .prev{width: 7rem;height: 4rem;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 1.4rem;color: #3d3d3d;background: #F5F5F5;border-radius: 1rem;margin-right: 1rem;transition: all 0.3s;}
.searchPage .pageList .prev:hover{background: #D42127;color: #fff;}

.searchPage .pageList .next{width: 7rem;height: 4rem;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 1.4rem;color: #3d3d3d;background: #F5F5F5;border-radius: 1rem;margin-right: 1rem;transition: all 0.3s;}
.searchPage .pageList .next:hover{background: #D42127;color: #fff;}

.searchPage .keyword{width: 83rem;margin: 0 auto 4rem;position: relative;padding-left: 2rem;font-size: 2rem;line-height: 2.4rem;color: #333333;}
.searchPage .keyword span{color: #D42127;}
.searchPage .keyword::before{position: absolute;top: 0;left: 0;bottom: 0;width: 2px;height: 2rem;content: "";background: #D42127;margin: auto;}





.userCenter{background: #F3F4F6;}
.userCenter .container{padding: 4rem 0 6rem;}
.userCenter .detailBox{display: flex;align-items: center;padding: 2.4rem;background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);border-radius: 1.2rem;}
.userCenter .detailBox .head{width: 6rem;height: 6rem;border-radius: 50%;flex-shrink: 0;margin-right: 1.6rem;}
.userCenter .detailBox .textBox{padding: 0.2rem 0;}
.userCenter .detailBox .name{font-size: 2rem;line-height: 2.8rem;margin-bottom: 0.4rem;color: #000000;font-weight: bold;}
.userCenter .detailBox .email{display: flex;align-items: center;}
.userCenter .detailBox .email .icon{width: 2rem;height: 2rem;flex-shrink: 0;margin-right: 0.8rem;}
.userCenter .detailBox .email .text{font-size: 1.6rem;line-height: 2.4rem;color: #999999;}


.userCenter .container>.title{font-size: 2rem;margin: 3rem 0;padding-left: 2rem;color: #333333;line-height: 2.4rem;position: relative;}
.userCenter .container>.title::before{position: absolute;left: 0;top: 0;bottom: 0;width: 0.2rem;height: 2rem;background: #D42127;content: "";margin: auto;}


.userCenter .formBox{padding: 2.4rem;background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);border-radius: 1.2rem;}
.userCenter .formBox .title{font-size: 2.4rem;line-height: 3.5rem;color: #3D3D3D;margin-bottom: 2rem;margin-top: 5rem;}
.userCenter .formBox .title:first-child{margin-top: 0;}
.userCenter .formBox .desc{font-size: 1.4rem;line-height: 2.4rem;color: #3D3D3D;margin-bottom: 2.4rem;}

.userCenter .formBox .line{margin-bottom: 2rem;}
.userCenter .formBox .line .name{font-size: 1.4rem;line-height: 2.4rem;color: #3D3D3D;}
.userCenter .formBox .line .flex{display: flex;align-items: center;margin-bottom: 1rem;}
.userCenter .formBox .line .head{margin-top: -0.8rem;width: 6rem;height: 6rem;margin-right: 2rem;border-radius: 50%;}
.userCenter .formBox .line:first-child .flex{margin-top: 1.8rem;}
.userCenter .formBox .btn{width: 13.4rem;height: 5.2rem;background: #F1F1F1;border-radius: 0.6rem;font-size: 1.6rem;color: #333333;margin-right: 2rem;}
.userCenter .formBox .btn:hover{background: #D42127;color: #fff;}
.userCenter .formBox .btn.logout{background: #D42127;color: #fff;margin-top: 5rem;}
.userCenter .formBox .btn.edit.active{background: #D42127;color: #fff;}
.userCenter .formBox .btn.less{width: 10rem;}

.userCenter .formBox .line .input{margin-right: 1rem;width: 60rem;height: 5.2rem;border: 1px solid #DDDDDD;border-radius: 0.6rem;background: #F7F9FA;}
.userCenter .formBox .line .input input{width: 100%;height: 100%;padding: 0 1.4rem;color: #333;font-size: 1.6rem;}
.userCenter .formBox .line .input.disabled input{color: #999999;}
.userCenter .formBox .line .input.disabled input::placeholder{color: #999999;}
.userCenter .formBox .line .icon{width: 5.2rem;height: 5.2rem;margin-right: 2rem;border-radius: 50%;}
.userCenter .formBox .line .flex .text{color: #999999;font-size: 1.6rem;}


.userCenter .formBox .line .input{margin-right: 1rem;width: 60rem;height: 5.2rem;border: 1px solid #DDDDDD;border-radius: 0.6rem;background: #F7F9FA;}
.userCenter .formBox .line .input select{width: 100%;height: 100%;padding: 0 1.4rem;color: #333;font-size: 1.6rem;}
.userCenter .formBox .line .input.disabled select{color: #999999;}
.userCenter .formBox .line .input.disabled select::placeholder{color: #999999;}



















































































@media(max-width:750px){
    .pc{display: none;}
    .mb{display: block;}

    html{font-size: calc(100vw / 75);}
    html{padding-top: 0rem;}

    .container{width: 69rem;}


    .header{padding: 0 3rem;height: 10rem;}
    .header .left{padding: 0;}

    .header .right .user{height: auto;}
    .header .right .img{width: 4.8rem;height: 4.8rem;margin-left: 3rem;}
    .header .right .menu{position: relative;}
    .header .right .menu img{width: 100%;height: 100%;position: absolute;}
    .header .right .menu .nor{opacity: 1;z-index: 111;}
    .header .right .menu .hov{opacity: 0;z-index: 11;}
    .header .right .menu.active .hov{opacity: 1;z-index: 111;}
    .header .right .menu.active .nor{opacity: 0;z-index: 11;}

    .header .menuBox{height: calc(100vh - 10rem);position: absolute;top: 10rem;left: 0;right: 0;background: #fff;z-index: 99999;padding: 2rem 0 8rem;overflow: auto;display: none;}
    .header .menuBox .one{padding: 0 3rem;display: block;transition: all 0.3s;}
    .header .menuBox .one .flex{height: 10rem;display: flex;align-items: center;justify-content: space-between;}
    .header .menuBox .one .flex .text{flex: 1;height: 100%;font-size: 3.2rem;color: #333333;display: flex;align-items: center;}
    .header .menuBox .one .flex .icon{height: 100%;width: 16rem;display: flex;align-items: center;justify-content: flex-end;}
    .header .menuBox .one .flex .icon .img{width: 4rem;height: 4rem;}
    .header .menuBox .one>.flex{border-bottom: 1px solid #eee;}

    .header .menuBox .one .two .flex{padding-left: 4rem;}
    .header .menuBox .one .two{border-bottom: 1px solid #eee;}
    .header .menuBox .one .threeBox .flex .text{color: #777;}


    .header .menuBox .one .twoBox{display: none;}
    .header .menuBox .one .threeBox{display: none;}

    .header .menuBox .one.active{background: #FAFAFA;}
    .header .menuBox .one.active>.flex .icon .img img{transform: rotate(-90deg);}

    
    .header .menuBox .one .two.active>.flex .icon .img img{transform: rotate(-90deg);}


    .header .searchBox{position: absolute;top: -10rem;left: 0;width: 100%;height: 10rem;background: #fff;transition: all 0.3s;display: flex;align-items: center;justify-content: space-between;padding: 0 3rem;z-index: 111;}
    .header .searchBox.active{top: 0;}
    .header .searchBox .close{height: 5.2rem;width: 5.2rem;margin-right: 1.5rem;}
    .header .searchBox .inputBox{flex: 1;display: flex;justify-content: space-between;height: 100%;align-items: center;}
    .header .searchBox .inputBox .btn{font-size: 2.8rem;height: 100%;color: #3d3d3d;margin-left: 2.5rem;flex-shrink: 0;}
    .header .searchBox .inputBox input{height: 7.2rem;flex: 1;background: rgba(245, 245, 245, 0.6);border: 1px solid #EEEEEE;border-radius: 7.2rem;padding: 0 3rem;font-size: 2.6rem;}





    .footer{padding: 6rem 0;}
    .footer .top{flex-direction: column;}
    .footer .top .title{font-size: 3.2rem;margin: 0 0 2rem;}
    .footer .top .text{font-size: 2.8rem;line-height: 4.8rem;}


    .footer .share{display: flex;align-items: center;margin-top: 3rem;}
    .footer .share .one{position: relative;width: 9.2rem;margin-right: 4rem;flex-shrink: 0;height: 9.2rem;display: block;margin-bottom: 3rem;}
    .footer .share .one .icon{width: 100%;height: 100%;position: relative;}
    .footer .share .one .icon img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all 0.3s;}
    .footer .share .one .icon .nor{z-index: 111;opacity: 1;}
    .footer .share .one .icon .hov{z-index: 11;opacity: 0;}
    .footer .share .one:hover .icon .nor{z-index: 11;opacity: 0;}
    .footer .share .one:hover .icon .hov{z-index: 111;opacity: 1;}
    
    .footer .share .one .codeBox{position: absolute;bottom: 100%;left: 50%;transform: translate(-50%);opacity: 0;transition: all 0.3s;padding-bottom: 4.5rem;visibility: hidden;}
    .footer .share .one:hover .codeBox{visibility: visible;opacity: 1;padding-bottom: 1.5rem;}
    .footer .share .one .codeBox .box{width: 12rem;height: 12rem;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 1rem;position: relative;}
    .footer .share .one .codeBox .box::after{width: 1.2rem;height: 1.2rem;transform: rotate(45deg);position: absolute;bottom: -0.5rem;left: 0;right: 0;content: "";background: #fff;margin: auto;}
    

    .footer .mid{padding-top: 4rem;flex-direction: column;border-top: 1px solid #666;margin-top: 1rem;}
    .footer .mid .title .icon{width: 4rem;height: 4rem;margin-right: 2rem;}
    .footer .mid .title .text{font-size: 2.8rem;line-height: 4rem;}
    .footer .mid .list{margin-top: -0.4rem;margin-left: -4rem;}
    .footer .mid .list .one{margin-left: 4rem;margin-top: 2.4rem;font-size: 2.8rem;line-height: 4rem;}


    .footer .bot{margin-top: 4rem;padding-top: 4rem;border-top: 1px solid #666;}
    .footer .bot .text{font-size: 2.8rem;line-height: 4rem;}


    .index{margin-top: 10rem;}
    .inpage{margin-top: 10rem;}
    .index .banner .swiper-pagination-bullet{width: 2rem;margin: 0 0.6rem;}
    .index .banner .swiper-pagination-bullet-active{width: 4.8rem;}
    
    .index .floor1 .top{margin-bottom: 4rem;}

    .index .floor1 .top .title .icon{width: 7.2rem;height: 7.2rem;margin-right: 3rem;}
    .index .floor1 .top .title .text{font-size: 4.8rem;line-height: 6.4rem;}

    .index .floor1 .top .more{height: 5.4rem;padding: 0 2rem;font-size: 2.6rem;border-radius: 0.8rem;}


    .index .floor1 .bot{flex-direction: column;}
    .index .floor1 .bot .swiper{width: 100%;height: 46rem;border-radius: 1.2rem;}


    .index .floor1 .bot .swiper .one .textBox{flex-direction: column;padding-top: 1.5rem;justify-content: flex-start;}
    .index .floor1 .bot .swiper .one .time{display: none;}
    .index .floor1 .bot .swiper .one .user{font-size: 2.4rem;line-height: 3.4rem;}
    .index .floor1 .bot .swiper .one .name{width: 100%;font-size: 2.8rem;margin-bottom: 1rem;line-height: 4.4rem;}

    .index .floor1 .bot .swiper .swiper-pagination-bullet{width: 2rem;margin: 0 0.6rem;}
    .index .floor1 .bot .swiper .swiper-pagination-bullet-active{width: 4.8rem;}

    .index .floor1 .bot .list{width: 100%;margin-top: 4rem;}
    .index .floor1 .bot .list .one{margin-bottom: 4rem;}
    .index .floor1 .bot .list .one .name{font-size: 2.8rem;line-height: 4rem;margin-bottom: 1.5rem;}
    .index .floor1 .bot .list .one .user{font-size: 2.4rem;line-height: 4.8rem;}
    .index .floor1 .bot .list .one .time{font-size: 2.4rem;line-height: 4.8rem;}




    
    .index .floor2 .top{margin-bottom: 6rem;}

    .index .floor2 .top .title .icon{width: 7.2rem;height: 7.2rem;margin-right: 3rem;}
    .index .floor2 .top .title .text{font-size: 4.8rem;line-height: 6.4rem;}

    .index .floor2 .top .more{height: 5.4rem;padding: 0 2rem;font-size: 2.6rem;border-radius: 0.8rem;}


    .index .floor2 .bot{flex-direction: column-reverse;}
    .index .floor2 .bot .swiper{width: 100%;height: 46rem;border-radius: 1.2rem;margin-top: 0rem;margin-bottom: 6rem;}

    .index .floor2 .bot .swiper .one .textBox{flex-direction: column;padding-top: 1.5rem;justify-content: flex-start;}
    .index .floor2 .bot .swiper .one .time{display: none;}
    .index .floor2 .bot .swiper .one .user{font-size: 2.4rem;line-height: 3.4rem;}
    .index .floor2 .bot .swiper .one .name{width: 100%;font-size: 2.8rem;margin-bottom: 1rem;line-height: 4.4rem;}

    .index .floor2 .bot .swiper .swiper-pagination-bullet{width: 2rem;margin: 0 0.6rem;}
    .index .floor2 .bot .swiper .swiper-pagination-bullet-active{width: 4.8rem;}

    .index .floor2 .bot .list{width: 100%;margin-top: 0;}
    .index .floor2 .bot .list .one{margin-bottom: 4rem;}
    .index .floor2 .bot .list .one .name{font-size: 2.8rem;line-height: 4rem;margin-bottom: 1.5rem;}
    .index .floor2 .bot .list .one .user{font-size: 2.4rem;line-height: 4.8rem;}
    .index .floor2 .bot .list .one .time{font-size: 2.4rem;line-height: 4.8rem;}


    .index .floor3{margin-top: 4rem;height: auto;background-size: auto 100%;background-position: center center;padding-bottom: 8rem;}
    .index .floor3 .container{flex-direction: column;}
    .index .floor3 .left{width: 100%;margin-bottom: 6rem;}
    .index .floor3 .left .title{font-size: 6rem;line-height: 8.6rem;}
    .index .floor3 .left .title span{margin-left: 3.6rem;font-size: 3.2rem;line-height: 4.6rem;}

    .index .floor3 .left .big{height: auto;font-size: 4.8rem;line-height: 7.2rem;margin-bottom: 4rem;}
    .index .floor3 .left .content{font-size: 2.8rem;line-height: 5.2rem;margin-bottom: 4rem;}

    .index .floor3 .left .more{margin: 0;height: 5.4rem;font-size: 2.6rem;border-radius: 0.8rem;padding: 0 2rem;}


    .index .floor3 .right{width: 100%;}



    .searchPage{padding-bottom: 0;}
    .searchPage .keyword{width: 100%;}
    .searchPage .listBox{width: 100%;}

    .searchPage .keyword::before{width: 0.4rem;height: 4rem;}
    .searchPage .keyword{padding-left: 3rem;font-size: 3.2rem;line-height: 4.8rem;margin-bottom: 4rem;}

    .searchPage .listBox .list .one{padding-bottom: 4rem;}
    .searchPage .listBox .list .one:last-child{border-bottom: 0;}

    .searchPage .listBox .list .one .flex{margin-bottom: 1.6rem;}

    .searchPage .listBox .list .one .name{font-size: 3.2rem;line-height: 4.8rem;margin-bottom: 1.5rem;}
    .searchPage .listBox .list .one .desc{font-size: 2.4rem;line-height: 4rem;margin-bottom: 2rem;}

    .searchPage .listBox .list .one .flex .desc{margin-bottom: 0;}

    .searchPage .listBox .list .one .user{margin-right: 4rem;}
    .searchPage .listBox .list .one .user .head{width: 3.2rem;height: 3.2rem;margin-right: 1.2rem;}
    .searchPage .listBox .list .one .user .text{font-size: 2.4rem;line-height: 4.8rem;}

    .searchPage .listBox .list .one .time{font-size: 2.4rem;line-height: 4.8rem;margin-right: 4rem;}
    .searchPage .listBox .list .one .view .icon{width: 2.4rem;height: 2.4rem;margin-right: 1.2rem;}
    .searchPage .listBox .list .one .view .text{font-size: 2.4rem;line-height: 4.8rem;}


    .searchPage .listBox .list .one .big{width: 24rem;height: 16rem;margin-right: 2.4rem;}


    .searchPage .more{border-top: 4rem solid #F5F5F5;height: 14.8rem;display: flex;align-items: center;justify-content: center;}
    .searchPage .more .text{font-size: 2.4rem;color: #999999;}
    .searchPage .more .icon{width: 3.2rem;height: 3.2rem;margin-left: 0.4rem;}




    .login{margin-top: 10rem;padding: 3rem 0 7rem;background: #fff;}
    .login .container{width: 65rem;}
    .login .box{padding: 0;border-radius: 0;flex-direction: column;}
    .login .box .big{width: 52rem;margin: 0 auto 3.4rem;}
    
    .login .box .title{font-size: 4rem;line-height: 6rem;margin-bottom: 4rem;color: #3D3D3D;}
    .login .box .form .line{display: flex;margin-bottom: 3.2rem;align-items: flex-start;flex-direction: column;}
    .login .box .form .line:last-child{margin-bottom: 0;}
    .login .box .form .line .name{font-size: 2.4rem;line-height: 4rem;color: #3D3D3D;margin-bottom: 1.2rem;}
    .login .box .form .line .name span{color: #D42127;margin-left: 0.8rem;}
    .login .box .form .line .input{width: 100%;height: 8.8rem;border: 1px solid #EEEEEE;border-radius: 1.2rem;background: #F5F5F5;}
    .login .box .form .line .input input{width: 100%;height: 100%;padding: 0 2rem;font-size: 2.8rem;color: #333;}
    .login .box .form .line .input input::placeholder{color: #888;}
    .login .box .form .line .check{cursor: pointer;display: flex;align-items: center;}
    .login .box .form .line .check .icon{width: 3.2rem;height: 3.2rem;margin-right: 2rem;background: #eee;border-radius: 50%;}
    .login .box .form .line .check img{opacity: 0;}
    .login .box .form .line .check.active img{opacity: 1;}
    .login .box .form .line .check .text{font-size: 1.6rem;color: #3d3d3d;margin: 0;font-size: 2.4rem;}
    .login .box .form .line .check .text a{color: #D42127;}
    .login .box .form .line .btn{width: 100%;height: 8.8rem;background: #D42127;border-radius: 1.2rem;color: #fff;font-size: 3.2rem;margin-top: 1.6rem;}
    .login .box::after{position: absolute;width: 1px;height: 39.4rem;background: #eee;right: 0;top: 0;content: "";}
    
    .login .box .form .line .tip{font-size: 1.6rem;line-height: 2;color: #3D3D3D;}
    .login .box .form .line .tip a{color: #D42127;text-decoration: underline;}
    
    
    .login .box>.flex{margin-top: 4rem;justify-content: space-between;}
    .login .box>.flex .text{color: #3d3d3d;font-size: 2.8rem;line-height: 4rem;}
    .login .box>.flex .text a{color: #D42127;text-decoration: underline;}
    .login .box .other{margin-top: 6rem;display: flex;align-items: center;flex-direction: column;}
    .login .box .other .text{font-size: 2.8rem;line-height: 4rem;color: #888888;margin-bottom: 2rem;}
    .login .box .other .icon{width: 8.8rem;height: 8.8rem;margin: 0 3rem;border-radius: 50%;border: 1px solid #EEEEEE;}






    .register{margin-top: 10rem;padding: 3rem 0 7rem;background: #fff;}
    .register .container{width: 65rem;}
    .register .box{padding: 0;border-radius: 0;flex-direction: column;}
    .register .box .big{width: 52rem;margin: 0 auto 3.4rem;}
    
    .register .box .title{font-size: 4rem;line-height: 6rem;margin-bottom: 4rem;color: #3D3D3D;}
    .register .box .form .line{display: flex;margin-bottom: 3.2rem;align-items: flex-start;flex-direction: column;}
    .register .box .form .line:last-child{margin-bottom: 0;}
    .register .box .form .line .name{font-size: 2.4rem;line-height: 4rem;color: #3D3D3D;margin-bottom: 1.2rem;}
    .register .box .form .line .name span{color: #D42127;margin-left: 0.8rem;}
    .register .box .form .line .input{width: 100%;height: 8.8rem;border: 1px solid #EEEEEE;border-radius: 1.2rem;display: flex;background: #F5F5F5;}
    .register .box .form .line .input input{flex: 1;width: 0;height: 100%;padding: 0 2rem;font-size: 2.8rem;color: #333;}
    .register .box .form .line .input input::placeholder{color: #888;}
    .register .box .form .line .input .btn{width: 24rem;height: 100%;margin: 0;font-size: 2.8rem;}
    .register .box .form .line .check{cursor: pointer;display: flex;align-items: center;}
    .register .box .form .line .check .icon{width: 3.2rem;height: 3.2rem;margin-right: 2rem;background: #eee;border-radius: 50%;}
    .register .box .form .line .check img{opacity: 0;}
    .register .box .form .line .check.active img{opacity: 1;}
    .register .box .form .line .check .text{font-size: 1.6rem;color: #3d3d3d;margin: 0;font-size: 2.4rem;}
    .register .box .form .line .check .text a{color: #D42127;}
    .register .box .form .line .btn{width: 100%;height: 8.8rem;background: #D42127;border-radius: 1.2rem;color: #fff;font-size: 3.2rem;margin-top: 1.6rem;}
    .register .box::after{position: absolute;width: 1px;height: 39.4rem;background: #eee;right: 0;top: 0;content: "";}
    
    .register .box .form .line .tip{font-size: 1.6rem;line-height: 2;color: #3D3D3D;}
    .register .box .form .line .tip a{color: #D42127;text-decoration: underline;}
    
    
    .register .box>.flex{margin-top: 4rem;justify-content: center;}
    .register .box>.flex .text{color: #3d3d3d;font-size: 2.8rem;line-height: 4rem;}
    .register .box>.flex .text a{color: #D42127;text-decoration: underline;}
    .register .box .other{margin-top: 6rem;display: flex;align-items: center;flex-direction: column;}
    .register .box .other .text{font-size: 2.8rem;line-height: 4rem;color: #888888;margin-bottom: 2rem;}
    .register .box .other .icon{width: 8.8rem;height: 8.8rem;margin: 0 3rem;border-radius: 50%;border: 1px solid #EEEEEE;}

    .register .box .form .line .select{position: relative;width: 100%;}
    .register .box .form .line .select .normal{width: 100%;height: 8.8rem;display: flex;align-items: center;padding: 0 2rem;cursor: pointer;background: #F5F5F5;border-radius: 1.2rem;border: 1px solid #EEEEEE;overflow: hidden;transition: all 0.3s;}
    .register .box .form .line .select .normal .text{flex: 1;width: 0;font-size: 2.8rem;color: #888888;user-select: none;}
    .register .box .form .line .select .normal .text.active{color: #333333;}
    .register .box .form .line .select.active .normal{border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
    
    .register .box .form .line .select .normal .icon{width: 4.8rem;height: 4.8rem;transition: all 0.3s;}
    .register .box .form .line .select.active .normal .icon{transform: rotate(180deg);}
    
    .register .box .form .line .select .hideBox{border: 1px solid #eee;padding: 2rem 0;max-height: 50rem;overflow: auto;display: none;position: absolute;width: 100%;z-index: 111;background: #fff;border-bottom-right-radius: 2rem;border-bottom-left-radius: 2rem;}
    .register .box .form .line .select .hideBox .one{font-size: 2.8rem;margin-bottom: 2rem;color: #333;cursor: pointer;transition: all 0.3s;height: 8.8rem;padding: 0 2rem;display: flex;align-items: center;}
    .register .box .form .line .select .hideBox .one:last-child{margin-bottom: 0;}
    .register .box .form .line .select .hideBox .one:hover,.register .box .form .line .select .hideBox .one.active{background: #F5F5F5;}
    



    .forget{background: #fff;padding: 0;}
    .forget .back{width: 100%;height: 10rem;padding: 0 3rem;display: flex;align-items: center;background: #fff;border-bottom: 1px solid #EEEEEE;margin: 0;}
    .forget .back .btn{width: 4.8rem;height: 4.8rem;}

    .forget .container{width: 69rem;}

    .forget .block{padding: 4rem 2rem;}
    .forget .block .title{font-size: 4rem;line-height: 1.5;margin-bottom: 2rem;font-weight: bold;font-family: 'siyuanB';}
    .forget .block .desc{font-size: 2.4rem;margin-bottom: 4rem;line-height: 3.4rem;}
    .forget .block .line{margin-bottom: 6rem;}
    .forget .block .line .input{height: 8.8rem;border-radius: 1.2rem;background: #f5f5f5;}
    .forget .block .line .input input{padding: 0 2rem;font-size: 2.8rem;}
    .forget .block .btn{height: 8.8rem;border-radius: 1.2rem;font-size: 3.2rem;}


    .forget .block .line .name{position: relative;right: 0;font-size: 2.4rem;line-height: 4rem;margin-bottom: 1.2rem;}
    .forget .block .line .name span{margin-left: 0.8rem;}
    .forget .block .line .input .code{font-size: 2.8rem;width: 24rem;border-top-left-radius: 1.2rem;border-bottom-left-radius: 1.2rem;background: #EEEEEE;}

    .forget .block2 .line{margin-bottom: 3rem;}
    .forget .block2 .btn{margin-top: 6rem;}
    .forget .block .line .tip{margin: 0;font-size: 2.4rem;line-height: 1;}


    .forget .block3 .icon{width: 32rem;height: 32rem;}
    .forget .block3 .title{font-size: 3.2rem;font-family: 'siyuan';font-weight: normal;margin-bottom: 3.2rem;}

    .forget .block3 .btn{margin-top: 6rem;padding: 0;width: 24rem;height: 9.6rem;border-radius: 1.2rem;font-size: 3.2rem;}

    .forget .block3 .other{margin-top: 4rem;font-size: 2.8rem;line-height: 4rem;}


    .forget .block4 .icon{width: 32rem;height: 32rem;}
    .forget .block4 .title{font-size: 3.2rem;font-family: 'siyuan';font-weight: normal;margin-bottom: 4rem;}
    .forget .block4 .title span{margin-bottom: 2rem;}
    .forget .block4 .btn{margin-top: 6rem;padding: 0;width: 24rem;height: 9.6rem;border-radius: 1.2rem;font-size: 3.2rem;}

    .forget .block4 .desc{margin: 0;font-size: 2.8rem;line-height: 4rem;width: 55rem;}



    .userCenter{margin-top: 10rem;}
    .userCenter .detailBox{padding: 4.8rem 3rem 5.6rem;border-radius: 0;box-shadow: none;}
    .userCenter .detailBox .head{width: 12rem;height: 12rem;margin-right: 2rem;}
    .userCenter .detailBox .name{font-size: 3.2rem;line-height: 4rem;margin-bottom: 2rem;}

    .userCenter .detailBox .email .icon{width: 3.2rem;height: 3.2rem;margin-right: 1.6rem;}
    .userCenter .detailBox .email .text{font-size: 2.8rem;line-height: 3.2rem;}

    .userCenter .formBox{background: none;padding: 0;box-shadow: none;border-radius: 0;padding-bottom: 8rem;}

    .userCenter .formBox .title{margin-top: 4rem;margin-bottom: 2rem;padding-left: 6rem;position: relative;font-size: 3rem;line-height: 4rem;}
    .userCenter .formBox .title:first-child{margin-top: 4rem;}
    .userCenter .formBox .title::before{position: absolute;top: 0;bottom: 0;left: 3rem;width: 0.4rem;height: 4rem;background: #D42127;content: "";}

    .userCenter .formBox .form{background: #fff;padding: 2rem 3rem;}
    .userCenter .formBox .form .line{height: 11.2rem;border-bottom: 1px solid #eee;display: flex;align-items: center;justify-content: space-between;margin: 0;}
    .userCenter .formBox .form .line:last-child{border-bottom: 0;}
    .userCenter .formBox .form .line .name{font-size: 2.8rem;line-height: 4rem;}


    .userCenter .formBox .line .flex{margin: 0;}
    .userCenter .formBox .line:first-child .flex{margin: 0;}

    .userCenter .formBox .line .icon{width: 4.8rem;height: 4.8rem;margin: 0 0 0 1.6rem;}
    .userCenter .formBox .line .flex .text{font-size: 2.6rem;color: #888;max-width: 30rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


    .userCenter .formBox .title span{margin-left: 2rem;font-size: 2.4rem;color: #888;}

    .userCenter .formBox .form.three{padding: 3.2rem 3rem;}
    .userCenter .formBox .form.three .line:first-child{height: auto;margin-bottom: 3.2rem;padding-bottom: 3.2rem;}
    .userCenter .formBox .form.three .line:last-child{height: auto;}
    .userCenter .formBox .form.three .line .flex{width: 100%;justify-content: space-between;height: 100%;}
    .userCenter .formBox .form.three .line:first-child .flex{align-items: flex-start;}

    .userCenter .formBox .form.three .line .btn{min-width: 10rem;height: 6rem;padding: 0 1.2rem;border-radius: 0.6rem;font-size: 2.6rem;margin-right: 0;flex-shrink: 0;width: auto;}
    .userCenter .formBox .form.three .line:first-child .btn{margin-top: 1.4rem;}


    .userCenter .formBox .form.three .line .left{flex: 1;display: flex;align-items: center;}
    .userCenter .formBox .form.three .line .left .img{width: 8.8rem;height: 8.8rem;margin: 0 1.2rem 0 0;}

    .userCenter .formBox .form.three .line .flex .text{font-size: 2.4rem;line-height: 3.4rem;margin-top: 0.8rem;}


    .userCenter .formBox .form.four{margin-top: 4rem;padding: 4rem 3rem;}
    .userCenter .formBox .form.four .name{font-size: 3rem;line-height: 4rem;margin-bottom: 1rem;color: #333;}
    .userCenter .formBox .form.four .desc{font-size: 2.4rem;line-height: 3.4rem;color: #888;margin-bottom: 4rem;}
    .userCenter .formBox .form.four .btn{font-size: 2.6rem;color: #333;padding: 0 1.2rem;height: 6rem;border-radius: 0.6rem;}



    .userCenter .formBox .btn.logout{margin: 6rem 3rem 0;width: 24rem;height: 9.6rem;border-radius: 1.2rem;font-size: 3.2rem;}



    .hideForm{position: fixed;top: 0;right: -100%;width: 100vw;height: 100vh;background: #fff;z-index: 99999;transition: all 0.3s;}
    .hideForm .back{width: 100%;height: 10rem;padding: 0 3rem;display: flex;align-items: center;background: #fff;border-bottom: 1px solid #EEEEEE;margin: 0;}
    .hideForm .back .btn{width: 4.8rem;height: 4.8rem;}

    .hideForm .form{padding: 4rem 5rem;}
    .hideForm .form .name{font-size: 4rem;line-height: 6rem;font-weight: bold;font-family: 'siyuanB';color: #3d3d3d;margin-bottom: 2rem;}
    .hideForm .form .desc{font-size: 2.4rem;line-height: 3.4rem;color: #666;margin-bottom: 4rem;}
    .hideForm .form .input{width: 100%;height: 8.8rem;border: 1px solid #EEEEEE;border-radius: 1.2rem;background: #F5F5F5;overflow: hidden;}
    .hideForm .form .input input{width: 100%;height: 100%;padding: 0 2rem;font-size: 2.8rem;color: #333;}
    .hideForm .form .btn{margin-top: 6rem;height: 8.8rem;background: #D42127;color: #fff;font-size: 3.2rem;width: 100%;border-radius: 1.2rem;}

    .hideForm .form .textarea{width: 100%;height: 28rem;border: 1px solid #EEEEEE;border-radius: 1.2rem;background: #F5F5F5;overflow: hidden;}
    .hideForm .form .textarea textarea{width: 100%;height: 100%;padding: 1rem 2rem;font-size: 2.8rem;color: #333;line-height: 4rem;}
    .hideForm.active{right: 0;}



    .shadow{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 99988;background: rgba(0, 0, 0, 0.4);display: none;}
    .hideSelect{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);max-height: 80vh;overflow: auto;padding: 6rem;background: #fff;border-radius: 2rem;z-index: 99999;width: 60rem;display: none;}
    .hideSelect .title{font-size: 3.2rem;line-height: 4.8rem;padding-bottom: 3rem;margin-bottom: 3rem;border-bottom: 1px solid #eee;font-family: 'siyuanB';font-weight: bold;}
    .hideSelect .one{display: flex;align-items: center;justify-content: space-between;margin-bottom: 6rem;}
    .hideSelect .one:last-child{margin-bottom: 0;}
    .hideSelect .one .text{font-size: 2.8rem;color: #3d3d3d;width: 40rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .hideSelect .one .img{width: 3.2rem;height: 3.2rem;background: #EEEEEE;border-radius: 50%;flex-shrink: 0;}
    .hideSelect .one .img img{opacity: 0;}
    .hideSelect .one.active .img img{opacity: 1;}



    .listPage .firstBox{height: 10rem;padding: 0 3rem;overflow: auto;display: flex;border-bottom: 1px solid #eee;}
    .listPage .firstBox .one{margin-right: 6rem;font-size: 3rem;height: 100%;display: flex;align-items: center;color: #333333;border-bottom: 2px solid transparent;white-space: nowrap;}
    .listPage .firstBox .one:last-child{margin-right: 0;}
    .listPage .firstBox .one.active{color: #D42127;border-color: #D42127;}

    .listPage .secondBox{padding: 2.4rem 3rem;overflow: auto;display: flex;border-bottom: 1px solid #eee;overflow: auto;}
    .listPage .secondBox .one{margin-right: 3.2rem;height: 6.4rem;border-radius: 1.2rem;padding: 0 2rem;display: flex;align-items: center;font-size: 2.8rem;color: #333;background: #F5F5F5;white-space: nowrap;}
    .listPage .secondBox .one.active{color: #fff;background: #D42127;}

    .listPage .bread{margin: 6rem 3rem 3rem;padding-left: 3rem;font-size: 2.8rem;line-height: 4.8rem;color: #333;position: relative;}
    .listPage .bread span{margin: 0 1.2rem;color: #DDDDDD;}
    .listPage .bread *{line-height: 4.8rem;}
    .listPage .bread::before{position: absolute;top: 0.4rem;left: 0;width: 0.4rem;height: 4rem;content: "";background: #D42127;}


    .listPage .listBox{width: 100%;margin: 0;padding: 0;}

    .listPage .listBox .list{width: 100%;}

    .listPage .listBox .list .one{padding-bottom: 4rem;}
    .listPage .listBox .list .one:last-child{border-bottom: 0;}

    .listPage .listBox .list .one .flex{margin-bottom: 1.6rem;}

    .listPage .listBox .list .one .name{font-size: 3.2rem;line-height: 4.8rem;margin-bottom: 1.5rem;}
    .listPage .listBox .list .one .desc{font-size: 2.4rem;line-height: 4rem;margin-bottom: 2rem;}

    .listPage .listBox .list .one .flex .desc{margin-bottom: 0;}

    .listPage .listBox .list .one .user{margin-right: 4rem;}
    .listPage .listBox .list .one .user .head{width: 3.2rem;height: 3.2rem;margin-right: 1.2rem;}
    .listPage .listBox .list .one .user .text{font-size: 2.4rem;line-height: 4.8rem;}

    .listPage .listBox .list .one .time{font-size: 2.4rem;line-height: 4.8rem;margin-right: 4rem;}
    .listPage .listBox .list .one .view .icon{width: 2.4rem;height: 2.4rem;margin-right: 1.2rem;}
    .listPage .listBox .list .one .view .text{font-size: 2.4rem;line-height: 4.8rem;}


    .listPage .listBox .list .one .big{width: 24rem;height: 16rem;margin-right: 2.4rem;}


    .listPage .more{border-top: 4rem solid #F5F5F5;height: 14.8rem;display: flex;align-items: center;justify-content: center;}
    .listPage .more .text{font-size: 2.4rem;color: #999999;}
    .listPage .more .icon{width: 3.2rem;height: 3.2rem;margin-left: 0.4rem;}



    .detailPage .detailBox{padding: 3rem 0 8rem;}

    .detailPage .detailBox .title{margin-bottom: 3rem;}
    .detailPage .detailBox .flex{margin-bottom: 0.8rem;}
    .detailPage .detailBox .flex .icon{width: 3.2rem;height: 3.2rem;margin-right: 1.2rem;}
    .detailPage .detailBox .flex .user .name{font-size: 2.4rem;line-height: 4.8rem;}
    .detailPage .detailBox .flex .user{height: 4.8rem;margin-right: 3rem;}
    .detailPage .detailBox .flex .time{font-size: 2.4rem;line-height: 4.8rem;margin-right: 3rem;}
    .detailPage .detailBox .flex .text{font-size: 2.4rem;line-height: 4.8rem;}


    .detailPage .detailBox .wx{display: flex;align-items: center;height: 4.8rem;position: relative;margin-bottom: 6rem;}
    .detailPage .detailBox .wx .icon{width: 3.2rem;height: 3.2rem;margin-right: 1.2rem;}
    .detailPage .detailBox .wx .text{font-size: 2.4rem;line-height: 4.8rem;color: #888888;}

    .detailPage .detailBox .wx .codeBox{position: absolute;top: 100%;left: 0%;opacity: 0;transition: all 0.3s;padding-top: 6rem;visibility: hidden;}
    .detailPage .detailBox .wx:hover .codeBox{visibility: visible;opacity: 1;padding-top: 3rem;}
    .detailPage .detailBox .wx .codeBox .box{width: 20rem;background: #fff;border-radius: 2rem;position: relative;box-shadow: 0px 0rem 10rem 0px rgba(0, 0, 0, 0.2);padding: 2rem;}
    .detailPage .detailBox .wx .codeBox .box::after{width: 2.4rem;height: 2.4rem;transform: rotate(45deg);position: absolute;top: -1.2rem;left: 0;right: 0;content: "";background: #fff;margin: auto;z-index: 1;}
    .detailPage .detailBox .wx .codeBox .box .text{font-size: 2.4rem;color: #999;margin-top: 2rem;line-height: 1.5;text-align: center;}
    

    .detailPage .detailBox .descBox{padding: 3rem 3rem 3.6rem;border-radius: 2rem;font-size: 2.8rem;line-height: 5.2rem;margin-bottom: 6rem;}

    .detailPage .detailBox .contentBox{font-size: 2.8rem;}
    .detailPage .detailBox .contentBox *{font-size: 2.8rem;}

    .detailPage .detailBox .downloadBox .name{font-size: 3.2rem;}
    .detailPage .detailBox .downloadBox .list .one{height: 8.8rem;max-width: none;border-radius: 1.2rem;}
    .detailPage .detailBox .downloadBox .list .one .icon{width: 4.8rem;height: 4.8rem;margin-right: 1.2rem;}
    .detailPage .detailBox .downloadBox .list .one .text{font-size: 2.8rem;}



    .listPage .listBox .faqList{width: 100%;}
    .listPage .listBox .faqList .one{width: 100%;padding-bottom: 6rem;border-bottom: 1px solid #eee;margin-bottom: 6rem;}
    .listPage .listBox .faqList .one .question{flex-direction: column;margin-bottom: 4rem;}
    .listPage .listBox .faqList .one .question .top{display: flex;width: 100%;}
    .listPage .listBox .faqList .one .question .icon{width: 4.8rem;height: 4.8rem;margin-right: 2rem;margin-top: 0.8rem;}
    .listPage .listBox .faqList .one .question .text{font-size: 3.2rem;line-height: 4.8rem;}

    .listPage .listBox .faqList .one .question .right{margin: 1.2rem 0 0 7rem;}
    .listPage .listBox .faqList .one .question .day{font-size: 2.8rem;line-height: 4rem;}

    .listPage .listBox .faqList .one .answer .icon{width: 4.8rem;height: 4.8rem;margin-right: 2rem;margin-top: 0.8rem;}
    .listPage .listBox .faqList .one .answer .textBox{background: #F5F6FD;border-radius: 2rem;padding: 4rem;}
    .listPage .listBox .faqList .one .answer .textBox .text{font-size: 2.8rem;line-height: 4.8rem;color: #6E728A;}
    .listPage .listBox .faqList .one:last-child{border-bottom: 0;}



















































}
