﻿html,
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    /*background-color: #fff;*/
    background: #181818;
    font-family: "microsoft yahei", sans-serif;
    padding-top: 60px;
}

body::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e2e2;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}


/* 媒体查询解决页面缩小后正常 */

@media (min-width: 320px) {
    html {
        font-size: 42.6667px;
    }
}

@media (min-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media (min-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media (min-width: 384px) {
    html {
        font-size: 51.2px;
    }
}

@media (min-width: 414px) {
    html {
        font-size: 55.2px;
    }
}

@media (min-width: 448px) {
    html {
        font-size: 59.7333px;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 48px;
    }
}

@media (min-width: 512px) {
    html {
        font-size: 68.2667px;
    }
}

@media (min-width: 544px) {
    html {
        font-size: 72.5333px;
    }
}

@media (min-width: 576px) {
    html {
        font-size: 76.8px;
    }
}

@media (min-width: 608px) {
    html {
        font-size: 81.0667px;
    }
}

@media (min-width: 640px) {
    html {
        font-size: 85.3333px;
    }
}

@media (min-width: 750px) {
    html {
        font-size: 100px;
    }
}


/* 媒体查询解决页面缩小后正常 */

dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
i,
em {
    font-weight: normal;
    font-style: normal;
}

li,
dl {
    list-style: none;
}

a {
    cursor: pointer;
    font-family: "microsoft yahei";
    text-decoration: none;
    outline: 0;
    /*color: #333;*/
    color: #fff;
    -webkit-user-select: none;
    transition: all ease-out 0.3s;
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

img {
    /* display: block; */
    vertical-align: top;
    border: 0;
}

input,
textarea {
    -webkit-tap-highlight-color: transparent;
    font-family: "microsoft yahei";
    -webkit-appearance: none;
    color: #333333;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input,
select,
textarea:focus,
button:focus,
video:focus {
    outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="button"],
input[type="text"],
button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #999999;
}

button {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.clearfix:after {
    clear: both;
    content: "\200B";
    display: block;
    height: 0
}

.disflex {
    display: flex;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topUlHeader p a {
    transition: all ease-out 0s;
}

.flex-item {
    flex: 1;
}

.content {
    width: 1200px;
    /* min-height: calc(100vh - 409px); */
    margin: 0 auto;
}

.lines2 {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    /* font-weight: bold; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-all;
    table-layout: fixed;
    /*文字避首尾 -- 防止撑开*/
    word-break: normal;
    /*正常避头尾 */
    text-justify: inter-ideograph;
    /*用表意文本来排齐内容*/
}


/* hrader */

.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background: #101112;
    z-index: 999;
}

.header .content {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.header .content .logo {
    width: 96px;
    margin-right: 200px;
}

.header .content .logo img {
    width: 96px;
}

.header .content .topUlHeader p {
    width: 72px;
    text-align: center;
}
.header .content .topUlHeader p:first-of-type,
.header .content .topUlHeader p:last-of-type, .header .content .topUlHeader p:nth-child(6){
    width: 45px;
}
.header .content .topUlHeader a {
    color: #999999;
}

.header .content .fltopUlHeaderex a:hover {
    font-weight: bold;
}

.header .content .topUlHeader a.active {
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 6px;
}

.header .content .topUlHeader a:hover {
    color: #FFFFFF;
}

.header .content .login_btn_box {
    width: 70px;
    height: 30px;
    margin-left: 20px;
}

.header .content button {
    width: 70px;
    height: 30px;
    border: 1px solid #666666;
    background: #101112;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
}

.header .content button::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/ico_denglu.png) no-repeat center;
    background-size: cover;
    margin: 0 6px 0 0;
    vertical-align: -2px;
}

.header .content .Login_pop {
    /* height: 100%; */
    margin-left: 50px;
}

.header .content .loginInfo {
    width: 220px;
}

.alreadylogin {
    /* width: 220px; */
    width: 208px;
    position: relative;
    height: 40px;
    padding-top: 10px;
    display: none;
}

.alreadylogin .user {
    overflow: hidden;
    cursor: pointer;
    height: 20px;
}

.alreadylogin .user p {
    font-size: 14px;
    color: #A99975;
    float: left;
    line-height: 20px;
}

.alreadylogin .user img:nth-child(2) {
    width: 14px;
    margin-left: 10px;
    float: left;
    margin-top: 3px;
}

.alreadylogin .user img:nth-child(3) {
    width: 14px;
    float: right;
    margin-top: 3px;
}

.loginOutOul {
    width: 115px;
    background: #fff;
    position: absolute;
    height: 120px;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px 1px rgba(153, 153, 153, 0.2);
    display: none;
}

.loginOutOul li {
    height: 40px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
}


/* login */

.login {
    display: flex;
}

.login .login-left {
    width: 360px;
    height: 540px;
    background: url(../images/login.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.login .login-left img {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.login .login-left p {
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.login .login-right {
    padding: 30px;
    padding-right: 20px;
    flex: 1;
    display: none;
}

.login .login-right h3 {
    font-size: 20px;
    font-weight: bold;
}

.login .login-title img {
    cursor: pointer;
}

.login .login-form {
    padding-left: 14px;
    padding-right: 24px;
}

.login ul {
    margin-top: 60px;
}

.login li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #999999;
}

.login li img {
    margin-right: 10px;
}

.login li input {
    flex: 1;
    height: 20px;
    border: 0;
}

.login li button {
    padding-left: 16px;
    height: 20px;
    border-left: 1px solid #999999;
    margin-left: 10px;
}

.login .submit-btn {
    display: block;
    width: 100%;
    height: 54px;
    background: #EB4E47;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 90px;
}

.login #company .submit-btn {
    margin-top: 50px;
}

.login .register-link {
    text-align: center;
    color: #999999;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .register-link span {
    cursor: pointer;
}

.login .register-link span:hover {
    color: #333333;
}

.login .register-link::before,
.login .register-link::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #E5E5E5;
    margin: 0 12px;
}

.login .switch-text {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.login .switch-text i {
    font-size: 12px;
    margin-left: 4px;
}

.header .content .shopCar {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-left: 98px;
    width: 78px;
}

.header .content .shopCar .img {
    display: inline-block;
}

.header .content .shopCar i {
    text-align: center;
    position: absolute;
    top: 1px;
    left: 7px;
    height: 19px;
    line-height: 7px;
    padding: 4px 4px;
    display: inline-block;
    background: #EB4E47;
    border: 2px solid #101112;
    border-radius: 40%;
    color: #fff;
    font-size: 12px;
    display: none;
    z-index: 99;
}

.header .content .shopCar img {
    vertical-align: middle;
    margin-right: 7px;
    /* width: 20px; */
}

.header .content .shopCar span {
    color: #FFF;
}


/* footer */

@media screen and (min-width: 1025px) {
    .mobileFoot {
        display: none;
    }
}

.footer {
    background: #101112;
    color: #fff;
    height: 310px;
    padding: 36px 0;
    box-sizing: border-box;
}

.footer .foot_l {
    width: 880px;
    float: left;
}

.footer .foot_l_t {
    height: 120px;
}

.footer .foot_l_t .flex-item {
    float: left;
}

.footer .address li {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 24px;
}

.footer .address li:last-of-type {
    margin: 0;
}

.footer .address li.active {
    font-weight: bold;
    color: #FFFFFF;
}

.footer .foot_l_t .addresstxt {
    /*margin: 0 120px 0 208px;*/
    width: 570px;
    padding: 0 0 0 70px;
}

.footer .foot_r {
    float: right;
    width: 318px;
}

.footer .foot_r .imgUl {
    width: 100%;
    margin-bottom: 14px;
    height: 92px;
}

.footer .foot_r .imgUl::after {
    content: "";
    display: block;
    clear: both;
}

.footer .foot_r .imgUl li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.footer .foot_r .imgUl li div {
    display: inline-block;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.footer .foot_r .imgUl li div img.activeImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
}

.footer .foot_r .imgUl li p {
    font-size: 12px;
    color: #999999;
    height: 11px;
    line-height: 11px;
    margin-top: 9px;
}

.footer .foot_r .imgUl img {
    width: 66px;
    height: 66px;
    vertical-align: middle;
    margin-top: 3px;
}

.footer .footer-item-title {
    align-items: center;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 21px;
    position: relative;
}

.footer .tel p {
    margin-bottom: 12px;
}

.footer .footer-item-title img {
    width: 24px;
    height: 20px;
}

.footer .foot_r_title {
    align-items: center;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    position: relative;
}

.footer .foot_r_title img {
    width: 22px;
    margin-right: 3px;
}

.footer .footer-item-title::before,
.footer .foot_r_title::before {
    content: '';
    display: block;
    background: #999999;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer .footer_b {
    margin-top: 60px;
}

.footer .foot_b {
    height: 25px;
}

.footer .foot_b img {
    width: 70px;
    height: 25px;
    margin-right: 23px;
}

.footer .foot_b_l span {
    font-weight: 300;
    color: #999999;
    position: relative;
}

.footer .foot_b_l span::after {
    content: '';
    display: block;
    width: 1px;
    height: 19px;
    background: #999999;
    opacity: 0.7;
    position: absolute;
    left: -10px;
    top: 0;
}

.footer .foot_b_l {
    float: left;
}

.footer .jump {
    float: left;
    margin-left: 50px;
}

.footer .jump a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-right: 1px solid #6e6f6f;
}

.footer .jump span:last-of-type a {
    border-right: none
}

.footer .copyright {
    margin-top: 16px;
}

.footer .copyright p {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
}

.footer .copyright a {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
}


/* 入场凭证 */

.voucher {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

.voucher .voucher-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 30px 34px;
    color: #FFFFFF;
}

.voucher h5 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
}

.voucher p {
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.voucher p span {
    flex-shrink: 0;
}

.voucher button {
    width: 144px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

.voucher .tips {
    text-align: center;
    margin-top: 10px;
}

.getPuasePlay {
    display: block;
    background: rgba(0, 0, 0, .3) url(../images/con_shoyye_shipin.png) no-repeat center;
    background-size: 45px;
    /* width:45px;
	height:45px; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    cursor: pointer;
    z-index: 11
}

.play_Box i {
    background: url(../images/ico_login_close02.png) no-repeat center;
}


/* 在线客服 */

.online {
    width: 50px;
    position: fixed;
    bottom: 120px;
    right: 0px;
    z-index: 99;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}


/* pc */

@media screen and (min-width: 1025px) {
    body {
        margin: 0;
        padding: 0;
        font-size: 14px;
        /*color: #333;*/
        /*background-color: #fff;*/
        color: #fff;
        background: #181818;
        font-family: "microsoft yahei", sans-serif;
        min-width: 1200px;
        padding-top: 60px;
    }
    .header {
        display: block;
    }
    .mobileHead {
        display: none;
    }
}


/* mobile */

@media screen and (max-width: 1024px) {
    body {
        padding-top: 1.67rem;
    }
    .content {
        width: auto;
    }
    .content p {
        font-size: .28rem!important;
    }
    .header {
        display: none;
    }
    .alreadylogin .user img:nth-child(2) {
        margin-top: 1px;
    }
    /* 登录 */
    #shopNum1 {
        display: none;
    }
    .login .login-left {
        display: none;
    }
    .layui-layer.layui-layer-page {
        width: 6.5rem!important;
        height: 5.3rem!important;
        background: #FFFFFF;
        border-radius: 3px;
    }
    .login .login-right {
        padding: .53rem .63rem!important;
        box-sizing: border-box;
        overflow: hidden;
    }
    .login .login-form {
        padding: 0;
    }
    .login-right {
        position: relative;
    }
    .login-title img {
        width: 0.23rem;
        height: 0.23rem;
        position: absolute;
        top: .27rem;
        right: .27rem;
    }
    .login-title h3 {
        text-align: center;
        width: 100%;
        font-size: .32rem!important;
        color: #333333
    }
    .login ul {
        margin-top: .38rem;
    }
    .login li {
        padding: .1rem 0;
        margin-bottom: .2rem;
    }
    .login li img {
        width: .25rem;
    }
    .login li input {
        font-size: .24rem;
    }
    .login li input::placeholder {
        font-size: .24rem;
    }
    .login li button {
        width: 1.4rem;
        font-size: .24rem;
        font-weight: 400;
        color: #333333;
        padding: 0;
        margin: 0;
        border: none;
    }
    .login .submit-btn {
        margin-top: .5rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: .28rem;
    }
    .login .register-link {
        margin-top: .33rem;
    }
    .login .register-link span {
        font-size: .24rem;
        color: #999999;
    }
    .login .register-link::before,
    .login .register-link::after {
        content: "";
        display: block;
        width: 1rem;
        height: 1px;
        background: #E5E5E5;
        margin: 0 .12rem;
    }
    .mobileHead {
        position: fixed;
        top: 0;
        left: 0;
        /* width: 7.2rem; */
        width: 100%;
        height: auto;
        /* height: 1.67rem; */
        background: #101112;
        z-index: 999;
    }
    .head1 {
        /* height: 0.84rem; */
        height: 42px;
        /* position: relative; */
        text-align: center;
        overflow: hidden;
        border-bottom: 1px solid #393A3B;
        display: flex;
        padding: 0 .33rem;
        box-sizing: border-box;
    }
    .head1 .headMenu {
        width: 40%;
        text-align: left;
        box-sizing: border-box;
    }
    .head1 .mark {
        display: inline-block;
        position: relative;
        height: 0.83rem;
        width: 0.5rem;
    }
    .head1 .headMenu i {
        position: absolute;
        top: 0.2rem;
        left: 0.15rem;
        width: .3rem;
        height: .26rem;
        line-height: .26rem;
        font-size: .14rem;
        color: #fff;
        border-radius: 50%;
        background: #EB4E47;
        text-align: center;
        display: inline-block;
    }
    .head1 .head1Menu {
        width: .27rem;
        /* height: .19rem; */
        height: 42px;
        float: left;
        /* margin-top: .35rem; */
        margin-right: .15rem;
    }
    .head1 .head1Menu .menuDiv {
        width: 0.5rem;
        height: 42px;
        margin-left: -.1rem;
    }
    .head1 .headMenu img {
        width: .27rem;
        height: .19rem;
        margin-top: 18px;
        margin-left: .1rem;
    }
    .head1 .mShopCar img {
        width: 0.29rem;
        /* height: 0.27rem; */
        height: 13.5px;
        margin-top: .3rem;
        float: left;
        margin-left: 0!important;
    }
    .head1 .Login_pop {
        width: 40%;
    }
    .head1 a.mLogo {
        display: block;
        margin-top: 0.2rem;
        width: 1.2rem;
        height: 0.44rem;
    }
    .head1 img {
        width: 1.2rem;
        height: 22px;
    }
    .head1 button {
        width: 0.78rem;
        position: absolute;
        font-size: 0.24rem;
        color: #fff;
        top: 17px;
        right: 0.34rem;
        height: 0.2rem;
        line-height: 0.2rem;
    }
    .head1 button img {
        width: 0.19rem;
        height: 0.2rem;
        display: inline-block;
        margin: 0 .03rem 0 0;
    }
    .alreadylogin {
        display: none;
        position: absolute;
        right: .3rem;
        top: 0;
        width: 2.5rem;
        padding-top: 0.3rem
    }
    .alreadylogin .user {
        height: 0.24rem;
        line-height: 0.24rem;
    }
    .alreadylogin .user p {
        font-size: .24rem;
        color: #A99975;
        line-height: 0.24rem;
    }
    .alreadylogin .user p span {
        display: inline-block;
        width: 0.7rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: .2rem;
    }
    .alreadylogin .user .levelNameImg {
        width: 0.23rem!important;
        height: 0.19rem!important;
    }
    .alreadylogin .user img:nth-child(2) {
        margin-left: .1rem;
    }
    .alreadylogin .user .LoginOutShow {
        width: 0.16rem!important;
        height: auto!important;
        margin-top: .07rem!important;
        float: none!important;
    }
    .loginOutOul {
        width: 1.8rem;
        height: auto!important;
        padding: .27rem 0;
        box-sizing: border-box;
        right: -1.3rem!important;
        top: .7rem!important;
        z-index: 1001;
    }
    .loginOutOul li {
        height: 0.8rem;
        line-height: 0.8rem;
        border-bottom: none;
    }
    .loginOutOul li a {
        margin: 0;
    }
    .loginOutOul li:hover {
        background: #EB4E47;
    }
    .loginOutOul li:hover a {
        color: #fff;
        transition: all ease-out 0s;
    }
    .head2 {
        height: 0.82rem;
    }
    .head2 .topUlHeader {
        height: 0.82rem;
        line-height: 0.82rem;
        display: flex;
        align-items: center;
        padding-left: 0.35rem;
        padding-right: 0.33rem;
        justify-content: space-between;
    }
    .head2 .topUlHeader p.active {
        position: relative;
    }
    .head2 .topUlHeader p.active::after {
        content: '';
        width: .4rem;
        height: .03rem;
        background: #FFFFFF;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: .13rem;
    }
    .head2 p a {
        font-size: 0.28rem;
        color: #999999;
        transition: all ease-out 0s;
    }
    .head2 p a.active {
        color: #FFFFFF;
        border-bottom: 0.02rem solid #FFFFFF;
        padding-bottom: 0.06rem;
    }
    .list .product-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all ease-out 0.3s;
    }
    /* h5底部 */
    .baseFooter {
        display: none;
    }
    .mobileFoot {
        width: 100%;
        /* width: 7.2rem; */
        height: 9rem;
        background: #101112;
    }
    .mobileFoot .mobilePadding {
        width: 100%;
        padding: .4rem .33rem 0 .33rem;
        box-sizing: border-box;
    }
    #tabNav {
        width: 100%;
        margin-bottom: .2rem;
    }
    #tabNav ul {
        width: 100%;
        display: flex;
    }
    #tabNav li {
        width: 33%;
        justify-content: space-between;
        font-size: .28rem;
        font-weight: 400;
        color: #999999;
    }
    #tabNav li.activeLi {
        color: #fff;
    }
    #tabNav .tab2 {
        text-align: center;
    }
    #tabNav .tab3 {
        text-align: right;
    }
    #tab .tabCont {
        display: none;
    }
    #tab .activeTab {
        display: block;
    }
    #tab .addTop {
        height: 0.24rem;
        line-height: 0.24rem;
    }
    #tab .address img {
        width: 0.26rem;
        vertical-align: middle;
        margin-right: .07rem;
    }
    #tab .address span {
        font-size: .24rem;
        color: #fff;
    }
    #tab .address span.Tel {
        margin-left: -.1rem;
    }
    #tab .address p {
        color: #999999;
        line-height: .46rem;
        text-indent: .31rem;
    }
    #tab .address p.addressP,
    #tab .address p.addressP1,
    #tab .address p.addressP2 {
        margin-top: .06rem;
        margin-bottom: .07rem;
    }
    #tab .address p span {
        color: #999999;
    }
    .mobileMore {
        margin-top: .07rem;
    }
    .mobileMore h2 {
        height: 0.36rem;
        line-height: 0.36rem;
        margin-bottom: .17rem;
    }
    .mobileMore h2 img {
        width: 0.24rem;
        vertical-align: middle;
        margin-top: 0.05rem;
    }
    .mobileMore h2 span {
        font-size: .24rem;
        color: #FFFFFF;
    }
    .mobileMore .mobileCode {
        height: 3.75rem;
        overflow: hidden;
    }
    .mobileMore .mobileCode span {
        display: inline-block;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 3px;
        background: #fff;
    }
    .mobileMore .mobileCode img {
        width: 1.17rem;
        height: 1.17rem;
        margin-top: .04rem;
    }
    .mobileMore .mobileCode ul {
        width: 100%;
    }
    .mobileMore .mobileCode li {
        width: 33.33%;
        float: left;
        text-align: center;
        margin-bottom: .19rem;
    }
    .mobileMore .mobileCode li p {
        font-size: .24rem;
        color: #999999;
        margin-top: .13rem;
    }
    .mobileBot {
        width: 100%;
        border-top: 1px solid #393A3B;
        margin-top: 0.1rem;
    }
    .mobileLogo {
        height: 0.48rem;
        margin-top: .3rem;
        margin-left: .33rem;
    }
    .mobileLogo img {
        width: 1.2rem;
        float: left;
    }
    .mobileLogo p {
        line-height: 0.27rem;
        height: 0.27rem;
        margin-left: 1.52rem;
    }
    .mobileLogo a {
        font-size: .28rem;
        color: #FFFFFF;
        display: inline-block;
        width: 1rem;
        margin-top: .1rem;
        text-align: center;
        border-right: 1px solid #393A3B;
    }
    .mobileLogo span:last-of-type a {
        border-right: none;
    }
    .mobileBot .botP {
        margin-left: .33rem;
        font-size: .24rem;
        font-weight: 400;
        color: #999999;
        height: .45rem;
        line-height: .45rem
    }
    .mobileBot .botP a {
        color: #999999;
    }
    /* h5点击菜单按钮浮层 */
    .mobileFloat {
        width: 100%;
        /* height: 6.2rem; */
        padding: .27rem 0;
        /*background: #FFFFFF;*/
        background: #181818;
        box-sizing: border-box;
        position: fixed;
        left: 0;
        /* top: 0.84rem; */
        top: 42px;
        z-index: 1000;
        display: none;
    }
    .mobileFloat p {
        height: .8rem;
        line-height: .8rem;
        width: 100%;
        text-align: center;
        font-size: .28rem;
        color: #fff;
    }
    .mobileFloat p:hover {
        background: #EB4E47;
    }
    .mobileFloat p:hover a {
        color: #fff;
        transition: all ease-out 0s;
    }
    .mobileFloat p a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .mobileFu {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, 0.2);
        background-size: cover;
        background-repeat: no-repeat;
        /* top: 6.97rem; */
        top: 7.01rem;
        left: 0;
        z-index: 999;
    }
    /* 在线客服 */
    #_aihecong_chat_container_body ._aihecong_chat_button_body._aihecong_chat_button_mobile ._aihecong_chat_button_list {
        width: 0.8rem!important;
        height: 0.8rem!important;
        line-height: 0.8rem!important;
    }
    #_aihecong_chat_container_body ._aihecong_chat_button_body._aihecong_chat_button_mobile ._aihecong_chat_button_list i {
        font-size: .42rem!important;
    }
    #_aihecong_chat_container_body ._aihecong_chat_button_body._aihecong_chat_button_mobile {
        bottom: 0.2rem!important;
        right: 0.2rem!important;
    }
    #_aihecong_chat_container_body ._aihecong_chat_button_body._aihecong_chat_button_mobile ._aihecong_chat_button_list i._aihecong_chaticonfont-chat {
        top: 0!important;
    }
}