/*reset*/
body {
    padding-top: 100px;
}
#collapse-head {
    color: #fff;
}
.am-topbar {
    margin-bottom: 0;
    border: none;
    background: #000;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.am-with-topbar-fixed-top {
    padding-top: 100px;
}
.am-topbar-nav > li > a:after {
    border: none;
}
.am-nav a {
    color: inherit;
}
.am-nav a:hover {
    color: #357ed9;
}
.am-nav a:active {
    color: #6b6b6b;
}
.am-topbar-brand {
    padding: 0;
    float: left;
    line-height: 100px;
}
.am-topbar-nav {
    float: right;
}
.am-topbar-nav > li > a {
    position: relative;
    line-height: 70px;
    padding: 0 15px;
}
.am-nav > li > a:focus, .am-nav > li > a:hover, .am-nav > li > a.am-active {
    background: transparent;
    color: #f60;
}
#collapse-head ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 640px) {
    #collapse-head ul {
        display: block;
        height: auto;
        float: none;
    }
    .am-topbar-brand {
        line-height: 50px;
        margin-left: 10px;
    }
    .am-topbar-brand img {
        height: 19px;
    }
    .am-topbar-nav > li > a {
        font-size: 15px;
        padding: .4em 1em;
        line-height: 1.6;
        text-align: center;
    }
    .am-btn.am-topbar-toggle {
        background: #000;
        color: #fff;
    }
}
main section:not(:first-of-type) {
    margin: 120px auto;
}
.banner {
    height: 993px;
    background: url("../images/banner.png?v=33333") no-repeat center top;
}
#information {
    padding: 120px 0;
    background: #1a1a1a;
    margin: 0;
}
#information p.info_p {
    font-size: 16px;
    line-height: 2.25;
    color: #fff;
    text-align: left;
    margin: 70px auto 0;
}
main section.lastMoment {
    margin: 0;
    height: 462px;
    background: url("../images/last-moment.png?v=3333") no-repeat center;
    background-size: cover;
}
.wrapped_title {
    margin-bottom: 70px;
}
#guests .list--more {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    position: absolute;
    right: 1em;
    bottom: 0;
    padding: 0.5em 1em;
    border: 1px solid #fff;
}
#guests .list--more:hover {
    background: #f60;
    border-color: #f60;
    -webkit-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
}
.guests_title {
    font-size: 30px;
    margin: 70px auto 50px;
}
.guests_list li {
    float: left;
    width: 228px;
    height: 328px;
    margin-bottom: 15px;
}
.guests_list li:not(:nth-of-type(5n+5)) {
    margin-right: 15px;
}
.guests_list li .card--wrapper {
    text-align: left;
    position: relative;
}
.guests_list li .img--wrapper {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    height: 228px;
    border: 1px solid transparent;
}
.guests_list li .img--wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.guests_list li .card_desc {
    width: 100%;
    height: 100px;
    background: #f60;
    padding: 10px 10px 0;
}
.guests_list li:hover .img--wrapper {
    border: 1px solid #f60;
    border-bottom-color: transparent;
    -webkit-transition: border-color 0.2s ease-in 0.2s;
    transition: border-color 0.2s ease-in 0.2s;
}
.guests_list li:hover .card_desc {
    background: #fc7f2b;
    -webkit-transition: background-color 0.2s ease-in 0.2s;
    transition: background-color 0.2s ease-in 0.2s;
}
.guests_list li p {
    color: #fff;
    font-size: 16px;
}
.guests_list li p.card_title {
    font-size: 20px;
    margin-bottom: 10px;
}
.guests_list p.card_position {
    max-height: 50px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.agend_list ul.clearfix li {
    float: left;
    width: 33.33%;
    color: #fff;
    text-align: center;
}
.agend_list ul.clearfix li .li_guest {
    padding-left: 2em;
    text-align: left;
}
.agend_list ul.clearfix li .li_guest .guest_name {
    margin-right: 5px;
}
.agend_list ul.clearfix:first-of-type {
    background: #f60;
    line-height: 40px;
}
.agend_list ul.clearfix:first-of-type li {
    position: relative;
}
.agend_list ul.clearfix:not(:first-of-type) {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.agend_list ul.clearfix:first-of-type li::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-right: 2px solid #000000;
}
.agend_list .span_num {
    color: #f60;
}
.infor {
    height: 220px;
    background: url("../images/infor.png") no-repeat center;
    background-size: cover;
}
.focus {
    width: 100%;
    background: url("../images/focus-bg.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
}
.focus_wrapper {
    padding: 120px 0 35px;
    background: rgba(0, 0, 0, 0.8);
}
.focus li {
    float: left;
}
.focus li.focus_title {
    width: 300px;
    margin-right: 50px;
}
.focus li.focus_article {
    width: 850px;
}
.focus ul.article_list li {
    width: 45%;
    max-width: 383px;
    margin-bottom: 84px;
}
.focus ul.article_list li:not(:nth-of-type(2n+2)) {
    margin-right: 84px;
}
.focus .article_list p {
    font-size: 16px;
    color: #fff;
}
.focus .article_list .article_title {
    margin-bottom: 20px;
    height: 85px;
    padding: 61px 0 6px;
    position: relative;
}
.focus .article_list .article_title p {
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.focus .article_list .article_title img {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 0;
}
.focus .article_list .article_desc {
    line-height: 1.75;
}
#ticket .ticket_wrapper {
    padding-left: 200px;
}
#ticket .desc--wrapper {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
}
#ticket .desc--wrapper p {
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    padding-left: 105px;
    margin-bottom: 17px;
}
#ticket .desc--wrapper p:last-of-type {
    margin: 0;
}
#ticket .desc--wrapper p span {
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}
#ticket .ticket_list {
    margin-top: 30px;
}
#ticket .ticket_list > li {
    float: left;
    width: 31.66%;
    max-width: 380px;
    background: rgba(255, 255, 255, 0.1) url("../images/ticket-bg.png") no-repeat center bottom;
    padding: 30px;
    min-height: 540px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
#ticket .ticket_list > li:not(:nth-of-type(3n+3)) {
    margin-right: 26px;
}
#ticket .ticket_list > li .card_type {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
#ticket .ticket_list > li:hover {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    background: #3074fd url("../images/ticket-bg.png") no-repeat center bottom;
}
#ticket .ticket_list > li:nth-of-type(2):hover {
    background: #f80b49 url("../images/ticket-bg.png") no-repeat center bottom;
}
#ticket .ticket_list > li:nth-of-type(3) {
    background: #521be9 url("../images/ticket-bg.png") no-repeat center bottom;
}
#ticket .list_card {
    padding-bottom: 113px;
}
#ticket .purchaseTickets {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    padding: 0 30px;
}
#ticket .price {
    font-size: 18px;
    line-height: 1;
}
#ticket .price span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 36px;
    font-weight: bold;
}
#ticket .discount {
    font-size: 16px;
}
#ticket .purchase_button {
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    outline: 1px solid #fff;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
}
#ticket .purchase_button:hover {
    background: #fff;
    color: #3074fd;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
#ticket .ticket_list > li:nth-of-type(2) .purchase_button:hover {
    background: #fff;
    color: #f80b49;
}
#ticket .ticket_list > li:nth-of-type(3) .purchase_button:hover {
    background: #fff;
    color: #521be9;
}
#ticket .li_tip {
    position: absolute;
    top: 0;
    right: -10px;
    line-height: 40px;
    background: #f60;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    padding: 0 1em;
}
#ticket .li_tip span {
    font-size: 16px;
    display: inline-block;
    vertical-align: baseline;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
#ticket .li_tip span.span_num {
    font-size: 22px;
    -webkit-transform: skew(0);
    transform: skew(0);
}
#service .service_wrapper {
    max-width: 1080px;
    margin: 0 auto;
}
#service .service_wrapper .img--wrapper {
    height: 510px;
    position: relative;
    overflow: hidden;
}
#service .service_wrapper .img--wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#service .service_desc {
    margin-top: 20px;
    min-height: 360px;
    background: rgba(255, 255, 255, 0.1);
}
#service .service_desc li {
    float: left;
    width: 50%;
    height: 360px;
    padding: 30px;
}
#service .service_desc li:first-of-type {
    border-right: 1px dashed #000;
}
#service .service_desc .p--title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
#service .service_desc .p--type {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 30px;
}
#service .service_desc .p--desc {
    font-size: 16px;
    line-height: 1.6;
}
.contect_wrapper li {
    float: left;
}
.contect_wrapper li.contect_title {
    font-size: 20px;
    font-weight: bold;
}
.contect_wrapper li.contect_title {
    width: calc(33% - 25px);
    margin-right: 25px;
}
.contect_wrapper li.contect_content {
    width: calc(33% - 25px);
    min-height: 180px;
    padding: 30px 10px 20px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1));
}
.contect_wrapper li.contect_content:not(:last-of-type) {
    margin-right: 25px;
}
.contect_wrapper li.contect_content p {
    font-size: 16px;
    line-height: 1.75;
}
.meeting_list li {
    float: left;
    width: calc(25% - 20px);
    height: 189px;
    margin-bottom: 20px;
}
.meeting_list li:not(:nth-of-type(4n+4)) {
    margin-right: 20px;
}
.meeting_list li .img--wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.meeting_list li .img--wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.parter_wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.parter_wrapper .parter_list {
    text-align: center;
}
.parter_wrapper .list_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.parter_wrapper .list_company {
    margin: 50px auto;
    display: inline-block;
}
.parter_wrapper .list_company li {
    float: left;
    width: 120px;
    height: 48px;
    margin-bottom: 20px;
}
.parter_wrapper .list_company li:not(:nth-of-type(8n+8)) {
    margin-right: 20px;
}
.parter_wrapper .list_company li:last-of-type {
    margin-right: 0;
}
.parter_wrapper .list_company li img {
    background: #fff;
    width: 100%;
    height: 100%;
}
.slider--wrapper {
}
.slider--wrapper .img--wrapper {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    height: 228px;
}
.slider--wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.am-slider-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    background: transparent;
    min-height: 385px;
}
.am-slider .am-slides > li {
}
.slider--wrapper .am-slides .card_desc {
    width: 100%;
    height: 100px;
    background: #f60;
    padding: 10px 10px 0;
    color: #fff;
}
.slider--wrapper .am-slides li:hover .card_desc {
    background: #fc7f2b;
    -webkit-transition: background-color 0.2s ease-in 0.2s;
    transition: background-color 0.2s ease-in 0.2s;
}
.slider--wrapper .am-slides p.card_title {
    font-size: 20px;
    margin-bottom: 10px;
}
.slider--wrapper .am-slides .guests_list li p {
    color: #fff;
    font-size: 16px;
}
.am-slider-default .am-direction-nav a.am-next:before, .am-slider-default .am-direction-nav a:before {
    display: none;
}
.am-slider-default .am-direction-nav a {
    width: 50px;
    height: 80px;
    opacity: 0.5;
    top: 30%;
}
.am-slider-default .am-direction-nav .am-prev {
    left: -70px;
    background: url("https://www.d1ev.com/special/club8/images/left.png");
}
.am-slider-default .am-direction-nav .am-next {
    background: url("https://www.d1ev.com/special/club8/images/right.png");
    right: -80px;
}
.tab--wrapper {
    margin: 70px 0 70px 130px;
    width: 500px;
}
.tab--wrapper li {
    float: left;
    width: calc(50% - 10px);
    background: #929292;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab--wrapper li.active {
    cursor: auto;
    background: #f60;
}
.tab--wrapper li:first-of-type {
    margin-right: 20px;
}
.register_wrapper {
    max-width: 900px;
    margin: 0 auto;
    color: #333;
}
.register_wrapper .am-form {
    display: none;
}
.register_wrapper .am-form.active {
    display: block;
}
.am-form-group {
    margin-bottom: 0;
}
.modal_option {
    position: relative;
    margin-bottom: 40px;
}
label {
    float: left;
    display: inline-block;
    width: 26%;
    max-width: 100px;
    text-align: right;
    font-size: 16px;
    color: #333;
    line-height: 48px;
    font-weight: normal;
    margin: 0 30px 0 0;
}
label b, .register_tip b, .rule b {
    color: #f80b49;
    margin-right: 5px;
}
.am-form input[type=text], .am-form input[type=email], .am-form input[type=tel], .am-form select, .am-form textarea, .am-form-field {
    display: inline-block;
    width: 64.52%;
    max-width: 500px;
    float: left;
    border-color: #c7c7c7;
}
.register form input[type=text] {
    display: inline-block;
    height: 48px;
    font-size: 20px;
    padding: 14px 20px;
    border: 1px solid #666;
}
.option--tip {
    position: absolute;
    left: 130px;
    bottom: -25px;
    width: 64.52%;
    max-width: 500px;
    text-align: left;
}
.returntip {
    display: none;
    font-size: 12px;
    color: #ff0046;
}
.register form button {
    width: 64.52%;
    max-width: 500px;
    line-height: 48px;
    background: #f60;
    border: none;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-left: 130px;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
.register form button:hover {
    background: #f08c1e;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.register_tip {
    font-size: 16px;
    color: #f80b49;
    margin: 20px 0 20px 130px;
}
.my_alert {
    padding: 1.67em 1em;
    position: fixed;
    text-align: center;
    font-size: 18px;
    color: #fff;
    top: 35%;
    left: 50%;
    width: 70%;
    max-width: 300px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 4;
}
