.body{

}
.body .banner{
  height: 400px;
  background: url(../images/banner1.png) center center no-repeat;
  text-align: center;
  padding-top: 370px;

}
.body .banner img{
  height: 30px;
}
.wrapper{
  padding: 50px 0;
}
.wrapper h1{
  font-size: 32px;
  color: #212634 ;
  text-align: center;
  line-height: 38px;
  font-weight: normal;
}
.wrapper a{
  display:block;
  color: #589DFC;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.wrapper p{
  color: #677288;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.wrapper .intro{
  text-align: center;
}
.date{
  position: relative;
}
.date h1{
  position: relative;
  top:120px;
}
.date .content{
  height:332px;
  background: url(../images/date.png) center top  no-repeat rgb(253,247,240);
}
.awards-tab-container{
  position: relative;
}
.awards-tab_bd{
  position: relative;
  border-bottom: 1px solid #D4A966;
  z-index: 9;
}
.awards-tab{
  position: relative;
  z-index: 10;
  height: 40px;
  margin-bottom: -1px;
}
.awards-tab-1{
  background: url(../images/awards-tab_1.png) center top  no-repeat transparent;
}
.awards-tab-2{
  background: url(../images/awards-tab_2.png) center top  no-repeat transparent;
}
.awards-tab .item{
  width: 272px;
  text-align: center;
  font-size: 24px;
  color: #D4A966;
  line-height: 40px;
  color: #FFFFFF;
  cursor: pointer;
}
.awards-tab .item.active{
  color: #D4A966;
}
.awards .content{
  width: 1000px;
  height: 419px;
  margin:40px auto 0 auto;
  background: url(../images/awards.png) center top  no-repeat;
  overflow: hidden;
}
.awards .content .item:nth-child(1){
  padding:2px 0 0 380px;
  height: 180px;
}
.awards .content .item:nth-child(2){
  padding:40px 0 0 215px;
  width:485px;
  float: left;
}
.awards .content .item:nth-child(3){
  float: left;
  padding:50px 0 0 248px;
}
.awards .content .item .title{
  font-size: 24px;
  font-weight: bold;
  color: #AF8138;
  margin: 25px 0;
}
.awards .content .item:nth-child(1) .title{
  color:#AF8138;
}
.awards .content .item:nth-child(2) .title{
  color:#6D7996;
}
.awards .content .item:nth-child(3) .title{
  color:#A59172 ;
}
.awards .content .item p{
  font-size: 16px;
  color: #677288;
  line-height: 26px;
  text-align: left;
}
.awards .notice{
  text-align: left;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;

}
.service{
  background: url(../images/sy_fwzc_bj.png) left top  no-repeat;
  background-size: cover;
}
.service .content{
  width: 530px;
  margin: 0 auto;
  padding-left: 80px;
  height: 76px;
  font-size: 24px;
  color: #0A225D;
  line-height: 38px;
  background: url(../images/service.png) left top  no-repeat;
}
.rule{
  margin-top: 50px;
  padding:20px 100px 20px 100px;
  box-shadow: 0 3px 8px 0 rgba(10,34,93,0.30);
}
.rule .tab{
  margin-bottom: 70px;
}
.rule .tab table{
  width: 100%;
  background-color: #fff;
}
.rule p{
  margin-top: 35px;
  text-align: left;
}
.rule .tab table td,.rule .tab table th{
  border: 1px solid #C6D1DF;
  padding: 10px 20px;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
  font-size: 16px;
  color: #677288;
}
.wrapper .notes{
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  color: #677288;
  line-height: 40px;
}
.rule .tab table tr td:nth-child(1), .rule .tab table tr td:nth-child(3){
  background-color: rgb(243,245,251);
}
.rule .tab table th{
  background-color: rgb(248,248,248);
}
.rule .tab table tr td:nth-child(1), .rule .tab table tr th:nth-child(1){
  text-align: center;
  width: 180px;
}
.rule .tab table tr td:nth-child(3),.rule .tab table tr th:nth-child(3){
  text-align: center;
  width: 220px;
}
.article{
  overflow: hidden;
}
.article .time{
  float: left;
  width: 90px;
}
.article .time .date{
  font-size:32px;
  color: #212634;
}
.article .time{
  font-size:14px;
  color: #212634;
}
.article .info{
  float: left;
  width: 1110px;
}
.article .info .title{
  color:#212634;
  font-size:24px;
  padding: 0 0 20px 0;
}
.list-menu{
  height: 50px;
  background-color: rgb(238,242,248);
  overflow: hidden;
}
.list-menu a{
  float: left;
  font-size: 18px;
  color: #677288;
  line-height: 46px;
  margin-right: 20px;
  border-bottom: 4px solid transparent;
  text-decoration: none
}
.list-menu a.current{
  border-bottom: 4px solid rgb(10,34,93);
}
.list .item{
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #D8E0EC;
}
.list .info .description{
  color:#212634;
  font-size:16px;
  line-height: 26px;
}
.list .info .view{
  font-size: 16px;
  color: #589DFC;
  padding-top: 15px;
  cursor: pointer;
  text-decoration: none;
}
.detail{
  overflow: hidden;
  padding: 30px 0;
}
.detail .info .content,.detail .info .content p{
  font-size: 16px;
  color: #212634;
  line-height: 20px;
}
.detail .detail-fj a{
  color: #ff3e31;
  font-size:12px;
  margin-left:44px;
}
.register{
  background: url(../images/register_bj.png) center top  no-repeat;
}
.register .flow-icon{
  text-align: center;
  border-bottom: 1px solid #EEF2F8;
  padding: 20px 0;
}
.register .text{
  margin:10px auto 0 auto;
  width: 460px;
  font-size: 14px;
  color: #939AAA;
}
.register .flow1 .text i:nth-child(1){
  color: #589DFC;
}
.register h1{
  font-size: 32px;
  color: #212634;
  font-weight: normal;
  text-align: center;
  padding: 80px 0;
}
.register .flow1{
  background: url(../images/register_bj1.png) left bottom  no-repeat;
  padding-bottom: 100px;
}
.register .input-grounp{
  width:420px;
  overflow: hidden;
}
.register .input-row {
  overflow: hidden;
  margin-bottom: 25px;
}
.register .input-row > label{
  line-height: 40px;
  float: left;
  width: 150px;
  font-size: 16px;
  color: #212634;
  text-align: right;
}
.register .input-row .in{
  float: left;
  width: 270px;
  line-height: 40px;
}
.register .input-row .el-select,.register .input-row .el-input{
  width: 100%;
}
.register .input-row .code .el-input,.register .input-row .tel input{
  width: 150px;
  float: left;
}
.register .input-row .tel input{
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  border: none;
  color: #606266;
  background-color: transparent;
}
.register .input-row .tel{
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
}
.register .input-row .tel .btn2{
  width: 110px;
  float: left;
  font-size: 16px;
  color: #589DFC;
  line-height: 40px;
  text-align: right;
  cursor: pointer;
}
.register .input-row .code .img{
  margin-left:20px;
  width: 100px;
  float: left;
}
.register .btn{
  width:420px;
  margin: 50px auto 0 auto;
  text-align: right;
}
.register .flow{
  background-color: #FFFFFF;
}
.register .flow1 .btn .el-button{
  width:370px;
}
.register .btn .el-button{
  width:420px;
}
.register .view-rule{
  margin-top: 20px;
  display: inline-block;
  width:370px;
  text-align: center;
  font-size: 16px;
  color: #589DFC;
  text-decoration: none;
}
.register .flow2{
  padding-bottom: 20px;
  padding-left: 180px;
  overflow: hidden;
}
.register .flow2 .input-wrapper{
  float: left;
}

.register .flow3{
  background: url(../images/register_bj2.png) center bottom  no-repeat;
  padding-bottom: 250px;
}

.register .succ .icon{
  height: 160px;
  background: url(../images/register_succ.png) center bottom  no-repeat;
}

.register .succ p{
  font-size: 16px;
  color: #677288;
  text-align: center;
  line-height: 26px;
}

/***********************补充报名信息页面start***********************/
.register-plus-bgimg{
  background: url("../images/bczl_bj.png") center top no-repeat;
}
.register-plus .cont-tit{
  text-align: center;
  font-size: 32px;
  color: #212634;
  height:198px;
  line-height: 198px;
}
.register-plus .cont-main{
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(10,34,93,0.30);
  margin-bottom: 80px;
}
.register-plus .upload-wrap{
  padding:80px 100px;
  border-bottom: 2px dashed #DFE1E6;
}
.register-plus .upload-info{
  margin-top:42px;
}
.register-plus .upload-info button{
  font-size: 16px;
  color: #FFFFFF;
  padding: 11px 20px;
}
.register-plus .download-tmpl{
  font-size: 16px;
  color: #589DFC;
  background: #FFFFFF;
  border: 1px solid #589DFC;
  border-radius: 4px;
  height:40px;
  line-height: 40px;
  margin-left:10px;
  padding: 0 10px;
  cursor: pointer;
}
.register-plus .download-tmpl img{
  vertical-align: -5px;
  margin-right: 2px;
}
.register-plus .upload-wrap .tit-info{
  font-size: 24px;
  color: #212634;
}
.register-plus .upload-wrap .tips-info{
  font-size: 14px;
  color: #677289;
  margin-top: 5px;
}
.register-plus .upload-wrap .tips-info span{
  color: #CF435B;
}
.register-plus .product-info{
  padding:80px 100px 60px 100px;
}
.register-plus .product-info .tit{
  font-size: 24px;
  color: #212634;
  margin-bottom:40px;
}
.register-plus .product-info .pro-list{
  border:2px transparent solid;
  border-image:linear-gradient(to bottom,#D4A966,#D4D7DD) 1 10;
  padding:30px 30px 10px 30px;
  margin-bottom:20px;
}
.register-plus .product-info .input-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.register-plus .product-info .input-row > label{
  line-height: 40px;
  float: left;
  width: 150px;
  font-size: 16px;
  color: #212634;
  text-align: right;
}
.register-plus .product-info .in{
  float: left;
  width: 310px;
  line-height: 40px;
  position: relative;
}
.register-plus .product-info .el-select,.register-plus .product-info .el-input{
  width: 100%;
}
.register-plus .product-info .radio-item{
  background: #FFFFFF;
  border: 1px solid #D4D7DD;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  width: 135px;
  padding: 0 10px;
}
.register-plus .product-info .radio-item .ipt{
  margin-left: 40px;
  border: 0;
  width: 495px;
}
.register-plus .product-info .radio-item-other{
  width: 609px!important;
}
.register-plus .product-info .money-units{
  font-size: 16px;
  color: #212634;
  position: absolute;
  right:10px;
  top:0;
}
.register-plus .add-products-wrap{
  text-align: center;
  border: 1px dashed #D4A966;
  width:1000px;
  height:80px;
  line-height: 80px;
  cursor: pointer;
}
.register-plus .add-products-wrap .add-btn{
  font-size: 18px;
  color: #D4A966;
}
.register-plus .add-products-wrap .add-btn img{
  vertical-align: -8px;
  margin-right: 5px;
}
.register-plus .add-products-tips{
  font-size: 16px;
  color: #677288;
  margin-top:20px;
}
.register-plus .commit-wrap{
  margin-bottom:80px;
}
.register-plus .commit-btn{
  background: #C9CCD9;
  border-radius: 4px;
  width:420px;
  height:50px;
  line-height: 50px;
  font-size: 24px;
  color: #FFFFFF;
  margin:0 auto;
  text-align: center;
  cursor: pointer;
}
.register-plus .read-protocol{
  text-align: center;
  font-size: 14px;
  color: #212634;
  margin-top:20px;
}
.register-plus .read-protocol span{
  color:#72ACFC;
  cursor: pointer;
}
.register-plus .commit-popup{
  width:300px;
  height:80px;
  background: #FFFFFF;
  border-radius: 100px;
  position: fixed;
  top:140px;
  left:50%;
  margin-left: -150px;
  text-align: center;
  box-shadow: 0 3px 8px 0 rgba(10,34,93,0.30);
}
.register-plus .commit-popup .tit{
  font-size: 24px;
  color: #589DFC;
  margin-top: 8px;
}
.register-plus .commit-popup .txt{
  font-size: 16px;
  color: #677288;
}
.register-plus .upload-err{
  position: absolute;
  left: 180px;
  top: 3px;
  color: rgb(255, 59, 90);
  font-size: 14px;
  padding: 5px 10px;
  background: rgb(255, 216, 222);
  border-radius: 2px;
}
.register-plus .upload-err2{
  position: absolute;
  left: 180px;
  top: 3px;
  color: #515A70;
  font-size: 14px;
  padding: 5px 10px;
  background: #E9ECF2;
  border-radius: 2px;
}
.dialog-mask{
  position: fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  background: rgba(8,32,84,0.30);
  z-index: 1000;
}
.add-info-dialog{
  background: #FFFFFF;
  border-radius: 8px;
  width:590px;
  height:auto;
  position: fixed;
  left:50%;
  top:20%;
  margin-left:-295px;
  z-index: 1001;
}
.add-info-dialog .dialog-tit{
  font-size: 24px;
  color: #212634;
  text-align: center;
  padding:30px 30px 20px 30px;

}
.add-info-dialog .dialog-txt{
  font-size: 16px;
  color: #589DFC;
  text-align: center;
  padding:0 30px 40px 30px;
}
.add-info-dialog .dialog-close{
  position:absolute;
  right:0;
  top:0;
  margin-right:-56px;
  cursor: pointer;
}
.add-info-dialog .dialog-ipt-wrap {
  padding: 0 60px;
}
.add-info-dialog .el-scrollbar__wrap {
  overflow-x: auto;
}
.add-info-dialog .el-scrollbar__bar{
  right: 40px !important;
}
.add-info-dialog .dialog-ipt-wrap .item-ipt{
  border: 1px solid #D4D7DD;
  margin-right: 10px;
  width: 80px;
  float: left;
  margin-bottom: 10px;
}
.add-info-dialog .dialog-ipt-wrap .item-ipt:nth-last-child(1){
  margin-right:0;
}
.add-info-dialog .dialog-ipt-wrap .ipt-tit{
  background: #EEF2F7;
  font-size: 16px;
  color: #677288;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #D4D7DD;
}
.add-info-dialog .dialog-ipt-wrap .ipt-cont{
  height:40px;
  line-height: 40px;
}
.add-info-dialog .dialog-ipt-wrap .ipt-cont input{
  height:40px;
  line-height: 40px;
  text-align: center;
  width: 78px;
  border: 0;
}
.add-info-dialog .dialog-submit-btn{
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #589DFC;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  margin: 40px auto;
  cursor: pointer;
}
.add-info-dialog .dialog-close-btn{
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #589DFC;
  border-radius: 4px;
  font-size: 16px;
  color: #589DFC;
  text-align: center;
  margin: 30px auto;
  cursor: pointer;
}
.history-info-main{
  padding:20px 30px 20px 20px;
  margin:0 30px;
  background: #F4F5F6;
}
.history-info-main .el-scrollbar__wrap{

}
.history-info-main .history-info {
  padding: 0 30px 0 0;

}
.history-info-main table{
  background: #FFFFFF;
  width: 100%;
  text-align: center;
  border:1px solid #D4D7DD;
}
.history-info-main table td{
  height:60px;
  width:60px;
  color: #909399;
  font-size:14px;
}
.add-info-dialog .history-info-main .el-scrollbar__bar{
  right: 0px !important;
}
.history-info-main .el-scrollbar>.el-scrollbar__bar, .history-info-main .el-scrollbar>.el-scrollbar__bar, .history-info-main .el-scrollbar>.el-scrollbar__bar {
  opacity: 1;
  -webkit-transition: opacity 340ms ease-out;
  transition: opacity 340ms ease-out;
}
.dialog-position{
  top: 10% !important;
}

  /***********************补充报名信息页面end***********************/


/***********************参赛资料、产品排名start***********************/
.account-wrap-bgimg{
  background: url("../images/wdcs_bj.png") center bottom no-repeat;
}
.account-wrap{
  padding-bottom: 80px;
}
.account-wrap .cont-main{
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(10,34,93,0.30);
}
.account-wrap .cont-main .section{
  padding: 0 100px 30px 100px;
  border-bottom: 2px dashed #DFE1E6;
}
.account-wrap .cont-main .section:nth-last-child(1){
  border:none!important;
}
.account-wrap .cont-main .section-tit{
  font-size: 24px;
  color: #212634;
  padding: 60px 70px 10px 0px;
}
.account-wrap .cont-main .section-tit img{
  vertical-align: -4px;
  margin-left: -30px;
  margin-right: 10px;
}
.account-wrap .cont-main .section-cont{
  padding:30px 0 10px 0;
  margin-bottom:20px;
}
.account-wrap .cont-main .border-color{
  border:2px transparent solid;
  border-image:linear-gradient(to bottom,#D4A966,#D4D7DD) 1 10;
}
.account-wrap .cont-main .input-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.account-wrap .cont-main .input-row > label{
  line-height: 40px;
  float: left;
  width: 150px;
  font-size: 16px;
  color: #212634;
  text-align: right;
}
.account-wrap .cont-main .in{
  float: left;
  width: 310px;
  line-height: 40px;
  position: relative;
}
.account-wrap .cont-main .in .ipt-wrap{
  background: #EEF2F7;
  border: 1px solid #EEF2F7;
  color: #212634;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 4px;
}
.account-wrap .cont-main .in .upload-status-txt{
  font-size: 16px;
  color: #212634;
  margin-left:10px;
}
.account-wrap .cont-main .in .check{
  margin-left:20px;
  font-size: 16px;
  color: #589DFC;
}
.account-wrap .cont-main .in .other-txt{
  color: #2B303A;
  margin-left:4px;
}
.account-wrap .cont-main .section .reminder{
  font-size: 14px;
  color: #677288;
  padding-bottom:30px;
}
.account-wrap .cont-main .section .section-tips{
  font-size: 14px;
  color: #677289;
  background: #FFF7E7;
  padding: 10px 45px;
}
.account-wrap .cont-main .section .section-tips span{
  color:#FF4160;
}
.account-wrap .cont-main .section .item-btn{
  align-items: center;
  justify-content: flex-end;
  margin-right: 40px;
}
.account-wrap .cont-main .section .look-history{
  font-size: 16px;
  color: #589DFC;
  cursor: pointer;
}
.account-wrap .cont-main .section .add-btn{
  background: #589DFC;
  border-radius: 4px;
  width:120px;
  height:40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  margin-left:10px;
  cursor: pointer;
}


.account-wrap .section .section-cont2{
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  margin-bottom: 30px;
}
.account-wrap .section-cont2 .table-head{
  height:40px;
  line-height: 40px;
  font-size: 14px;
}
.account-wrap .section-cont2 .h80{
  height:80px;
  line-height: 80px;
}
.account-wrap .section-cont2 .txt-c{
  text-align: center;
}
.account-wrap .section-cont2 .txt-l{
  text-align: left;
}
.account-wrap .section-cont2 .txt-r{
  text-align: right;
}
.account-wrap .section-cont2 .table-body .td-item{
  font-size: 16px;
  color: #212634;
  position: relative;
 }
.account-wrap .section-cont2 .table-body .no-rank{
  font-size: 16px;
  color: #677288;
  text-align: center;
  padding:27px 30px;
  width: 100%;
}
.account-wrap .section-cont2 .table-body .td{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.account-wrap .section-cont2 .table-body .td-left{
  border-right:1px solid #EEF2F8;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.account-wrap .section-cont2 .table-body .td-left span{
  font-size:14px;
}
.account-wrap .section-cont2 .table-body .left-top-icon{
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.account-wrap .color-glod {
  border: 1px solid #D4A966;
}
.account-wrap .color-glod .table-body .td-item{
  border-top: 1px solid #D4A966;
}
.account-wrap .color-glod .table-body .left-top-icon{
  border-left: 5px solid #D4A966;
  border-top: 5px solid #D4A966;
}
.account-wrap .color-glod .table-head{
  background-color: #D4A966;
  color: #FFFFFF;
}
.account-wrap .color-glod .td-left{
  color: #AF8138;
}
.account-wrap .color-silver {
  border: 1px solid #D4D7DD;
}
.account-wrap .color-silver .table-body .td-item{
  border-top: 1px solid #B6BCCA;
}
.account-wrap .color-silver .table-body .left-top-icon{
  border-left: 5px solid #D4D7DD;
  border-top: 5px solid #D4D7DD;
}
.account-wrap .color-silver .table-head{
  background-color: #EEF2F7;
  color:#677288;
}
.account-wrap .color-silver .td-left{
  color: #6D7996;
}
.account-wrap .color-copper {
  border: 1px solid #D2C8B8;
}
.account-wrap .color-copper .table-body .td-item{
  border-top: 1px solid #D2C8B8;
}
.account-wrap .color-copper .table-body .left-top-icon{
  border-left: 5px solid #D2C8B8;
  border-top: 5px solid #D2C8B8;
}
.account-wrap .color-copper .table-head{
  background-color: #F0EEEC;
  color: #677288;
}
.account-wrap .color-copper .td-left{
  color: #A59172;
}

.account-wrap .product-info{
  padding:20px 0;
}
.account-wrap .product-info .section-tit2{
  font-size: 24px;
  color: #212634;
  margin-bottom:40px;
}
.account-wrap .product-info .section-tit2 img{
    vertical-align: -4px;
    margin-left: -30px;
    margin-right: 10px;
}
.account-wrap .product-info .pro-list{
  border:2px transparent solid;
  border-image:linear-gradient(to bottom,#D4A966,#D4D7DD) 1 10;
  padding:40px 30px 10px 30px;
  margin-bottom:20px;
  position: relative;
}
.account-wrap .product-info .pro-list .del-product{
  cursor: pointer;
  width:20px;
  height:20px;
  line-height: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
}
.account-wrap .product-info .input-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.account-wrap .product-info .input-row > label{
  line-height: 40px;
  float: left;
  width: 150px;
  font-size: 16px;
  color: #212634;
  text-align: right;
}
.account-wrap .product-info .in{
  float: left;
  width: 310px;
  line-height: 40px;
  position: relative;
}
.account-wrap .product-info .el-select,.register-plus .product-info .el-input{
  width: 100%;
}
.account-wrap .product-info .radio-item{
  background: #FFFFFF;
  border: 1px solid #D4D7DD;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  width: 135px;
  padding: 0 10px;
}
.account-wrap .product-info .radio-item .ipt{
  margin-left: 40px;
  border: 0;
}
.account-wrap .product-info .radio-item-other .ipt{
  margin-left: 40px;
  border: 0;
  width: 245px;
}
.account-wrap .product-info .radio-item-other{
  width: 365px!important;
}
.account-wrap .product-info .radio-item-gs .ipt{
  margin-left: 40px;
  border: 0;
  width: 165px;
}
.account-wrap .product-info .radio-item-gs{
  width: 310px!important;
}
.account-wrap .product-info .money-units{
  font-size: 16px;
  color: #212634;
  position: absolute;
  right:10px;
  top:0;
}
.account-wrap .add-products-wrap{
  text-align: center;
  border: 1px dashed #D4A966;
  width:1000px;
  height:80px;
  line-height: 80px;
  cursor: pointer;
}
.account-wrap .add-products-wrap .add-btn2{
  font-size: 18px;
  color: #D4A966;
}
.account-wrap .add-products-wrap .add-btn2 img{
  vertical-align: -8px;
  margin-right: 5px;
}
.account-wrap .add-products-tips{
  font-size: 16px;
  color: #677288;
  margin-top:20px;
}
.account-wrap .commit-wrap{
  margin-top: 40px;
}
.account-wrap .commit-btn{
  background: #C9CCD9;
  border-radius: 4px;
  width:420px;
  height:50px;
  line-height: 50px;
  font-size: 24px;
  color: #FFFFFF;
  margin:0 auto;
  text-align: center;
  cursor: pointer;
}
.account-wrap .read-protocol{
  text-align: center;
  font-size: 14px;
  color: #212634;
  margin-top:20px;
}
.account-wrap .read-protocol span{
  color:#72ACFC;
  cursor: pointer;
}
.account-wrap .commit-popup{
  width:300px;
  height:80px;
  background: #FFFFFF;
  border-radius: 100px;
  position: fixed;
  top:140px;
  left:50%;
  margin-left: -150px;
  text-align: center;
  box-shadow: 0 3px 8px 0 rgba(10,34,93,0.30);
}
.account-wrap .commit-popup .popup-tit{
  font-size: 24px;
  color: #589DFC;
  margin-top: 8px;
}
.account-wrap .commit-popup .popup-txt{
  font-size: 16px;
  color: #677288;
}

.account-wrap .upload-wrap{
  padding: 0 0 20px 0;
}
.account-wrap .upload-info{
  margin-top:42px;
}
.account-wrap .upload-info button{
  font-size: 16px;
  color: #FFFFFF;
  padding: 11px 20px;
}
.account-wrap .download-tmpl{
  font-size: 16px;
  color: #589DFC;
  background: #FFFFFF;
  border: 1px solid #589DFC;
  border-radius: 4px;
  height:40px;
  line-height: 40px;
  margin-left:10px;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
}
.account-wrap .download-tmpl img{
  vertical-align: -5px;
  margin-right: 2px;
}
.account-wrap .upload-wrap .tit-info{
  font-size: 24px;
  color: #212634;
}
.account-wrap .upload-wrap .tips-info{
  font-size: 14px;
  color: #677289;
  margin-top: 5px;
}
.account-wrap .upload-wrap .tips-info span{
  color: #CF435B;
}
.account-wrap .upload-err{
  position: absolute;
  left: 180px;
  top: 63px;
  color: rgb(255, 59, 90);
  font-size: 14px;
  padding: 5px 10px;
  background: rgb(255, 216, 222);
  border-radius: 2px;
}
.account-wrap .upload-err2{
  position: absolute;
  left: 180px;
  top: 63px;
  color: #515A70;
  font-size: 14px;
  padding: 5px 10px;
  background: #E9ECF2;
  border-radius: 2px;
}
.account-wrap .upload-err3{
  position: absolute;
  left: 180px;
  top: 63px;
  color: #CC6600;
  font-size: 14px;
  padding: 5px 10px;
  background: #FFE6CC;
  border-radius: 2px;
}
.account-wrap .upload-err4{
  position: absolute;
  left: 180px;
  top: 63px;
  color: #589DFC;
  font-size: 14px;
  padding: 5px 10px;
  background: #DEEBFE;
  border-radius: 2px;
}
.account-wrap .other-cont{
  padding:20px 80px 20px 100px;
}
.account-wrap .other-cont .item{
  float:left;
  width: 48%;
  margin-right:2%;
  flex: 1;
  padding:40px 30px;
  border: 1px solid #ddd;
  border-radius: 0px 0px 4px 4px;
  border-image: linear-gradient(rgb(255,62,94), #D4D7DD) 1 1;
}
.account-wrap .clearfix{
  zoom: 1;
}
.account-wrap .clearfix::before, .account-wrap .clearfix::after{
  content:'';
  display: block;
  clear:both;
}
.account-wrap .other-cont .item .tit{
  font-size: 24px;
  color: #212634;
  position: relative;
  padding-left:70px;
}
.account-wrap .other-cont .item .tit img{
  width: 60px;
  height:60px;
  display: block;
  position: absolute;
  left:0;
  top:0;
  margin-top: -12px;
}
.account-wrap .other-cont .item .txt{
  font-size: 16px;
  color: #677288;
  padding:20px 0;
}
.account-wrap .other-cont .item .btn{
  font-size: 16px;
  color: #FFFFFF;
  background: #FF3E5E;
  border-radius: 4px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.account-wrap .mzsm{
  padding:0 100px 60px 100px;
  font-size: 16px;
  color: #677288;
}

/**********************参赛资料、产品排名end************************/


/**********************大赛榜单start**********************/
.rank-list-filtrate{
  border-bottom: 1px solid #EEF2F8;
}
.rank-list-filtrate .filtrate-wrap{
  width: 1000px;
  margin: 0 auto;
  padding-bottom:40px;
}
.rank-list-filtrate .filtrate-item{
  margin-bottom:20px;
}
.rank-list-filtrate .filtrate-item:nth-last-child(1){
  margin-bottom:0;
}
.rank-list-filtrate .filtrate-item .item-tit{
  height:30px;
  line-height: 30px;
  font-size: 14px;
  color: #212634;
}
.rank-list-filtrate .filtrate-item .item-cont{
  margin-left:20px;
}
.rank-list-filtrate .filtrate-item .item-params{
  background: #EEF2F8;
  border-radius: 4px;
  width:120px;
  height:30px;
  line-height: 30px;
  margin-right:10px;
  text-align: center;
  font-size: 14px;
  color: #212634;
  cursor: pointer;
}
.rank-list-filtrate .filtrate-item .params-color-blue{
  color:#589DFC
}
.rank-list-filtrate .filtrate-item .params-color-red{
  color:#FD516E
}
.rank-list-filtrate .filtrate-item .item-params .params-txt{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #212634;
}
.rank-list-filtrate .filtrate-item .item-params .params-txt2{
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #2B303A;
}
.rank-list-filtrate .item-params.active{
  background: #589DFC;
  color:#fff;
}
.rank-list-filtrate .filtrate-item .active .params-color-blue{
  color:#fff;
}
.rank-list-filtrate .filtrate-item .active .params-color-red{
  color:#fff;
}
.rank-list-filtrate .filtrate-item .active .params-txt{
  color:#fff;
}
.rank-list-filtrate .filtrate-item .active .params-txt2{
  color:#fff;
}

.rank-wrap{
  padding: 20px 0 0 0;
  width: 1000px;
  margin: 0 auto;
}
.rank-wrap .statistics-date{
  font-size: 12px;
  color: #677288;
  margin-bottom:20px;
}
.rank-wrap .table-head{
  background: #EEF2F7;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #677288;
}
.rank-wrap .txt-c{
  text-align: center;
}
.rank-wrap .txt-l{
  text-align: left;
}
.rank-wrap .txt-r{
  text-align: right;
}
.rank-wrap .table-body{
  position: relative;
}
.rank-wrap .h80{
  height:80px;
  line-height: 80px;
}
.rank-wrap .td-item{
  border-bottom:1px solid #EEF2F8;
  font-size: 18px;
  color: #0F0016;
}
.rank-wrap .td-item .td{
  position: relative;
}
.rank-wrap .nowrap{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rank-wrap .td-item:nth-last-child(1){
  border-bottom:0;
}

.rank-risk-tips{
  border-top:2px solid #EEF2F8;
  padding:20px 0 120px 0;
}
.rank-risk-tips-wrap{
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  color: #677288;
}
.rank-risk-tips .left-block{

}
.rank-risk-tips .right-block{

}
.rank-wrap .curr-user-rank, .rank-wrap .rank-login-bgimg{
  width:1000px;
  margin-top:10px;
}
.rank-wrap .curr-user-rank .td-item{
  height:60px;
  line-height: 60px;
  background:url("../images/wdpm_bj.png")0 0 no-repeat;
  margin-bottom: 10px;
}
.rank-wrap .rank-login-bgimg{
  margin-bottom: 10px;
  height:60px;
  line-height: 60px;
  background:url("../images/dl_tf.png")0 0 no-repeat;
}
.rank-wrap .rank-login-bgimg .btn{
  width:120px;
  height:40px;
  float:right;
  margin-right:103px;
  margin-top:10px;
  cursor: pointer;
  display: block;
}
.rank-wrap .rank-list-mask{
  position:absolute;
  right:0;
  top:0;
  width:100%;
  height:100%;
  background: url("../images/rank_mask.png")right 0 no-repeat;

}
.rank-wrap .rank-nodata{
  text-align: center;
  margin:100px auto;
}
.rank-wrap .rank-nodata img{
  margin-bottom:20px;
}
.rank-wrap .rank-nodata .txt1{
  font-size: 20px;
  color: #333333;
}
.rank-wrap .rank-nodata .txt2{
  font-size: 16px;
  color: #999999;
}
.rank-wrap .fn-color-glod{
  color:#D4A966!important;
}
.rank-wrap .fn-color-blue{
  color: #589DFC!important;
}
.rank-wrap .rank-prize{
  vertical-align: -7px;
}
.rank-wrap .rank-txt-center{
  line-height: 24px;
  align-items: center;
  display: flex;
}

/***********************大赛榜单end***********************/
