.activity {
    background-color: #fff;
    padding: 30px 0 50px
}

.activity .el-input__suffix {
    right: 0
}

.activity .el-input--suffix .el-input__inner {
    padding-left: 10px;
    padding-right: 20px
}

.activity .el-date-editor .el-input__inner {
    padding-left: 30px
}

.activity .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.activity .swiper-pagination-bullet {
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    height: 4px;
    margin: 0 4px;
    width: 22px
}

.activity .activity-ad {
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
    width: 1200px
}

.activity .ad-left {
    background: #fff;
    border-radius: 4px;
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 800px
}

.activity .ad-left .swiper-slide {
    height: 450px
}

.activity .ad-right {
    background: #f5f5f5;
    border-radius: 4px;
    height: 450px;
    margin-left: 20px;
    overflow: hidden;
    width: 380px
}

.activity .ad-right .swiper-thumbs {
    height: 410px;
    margin: 20px;
    overflow: hidden;
    width: 340px
}

.activity .ad-right .swiper-slide {
    border-radius: 4px;
    height: 191px;
    overflow: hidden
}

.activity .ad-right .swiper-slide-active {
    border: 2px solid #2875e8
}

.activity .ad-img {
    height: 450px;
    width: 800px
}

.activity .right-img {
    cursor: pointer;
    height: 187px;
    width: 336px
}

.activity .activity-type {
    align-items: center;
    background-color: #f8f9fb;
    border-radius: 4px;
    display: flex;
    height: 50px;
    margin: 0 auto;
    width: 1200px
}

.activity .type-list {
    font-size: 16px;
    width: 880px
}

.activity .type-info {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-left: 30px
}

.activity .type-info:hover .type-name {
    color: #2875e8
}

.activity .type-info:hover .type-line {
    transform: scaleX(1)
}

.activity .type-line {
    background-color: #2875e8;
    bottom: 2px;
    height: 3px;
    position: relative;
    transform: scaleX(0);
    transition: transform .2s
}

.activity .type-name {
    display: block;
    height: 100%
}

.activity .type-active .type-name {
    color: #2875e8
}

.activity .type-active .type-line {
    transform: scaleX(1)
}

.activity .search-time {
    width: 110px
}

.activity .search-city, .activity .search-status {
    margin-left: 10px;
    width: 85px
}

.activity .search-status {
    margin-right: 20px
}

.activity .no-data {
    padding: 20px 0;
    text-align: center
}

.activity .no-data p {
    margin-top: 10px
}

.activity .activity-box {
    margin: 20px auto;
    width: 1200px
}

.activity .activity-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.activity .activity-info {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-bottom: 14px;
    position: relative;
    transition: box-shadow .35s ease-out, transform .3s ease-out;
    width: 285px
}

.activity .activity-info:nth-child(4n) {
    margin-right: 0
}

.activity .activity-info:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    transform: translateY(-4px)
}

.activity .activity-info:hover .activity-img {
    -webkit-animation: zoomIn 2s ease-in-out
}

.activity .activity-info:hover .activity-name {
    color: #2875e8
}

.activity .activity-img-bg {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 284px
}

.activity .activity-info-img {
    height: 160px;
    width: 284px
}

.activity .status-end {
    background: #333
}

.activity .status-btn, .activity .status-end {
    border-radius: 4px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    height: 24px;
    left: 10px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    width: 50px
}

.activity .status-btn {
    background: #17bd9c
}

.activity .activity-name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 24px;
    overflow: hidden;
    padding: 14px;
    text-overflow: ellipsis;
    width: 100%
}

.activity .activity-num {
    color: #e6a23c;
    font-size: 13px;
    height: 35px;
    padding: 8px 14px 10px
}

.activity .activity-tag {
    align-items: baseline;
    color: #999;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding: 0 14px;
    width: 100%
}

.activity .activity-tag span {
    align-items: flex-end;
    display: flex
}

.activity .activity-tag img {
    height: 14px;
    margin-right: 6px;
    width: 14px
}

.swiper {
    margin: 0 auto 30px;
    position: relative;
    width: 1200px
}

.swiper .swiper-btn-prev {
    bottom: 144px;
    font-size: 16px;
    top: auto
}

.swiper .swiper-btn-prev:hover {
    background: #333
}

.swiper .home-activity-title {
    padding-bottom: 40px
}

.swiper .swiper-btn-next {
    bottom: 144px;
    font-size: 16px;
    top: auto
}

.swiper .swiper-btn-next:hover {
    background: #333
}

.swiper .current-swiper {
    border-radius: 10px;
    cursor: pointer;
    height: 360px;
    margin: 0 auto;
    position: relative;
    width: 640px;
    z-index: 2
}

.swiper .current-swiper, .swiper .no-current-swiper {
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    overflow: hidden
}

.swiper .no-current-swiper {
    border-radius: 8px;
    height: 270px;
    width: 480px
}

.swiper .no-current-swiper:before {
    background: hsla(180, 9%, 94%, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.swiper .left-swiper {
    bottom: 15px;
    left: 0;
    position: absolute;
    z-index: 1
}

.swiper .right-swiper {
    bottom: 15px;
    left: auto;
    position: absolute;
    right: 0;
    z-index: 1
}

.swiper .activity-img {
    height: 100%;
    width: 100%
}

.el-scrollbar__wrap {
    overflow-x: hidden
}

.activity-detail {
}

.activity-detail .crumb-list {
    margin: 10px auto
}

.activity-detail .el-tabs__item {
    font-size: 20px;
    height: 54px
}

.activity-detail .el-tabs__item.is-active {
    font-weight: 700
}

.activity-detail .el-form-item {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin: 10px auto 20px;
    position: relative;
    width: 320px
}

.activity-detail .el-form-item__label {
    background-color: #f0f0f0;
    color: #666;
    font-size: 12px;
    line-height: 38px;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    width: 80px
}

.activity-detail .el-form-item__content {
    line-height: 38px;
    margin-left: 80px
}

.activity-detail .el-form-item__error {
    left: -80px;
    top: 40px
}

.activity-detail .el-input__inner {
    border: none;
    height: 38px;
    line-height: 38px
}

.activity-detail .attend-remark .el-form-item__content {
    margin-left: 0
}

.activity-detail .attend-remark .el-textarea__inner {
    border: none
}

.activity-detail .activity-top {

}

.activity-detail .activity-basic {
    display: flex;
    margin: 0 auto;
    min-width: 1200px;
    width: 1200px;
    background: #fff;
    padding: 16px;
}

.activity-detail .img-box {
    height: 372px;
    position: relative
}

.activity-detail .activity-img {
    height: 100%;
    overflow: hidden;
    width: 580px
}

.activity-detail .activity-img img {
    animation: banner-zoom 4s ease 0s infinite alternate;
    height: 100%;
    width: 580px;
}

.activity-detail .activity-type {
    background-color: #000;
    border-radius: 0 10px 0 10px;

}

.activity-detail .basic-box {
    margin-left: 24px;
    width: 100%;
    position: relative;
}

.activity-detail .activity-status {
    background-color: #0063fa;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    left: 12px;
    top: 12px;
    padding: 7px 18px;
    position: absolute
}

.activity-detail .activity-name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: 24px;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 36px;
    margin-top: 4px;
}

.activity-detail .activity-tag {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 24px;
}

.activity-detail .tag-info {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    line-height: 24px;
    margin-top: 6px;
}

.activity-detail .tag-address {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.activity-detail .tag-name {
    color: #434549;
    font-size: 16px;
    line-height: 24px;
    flex-shrink: 0;
}

.activity-detail .tag-value {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #434549;
    display: -webkit-box;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
    text-overflow: ellipsis
}

.activity-detail .btn-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 4px;
    right: 0;
}

.activity-detail .apply-btn {
    background: #2875e8
}

.activity-detail .apply-btn, .activity-detail .review-btn {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px
}

.activity-detail .review-btn {
    background: #333
}

.activity-detail .share-box {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.activity-detail .share-name {
    color: #999;
    font-size: 16px;
    margin-right: 5px
}

.activity-detail .share-qr {
    display: none;
    height: 128px;
    left: -36px;
    position: absolute;
    top: 40px;
    width: 128px
}

.activity-detail .share-wx {
    background-image: url(../../image/ic_16_wx@2x.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    height: 24px;
    margin-right: 10px;
    position: relative;
    width: 24px
}



.activity-detail .share-wx:hover .share-qr {
    display: block
}

.activity-detail .share-wx:hover .share-qr img {
    border: 1px solid #ebebeb
}

.activity-detail .share-wb {
    background-image: url(../../image/ic_16_link@2x.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    height: 24px;
    position: relative;
    width: 24px
}

.activity-detail .content-box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    min-width: 1200px;
    padding: 16px 0 40px;
    width: 1200px;
    align-items: flex-start;
}

.activity-detail .activity-content {
    width: 740px
}

.activity-detail .review-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.activity-detail .review-img {
    cursor: pointer;
    height: auto;
    margin-bottom: 20px;
    width: 360px
}

.activity-detail .review-desc {
    font-size: 16px;
    line-height: 30px
}

.activity-detail .apply-box, .activity-detail .apply-expo img {
    width: 380px
}

.activity-detail .apply-form {
    background: #fafafa;
    border-radius: 4px;
    padding: 20px 0;
    width: 380px
}

.activity-detail .form-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

.activity-detail .submit-btn {
    background: linear-gradient(270deg, #ff6801, #ff8b0d);
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    height: 48px;
    margin-left: 30px;
    text-align: center;
    width: 320px
}
