
 
input, img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    /* vertical-align: bottom; */
}
input, button, select, textarea {
    outline: none;
}
.headerwrap {
    min-width: 1090px;
    padding: 0 16px;
    box-sizing: border-box;
    box-shadow: 0 2px 16px rgb(54 56 79 / 6%);
    margin: 0 auto;
    z-index: 200;
    height: 70px;
    background-color: #fff;
}

#subscribe2 .title{
    /* margin-left:20px; */
}
.head1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 1090px;
    height: 70px;
    margin: 0 auto;
}

.headerbox1 .logo1 {
    margin-left: 0px;
}

.logo1 img {
    height: 32px;
}

.headerbox1 .logoright1 {
    margin-right: 0px;
}

.user {
    position: absolute;
    right: 0;
    top: 20px;
    width: 40px;
    height: 40px;
}

.container1 {
    box-sizing: border-box;
    min-height: 480px;
    /* background: #fff url(/images/back.jpg) top center no-repeat; */
    background-size: cover;
    width: 100%;
    min-width: 1024px;
    height: calc(100vh - 70px);
    font-family: sans-serif;
}
.loginfoot {
    color: #666;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 7px;
    text-align: center;
    margin-top: 40px;
    left: 0;
    bottom: 3vh;
    width: 100vw;
    margin-top: 70px;
    margin-bottom: 20px;
    
}
.loginfoot {
    color: #666;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 7px;
    text-align: center;
    margin-top: 40px;
    left: 0;
    position: fixed;
    bottom: 3vh;
    width: 100vw;
    font-family: "Gotham Medium","Helvetica Neue",Arial,sans-serif;
}
.tipBox{
    position: absolute;
    width:1000px;
    height: 200px;
    left: 50%;
    margin-left: -500px;
    bottom: 50%;
    text-align: left;
    z-index: 100;
    margin-bottom: -100px;
}

.tip{
    /* font-size: 20px; */
    margin-bottom: 10px;
}


.subTipBox{
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;

}
.subTipBox input{
    width: 100%;
    height: 50px;
}

 
.wForm {
    max-width: 728px;
    margin: 0 auto;
    margin-top: 70px;
    display: none;
}

@media screen and (min-width: 560px){
.site-content .wFormContainer .wForm .inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}

.wForm .group {
    
    display: flex;

}
.wForm .oneField.-focused label.reqMark:before{
    left: 3px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 0 0 2px #e70012; */
}

.site-content .wFormContainer .wForm .inline .oneField {
    width: 100%;
    display: block;
}

.wForm .inline .oneField .preField {
    min-height: 25px;
}
.wForm .oneField.-focused label {
    color: #e70012;
}

    .wForm  .-focused label.reqMark:before {
        top: 11px;
        left: 7px;
    }
    .wForm .oneField.-focused label.reqMark:before {
        
        top: 11px;
        left: 7px;
    }
.wForm label.reqMark:before {
    content: '*';
    color: #e70012;
    display: inline-block;
    margin-right: 4px;
    position: absolute;
    font-family: inherit !important;
    left: .4em;
    top: 14px;
}
.wForm label.reqMark:before {
    content: '*';
    color: #e70012;
    display: inline-block;
    margin-right: 4px;
    position: absolute;
    font-family: inherit !important;
    left: 5px;
    top: 14px;
}
.wForm label.on.reqMark:before {
    top: 11px;
    left: 2px;
}
.wForm .inputWrapper {
    display: -moz-inline-box;
    box-sizing: border-box;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.wForm .oneField .inputWrapper {
    display: block;
    margin-top: -13px;
}
.wForm label.on.reqMark:before{
    top: 11px;
    left: 7px;
}

.oneField {
    flex:1;
}
.wForm .oneField {
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    /* border-radius: 3px; */
    padding-top: 1em!important;
    position: relative;
}
.wForm .oneField {
    border: 2px solid transparent;
    padding: 2px 6px;
    box-sizing: border-box;
    padding-bottom: 1.2em;
    height: 70px;
    margin-bottom: 30px;
}
.wForm .formtext .oneField{
    height: auto;
}
.wForm .oneField:first-child{
    margin-right: 10px;
}
.wForm .oneField label {
    font-size: 1em;
    position: absolute;
    z-index: 1;
    padding: .6em;
    transition: all .2s ease;
    pointer-events: none;
    top: .75em;
    left: .36em;
    color:rgba(0, 0, 0, 0.9);
    font-weight: normal;
    padding-left: 15px;
}
.center{
    text-align: center;
}
.primaryAction{
    font-size: 18px;
    width: calc(100%);
    height: 55px;
    line-height: 55px;
    background-color: #e70012;
    color:#fff;
    text-align: center;
    display: block;
    cursor: pointer;
}
.wForm .primaryAction{
    margin: 0 auto!important;
    width: 200px;
}
.textcenter .preField{
    display: flex!important;
    align-items: center!important;
    justify-items: center!important;
    color: #666;
}
.textcenter .preField input{
    width: 20px;
    height: 20px;
    border:1px solid #ccc;
    display: block;
}
.wForm .oneField.-filled label, .wForm .oneField.-focused label {
    font-size: 12px;
    left:1px;
    top: -.2em;
    color: #e70012;;
}
 input[type="checkbox"]{
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
 }
 .item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
 }
 .item a{
     color:#e70012;
 }
 .title{
    font-size: 34px;
    margin-bottom: 20px;
    color: #000;
    /* margin-top: 20px; */
}
.loginfoot2{
    position: fixed;
 width: 100%;
 bottom: 20px;
 text-align: center;
 font-size: 12px;
}
a.quxiao{
    font-size: 26px;
    color:#e70012;
}

.dingyue{
    display: flex;
    font-size: 20px;
    justify-content: space-between;
}
.dingyue a{
    font-size: 20px;
    color:#e70012;
    
}
.tipcont{
    color:#f00;
    font-size: 14px;
    display: none;
    margin-top: 10px;
}
.preField{
    display: block;
    margin-bottom: 20px;
}
.selectbox{
    height: 100px;
}
.zhucebox-biaodan .el-input__inner{
    border: none!important;
}
 
.wForm .oneField label.on {
    font-size:12px;
    left:2px;
    top: -.2em;
    color: #e70012;
}
.wForm .oneField.-focused label {
    font-size:12px;
    left:2px;
    top: -.2em;
    color: #e70012;
}
.wForm .oneField textarea {
    width: 100% !important;
    height: 200px;
    padding: 0 15px;
}
.secondField{
    border: 2px solid transparent;
    padding: 2px 6px;
    box-sizing: border-box;
    padding-bottom: 1.2em;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    border-radius: 3px;
    padding-top: 1em!important;
    position: relative;
    padding-left: 20px;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #333!important;
}
.el-checkbox__label{
    white-space: normal;
    padding-right: 20px;
}
.el-checkbox__input{
    vertical-align: top!important;
}
.zhucebox{
    /* padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f2f2; */
}
.zhucebox-biaodan{
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #f2f2f2;  
}
.box5 p{
    width: 500px;
    margin:0 auto;
    margin-bottom: 10px;
}
.box5 h1{
    text-align: center;
    margin-bottom: 30px;
}
.canhuilist{
    padding: 10px 20px;
}
 
.canhuilist   dt{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
 
.canhuilist   dd{
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}
.img100{
    width: 100%;
}
.textright{
    text-align: right;
}
.tiptext{
    font-weight: bold;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
}
.zhucebox  img{
    width: 50%;
    /* height: 360px; */
    object-fit: cover;
    float: left;
}
.zhucebox  .content {
    float: left;
    margin-left: 60px;
    width: 540px;
    text-align: justify;
}
.zhucebox .layoutleft {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
}
.mt90{
    margin-top: 90px;
}
.zhuceCode{
    position: absolute;
    right: 10px;
    top: 25px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}
.zhuceCode span.get{
    margin-left: 15px;
}
.zhuceCode img{
    width: 80px;
}
input,button,select,textarea{outline:none}
.pinglunbox{
    margin:0 auto;
    width: 1105px;
    padding:30px;
    height:250px;
    position: relative;
    background-color: #f2f2f2;
    border-left: 15px solid #e70012;
    border-right: 15px solid #e70012;
}
.sanlie .item{
    margin-bottom: 0;
}
/* .pinglunbox::before{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 15px;
    height: 300px;
    background-color: #e70012;
}
.pinglunbox::after{
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 15px;
    height: 300px;
    background-color: #e70012;
} */
.pinglunbox img{
    width: 80px;
}
.pinglunbox .toptext{
    width: 1000px;
    margin:0 auto;
   font-size: 24px;
   text-align: justify;
   margin-bottom: 20px;
   color: #1f5296;
   margin-top: 50px;
}
.mb70{
    margin-bottom: 70px;
}
.whobox {
    display: flex;
    margin-top: 70px;
    margin-bottom: 70px;
}
 
.whobox>div{
    margin-left: 100px;
}
.whobox>div p{
    font-size: 16px;
    width: 100%;
    /* margin-bottom: 10px; */
}
.layoutleft >div:first-child{
    margin-left: 0px!important;
}
.el-checkbox__inner{
    border:1px solid #e70012!important;
    border-radius: 0;
}
#zhucebox .subscribeDingyue{
    margin-top: 0;
}
#zhucebox .subscribeDingyue p{
    font-size: 14px;
}
.checkbox .iconfont, .checkbox1 .iconfont {
    font-size: 13px;
}
.checkbox, .checkbox1 {
    display: inline-flex;
    color: #e70012;
    font-size: 13px;
    margin-right: 0px;
}
.el-checkbox__label {
    display: inline-block;
    padding-left: 5px;
    line-height: 19px;
    font-size: 16px!important;
    color: rgba(0, 0, 0, 0.9);
}
.inputWrapper{
    color: rgba(0, 0, 0, 0.6);
}
.mb20{
    margin-bottom: 20px!important;
}
.el-checkbox__inner::after {
    box-sizing: content-box;
    content: "";
    border: 2px solid #FFF!important;
    border-left: 0!important;
    border-top: 0!important;
    height: 9px!important;
    left: 5px!important;
    position: absolute;
    top: 0px!important;
    width: 4px!important;
    
}
.mt10{
    margin-top: 10px;
}
.center200{
    width: 200px;
 
    display: block;
}
.wxcodebox{
    width: 450px;
    margin:30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wxcodebox dl{
    width: 200px;
    text-align: center;
    
}
.wxcodebox dl img{
    width: 200px;
    margin-bottom: 20px;
  margin-top: 20px;
}

.gc-cont .cont-left{
    margin-top: 30px;
}
.gc-cont .cont-right{
    margin-top: 30px;
}
.group {
    /* padding-bottom: 1.6em;
    margin-bottom: .5em; */
    display: flex;
}
 .oneField {
    border: 2px solid transparent;
    padding: 4px 6px;
    box-sizing: border-box;
    background: #FFF;
    padding-top: 10px!important;
    position: relative;
    flex: 1;
    border: 2px solid #f4f4f4;
}
.subscribe{
    display: block;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.subscribe span.txt{
    font-size: 24px;
}
/* .subscribe .input{
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    position: relative;
    width: 100%;
    height: 53px;
    line-height: 55px;
    font-size: 20px;
    padding: 0 6px;
} */
.subscribe .input:focus{
    border-color: #e70012;
}
.oneField label {
    font-size: 1em;
    position: absolute;
    z-index: 2;
    padding: .6em;
    transition: all .2s ease;
    pointer-events: none;
    top: 6px;
    color: #666;
    font-weight: normal;
}
.subscribe .tip{
    font-size: 14px;
    margin-top: 10px;
}
.inputWrapper {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#subscribe .inputWrapper {
    display: -moz-inline-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: -10px;
}
.show{
    display: block!important;
}
.inputWrapper input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 11px;
    color: rgba(0, 0, 0, 0.9);
    border: none;
}
.subscribe .button{
    font-size: 1em;
    width: 160px;
    height: 55px;
    line-height: 55px;
    background-color: #e70012;
    color: #fff;
    text-align: center;
    display: block;
    float: right;
    margin-left: 30px;
}
.wForm label.reqMark:before{

}
.oneField.-focused {
    border: 2px solid #e70012;
}
.oneField.-focused label {
    font-size: .75em;
    left: 2px;
    top: -.2em;
    color: #e70012;;
}
.oneField label.on {
    font-size: .75em;
    left: 2px;
    top: -.2em;
    
}
.oneField label span{
    color: #e70012;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}
.oneField.-focused label span{
    margin-top: 4px;
}
 input[type="checkbox"]{
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
 }
 
.el-message .el-icon-info{
    color:#e70012;
  }
  .el-message {
    background-color: #faf1f2;
    color: #fff;
  }
  .el-message--info .el-message__content{
    color: #e70012;
  }
  .wForm .actions{

  }
  .checkCont{
      font-size: 16px;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.9);
  }
  .secondField .checkbox .iconfont,   .secondField  .checkbox1 .iconfont {
    font-size: 14px;
}
  @media screen and (max-width: 992px){
    .subscribe{
        width: 100%;
    }
    .wForm label.reqMark:before {
        left: 2px;
    }
    .zanzhubox{
        margin-bottom: 20px!important;
    }
    .tipcont{
        padding:0 20px;
    }
    #subscribe{
        display: block;
        padding-top: 40px;
        margin-bottom: 0!important;
    }
    #subscribe .primaryAction{
        margin: 30px auto!important;
      }
    #subscribe .title {
        font-size:1.5em!important;
        width: calc(100% - 40px);
        margin-left: 20px;
        -webkit-line-clamp: 3;
        
   }
   .subscribe .tip {
    padding: 0 20px;
    text-align: justify;
}
    #subscribe .group{
        display: block;
        box-sizing: border-box;
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    #subscribe  .oneField{
        height: 60px;
        width: 100%!important;
        margin-left: 0!important;
        margin-bottom: 20px!important;
        
    }
    }
  @media screen and (max-width: 768px){
   
    .el-checkbox__label {
        padding-left: 2px;
    }
    .subscribeBox{
        /* padding:0 20px!important; */
    } 
    
    .subscribe .input{
        border: 2px solid transparent;
        box-sizing: border-box;
        background: #FFF;
        position: relative;
        height: 35px;
        line-height: 35px;
        padding:0 6px;
        border: none;
    }
    .subscribe .button{
        flex: 0 0 auto;
        display: block;
        height: 40px;
        width: 80px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background-color: #e70012;
        cursor: pointer;
        font-size: 16px;
        margin-left: 20px;
    }
    .footer>div.subscribe{
        justify-content: center;
        align-items: center;
        width: 100%;
        /* padding:0 20px; */
        margin:20px 0;
    }
    .subscribe {
        display: block;
        align-items: center;
        width: 100%;
    }
    .tipcont2{
        padding:0 20px;
        font-size: 14px;
        margin-top: 20px;
    }
    .tip2{
        margin-top: 20px;
        padding:0 0px;
        font-size: 14px;
        margin-right: 0px;
        text-align: justify;
    }
    .footer .title{
        font-size: 20px;
    padding-top: 20px;
        margin-left: 20px;
    }
   
    .el-checkbox__inner{
        margin-right: 5px;
        margin-top: 5px;
        float: left;
        width: 18px!important;
        height: 18px!important;
    }
    .subscribeDingyue .el-checkbox__inner::after {
        left: 3px!important;
        top: -1px!important;
    }
    .Section1{
        width: calc(100% - 40px)!important;
        padding-left: 20px;
        padding-right: 20px;
        text-align: justify;
    }
}
.subscribeDingyue{
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0,0,0,.6);
}
.subscribeDingyue .el-checkbox__inner {
    width: 13px!important;
    height: 13px!important;
    border-radius: 0;
    box-sizing: content-box;

}
.subscribeDingyue .el-checkbox__inner::after {
    box-sizing: content-box;
    content: "";
    border: 2px solid #FFF!important;
    border-left: 0!important;
    border-top: 0!important;
    height: 7px!important;
    left: 3px!important;
    position: absolute;
    top: 0px!important;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 5px!important;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
/* .subscribeDingyue .el-checkbox__inner{
    width: 14px!important;
    height: 14px!important;
    margin-top: 5px;
} 
.subscribeDingyue .el-checkbox__inner::after {
    left: 3px!important;
    top: -1px!important;
} */
.flex{
    display: flex;
}
.el-cascader{
    width: 100%;
  }
.copyright p span.newYear{
    color: #fff!important;
    font-size: 14px;
}
input.el-input__inner::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9);
}