.kvbox {
    background-color: #000;
    /*height: 490px;*/
    max-width: 1500px;
    margin: auto;
    position: relative;
}

.kv-content {
    max-width: 1155px;
    color: #FFF;
    /*font-size: 16px;*/
	font-size:115%;
    margin: auto;
}

.kv-content div {
    /*max-width: 460px;*/
}

.kv-content div:nth-child(1) {
    /*font-size: 35px;*/
	font-size:240%;
    /*line-height: 40px;*/
	line-height:1.05;
    text-transform: uppercase;
    font-family: HelveticaNeueW01-UltLt;
    padding-top: 26px;
    padding-bottom: 15px;
}

.kv-content div:nth-child(3) {
    padding: 20px 0;
	/*padding-top:0px;*/
}

.kv-content div:nth-child(4) {
    margin-top: 10px;
}

.kv-gif {
    width: 56.756%;
    max-width: 840px;
    height: 490px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a4000d;
}

.kv-gif::before {
    content: '';
    position: absolute;
    background-image: url(../images/desktop_kv.gif);
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.kv-gif::after {
    content: '';
    position: absolute;
    background-image: url(../images/loading.gif);
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.desktop .kv-half{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
}
.desktop .kv-content{
	color:#000;
	/*position:absolute;*/
	/*left:90px;*/
	/*left:7.9%;*/
	float:right;
	padding-right:7.5%;
}
.desktop .kv-desktop{
	position:relative;
}



.gotodetail {
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #FFF;
    color: #FFF;
    /*font-size: 15px;*/
	font-size:110%;
}

.desktop .gotodetail {
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
}

/* quote */
.quote {
	/*background:url(../images/03_notext.jpg) no-repeat;*/
    background-color: #ececf0;
    max-width: 1500px;
    padding: 85px 0;
	/*padding-left:80px;*/
    margin: auto;
    color: #000;
    text-transform: uppercase;
}

.quote .wrapper div:nth-child(1) {
	text-align:left;
    font-size: 43px;
    line-height: 60px;
    font-family: HelveticaNeueW01-UltLt;
}

.quote .wrapper div:nth-child(2) {
	text-align:left;
    padding-top: 50px;
    font-size: 34px;
    font-family: HelveticaNeueLTStd-Th;
}




/* video */

.youtube {
    position: relative;
    max-width: 1500px;
    margin: auto;
    min-height: 100px;
    background-color: #888;

}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}


.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-kv2-image {
    height: 808px;
    background-image: url(../images/home-kv2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin: auto;
}

/* detail */
.detail {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.detail-header {
    padding-top: 80px;
    font-size: 65px;
    line-height: 60px;
    font-family: HelveticaNeueW01-UltLt;
    padding-bottom: 20px;
}


/* form */
.register-form {
    max-width: 1500px;
    margin: auto;
    background-color: #FFF;
}

.form-header {
    text-align: center;
    color: #000;
    padding-top: 40px;
}

.form-header p:nth-child(1) {
    font-size: 58px;
    font-family: HelveticaNeueW01-UltLt;
}

.form-header p:nth-child(2) {
    padding: 5px 0 20px 0;
    font-size: 20px;
    max-width: 1000px;
    margin: auto;
}

.form-group-header {
    margin: 0 -5px;
    padding-top: 50px;
    font-size: 65px;
    font-family: HelveticaNeueW01-UltLt;
}

.form-group-title {
    margin: 0 -5px;
    font-size: 20px;
    padding: 20px 0 5px;

}

.textarea-row .form-group-title,
.leUi-col .form-group-title {
    margin: 0;
}

.form-body {
    margin: auto;
    color: #000;
}

.leUi-row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.leUi-col {
    width: 50%;
    margin: 0 5px;
}

.form-group label:nth-child(1) {
    display: block;
    padding-bottom: 10px;
}

.form-group .form-control {
    padding: 0 10px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #d9d9d9;
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    font-size: 20px;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #5D5D5D;
}

::-moz-placeholder {
    color: #5D5D5D;
}

:-ms-input-placeholder {
    color: #5D5D5D;
}



.has-error .form-control {
    border: 1px solid #e6001e;
}

.has-error .form-control.skip {
    border: 1px solid #a6a6a6 !important;
}

.has-error em.error,
.tnc .error {
    color: #e6001e;
    display: inline-block;
    padding-top: 5px;
    font-size: 14px;
}

/* select */
select {
    font-size: inherit;
    margin: 0;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    padding: 8px 24px 8px 10px;
    height: 100%;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 13px 8px;
    font-size: 14px;
    font-family: HelveticaNeueLTStd-Lt;
}

.select {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
}

#redeemDateList option:nth-child(1),
#redeemStore option:nth-child(1) {
    color: #888;
}

/* // select */


.hidden-input {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    left: -9999px;
}

/* phone */
.phone-row {
    display: flex;
}

.phone-col:nth-child(1) {
    width: 30%;
}

.phone-col:nth-child(2) {
    width: 70%;
    padding-left: 10px;
}

.textarea-row {
    margin: 0 -5px;
}

.form-group textarea.form-control {
    padding: 10px;
    height: 150px;
    line-height: 24px;
}

.tnc {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 30px;
    margin-top: 20px;
}

.tnc-label {
    display: block;
    position: relative;
    font-size: 18px;

}

.tnc input[type=checkbox] {
    position: absolute;
    left: -99999px;
    opacity: 0;
}

.tnc .tnc-content {
    display: block;
    min-height: 22px;
}

.tnc-content a {
    color: #000;
    text-decoration: underline;
}

.tnc .checkbox {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #FFF;
    border: 1px solid #000;
    position: absolute;
    left: -30px;
    top: 0;
    cursor: pointer;
}

.tnc-label input:checked+span::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 8px;
    border: 2px solid #000;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.tnc .error {
    display: block;
    margin-left: -30px;
}

.tnc a {
    color: #FFF;
    text-decoration: underline;
}

.tnc a:hover {
    color: #EEE;
}

.tnc-text {
    margin: 0 -5px;
    padding-top: 30px;
    font-size: 18px;
}

.button-submit {
    padding: 60px 0 90px;
    text-align: center;
}

.button-submit button[name='submit'],
.submit-loading {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 400px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 18px;
    margin: auto;
    padding: 0;
}

.submit-loading {
    cursor: progress;
    display: none;
}

.small-loading {
    animation: ani-360 2s linear 0s infinite normal;
    display: inline-block;
    position: relative;
    top: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.small-loading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background-color: #000;
}

/* 360度转 */
@keyframes ani-360 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.tnc-popup {
    color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
}

.tnc-popup::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.tnc-popup-content {
    width: 880px;
    height: 480px;
    background-color: #FFF;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -440px;
}

.tnc-popup-content a {
    color: #000;
}

.tnc-popup-title {
    font-size: 22px;
    padding: 50px 30px 0 30px;
    text-align: center;

}

.tnc-close {
    position: relative;
}

.tnc-close i {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/close.png);
    background-size: 100% 100%;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.tnc-popup-list {
    padding: 30px;
}

.tnc-popup-list ul {
    margin-left: 1em;
}

.tnc-popup-list li {
    list-style-type: decimal;
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.5;
}


@media screen and (max-width: 680px) {


    .kvbox img {
        display: block;
        width: 100%;
    }

    .kvbox {
        background-image: none;
        height: auto;
        background-color: #E0C9B9;
        text-align: center;
    }

    .kv-content {
        color: #FFF;
        background-color: #000;
        font-size: 16px;
        padding: 40px 15px;
    }

    .kv-content div:nth-child(1) {
        font-size: 40px;
        line-height: 40px;
        padding-top: 0;
    }

    .home-kv2-image {
        height: auto;
        background-image: none;
    }

    .home-kv2-image img {
        width: 100%;
    }

    .kv-gif::before,
    .kv-gif::after {
        content: '';
        position: absolute;
        background-image: none;
    }

    .kv-gif img {
        display: block;
        width: 100%;
    }

    .gotodetail {
        width: 180px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    /* .quote*/
    .quote {
        height: auto;
        padding: 30px 0;
    }

    .quote .wrapper div:nth-child(1) {
        font-size: 20px;
        line-height: 1.4;
    }

    .quote .wrapper div:nth-child(2) {
        padding-top: 10px;
        font-size: 18px;
    }

    /* detail */
    .detail {
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px
    }

    .detail-header {
        padding-top: 40px;
        padding-bottom: 10px;
        font-size: 29px;
        line-height: 1.2;
        margin: 0 -15px;
    }


    /* form */
    .leUi-row {
        margin: 0;
        flex-direction: column;
    }

    .leUi-col {
        width: 100%;
        margin: 0;
    }

    .form-header p:nth-child(1) {
        font-size: 48px;
    }

    .form-header p:nth-child(2) {
        font-size: 18px;
        padding: 0;
    }

    .form-group-header {
        margin: 0;
        padding-top: 20px;
        font-size: 26px;
    }

    .form-group-title {
        margin: 0;
        font-size: 16px;
        padding: 20px 0 0;
    }

    .form-group .form-control {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .textarea-row {
        margin: 0;
    }

    .form-group {
        padding: 10px 0;
    }

    .leUi-row.mobile-phone {
        display: flex;
        margin-left: -10px;
    }

    .leUi-row.mobile-phone .leUi-col {
        width: 50%;
        margin-left: 10px;
    }

    .form-body .tnc {
        margin-left: 0;
        margin-top: 10px;
    }

    .tnc-label,
    .tnc-text {
        font-size: 14px;
    }

    .button-submit {
        padding: 40px 0 100px;
        text-align: center;
    }

    .button-submit button[name='submit'],
    .submit-loading {
        max-width: 70%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: auto;
    }

    .tnc-popup-title {
        font-size: 18px;
        padding: 40px 15px 0 15px;
        text-align: center;

    }

    .tnc-popup-content {
        width: 90%;
        height: auto;
        left: 5%;
        top: 50px;
        margin-top: 0;
        margin-left: 0;
    }

    .tnc-close i {
        width: 20px;
        height: 20px;
        top: 10px;
        right: 10px;
    }

    .tnc-popup-list {
        padding: 20px;
    }

    .tnc-popup-list li {
        list-style-type: decimal;
        font-size: 14px;
        padding: 5px 0;
        line-height: 1.2;
    }


}