@charset "utf-8";

/* CSS Document */
html, body, p, input, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form {
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    word-break: break-all;
    /*    font-weight: 100;*/
}

html, body {
    font-family: Helvetica;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
}

header, footer, img, button {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section {
    width: 100%;
    height: 100%;
}

html {
    font-size: 100px;
}

.bg {
    position: absolute;
    display: block;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
    background-color: rgba(0, 0, 0, .85);
    background: url(../img/loading.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 999;
}

.loading .loading-main {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
}

.loading .loading-main .dial {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: -42.5px 0 0 -45px;
    background: url(../img/loading-dial.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.loading .loading-main .dial .pointer {
    width: 17px;
    height: 28px;
    background: url(../img/pointer.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 17px;
    left: 30px;
    -webkit-animation: loading 10s ease 0s infinite;
    animation: loading 10s ease 0s infinite;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }
}

.logo {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 45px;
    height: 50px;
    background: url(../img/logo.png) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 999;
}

.sound {
    position: absolute;
    top: 28px;
    right: 18px;
    z-index: 999;
}

.sound .btn-sound {
    width: 15px;
    height: 15px;
    background: url(../img/btn-sound.png) 0 -15px no-repeat;
    background-size: 100% auto;
}

.sound .btn-sound.on {
    background: url(../img/btn-sound.png) 0 -2px no-repeat;
    background-size: 100% auto;
}

.sound input {
    display: none;
}

.p0 {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-main .p0-top {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    z-index: 999;
    background: #000;

}

.top-main .ul {
    width: 500px;
    height: 50px;
    margin: 0 auto;
    display: block;
    z-index: 9999;
}

.top-main .ul .ul-1 {
    margin-left: 10px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.top-main .ul .ul-1 li {
    width: 110px;
    height: 45px;
    float: left;
    border-bottom: 1px solid #666;
    margin-right: 10px;
    cursor: pointer;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.top-main .ul .ul-1 li p:hover {
    color: #be1f1f;
}

.top-main .ul .ul-1 li p {
    font-size: 12px;
    text-align: center;
    line-height: 70px;
    color: #666;
}

.top-main .ul .ul-1 .li-1:after {
    position: absolute;
    margin: -31px 0 0 -3px;
    display: block;
    content: '';
    width: 1px;
    height: 4px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    border-bottom: 4px solid #666;
}

.top-main .ul .ul-1 .li-4:after {
    position: absolute;
    margin: -31px 0 0 112px;
    display: block;
    content: '';
    width: 1px;
    height: 4px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    border-bottom: 4px solid #666;
}

.p0 .p0-main {
    width: 100%;
    height: 100%;
}

.p0 .text {
    max-width: 450px;
    height: 120px;
    position: absolute;
    top: 160px;
    width: 30%;
    left: 115px;
    line-height: 170px;
    background: url(../img/p0-btn.png) 0 0 no-repeat;
    background-size: 100% auto;
}

/*
.p0 .btn {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 325px;
    left: 110px;
    cursor: pointer;
}*/
.p0 .p0-bottom-text {
    position: absolute;
    width: 4.3rem;
    height: 0.23rem;
    right: 0.25rem;
    bottom: 0.20rem;
    background: url(../img/p0-bottom-text.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.p1 {
    position: absolute;
    top: -200%;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .85);
}

.p1.show {
    top: 0;
    opacity: 1;
}

.p1.show.hide {
    opacity: 0;
}

.p1 .capital {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 410px;
    margin: -205px 0 0 -160px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .6);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.p1 .capital .capital-top {
    width: 320px;
    height: 40px;
    border-bottom: 1px solid #fff;
}

.p1 .capital .capital-top p {
    width: 100%;
    height: 40px;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
}

.p1 .capital .capital-top .capital-top-left {
    width: 160px;
    height: 40px;
    float: left;
    margin-left: -2px;
    border-right: 1px solid #fff;;
}

.p1 .capital .capital-top .capital-top-right {
    width: 160px;
    height: 40px;
    float: right;
}

.p1 .capital .capital-top .color {
    color: #898283
}

.p1 h2 {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 28px;
    margin-top: 20px;
    background: url(../img/p1-h2-text.png) 0 0 no-repeat;
}

.p1 .capital .capital-main {
    width: 290px;
    height: 260px;
    margin: 0 auto;
    margin-top: 25px;
}

.p1 .capital .capital-main dl {
    height: 15px;
    margin-bottom: 15px;
    float: left;
}

.p1 .capital .capital-main dl.name {
    float: left;
    width: 150px;
}

.p1 .capital .capital-main dl.name dd {
    width: 100px;
}

.p1 .capital .capital-main dl.sex {
    float: right;
    width: 120px;
}

.p1 .capital .capital-main dl.tel {
    float: left;
    width: 300px;
}

.p1 .capital .capital-main dl.verification input {
    width: 240px;
    height: 16px;
    padding: 0 0 0 10px;
}

.p1 .capital .capital-main dl.verification dl {
    width: 240px;
}

.p1 .capital .capital-main dl.verification dd {
    width: 210px;
    margin-bottom: 15px;
}

.p1 .capital .capital-main dl.email dd {
    width: 210px;
    margin-bottom: 15px;
}

.p1 .capital .capital-main dl.province dd input {
    width: 240px;
    height: 16px;
    padding: 0 0 0 10px;
}

.p1 .capital .capital-main dl.email input {
    width: 240px;
    height: 16px;
    padding: 0 0 0 10px;
}

.p1 .capital .capital-main dl.province {
    float: left;
    width: 150px;
}

.p1 .capital .capital-main dl.province .pseudo {
    width: 100px;
}

#province {
    width: 110px;
    height: 17px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    background: transparent;
    padding: 0 0 0 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.p1 .capital .capital-main dl.city {
    width: 120px;
    float: right;
}

#city {
    width: 75px;
    height: 17px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    background: transparent;
    padding: 0 0 0 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#dealer {
    width: 250px;
    height: 17px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    background: transparent;
    padding: 0 0 0 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.p1 .capital .capital-main dl dt {
    float: left;
    width: 45px;
    height: 16px;
    text-align: right;
    line-height: 16px;
    font-weight: 100;
}

.p1 .capital .capital-main dl dt span {
    font-size: 14px;
    float: left;
    width: 100%;
    height: 100%;
}

/*
.p1 .capital .capital-main dl dt span:before {
    position: absolute;
    margin: 2px 0 0 -10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: url(../img/ul-li-xing.png) 0 0 no-repeat;
    background-size: 100% auto;
}
*/

.p1 .capital .capital-main dl dd {
    width: 75px;
    height: 16px;
    line-height: 16px;
    float: left;
}

.p1 .capital .capital-main dl dd input {
    font-size: 14px;
    /*    line-height: 40px;*/
    display: block;
    width: 455px;
    height: 20px;
    padding: 10px 10px 10px 20px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
}

.p1 .capital .capital-main dl dd select {
    font-size: 26px;
    display: block;
    height: 60px;
    padding: 10px 10px 10px 20px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    background: transparent;
}

.p1 .capital .capital-main dl.name dd input {
    width: 110px;
    height: 17px;
    outline: none;
    padding: 0 0 0 10px;
    float: left;
}

#p1 .content .input dl dd select {
    font-size: 26px;
    display: block;
    height: 60px;
    padding: 10px 10px 10px 20px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.p1 .capital .capital-main dl.sex dd select {
    width: 80px;
    height: 18px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    background: transparent;
    padding: 0 0 0 25px;
}

.p1 .capital .capital-main dl.sex .pseudo:after {
    position: absolute;
    margin: -50px 0 0 65px;
    display: block;
    content: '';
    width: 13px;
    height: 80px;
    background: url(../img/capital-main-1.png) 100% 50% no-repeat;
    background-size: 100% auto;
}

.p1 .capital .capital-main dl.province dd select {
    width: 250px;
    height: 40px;
}

.p1 .capital .capital-main dl.province .pseudo:after {
    position: absolute;
    margin: -50px 0 0 100px;
    display: block;
    content: '';
    width: 13px;
    height: 80px;
    background: url(../img/capital-main-1.png) 100% 50% no-repeat;
    background-size: 100% auto;
}

.p1 .capital .capital-main dl.city dd select {
    width: 135px;
    height: 40px;
}

.p1 .capital .capital-main dl.city .pseudo:after {
    position: absolute;
    margin: -50px 0 0 65px;
    display: block;
    content: '';
    width: 13px;
    height: 80px;
    background: url(../img/capital-main-1.png) 100% 50% no-repeat;
    background-size: 100% auto;
}

.p1 .capital .capital-main dl.dealer dd select {
    width: 485px;
    height: 40px;
}

.p1 .capital .capital-main dl.dealer .pseudo:after {
    position: absolute;
    margin: -50px 0 0 235px;
    display: block;
    content: '';
    width: 13px;
    height: 80px;
    background: url(../img/capital-main-1.png) 100% 50% no-repeat;
    background-size: 100% auto;
}

.p1 .capital .capital-main dl dd select option {
    background-color: #000;
}

.p1 .capital .capital-main .tel dd .btn-01 {
    position: absolute;
    right: 10px;
    width: 75px;
    height: 18px;
    color: #fff;
    background-color: #660509;
    border-radius: 10px;
}

.p1 .capital .capital-main .tel .tel-dd-1 {
    width: 170px;
}

.p1 .capital .capital-main .tel .tel-dd-2 {
    padding-left: 5px;
}

.p1 .capital .capital-main .tel dd .btn-01 p {
    font-size: 12px;
    width: 80px;
    line-height: 0rem;
    margin-left: -22px;
    font-weight: 100;
}

#J_resetCode {
    position: absolute;
    display: block;
    right: 10px;
    width: 75px;
    color: #fff;
    background-color: #660509;
    border-radius: 10px;
    float: right;
    height: 18px;
    margin-top: 0;
}

#J_resetCode span {
    font-size: 12px;
    font-weight: 100;
}

#J_resetCode p {
    font-size: 23px;
    margin-left: 30px;
}

.p1 .capital .capital-main .tel dd .color {
    background-color: #ccc;
}

.p1 .capital .capital-main .tel .tel-input {
    width: 160px;
    height: 15px;
    height: 16px;
    line-height: 16px;
    float: left;
    padding: 0 0 0 10px;
}

.p1 .capital .capital-main .tel dd input {
    margin-left: 0;
    width: 285px;
    height: 100%;
    float: left;
}

.p1 .capital .capital-main .btn-yes {
    width: 100%;
    height: 35px;
    background-color: #660509;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    float: left;
}

.p1 .capital .capital-explain {
    width: 280px;
    height: 350px;
    margin: 0 auto;
    margin-top: 15px;
    background: url(../img/explain-text.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: none;
}

.p1 .close {
    width: 60px;
    height: 25px;
    background: url(../img/return.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 30px;
    bottom: 30px;
    cursor: pointer;
}

.browser {
    position: absolute;
    top: -100%;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
}

.browser.show {
    top: 0;
    opacity: 1;
}

.browser.show.hide {
    opacity: 0;
}

.browser .browser-1 {
    position: absolute;
    top: 60px;
    right: 55px;
    width: 95px;
    height: 95px;
    background: url(../img/tip.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-animation: a1 2s infinite ease;
    animation: a1 2s infinite ease;
}

@-webkit-keyframes a1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0.3rem, -0.3rem, 0);
        transform: translate3d(0.3rem, -0.3rem, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0.3rem, -0.3rem, 0);
        transform: translate3d(0.3rem, -0.3rem, 0);
    }
}

@keyframes a1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0.3rem, -0.3rem, 0);
        transform: translate3d(0.3rem, -0.3rem, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0.3rem, -0.3rem, 0);
        transform: translate3d(0.3rem, -0.3rem, 0);
    }
}

.browser .browser-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 560px;
    height: 370px;
    margin: -185px 0 0 -280px;
    background: url(../img/tip-main.png) 0 0 no-repeat;
    background-size: 100% auto;
}

#slides {
    top: 0;
    left: 100%;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    background-color: #000;
    position: absolute;
}

#slides.show {
    left: 0;
    opacity: 1;
}

#slides.show.hide {
    opacity: 0;
}

#slides .swiper-container {
    width: 100%;
    height: 100%;
}

#slides .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#slides .arrow .left {
    width: 45px;
    height: 45px;
    background: url(../img/car-points-page.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    margin-left: 175px;
}

#slides .arrow .right {
    width: 45px;
    height: 45px;
    background: url(../img/car-points-page.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 175px;
}

#slides .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#slides .swiper-wrapper .swiper-slide h3 {
    font-size: 19px;
    text-align: center;
}

#slides .swiper-wrapper .swiper-slide i {
    width: 30px;
    border-bottom: 2px solid #fff;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
}

#slides .swiper-wrapper .swiper-slide p {
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
}

#slides .btn-return {
    width: 60px;
    height: 25px;
    background: url(../img/return.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 30px;
    bottom: 40px;
    z-index: 1;
    cursor: pointer;
}

#slide {
    top: 100%;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .9);
    background-size: 100% auto;
    position: absolute;
}

#slide.show {
    top: 0;
    opacity: 1;
}

#slide.show.hide {
    opacity: 0;
}

#slide .slide-mian {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 680px;
    height: 500px;
    margin: -250px 0 0 -340px;
    background: url(../img/slide-1.png) 0 0 no-repeat;
}

#slide .slide-mian .slide-mian-text {
    width: 671px;
    height: 440px;
    margin: 56px 0 0 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#slide .slide-mian .slide-mian-text .slide-mian-text-img {
    width: 650px;
    height: 2380px;
    background: url(../img/slide-2.png) 2px 0 no-repeat;
    position: relative;
    margin-top: 15px;
}

#slide .slide-mian .slide-mian-text:before {
    position: absolute;
    bottom: -40px;
    left: 3px;
    display: block;
    content: '';
    width: 340px;
    height: 35px;
    background: url(../img/slide-3.png) 0 0 no-repeat;
}

#slide .btn-return {
    width: 60px;
    height: 25px;
    background: url(../img/return.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 30px;
    bottom: 40px;
    z-index: 1;
    cursor: pointer;
}

#disclaimer {
    top: 0;
    left: 200%;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
    background-color: #000;
    background-size: 100% auto;
    position: absolute;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#disclaimer.show {
    left: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, .3);
}

#disclaimer.show.hide {
    opacity: 0;
}

#disclaimer .content {
    position: absolute;
    width: 320px;
    height: 440px;
    top: 50%;
    left: 50%;
    margin: -220px 0 0 -160px;
    border: 1px solid #999;
    background-color: rgba(0, 0, 0, .9);
}

#disclaimer .content .close {
    width: 13px;
    height: 13px;
    background: url(../img/close.png) 50% 50% no-repeat;
    position: absolute;
    top: 10px;
    right: 8px;
}

#disclaimer .content .text-info {
    width: 280px;
    height: 320px;
    margin: 0 auto;
    margin-top: 35px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#disclaimer .content .text-info::-webkit-scrollbar-thumb {
    width: 1px;
    background-color: #808080;
}

#disclaimer .content .text-info::-webkit-scrollbar {
    width: 5px;
    background-color: #c9c9c9;
}

#disclaimer .content .text-info .details-main {
    width: 270px;
    height: 760px;
    background: url(../img/details-main-text.png) 0 0 no-repeat;
    background-size: 100% auto;
}

#disclaimer .content .text-info .details-main h2 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

#disclaimer .content .text-info .details-main .text {
    margin-top: 20px;
}

#disclaimer .content .text-info .details-main p {
    font-size: 10px;
    margin-bottom: 20px;
    line-height: 30px;

}

#disclaimer .content .close-yes {
    width: 270px;
    height: 35px;
    background: #63070a;
    margin: 0 auto;
}

#disclaimer .content .close-yes p {
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}

#video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

#video .video-main {
    display: block;
    position: absolute;
    width: 750px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -375px;
}

#video .video-main video {
    display: block;
    position: absolute;
    width: 960px;
    height: 490px;
    left: 50%;
    top: 50%;
    margin: -245px 0 0 -480px;
}

#video .close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 100px;
    right: 35px;
    background: url(../img/close.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.payment {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
}

.payment.show {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.payment.hide {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
}

.payment .btn-returns {
    width: 60px;
    height: 25px;
    background: url(../img/return.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    cursor: pointer;
}

#payment-page .payment {
    position: absolute;
    width: 350px;
    height: 260px;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -175px;
    background: url(../img/payment-page.png) 0 0 no-repeat;
    background-size: 100% auto;
}

#payment-page .payment span {
    height: 30px;
    line-height: 15px;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    margin-left: -40px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

#payment-yes .payment {
    position: absolute;
    width: 350px;
    height: 260px;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -175px;
    background: url(../img/payment-yes.png) 0 0 no-repeat;
    background-size: 100% auto;
}

#payment-yes .payment span {
    height: 30px;
    line-height: 15px;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    margin-left: -40px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

#payment-no .payment span {
    height: 30px;
    line-height: 15px;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    margin-left: -40px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

#payment-no .payment {
    position: absolute;
    width: 350px;
    height: 260px;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -175px;
    background: url(../img/payment-no.png) 0 0 no-repeat;
    background-size: 100% auto;
}

#payment-no .payment button {
    width: 150px;
    height: 50px;
    position: absolute;
    background: transparent;
    top: 155px;
    left: 50%;
    margin-left: -75px;
}

#slides .swiper-wrapper .swiper-slide .slides-text {
    width: 270px;
    height: 160px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin: -80px 0 0 -135px;
}

#slides .swiper-wrapper .screen1 .slides-text {
    background: url(../img/car-points-1-text.jpg) 0 0 no-repeat;
}

#slides .swiper-wrapper .screen2 .slides-text {
    background: url(../img/car-points-2-text.jpg) 0 0 no-repeat;
}

#slides .swiper-wrapper .screen3 .slides-text {
    background: url(../img/car-points-3-text.jpg) 0 0 no-repeat;
}

#slides .swiper-wrapper .screen4 .slides-text {
    background: url(../img/car-points-4-text.jpg) 0 0 no-repeat;
}

#slides .swiper-wrapper .screen5 .slides-text {
    background: url(../img/car-points-5-text.jpg) 0 0 no-repeat;
}

#slides .swiper-wrapper .screen6 .slides-text {
    background: url(../img/car-points-6-text.jpg) 0 0 no-repeat;
}

.top-main .ul .ul-1 li .gules {
    color: #be1f1f;
}

/*表单*//*

.p1 .capital .capital-main dl {
    height: 30px;
    margin-bottom: 10px;
}
.p1 .capital .capital-main dl.name {
    float: left;
    width: 150px;
}
.p1 .capital .capital-main dl.sex {
    margin-left: 155px;
}
.p1 .capital .capital-main dl.province {
    float: left;
    width: 175px;
}
.p1 .capital .capital-main dl.city {
    margin-left: 175px;
}
.p1 .capital .capital-main dl dt {
    float: left;
    width: 50px;
    height: 15px;
    background: url(../img/capital-main-name.png) 100% 0 no-repeat;
}
.p1 .capital .capital-main dl dt span{
    text-indent: -99999999px;
}
.p1 .capital .capital-main dl.name dt {
    background-position: 100% 0px;
}
.p1 .capital .capital-main dl.sex dt {
    background-position: 100% -209px;
}
.p1 .capital .capital-main dl.tel dt {
    background-position: 100% -35px;
}
.p1 .capital .capital-main dl.verification dt {
    background-position: 100% -71px;
}
.p1 .capital .capital-main dl.email dt {
    background-position: 100% -105px;
}
.p1 .capital .capital-main dl.province dt {
    background-position: 100% -140px;
}
.p1 .capital .capital-main dl.city dt {
    background-position: 100% -245px;
    margin: 0 0 0 -15px;
}
.p1 .capital .capital-main dl.dealer dt {
    background-position: 100% -175px;
}
.p1 .capital .capital-main dl dd {
    margin-left: 50px;
}

.p1 .capital .capital-main .tel .tel-1{

}.p1 .capital .capital-main .tel dd .btn-01 {
    position: absolute;
    width: 80px;
    height: 18px;
    line-height: 18px;
    right: 10px;
    color: #fff;
    background-color: #660509;
    border-radius: 10px;
    margin: -17px -10px 0 0;
}
.p1 .capital .capital-main .tel dd .btn-01 span{
    color: #fff;
}
.p1 .capital .capital-main dl dd input {
    font-size: 13px;
    line-height: 18px;
    display: block;
    width: 220px;
    height: 7px;
    padding: 5px 5px 5px 10px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
}
.p1 .capital .capital-main dl.name dd input {
    width: 85px;
}.p1 .capital .capital-main dl.tel dd input {
    width: 135px;
}
.p1 .capital .capital-main dl dd select {
    font-size: 13px;
    display: block;
    height: 18px;
    padding: 0 0 0 10px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    background: transparent;
}
.p1 .capital .capital-main dl.sex dd select {
    width: 80px;
}
.p1 .capital .capital-main dl.province dd select {
    width: 105px;
}
.p1 .capital .capital-main dl.city dd select {
    width: 75px;
}
.p1 .capital .capital-main dl.dealer dd select {
    width: 235px;
}
.p1 .capital .capital-main dl dd select option {
    background-color: #000;
}
.p1 .capital .capital-main .btn-yes {
    display: block;
    width: 290px;
    height: 35px;
    margin-top: 15px;
    background: #535353 url(../img/capital-main-btn.png) 50% 50% no-repeat;

}

.p1 .capital .capital-main dl.sex .pseudo:after {
    position: absolute;
    margin: -15px 0 0 65px;
    display: block;
    content: '';
    width: 13px;
    height: 10px;
    background: url(../img/capital-main-1.png) 100% 50% no-repeat;
    background-size: 100% auto;
}
.p1 .capital .capital-main dl.province .pseudo:after {
    position: absolute;
    margin: -15px 0 0 90px;
    display: block;
    content: '';
    width: 13px;
    height: 10px;
    background: url(../img/capital-main-1.png) 100% 50% no-repeat;
    background-size: 100% auto;
}
.p1 .capital .capital-main dl.city .pseudo:after {
    position: absolute;
    margin: -15px 0 0 95px;
    display: block;
    content: '';
    width: 13px;
    height: 10px;
    background: url(../img/capital-main-1.png) 100% 50% no-repeat;
    background-size: 100% auto;
}
.p1 .capital .capital-main dl.city .pseudo{
    margin: 0 0 0 0;
}
.p1 .capital .capital-main dl.dealer .pseudo:after {
    position: absolute;
    margin: -15px 0 0 220px;
    display: block;
    content: '';
    width: 13px;
    height: 10px;
    background: url(../img/capital-main-1.png) 100% 50% no-repeat;
    background-size: 100% auto;
}



















*/

.p1 .capital .capital-main dl dt {
    float: left;
    width: 45px;
    height: 16px;
    text-align: right;
    line-height: 16px;
    font-weight: 100;
    background: url(../img/capital-main-name.png) 100% 0 no-repeat;
    color: transparent;
}

.p1 .capital .capital-main dl.name dt {
    background-position: 100% 0px;
}

.p1 .capital .capital-main dl.sex dt {
    background-position: 100% -209px;
}

.p1 .capital .capital-main dl.tel dt {
    background-position: 100% -35px;
}

.p1 .capital .capital-main dl.verification dt {
    background-position: 100% -71px;
}

.p1 .capital .capital-main dl.email dt {
    background-position: 100% -105px;
}

.p1 .capital .capital-main dl.province dt {
    background-position: 100% -140px;
}

.p1 .capital .capital-main dl.city dt {
    background-position: 100% -245px;
}

.p1 .capital .capital-main dl.dealer dt {
    background-position: 100% -175px;
}

.p1 h2 {
    width: 170px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 28px;
    margin-top: 20px;
    background: url(../img/capital-main-h2.png) 0 0 no-repeat;
    color: transparent;
    position: relative;
    left: 50%;
    margin-left: -85px;
}

.p1 .capital .capital-main .btn-yes {
    width: 100%;
    height: 35px;
    /* background-color: #660509; */
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    float: left;
    background: url(../img/capital-main-btn.png) 0 0 no-repeat;
    color: transparent;
}

.p1 .capital .capital-main dl dt {
    width: 51px;
}

.p1 .capital .capital-main dl.name dd {
    width: 80px;
}

.p1 .capital .capital-main dl dd {
    width: 65px;
}

.p1 .capital .capital-main dl.province .pseudo {
    width: 94px;
}

.p1 .capital .capital-main .tel dd .btn-01 span {
    line-height: 18px;
}