input,
textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.block {
    display: block;
}

.border {
    border-bottom: 0.267vw solid #D8D8D8;
}

.head_top {
    padding: 3.467vw 0;
}

.center {
    text-align: center
}

.w20 {
    width: 5.333vw
}


img {
    vertical-align: middle;
}

.in_block {
    display: inline-block;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%
}

.w26 {
    width: 6.933vw;
    height: 6.933vw;
}

.head_top .logo {
    width: 29.067vw;
    margin: 0 auto;
}

.head_btm {
    height: 13.333vw;
    line-height: 13.333vw;
    font-size: 4.267vw
}


.head_btm .head_btn {
    width: 6.933vw;
    /* height: 5.333vw; */

}



.head_btm .head_btn span {
    width: 100%;
    height: 3px;
    background: #999999;
    border-radius: 1.333vw;
    display: block
}

.head_btm .head_btn>div {
    display: inline-block;
}

.head_btm .head_btn span.mar {
    margin: 1.333vw 0;
}

.head_btm .head_btn>div.mbtm {
    vertical-align: middle;
}

.head_btm .head_btn>div.mbtm span {
    -webkit-transition: all 0.2s;
}

.head_btm .head_btn>div.mbtm.cur span:nth-child(1) {
    -webkit-transform: translateY(2.13vw) rotate(45deg) scaleY(0.5);
}

.head_btm .head_btn>div.mbtm.cur span:nth-child(2) {
    opacity: 0;
}

.head_btm .head_btn>div.mbtm.cur span:nth-child(3) {
    -webkit-transform: translateY(-2.13vw) rotate(-45deg) scaleY(0.5);
}

.head_btm .head_con>div {
    padding: 0 2vw
}



.head_btm .login_info {
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 13.6vw;
    left: 0;
    box-shadow: rgba(0, 0, 0, .5) 0 8.8vw 8vw 0;
    display: none;
}

.head_btm .login_info ul li {
    padding: 0 5.333vw;
    border-bottom: #c4c4c4 0.267vw solid;

}

.head_btm .login_ok .img1 {
    width: 4.267vw;
}

.head_btm .login_ok .img2 {
    width: 2.133vw;
    -webkit-transition: all .3s;
}

.head_btm .login_ok.cur .img2 {
    -webkit-transform: rotate(180deg)
}

.head_btm .login_info i {
    color: #e6002d;
    font-style: normal;
    margin-left: 1.333vw
}

.head_btm .login_info i b {
    font-weight: normal
}

.head_btm .login_ok span {
    vertical-align: middle;
    padding: 0 1.333vw 0 1.333vw
}

.head_btm .head_con .lag span {
    width: 1px;
    height: 4.267vw;
    background: #000;
    margin: 0 1.333vw 0;
    vertical-align: middle
}

.head_btm .head_con a {
    vertical-align: middle
}

.menu_lay {
    width: 60vw;
    background: #ffffff;
    position: absolute;
    top: 28vw;
    left: 0;
    font-size: 4.267vw;
    height: 100%;

    -webkit-transition: all .7s;
    -webkit-transform: translateX(-60vw);
}

.cur {
    pointer-events: visible
}

.menu_lay ul li {
    line-height: 10.667vw;


}

.menu_lay ul li a {
    padding-left: 10.667vw;
    border-bottom: #c4c4c4 0.267vw solid;
}

.wx_qrcode,
.contact,
.cpyingc {
    z-index: 2;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    display: none
}

.contact {
    z-index: 6;
}

.wx_qrcode {
    display: none;
    top: 0;
    z-index: 5;
}

.contact {
    z-index: 5;
}


.contact,
.cpyingc {
    /* display: block; */
    top: 0
}

.contact .contact_con,
.cpyingc .contact_con {
    /* img2 */
    background: #ffffff
}



.contact_con {
    width: 65vw;
    padding: 6.333vw 0 5.333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%)
}

.contact_con .icon_box {
    padding: 0 5.333vw;
    font-size: 3.733vw;
    line-height: 6.667vw
}

.contact_con .icon_box span {
    vertical-align: middle;
}

.contact_con .icon_box a {
    vertical-align: middle;
}

.contact_con img.img1 {
    width: 40vw;
    margin: 0 auto;
    padding: 0 0 3vw;
    display: block;
}

.contact_con img.close {
    top: -7vw;
    width: 5vw;
    right: 0;
    position: absolute;
}


.contact_con img.img2 {
    width: 5vw;
    padding-right: 1.333vw
}

.erwm {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26.667vw;
    margin-left: -26.667vw
}

.erwm_img {
    width: 53.333vw
}

.erwm_close {
    position: absolute;
    top: -7vw;
    width: 5vw;
    right: 0;
}

.menu_lay ul.menu_home>li:nth-child(1) {
    padding-top: 2.667vw
}

.menu_lay ul li a {
    display: block
}

.home_banner {
    width: 100%;
    overflow: hidden;
}

.slick-list {
    width: 100%
}

.home_banner .swiper-pagination {
    margin-top: 0;
    top: 0;
    bottom: 0;
    height: 12.267vw;
    width: 100%;
    position: relative;
    line-height: 12.267vw;
    z-index: auto;
}

.home_banner .swiper-pagination-bullet {
    background: #000
}

/* .home_banner ..swiper-pagination li {
    margin: 0 1.067vw;
} */


.slick-dots li button:before {
    background: #d8d8d8;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #000;
}

.header {

    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;

}

.fx {
    position: fixed;
}

.home_select {
    margin-bottom: 10.667vw
}

.home_select li {
    margin-bottom: 2.667vw
}

.home_select li:last-child {
    margin-bottom: 0
}

.home_select li a {
    width: 80vw;
    border: 0.267vw #ffffff solid;
    height: 8vw;
    line-height: 8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40vw;
    margin-top: -4vw;
}

.font16 {
    font-size: 4.267vw
}

.colorFFF {
    color: #ffffff
}

.home_btm {
    width: 100%
}

.home_btm .css {
    width: 100%
}

.home_btm .css.btm3 {
    margin-bottom: .4vw
}

.home_btm .css a {
    width: 49.8vw;
    font-size: 5.333vw
}

.home_btm .css a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%)
}

.footer {
    background: #f8f8f8;
}

.footer ul {
    font-size: 0;
    padding-bottom: 4vw
}

.footer {
    padding-top: 7.467vw;
    padding-bottom: 14.933vw;
    font-size: 2.667vw;
    text-align: center;
}

.footer ul li {
    display: inline-block;

    font-size: 2.667vw;
    position: relative;
    vertical-align: middle;
}

.footer ul li {
    line-height: 5.333vw;
    height: 5.333vw;
}

.footer ul li.cur::before {
    content: "";
    width: 1px;
    height: 2.667vw;
    background: #000;
    display: inline-block;
    vertical-align: middle;
}

.PrPolicy_con h1 {
    font-size: 8vw;
    font-weight: 700;
    color: #080808;
    text-align: center;
    padding: 8vw 0;
}

.PrPolicy_con p {
    font-size: 4.267vw;
    color: #000;
    margin-bottom: 6vw;
    padding: 0 5.333vw;
    text-align: justify;
}

.PrPolicy_con h4 {
    font-size: 4.267vw;
    font-weight: 700;
    padding: 6vw 5.333vw;
}

.PrPolicy_con a {
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}

.PrPolicy_con li {
    margin-bottom: 6vw;
    padding-left: 4vw;
    box-sizing: border-box;
    position: relative;
    text-align: justify;
}

.PrPolicy_con ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    font-size: 4.267vw;
    padding: 0 5.333vw;
}

.PrPolicy_con li:after {
    content: '';
    display: block;
    width: 2vw;
    height: 2vw;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2vw;
}

.mian_box {
    padding: 0 5.333vw;
}

.tan_form {
    top: 50%;
    left: 50%;
    /* display: none; */
    background: #F6F6F6;
    /* z-index: 101; */
    width: 400px;
}

.per_tan {
    -webkit-transform: translate(-50%, -50%);
    width: 300px
}

.person_con .per_tan .v1 {
    margin-left: 0
}

.person_con .per_tan .v2 {
    padding: 0
}

.person_con .per_tan {
    display: block;
    padding: 30px 0;
    background: #fff;
}

.person_con .per_tan .v1 {
    color: #171717;
    -width: 302px;
    line-height: 28px;
}

.person_con .per_tan .v2 {
    margin-top: 20px;
}

.person_con .per_tan .v2 img {
    display: inline-block;
    max-width: 150px;
}


.head_btm .head_con>div.ing1 {
    padding: 0 5.333vw 0 2vw;
}

.jia_tan .tit_v1 {
    margin-bottom: 1.333vw
}

.shi_jia_con .tan_form .in,
.shi_jia_con_v1 .serv_tan .in {
    padding: 10px 0 5px 12px;
    line-height: auto;
}

.font24 {
    font-size: 6.4vw
}

.font22 {
    font-size: 5.867vw
}

.font18 {
    font-size: 4.8vw
}

.font12 {
    font-size: 3.2vw
}

.font14 {
    font-size: 3.2vw
}

.font20 {
    font-size: 5.333vw
}

.bold {
    font-weight: bold
}

.events h1 {
    padding: 5.333vw 0
}

.events_con {
    margin-bottom: 8vw
}

.events p.p1 {
    margin: 2.667vw 0 0;
}

.events p.p2 {
    margin: 0 0 2.667vw;
    color: #4B4B4B
}

.events .ing1 {
    padding: 0 1.333vw;
}

.events .btn {
    display: block;
    background: #000;
    color: #fff;
    width: 53.333vw;
    height: 10.667vw;
    line-height: 10.667vw;
    text-align: center
}

.mian_bao {
    background: #000;
    color: #fff;
    /* padding: 2.667vw 5.333vw */
    /* height: 16vw;
    line-height: 16vw; */
}

.motode {
    padding: 8vw 5.333vw
}

.motode .d1 {
    margin: 5.333vw 0
}

.motode .hengx {
    width: 18.667vw;
    height: 0.267vw;
    border: 0.267vw solid #000000;
    background: #000000;
    margin: 0 auto;
}

.motode .wenbentext {
    text-align: justify;
    padding-top: 2.667vw;
    padding-bottom: 6.667vw
}

.motode .wenbentext p {
    padding: 2.667vw 0;
    font-size: 4.267vw !important;
    font-family: NotoSansHans-Light, Arial !important;
}

.motode .wenbentext p span {
    font-size: 4.267vw !important;
    font-family: NotoSansHans-Light, Arial !important;
}

.motode .de_xiaw {
    margin-top: 5.333vw
}

.motode .de_xiaw p {
    font-size: 4.267vw !important;
    font-family: NotoSansHans-Light, Arial !important;
    margin-top: 1.333vw
}

.motode .slick-dots {
    position: relative;
    margin-top: 0;
    z-index: auto;
}

.nei_tu {
    padding-bottom: 5.333vw;
    border-bottom: #000 0.533vw solid;
}

.slickBox {
    margin-top: 5.333vw;
    position: relative;
}

.slickBox ul {
    text-align: center
}

.slickBox ul li {
    width: 2.667vw;
    height: 2.667vw;
    border-radius: 50%;
    display: inline-block;
    background: #898989;
    margin: 0 6.775%;
    line-height: 2.667vw;
}

.slickBox ul li span {
    color: #fff;
    display: block;
    visibility: hidden;
    /* font-size: 0 */
}

.motode .slick-dots li button {
    font-size: inherit
}

.slickBox div {
    height: 0.267vw;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.1335vw;
    background: #979797;
    z-index: -1;
}

.slickBox ul li.slick-active {
    background: #e6002d;
    width: 5.333vw;
    height: 5.333vw;
    line-height: 5.333vw;
}

.slickBox ul li.slick-active span {
    visibility: visible;
}


.bookNowBtn {
    width: 44.267vw;
    right: -8vw;
    top: 50%;
    margin-top: 27.2vw;
    z-index: 3;
    border-radius: 16.533vw;
    background: rgba(216, 216, 216, .7);
    padding: 2.4vw 0;
    padding-right: 4vw;
}

.en_tan_form {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    background: none;
}


.en_tan_form .box {
    top: 50%;
    left: 50%;
    width: 77vw;
    background: #F6F6F6;
    padding: 8vw 8vw;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;

}

.tan_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .7;
}


.tan_form .v1 {
    margin-top: 2.667vw;
    margin-left: 2.667vw
}


.quan {
    /* width: 2.133vw;
    height: 2.133vw;
    border: #9B9B9B 0.267vw solid;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1vw;
    position: relative;
    top: 0.267vw; */
}


.tan_form .in {
    border: none;
    width: 74.067vw;
    border-bottom: #e6002d 0.267vw solid;
    line-height: 3.733vw;
    padding: 4vw 0 0.533vw 2.667vw;
    background: none;
    color: #000;
    margin-bottom: 4vw;
}

.tan_form .form {
    /* margin-top: 20px; */
    width: 100%;
}

.tan_form .tan_iconBox {
    margin-bottom: 1.333vw
}

.tan_iconBox img.img2 {
    width: 5vw;
    padding-right: 1.333vw;
    vertical-align: middle
}

.tan_form .tan_icon span {
    vertical-align: middle;
    color: #4A4A4A;

}

.tan_form .form .tan_icon {
    padding: 0 0 0 2.667vw;
}

.tan_form .tit {
    margin-bottom: 2.667vw;
    font-weight: 600;
}

.tan_form .v2 {
    padding: 0 0 0 2.667vw;
    margin: 2.667vw 0
}

.tan_form .tit_v1 {
    color: #4A4A4A;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.tan_form .ti {
    border: none;
    background: none;
    color: #fff;
    background: #000000;
    font-weight: normal;
    height: 12vw;
    line-height: 12vw;
    width: 100%;
}


.shou.cur b,
.deng_lu .v2 span.cur b,
.deng_lu .v3 span.cur b,
.rac_con .you .v4 li .v span.cur b,
.list_con1 .v2 .span_2.cur b,
.yu_yue .v1 span.cur b,
.yu_yue .v2 span.cur b,
.shi_jia_con .v2 span.cur b,
.shi_jia_con .sex span.cur b,
.serv_tan .sex span.cur b,
.serv_tan .v2 span.cur b,
.tian_mob span.cur b {
    /* background: #e6002d; */
    background-position-y: bottom
}

.quan i {
    width: 1.067vw;
    height: 1.067vw;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    /* -webkit-transform: translate(-50%, -50%) */
}

.tan_form .close {
    top: 1vw;
    width: 5vw;
    right: 2vw;
    position: absolute;
}

.sign_con {
    background: url(../img/signin_bg.jpg) no-repeat 15%;
    height: 146.667vw;
    width: 100%;
    background-size: cover;
    min-height: 440px;
}

.tan_form.deng_lu {
    z-index: auto;
}

.sign_con .deng_lu {
    padding: 8vw 8vw 5.333vw 8vw;
    width: 80vw;
    background: #F6F6F6;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%)
}

#submit_login .v1_1 {
    height: 32px;
    line-height: 32px;
}

.deng_lu .form {
    width: 80vw;
    margin-top: 9.333vw;
}

.deng_lu .in {
    border: none;
    border-bottom: #e6002d 1px solid;
    line-height: 14px;
    padding: 10px 0 10px 12px;
    background: none;
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    box-sizing: border-box;
}

.deng_lu .in::-webkit-input-placeholder {
    color: #9B9B9B;
}

.sign_con .tan_form .v1 {
    margin-left: 0;
}

.shi_jia_con .tan_form .v1 {
    margin-left: 0;
}

.deng_lu .fa_song {
    width: 40%;
    height: 36px;
    background: none;
    background: #000;
    border: none;
    padding-top: 4px;
    color: #fff;
}

.deng_lu .verfic {
    width: 55%;
}

.deng_lu .v1 .in {
    margin-bottom: 10px;
}

.deng_lu .v2 {
    margin-top: 0;
}

.deng_lu .fa_song .v2_1,
.mobile_jia .fa_song .v2_1 {
    display: none;
    line-height: 36px;
}

.deng_lu .v3 {
    margin-top: 45px;
}

.deng_lu .v2 span b,
.deng_lu .v3 span b,

.list_con1 .v2 .span_2 b,
.yu_yue .v1 span b,
.yu_yue .v2 span b,
.shi_jia_con .v2 span b,
.shi_jia_con .sex span b,
.serv_tan .sex span b,
.serv_tan .v2 span b,
.tian_mob span b {
    width: 4vw;
    height: 3.733vw;
    background: url(../img/xiala8.png) no-repeat top/100% auto;
    margin-right: 1.333vw;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px
}

.deng_lu .v3 span b i,
.deng_lu .v2 span b i,
.list_con1 .v2 .span_2 i,
.yu_yue .v1 span i,
.yu_yue .v2 span i,
.shi_jia_con .v2 span i,
.shi_jia_con .sex span i,
.serv_tan .sex span i,
.serv_tan .v2 span i,
.tian_mob span i {
    width: 1.067vw;
    height: 1.067vw;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -0.533vw;
    margin-top: -0.533vw;

}

.deng_lu .v2 span.cur b,
.deng_lu .v3 span.cur b,
/* .rac_con .you .v4 li .v span.cur b, */
.list_con1 .v2 .span_2.cur b,
.yu_yue .v1 span.cur b,
.yu_yue .v2 span.cur b,
.shi_jia_con .v2 span.cur b,
.shi_jia_con .sex span.cur b,
.serv_tan .sex span.cur b,
.serv_tan .v2 span.cur b,
.tian_mob span.cur b {
    -border: #e6002d 0.267vw solid;
}

.deng_lu .ti {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-top: 19px;
}

.shi_jia_con .v2,
.deng_lu .form .v2,
.deng_lu .form .v3,
.yu_yue .v1,
.yu_yue .v2 {
    margin-left: 12px;
    padding-left: 0
}

.dianx {
    width: 1.333vw;
    height: 1.333vw;
    background: #e6002d;
    border-radius: 50%;
    left: 4.5vw;
    top: 4vw;
    position: absolute
}

.login_ok {
    position: relative
}



.shi_jia_con {
    background: url(../img/shi_1.jpg) no-repeat center left;
    min-height: 572px;
    width: 100%;
    background-size: cover;
    padding: 30px 0 52px 0;

}

.shi_jia_con_v1 {
    background: url(../img/in_yuy.jpg) no-repeat center left;
    min-height: 572px;
    width: 100%;
    background-size: cover;
    padding: 30px 0 52px 0;
}


.shi_jia_con .jia_tan,
.shi_jia_con_v1 .jia_tan {
    display: block !important;
    width: 77vw;
    padding: 8vw 8vw;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin: 0 auto;
}

.shi_jia_con .xia_la,
.serv_tan .xia_la,
.se_list_tan .xia_la {
    width: 100%;
    margin-bottom: 20px;
}

.shi_jia_con .xia_la span,
.serv_tan .xia_la span,
.se_list_tan .xia_la span {
    padding: 2.667vw 0 1.333vw 3.2vw;
    border-bottom: #e6002d 0.267vw solid;
}

.shi_jia_con .xia_la span img,
.serv_tan .xia_la span img,
.xin_car .car_sp1 img,
.se_list_tan span img {
    right: 0;
    top: 17px;
}

.shi_jia_con .xia_la span b,
.serv_tan .xia_la span b,
.se_list_tan .xia_la span b {
    font-weight: normal;
}

.warp {
    height: 150px;
    overflow: hidden;
    border: #666 1px solid;
    background: #fff;
    z-index: 1;
    width: 100%;
}

.shi_jia_con .xia_la .xia_gun,
.mobi_con .mobi_1 .v1 .xia_gun1,
.shi_jia_con .xia_gun2,
.serv_tan .xia_la .xia_gun,
.se_list_tan .xia_la .xia_gun {
    top: 38px;
    left: 0;
    display: none;
}

.shi_jia_con .box,
.shi_jia_con_v1 .box,
.mobi_1 .v1 .box,
.ser_list_con .v1 .box,
.se_list_tanx .box {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -17px;
}

.shi_jia_con .xia_la .xia_gun li,
.serv_tan .xia_la .xia_gun li,
.se_list_tan .xia_la .xia_gun li {
    padding: 5px 10px;
}

.scrollBar {
    height: 100%;
    width: 5px;
    border-radius: 5px;
    background-color: #939393;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7;
}

.mobile_jia {
    display: none;
}

.shi_jia_con .form .in {
    width: 100%;
    margin-bottom: 20px;
}

.mobile_jia .fa_song {
    width: 32%;
    height: 36px;
    background: none;
    background: #000;
    border: none;
    padding-top: 4px;
    line-height: 36px;
    color: #ffffff
}

.jin_zhi {
    width: 40%;
    height: 36px;
    z-index: 10;
    top: 0;
    right: 0;
    display: none;
}

.mobile_jia .jin_zhi {
    width: 32%;
}

.from_btn {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.from_btn div {
    border: none;
    background: none;
    color: #fff;
    background: #000000;
    font-weight: normal;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 30%;
    margin: 0 10%;
    float: left;
}

.add_mob,
.add_more {
    -width: 37%;
    border-bottom: #000 1px solid;
    padding-left: 10px;
    position: relative;
    top: -10px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block;
    padding-right: 10px;
}

.ri_li .in {
    background: url(../img/ri_1.jpg) no-repeat 99% center/5.867vw auto !important;
}

.shi_jia_con .v2 {
    margin-top: 28px;
}

.yu_yue .ti,
.shi_jia_con .form .ti,
.serv_tan .ti,
.se_list_tan .ti {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-top: 19px;
}

iframe {
    display: none
}

.mobile_jia .verfic {
    width: 63% !important;
}

.shi_jia_con .sex {
    margin-bottom: 5px
}


.serv_tan .sex {
    margin-top: 41px;
    margin-bottom: 10px;
}

.serv_tan .in,
.se_list_tan .in {
    width: 100%;
    margin-bottom: 20px;
}

.xin_car .xia_la span i,
.xin_car .v_v i {
    top: 12px;
    left: 0;
    color: #e6002d;
    position: absolute
}

.xin_car {
    display: none;
}

.xin_car {
    margin-top: 22px;
    margin-bottom: 8px;
}

.shi_jia_con .sex span,
.serv_tan .sex span {
    margin-right: 24px;
}

.vm {
    vertical-align: middle
}

.ab {
    position: absolute
}

.menu_lay ul li a span {
    margin-right: 5.333vw
}

.menu_lay ul li a .img1 {
    width: 2.133vw;
    right: 5vw;
    top: 50%;
    margin-top: -0.533vw
}


.menu_lay ul.svcListM li a {
    padding-left: 10.667vw
}

.menu_lay ul.svcListM li:last-child {
    border-bottom: #c4c4c4 0.267vw solid;
}

.menu_lay ul.svcListM a {
    border: none;
    padding: 0
}

.menu_lay.ishome .img1,
.menu_lay.ishome .svcListM {
    display: none
}

.song {
    font-family: '宋体';
}

.font28 {
    font-size: 6.667vw
}

.mian_bao {
    width: 100%;
    z-index: 2;
}

.mian_bao .jiant {
    margin: 0 1.333vw 0 0;
    /* -webkit-transition: all .3s */
    -webkit-transform: rotate(90deg)
}

/* .mian_bao.cur .jiant {
  
} */

.mian_bao span {
    height: 16vw;
    line-height: 16vw;
    display: inline-block
}

.mian_bao span.cur {
    color: #e6002d;
}

.mian_bao div {
    height: 16vw;
    line-height: 16vw;
    display: inline-block
}

.mian_bao div:nth-child(1),
.mian_bao span:nth-child(1) {
    padding-left: 5.333vw;
}


.mian_bao div.cur {
    color: #e6002d;
}

.erj_tap ul {
    position: absolute;
    top: 99%;
    left: 0;
    background: #000;

    width: 49.333vw;
    padding-bottom: 2.667vw;
    display: none
}

.erj_tap ul li {
    height: 10.667vw;
    line-height: 10.667vw;
}

.erj_tap ul li a {
    display: block;
    color: #B2B2B2;
    padding-left: 5.333vw;
}

.youBox dl dt {
    margin: 16vw 0 8vw 0
}

.youBox dl dt img {
    width: 30.933vw;
    display: block;
    margin: 0 auto
}

.youBox dl dd {
    color: #4B4B4B;
    line-height: 22px
}

.youBox dl dd p {
    margin-bottom: 5.333vw
}

.youBox dl dd p:last-child {
    margin-bottom: 0
}

.lrin {
    padding: 0 5.333vw 5.333vw;
}


.mobi_1 {
    border-right: none;
    padding: 0;
    width: 100%;
    border: 0.267vw solid #000;
    box-sizing: border-box;
    margin-top: 5.333vw
}

.mobi_1 .zou_w {
    width: 86%;
    margin: 6.667vw auto;
}

.mobi_1 b {
    font-weight: normal
}

.mobi_1 .zou_w .v1 {
    margin: 27px 0 0;
    width: 100%;
    line-height: 25px;
}

.mobi_1 .v1 span {
    border-bottom: #000 1px solid;
    padding-bottom: 3px;
    padding-right: 10%;
}

.mobi_1 .zou_w .v1 span {
    padding-right: 2%;
    padding-left: 2%;
    width: 96%;
    display: block;
}

.mobi_1 .zou_w .v1 img {
    right: 2% !important;
    bottom: 15px;
    top: auto;
    width: 2.133vw
}

.mobi_1 .warp {
    height: 250px;
}

.mobi_1 .v3 {
    margin: 6.933vw 0 6.933vw 0;
}

.mobi_1 .v3>div {
    margin-bottom: 12px;
}

.mobi_1 .zou_w .v3 p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    /* text-align: center; */
}

.mobi_1 .zou_w .v3 p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    /* text-align: center; */
}

.mobi_1 .zou_w .v3 span {
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.mobi_1 .zou_w a.href_btn {
    width: 166px;
    height: 38px;
    line-height: 38px;
    background: #000;
    font-weight: normal;
    display: block;
    color: #fff
}

.mobi_1 .zou_w .v4 img {
    display: block;
    margin: 0 auto;
    top: auto;
}

.list_con1 .v1 ul li,
.even_con .v1 ul li,
.mobi_con .mobi_1 .v1 li {
    padding: 5px 20px;
}

.asdMd .warp {
    height: 143px;
}


.sin_you .sin_tit,
.finance .fin_tit {
    margin-bottom: 4vw;
    margin-top: 4vw;
}

.life_con2 .you .v1,
.life_con1 .life_tit {
    margin-bottom: 8vw;
    margin-top: 8vw;
}

.life_slick1 {
    margin-top: 8vw
}

.life_con2 .life_tit {
    margin-bottom: 8vw
}

.life_con1 .v1 {
    padding-bottom: 8vw
}

.life_con1 .v1 {
    border-bottom: #d8d8d8 solid 1px;
}

.life_con2 ul li {
    margin-bottom: 5.333vw;
    -border-bottom: 1px dashed #bfbdbd;
}

.life_con2.pin3 {
    padding-bottom: 8vw
}

.moto_ban {
    overflow: hidden;
}

.bottom {
    overflow: hidden;
}

.sin_you .v2,
.finance .f_title,
.finance .f_1 {
    margin-bottom: 4vw;
}

.mobi_con .sin_you .v3 b,
.finance .v1 span b,
.me_box .v1 span b {
    width: 1.6vw;
    height: 1.6vw;
    background: #4B4B4B;
    top: 2.4vw;
    left: 0;
    border-radius: 50%;
}

.finance .fin_ul1 .v2 span {
    width: 164px;
    height: 34px;
    line-height: 34px;
    background: #000;
    margin-top: 8px;
    font-weight: normal;
}

.finance .fin_ul1 li .v3 {
    display: none
}

.finance .fin_ul1 li {
    border-bottom: #E1DFDF 0.267vw solid;
    padding: 0 0 5.333vw 0;
    margin-bottom: 5.333vw;
}

.finance .fin_ul1 li:last-child {
    border-bottom: none;
}

.finance .fin_ul1 li .v3 .im1 {
    max-width: 100%;
    margin-top: 8vw;
}


.finance .fin_ul1 li .v3 .guan {
    top: 35px;
    right: 5px;
}

.mobi_con .sin_you .v3 span,
.finance .v1 span,
.me_box .v1 span {
    padding-left: 5.333vw;
    line-height: 6.4vw;
}

.mobi_con .sin_you ul {
    width: 100%;
    margin-top: 8vw
}

.mobi_con .sin_you ul dl {
    width: 47%
}

.color4b {
    color: #4B4B4B;
}

.fff {
    color: #fff
}

.sin_you li .span_1 {
    margin: 2.667vw 0;
}

.sin_you li .span_2 {
    background: #000;
    width: 27.467vw;
    height: 7.467vw;
    line-height: 7.467vw;
    margin: 0 auto;
}

.mobi_con .sin_you li {
    width: 100%;
    margin-bottom: 5.333vw;
}

.sin_you .in_qie {
    background: #f6f6f6;
    margin-top: 5.333vw;
    display: none;
}


/* .sin_you .in_qie .zuo1.sty {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        overflow: hidden;
    } */

.sin_you .in_qie .zuo1 {
    /* width: 47%; */
}

.sin_you .in_qie .you1 {
    /* width: 47%;
        padding: 30px 0;
        margin-right: 2%; */
    padding: 5.333vw 2.667vw;
}

/* .sin_you .in_qie .zuo1.sty img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
    } */

.sin_you .in_qie .you1 .v2_1 {
    width: 6.133vw;
    height: 0.267vw;
    background: #000;
    margin: 2vw auto;
}

.me_box .me_1,
.me_box .me_2 {
    margin-bottom: 8vw
}

.me_box .me_1 {
    border-bottom: #E1DFDF 0.267vw solid;
    padding: 0 0 5.333vw 0;
    margin-bottom: 5.333vw
}

.me_box .m_x1 {
    margin-top: 4vw;
    margin-bottom: 4vw;
}

.me_box .m_x2 {
    margin-bottom: 4vw;
}

.me_box .me_img {
    margin-bottom: 4vw;
}

.me_box a.w {
    width: 164px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 34px;
    /* font-size: 4.267vw; */
    color: #fff;
    background: #000;

}


.moto_dl,
.life_ban dl {
    position: absolute;
    bottom: 8vw;
    left: 0;
    width: 100%
}

.life_ban dl {
    bottom: 12vw
}

.moto_dl span {
    display: block;
    text-align: center;
    margin-bottom: 5.333vw;
}

.moto_dl a {
    right: 9vw;
    width: 28.333vw;
    top: -5.5vw;
    height: 8.667vw;

    line-height: 8.667vw;
    /* margin: 0 auto; */
    background: #000;
    position: absolute;
}

#esc span {
    display: block
}

.motorsport_1 dt {
    width: 21.333vw;
    margin: 0 auto;
    margin: 10.667vw auto 4vw
}

.motorsport_1 dd a,
.moto_con3>p {
    margin-bottom: 3.733vw
}

.margin28 {
    margin-bottom: 3.733vw
}

.hei {
    color: #4B4B4B
}

.motorsport_1 dd .p1 {
    margin-bottom: 2.667vw;
    word-break: break-word;
}

.moto_con2 .v1 .p1 {
    margin: 5.333vw 0
}

.moto_con2 {
    margin-bottom: 2.667vw
}

.moto_con3 .zuo {
    padding: 0 5.333vw;
    margin-bottom: 5.333vw
}

.moto_con3 .you ul {
    position: relative;
}

.moto_con3 .you li {
    margin-bottom: 20px;
    line-height: 22px;
    position: relative
}

.moto_con3 .you li div.text {
    width: 10%;
    position: absolute;
    top: 50%;
    margin-top: -2.8vw;
}

.moto_con3 .you li div.kuan {
    width: 74%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2.933vw;
    padding: 9px 4% 2.4vw 3%;
}

.moto_con3 .you ul li .kuan:before {
    content: "";
    width: 1.867vw;
    height: 1.867vw;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 13.3%;
    margin-top: -0.933vw;
    border-radius: 50%
}

.moto_con3 .you ul:before {
    content: "";
    width: 0.267vw;
    height: 99%;
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    position: absolute;
    top: 2.333vw;
    left: 14%;
}

.moto_con3 .you li label {
    font-size: 4.267vw
}

.moto_con3 .you li span {
    font-size: 3.2vw
}

.moto_con3 .you {
    padding: 0 5.333vw;
}

.moto_con3 {
    padding-bottom: 5.333vw
}

.cus_you {
    margin: 8vw 0
}

.pin3 {
    padding: 0 5.333vw;
}


.yue_con {
    background: url(../img/yu_1.jpg) no-repeat center left/100% auto;
    height: 142.133vw;
    width: 100%;
    background-size: cover;
}

.yue_con .yue_con1 {
    padding: 13.867vw 3.267vw 14.133vw;
    display: block;
    width: 86.667vw;
    left: 50%;
    top: 29px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F6F6F6;
}

.yue_con1 .yue_tit {
    font-weight: 600;
    line-height: 33px;
    border-bottom: 2px solid #171717;
    padding-bottom: 2px;
    display: inline-block;
}

.zong_nei {
    height: 330px;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.nei_rong {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -17px;
}

.zong_nei {
    margin-top: 5.333vw
}

.yue_con1 ul {
    /* padding-top: 5.333vw; */
    line-height: 6.933vw;
    padding-left: 5.333vw
}

.yue_con1 ul li {
    overflow: hidden;
    /* padding-left: 5.333vw */
}

.yue_con1 li label {
    width: 30%;
    color: #9B9B9B;
    /* margin-right: 10%; */
}

.yue_con1 li span,
.yue_con1 li label {
    float: left;
}

.yue_con1 li span {
    width: 60%;
    /* padding-left: 5.333vw */
}

.yue_con1 .v1 {
    height: 6.133vw;
    line-height: 6.133vw;
    padding: 0 2.667vw;
    border: #000 1px solid;
    display: inline-block;
    margin: 5.333vw 0 0 5.333vw;
}

.yue_con1 .v2 {
    border-top: #e6002d 1px solid;
    line-height: 17px;
    margin-top: 20px;
    width: 95%;
}

.tan_icon {
    margin: 0 0 20px;
    padding-left: 10px;
}

.jw .tan_icon {
    margin-top: 20px;
}

.tan_icon .tan_iconBox {
    height: 20px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
}

.tan_icon .tan_iconBox img {
    width: 5.333vw;
    position: absolute;
    left: 0;
    top: 0;
}

.tan_icon .tan_iconBox img.em {
    top: 0;
    left: 0;
}

.tan_icon .tan_iconBox span {
    line-height: 20px;
    /* white-space: nowrap; */
}

.tan_icon .tan_iconBox {
    height: 20px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
}

.tan_icon .tan_iconBox img.tel {
    top: 0;
    left: 0;
}

.no_yd {
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    margin-top: 100px;
    padding-right: 30px;
    color: #929292;
}


.ser_list_con {
    background: #f4f4f4;
    padding-bottom: 8vw;
    overflow: hidden;
}

.list_con1 .v1 {
    margin-top: 6.8vw;
    /* display: inline-block; */
    padding-right: 2.667vw;
}

.ser_list_con .list_con1 .b1 {
    font-weight: normal;
}

.list_con1 .v1>span {
    padding-right: 2.667vw;
    height: 4vw;
    color: #4A4A4A;
    border-bottom: #4A4A4A 0.133vw solid;
    padding-bottom: 0.4vw;
}

.list_con1 .v1 span img {
    top: 0.933vw;
    right: -2.667vw;
}

.ser_list_con .list_con1 .v1 span img {
    position: static
}

.ser_list_con .warp {
    width: auto;
}

.ser_list_con #mendianList {
    left: 18.4vw;
}

.list_con1 .v2,
.list_con1 .v3 {
    margin-top: 3.2vw;
}

.list_con1 .v2 {
    line-height: 4.933vw;
    max-width: 75%;
}

.list_con1 .v3 a {
    width: 20.6vw;
    height: 3.933vw;
    border: #000 1px solid;
    margin-left: 0;
    line-height: 3.933vw;
}

.list_con2 {
    margin-top: 8vw;
    min-height: 53.333vw
}

.list_con2 dl {
    /* padding: .2% ; */
    /* margin: 0 .5% 20px .5%; */
    background: #fff;
    width: 18.6%;
}

.list_con2 dl dt img {
    width: 99.6%;
}

.list_con2 dl dd {
    padding: 1.6vw 0.267vw 4.067vw 0.267vw;
}

.list_con2 dl .v1 .span_1,
.list_con2 dl .v1 .span_2 {
    display: inline-block;
}

.list_con2 dl .v1 .span_1 {
    display: block;
    height: 12.333vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_con2 dl .v1 .span_2.css {
    padding: 0.267vw 0.667vw;
    border: none;
    background: #e6002d;
    color: #fff;
}

.list_con2 dl .v1 .span_3 {
    color: #e6002d;
    margin: 1.667vw 0 0.4vw 0;
}

.list_con2 dl .v1 .span_4 {
    text-decoration: line-through;
}

.list_con2 dl .v1 .span_5 {
    margin-top: 2.667vw;
}

.bg_tan {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 4;
}

.se_list_tan {
    padding: 4vw;
}

.se_list_tan .xin_car {
    display: block;
}

.xin_car .xia_la {
    margin-top: 1.333vw;
}

.xia_la .mo_ren {
    color: #666;
}

.tan_form .guan_b {
    top: 3.2vw;
    right: 3.2vw;
}

.se_list_tanx {
    -webkit-transform: translate(-50%, -50%);
    z-index: 4;
    display: none
}

.even_con .v1 ul,
.xia_gun1 {
    display: none;
    top: 4.5vw;
    left: 0;
    border: #666 1px solid;
    background: #fff;
}


.ser_list_con #mendian {
    font-weight: normal
}

.color4a {
    color: #4A4A4A;
}

.ser_list_con .list_con1 {
    padding: 0 5.333vw;
}

.ser_list_con .list_con2 {
    padding: 0 5.333vw;
}

.ser_list_con .list_con2 dl {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 5.333vw
}

.list_con2 {
    margin-right: -4%
}

.cor_9b {
    color: #9B9B9B;
}

.con_4a {
    color: #4A4A4A;
}



.xiang_con .con1 .you .v2 {
    margin-left: 5.333vw;
    margin-top: 5.333vw;
}

.xiang_con .con1 .you .v3 {
    padding: 10px 0;
    width: 100%;
    background: #F7F7F7;
    margin: 16px 0 30px 0;
    border-top: #CFCFCF 1px dotted;
    border-bottom: #CFCFCF 1px dotted;
}

.xiang_con .con1 .you .v3 .span_1,
.xiang_con .con1 .you .v4 .span_1 {
    margin-left: 5.333vw;
}

.xiang_con .con1 .you .v3 b {
    color: #e6002d;
    margin: 0 5px 0 15px;
}

.xiang_con .con1 .you .v3 .span_3 {
    text-decoration: line-through;
}

.xiang_con .con1 .you .v4 .span_1 {
    margin-right: 5.333vw;
}

.xiang_con .con1 .you .v4 .min,
.xiang_con .con1 .you .v4 .add,
.my_car_con .min,
.my_car_con .add {
    width: 5.333vw;
    height: 5.333vw;
    border: #D1D1D1 1px solid;
    background: none
}

.xiang_con .con1 .you .v4 input {
    float: left;
}

.xiang_con .con1 .you .v4 .text_box,
.my_car_con .text_box {
    width: 18.667vw;
    height: 5.333vw;
    line-height: 5.333vw;
    border-top: #D1D1D1 0.267vw solid;
    border-bottom: #D1D1D1 0.267vw solid;
}

.xiang_con .con1 .you .v5 a {
    padding: 0 8vw;
    border: #e6002d 0.533vw solid;
    margin-right: 5.333vw;
    height: 10vw;
    line-height: 10vw;
}

.xiang_con .con1 .you .v5 .a2 img {
    vertical-align: middle;
    margin-right: 1.333vw;
}

.xiang_con .con1 .you .v5 .a1 {
    color: #e6002d;
    margin-left: 5.333vw;
}

.xiang_con .con1 .you .v5 .a2 {
    background: #e6002d;
}

.fontx26 {
    font-size: 6.933vw
}

.xiang_con .con1 .you .v5 {
    margin-top: 13.067vw;
}

.xiang_con .con2 {
    border-top: #D8D8D8 1px solid;
    padding-top: 4.267vw;
    margin-top: 10.133vw;
}

.xiang_con .con2 .ju_z {
    padding: 0 5.333vw;
    margin: 0 auto;
    font-weight: 500;
}

.xiang_con .con2 .ju_z .v1 {
    margin: 2.933vw 0 11.2vw 0;
    line-height: 5.333vw
}

.se_list_tanx .in {
    padding: 2.667vw 0 1.333vw 3.2vw;
}

.se_list_tanx .v_v i {
    top: 2.4vw;
}

.ser_list_con .list_con1 .v2 span {
    margin-right: 2.667vw;
    margin-bottom: 1.333vw
}

.my_car_con .v1>span,
.cars_con .tit span {
    padding: 0 5.333vw 4vw 5.333vw;
}

.cars_con .tit span,
.my_car_con .v1>span {
    color: #e6002d;
    border-bottom: #e6002d 3px solid;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.my_car_con .chan_v {
    margin-top: 4vw;
    border-top: #E9E7E7 1px solid;
    border-bottom: #E9E7E7 1px solid;
    padding: 6.667vw 5.333vw;
}

input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 12px;
}

.my_car_con .chan_v6 {
    border: #4A4A4A 1px solid;
    text-align: center
}

.my_car_con .chan_v6.cur {
    border: none
}

.my_car_con .chan_v6 {
    width: 16vw;
    height: 5.333vw;
    line-height: 5.333vw;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.6665vw;
}

input[type=checkbox]:after {
    content: "";
    display: block;
    box-sizing: border-box;
    background: url(../img/gou_1.jpg) no-repeat top/100% 100%;
    width: 4vw;
    height: 3.733vw;
}

.myCarx .chan_v1 {
    /* height: 50vw; */
}

.myCarx .chan_v1 dt {
    width: 30%
}

.myCarx .chan_v1 dd {
    width: 60%;
    margin-left: 5%
}

.myCarx .chan_v1 dd span.span_2 {
    color: #e6002d;
    font-size: 3.733vw;
    padding: 1.3vw 0;
}

.myCarx .chan_v1 dl {
    width: 90%;
    padding-left: 10%
}

.myCarx .chan_in {
    height: 3.733vw;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%)
}

.myCarx .chan_in input {
    width: 4vw;
    height: 3.733vw;
}


.myCarx .chan_v1 dd span.span_3 {
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my_car_con .chan_v6 a {
    color: #4A4A4A;
    display: block
}

.my_car_con .v1,
.cars_con .tit {
    border-bottom: #D8D8D8 0.8vw solid;

    width: 100%;
    position: relative;
}

.myCarx {
    padding: 8vw 0;
}

.cars_con {
    padding: 8vw 0 0;
}

.chan_jie {
    background: #F6F6F6;
    height: 13.333vw;
    line-height: 13.333vw;
    margin: 0 0 0;
}

.my_car_con .v2,
.chan_jie .jie_v1 {
    padding: 0 5.333vw;
}

.chan_jie .jie_v4 {
    background: #e6002d;
    width: 39.733vw;
    height: 13.333vw;
    line-height: 13.333vw;
    margin-left: 3.733vw;
}

.chan_jie .jie_v4.curx {
    background: #999;
}

.chan_jie .jie_v3 {
    color: #e6002d;
    margin-left: 5px;
}

.chan_jie .jie_v4.curx {
    background: #999;
}

.my_car_con .v2_1 label,
.chan_jie .jie_v1 label {
    margin-left: 1.867vw;
}

input[type=checkbox]:checked:after {
    background: url(../img/gou_2.jpg) no-repeat top/100% 100%;
    width: 4vw;
    height: 3.733vw;
}

.cars_con .v1 {
    background: url(../img/ding_1.png) no-repeat center/auto 100%;
    width: 100%;
    height: 119.733vw;
}

.cars_con .v1 ul {
    left: 0;
    width: 100%;
    top: 30%;
}

.cars_con .v1 ul .li1 {
    margin-bottom: 26px;
    color: #929292;
}

.cars_con .v1 ul .li2 a {
    background: #000;
    width: 119px;
    height: 33px;
    line-height: 33px;
    margin: 0 auto;
}

.order_quanb .chan_v1 dl {
    padding-left: 0
}

.order_quanb .chan_v1 dd span.span_2 {
    padding: 2.1vw 0;
}

.ordei_jie {
    margin: 28px 0 35px 0;
    padding-right: 5.333vw
}

.ordei_jie a {
    width: 134px;
    height: 40px;
    line-height: 40px;
    background: #000;
}

.rac_con .you {
    padding: 0 5.333vw
}

.rac_con .v1 {
    padding: 4vw 0
}

.rac_con .v2 {
    padding-bottom: 2.667vw
}

.rac_con .v3 {
    padding-bottom: 8vw;
    -border-bottom: 1px solid #d8d8d8;
    margin-top: 4vw
}

.rac_con .v3 p {
    -padding-bottom: 2.667vw
}

.rac_con .v4 {
    -padding-top: 5.333vw
}

.rac_con .v4 {
    line-height: 8vw
}

.rac_con .v4 label {
    /* margin-right: 1.333vw; */
    display: block;
    font-size: 5.333vw;
}

.rac_con .v4 li .v {
    vertical-align: top;
}

/* .rac_con .v4 li {
    line-height: 8vw
} */
.rac_con .you .nei {
    padding: 0 2.133vw
}

.rac_con .you .v5 {
    margin-top: 4vw;
}

.rac_con .you .v5 span {
    width: 53.333vw;
    height: 12vw;
    line-height: 12vw;
    background: #000;
    margin: 0 auto
}

.rac_con .you .v5 {
    -padding-bottom: 10.667vw
}

.racing_kuan {
    padding: 8vw 0;
    border: 1px #000 solid
}

.rac_con .you .v4 li {
    -margin-bottom: 2.667vw
}

.rac_con .you .v4 li span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rac_con .you .v4 li>span img {
    width: 5.333vw;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.667vw;
}

.xuanzhong {
    width: 4vw;
    height: 3.733vw;
    background: url('../img/xiala8.png') no-repeat top/100% auto;
    margin-right: 2.667vw
}

span.cur .xuanzhong {
    background-position-y: bottom
}

.home_Context .swiper-button-next,
.home_Context .swiper-button-prev {
    z-index: 1;
    top: 10.667vw;
    /* width: 2.667vw;
    height: 2.667vw; */
}

.home_Context .swiper-button-next:after,
.home_Context .swiper-button-prev:after {
    font-size: 4.267vw;
    color: #ccc
}

.home_Context {
    padding-bottom: 16vw
}

.menu_bg {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    background: rgba(0, 0, 0, .7);
    display: none
}


.menu_bg,
.menu_lay,
.cpyingc {
    z-index: 5;
}


.menu_lay.cur {
    -webkit-transform: translateX(0);
    /* box-shadow: rgba(0, 0, 0, 1) 0 8vw 6vw 0; */
}


.footer ul li a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3.733vw;
    position: relative;
    bottom: 0
}


.rac_con .you .v3 p {
    font-size: 4.267vw !important;
    /* color: #4B4B4B !important; */
    font-family: NotoSansHans-Light, Arial !important;
    line-height: 6.667vw;
}

.rac_con .you .v3 p span {
    font-size: 4.267vw !important;
    -color: #4B4B4B !important;
    font-family: NotoSansHans-Light, Arial !important;
}

.rac_con .you .v3 p:nth-child(1) span {
    -color: #000 !important;
}

.rac_con .you .v4 .v {
    margin-top: 1.333vw
}

.rac_con .you .v4 span {
    -display: block;

}

.rac_con .you .v4 .v span {
    -display: block;
    -margin-right: 2.667vw;
    line-height: 4.8vw;

}

body .rac_con .you .v4 li b {
    top: 0 !important
}

.head_btm .login_info ul li a {
    display: block
}

.slick-slide {
    transform: translate3d(0, 0, 0);
}

.laydate_body .laydate_box {
    left: 50% !important;
    margin-left: -160px
}

.person_con {
    overflow: hidden;
}

.header.op {
    pointer-events: none;
    opacity: 0;
}

.rac_map {
    background: #9f9fa6;
    padding: 0 5.333vw;
}

.rac_map .p1 {
    padding-top: 12.8vw;
    padding-bottom: 13.333vw
}

.rac_map .u1 {
    width: 17.6vw;
    text-align: right;
    font-size: 3.2vw;
    color: #fff;
    position: absolute;
    left: 0;
    top: -1.333vw
}

.rac_map .u1 li {
    width: 100%;
    margin-bottom: 4vw
}

.rac_map .u1 li:last-child {
    margin-bottom: 0
}

.rac_map .u1 li span {
    display: inline-block;
    vertical-align: middle
}

.rac_map .u1 li.cur .dian {
    background-position-y: bottom
}

.rac_map .u1::after {
    content: "";
    width: 1px;
    height: 95%;
    background: #bcbcc1;
    position: absolute;
    top: 2.5%;
    left: 15.733vw;
    z-index: 1;
}

.rac_map .u1 .dian {
    width: 3.2vw;
    height: 3.467vw;
    background: url('../img/xiala9.png') no-repeat;
    background-size: 100% auto;
    margin-left: 1.6vw;
    position: relative;
    z-index: 2;
}

.rac_map .d2 {
    padding-bottom: 16vw
}

.rac_map .d2 .img_1 {
    width: 61.867vw;
    margin-right: 4.667vw;
    margin-top: 5.867vw;
}

.rac_map .d2 .d3 {
    margin-right: 3.067vw;
    -margin-top: 5.867vw;
}

.rac_map .d3 .textDesc {
    width: 57.867vw;
    display: none;
    overflow: hidden;
    padding-bottom: 5vw;
}

.rac_map .d3 .textDesc.cur {
    display: block
}

.textDesc {
    position: relative;
}

.textDesc .swiper-pagination {
    bottom: 0
}

.textDesc .swiper-pagination-bullet {
    background: #000;
}

.jf {
    text-align: justify;
}

.borderBottom{
    border-bottom: 1px dashed #bfbdbd;
}

.context_in{
    font-size: 3.2vw;
	color: #e8e5e5;
	text-align: right;
	padding-right: 2.667vw;
	margin-top: 3vw;
}




.section.loadUpdate{
  height: 53.61vw; width: 100%; background: #f0f2f5; position: relative; 
}
.section.loadUpdate img{
  width: 55vw;
  position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto;
}

.text-center p{
  text-align: center;
}
.motode .phoneOm .d1{
  margin-top: 6vw;
  margin-bottom: 11.333vw;

}

.motode .phoneOm .wenbentext{
  line-height: 7.733vw;
  padding: 0;
}

.motode .phoneOm .hengx{
  margin-bottom: 6.667vw;
}
.motode .phoneOm .wenbentext{
  margin-bottom: 11.333vw;
}

.motode .phoneOm .d1x{
  margin-bottom: 3.333vw;
}
.motode .phoneOm .wenbentext p{
  font-size: 3.2vw !important;
}
.motode .phoneOm .wenbentext p span{
  font-weight: bold;
}
.w80s{
  width: 90%; margin: 0 auto;
}

.motode .phoneOm .wenbentext.w80s p{
  font-size: 2.933vw !important
}

.info-right{
  width: 80.267vw 0 9.6vw;
  margin: 11.2vw auto;
  border:0.133vw solid #000000;
}

.info-right .info-logo{
  width: 33.733vw;
  margin: 1.467vw 1.467vw 0;
  padding-bottom: 8vw;
}
.info-right .info-logo img{
  width: 100%;
}
.info-right .context {
  width: 71.2vw;
  margin: 0 auto;
  padding-bottom: 8vw;
}
.info-right .context .c-flex {
  display: flex;
  margin-bottom: 2vw;
}
.info-right .context .font {
  font-size: 2.933vw;
  font-weight: bold;
  margin-right: 6.667vw;
  min-width: 16vw;
}
.info-right .context .xq {
  display: flex;
  align-items: center;
  font-size: 2.4vw;
  word-break: break-all;
  word-wrap: break-word;
  white-space:nowrap;
}
/* .info-right .context .xq.block{
  display: block;
} */
.info-right .context .status .xq span{
  width: 3.067vw;
  display: block;
  margin-right: 2.267vw;
}
.info-right .context .status .xq span img{
  width: 100%;
  display: inline-block;
    vertical-align: middle;
}
.info-right .context ul.xq {
  display: block;
}
.info-right .context ul.xq li {
  line-height: 4.267vw;
}

.info-right .view-btn {
  width: 26.933vw;
  height: 6.267vw;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 6.267vw;
  font-size: 2.133vw;
  margin: 7.6vw auto 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}