p {
    margin-bottom: 0;
    color: #666;
}

ul {
    padding: 0;
}

ul.list-group {
    width: 94%;
    margin: 20px auto;
}


a:focus {
    text-decoration: none;
}

html,body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #ebf1fe;
    min-width:  320px;
}

body {
    color: #666;
}

a {
    color: #666;
}

a:focus {
    color: #666;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.margin-auto {
    margin: 0 auto;
}

.form-box {
    width: 92%;
    display: block;
    margin: 0 auto;
}

.form-box input,.form-box select {
    border: 1px solid #eeeeee;
}

ul li {
    list-style: none;
}

.red-a {
    color: #EA4335;
}

.red-a:focus {
    color: #EA4335;
}

.row {
    width: 100%;
    padding: 0;
    margin: 0;
}

/*.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{*/
/*padding: 0;*/
/*}*/
.box {
    width: 100%;
    height: auto;
    min-width: 320px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.clear {
    clear: both;
}

.clear-fix {
    zoom: 1; }

.clear-fix:after {
    content: "";
    display: block;
    clear: both;
}

/*loading*/
.loading {
    width: 100%;
    height: 100%;
}

.loading-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9;
}

.loading-area {
    width: 40%;
    height: 120px;
    position: fixed;
    left: 30%;
    top: 50%;
    margin-top: -60px;
    background: #fff;
    border-radius: 5px;
    z-index: 9999;
}

.loading-area img {
    width: 80px;
    height: auto;
    margin: 24px auto;
    display: block;
}



/*发票公用样式*/
.invoice-main {
    display: none;
    border-top: 1px solid #f5f5f5;
}

.invoice-normal {
    position: relative;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}

.invoice-normal p {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    font-size: 15px;
    line-height: 43px;
    color: #333;
    padding-left: 4px;
    z-index: 9;
}

.invoice-normal input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 43px;
    color: #c2c2c2;
    border: none;
    outline: none;
    padding-left: 85px;
}

.invoice-normal input::-webkit-input-placeholder {
    color: #c2c2c2;
}

.invoice-main a {
    display: block;
    font-size: 16px;
    line-height: 41px;
    color: #48a2d2;
}

/*没有更多数据*/
.no-more p {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 12px;
}

/*侧导航*/
.side-btn {
    position: fixed;
    top: 80%;
    right: 10px;
    width: 56px;
    /*height: 198px;*/
    /*transform: translateY(-50%);*/
    z-index: 999999;
}

.sidebar-item {
    width: 56px;
    height: 56px;
    margin-top: 10px;
}

.sidebar-item:first-child {
    margin-top: 0;
}

.side-btn .sidebar-item a {
    display: block;
    width: 100%;
    height: 100%;
}





.side-red-packet a {
    display: block;
    width: 100%;
    height: 100%;
}

/*侧导航--结束*/
/*公共头部（未上划）*/
.public-header-one {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: #fff;
    z-index: 9;
    padding: 0px 15px 0 17px;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.header-one-logo {
    position: absolute;
    top: 4px;
    left: 5%;
    width: 85px;
    height: auto;
}

.header-one-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-one-logo a img {
    width: 100%;
}

.header-my-oeder {
    float: right;
    width: 16px;
    height: 44px;
    padding: 12px 0;
    margin-left: 17px;
}


.header-my-oeder a i {
    width: 6px;
    height: 6px;
    background: #ff0000;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -6px;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .header-one-logo {
        margin-left: -15px;
    }
}

/*公共头部（未上划）--结束*/
/*兼容iPhoneX*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .footer {
        height: 76px;
    }

    .bottom-logo {
        height: 153px;
    }

    .buy-footer {
        height: 76px;
    }

    .public-bottom {
        padding-bottom: 76px;
    }
}

/*结束*/
/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    top: 0;
    max-width: 640px;
}

.sp_logo {
    padding: 5px;
    float: left;
    height: 50px;
}

.sp_logo a {
    display: inline-block;
}

.sp_logo img {
    margin: auto;
    max-height: 40px;
}

.sp_logo .back {
    color: #000;
    font-size: 20px;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
}

.daohang {
    padding: 0.5rem;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.0rem;
}

.daohang .iconfont {
    color: #6e7287;
    padding-right: 3px;
    padding-left: 12px;
}

.sp_nav{width: 3.2rem;float:right;position:relative;cursor:pointer;margin-top: 0.45rem;margin-left: 8px;height: 2rem;}
.sp_nav span{display:block;width: 2rem;height: 0.15rem;position:absolute;left: 0.1rem;transition:all ease 0.35s;background: linear-gradient(90deg, #50abff 0%, #8868ec 100%);}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top: 0.5rem;}
.sp_nav span:nth-of-type(3){top: 1rem;}
.sp_nav_se span:nth-of-type(1){top: 0.45rem;transform: rotate(40deg);}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top: 0.45rem;transform: rotate(-40deg);}
.sjj_nav{position:fixed;z-index:9;background: #fff;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;max-width: 640px;margin: 0 auto;}

.nav_show {
    top: 4rem;
    height: 100%;
    border-top: 2px solid #4994da;
    min-width: 320px;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}
img {
  -webkit-user-drag: none;
}
.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px;
}

.sjj_nav>ul >li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #15161a;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}