@charset "utf-8";


.activity-center .activity-item {
    position: relative;
    width: 1180px;
    height: 420px;
    background: #ffffff;
    margin-top: 20px;
    border-radius: 2px;
    overflow: hidden;
}
.activity-center .activity-item img{
    width:1180px;
    height:350px;
}

.activity-center .activity-item .activity-flag{
    position: absolute;
    top: -1px;
    left: 0;
    width: 55px;
    height: 30px;
    background: url(https://assets-cdn.lanqb.com/imgv3/activityCenter/hot-flag-2x.png) no-repeat center center;
    background-size: 63px 38px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 20px;
    padding: 5px 10px;
}

.activity-center .activity-info-wrap {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 21px 0 21px 20px;
}

.activity-center .activity-info-wrap .activity-type {
    height:25px;
    padding: 4px 6px;
    border-radius:13px;
    border:1px solid rgba(2,124,219,1);
    font-size:12px;
    font-weight:400;
    color:rgba(2,124,219,1);
    line-height:17px;
}
.activity-center .activity-info-wrap .activity-title {
    flex: 1;
    margin-left: 10px;
}
.activity-center .activity-info-wrap .activity-title > h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:20px;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(33,43,52,1);
    line-height:28px;
}
.activity-center .activity-info-wrap .activity-status {
    width:120px;
    height:48px;
    padding: 12px 15px 14px 25px;
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:22px;
}
.activity-center .activity-info-wrap .activity-status.gray {
    background: url(https://assets-cdn.lanqb.com/imgv3/activityCenter/flag-gray-2x.png) no-repeat center center;
    background-size: 120px 40px;
}
.activity-center .activity-info-wrap .activity-status.blue {
    background: url(https://assets-cdn.lanqb.com/imgv3/activityCenter/flag-blue-2x.png) no-repeat center center;
    background-size: 132px 48px;
}

.activity-detail-wrap .banner-wrap {
    background: rgb(232, 240, 243);
    position: relative;
    left: 50%;
    width: 1920px;
    height: 400px;
    margin-left: -960px;
}
.activity-detail-wrap .banner-wrap img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.activity-detail-wrap .detail-container {
    width: 100%;
    background:rgba(255,255,255,1);
}

.activity-detail-wrap .detail-container .info-wrap {
    padding: 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.activity-detail-wrap .detail-container .info-wrap .info-left {
    width: 560px;
    margin-right: 50px;
}
.activity-detail-wrap .detail-container .info-wrap .info-title {
    font-size:20px;
    font-weight:bold;
    color:rgba(33,43,52,1);
    line-height:28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.activity-detail-wrap .detail-container .info-wrap .info-detail-wrap {
    margin-top: 16px;
}
.activity-detail-wrap .detail-container .info-wrap .info-detail-wrap p{
    font-size:14px;
    font-weight:500;
    color:#525a67;
    line-height:20px;
    margin-right: 20px;
}
.activity-detail-wrap .detail-container .info-wrap .info-detail-wrap p + p{
    margin-top:10px;
}
.activity-detail-wrap .detail-container .info-wrap .info-detail-wrap p .iconfont{
    display:inline-block;
    margin-right:10px;
    font-size:18px;
    line-height:20px;
    vertical-align:top;
}
.activity-detail-wrap .detail-container .info-wrap .info-detail-wrap p a {
    color:#87959f;
}
.activity-detail-wrap .detail-container .info-wrap .info-detail-wrap p a:hover{
    color:#027cdb;
}
.activity-detail-wrap .detail-container .info-wrap .info-detail-wrap p.info-course a{
    display: inline-block;
    max-width: 280px;
    overflow: hidden;
    white-space:nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: top;
}
.activity-detail-wrap .detail-container .info-wrap .info-desc {
    height: 100px;
    font-size:14px;
    font-weight:500;
    color:#525a67;
    line-height:20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.activity-detail-wrap .detail-container .info-wrap .btn-wrap {
    margin-top: 50px;
}
.activity-detail-wrap .detail-container .info-wrap .order-btn {
    width:150px;
    height:46px;
    margin-right: 16px;
    font-size:14px;
    font-weight:400;
    line-height:46px;
    border:none;
    border-radius:24px;
}
.activity-detail-wrap .detail-container .info-wrap .order-btn.ordered{
    background-color:#73B2FC;
    cursor:default;
}
.activity-detail-wrap .detail-container .info-wrap .order-btn.ordered:after{
    font-family:"iconfontL";
    margin-left: 6px;
    font-size:14px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e696";
}
.activity-detail-wrap .detail-container .info-wrap .deadline {
    font-size:14px;
    font-weight:500;
    color:rgba(135,149,159,1);
    line-height:20px;
}
.activity-detail-wrap .detail-container .info-wrap .deadline span {
    color: #027CDB;
}

.activity-detail-wrap .info-left .divider {
    width: 100%;
    height: 1px;
    background: #EEF3F5;
    margin: 12px 0;
}

.activity-detail-wrap .info-right .video-wrap {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.activity-detail-wrap .info-right #activity-player {
    position: relative;
    z-index: 0;
    width: 570px;
    height: 320px;
    overflow: hidden;
    background-color: #212121;
    border-radius: 2px 2px 0 0;
}
.activity-detail-wrap .info-right .video-wrap .activity-player-live-default {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 570px;
    height: 320px;
    overflow: hidden;
    color: #fff;
    background: url('https://assets-cdn.lanqb.com/makesite.jpg?imageView2/1/w/570/h/320') no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
.activity-detail-wrap .info-right .video-wrap .activity-player-live-default:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color:rgba(0,0,0,.5);
    transition: background .35s ease-in-out;
}
.activity-detail-wrap .info-right .video-wrap .activity-player-live-default:hover:before{
    background-color:rgba(0,0,0,.6);
}
.activity-detail-wrap .info-right .video-wrap .activity-player-live-default .activity-player-live-default-con{
    position:relative;
    z-index: 1;
    padding-top: 110px;
    text-align:center;
}
.activity-detail-wrap .info-right .video-wrap .activity-player-live-default-con .iconfont{
    font-size: 60px;
    line-height: 60px;
}
.activity-detail-wrap .info-right .video-wrap .activity-player-live-default-con span{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}
.activity-detail-wrap .info-right .video-wrap .video-btns-wrap {
    width: 570px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 0 0 2px 2px;
}
.activity-detail-wrap .info-right .video-wrap .video-btns-wrap .video-btn {
    display: block;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.activity-detail-wrap .info-right .video-wrap .video-btns-wrap.n1 .video-btn{
    width:100%;
}
.activity-detail-wrap .info-right .video-wrap .video-btns-wrap.n2 .video-btn{
    width:50%;
}
.activity-detail-wrap .info-right .video-wrap .video-btns-wrap.n3 .video-btn{
    width:33.33333333%;
}
.activity-detail-wrap .info-right .video-wrap .video-btns-wrap .video-btn:hovr{
    color:#027CDB;
}
.activity-detail-wrap .info-right .video-wrap .video-btns-wrap .video-btn.active {
    color:#027CDB;
    background-color:#F6F8FA;
    cursor:default;
}
.activity-detail-wrap .detail-container .detail-info-container > .divider {
    width: 1180px;
    height: 2px;
    background: #EEF3F5;
    margin: 30px auto 49px;
}

.activity-detail-wrap h2.title {
    font-size:24px;
    font-weight:bold;
    color:rgba(33,43,52,1);
    line-height:33px;
    position: relative;
    padding-left: 15px;
}
.activity-detail-wrap h2.title .border-left {
    width: 4px;
    height: 24px;
    background: rgba(2,124,219,1);
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0 0 0;
}

.activity-detail-wrap h2.title .community-tabv2-tab {
    font-weight: normal;
}

.activity-detail-wrap .detail-info-container {
    width: 1180px;
    padding-top: 20px;
    padding-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
}
.activity-detail-wrap .upload-wrap{
    text-align:center;
}
.activity-detail-wrap .upload-wrap .upload-btn {
    width: 240px;
    height: 80px;
    border:none;
    border-radius: 40px;
}
.activity-detail-wrap .upload-wrap .upload-btn .iconfont{
    display: inline-block;
    margin-top: 25px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
}
.activity-detail-wrap .upload-wrap .upload-btn span{
    display:inline-block;
    margin-top: 25px;
    font-size:18px;
    line-height: 30px;
    vertical-align:top;
}
.activity-detail-wrap .upload-wrap .download-btn {
    width: 100px;
    height: 46px;
    margin-left: 16px;
    font-size: 14px;
    line-height: 44px;
    color: #027cdb;
    background-color: transparent;
    border:1px solid #027cdb;
    border-radius: 24px;
    transition: all .35s ease-in-out;
}
.activity-detail-wrap .upload-wrap .download-btn:hover{
    color: #fff;
    background-color: #027cdb;
}
.activity-detail-wrap .process-wrap .process-img-wrap {
    margin-top: 21px;
}
.activity-detail-wrap .process-img-wrap .process-item-bg{
    position:relative;
    width: 149px;
    height: 149px;    
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
}
.activity-detail-wrap .process-img-wrap .process-item-bg:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://assets-cdn.lanqb.com/imgv3/activityCenter/circle-2x.png) no-repeat center center;
    background-size: 100%;
    content: '';
    transition: all .35s ease-in-out;
}
.activity-detail-wrap .detail-container .process-img-wrap .process-name {
    font-size:16px;
    font-weight:500;
    color:#525a67;
    line-height:22px;
    margin-top: 19px;
    text-align: center;
}
.activity-detail-wrap .work-container{
    width: 1180px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.activity-detail-wrap .process-img-wrap .process-item-bg img{
    width: 70px;
    height: 70px;    
    transition: all .35s ease-in-out;
}
.activity-detail-wrap .process-wrap .process-item-wrap {
    position:relative;
    width: 204px;
}
.activity-detail-wrap  .process-img-wrap .arrow-wrap {
    margin: auto 0;
    width: 130px;
}
.activity-detail-wrap  .process-img-wrap .arrow-wrap > img {
    width: 9px;
    height: 9px;;
}
.activity-detail-wrap .process-wrap .process-item-wrap:hover .process-item-bg:before,.activity-detail-wrap .process-wrap .process-item-wrap:hover .process-item-bg img{
    transform: rotate(20deg)
}
.activity-detail-wrap .process-wrap .process-item-wrap:hover .process-note {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.activity-detail-wrap .process-wrap .process-item-wrap .process-note {
    position:absolute;
    top: 100%;
    left: 50%;
    width: 180px;
    padding-top: 9px;
    margin-left: -90px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:all .52s ease-in-out;
}
.activity-detail-wrap .process-wrap .process-item-wrap .process-note:before{
    position: absolute;
    top: 4px;
    left: 50%;
    z-index:1;
    width: 13px;
    height: 13px;
    margin-left:-7px;
    border-top: 1px solid #e3e9ef;
    border-left: 1px solid #e3e9ef;
    content: '';
    border-radius:2px 0 0 0;
    transform: rotate(45deg);
}
.activity-detail-wrap .process-wrap .process-item-wrap .process-note:after{
    position: absolute;
    top: 9px;
    left:50%;
    z-index:2;
    width: 12px;
    height: 2px;
    margin-left: -6px;
    background-color: #fff;
    content: ''
}
.activity-detail-wrap .process-note-con{
    position:relative;
    z-index:1;
    padding:18px 19px;
    color:#87959F;
    background-color: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(33,43,52,.08);
}
.activity-detail-wrap .process-note-con p{
    font-size: 14px;
    line-height: 20px;
}
.activity-detail-wrap  .work-list-wrap {
    padding: 25px 0;
}
.activity-detail-wrap  .work-list-wrap .no-data-wrap {
    text-align: center;
}
.activity-detail-wrap  .work-list-wrap .no-data-wrap img {
    width: 300px;
    height: 220px;
}
.activity-detail-wrap  .work-list-wrap .no-data-wrap .tip {
    margin-top: 23px;
    font-size:13px;
    font-weight:400;
    color:rgba(135,149,159,1);
    line-height:13px;
}

.illust-item .illust-tags .tag {
    padding: 5px 5px;
    display: inline;
}
.activity-detail-wrap .detail-guide{
    padding-top: 60px;
    padding-bottom: 80px;
}
.activity-detail-wrap .detail-guide .title .more{
    display: inline-block;
    margin-top:6px;
    font-size:14px;
    font-weight: normal;
    line-height:20px;
    color: #87959F;
}
.activity-detail-wrap .detail-guide .title .more .iconfont{
    margin-left:5px;
}
.activity-detail-wrap .detail-guide .title .more .iconfont:before{
    content: "\e616";
}
.activity-detail-wrap .detail-guide .title .more:hover .iconfont:before{
    content: "\e615";
}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
}
.flex-v{
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-1{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-align-center{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-flex-end{
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -moz-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flex-pack-center{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-pack-justify{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:768px){
    .activity-center .activity-item {
        width: 748px;
        height: 266px;
    }
    .activity-center .activity-item img {
        width: 748px;
        height: 222px;
    }
    .activity-center .activity-info-wrap {
        height: 36px;
        padding: 13px 0 13px 13px;
    }
    .activity-center .activity-info-wrap .activity-title > h1 {
        width: 600px;
    }
    .activity-detail-wrap .banner-wrap {
        width: 992px;
        height: 207px;
        margin-left: -496px;
    }
    .activity-detail-wrap .work-container, .activity-detail-wrap .detail-info-container {
        width: 610px;
    }
    .activity-detail-wrap .detail-container .info-wrap{
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .activity-detail-wrap .upload-wrap{
        margin-bottom: 70px;
    }
    .activity-detail-wrap .process-wrap .process-item-wrap {
        width: 105px;
    }
    .activity-detail-wrap .process-img-wrap .process-item-bg {
        width: 77px;
        height: 77px;
    }
    .activity-detail-wrap .process-img-wrap .process-item-bg img{
        width: 35px;
        height: 35px;
    }
    
    .activity-detail-wrap  .process-img-wrap .arrow-wrap {
        margin: auto 0;
        width: 80px;
    }
    .activity-detail-wrap  .process-img-wrap .arrow-wrap > img {
        width: 4px;
        height: 4px;;
    }
    .activity-detail-wrap .detail-container .process-img-wrap .process-name {
        font-size: 8px;
    }
    .activity-detail-wrap .info-right .video-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width:992px){
    .activity-center .activity-item {
        width: 980px;
        height: 349px;
    }
    .activity-center .activity-item img {
        width: 100%;
        height: 291px;
    }
    .activity-center .activity-info-wrap {
        height: 58px;
        padding: 17px 0 17px 17px;
    }
    .activity-detail-wrap .banner-wrap {
        width: 1200px;
        height: 250px;
        margin-left: -600px;
    }
    .activity-detail-wrap .work-container, .activity-detail-wrap .detail-info-container {
        width: 738px;
    }
    .activity-detail-wrap .detail-container .info-wrap{
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .activity-detail-wrap .process-wrap .process-item-wrap {
        width: 128px;
    }
    .activity-detail-wrap .process-img-wrap .process-item-bg {
        width: 93px;
        height: 93px;
    }
    .activity-detail-wrap .process-img-wrap .process-item-bg img{
        width: 45px;
        height: 45px;
    }
    .activity-detail-wrap  .process-img-wrap .arrow-wrap {
        margin: auto 0;
        width: 100px;
    }
    .activity-detail-wrap  .process-img-wrap .arrow-wrap > img {
        width: 5px;
        height: 5px;;
    }
    .activity-detail-wrap .detail-container .process-img-wrap .process-name {
        font-size: 10px;
    }
    .activity-detail-wrap .info-right .video-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width:1200px){
    .activity-center .activity-item {
        width: 1180px;
        height: 420px;
    }
    .activity-center .activity-item img {
        width: 1180px;
        height: 350px;
    }
    .activity-center .activity-info-wrap {
        height: 70px;
        padding: 21px 0 21px 20px;
    }
    .activity-detail-wrap .banner-wrap {
        width: 1920px;
        height: 400px;
        margin-left: -960px;
    }
    .activity-detail-wrap .work-container, .activity-detail-wrap .detail-info-container {
        width: 1180px;
    }
    .activity-detail-wrap .detail-container .info-wrap{
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .activity-detail-wrap .upload-wrap{
        margin-bottom: 100px;
    }
    .activity-detail-wrap .process-img-wrap .process-item-bg {
        width: 149px;
        height: 149px;
    }
    .activity-detail-wrap .process-img-wrap .process-item-bg img{
        width: 70px;
        height: 70px;
    }
    .activity-detail-wrap .process-wrap .process-item-wrap {
        width: 204px;
    }
    .activity-detail-wrap  .process-img-wrap .arrow-wrap {
        margin: auto 0;
        width: 130px;
    }
    .activity-detail-wrap  .process-img-wrap .arrow-wrap > img {
        width: 9px;
        height: 9px;;
    }
    .activity-detail-wrap .detail-container .process-img-wrap .process-name {
        font-size: 16px;
    }
    .activity-detail-wrap .info-right .video-wrap {
        margin-top: 0;
        margin-bottom: 0;
    }
}
