.content-display {
    padding: 30px 40px;
    background-image: url("/images/event_banbg.png");
    background-repeat: repeat-x;
    min-height: 400px;
}

.article-header {
    text-align: center;
    padding: 0 0 40px;
}

.article-alert {
    color: #881616;
    line-height: 20px;
    position: relative;
    border: 1px solid #CF2626;
    padding: 5px 9px 2px;
    width: 90%;
    margin: 0 auto 10px;
    text-align: left;
}

.article-body {
    padding-right: 40px;
    vertical-align: top;
}

    .article-body p, .article-body .disc-list li {
        margin-bottom: 10px;
    }

.article-right {
    vertical-align: top;
    width: 318px;
}

    .article-right > div {
        width: inherit;
    }

.article-state {
    font-size: 16px;
    color: #CA3140;
    font-weight: bold;
}

.article-title {
    font-size: 26px;
    font-weight: 700;
    color: #790C0C;
    line-height: 36px;
    display: inline-block;
    padding: 0 44px;
}

    .article-title i {
        font-size: 20px;
        display: block;
        line-height: normal;
        margin-bottom: 5px;
    }

.article-sour {
    margin-top: 40px;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
    color: #333;
}

    .article-sour span {
        margin-right: 10px;
    }

        .article-sour span.date {
            font-size: 14px;
            color: #666;
        }

.article-subtitle {
    color: #790C0C;
}

.list-item-title + ul {
    padding-left: 15px;
    margin-bottom: 5px;
}

    .list-item-title + ul li {
        margin-bottom: 5px;
    }

.album-box {
    margin-bottom: 10px;
    overflow: hidden;
}

.article-body .album-type .photo-frame.active {
    overflow: hidden;
}

    .article-body .album-type .photo-frame.active .img-container {
        cursor: pointer !important;
        z-index: 1;
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        -ms-transition: -ms-transform 0.5s;
        -o-transition: -o-transform 0.5s;
        transition: transform 0.5s;
    }

        .article-body .album-type .photo-frame.active .img-container:hover {
            -webkit-transition: -webkit-transform 10s;
            -moz-transition: -moz-transform 10s;
            -ms-transition: -ms-transform 10s;
            -o-transition: -o-transform 10s;
            transition: transform 10s;
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
        }

.event-guest {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 10px;
}

    .event-guest .guest-name {
        font-size: 15px;
    }

.guest-photo {
    width: 145px;
    height: 162px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.guest-tag {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    color: #FFF;
    width: 100%;
}

.guest-identity {
    max-width: 138px;
    margin: 0 auto;
    line-height: normal;
}

.article-right .event-video-table-list {
    margin-bottom: 5px !important;
}

.article-right > button {
    margin: 0 auto 15px;
    display: block;
    outline: none !important;
    opacity: 1 !important;
}

    .article-right > button.joined {
        background: #F5F5F5;
        color: #666;
        border: none;
    }

        .article-right > button.joined .iconfont {
            margin-right: 10px;
            color: #1950a0;
        }

.wrapbox-para {
    margin-bottom: 20px;
}

    .wrapbox-para dt {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .wrapbox-para dd {
        margin-bottom: 5px;
    }

        .wrapbox-para dd b {
            font-weight: 600;
        }

.wrapbox-guests {
    padding-left: 20px;
    margin: 0 !important;
}

    .wrapbox-guests li {
        margin: 0 !important;
        margin-bottom: 5px !important;
        list-style: none !important;
    }

.event-factor {
    text-align: right;
    font-size: 14px;
    width: 262px;
    padding-right: 20px;
    vertical-align: top;
}

.event-detail > dl:last-child {
    padding-left: 20px;
    border-left: 1px solid #DDD;
}

.event-detail > dl dt {
    margin: 20px auto 8px;
    color: #666;
}

    .event-detail > dl dt:first-child {
        margin-top: 0;
    }

.event-detail ul.dis-table li:first-child {
    width: 150px;
    vertical-align: top;
}

.event-detail ul.dis-table li:last-child {
    padding-left: 10px;
    text-align: left;
}

.wrapbox-input {
    border: 1px solid #DDD;
    width: 300px;
    text-align: center;
    background: #F7F7F7;
    position: relative;
    top: 7px;
    border-radius: 2px;
}

.wrapbox-input-tip {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #DDD;
    background: #FFF;
    margin-bottom: 10px;
    padding: 8px;
    line-height: 22px;
}

.wrapbox-input > ul {
    overflow: hidden;
    margin: 5px auto;
}

    .wrapbox-input > ul > li {
        float: left;
        text-align: left;
        width: 50%;
        padding: 0 8px;
    }

.wrapbox-input-two > div {
    float: left;
    text-align: left;
    width: 50%;
    padding: 0 8px;
}

.wrapbox-input > ul > li label span {
    color: #C11212;
    font-weight: 700;
}

.wrapbox-input > ul > li input {
    padding: 0 5px;
    width: 130px;
    height: 30px;
    line-height: 1;
    outline: none !important;
    box-sizing: border-box;
    border: 1px solid #DDD;
}

.wrapbox-input > ul > li label {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

.wrapbox-input button {
    margin: 10px auto;
    padding: 0 24px;
    border-radius: 2px;
    background-color: #0081CB;
    color: #FFF;
    outline: none;
    border: 1px solid #666;
    font: 18px/34px arial, sans-serif, Helvetica neue;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.wrapbox-input-added {
    padding: 0 10px;
    font-size: 14px;
    line-height: 22px;
}

.Invalid {
    font-size: 13px;
    color: #d0181f;
}

@media (max-width: 768px) {
    .event-slogn {
        padding: 0;
        margin: 10px auto;
        text-align: center;
    }

    .wrapBox {
        margin-bottom: 0 !Important;
    }

    .wrapbox-dis-guest {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .wrapbox-para dd {
        float: none !Important;
    }
}

.form-join dt span.title-tip {
    float: right;
    color: #AD1911;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 10px;
}

.form-join dt span.form-part-title {
    position: relative;
    font-weight: 500;
    color: #1950a0;
}

    .form-join dt span.form-part-title:after {
        content: "";
        display: block;
        background: #1950a0;
        position: absolute;
        bottom: -11px;
        height: 3px;
        width: 100%;
    }

.form-join th {
    font-weight: 500;
}

.form-join dt {
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 7px;
}

.form-join dd {
    margin-bottom: 20px;
    padding: 0 10px; 
    width:100%; 
    overflow-x:auto;
}

    .form-join dd:after {
        content: "";
        display: block;
        float: none;
        clear: both;
    }

.join-mem-list li {
    float: left;
    margin-right: 15px;
}

.form-join table {
    margin-bottom: 0;
    border: 1px solid #DDD;
    white-space:nowrap;
}

.form-join-next {
    padding: 0 10px;
    overflow: hidden;
}

    .form-join-next button {
        margin: 0;
        font-size: 15px;
    }

        .form-join-next button .iconfont {
            position: relative;
            top: 1px;
        }

.join-mem-infor {
    padding-top: 10px !important;
}

    .join-mem-infor .form-group {
        border-bottom: 1px dashed #DDD;
    }

        .join-mem-infor .form-group:first-child {
            border-bottom-style: solid;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }

        .join-mem-infor .form-group:last-child {
            border-bottom: none;
            padding-bottom: 5px;
        }

.form-join-infor {
    border-top: 2px solid #DDD;
    margin-top: 10px;
    padding-top: 20px;
    display: none;
}

.join-mem-more.active {
    display: block;
}

.form-join-total {
    position: relative;
    top: 12px;
}

    .form-join-total span {
        margin-right: 30px;
    }

.form-ticket-state {
    background: #EEE;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
}

    .form-ticket-state.soldOut {
        color: #d0181f;
    }

.form-join table .form-label {
    width: 80px;
    margin: 0 auto;
}

.join-mem-more-btn {
    font-size: 14px;
    text-decoration: underline;
}

.form-join-check label {
    width: auto;
    cursor: pointer;
    margin-right: 30px;
}

.form-join-submit {
    border-top: 1px solid #DDD;
    text-align: center;
    margin-top: 15px;
}

.content-display ul, .content-display ol {
    margin: 0 1em 1em;
    padding-left: 20px;
}

    .content-display ul li {
        list-style-type: none;
        margin: 0 1em;
    }

.content-display ol {
    list-style-type: decimal;
}

    .content-display ol li {
        margin: 0 1em;
        list-style-type: inherit;
    }

.event-joined > span {
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    background: #F2F2F2;
}

    .event-joined > span .iconfont {
        display: inline-block;
        padding-right: 5px;
        color: #124EB1;
    }

    .event-joined > span .state {
        margin-right: 10px;
        border-right: 1px solid #DDD;
        padding-right: 15px;
        color: #666;
    }

.album-box-more {
    text-align: right;
    font-size: 12px;
    float: right;
    background: #E5E5E5;
    padding: 3px 10px;
    border-radius: 50px;
    font-family: arial;
    line-height: normal;
    text-decoration: none !important; margin:3px 0 0;
}

    .album-box-more .iconfont {
        background: none;
        color: #307FF2;
        font-size: 16px;
        bottom: 0;
    }

    .album-box-more:hover {
        background: #0081CB;
        color: #FFF;
    }

        .album-box-more:hover .iconfont {
            color: #FFF;
        }

.help-email-list {
    margin-top: 10px;
}

    .help-email-list dt {
        margin-bottom: 15px;
    }

    .help-email-list dd {
        margin-bottom: 15px;
        text-align: center;
    }

        .help-email-list dd [class*="col-"] {
            padding: 0 15px;
        }

        .help-email-list dd p {
            margin: 10px 0 15px;
            text-align: left;
        }

        .help-email-list dd img {
            display: block;
            margin: 0 auto 15px;
            border: 1px solid #DDD;
        }

.press-head {
    margin-bottom: 30px;
}

    .press-head h1 {
        font-size: 40px;
        font-family: "Times New Roman";
        font-weight: 700;
        margin-bottom: 15px;
    }

        .press-head h1 + i {
            font-size: 18px;
            font-weight: 700;
            font-style: italic;
        }

    .press-head .logo {
        padding-left: 15px;
    }

        .press-head .logo img {
            width: 130px;
        }

    .press-head .infor {
        max-width: 237px;
        font-weight: 600;
    }

.press-content {
    font-size: 16px;
}

    .press-content h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        margin: 15px auto 30px;
        text-align: center;
    }

    .press-content p {
        margin-bottom: 20px;
    }

@media (max-width: 1200px) {
    .article-bod-press, .article-righ-press {
        display: block;
        width: 100%;
    }

    .press-head .infor {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .press-head {
        text-align: center;
    }

        .press-head > div {
            width: 100%;
            float: none !important;
            margin-top: 25px;
        }

        .press-head .right {
            display: inline-block;
            width: auto;
        }
}

@media (max-width: 640px) {
    .press-head .infor, .press-head .logo {
        max-width: none;
        width: 100%;
        float: none !important;
        padding: 0;
        text-align: center;
        margin-top: 15px;
    }
}
/*# sourceMappingURL=article.css.map */
