/* html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;
} */

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-width: 1200px;
    box-sizing: border-box;
    font-family: 'MicrosoftYaHei', "微软雅黑";
}

ul,
li,
a,
img {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    cursor: pointer;
}

a:hover {
    cursor: pointer;
}

input {
    outline: 0;
}

.tip {
    position: absolute;
    width: 62px;
    height: 24px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.6;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-left: 9px;
    margin-top: 9px;
}

header {
    width: 100%;
    height: 100px;
    min-width: 1200px;
    background: #0000009e;
    position: fixed;
    top: 0px;
    z-index: 99999;
    background: rgba(0, 0, 0, .5);
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header .icon {
    float: left;
    width: 25%;
    min-width: 350px;
}

.icon .icon_img {
    position: absolute;
    width: 56px;
    height: 56px;
    background: url("../img/icon.png") no-repeat;
    background-size: 100%;
    margin-top: 20px;
    margin-left: 1%;
}

.icon p {
    color: #fff;
    margin-left: 24%;
}

.icon p.icon_ch {
    font-size: 20px;
    margin-top: 22px;
}

.icon p.icon_en {
    font-size: 10px;
    margin-top: 10px;
}

header .list {
    float: left;
    width: 50%;
    min-width: 600px;
}

ul.list>li {
    float: left;
    text-align: center;
    color: #fff;
    width: 16%;
    line-height: 100px;
    cursor: pointer;
}

ul.list>li>a {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 95px;
    cursor: pointer;
}

ul.list>li>a:hover {
    text-decoration: none;
}

.li_city:hover .city {
    display: block;
}

.li_tf:hover .tf {
    display: block;
}

.li_chengdu:hover .chengdu {
    display: block;
}

.li_jz:hover .jz {
    display: block;
}

.sty {
    font-size: 16px;
    color: #fff;
}

ul.list>li ul {
    width: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: 0.7;
    display: none;
}

ul.list>li ul li {
    font-size: 16px;
    color: #fff;
    line-height: 250%;
}

header .search {
    float: left;
}

.search_context {
    width: 200px;
    height: 28px;
    background: rgba(149, 149, 149, 1);
    opacity: 0.39;
    border-radius: 19px;
    margin-top: 36px;
}

.search_icon {
    position: absolute;
    width: 19px;
    height: 21px;
    background: url("../img/chaxun.png") no-repeat;
    background-size: 100%;
    margin-top: -26px;
    margin-left: 166px;
}

.login {
    position: absolute;
    width: 23px;
    height: 27px;
    background: url("../img/login.png") no-repeat;
    background-size: 100%;
    margin-top: -28px;
    margin-left: 220px;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 10px;
    background: url(../img/index_foot.jpg) no-repeat;
    background-size: 100%;
    background-position: 0px -26px;
    z-index: 10;
}

.img_bg {
    width: 100%;
}

.img_bg img {
    width: 100%;
    position: absolute;
}

.foot_box {
    width: 1200px;
    margin: 70px auto;
    position: absolute;
    left: 0;
    right: 0;
}

nav {
    margin-top: 40px;
    margin-left: -20px;
}

.foot nav a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 30px;
    border-right: 1px solid #fff;
}

.foot nav a:last-child {
    border: none;
}

.last {
    border: none;
}

.foot_title {
    width: 480px;
    height: 43px;
    background: url("../img/foot_title.png") no-repeat;
    background-size: 100%;
}

.foot_right {
    position: absolute;
    right: 0;
    top: 0;
}

.gzh {
    width: 100px;
    float: left;
}

.wb {
    width: 100px;
    float: left;
    margin-left: 44px;
    margin-right: 44px;
}

.gzh_img {
    width: 88px;
    height: 87px;
    margin-left: 6px;
    background: url("../img/jd-gzh.jpg") no-repeat;
    background-size: 100%;
}

.wb_img {
    width: 88px;
    height: 87px;
    margin-left: 6px;
    background: url("../img/cdwhdb-gzh.jpg") no-repeat;
    background-size: 100%;
}

.foot_right p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    width: 87px;
    text-align: center;
}

.foot_add {
    position: absolute;
    margin-top: 16%;
    text-align: center;
    left: 0;
    right: 0;
}

.foot_add p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.tel,
.cz,
.yb {
    margin-left: 20px;
}

/*天府有约banner*/

.banner {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
}

.tf_word {
    position: absolute;
    z-index: 10;
    top: 20%;
    right: 20%;
    width: 272px;
}

.tf_word img {
    width: 62%;
}

/*下面导航开始*/

.banner_cd {
    min-width: 1200px;
    width: 100%;
    margin-top: -4px;
    min-height: 45px;
    background: url("../img/cityban_bottom.png") no-repeat;
    background-size: 100%;
}

.add_box {
    padding-left: 360px;
    min-width: 1200px;
    line-height: 42px;
}

.add_icon {
    position: absolute;
    width: 34px;
    height: 28px;
    background: url("../img/cn_icon.png") no-repeat;
    background-size: 100%;
    margin-top: 7px;
    margin-left: 0px;
}

.container .city_li {
    font-size: 16px;
    color: #3C3C3C;
    position: relative;
}

.container .city_bz {
    margin-left: 10px;
    color: #3c3c3c;
}

.container .city_xx {
    font-size: 16px;
    color: #E52B31;
    margin-left: 10px;
}

/*=================    头部GM代码  START   ========================*/

.container {
    width: 1200px;
    margin: auto;
}

.row:after,
.row:before,
.header:after,
.header:before,
.clear_f:after,
.clear_f:before {
    content: "";
    display: table;
    clear: both;
    height: 0;
}

.header .logoBox {
    float: left;
    width: 400px;
    height: 100px;
    padding-top: 26px;
    color: #fff;
    padding-left: 100px;
    background: url(../img/icon.png) no-repeat;
    background-position: 24px 24px;
}

.header .logoBox .webTitle {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 6px;
}

.header .logoBox .webTitleEn {
    font-size: 10px;
    color: #fff;
    margin-top: 6px;
    font-weight: normal;
    word-spacing: 3px;
}

.header .navBox {
    float: left;
    /*margin-left: 100px;*/
}

.header .navBox .navUl>li {
    float: left;
}

.header .navBox .navUl>li:hover {
    background: #000000b8;
    background: rgba(0, 0, 0, .8);
}

.header .navBox .navUl>li>a {
    display: block;
    padding: 0px 50px;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #fff;
}

.header .navBox .navUl>li>a.actives {
    background: url("../img/navactive.png") no-repeat;
    background-position: bottom center;
}

.header .navBox .navUl .townav {
    display: none;
}

.header .navBox .navUl>li:hover .townav {
    display: block;
}

.header .navBox .navUl .townav li {
    text-align: center;
}

.header .navBox .navUl .townav li a {
    display: block;
    padding: 20px 0;
    margin-top: 2px;
    font-size: 18px;
    color: #fff;
}

.header .navBox .navUl .townav li a:hover {
    background: #232222;
}

.header .searchBox {
    float: right;
    width: 420px;
    margin-top: 30px;
    position: relative;
}

.header .searchBox .search_context {
    width: 200px;
    height: 28px;
    background: rgba(58, 55, 55, 0.62);
    border-radius: 19px;
    color: #fff;
    margin: auto;
    text-indent: 10px;
    opacity: 1;
    color: #fff;
    padding-right: 30px;
}

.header .searchBox .search_icon {
    position: absolute;
    top: 4px;
    left: 170px;
    margin: auto;
    cursor: pointer;
}

.header .searchBox .login {
    margin: 0;
    cursor: pointer;
}

/*
    position: absolute;
    left: 220px;
    top: 0;
    padding: 0;
 * */

.header .searchBox .lgtext {
    position: absolute;
    top: 0;
    left: 320px;
    width: 30px;
    height: 27px;
    background: url(../img/lgtext.png) no-repeat;
    cursor: pointer;
    display: inline-block;
}

@media screen and (max-width: 1920px) {
    .header .navBox {
        margin-left: 100px;
    }

    .header .navBox .navUl>li>a {
        padding: 0px 26px;
    }

    .header .searchBox {
        width: 326px;
    }

    .header .logoBox {
        width: 370px;
    }
}

@media screen and (max-width: 1750px) {
    .header .navBox {
        margin-left: 100px;
    }

    .header .navBox .navUl>li>a {
        padding: 0px 26px;
    }

    .header .searchBox {
        width: 326px;
    }

    .header .logoBox {
        width: 370px;
    }
}

@media screen and (max-width: 1550px) {
    .header .navBox {
        margin-left: 0px;
    }

    .header .navBox .navUl>li>a {
        padding: 0px 16px;
    }

    .header .searchBox {
        width: 310px;
    }

    .header .logoBox {
        width: 370px;
    }
}

@media screen and (max-width: 1300px) {
    .header .navBox {
        margin-left: 0px;
    }

    .header .navBox .navUl>li>a {
        padding: 0px 16px;
    }

    .header .searchBox {
        width: 326px;
    }

    .header .logoBox {
        width: 370px;
    }
}

@media screen and (max-width: 1200px) {
    .header .navBox {
        margin-left: 0px;
    }

    .header .navBox .navUl>li>a {
        padding: 0px 16px;
    }

    .header .searchBox {
        width: 326px;
    }

    .header .logoBox {
        width: 370px;
    }
}

.foot {
    margin-top: 40px;
    position: relative;
}

.foot:after,
.foot:before {
    content: "";
    height: 0;
    clear: both;
    display: table;
}

.footBox .foot_left {
    float: left;
}

.footBox .foot_left nav {
    margin-bottom: 90px;
}

.footBox .foot_left .foot_title {
    margin-top: 100px;
}

.footBox .footRight {
    float: right;
    margin-top: 100px;
}

.footBox .footRight p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.foot {
    background: url(../img/foot.jpg) no-repeat;
    background-size: cover;
    height: 385px;
}

.foot .footInfo {
    text-align: center;
    /* padding-bottom: 40px; */
}

.foot .footInfo p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.foot .footerimgtop {
    position: absolute;
    top: -10px;
    left: 0;
    height: 100px;
    width: 100%;
    background: url(../img/footerimgtop.png) no-repeat;
    background-size: 100% 100%;
}

/*=================    GM代码  END   ========================*/

.headermargin {
    padding-top: 100px;
}

.pagelocationBox {
    height: 68px;
    line-height: 68px;
    background: url(../img/cityban_bottom.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.pagelocationBox p {
    font-size: 16px;
    color: #3C3C3C;
    position: relative;
    text-indent: 46px;
}

.pagelocationBox .iconTea {
    position: absolute;
    top: 20px;
    left: 0;
}

.iconTea {
    width: 34px;
    height: 28px;
    background: url(../img/cn_icon.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    overflow: hidden;
}

/*===========================*/

.leftLeaf {
    position: absolute;
    width: 109px;
    height: 100px;
    background: url("../img/leaf2.png") no-repeat;
    background-size: cover;
    margin-top: -15px;
}

.rightLeaf {
    position: absolute;
    width: 109px;
    height: 50px;
    background: url("../img/leaf.png") no-repeat;
    background-size: cover;
    right: 40px;
    top: 30px;
}

.cdMap {
    height: 720px;
    margin-top: 50px;
}

.cdMap iframe {
    width: 100%;
    border: 0;
    outline: 0;
    height: 100%;
}

.cdMap:after,
.cdMap:default {
    content: "";
    display: table;
    clear: both;
    height: 0;
}

/*add*/

.bannerBox {
    min-width: 1200px;
    max-width: 1920px;
    margin: auto;
    position: relative;
}

img {
    max-width: 100%;
}

.bannerBox .bannerContent {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1200px;
    margin-left: -600px;
}

.bannerBox .bannerContent .cdwhimgBox {
    float: right;
    margin-top: 100px;
    width: 18%;
    margin-right: 20%;
}

/*===========    分页  ===============*/

.pageNumBox {
    padding: 30px 0 20px;
}

.pageNumBox .pageNoList {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.pageNumBox .pageNoList li {
    float: left;
}

.pageNumBox .pagination:after,
.pageNumBox .pagination:before {
    content: "";
    clear: both;
    height: 0;
    display: table;
}

.pageNumBox .pagination {
    display: inline-block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.pageNumBox .pagination a {
    display: inline-block;
    padding: 10px 20px;
    border-left: 1px solid #ccc;
    color: #333;
}

.pageNumBox .pagination a.active {
    background: #f4ede6;
}

.pageNumBox .pagination a:hover {
    background: #f9cca0;
}


.hidden {
    display: none;
}

.sign_box {
    position: absolute;
    margin: 0;
    left: 210px;
    top: 0;
    padding: 0;
    cursor: pointer;
    width: 100px;
}

.not_login,
.is_login {
    width: 100px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
}

.is_login {
    height: 122px;
    line-height: 40px;
}

.is_login a:link,
.is_login a:visited,
.is_login a:hover,
.is_login a:active {
    text-decoration: none;
    color: #fff;
}

#account {
    font-size: 18px;
    margin-left: 0;
}

.personal_center {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sign_show {
    display: none;
}

.is_login:hover .sign_show {
    display: block;
    font-size: 16px;
}

.is_login:hover {
    background: rgba(58, 55, 55, 0.62);
    border-radius: 3px;
}

.sign_in:hover,
.personal_center:hover,
.sign_out:hover {
    background: #0000009e;
    border-radius: 3px;
}

/*====*/

.bgcolorFFF {
    background: #fff;
}

.row:after,
.row:before {
    display: table;
    content: "";
    height: 0;
    clear: both;
    position: relative;
}

.row {
    position: relative;
}

.container:after,
.container:before,
.row:after,
.row:before,
.header:after,
.header:before,
.clear_f:after,
.clear_f:before {
    content: "";
    display: table;
    clear: both;
    height: 0;
}

/*个人中心 面包屑调整*/

.crumbs {
    margin-left: -40px;
}

.city_bz {
    color: #3c3c3c;
}

.banner_cd a:hover {
    text-decoration: none;
}

.bannerBox .bannerContent .cdwhimgBox {
    float: right;
    margin-top: 100px;
    width: 13%;
    margin-right: 10%;
}

/*===== 加载 =====*/

.lodingFixedBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99999;
    background: #ffffff2b;
}

.lodingFixedBox:after {
    display: inline-block;
    content: "";
    height: 100%;
}

.lodingFixedBox img {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: auto;
}

.headerforged {
    padding-top: 100px;
    height: 0;
}

/*==================弹出框的样式=========*/

.popCommon {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 111111;
    display: none;
}

.tipInformation {
    position: fixed;
    z-index: 111112;
    width: 350px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 0px rgba(51, 46, 41, 0.5);
    border-radius: 3px;
    text-align: center;
    display: none;
}

.refundInformation {
    width: 650px;
    height: 500px;
}

.tipInformation .close {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../img/close.png") no-repeat;
    background-size: 100%;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.tipInformation .tipTitle {
    font-size: 16px;
    color: #1E1E1E;
    margin-top: 50px;
}

.tipInformation .tipImg {
    display: inline-block;
    width: 80px;
    height: 147px;
    background: url("../img/informatiom.png") no-repeat;
    background-size: 100%;
    margin: 30px auto;
}

.tipInformation .contentBox {
    width: 490px;
    height: 280px;
    margin: 30px auto 35px;
}

.tipInformation .contentBox .content {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.tipInformation .tipButton {
    margin: 0 auto;
    width: 240px;
    height: 34px;
    background: rgba(229, 43, 49, 1);
    border-radius: 17px;
    text-align: center;
    line-height: 34px;
}

.tipInformation .tipButton a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 34px;
}

.tipInformation .tipHref {
    margin-top: 20px;
}

.tipInformation .tipHref .tipWord {
    font-size: 14px;
    color: #3D3D3D;
}

.tipInformation .tipHref .tipLink {
    color: #E52B31;
    font-size: 14px;
}

/*iheader start*/

* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
    /* color: #FFF; */
}

a {
    color: #FFF;
    text-decoration: none;
}

.container-header a:link,
.container-header a:visited,
.container-header a:hover,
.container-header a:active {
    text-decoration: none;
    color: #fff;
}

.container-header {
    display: flex;
    height: 100px;
    width: 100%;
    min-width: 1200px;
    background: rgba(0, 0, 0, .5);
    color: #FFF;
}

.logo-box {
    display: flex;
}

.logo-box .logo {
    width: 56px;
    height: 56px;
    margin: 24px 25px 21px;
    margin-right: 10px;
}

.logo-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100px;
    font-size: 20px;
}

.title-zh {
    letter-spacing: 11px;
}

.title-en {
    margin-top: 5px;
    font-size: 10px;
    word-spacing: 3px;
}

.container-header .menu {
    flex: 1;
    margin-left: 125px;
    position: relative;
}

.menu .menu-title>li {
    position: relative;
    line-height: 100px;
    display: inline-block;
}

.menu .menu-title>li>a {
    padding: 0 35px;
    font-size: 18px;
}

.menu .sub-title {
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 65px;
    margin-top: -1px;
    background: rgba(0, 0, 0, .6);
}

.menu .menu-title>li:hover .sub-title {
    display: block;
}

.menu .menu-title .sub-title li {
    width: 100%;
    height: 65px;
}

.menu .sub-title li a {
    padding: 0 15px;
    font-size: 18px;
    color: FFF;
}

.menu .sub-title li:hover {
    background: rgba(0, 0, 0, .8);
}

.search-box {
    position: relative;
    line-height: 100px;
}

.search-box .search-input {
    width: 260px;
    height: 38px;
    padding-right: 65px;
    background: rgba(81, 81, 81, 1);
    font-size: 16px;
    border-radius: 19px;
    text-indent: 14px;
    color: white;
    border: 0px;
    outline: none;
}

.search-box .search-clear {
    display: none;
    position: absolute;
    top: 35px;
    right: 34px;
    width: 30px;
    height: 30px;
    background: url(../img/close3.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.search-box .search-clear:hover {
    position: absolute;
    top: 35px;
    right: 34px;
    width: 30px;
    height: 30px;
    background: url(../img/close4.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.search-box .search-icon {
    position: absolute;
    top: 38px;
    right: 12px;
    width: 21px;
    height: 23px;
    background: url(../img/chaxun.png) no-repeat;
    cursor: pointer;
}

/*user*/

.user {
    margin: 0 15px 0 10px;
    font-size: 16px;
}

.user .sign {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}

.user .not-sign {
    padding-top: 5px;
    cursor: pointer;
}

.user .hidden {
    display: none;
}

.sign-in:hover .sign-menu {
    display: block;
}

.user .sign-menu {
    position: absolute;
    top: 100px;
    width: 100px;
    text-align: center;
    display: none;
}

.user .sign-menu li {
    line-height: 45px;
    background: rgba(0, 0, 0, .8);
}

.user .sign-menu a {
    color: #FFF;
}

.user .sign-menu li:hover {
    background: rgba(149, 149, 149, 1);
}

.avatar {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.avatar::before {
    content: '';
    position: absolute;
    top: 18px;
    right: -12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid white;
}

.luange {
    height: 100px;
    line-height: 120px;
    margin-right: 48px;
}

.luange-icon {
    display: inline-block;
    width: 32px;
    height: 31px;
    cursor: pointer;
    background: url(../img/lgtext.png);
}

@media screen and (max-width: 1430px) {

    .search-box,
    .search-box .search-input,
    .luange {
        display: none;
    }
}

@media screen and (min-width: 1820px) {
    .menu .menu-title>li>a {
        padding: 0 60px;
    }

    .container-header .menu {
        margin-left: 200px;
    }
}

.activeIcon {
    background: url("../img/navactive.png") no-repeat;
    position: absolute;
    left: 34px;
    bottom: 0;
    width: 24px;
    height: 29px;
    transform: translateX(-50%);
    transition: all 1s ease;
}

/*iheader end*/

.textOne {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*返回顶部*/
#fixedTools {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #FFF;
    width: 36px;
    text-align: center;
    border-radius: 2px;
    line-height: 1.25;
    z-index: 1000;
}

#fixedTools a {
    padding: 10px;
    border: 1px solid #DDD;
    display: block;
    color: #999;
    text-decoration: none;
}

#fixedTools:hover {
    background: #eee;
}

.orderdetailscontent {
    position: fixed;
    z-index: 111112;
    width: 1200px;
    height: 900px;
    left: 50%;
    /* margin-left: -175px; */
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 0px rgba(51, 46, 41, 0.5);
    border-radius: 3px;
    /*  text-align: center; */
    display: none;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    overflow: auto;
}

/*加载遮罩层*/
.relative-box {
    position: relative;
    padding-bottom: 10px;
}

.loading-modal-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10000;
}

.loading-modal-box .loading-modal-icon {
    position: absolute;
    top: 300px;
    color: red;
    left: 50%;
    transform: translateX(-50%);
}