.w-1194 {
    width: 1194px;
    margin: 0 auto;
    border-bottom: 1px solid #E5E5E5;
}
.activites-banner.banner {
    margin-bottom: 49px;
}
.active-topic {
    line-height:36px;
    text-align: center;
}
.active-topic span {
    display: inline-block;
    font-weight:bold;
    font-size:24px;
    background-image: -webkit-gradient(linear, left 30, right 0, from(#25c9fc), to(#0060ff));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-bottom: 0.29rem;
}
/*活动概述*/
.active-intro {
    margin-bottom: 0.34rem;
}
.active-intro .active-intro-text {
    font-size: 14px;
    color: #333333;
    font-weight:400;
    line-height: 0.3rem;
    padding-bottom: 0.39rem;
}
.active-intro .active-intro-text p {
    text-indent: 0.24rem;
}

/*活动细则*/
.active-rule {
    margin-bottom: 0.34rem;
}
.active-rule .active-rule-list {
    margin-bottom: 0.14rem;
}
.active-rule .label {
    color: #333333;
    font-size: 0.14rem;
    font-weight: bold;
    line-height: 0.3rem;
}
.active-rule .rule-content {
    color: #333333;
    font-size: 0.14rem;
    line-height: 0.3rem;
}
/*活动时间*/
.active-time {
    margin-bottom: 0.34rem;
}
.active-time-text {
    margin-bottom: 0.34rem;
}
.active-time .active-time-box {
    color: #333333;
    font-size: 0.14rem;
    line-height: 0.3rem;
}
.active-time .label{
    font-weight: bold;
}
/*组织架构*/
.active-organization {
    margin-bottom: 0.6rem;
}
.active-organization-text {
    margin-bottom: 0.5rem;
}
.active-organization-box {
    color: #333333;
    font-size: 0.14rem;
    line-height: 0.3rem;
}
.active-organization-box:after {
    display: block;
    content: '';
    clear: both;
}
.active-organization-box.need-float .label{
    float: left;
    width: 0.75rem;
}
.active-organization-box.need-float .content{
    float: left;
    width: 11rem;
}
.active-organization-box .label{
    font-weight: bold;
}
.active-organization .w-1194{
    border-bottom: none;
}
.active-organization .liner-border  {
    width:100%;
    height:1px;
    background:linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    background:-o-linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    background:-moz-linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    background:-webkit-linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    opacity:0.5;
}

/*案例展示*/
.active-example .par_tit {
    margin-bottom: 0.5rem;
}
.active-example .par_tit h1{
    font-size: 0.28rem;
}
.active-example-content {
    display: none;
}
.active-example-content.active {
    display: block;
}
.active-example-content-box {
    margin-bottom: 50px;
}
.active-example-content-box .title{
    color: #333333;
    font-size: 0.18rem;
    font-weight:400;
    margin-bottom: 0.2rem;
}
.active-example-content-box .author {
    margin-bottom: 0.18rem;
    font-size: 0.16rem;
    color: #666666;
}
.active-example-content-box span.author-name {
    display: inline-block;
    min-width: 1.36rem;
}
.author-example {
    background-color: #F2F2F2;
    padding: 0.18rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.32rem;
}
/*参与方式*/
.active-join-way {
    margin-bottom: 0.34rem;
}
.active-join-way .btn-box {
    margin-bottom: 0.34rem;
}
.active-join-way .label{
    font-size: 0.16rem;
    color: #333333;
    margin-right: 0.1rem;
}
.active-join-way .btn{
    display: inline-block;
    margin-right: 0.24rem;
    width: 1.5rem;
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 0.1rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.16rem;
    background:linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    background:-moz-linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    background:-o-linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    background:-webkit-linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
}
.active-join-way .btn:hover {
    cursor: pointer;
}

/*弹出层*/
.pop-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 999;
}
.pop-box-container {
    width: 8rem;
    height: 6.4rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3.2rem;
    margin-left: -4rem;
    box-sizing: border-box;
    padding: 0.28rem 0.75rem;
}
.pop-title {
    font-size: 0.2rem;
    color: #333333;
    font-weight: bold;
    line-height:0.32rem;
    text-align: center;
    margin-bottom: 0.19rem;
}
.pop-tips {
    margin-bottom: 0.15rem;
}
.pop-tips p{
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.2rem;
}
.input-box {
    margin-bottom: 0.1rem;
}
.input-div {
    float: left;
}
.input-div.rt {
    float: right;
}
.input-div:after, .input-box:after {
    display: block;
    content: '';
    clear: both;
}
.input-label {
    font-size: 0.14rem;
    color: #333333;
    float: left;
    width: 0.9rem;
    text-align: left;
    line-height: 0.36rem;
}
.require {
    color: #FF0000;
}
.input-cont {
    float: right;
    width: 5.6rem;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 0.05rem;
}
.input-cont.input-cont-short{
    width: 2rem;
}
.input-cont input {
    width: 100%;
    padding-left: 0.12rem;
    height: 0.36rem;
    line-height: 0.36rem;
    overflow: hidden;
    color: #333333;
    font-size: 0.14rem;
    outline: none;
    border: none;
}
.input-cont input::placeholder , .input-cont textarea::placeholder{
    color: #999999;
}
.input-cont textarea {
    width: 95%;
    padding-left: 0.08rem;
    margin-left: 0.04rem;
    padding-top: 0.04rem;
    line-height: 0.24rem;
    height: 0.72rem;
    resize: none;
    color: #333333;
    font-size: 0.14rem;
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
}

.input-cont input.file-input {
    width: 0;
    height: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
}
.uploadFile-input-cont {
    border: none
}
.uploadFile-input-cont:after {
    display: block;
    content: '';
    clear: both;
}
.file-btn {
    width: 1.4rem;
    height: 0.36rem;
    float: left;
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.36rem;
    background-image: linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    background-image: -o-linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    background-image: -ms-linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    background-image: -webkit-linear-gradient(270deg,rgba(37,201,252,1),rgba(0,96,255,1));
    border-radius: 5px;
    text-align: center;
}
.file-btn:hover {
    cursor: pointer;
}
.submit-btn {
    float: right;
    font-size: 0.14rem;
    color: #333;
    text-align: center;
    width: 1.4rem;
    height: 0.36rem;
    line-height: 0.36rem;
    background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/images/anniu1.png) no-repeat;
    background-size: 100% 100%;
}
.submit-btn:hover {
    cursor: pointer;
    background: url(https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/images/anniu2.png) no-repeat;
    background-size: 100% 100%;
}
.upload-file-tips {
    width: 4.2rem;
    font-size: 0.12rem;
    color: #999999;
    float: right;
}
.close-btn {
    position: absolute;
    right: 14px;
    top: 14px;
}
.close-btn:hover {
    cursor: pointer;
}
/*第二个弹框*/
.pop-box-container-2 {
    height: 8.1rem;
    margin-top: -4.1rem;
}
.pop-box-container-2 .input-box {
    margin-bottom: 0.14rem;
}
.pop-box-container-2 .upload-file-tips, .pop-box-container-2 .file-btn {
    float: none;
}
.pop-box-container-2 .file-btn {
    margin-bottom: 0.13rem;
}
.pop-box-container-2 .submit-btn {
    float: none;
    margin: 0 auto;
}
.pop-box-container-2 .radio-input-cont {
    border: none;
}
.pop-box-container-2 .radio-box {
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.36rem;
}
.pop-box-container-2 .radio-box:hover {
    cursor: pointer;
}
.radio-box>span {
    margin-right: 29px;
}
.radio-box img {
    width: 0.16rem;
    height: 0.16rem;
}
.radio-icon {
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/images/unselect.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 0.11rem;
}
.radio-box>span.active .radio-icon{
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/images/select.png') no-repeat;
    background-size: 100% 100%;
}
.pop-box-container-1, .pop-box-container-2 , .pop-box{
    display: none;
}

/*活动列表 */
.AL-content{
    margin-top: 73px;
}
.AL-oneAc{
    height:530px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 15px 0px rgba(230,230,230,0.2);
    border-radius:10px;
    margin-bottom: 40px;
}

.AL-imgDiv{
    width: 1215px;
    height: 400px;
}

.AL-img{
    width: 1215px;
    height: 400px;
}

.AL-oneContent{
    height: 131px;
    padding-left: 31px;
}

.AL-fisrtRow{
    margin-top: 30px;
}

.AL-fisrtFon1{
    line-height: 40px;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.AL-ing{
    width:150px;
    height:40px;
    background:linear-gradient(to right,rgba(37,201,252,1),rgba(0,96,255,1));
    border-radius:20px 0px 0px 20px;
    line-height: 40px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    display: inline-block;
    text-align: center;
    float: right;
}

.AL-end{
    width:150px;
    height:40px;
    background:rgba(204,204,204,1);
    border-radius:20px 0px 0px 20px;
    line-height: 40px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    display: inline-block;
    text-align: center;
    float: right;
}

.AL-fisrtFon2{
    /*margin-top: 24px;*/
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
}