.index-top,
.previous-review,
.plate-title,
.race-show,
.comment-show,
.comment-text,
.comments,
.news-box {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
}

.index-top-left,
.partake-content,
.entry-content,
.race-show,
.race-show ul li,
.player-comment,
.user-comment,
.previous-review,
.previous-review-more,
.index-top-left,
.modal,
.booking-start-con input,
.booking-start-con .booking-now,
.booking-box .booking-btn,
.comment-text,
.comments,
.comment-content,
.choice-item .comment-name,
.comment-info .commit,
.news-box {
    border-radius: 6px;
}

.partake-content,
.entry-content,
.race-show,
.player-comment,
.user-comment,
.comment-text,
.comments,
.news-box {
    background-color: #fff;
}

.partake-content,
.entry-content,
.race-show,
.race-show ul li,
.player-comment,
.user-comment,
.index-top-left,
.player-comment-box,
.modal,
.comment-text,
.comments {
    overflow: hidden;
}

.partake-content,
.entry-content,
.race-show,
.player-comment,
.user-comment,
.previous-review,
.comment-text,
.comments,
.news-box {
    box-shadow: 3px 3px 8px #ddd;
}

.partake-content h4,
.live-entry,
.entry-content,
.race-show .more {
    background-color: #c3131d;
}

.partake-content strong,
.comment-entry {
    color: #c3131d
}

.disabled {
    cursor: default !important;
    background-color: #ccc !important
}

.comment-show h4 {
    background-color: #ca0000;
}

.poster {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    background: url('../images/video/poster.png') no-repeat center;
}

.index-top {
    margin-top: 40px;
}

.index-top-left {
    width: 740px
}

.index-top .video-box {
    display: block;
    width: 740px;
    height: 440px;
    background: #eee;

}

.index-top .image-player {
    background: url("../images/play.jpg");
    z-index: 999;
}

.index-top .video-box video {
    display: block;
    width: 100%;
    height: 100%;
}

.constitution-doc {
    height: 60px;
    line-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.constitution-doc a {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 61px;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
}
.constitution-info-item {
    height: 80px;
    padding: 0 20px;
    line-height: 1;
}
.constitution-info-item:nth-of-type(2){
    border-top: 1px solid rgba(187,187,187,1);
}
.constitution-info-item .item-l-1 {
    color: #000;
    font-size: 20px;
}
.constitution-info-item .item-l-2 {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    margin-top: 10px;
}
.constitution-info-item .constitution-info-item-r {
    cursor: pointer;
    height: 30px;
    width: 80px;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    background-color: #c3131d;
}
/* .constitution-doc a:nth-of-type(1) {
    padding: 0 20px 0 80px;
}
.constitution-doc a:nth-of-type(2) {
    padding: 0 20px;
} */


.entry-content a:hover
/* ,.constitution-doc a:hover */
 {
    background-color: #7d0702;
}

.index-top-right {
    float: right;
    width: 440px;
}

.partake-content {
    min-height: 220px;
}

.partake-content h4,
.entry-content a {
    padding-left: 30px;
}

.partake-content h4 {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
}

.partake-content p {
    margin-top: 70px;
    font-size: 28px;
    color: #373636;
    text-align: center;
    letter-spacing: 2px;
}

.partake-content strong {
    margin: 0 10px;
    font-size: 36px;
    font-weight: 600;
}

.entry-content {
    margin-top: 20px;
    height: 220px;
}

.entry-content a
 {
    display: block;
    padding-left: 30px;
    height: 110px;
    line-height: 110px;
    font-size: 24px;

}

.comment-entry:hover {
    color: #fff;
}

.entry-content .live-entry {
    padding-top: 62px;
    padding-left: 21px;
    padding-right: 13px;
    line-height: 1.4em;
    font-size: 17px;
    color: #fff;
}

.entry-content .live-entry div {
    display: inline-block;
    width: 360px;
}

.plate-title {
    position: relative;
    margin: 40px auto 20px;
}

.race-show ul {
    padding: 20px 0 55px;
    height: 280px;
}

.race-show ul li {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 275px;
    height: 205px;
}

.race-show li img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: initial;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.race-show a:hover img {
    width: 110%;
}

.race-show p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-indent: 20px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
}

.race-show .more {
    display: block;
    line-height: 205px;
    text-align: center;
    font-size: 26px;
    color: #fff;
}

.plate-title .comment-btn {
    position: absolute;
    right: 38px;
    bottom: 12px;
    width: 110px;
    height: 24px;
}

.player-comment-box {
    position: relative;
    margin-top: 10px;
    height: 430px;
}

.player-comment,
.user-comment {
    width: 580px;
    height: 500px;
}

.player-comment-box ul {
    position: absolute;
}

.comment-show h4 {
    padding-left: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
}

.comment-show li {
    margin-bottom: 22px;
    padding-left: 30px;
    width: 550px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

/* 预约弹窗 */
.modal-wrap,
.modal,
.mask,
.booking-success {
    display: none;
}
.modal-wrap .mask,
.modal-wrap .modal {
    display: block;
}

.modal {
    position: fixed;
    z-index: 100;
    top: 20px;
    left: 0;
    right: 0;
    /* bottom: 20px; */
    margin: auto;
    width: 778px;
    text-align: center;
    background-color: #fff;
}

/* 预约弹窗 */

/* icon */

.icon-notice,
.icon-download,
.icon-download2,
.icon-video,
.icon-comment {
    display: inline-block;
    vertical-align: middle;
}

.icon-notice,
.icon-download,
.icon-download2,
.icon-edit {
    margin-right: 8px;
    width: 30px;
    height: 30px;
}

.icon-notice {
    background: url('../images/icon_notice.png') no-repeat;
}

.icon-download {
    background: url('../images/icon_download_r.png') no-repeat;
}

.icon-download2 {
    background: url('../images/icon_download2_r.png') no-repeat;
    background-size: 100%;
}

.icon-video {
    margin: 0 10px 10px 0;
    width: 44px;
    height: 44px;
    background: url('../images/icon_video_r.png') no-repeat;
}

.icon-comment {
    margin-right: 20px;
    width: 44px;
    height: 38px;
    background: url('../images/icon_comment.png') no-repeat;
}

.icon-edit {
    display: inline-block;
    vertical-align: top;
    background: url('../images/icon_edit.png') no-repeat;
}

/* icon */

/* 往届回顾 */

.previous-review {
    padding: 30px 40px 30px;
    background-color: #fff;
}

.review-pic-item {
    float: left;
}

.review-pic-top,
.review-pic-bottom {
    position: relative;
    background-color: #eee;
}

.review-pic-item-1 {
    width: 540px;
}

.review-pic-item-2 {
    margin-left: 10px;
    width: 340px;
}

.review-picture .review-pic-top {
    margin-bottom: 10px;
}

.review-pic-item-1 .review-pic-top {
    height: 340px;
}

.review-pic-item-1 .review-pic-bottom {
    float: left;
    width: 266px;
    height: 180px;
}

.review-pic-item-2 .review-pic-top,
.review-pic-item-2 .review-pic-bottom {
    height: 260px;
}

.review-pic-item-3 {
    margin-left: 10px;
    width: 220px;
}

.review-pic-item-3 .review-pic-top,
.review-pic-item-3 .review-pic-bottom {
    height: 170px;
}

.review-pic-bottom.top3 {
    margin-left: 8px;
}

.previous-review-more {
    display: block;
    margin-top: 10px;
    width: 220px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #4ec7ff;
}

.review-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
}

.review-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
}

.review-pic-top p,
.review-pic-bottom p {
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 2em;
    text-align: center;
    font-size: 18px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.review-pic-top:hover .review-mask,
.review-pic-bottom:hover .review-mask {
    opacity: 1;
}

/* 往期回顾 */

.online-booking h4 {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #c3131d;
    text-align: left;
    padding-left: 20px;
}
.tips-title {
    font-size: 22px;
    color: #000000;
    text-align: left;
}
.online-booking .close {
    display: none;
    position: absolute;
    top: 12px;
    right: 20px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url('../images/close.png');
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.online-booking .close:hover {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}
.booking-box {
    padding: 10px 30px 20px;
    height: 100%;
    overflow: auto;
    background: url('../images/booking_start_bg.png') no-repeat right bottom;
    background-size: 100% 158px;
}
.submit_form {
    /* min-height: calc(100vh - 330px); */
    min-height: 320px;
    margin-bottom: 20px;
}
.modal-wrap-3 .submit_form{
    margin-bottom: 78px;
}
.booking-start-con {
    margin: 20px auto;
    width: 100%;
    text-align: left;
}
.modal-wrap .form-control {
    height: 40px;
    padding: 0 16px;
    background: rgba(255,255,255,0.08);
    border: 2px solid #DEDEDE;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: 5px;
    outline: 0;
}

.booking-start-con label {
    text-align: left;
    font-size: 18px;
    color: #000000;
}
.booking-start-con.step_2 label {
    min-width: 230px;
    text-align: right;
}

.booking-start-con input {
    padding: 10px;
    border: 1px solid #c3131d;
    width: 650px;
    height: 40px;
    font-size: 20px;
}
.booking-start-con input[readonly] {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
}
.booking-start-con .error {
    margin: 10px 0 0 10px;
    color: #f00;
}

.booking-box .booking-btn {
    position: relative;
    z-index: 1;
    display: block;
    width: 150px;
    height: 60px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #c3131d;
}
.booking-box .booking-btn.outline {
    background-color: #ffffff;
    color: #c3131d;
    border: 1px solid #c3131d;
}
.booking-box .booking-btn[disabled] {
    opacity: .6;
}
#nextBtn {
}
.booking-success p {
    margin: 120px auto 70px;
    font-size: 60px;
    color: #f00;
}

.booking-success img {
    position: relative;
    top: -80px;
}
#schoolInfoBox {
    max-height: 350px;
    overflow: auto;
}
.schoolInfoItem {
    cursor: pointer;
    margin-bottom: 20px;
    color: #1C92DC;
}
.apply-school {
    color: #1C92DC;
    cursor: pointer;
}
.schoolInfoItem.active {
    font-weight: 900;
}
/* 优化样式 */

.partake-title {
    background-color: #c3131d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
    padding-right: 20px;
}
.partake-title p,
.partake-title strong {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
}

.entry-content-new {
    background-color: #315EFB;
    padding: 40px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 35px;
    border-radius: 6px;
}
.entry-content-new .entry-content-new-l {
    font-size: 20px;
    color: #ffffff;
    margin-right: 20px;
}
.entry-content-new .entry-content-new-img {
    width: 150px;
    height: 150px;
}
.constitution-doc-one {
    border: 1px solid #c3131d;
    border-radius: 0 0 6px 6px;
}
.constitution-doc-one a ,
.constitution-doc-two a,
.constitution-doc-one i {
    color: #c3131d;
}
.constitution-doc-two {
    height: auto;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.constitution-doc-two a {
    width: 100%;
    height: 80px;
    text-align: center;
    padding: 10px 0 20px;
}
.constitution-doc-two a:nth-of-type(2) {
    border-top: 1px solid #c3131d;
}
/* 活动留言 */

.comment-text {
    margin: 30px auto;
}

.comment-info,
.comment-text > .tip,
.choice-item .label,
.comments .active {
    color: #c3131d;
}

.comment-text > .tip {
    margin: 40px 0 30px 40px;
    font-size: 16px;
    font-weight: 600;
}

.comment-info {
    margin-left: 40px;
}

.comment-content {
    padding: 10px;
    border-color: #ddd;
    width: 1120px;
    height: 200px;
    line-height: 1.6em;
    resize: none;
    font-size: 16px;
}

.choice-item {
    margin: 30px 0 0 30px;
    font-size: 18px;
    font-weight: 600;
}

.choice-item .comment-name {
    border: 1px solid #c3131d;
    padding: 6px;
    width: 298px;
    height: 48px;
    font-size: 20px;
}

.choice-item .tip {
    margin: 10px 0 30px 110px;
    font-size: 16px;
    color: #999;
}

.comment-box {
    position: relative;
}

.comment-box span {
    position: absolute;
    right: 50px;
    bottom: 10px;
    font-size: 16px;
    color: #999;
}

.comment-info .commit {
    margin: 10px 0 20px 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background-color: #c3131d;
}

.commit-error {
    margin-left: 10px;
    font-size: 16px;
}

/* radio-default */

.radio-default {
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.radio-default input {
    position: absolute;
    left: -9999px;
}

.radio-default i {
    display: inline-block;
    margin-right: 4px;
    width: 21px;
    height: 21px;
    vertical-align: text-bottom;
    cursor: pointer;
    background: url("../images/radio_unchecked.png") no-repeat;
}

.radio-default input:checked ~ i {
    background: url("../images/radio_checked.png") no-repeat
}

/* radio-default */

.comments ul {
    width: 1120px;
    font-size: 22px;
}

.comments ul li {
    margin-right: 80px;
    display: inline-block;
    border-bottom: 5px solid #fff;
}

.comments .active {
    border-color: #c3131d;
}

.comments ul {
    margin: 20px 0 0 40px;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
}

.comment-list {
    margin: 0 0 30px 40px;
    width: 1120px;
    font-size: 18px;
    color: #999;
}

.comment-list li {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    font-size: 14px;
}

.comment-list li:nth-child(even) {
    background-color: #f8f8f8;
}

.comment-list li span {
    float: left;
    width: 80px;
    color: #2980b9;
    word-wrap: break-word;
}

.comment-list li p {
    float: right;
    width: 990px;
}

/* 活动留言 */

/* 分页 */

.pagination {
    margin-top: 30px;
    height: 44px;
    text-align: center;
    font-size: 16px;
}

.pagination div {
    display: inline-block
}

.pagination a {
    padding: 10px 15px;
    border: 1px solid #cacaca;
    border-radius: 8px;
}

.pagination a {
    margin-right: 16px;
}

.pagination .active {
    color: #fff;
    background-color: #ad1215;
    border-color: #ad1215;
}

/* 分页 */
