
 
input, img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    /* vertical-align: bottom; */
}
.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: 715px;
    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 {
    /* 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 .oneField.-focused label.reqMark:before {
        top: 9px;
        left: 8px;
    }

.wForm label.reqMark:before {
    content: '*';
    color: #e70012;
    display: inline-block;
    margin-right: 4px;
    position: absolute;
    font-family: inherit !important;
    left: 8px;  
    top: 12px;
}
.wForm label.on.reqMark:before{
    top: 9px;
}
.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;
}
.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 .firstoneField .el-input__suffix{
    top: 6px;
}
.wForm .oneField label {
    font-size: 1em;
    position: absolute;
    z-index: 2;
    padding: .6em;
    transition: all .2s ease;
    pointer-events: none;
    top: .75em;
    left: .36em;
    color:#666;
    font-weight: normal;
    padding-left: 18px;
}
.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: .75em;
    left: 6px;
   top: 2px;
    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: 3rem;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 1);
    max-width: 1200px;
    line-height: 1.2;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 700;
}
.neirontBox .title{
    margin-top:0;
    margin-bottom: 40px;
    line-height: 1;
}
.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;
    margin-top: 10px;
}
#subscribe .tipcont{
 display: block;
}
.preField{
    display: block;
    margin-bottom: 20px;
}
.selectbox{
    height: 100px;
}
.zhucebox-biaodan .el-input__inner{
    border: none!important;
}
.wForm .oneField label.on {
    font-size: .75em;
    left: 6px;
   top: 2px;
    color: #e70012;
    padding-left: 16px;
}
.wForm .oneField.-focused label{
    padding-left: 16px;
}
.el-message-box .wForm .oneField.-focused label{
    padding-left: 16px;
    left: 0;
}
.wForm .oneField textarea {
    width: 100% !important;
    height: 200px;
}
.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;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
}
.zhucebox .layoutleft {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
}
.mt90{
    margin-top: 90px;
}
.zhuceCode{
    position: absolute;
    right:15px;
    top: 26px;
    font-weight: bold;
    cursor: pointer;
}
.zhuceCode img{
    width: 80px;
}
input,button,select,textarea{
    outline:none;
    border: none;
}
#pinglunSwiper{
    width: 1100px;
    padding: 50px 30px;
    background-color: #f2f2f2;
    border-left: 15px solid #e70012;
    border-right: 15px solid #e70012;
    margin-top: 50px!important;
    margin-bottom: 70px;
}
#pinglunSwiper-pagination{
    bottom: 15px;
}
.pinglunbox{
    margin:0 auto;
    width: 1100px;
    position: relative;
}
.sanlie .item{
    margin-bottom: 0;
}
 
.pinglunbox img{
    width: 80px;
}
.pinglunbox .toptext{
    width: 1000px;
    margin:0 auto;
   font-size: 24px;
   text-align: justify;
   margin-bottom: 20px;
   color: #1f5296;
}
.mb70{
    margin-bottom: 70px;
}
.whobox {
    display: flex;
    margin-top: 70px;
    margin-bottom: 70px;
}
.whobox h2{
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 40px;
}
.whobox>div{
    margin-left: 100px;
}
.whobox>div p{
    font-size: 16px;
    width: 100%;
    /* margin-bottom: 10px; */
}
.el-checkbox__inner{
    border:1px solid #e70012!important;
    margin-top: 5px;

    border-radius: 0;
}
#zhucebox .subscribeDingyue{
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
}
#zhucebox .subscribeDingyue .checkbox{
    position: absolute;
    left: 0;
    top: 1px;
}
#zhucebox .subscribeDingyue .checkbox1{
    position: absolute;
    left: 0;
    top: -1px;
}
#zhucebox .subscribeDingyue p{
    font-size: 14px;
}
.el-checkbox__label {
    display: inline-block;
    padding-left: 5px;
    line-height: 19px;
    font-size: 18px!important;
}
.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;
  border-top: 3px solid #141414;
  /* border-bottom:1px solid rgba(0,0,0,0.2); */

}
.group {
    /* padding-bottom: 1.6em;
    margin-bottom: .5em; */
    display: flex;
}
 .oneField {
    border: 2px solid transparent;
    padding: 0px 6px;
    box-sizing: border-box;
    background: #FFF;
    padding-top: 10px!important;
    position: relative;
    flex: 1;
    border: 2px solid #f6f6f6;
}
.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;
    padding: .6em;
    transition: all .2s ease;
    pointer-events: none;
    top: 6px;
    color: #666;
    font-weight: normal;
    z-index: 1;
}
.subscribe .tip{
    font-size: 14px;
    margin-top: 10px;
}
.inputWrapper {
    display: -moz-inline-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: -11px;
}
.show{
    display: block!important;
}
.inputWrapper input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left:9px;
}
.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;
}
.oneField.-focused {
    border: 2px solid #e70012;
}
.oneField.-focused label {
    font-size: .75em;
    left: 0;
   top: 2px;
    color: #e70012;;
}
.oneField label.on {
    font-size: .75em;
    left: 0;
   top: 2px;
    
}
.oneField label span{
    color: #e70012;
    float: left;
    margin-top: 2px;
    margin-right: 3px;
}
.-focused label.preField span{
    margin-right: 3px;
    margin-top: 3px;
   
}
.-focused label.preField span{
    margin-top: 2px;
}
 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;
  }
  @media screen and (max-width: 750px){
  
   #subscribe2 .title {
        /* margin: 0 20px; */
        font-size: 22px;
    }
    .group {
        display: block;
    }
    .wForm .group{
        display: block;
    }
   #subscribe2 .section.inline{
        /* padding:0 20px; */
    }
    .subscribeBox{
        /* padding:0 20px!important; */
    } 
    
    .subscribe .input{
        border: 2px solid transparent;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 2px 4px rgba(0,0,0,.05);
        position: relative;
        height: 40px;
        line-height: 40px;
        padding:0 6px;
    }
    .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{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        /* padding:0 20px; */
        margin:20px 0;
    }
    .subscribe {
        display: flex;
        align-items: center;
        width: 100%;
        padding-top:20px;

    }
    .tipcont2{
        padding:0 20px;
        font-size: 14px;
        margin-top: 20px;
    }
    .tip2{
        margin-top: 20px;
        padding:0 0px;
        font-size: 14px;
        margin-right: 20px;
        text-align: justify;
    }
    #subscribe2 .tip2{
        margin-left: 0px;
    }
    .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: 20px;
    
}
#subscribe .oneField{
    height: 60px;
    
}
#subscribe .primaryAction{
    height: 60px;
    line-height: 60px;
}

#subscribe a{
    font-size: 14px;
}
.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%;
  }
  #subscribe {
    padding-top: 70px;
    border-top: 1px solid #eee;
}
.layoutleft >div:first-child {
    margin-left: 0px!important;
}
.layoutleft-img {
    width: 50%;
    border-top: 7px solid #e70012;
    background-size: 100%;
    height: 360px;
    float: left;
}
@media screen and (max-width: 1024px){
    .AttendIndex .speaker {
        padding-top: 10px!important;
        margin-top: 0px!important;
    }
    
    .AttendIndex .layoutleft .content {
        padding: 0 30px;
    
    }
    .dl1{
        margin-top: 20px!important;
    }
}
@media screen and (min-width: 1024px){
    .AttendIndex .content{
        width: calc(50% - 60px)!important;
    }
    
}
@media screen and (max-width: 750px){
    .AttendIndex .content{
        width: 50%!important;
    }
    .layoutleft-img {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
    }
    .zhucebox .content{
        display: block;
        height: auto;
    }
    .layoutleft {
        margin-top: 0!important;
    }
    .zhucebox .content{
        padding-top: 0;
        width: 100%!important;
    }
    .aboutbox .speaker{
        padding-top: 0!important;
        margin-top: 0!important;
    }
    .aboutbox{
        margin-bottom: 40px;
    }
    .layoutleft-img.mobile {
        width: 100%!important;
        height: auto!important;
        /* margin: 40px 0!important; */
        display: flex;
        float: none;
    }
}