* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    font-family: 'Microsoft Yahei','PingFang'
}

html {
    background: #f2f2f2;
}

body {
    padding-top: 76px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #DB2120 !important;
    width: 25px !important;
    height: 6px !important;
    border-radius: 3px !important;
}

.swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: rgba(255, 255,255,0.8) !important;
}

.content {
    width: 85% !important;
    margin: 0 auto;
    overflow: hidden;
    min-height:400px;
}

#home .content {
    margin-bottom: 80px;
}

#home #header .homepage {
    color: #fff !important;
}

#home .swiper1 {
    width: 100%;
    height: 585px;
}

#home .swiper-container img {
    width: 100%;
}

#home .navbar {
    width: 100%;
    height: 66px;
    background: #fff;
}

#home .navbarleft {
    width: 45%;
    height: 100%;
    line-height: 66px;
    float: left;
    background: url(../img/ggicon.png) 0 17px no-repeat;
    padding-left: 48px;
    background-size: 5%;
    font-size: 16px;
    color: #666;
}

#home .swiper2 {
    height: 66px;
}

#home .swiper-slide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home .navbarright {
    width: 50%;
    float: right;
    overflow: hidden;
    margin-top: 9px;
}

#home .right1 {
    height: 48px;
    width: 62%;
    float: left;
    background: #f1f1f1 url(../img/search.png) 9px 8px no-repeat;
    background-size: 7%;
    padding-left: 7%;
    border-radius: 6px 0 0 6px;
}

    #home .right1 input {
        width: 80%;
        height: 100%;
        background: transparent;
        font-size: 16px;
    }

#home .right2 {
    width: 30%;
    float: right;
    text-align: center;
    background: #DB2120;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    border-radius: 0 6px 6px 0;
}

#home .block1 {
    margin-top: 15px;
}

#home .tit {
    width: 100%;
    height: 64px;
    background: #fff;
}

    #home .tit span {
        height: 40px;
        line-height: 40px;
        margin: 10px 0 0 8px;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #666;
        padding: 3px 10px;
        border-left: 10px solid #666;
    }

#home .itemlist {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

#home .itemblock {
    width: 25%;
    float: left;
}

    #home .itemblock img {
        max-width: 95%;
        display: block;
        margin: 0 auto;
    }

#home .item {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 10px;
    position: relative;
    box-shadow: 1px 3px 5px #888888;
    margin-bottom: 10px;
    border-radius: 6px;
}

#home .cartpic {
    width: 30px;
    position: absolute;
    bottom: 10px;
    right: 3%;
}

#home .itempic {
    width: 100%;
    height: 160px;
}

    #home .itempic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#home .itemtit {
    font-size: 15px;
    color: #373737;
    margin-top: 3px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    width: 95%;
    margin: 3px auto 0;
}

#home .itemprice {
    font-size: 18px;
    font-weight: 600;
    color: #DB2120;
    margin-top: 8px;
    padding-left: 5px;
}

#home .itemtip {
    font-size: 13px;
    color: #9e9e9e;
    margin-top: 8px;
    padding-left: 5px;
}

.sidemenu {
    position: fixed;
    right: 0;
    margin-top: -162px;
    top: 50%;
    z-index: 111111;
}

    .sidemenu a {
        display: block;
        width: 126px;
        height: 78px;
        margin-bottom: 25px;
    }

    .sidemenu img {
        height: 100%;
        object-fit: contain;
        float: right;
    }
/* 商品详情 */
#itemdetail .content {
    margin-top: 20px;
    margin-bottom: 80px;
}

#itemdetail .block1 {
    width: 100%;
    padding: 15px;
    background: #fff;
    overflow: hidden;
}

#itemdetail .left {
    float: left;
    width: 30%;
    margin: 0;
}

#itemdetail .mainpic {
    width: 100%;
    height: 316px;
    border: 1px solid #e0e0e0;
}

    #itemdetail .mainpic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

#itemdetail #gallary {
    overflow: hidden;
    margin-top: 20px;
}

    #itemdetail #gallary li {
        float: left;
        margin-right: 20px;
        width: 80px;
        height: 80px;
    }

        #itemdetail #gallary li img {
            width: 100%;
            height: 98%;
            object-fit: contain;
            border: 1px solid transparent;
        }

        #itemdetail #gallary li .picactive {
            border: 1px solid #DB2120;
        }

#itemdetail .right {
    width: 65%;
    padding: 0 2%;
    float: left;
    margin: 0;
}

#itemdetail .name {
    font-size: 22px;
    color: #373737;
    font-weight: normal;
}

#itemdetail .price {
    font-size: 22px;
    color: #C40E11;
    margin-top: 30px;
}

#itemdetail .stepper {
    overflow: hidden;
    margin-top: 30px;
}

    #itemdetail .stepper .tit {
        float: left;
        font-size: 18px;
        color: #9e9e9e;
        height: 38px;
        line-height: 38px;
    }

    #itemdetail .stepper .num {
        float: left;
        margin-left: 20px;
    }

#itemdetail .minus, #itemdetail .add {
    width: 38px;
    height: 38px;
    background: #d6d6d6;
    color: #373737;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    float: left;
}

#itemdetail .inputBorder {
    height: 38px;
    width: 120px;
    text-align: center;
    float: left;
}

#itemdetail .sharepic {
    float: right;
    margin-right: 30px;
    width: 120px;
}

#itemdetail .tip {
    width: 100%;
    height: 50px;
    background: #efefef;
    line-height: 50px;
    color: #9e9e9e;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

#itemdetail .operate {
    margin-top: 30px;
}

    #itemdetail .operate span {
        width: 48%;
        height: 55px;
        text-align: center;
        line-height: 55px;
        display: inline-block;
        font-size: 18px;
        color: #fff;
    }

        #itemdetail .operate span:first-child {
            background: #FF9000;
            margin-right: 26px;
        }

        #itemdetail .operate span:last-child {
            background: #E71F19;
        }

#itemdetail .block2 {
    margin-top: 20px;
}

#itemdetail .titlist {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #fff;
}

    #itemdetail .titlist li {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        width: 150px;
        text-align: center;
        float: left;
    }

    #itemdetail .titlist a {
        height: 54px;
        color: #666;
        display: inline-block;
    }

    #itemdetail .titlist .tab-active {
        color: #DB2120;
        border-bottom: 5px solid #DB2120;
    }

#itemdetail .tabs-content-placeholder {
    width: 100%;
    background: #fff;
}

    #itemdetail .tabs-content-placeholder .tabs {
        display: none;
        overflow: hidden;
        padding-bottom: 30px;
    }

    #itemdetail .tabs-content-placeholder .tab-content-active {
        display: block;
    }

#itemdetail .phonetip, #itemdetail .phoneoperate {
    display: none;
}

#itemdetail .detailtop {
    padding: 15px 15px 0;
    background: #efefef;
    width: 95%;
    overflow: hidden;
    margin: 10px auto 0;
}

    #itemdetail .detailtop div {
        width: 33%;
        font-size: 16px;
        color: #666;
        float: left;
        margin-bottom: 15px;
    }

#itemdetail .detailbottom {
    width: 97.5%;
    overflow: hidden;
    margin: 15px auto 0;
}

    #itemdetail .detailbottom img {
        width: 100%;
    }

#itemdetail .payintro {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    color: #373737;
}

#itemdetail .recordtable {
    width: 90%;
    margin: 10px auto;
    border-collapse: collapse;
}

#itemdetail .thead {
    height: 50px;
    background: #efefef;
    color: #666;
}

#itemdetail .tableline {
    height: 60px;
    border-bottom: 1px solid #e0e0e0;
}

    #itemdetail .tableline td {
        text-align: center;
        color: #373737;
    }

    #itemdetail .tableline .prize {
        color: #DB2120;
    }

#itemdetail .sidemenu {
    margin-top: -216px;
}
/* 商品分类 */
#catalog .content {
    margin-bottom: 80px;
}

#catalog .block1 {
    margin-top: 50px;
}

#catalog .titlist {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #fff;
}

    #catalog .titlist li {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        width: 25%;
        text-align: center;
        float: left;
    }

    #catalog .titlist a {
        height: 54px;
        color: #666;
        display: inline-block;
    }

    #catalog .titlist .tab-active {
        color: #DB2120;
        border-bottom: 5px solid #DB2120;
    }

#catalog .tabs-content-placeholder {
    width: 100%;
}

    #catalog .tabs-content-placeholder .tabs {
        display: none;
        overflow: hidden;
        padding-bottom: 30px;
    }

    #catalog .tabs-content-placeholder .tab-content-active {
        display: block;
    }

#catalog .itemlist {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

#catalog .itemblock {
    width: 25%;
    float: left;
}

    #catalog .itemblock img {
        max-width: 95%;
        display: block;
        margin: 0 auto;
    }

#catalog .item {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 10px;
    position: relative;
    box-shadow: 1px 3px 5px #888888;
    margin-bottom: 10px;
    border-radius: 6px;
}

#catalog .cartpic {
    width: 30px;
    position: absolute;
    bottom: 10px;
    right: 3%;
}

#catalog .itempic {
    width: 100%;
    height: 160px;
}

    #catalog .itempic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#catalog .itemtit {
    font-size: 15px;
    color: #373737;
    margin-top: 3px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    width: 95%;
    margin: 3px auto 0;
}

#catalog .itemprice {
    font-size: 18px;
    font-weight: 600;
    color: #DB2120;
    margin-top: 8px;
    padding-left: 5px;
}

#catalog .itemtip {
    font-size: 13px;
    color: #9e9e9e;
    margin-top: 8px;
    padding-left: 5px;
}

#catalog .sidemenu {
    margin-top: -216px;
}
/* 购物车 */
#cart .topbar {
    width: 100%;
    height: 60px;
    background: #fff;
    margin-top: 57px;
}

#cart .checkall {
    overflow: hidden;
    float: left;
    margin-left: 5%;
    height: 60px;
    line-height: 60px;
}

    #cart .checkall input {
        width: 30px;
        height: 30px;
        border: 1px solid #d6d6d6;
        background: transparent;
        float: left;
        margin-top: 15px;
    }

    #cart .checkall span {
        font-size: 16px;
        color: #666;
        float: left;
        margin-left: 10px;
    }

#cart .delete {
    float: right;
    overflow: hidden;
    margin-right: 5%;
    height: 60px;
    line-height: 60px;
}

    #cart .delete img {
        width: 30px;
        float: left;
        margin-top: 15px;
    }

    #cart .delete span {
        font-size: 16px;
        color: #666;
        float: left;
        margin-left: 10px;
    }

#cart .itemlist {
    margin-top: 20px;
}

#cart .item {
    overflow: hidden;
    margin-bottom: 30px;
    height: 230px;
}

#cart .left {
    width: 10%;
    float: left;
}

    #cart .left input {
        width: 30px;
        height: 30px;
        border: 1px solid #d6d6d6;
        background: transparent;
        float: left;
        margin-top: 78px;
        margin-left: 45%;
    }

#cart .right {
    float: right;
    width: 85%;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    height: 190px;
    border-radius: 6px;
    box-shadow: 1px 3px 5px #888888;
}

#cart .mainpic {
    width: 200px;
    height: 160px;
    float: left;
}

    #cart .mainpic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

#cart .detail {
    float: left;
    margin-left: 20px;
    width: 350px;
}

#cart .itemtit {
    font-size: 18px;
    height: 48px;
    color: #373737;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

#cart .price {
    font-size: 18px;
    color: #666;
    margin-top: 54px;
}

#cart .nums {
    float: left;
    margin-left: 20px;
}

#cart .num {
    font-size: 16px;
    color: #666;
    width: 174px;
    text-align: center;
}

#cart .stepper {
    overflow: hidden;
    margin-top: 54px;
}


#cart .minus, #cart .add {
    width: 38px;
    height: 38px;
    background: #d6d6d6;
    color: #373737;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    float: left;
}

#cart .inputBorder {
    height: 38px;
    width: 120px;
    text-align: center;
    float: left;
}

#cart .total {
    float: right;
    margin-right: 3%;
}

#cart .totaltit {
    font-size: 16px;
    color: #666;
    width: 174px;
    text-align: center;
}

#cart .totalnum {
    color: #C61013;
    font-size: 18px;
    text-align: center;
    margin-top: 63px;
}

#cart .cartfoot {
    width: 100%;
    /* position: fixed;
    bottom: 374px; */
    height: 60px;
    overflow: hidden;
    margin-top: 80px;
}

#cart .pay {
    width: 70%;
    float: left;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    font-size: 18px;
    color: #666;
    text-align: center;
}

    #cart .pay span {
        font-size: 18px;
        color: #DB2120;
        font-weight: 600;
    }

#cart .paybtn {
    width: 30%;
    float: left;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: url("../img/main.png") 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
/* 确认支付 */
#pay .itemlist {
    margin-top: 75px;
}

#pay .item {
    padding: 15px;
    overflow: hidden;
    background: #fff;
    height: 164px;
    border-radius: 6px;
    box-shadow: 1px 3px 5px #888888;
    margin-bottom: 30px;
    position: relative;
}

#pay .jricon {
    position: absolute;
    right: 3%;
    height: 35px;
    top: 50%;
    margin-top: -18px;
}

#pay .mainpic {
    width: 200px;
    height: 160px;
    float: left;
}

    #pay .mainpic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

#pay .detail {
    float: left;
    margin-left: 20px;
    width: 350px;
}

#pay .itemtit {
    font-size: 18px;
    height: 48px;
    color: #373737;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

#pay .price {
    font-size: 18px;
    color: #666;
    margin-top: 54px;
}

#pay .nums {
    float: left;
    margin-left: 20px;
}

#pay .numtit {
    font-size: 16px;
    color: #666;
    width: 174px;
    text-align: center;
}

#pay .num {
    font-size: 16px;
    color: #666;
    width: 174px;
    text-align: center;
    margin-top: 81px;
}

#pay .stepper {
    overflow: hidden;
    margin-top: 54px;
}

#pay .total {
    float: right;
    margin-right: 3%;
}

#pay .totaltit {
    font-size: 16px;
    color: #666;
    width: 174px;
    text-align: center;
}

#pay .totalnum {
    color: #C61013;
    font-size: 18px;
    text-align: center;
    margin-top: 81px;
}

#pay .addrtit {
    font-size: 18px;
    color: #666;
}

#pay .addr {
    font-size: 20px;
    color: #666;
    margin: 20px 0;
}

#pay .phonenum {
    font-size: 20px;
    color: #9e9e9e;
}

#pay .tip span {
    display: inline-block;
    padding: 8px 20px;
    background: #C81214;
    color: #fff;
    border-radius: 25px;
    margin-top: 20px;
}

#pay .line {
    overflow: hidden;
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}

    #pay .line span:first-child {
        float: left;
    }

    #pay .line span:last-child {
        float: right;
    }

#pay .paynum {
    color: #DB2120;
}

#pay .phonenums {
    display: none;
}

#pay .payfoot {
    width: 100%;
    margin-top: 80px;
    height: 60px;
    overflow: hidden;
    font-size: 18px;
}

    #pay .payfoot div {
        height: 100%;
        line-height: 60px;
        text-align: center;
        width: 50%;
        float: left;
    }

        #pay .payfoot div:first-child {
            color: #666;
            background: #fff;
        }

        #pay .payfoot div:last-child {
            color: #FFF;
            background: url("../img/main.png") 0 0 no-repeat;
            background-size: 100% 100%;
        }
/* 我的分销 */
#sale .block1 {
    margin-top: 75px;
    margin-bottom: 80px;
}

#sale .tabs-content-placeholder .tabs {
    display: none;
}

#sale .tab-content-active {
    display: block !important;
}

#sale .titlist {
    overflow: hidden;
}

    #sale .titlist li {
        width: 32%;
        float: left;
        margin-right: 1%;
        height: 184px;
        background: url("../img/bg.png") 0 0 no-repeat;
        background-size: 100% 100%;
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }

        #sale .titlist li a {
            width: 100%;
            height: 100%;
            display: inline-block;
        }

        #sale .titlist li:last-child {
            margin-right: 0;
        }

    #sale .titlist .tab-active {
        background: url("../img/bg2.png") 0 0 no-repeat;
        background-size: 100% 100%;
    }

#sale .tabtit {
    font-size: 18px;
    color: #666;
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

#sale .tab-active .tabtit {
    color: #fff;
}

#sale .num {
    width: 100%;
    text-align: center;
    height: 90px;
    line-height: 90px;
    color: #666;
    font-weight: 600;
    font-size: 18px;
}

#sale .tab-active .num {
    color: #fff;
}

#sale .tab1 {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

    #sale .tab1 .summary {
        width: 90%;
        margin: 20px auto;
        background: #eee;
        border-radius: 6px;
        overflow: hidden;
        padding: 20px 0;
    }

#sale .summaryL {
    float: left;
    margin-left: 5%;
    font-size: 18px;
    color: #666;
}

    #sale .summaryL div:first-child {
        margin-bottom: 20px;
    }

    #sale .summaryL span {
        color: #DB2120;
    }

#sale .summaryR {
    float: right;
    margin-right: 5%;
    padding: 8px 30px;
    margin-top: 14px;
    font-size: 18px;
    background: #E71F19;
    color: #fff;
    border-radius: 6px;
}

#sale .tab1table {
    background: #fff;
    width: 100%;
    border-collapse: collapse;
}

    #sale .tab1table .thead {
        width: 100%;
        height: 56px;
        background: #eee;
        border-bottom: none;
    }

#sale th {
    color: #9e9e9e;
    font-size: 18px;
    font-weight: normal;
}

#sale tr {
    height: 65px;
    border-bottom: 1px solid #e0e0e0;
}

#sale td {
    text-align: center;
    font-size: 18px;
    color: #666;
}

#sale .reveal-modal {
    width: 60%;
    margin-left: -30%;
}

#sale .pophead {
    height: 45px;
}

#sale .poptit {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

#sale .closeicon {
    float: right;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
}

#sale .cashline1 {
    overflow: hidden;
    width: 60%;
    margin: 20px auto;
    font-size: 16px;
    color: #9e9e9e;
}

    #sale .cashline1 span {
        float: left;
        height: 60px;
        line-height: 60px;
    }

    #sale .cashline1 input {
        width: 300px;
        height: 60px;
        border: 1px solid #e0e0e0;
        padding: 0 10px;
        color: #9e9e9e;
        font-size: 16px;
        margin-left: 20px;
    }

#sale .cashline2 {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
    padding: 0 20px;
}

#sale .way {
    width: 80%;
    margin: 20px auto;
    border: 1px solid #D6D6D6;
    padding: 15px;
    overflow: hidden;
    float: none;
}

    #sale .way .wayimg {
        width: 40px;
        float: left;
        margin-left: 20px;
    }

        #sale .way .wayimg img {
            width: 100%;
            object-fit: contain;
        }

    #sale .way span {
        font-size: 16px;
        color: #666;
        float: left;
        margin-left: 20px;
    }

    #sale .way input {
        float: right;
        margin-right: 20px;
        width: 30px;
        height: 30px;
    }

#sale .submit {
    width: 70%;
    margin: 80px auto 0;
    height: 60px;
    background: url("../img/main.png") 0 0 no-repeat;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
}

#sale .tab2 {
    background: #fff;
    overflow: hidden;
}

#sale .navbarright {
    width: 50%;
    margin: 20px auto;
    overflow: hidden;
    margin-top: 9px;
}

#sale .personnum {
    color: #E86200;
}

#sale .right1 {
    height: 48px;
    width: 62%;
    float: left;
    background: #f1f1f1 url(../img/search.png) 9px 8px no-repeat;
    background-size: 7%;
    padding-left: 7%;
    border-radius: 6px 0 0 6px;
}

    #sale .right1 input {
        width: 80%;
        height: 100%;
        background: transparent;
        font-size: 16px;
    }

#sale .right2 {
    width: 30%;
    float: right;
    text-align: center;
    background: #DB2120;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    border-radius: 0 6px 6px 0;
}

#sale .summaryprize {
    float: right;
    margin-right: 5%;
    color: #666;
    font-size: 18px;
    margin-top: 25px;
}

    #sale .summaryprize span {
        color: #DB2120;
    }
/* 我的账户 */
#user .block1 {
    margin-top: 75px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

#user .editimg {
    position: absolute;
    width: 75px;
    height: 80px;
    right: 5%;
    top: 5%;
}

    #user .editimg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

#user .avatar {
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

    #user .avatar img {
        width: 100%;
        height: 100%;
    }

#user .username {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 15px;
}

#user .userdetail {
    width: 93%;
    margin: 20px auto;
    padding: 15px;
    background: url("../img/main.png") 0 0 no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
}

#user .ud_line1 {
    display: flex;
}

    #user .ud_line1:first-child {
        margin-bottom: 20px;
    }

    #user .ud_line1 div {
        flex: 1;
        font-size: 18px;
        color: #fff;
    }

#user .block2 {
    background: #fff;
    margin-top: 20px;
    border-radius: 6px;
}

    #user .block2 .block2tit {
        overflow: hidden;
        height: 45px;
    }

#user .block2tit span:first-child {
    float: left;
    height: 30px;
    padding: 0 15px;
    color: #BE0A0C;
    font-size: 20px;
    border-left: 8px solid #BE0A0C;
    margin-left: 10px;
    margin-top: 8px;
}

#user .block2tit span:last-child {
    float: right;
    font-size: 18px;
    color: #9e9e9e;
    margin-right: 10px;
    margin-top: 12px;
}

    #user .block2tit span:last-child a {
        color: #9e9e9e;
    }

#user .ordertype {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

#user .ot1 {
    float: left;
    width: 25%;
    overflow: hidden;
}

    #user .ot1 img {
        width: 94px;
        height: 94px;
        float: left;
        margin-left: 25%;
    }

    #user .ot1 span {
        font-size: 18px;
        color: #666;
        height: 94px;
        line-height: 94px;
        float: left;
        margin-left: 10px;
    }

        #user .ot1 span a {
            color: #666;
        }

#user .block3 {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 80px;
}

#user .b3left {
    width: 48%;
    float: left;
}

#user .b3right {
    width: 48%;
    float: right;
}

#user .b3item {
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

#user .itemicon {
    float: left;
    width: 52px;
}

#user .b3item span {
    font-size: 18px;
    color: #666;
    float: left;
    margin-left: 15px;
    height: 52px;
    line-height: 52px;
}

#user .jricon {
    height: 30px;
    float: right;
    margin-top: 12px;
}

#user .avatartit {
    float: left;
    font-size: 18px;
    color: #666;
    height: 96px;
    line-height: 96px;
}

#user .avatarimg {
    width: 96px;
    height: 96px;
    float: left;
    margin-left: 30px;
}

    #user .avatarimg img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

#user .ep_item {
    overflow: hidden;
    margin-top: 15px;
    padding: 0 15%;
    margin-bottom: 20px;
}

#user .ep_name span {
    float: left;
    font-size: 18px;
    color: #666;
    height: 50px;
    line-height: 50px;
    width: 80px;
}

#user .ep_name input {
    height: 50px;
    width: 70%;
    padding-left: 10px;
    font-size: 18px;
    border: 1px solid #e0e0e0;
    float: left;
    margin-left: 30px;
}

#user .ep_sex .sextit, #user .ep_sex .choice {
    float: left;
    margin-right: 30px;
    margin-left: 0 !important;
}

#user .ep_sex span {
    font-size: 18px;
    color: #666;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
}

#user .ep_sex input {
    width: 25px;
    height: 25px;
    float: left;
}

#user .submit {
    width: 70%;
    margin: 80px auto 0;
    height: 60px;
    background: url("../img/main.png") 0 0 no-repeat;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
}
/* 我的订单 */
#order .block1 {
    margin-bottom: 80px;
}

#order .ordertit {
    width: 100%;
    padding: 20px;
    background: #fff;
    color: #666;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 65px;
}

#order .tabs {
    display: none;
}

#order .tab-content-active {
    display: block;
}

#order .titlist {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding: 15px 0;
    margin: 15px 0;
}

    #order .titlist li {
        width: 20%;
        float: left;
    }

        #order .titlist li a {
            width: 50%;
            text-align: center;
            margin: 0 auto;
            font-size: 18px;
            color: #666;
            height: 45px;
            line-height: 45px;
            display: block;
        }

        #order .titlist li .tab-active {
            color: #E71F19;
            border-bottom: 3px solid #E71F19;
        }

#order .itemlist {
    margin-top: 75px;
}

#order .item {
    padding: 15px;
    overflow: hidden;
    background: #fff;
    height: 164px;
    border-radius: 6px;
    box-shadow: 1px 3px 5px #888888;
    margin-bottom: 30px;
    position: relative;
}

#order .mainpic {
    width: 200px;
    height: 160px;
    float: left;
}

    #order .mainpic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

#order .detail {
    float: left;
    margin-left: 20px;
    width: 550px;
}

#order .ordernum {
    font-size: 16px;
    color: #9e9e9e;
}

#order .tit {
    font-size: 18px;
    height: 48px;
    margin-top: 10px;
    color: #373737;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

#order .nums {
    font-size: 16px;
    color: #9e9e9e;
    margin-top: 10px;
}

#order .price {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
}

#order .status {
    float: right;
    margin-top: 32px;
}

#order .statustit {
    font-size: 18px;
    color: #9e9e9e;
}

    #order .statustit .dfk {
        color: #FF8400;
    }

    #order .statustit .dsh {
        color: #19B749;
    }

    #order .statustit .yjs {
        color: #666;
    }

#order .btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    background: #C20E10;
    border-radius: 6px;
}
/* 我的推广链接 */
#link .linktit {
    width: 100%;
    padding: 20px;
    background: #fff;
    color: #666;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 65px;
}

#link .linkcontent {
    background: #fff;
    margin-top: 20px;
    padding: 0 20px;
    overflow: hidden;
}

#link .text {
    font-size: 17px;
    color: #373737;
    margin-top: 20px;
}

#link .tip {
    color: #9e9e9e;
    font-size: 16px;
    margin-top: 80px;
}

#link .sharetxt {
    font-size: 16px;
    color: #373737;
    margin-top: 10px;
}

#link .shareways {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}

#link .shareway {
    float: left;
    overflow: hidden;
    margin-right: 50px;
}

    #link .shareway img {
        height: 55px;
        float: left;
    }

    #link .shareway span {
        float: left;
        margin-left: 15px;
        height: 55px;
        line-height: 55px;
    }

#link .content {
    margin-bottom: 80px;
}
/* 绑定账户信息 */
#ba .batit {
    width: 100%;
    padding: 20px;
    background: #fff;
    color: #666;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 65px;
}

#ba .accountitem {
    padding: 15px;
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
}

#ba .accountimg {
    width: 45px;
    float: left;
}

    #ba .accountimg img {
        width: 100%;
        object-fit: contain;
    }

#ba .atnum {
    font-size: 18px;
    color: #666;
    float: left;
    margin-left: 20px;
}

#ba .cancel {
    font-size: 16px;
    color: #FF7E00;
    float: right;
}

#ba .content {
    margin-bottom: 80px;
}

#ba .addnew {
    height: 45px;
    line-height: 45px;
}
/* 我的收货地址 */
#addr .addrtit {
    width: 100%;
    padding: 20px;
    background: #fff;
    color: #666;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 65px;
}

#addr .addr {
    padding: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 3px 5px #888888;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

#addr .detail {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
}

#addr .phonenum {
    font-size: 20px;
    color: #9e9e9e;
}

#addr .tip {
    display: inline-block;
    padding: 8px 20px;
    background: #C81214;
    color: #fff;
    border-radius: 25px;
    margin-top: 20px;
}

#addr .totop {
    border: 1px solid #C81214;
    color: #C81214;
    background: #fff;
}

#addr .editicon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
}

    #addr .editicon img {
        height: 100%;
        object-fit: contain;
    }

#addr .tjicon {
    width: 40px;
    height: 40px;
    float: left;
}

#addr .addnew {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #666;
    float: left;
    margin-left: 20px;
}

#addr .content {
    margin-bottom: 80px;
}

#addr .ea_item {
    overflow: hidden;
    margin-top: 15px;
    padding: 0 10%;
    margin-bottom: 20px;
}

#addr .ea_name span {
    float: left;
    font-size: 18px;
    color: #666;
    height: 50px;
    line-height: 50px;
    width: 80px;
}

#addr .ea_name input {
    height: 50px;
    width: 70%;
    padding-left: 10px;
    font-size: 18px;
    border: 1px solid #e0e0e0;
    float: left;
    margin-left: 30px;
}

#addr #target {
    float: left;
    margin-left: 30px;
}

    #addr #target select {
        height: 50px;
        border: 1px solid #e0e0e0;
        font-size: 16px;
        color: #666;
        width: 120px;
    }

#addr .submit {
    width: 70%;
    margin: 80px auto 0;
    height: 60px;
    background: url(../img/main.png) 0 0 no-repeat;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
}
/* 我的账户等级 */
#degree .dgtit {
    width: 100%;
    padding: 20px;
    background: #fff;
    color: #666;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 65px;
}

#degree .dgdetail {
    padding: 15px;
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
}

#degree .dgimg {
    width: 50px;
    float: left;
}

#degree .num {
    float: left;
    font-size: 18px;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #666;
}

#degree .degree {
    float: left;
    overflow: hidden;
    margin-left: 56%;
}

    #degree .degree span:first-child {
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        border-radius: 50%;
        background: #e8e8e8;
        color: #E71F19;
        float: left;
    }

    #degree .degree span:last-child {
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        border-radius: 50%;
        background: #e8e8e8;
        color: #909090;
        float: left;
    }

#degree .barbox {
    width: 200px;
    height: 20px;
    float: left;
    margin: 5px 10px 0;
}

#degree .barline {
    width: 100%;
    height: 100%;
    border: 1px solid #E71F19;
    border-radius: 25px;
    overflow: hidden;
}

#degree .charts {
    background: #E71F19;
    height: 20px;
}

#degree .distance {
    float: left;
    margin-left: 20px;
    color: #666;
    height: 34px;
    line-height: 34px;
}

    #degree .distance span {
        color: #E71F19;
    }

#degree .ywicon {
    float: left;
    margin-left: 5px;
    width: 30px;
    height: 30px;
}

    #degree .ywicon img {
        width: 100%;
        object-fit: contain;
    }

#degree .welfare {
    padding: 15px;
    font-size: 18px;
    color: #9e9e9e;
    background: #fff;
    margin-top: 15px;
}

#degree .titlist {
    padding: 15px;
    background: #fff;
    overflow: hidden;
}

    #degree .titlist li {
        float: left;
        margin-right: 40px;
    }

        #degree .titlist li a {
            width: 100%;
            height: 100%;
            padding: 3px 10px;
            border-radius: 25px;
            display: block;
            font-size: 18px;
            text-align: center;
            color: #666;
        }

        #degree .titlist li .tab-active {
            background: #E71F19;
            color: #fff;
        }

#degree .tabs {
    display: none;
}

#degree .tab-content-active {
    display: block;
}

#degree .tabs-content-placeholder {
    background: #fff;
    margin-top: 10px;
}

#degree .tabs {
    padding: 40px 0;
    overflow: hidden;
}

    #degree .tabs div {
        float: left;
        width: 33.33%;
        font-size: 18px;
        color: #373737;
        text-align: center;
    }

        #degree .tabs div span {
            color: #E71F19;
        }

#degree .content {
    margin-bottom: 80px;
}

#degree .popcontent {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    padding: 20px;
}

.footer {
    width: 100%;
    height: 314px;
    background: #1B1B1B;
    /* margin-top:80px; */
}

.content {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
}

.footleft {
    float: left;
    margin-top: 100px;
}

.line1 a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-left: 50px;
}

.line2 {
    margin-top: 50px;
    margin-left: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

    .line2 span {
        font-size: 26px;
        color: #DB2120;
        display: inline-block;
        margin-left: 20px;
    }

.footright {
    float: right;
    margin-top: 100px;
}

    .footright img {
        width: 160px;
        float: right;
        margin-left: 100px;
    }

.bottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #DBDBDB;
    text-align: center;
    background: #363636
}

.phone {
    display: none;
}
/* head */
.header {
    width: 100%;
    height: 76px;
    background: url('../img/main.png') 0 0 no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
}

.logo {
    width: 124px;
    float: left;
    margin-left: 10%;
}

.menu {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #f2f2f2;
    margin-right: 5%;
    height: 100%;
    line-height: 76px;
}

    .menu:nth-child(2) {
        margin-right: 10%;
    }

a {
    text-decoration: none;
}


.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background: #fff;
    /* background: #eee url(modal-gloss.png) no-repeat -200px -80px; */
    position: absolute;
    z-index: 101;
    padding: 0 0 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

    .reveal-modal.small {
        width: 200px;
        margin-left: -140px;
    }

    .reveal-modal.medium {
        width: 400px;
        margin-left: -240px;
    }

    .reveal-modal.large {
        width: 600px;
        margin-left: -340px;
    }

    .reveal-modal.xlarge {
        width: 800px;
        margin-left: -440px;
    }

    .reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
    }

.pophead {
    width: 100%;
    height: 60px;
    background: url("../img/main.png") 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.poptit {
    height: 60px;
    float: left;
    margin-left: 20px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}

.closeicon {
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-top: 16px;
}

    .closeicon img {
        width: 100%;
    }

.poplist {
    width: 70%;
    margin: 20px auto;
}

    .poplist li {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .poplist li span {
            font-size: 18px;
            color: #666;
            float: left;
            width: 100px;
            height: 42px;
            line-height: 42px;
        }

        .poplist li input {
            float: left;
            width: 300px;
            height: 40px;
            background: transparent;
            border: 1px solid #e0e0e0;
        }

    .poplist .identify input {
        width: 180px;
    }

    .poplist .identify .send {
        width: 120px;
        background: #CF191A;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

.submit {
    width: 70%;
    margin: 80px auto 0;
    height: 60px;
    background: url("../img/main.png") 0 0 no-repeat;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
}

.toregist, .tologin {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #CF191A;
}

.login {
    font-size: 16px;
    padding-left: 40px;
    color: #9e9e9e;
    margin-top: 80px;
}

.waylist {
    padding-left: 40px;
    overflow: hidden;
}

.wayitem {
    float: left;
    margin-top: 20px;
    overflow: hidden;
    margin-right: 40px;
}

    .wayitem img {
        height: 40px;
        float: left;
    }

    .wayitem span {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666;
        margin-left: 10px;
    }

.phoneblock {
    display: none;
}

.registblock {
    display: none;
}

@media (max-width: 578px) {
    body {
        padding-top: 40px !important;
    }

    .content {
        width: 92% !important;
    }
    /* 我的账户等级 */
    #degree .dgtit {
        width: 100%;
        padding: 10px 20px;
        margin-top: 26px;
        font-size: 16px;
    }

    #degree .dgdetail {
        padding: 5px;
    }

    #degree .dgimg {
        width: 30px;
    }

    #degree .num {
        float: left;
        font-size: 16px;
        margin-left: 5px;
        height: 24px;
        line-height: 24px;
        color: #666;
    }

    #degree .degree span:first-child,
    #degree .degree span:last-child {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }

    #degree .barbox {
        width: 150px;
        height: 15px;
        float: left;
        margin: 5px 10px 0;
    }

    #degree .degree {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }

    #degree .ywicon {
        width: 25px;
        height: 25px;
        margin-top: 10px;
    }

    #degree .distance {
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px;
    }

    #degree .titlist {
        padding: 5px;
    }

        #degree .titlist li {
            margin-right: 12px;
        }

            #degree .titlist li a {
                padding: 3px 8px;
                font-size: 14px;
            }

    #degree .tabs {
        padding: 20px 0;
    }

        #degree .tabs div {
            font-size: 14px;
        }

    /* 我的收货地址 */
    #addr .addrtit {
        width: 100%;
        padding: 10px 20px;
        margin-top: 26px;
        font-size: 16px;
    }

    #addr .addr {
        padding: 10px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #addr .detail {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #addr .phonenum {
        font-size: 14px;
        color: #9e9e9e;
    }

    #addr .tip {
        padding: 3px 15px;
        font-size: 14px;
    }

    #addr .editicon {
        height: 25px;
    }

    #addr .tjicon {
        width: 25px;
        height: 25px;
    }

    #addr .addnew {
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        margin-left: 10px;
    }

    #addr .ea_item {
        padding: 0 10px;
    }

    #addr .ea_name span {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        width: 60px;
    }

    #addr .ea_name input {
        height: 35px;
        width: 70%;
        padding-left: 10px;
        font-size: 14px;
        border: 1px solid #e0e0e0;
        float: left;
        margin-left: 10px;
    }

    #addr #target select {
        height: 35px;
        border: 1px solid #e0e0e0;
        font-size: 14px;
        color: #666;
        width: 120px;
        margin-bottom: 10px;
    }

    #addr .submit {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    /* 绑定账户信息 */
    #ba .batit {
        width: 100%;
        padding: 10px 20px;
        margin-top: 26px;
        font-size: 16px;
    }

    #ba .accountitem {
        padding: 10px 5px;
        margin-top: 10px;
    }

    #ba .accountimg {
        width: 25px;
    }

    #ba .atnum {
        font-size: 13px;
        margin-left: 10px;
    }

    #ba .cancel {
        font-size: 14px;
    }

    #ba .addnew {
        height: 25px;
        line-height: 25px;
    }

    /* 我的推广链接 */
    #link .linktit {
        width: 100%;
        padding: 10px 20px;
        margin-top: 26px;
        font-size: 16px;
    }

    #link .text {
        font-size: 14px;
        color: #373737;
        margin-top: 10px;
    }

    #link .tip {
        color: #9e9e9e;
        font-size: 14px;
        margin-top: 40px;
    }

    #link .sharetxt {
        font-size: 14px;
    }

    #link .shareway img {
        height: 30px;
    }

    #link .shareways {
        overflow: hidden;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    #link .shareway span {
        float: left;
        margin-left: 5px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    #link .shareway {
        margin-right: 8%;
    }
    /* 我的订单 */
    #order .titlist {
        margin-top: 26px;
    }

        #order .titlist li a {
            width: 100%;
            font-size: 14px;
            color: #666;
        }

    #order .titlist {
        padding: 5px 0;
    }

    #order .ordertit {
        width: 100%;
        padding: 10px 20px;
        margin-top: 26px;
    }

    #order .item {
        padding: 5px;
    }

    #order .mainpic {
        width: 100px;
        height: 80px;
        float: left;
    }

    #order .detail {
        float: left;
        margin-left: 5px;
        width: 66%;
    }

    #order .ordernum {
        font-size: 13px;
    }

    #order .tit {
        font-size: 14px;
        height: 37px;
        margin-top: 5px;
    }

    #order .nums {
        font-size: 14px;
        color: #9e9e9e;
        margin-top: 5px;
        float: left;
    }

    #order .price {
        color: #666;
        font-size: 16px;
        margin-top: 5px;
        float: right;
    }

    #order .status {
        float: right;
        margin-top: 10px;
        width: 100%;
    }

    #order .statustit {
        font-size: 15px;
    }

    #order .btn {
        width: 130px;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
    }
    /* 我的账户 */
    #user .block1 {
        margin-top: 26px;
    }

    #user .avatar {
        width: 60px;
        height: 60px;
        margin: 10px auto;
    }

    #user .editimg {
        width: 56px;
    }

    #user .username {
        font-size: 16px;
        color: #666;
        text-align: center;
    }

    #user .userdetail {
        width: 93%;
        margin: 20px auto;
        padding: 5px;
    }

    #user .ud_line1 div {
        font-size: 13px;
    }

    #user .block2tit span:first-child {
        height: 23px;
        font-size: 16px;
    }

    #user .block2tit span:last-child {
        font-size: 15px;
    }

    #user .ot1 img {
        width: 60px;
        height: 60px;
        float: left;
        margin-left: 10%;
    }

    #user .ot1 span {
        font-size: 14px;
        color: #666;
        height: 26px;
        line-height: 26px;
        float: left;
        margin-left: 23%;
    }

    #user .b3item {
        padding: 12px 5px;
    }

    #user .itemicon {
        width: 25px;
    }

    #user .b3item span {
        font-size: 14px;
        margin-left: 10px;
        height: 26px;
        line-height: 26px;
    }

    #user .jricon {
        height: 15px;
        float: right;
        margin-top: 6px;
    }

    #user .ep_item {
        padding: 0 10px;
    }

    #user .avatarimg {
        width: 60px;
        height: 60px;
        margin-left: 15px;
    }

    #user .avatartit {
        float: left;
        font-size: 14px;
        height: 60px;
        line-height: 60px;
    }

    #user .ep_name span {
        float: left;
        font-size: 14px;
        color: #666;
        height: 35px;
        line-height: 35px;
        width: 60px;
    }

    #user .ep_name input {
        height: 35px;
        width: 65%;
        padding-left: 5px;
        font-size: 14px;
        border: 1px solid #e0e0e0;
        float: left;
        margin-left: 15px;
    }

    #user .ep_sex .sextit, #user .ep_sex .choice {
        margin-right: 15px;
    }

    #user .ep_sex span {
        font-size: 14px;
    }

    #user .ep_sex input {
        width: 20px;
        height: 20px;
    }

    #user .ep_sex span {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        margin-left: 2px;
    }

    #user .submit {
        width: 70%;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    /* 我的分销 */
    #sale .block1 {
        margin-top: 26px;
    }

    #sale .titlist li {
        height: 100px;
    }

    #sale .tabtit {
        font-size: 16px;
        height: 38px;
        line-height: 38px;
    }

    #sale .num {
        height: 48px;
        line-height: 48px;
        font-weight: 500;
        font-size: 15px;
    }

    #sale .tab1 .summary {
        width: 96%;
        margin: 15px auto;
        background: #eee;
        border-radius: 6px;
        overflow: hidden;
        padding: 10px 0;
    }

    #sale .summaryL {
        font-size: 14px;
    }

    #sale .summaryR {
        padding: 3px 20px;
        font-size: 14px;
    }

    #sale .tab1table .thead {
        height: 45px;
    }

    #sale th {
        font-size: 14px;
    }

    #sale td {
        font-size: 14px;
    }

    #sale tr {
        height: 60px;
    }

    #sale .reveal-modal {
        width: 80%;
        margin-left: -40%;
    }

    #sale .cashline1 {
        width: 98%;
        margin: 10px auto;
        font-size: 14px;
    }

        #sale .cashline1 input {
            width: 65%;
            height: 45px;
            padding: 0 5px;
            font-size: 14px;
            margin-left: 10px;
        }

        #sale .cashline1 span {
            float: left;
            height: 45px;
            line-height: 45px;
        }

    #sale .cashline2 {
        font-size: 14px;
        margin-top: 15px;
        padding: 0 5px;
    }

    #sale .way {
        width: 93%;
        margin: 10px auto;
        border: 1px solid #D6D6D6;
        padding: 5px;
        overflow: hidden;
        float: none;
    }

        #sale .way .wayimg {
            width: 25px;
            float: left;
            margin-left: 0px;
        }

        #sale .way span {
            font-size: 13px;
            color: #666;
            float: left;
            margin-left: 10px;
        }

        #sale .way input {
            float: right;
            margin-right: 0;
            width: 20px;
            height: 20px;
        }

    #sale .submit {
        width: 70%;
        margin: 40px auto 0;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    #sale .navbarright {
        width: 90%;
        margin: 20px auto;
        overflow: hidden;
    }

    #sale .right1 {
        background: #f1f1f1;
    }

    #sale .right1 {
        height: 45px;
        width: 68%;
        float: left;
        background: #f1f1f1;
        background-size: 7%;
        padding-left: 5px;
        border-radius: 6px 0 0 6px;
    }

        #sale .right1 input {
            width: 100%;
            height: 100%;
            background: transparent;
            font-size: 13px;
        }

    #sale .right2 {
        width: 30%;
        font-size: 14px;
        line-height: 44px;
        height: 44px;
        border-radius: 0 6px 6px 0;
    }

    #sale .summaryprize {
        float: left;
        margin-left: 5%;
        color: #666;
        font-size: 15px;
        margin-top: 25px;
    }

    /* 确认支付 */
    #pay .itemlist {
        margin-top: 26px;
    }

    #pay .item {
        height: 136px;
    }

    #pay .mainpic {
        width: 100px;
        height: 80px;
    }

    #pay .detail {
        float: left;
        margin-left: 5px;
        width: 66%;
    }

    #pay .item {
        padding: 5px;
    }

    #pay .itemtit {
        font-size: 14px;
        height: 40px;
    }

    #pay .price {
        font-size: 16px;
        margin-top: 10px;
        float: left;
    }

    #pay .nums {
        display: none;
    }

    #pay .phonenums {
        display: block;
        font-size: 14px;
        color: #666;
        width: 60px;
        float: right;
        text-align: center;
        margin-top: 0;
        margin-top: 12px;
    }

    #pay .total {
        float: right;
        margin-left: 5px;
        overflow: hidden;
        text-align: right;
        margin-top: 35px;
    }

    #pay .totaltit {
        font-size: 16px;
        color: #666;
        width: 60px;
        float: left;
        text-align: center;
    }

    #pay .totalnum {
        color: #C61013;
        font-size: 16px;
        text-align: center;
        margin-top: 0;
        float: left;
    }

    #pay .addrtit {
        font-size: 16px;
    }

    #pay .addr {
        font-size: 14px;
        width: 90%;
        color: #666;
        margin: 10px 0;
    }

    #pay .phonenum {
        font-size: 13px;
    }

    #pay .tip span {
        display: inline-block;
        padding: 3px 15px;
        background: #C81214;
        color: #fff;
        border-radius: 25px;
        margin-top: 10px;
        font-size: 14px;
    }

    #pay .jricon {
        height: 24px;
        margin-top: -12px;
    }

    #pay .line {
        overflow: hidden;
        font-size: 14px;
        color: #666;
        margin-top: 15px;
    }

    #pay .payfoot {
        height: 45px;
        font-size: 16px;
    }

        #pay .payfoot div {
            height: 45px;
            line-height: 45px;
        }
    /* 购物车 */
    #cart .topbar {
        width: 100%;
        height: 45px;
        margin-top: 24px;
    }

    #cart .checkall input {
        width: 25px;
        height: 25px;
        margin-top: 10px;
    }

    #cart .checkall, #cart .delete {
        height: 45px;
        line-height: 45px;
    }

    #cart .item {
        overflow: hidden;
        margin-bottom: 15px;
        height: 184px;
    }

    #cart .checkall span {
        font-size: 14px;
    }

    #cart .delete img {
        width: 22px;
        margin-top: 10px;
    }

    #cart .right {
        padding: 8px;
        width: 88%;
        height: 160px;
    }

    #cart .left {
        width: 0;
    }

        #cart .left input {
            width: 20px;
            height: 20px;
        }

    #cart .mainpic {
        width: 100px;
        height: 80px;
    }

    #cart .detail {
        margin-left: 5px;
        width: 64%;
    }

    #cart .itemtit {
        font-size: 13px;
        height: 33px;
    }

    #cart .price {
        font-size: 16px;
        margin-top: 22px;
    }

    #cart .nums {
        margin-left: 5px;
        width: 95%;
        overflow: hidden;
        margin-top: 10px;
    }

    #cart .num {
        width: 76px;
        float: left;
        font-size: 14px;
        text-align: left;
    }

    #cart .stepper {
        float: left;
        margin-top: 0;
    }

    #cart .minus, #cart .add {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    #cart .inputBorder {
        height: 25px;
        width: 60px;
    }

    #cart .total {
        width: 95%;
        overflow: hidden;
        margin-top: 10px;
    }

    #cart .totaltit {
        width: 76px;
        float: left;
        font-size: 14px;
        text-align: left;
    }

    #cart .totalnum {
        margin-top: 0;
        float: left;
    }

    #cart .pay, #cart .paybtn {
        font-size: 13px;
        height: 45px;
        line-height: 45px;
    }

        #cart .pay span {
            font-size: 14px;
        }

    #cart .cartfoot {
        height: 45px;
    }

    /* 商品分类 */
    #catalog .itemblock {
        width: 50%;
    }

    #catalog .itempic {
        height: 80px;
    }

        #catalog .itempic img {
            object-fit: contain;
        }

    #catalog .itemtit {
        font-size: 12px;
    }

    #catalog .itemprice {
        font-size: 14px;
        margin-top: 3px;
    }

    #catalog .itemtip {
        font-size: 12px;
        margin-top: 3px;
    }

    #catalog .cartpic {
        width: 24px;
    }

    #catalog .block1 {
        margin-top: 20px;
    }

    #catalog .titlist {
        height: 45px;
    }

        #catalog .titlist li {
            height: 45px;
            line-height: 45px;
            font-size: 14px;
        }

        #catalog .titlist a {
            height: 41px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
        }

    #catalog .sidemenu {
        margin-top: -106px;
    }
    /* 商品详情 */

    #itemdetail .block1 {
        padding: 5px;
    }

    #itemdetail .mainpic {
        height: 100px;
    }

    #itemdetail #gallary {
        display: none;
    }

    #itemdetail .name {
        font-size: 14px;
    }

    #itemdetail .price {
        font-size: 14px;
        margin-top: 5px;
    }

    #itemdetail .stepper {
        margin: 0px;
    }

        #itemdetail .stepper .tit {
            font-size: 13px;
            height: 30px;
            line-height: 30px;
        }

    #itemdetail .minus, #itemdetail .add {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #itemdetail .inputBorder {
        height: 30px;
        width: 60px;
    }

    #itemdetail .stepper .num {
        margin: 0;
    }

    #itemdetail .sharepic {
        display: none;
    }

    #itemdetail .tip, #itemdetail .operate {
        display: none;
    }

    #itemdetail .phonetip, #itemdetail .phoneoperate {
        display: block;
    }

    #itemdetail .phonetip {
        width: 97%;
        height: 30px;
        background: #efefef;
        line-height: 30px;
        color: #9e9e9e;
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
        float: left;
    }

    #itemdetail .phoneoperate {
        margin-top: 10px;
        float: left;
        width: 100%;
    }

        #itemdetail .phoneoperate span {
            width: 46%;
            height: 30px;
            text-align: center;
            line-height: 30px;
            display: inline-block;
            font-size: 16px;
            color: #fff;
        }

            #itemdetail .phoneoperate span:first-child {
                background: #FF9000;
                margin-right: 13px;
            }

            #itemdetail .phoneoperate span:last-child {
                background: #E71F19;
            }

    #itemdetail .titlist li {
        width: 33%;
        font-size: 16px;
    }

    #itemdetail .titlist .tab-active {
        border-bottom: 3px solid #DB2120;
    }

    #itemdetail .detailtop div {
        width: 50%;
        font-size: 13px;
    }

    #itemdetail .detailtop {
        padding: 5px 5px 0;
        margin-top: 5px;
    }

    #itemdetail .payintro {
        font-size: 14px;
    }

    #itemdetail .recordtable {
        font-size: 13px;
        width: 98%;
        margin: 5px auto;
    }

    #itemdetail .sidemenu {
        margin-top: -106px;
    }
    /* #itemdetail #totop{
        display: none;
    } */
    /* 首页 */

    #home .swiper-container {
        height: 155px;
    }

    #home .navbar {
        height: 34px;
    }

    #home .navbarleft {
        width: 42%;
        line-height: 34px;
        background: url(../img/ggicon.png) 0 8px no-repeat;
        padding-left: 26px;
        background-size: 10%;
        font-size: 12px;
    }

    #home .swiper2 {
        height: 34px;
    }

    #home .navbarright {
        margin-top: 4px;
    }

    #home .right1 {
        background-image: none !important;
        padding-left: 3px;
        height: 26px;
        width: 68%;
    }

        #home .right1 input {
            font-size: 12px;
            width: 95%;
        }

    #home .right2 {
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }

    #home .tit {
        height: 32px;
    }

        #home .tit span {
            height: 18px;
            line-height: 18px;
            border-left: 5px solid #666;
            font-size: 13px;
            margin: 5px 0 0 3px;
        }

    #home .itemblock {
        width: 50%;
    }

    #home .itempic {
        height: 80px;
    }

        #home .itempic img {
            object-fit: contain;
        }

    #home .itemtit {
        font-size: 12px;
    }

    #home .itemprice {
        font-size: 14px;
        margin-top: 3px;
    }

    #home .itemtip {
        font-size: 12px;
        margin-top: 3px;
    }

    #home .cartpic {
        width: 24px;
    }

    .sidemenu {
        margin-top: -80px;
    }

        .sidemenu a {
            display: block;
            width: 62px;
            height: 38px;
            margin-bottom: 15px;
        }

    /*foot*/
    .footer, .bottom {
        display: none;
    }

    .phone {
        display: block;
        background: #1B1B1B;
        height: 60px;
        width: 100%;
    }

        .phone a {
            width: 23%;
            height: 100%;
            line-height: 60px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            display: inline-block;
        }
    /* head */
    .header {
        height: 40px;
    }

    .logo {
        width: 15%;
    }

    .menu {
        line-height: 40px;
        margin-right: 20px !important;
        font-size: 12px;
    }

    .reveal-modal {
        width: 80%;
        margin-left: -43%;
    }

    .pophead {
        height: 45px;
    }

    .poptit {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .closeicon {
        float: right;
        width: 25px;
        height: 25px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .poplist {
        width: 90%;
        margin: 10px auto;
    }

        .poplist li span {
            font-size: 14px;
            color: #666;
            float: left;
            width: 60px;
            height: 40px;
            line-height: 40px;
        }

        .poplist li input {
            width: 77%;
        }

    .submit {
        width: 70%;
        margin: 30px auto 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .toregist, .tologin {
        margin-top: 10px;
        font-size: 13px;
    }

    .login {
        font-size: 14px;
        padding-left: 10px;
        color: #9e9e9e;
        margin-top: 20px;
    }

    .waylist {
        padding-left: 10px;
    }

    .wayitem {
        margin-right: 20px;
    }

        .wayitem img {
            height: 22px;
        }

        .wayitem span {
            float: left;
            height: 20px;
            line-height: 20px;
            font-size: 13px;
            color: #666;
            margin-left: 5px;
        }
}
