/***********************公共样式***********************/
html,body{width: 100%;height: 100%;}
body, button, input, select, textarea {font-size: 14px;font-family: Arial,'Microsoft Yahei';}
.wrap{width: 1200px;margin: 0 auto;}
.tran{transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}
.tranX{transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.tranY{transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.mb60{margin-bottom: 60px;}

/* flex布局 */
.flex-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-center{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-middle{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-betw{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}

/*头部*/
/*.header{width: 100%;background: #333333;}*/
/*.header .headerH{height: 100px;padding: 13px 0;}*/
/*.header .headerH .logo{display: block;height: 100%;}*/
/*.header .headerH .logo img{max-width: 100%;max-height: 100%;}*/
/*.header .headerH .countDown .canhuiBtn{display:block;width: 120px;height: 36px;line-height: 36px;border-radius: 4px;background: linear-gradient(to right, #35bdeb, #295fac);text-align: center;font-size: 16px;color: #fff;margin-top: 19px;}*/
/*.header .headerH .countDown .canhuiBtn::before{content: '';display: inline-block;vertical-align: top;height: 100%;width: 18px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/icon1.png) no-repeat center;background-size: 100%;margin-right: 10px;}*/
/*.header .headerH .countDown .time{font-size: 14px;color: #bfbdbd;margin-right: 24px;}*/
/*.header .headerH .countDown .time em{font-size: 52px;font-weight:bold;background: linear-gradient(to right, #3aa6df, #2e68b2);-webkit-background-clip: text;color: transparent;}*/
/*.header .nav{border-top: 1px solid #5b5c5c;height: 58px;line-height: 58px;}*/
/*.header .nav .navL a{font-size: 16px;color: rgba(255,255,255,0.9);padding: 10px 0;margin: 0 18px;position: relative;}*/
/*.header .nav .navL a::after{content: '';display: block;height: 4px;width: 0;background: linear-gradient(to right,#34b6ea,#2b65b0);position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transition: all .4s;}*/
/*.header .nav .navL a:hover::after,.header .nav .navL a.active::after{width: 50%;}*/
/*.header .nav .navR{border: 1px solid #5B5C5C;height: 34px;line-height: 34px;border-radius: 4px;padding: 0 8px;margin-top: 12px;}*/
/*.header .nav .navR a,.header .nav .navR em{display: inline-block;vertical-align: top;height: 100%;}*/
/*.header .nav .navR a{font-size: 14px;color: #a9a7a7;transition: all .4s;}*/
/*.header .nav .navR a:hover{color: #fff;}*/
/*.header .nav .navR em{color: #c6c4c4;margin-top: -1px;}*/

/*底部*/
/*.footer{width: 100%;background: #333333;}*/
/*.footer .wrap{padding: 40px 0 45px;}*/
/*.footer .footL{width: 774px;}*/
/*.footer .footL .contact{width: 50%;}*/
/*.footer .footL .contact .icon{width: 56px;height: 51px;display: flex;justify-content: center;align-items: center;margin-right: 20px;}*/
/*.footer .footL .contact .text{line-height: 1.8;}*/
/*.footer .footL .contact .txt1{font-size: 16px;color: #fff;}*/
/*.footer .footL .contact .txt2{font-size: 12px;color: #D4D4D4;}*/
/*.footer .footL .contact .icon img{max-height: 100%;max-width: 100%;}*/
/*.footer .footR{width: calc(100% - 774px);padding-left: 140px;position: relative;}*/
/*.footer .footR::before{content: '';display: block;height: 103px;width: 1px;background: #858585;position: absolute;left: 0;top: 6;}*/
/*.footer .footR .erweima{width: 102px;height: 102px;}*/
/*.footer .footR .erweima img{width: 100%;}*/
/*.footer .footR .text{width: 155px;text-align: center;}*/
/*.footer .footR .text p{font-size: 14px;color: #fff;line-height: 1.5;}*/


/***********************首页***********************/
.banner{width: 100%;}
.banner a{display: block;width: 100%;}
.banner a img{width: 100%;}

.vote{padding-top: 50px;}
.vote .voteUl li{text-align: center;width: 320px;border-radius: 6px;background-clip: padding-box, border-box;background-origin: padding-box, border-box;background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #35bdeb, #295fac);border: 1px transparent solid;position: relative;}
.vote .voteUl li::after{content: '';display: block;width: 40px;height: 36px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/arrow.png) no-repeat center;background-size: 100%;position: absolute;right: -83px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.vote .voteUl li:last-child::after{display: none;}
.vote .voteUl li .voteH{height: 80px;line-height: 80px;background: linear-gradient(90deg, #21c0fc, #046dff);font-size: 28px;color: #fff;font-weight: bold;}
.vote .voteUl li .voteB{height: 120px;line-height: 120px;font-size: 30px;color: #333;}
/*.vote .voteUl li .voteB em{font-weight: bold;background: linear-gradient(to right, #3aa6df, #2e68b2);-webkit-background-clip: text;color: transparent;}*/
.vote .voteUl li .voteB em{font-weight: bold;color: #000;}
.vote .btnUl{padding: 0 95px;}
.vote .btnUl li{width: 410px;height: 90px;line-height: 90px;border-radius: 50px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/border.jpg) no-repeat center;background-size: 100%;padding: 4px;overflow: hidden;}
.vote .btnUl li a{display: block;width: 100%;height: 100%;border-radius: 50px;overflow: hidden;text-align: center;font-size: 28px;color: #fff;font-weight: bold;letter-spacing: 4px;background: linear-gradient(90deg, #21c0fc, #046dff);transition: all .4s;}
.vote .btnUl li a:hover{background: linear-gradient(90deg, #046dff, #21c0fc);}

.meetFh img{width: 100%;max-width: 100%;}

.step{border-radius: 20px;position: relative;}
.step.border1{border: 38px solid #e4f3fb;border-radius: 20px;position: relative;}
.step.border2{border: 38px solid #fff6ee;border-radius: 20px;position: relative;}
.step::after{content: '';display: block;position: absolute;}
.step1::after{width: 124px;height: 94px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/decorate1.png) no-repeat center;background-size: 100%;top: -33px;right: -16px;}
.step2::after{width: 92px;height: 112px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/decorate2.png) no-repeat center;background-size: 100%;top: -22px;right: 35px;}
.stepH{display:inline-block;vertical-align: middle;padding: 18px 42px 5px 38px;position: relative;}
.step .stepH::after{content: '';display: block;width: 100%;height: 20px;position: absolute;left: 0;bottom: 0;}
.step.border1 .stepH::after{background: #e4f3fb;}
.step.border2 .stepH::after{background: #fff6ee;}
.stepH .txt{font-size: 35px;font-weight: bold;line-height: 1.5;position: relative;z-index: 9;}
.step.border1 .stepH .txt{color: #2479bf;}
.step.border2 .stepH .txt{color: #f29117;}
.stepB{padding: 32px 42px 0 38px;}
.stepB .stepItem{margin-bottom: 30px;}
.stepB .stepItem .tit{font-size: 20px;color: #333;font-weight: bold;line-height: 1.6;margin-bottom: 5px;}
.stepB .stepItem .content p{font-size: 18px;color: #333;line-height: 1.6;}
.stepB .present ul{flex-wrap: wrap;}
.stepB .present ul li{width: 50%;margin-bottom: 50px;}
.stepB .present ul li:nth-child(n + 3){width: auto;}
.stepB .present ul li:first-child{padding-left: 110px;}
.stepB .present ul li:nth-child(2){padding-right: 110px;}
.stepB .present ul li .img{width: 138px;height: 138px;border: 1px solid #bad9f3;position: relative;display: flex;justify-content: center;align-items: center;margin-right: 23px;}
.stepB .present ul li .img .jiao{width: 24px;height: 24px;position: absolute;}
.stepB .present ul li .img .jiao1{background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/jiao1.png) no-repeat center;background-size: 100%;top: -1px;left: -1px;}
.stepB .present ul li .img .jiao2{background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/jiao2.png) no-repeat center;background-size: 100%;top: -1px;right: -1px;}
.stepB .present ul li .img .jiao3{background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/jiao3.png) no-repeat center;background-size: 100%;bottom: -1px;right: -1px;}
.stepB .present ul li .img .jiao4{background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/jiao4.png) no-repeat center;background-size: 100%;bottom: -1px;left: -1px;}
.stepB .present ul li .img img{max-height: 100%;max-width: 100%;}
.stepB .present ul li .text{width: 150px;}
.stepB .present ul li .text .txt1{font-size: 20px;color: #333;font-weight: bold;margin-bottom: 20px;}
.stepB .present ul li .text .txt2{font-size: 16px;color: #333;}
.step2.awardPublic::after{width: 1180px;height: 56px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/decorate3.png) no-repeat center;background-size: 100%;top: -32px;right: -30px;}
.awardPublic{width: 100%;padding: 130px 38px 0;}
.awardPublic .awardH{text-align: center;width: 875px;border-bottom: 1px solid #ffe7d3;margin: 0 auto 30px;padding-bottom: 22px;}
.awardPublic .awardH .txt1{display: inline-block;vertical-align: middle;padding: 0 25px;text-align: center;height: 36px;line-height: 36px;position: relative;margin: 0 auto 18px;}
.awardPublic .awardH .txt1::after{content: '';display: block;width: 100%;height: 9px;background: #d5ecff;position:absolute;bottom: 0;left: 0;}
.awardPublic .awardH .txt1 span{font-size: 35px;color: #1a81d8;font-weight: bold;letter-spacing: 8px;position: relative;z-index: 3;}
.awardPublic .awardH .txt2 p{font-size: 18px;color: #333;line-height: 1.6;}
.awardPublic .awardB .awardItem{margin-bottom: 35px;}
.awardPublic .awardB .awardItem .txt1{margin-bottom: 15px;}
.awardPublic .awardB .awardItem .txt1 span{font-size: 24px;font-weight: bold;margin-right: 30px;}
.awardPublic .awardB .awardItem.color1 .txt1 span{color: #FD9500;}
.awardPublic .awardB .awardItem.color2 .txt1 span{color: #1a81d8;}
.awardPublic .awardB .awardItem .txt1 em{font-size: 18px;color: #666;font-weight: bold;}
.awardPublic .awardB .awardItem .txt2 span{display:block;height: 40px;font-size: 18px;color: #333;line-height: 40px;float: left;}
.awardPublic .awardB .awardItem .txt2 .span1{width: 180px;position: relative;padding-left: 40px;}
.awardPublic .awardB .awardItem .txt2 .span1 em{display: block;height: 28px;width: 28px;border-radius: 50%;line-height: 23px;text-align: center;font-size: 16px;color: #fff;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.awardPublic .awardB .awardItem .txt2 .span1.no1 em{border:0;height: 100%;width: 28px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/icon2.png) no-repeat center;background-size: 100%;}
.awardPublic .awardB .awardItem .txt2 .span1.no1 em i{font-size: 16px;color: #fff;position: absolute;bottom: 4px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.awardPublic .awardB .awardItem.color1 .span1 em{background: #FD9500;border: 3px solid #fed599;} 
.awardPublic .awardB .awardItem.color2 .span1 em{background: #1a81d8;border: 3px solid #a3cdef;}

/*上传弹窗*/
.comPopup{display:none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 299;}
.comPopup .filter{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.2);}
.comPopup .close{width: 14px;height: 14px;cursor: pointer;position: absolute;top: 14px;right: 14px;}
.comPopup .close img{width: 100%;transition: all .4s;}
.comPopup .close:hover img{transform: rotate(-180deg);-webkit-transform: rotate(-180deg);transition: all .4s;}
.upLoadPopup .upLoadMain{width: 800px;padding: 30px 70px 50px;background: #fff;border-radius: 4px;overflow: hidden;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}
.upLoadPopup .upLoadMain .succeedTip{display:none;min-width: 162px; padding-left: 2px; line-height: 38px;border-radius: 4px;text-align: center;font-size: 14px;color: #fff;background: rgba(0,0,0,0.8);position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}
.upLoadPopup .upLoadMain .shuoming{font-size: 12px;color: #666;line-height: 1.6;}
.upLoadPopup .upLoadForm{width: 100%;}
.upLoadPopup .upLoadForm .upLoadItem{margin-top: 16px;}
.upLoadPopup .upLoadForm .upLoadItemL{float: left;width: 75px;font-size: 14px;color: #333;line-height: 36px;}
.upLoadPopup .upLoadForm .upLoadItemL em{color: #FF0000;}
.upLoadPopup .upLoadForm .upLoadItemR{display: block;float: left;width: calc(100% - 75px);}
.upLoadPopup .upLoadForm .upLoadItemR.inputBox{width: 100px;height: 100px;border-radius: 4px;overflow: hidden;border: 1px solid #e5e5e5;position: relative;}
.upLoadPopup .upLoadForm .upLoadItemR.inputBox input{cursor: pointer;display: block;width: 100%;height: 100%;opacity: 0;position: absolute;top: 0;left: 0;z-index: 3;}
.upLoadPopup .upLoadForm .upLoadItemR.inputBox::after{cursor: pointer;content: '';display: block;width: 32px;height: 32px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/upload.png) no-repeat center;background-size: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);z-index: 1;}
.upLoadPopup .upLoadForm .upLoadItemR.inputBox .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: absolute;top: 0;left: 0;z-index: 2;}
.upLoadPopup .upLoadForm .upLoadItemR.inputBox .img img{max-height: 100%;max-width: 100%;}
.upLoadPopup .upLoadForm .upLoadItemR.inputBox .img .remove{width: 12px;height: 12px;border-radius: 50%;overflow: hidden;position: absolute;top: 4px;right: 4px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/close1.png) no-repeat center;background-size: 100%;}
.upLoadPopup .upLoadForm .upLoadItemR.input{height: 36px;border: 1px solid #e5e5e5;border-radius: 4px;}
.upLoadPopup .upLoadForm .upLoadItemR.input input{outline:0;display: block;width: 100%;height: 100%;padding: 0 10px;font-size: 14px;color: #333;}
.upLoadPopup .upLoadForm .upLoadItemR.input input::-webkit-input-placeholder{font-size: 14px;color: #999;}
.upLoadPopup .upLoadForm .upLoadItemR.input input::-moz-placeholder{font-size: 14px;color: #999;}
.upLoadPopup .upLoadForm .upLoadItemR.input input::-ms-input-placeholder{font-size: 14px;color: #999;}
.upLoadPopup .upLoadForm .upLoadItemR.input input:-ms-input-placeholder{font-size: 14px;color: #999;}
.upLoadPopup .upLoadForm .upLoadItemR.textarea{height: 112px;border: 1px solid #e5e5e5;border-radius: 4px;overflow: hidden;}
.upLoadPopup .upLoadForm .upLoadItemR.textarea textarea{outline:0;display: block;width: 100%;height: 100%;padding: 10px;font-size: 14px;color: #333;}
.upLoadPopup .upLoadForm .upLoadItemR.textarea textarea::-webkit-input-placeholder{font-size: 14px;color: #999;}
.upLoadPopup .upLoadForm .upLoadItemR.textarea textarea::-moz-placeholder{font-size: 14px;color: #999;}
.upLoadPopup .upLoadForm .upLoadItemR.textarea textarea::-ms-input-placeholder{font-size: 14px;color: #999;}
.upLoadPopup .upLoadForm .upLoadItemR.textarea textarea:-ms-input-placeholder{font-size: 14px;color: #999;}
.upLoadPopup .upLoadBtn{margin-top: 36px;text-align: center;}
.upLoadPopup .upLoadBtn a{display: inline-block;vertical-align: middle;font-size: 16px;color: #fff;width: 140px;line-height: 36px;border-radius: 4px;text-align: center;margin: 0 44px;background: linear-gradient(90deg, #21c0fc, #046cff);transition: all .4s;}
.upLoadPopup .upLoadBtn a:hover{background: linear-gradient(90deg, #046dff, #21c0fc);}



.upLoadPopup .upLoadForm .upLoadItemR.showBox{width: 100px;height: 100px;border-radius: 4px;overflow: hidden;border: 1px solid #e5e5e5;position: relative;}
.upLoadPopup .upLoadForm .upLoadItemR.showBox input{cursor: pointer;display: block;width: 100%;height: 100%;opacity: 0;position: absolute;top: 0;left: 0;z-index: 3;}
.upLoadPopup .upLoadForm .upLoadItemR.showBox::after{cursor: pointer;content: '';display: block;width: 32px;height: 32px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/upload.png) no-repeat center;background-size: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);z-index: 1;}
.upLoadPopup .upLoadForm .upLoadItemR.showBox .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: absolute;top: 0;left: 0;z-index: 2;}
.upLoadPopup .upLoadForm .upLoadItemR.showBox .img img{max-height: 100%;max-width: 100%;}
.upLoadPopup .upLoadForm .upLoadItemR.showBox .img .remove{width: 12px;height: 12px;border-radius: 50%;overflow: hidden;position: absolute;top: 4px;right: 4px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/close1.png) no-repeat center;background-size: 100%;}



.showTipMsg{display:none;min-width: 162px; padding-left:3px; line-height: 38px;border-radius: 4px;text-align: center;font-size: 14px;color: #fff;background: rgba(0,0,0,0.8);position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);z-index: 299}

/***********************活动列表***********************/
.showPhoto{padding: 50px 0 40px;border-bottom: 1px solid #e5e5e5;}
.showPhoto .spPoint .spItem{font-size: 14px;color: #333;line-height: 1.8;}
.showPhoto .spPoint .spItem span{font-weight: bold;}
.showPhoto .spBtn{width: 410px;height: 90px;line-height: 90px;border-radius: 50px;background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/meet_you/border.jpg) no-repeat center;background-size: 100%;padding: 4px;overflow: hidden;margin: 30px auto 0;}
.showPhoto .spBtn a{display: block;width: 100%;height: 100%;border-radius: 50px;overflow: hidden;text-align: center;font-size: 28px;color: #fff;font-weight: bold;letter-spacing: 4px;background: linear-gradient(90deg, #21c0fc, #046dff);transition: all; .4s}
.showPhoto .spBtn a:hover{background: linear-gradient(90deg, #046dff, #21c0fc);}
.actList{padding: 25px 0;}
.actList ul{margin: 0 -20px;}
.actList ul li{width: 25%;float: left;padding: 25px 20px;}
.actList ul li .actItem{width: 100%;height: 100%;border-radius: 4px;border: 1px solid #E5E5E5;overflow: hidden;}
.actList ul li .actItem .img{width: 100%;height: 179px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.actList ul li .actItem .img img{width: 100%;height: 100%;object-fit: cover;transition: all .6s;}
.actList ul li .actItem .img:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.actList ul li .actItem .text{padding: 0 15px 12px;}
.actList ul li .actItem .text .txt1{height: 62px;}
.actList ul li .actItem .text .txt1:hover p{color: #1A82DB;}
.actList ul li .actItem .text .txt1 p{font-size: 16px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all .4s;}
.actList ul li .actItem .text .txt2{height: 26px;line-height: 26px;}
.actList ul li .actItem .text .txt2 span{font-size: 14px;color: #1A82DB;}
.actList ul li .actItem .text .txt2 .voteBtn{height: 100%;width: 130px;display: block;border-radius: 4px;text-align: center;font-size: 14px;color: #fff;background: linear-gradient(90deg, #21c0fc, #046dff);transition: all .4s;}
.actList ul li .actItem .text .txt2 .voteBtn:hover{background: linear-gradient(90deg, #046dff, #21c0fc);}

.page{text-align: center;font-size: 0;margin: 30px auto 130px;}
.page a,.page span{display: inline-block;vertical-align: top;height: 36px;line-height: 36px;}
.page a{min-width: 24px;border: 1px solid #d5d5d5;padding: 0 8px;margin: 0 3px;font-size: 14px;color: #999;transition: all .4s;border-radius: 4px;}
.page a:hover,.page a.active{background: linear-gradient(90deg, #21c0fc, #046dff);color: #fff;border: 1px solid #21c0fc;}
.page a.middle{border: 0;}
.page .text{font-size: 14px;color: #999;margin: 0 12px 0 22px;}
.page .text.ye{margin: 0 12px;}
.page .inputBox{width: 62px;}
.page .inputBox input{display: block;width: 100%;height: 100%;outline: 0;padding: 2px;text-align: center;font-size: 14px;color: #000;border-radius: 4px;border: 1px solid #d5d5d5;}
.page .ok{width: 50px;border-radius: 4px;border: 1px solid #d5d5d5;font-size: 14px;color: #999;cursor: pointer;}

/*列表弹窗*/
.listPopupMain{width: 1020px;background: #fff;padding: 24px;border-radius: 4px;overflow: hidden;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}
.listPopupMain .showMsgBox{display:none;min-width: 162px; padding-left:2px; line-height: 38px;border-radius: 4px;text-align: center;font-size: 14px;color: #fff;background: rgba(0,0,0,0.8);position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);z-index: 299}
.listPopupMain .listPopupL{width: 486px;height: 322px;}
.listPopupMain .listPopupL .img{width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.listPopupMain .listPopupL .img img{max-height: 100%;max-width: 100%;}
.listPopupMain .listPopupR{width: 455px;}
.listPopupMain .listPopupR .title{height: 100px;border-bottom: 1px solid #e5e5e5;padding: 25px 0 15px;}
.listPopupMain .listPopupR .title .txt1{margin-bottom: 15px;font-size: 18px;color: #333;font-weight: bold;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.listPopupMain .listPopupR .title .txt2{font-size: 14px;color: #1A81DB;}
.listPopupMain .listPopupR .content{height: 180px;padding: 16px 0;}
.listPopupMain .listPopupR .content p{font-size: 16px;color: #333;line-height: 1.7;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
.listPopupMain .listPopupR .popupVoteBtn{line-height: 32px;width: 178px;display: block;border-radius: 4px;text-align: center;font-size: 16px;color: #fff;background: linear-gradient(90deg, #21c0fc, #046dff);transition: all .4s;margin: 0 auto;}
.listPopupMain .listPopupR .popupVoteBtn:hover{background: linear-gradient(90deg, #046dff, #21c0fc);}
