.detail-container {
    width: 100%;
    background: #f5f6fa;
    margin-top: 74px;
    padding-bottom: 150px;
}

.detail-view {
    width: 1226px;
    margin: 0 auto;
}

.detail-view .nav {
    width: 100%;
    height: 80px;
    margin-top: 74px;
    line-height: 80px;
}

.detail-view .nav a {
    color: #666666;
    font-size: 16px;
}

.detail-view .content {
    background: #f5f6fa;
    width: 100%;
    line-height: 30px;
}

.activity-details {
    width: 820px;
    padding: 40px;
    min-height: 500px;
    background-color: #fff;
    float: left;
}
.activity-details .activity-video-card{
    position: relative;
}
.activity-details .activity-video{
    margin: 30px 0 40px;
}
.activity-details .activity-video-black{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-details .activity-title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 34px;
}

.activity-details .description {
    width: 100%;
    margin: 40px 0 49px 0;
    min-height: 300px;
    font-size: 14px;
    color: #5c5c5c;
}

.activity-details .description.description-white {
    margin: 12px 0  0;
}

.activity-details .share {
    margin-top: 30px;
    height: 32px;
}

.activity-details .share .commonText {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
}

.activity-details .share .xinlang {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
}

.activity-details .share .xinlang .activity-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../slice/index/xinlang@1x.png) no-repeat center center;
    vertical-align: bottom;
}

.activity-details .share .weixin {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
}

.activity-details .share .weixin .activity-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../slice/index/weixin@1x.png) no-repeat center center;
    vertical-align: bottom;
}

.activity-article {
    width: 380px;
    min-height: 300px;
    padding: 40px;
    background-color: #fff;
    float: right;
}

.activity-article .activity-type {
    font-size: 18px;
    line-height: 25px;
    color: #555555;
    padding-bottom: 12px;
    border-bottom: 1px solid #F0F0F0;
}

.activity-article .activity-list {
    padding: 10px 0 0;
}

.activity-article .activity-list .article-item a {
    color: #555555;
}

.activity-article .activity-list .article-item a:hover {
    color: #1CA5C2;
}

.activity-article .activity-list .article-item a:hover .activity-name {
    color: #1CA5C2;
}

.activity-article .activity-list .article-item .activity-name {
    margin: 20px 0px 0px;
    font-size: 14px;
    line-height: 28px;
    color: #555555;
}

.activity-article .activity-list .article-item .activity-time {
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}

.activity-details-white {
    display: flex;
    padding-bottom: 40px;
}

.activity-details-white img {
    width: 330px;
    margin-right: 40px;
}

.activity-details-white__title {
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    text-align: left;
}

.activity-details-white__tips {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin-top: 20px;
}

.activity-details-white__btn {
    background: #1CA5C2;
    color: #FFFFFF !important;
    border-radius: 2px;
    width: 144px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    transition: 0.3s;
    position: relative;
    padding-left: 14px;
}

.activity-details-white__btn:before {
    content: '';
    background: url('/assets/img/customer/nexperience-download.png') center no-repeat;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: 15px;
    width: 14px;
    height: 14px;
}

.activity-details-white__btn:hover {
    background: #33AEC8;
}

.activity-details-white__btn > img {
    width: 14px;
    margin: 0 6px 0 0;
}

.activity-details .description-title {
    font-size: 18px;
    color: #555555;
    line-height: 26px;
    text-align: left;
}

@media screen and (max-width: 1080px) {
    body {
        min-width: 100%;
    }
    .ui-dialog-content {
        width: 100% !important;
    }

    .detail-container {
        padding-bottom: 0;
    }

    .detail-view .nav {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #ffffff;
    }

    .detail-view .nav a {
        margin-left: 20px;
    }

    .detail-view {
        width: 100%;
    }

    .detail-view .content {
        display: flex;
        flex-direction: column;
    }

    .activity-details {
        width: 100%;
        padding: 0 20px 0;
    }

    .activity-article {
        width: 100%;
        min-height: auto;
        padding: 30px 20px 30px;
    }

    .activity-article .activity-list .article-item .activity-name {
        margin: 0;
    }

    .activity-article .activity-list .article-item .activity-time {
        margin-bottom: 0;
    }

    .activity-details .description iframe {
        max-width: 100%;
    }

    .activity-details .description img {
        max-width: 100%;
    }
    .activity-details-white{
        flex-direction: column;
    }
    .activity-details-white img{
        width: 100%;
    }
    .activity-details-white__btn{
        margin-top: 12px;
    }
}
