*{
    margin: 0;
    padding: 0;
}
input{
    outline: none;
}
a{
    text-decoration: none;
    color: #666;
}
body{
    font-size: 14px;
    font-family: "微软雅黑", "Arial","Times New Roman", "serif";
}
.brand-nav{
    width: 1200px;
    margin: auto;
    margin-top: 15px;
}
.search{
    background: #fff;
    padding: 25px 10px;
    width: auto;
    max-width: 1180px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ov{
    overflow: hidden;
}
.w1200{
    width: 1200px;
    margin: auto;
}
.login-tab{
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.login-tab a{
    width: 50%;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.login-tab a.on::after{
    position: absolute;
    content: ' ';
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 15px; /* 子元素宽度 */
    height: 2px; /* 子元素高度 */
    background: #951e22;
}

.login-tab a.on{
    color: #951e22;
}
.logina-logo{
    background: #ffffff;
    padding-left: 15px;
}
.logina-main{
    margin: 60px auto;
    background: #f4f4f4;
}
.tab-con {
    position: relative;
}
.tab-con .layui-form{
    width: 310px;
    background: #fff;
    z-index: 10;
    padding: 0 20px 20px 20px;
}
.footer-box{
    text-align: center;
    padding: 20px 0;
    line-height: 25px;
}
.foot-nav{
    line-height: 25px;
}
.foot-nav span{
    padding: 0 5px;
}
.reg{
    min-height: 500px;
    padding-top: 100px;
    background: #fff;
    margin: 50px auto 200px auto;
}

.sub{
    width: 82%;
    height: 44px;
    background: #010f7c ;
    color:#fff;
    border: none;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
}

.reginput{
    width:223px;
    height: 37px;
    padding: 0 5px;
    border: none;
    background: #ebebeb;
    box-sizing: border-box;
}

.layui-code, .layui-upload-list{
    margin: 0 0 0 10px;
}
.login-center{
    padding: 20px 0;
}
.catalog-list{
    display: none;
}

.sidebar-box {
    width: 100%;
    margin-bottom: 7px;
    padding-bottom: 23px;
    background: #fff;
}

.sidebar-con {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    min-height: 600px;
}

.sidebar-con-left {
    width: 240px;
    float: left;
}

.sidebar-con-tit {
    border-bottom: 1px solid #acacac;
    height: 39px;
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
}

.sidebar-con-box {
    width: auto;
    height: 39px;
}

.sidebar-con-tit font.this {
    height: 38px;
    line-height: 38px;
    color: #00873b;
    display: block;
    font-size: 20px;
    border-bottom: 2px solid #2e684f;
    padding: 0 10px;
}

.sidebar-con-tit span.this {
    height: 38px;
    line-height: 38px;
    color: #aaaaaa;
    display: inline-block;
    font-size: 16px;
}

.sidebar-con-tit p {
    float: right;
    line-height: 34px;
    height: 38px;
    padding-right: 10px;
}

.sidebar-con-left-nav {
    width: 100%;
}

.sidebar-con-left-nav ul {
    float: left;
    width: 100%;
}

.sidebar-con-left-nav ul li {
    line-height: 40px;
    font-size: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #868686;
    _border-color: #bbb;
}

#onefirst {
    border-top: 0;
}

.sidebar-con-left-nav ul li div {
    width: 100%;
    height: 40px;
    float: left;
}

.sidebar-con-left-nav ul li div strong {
    float: left;
    width: 30px;
    height: 40px;
    cursor: pointer;
    /*background: url(../images/nose.jpg) center no-repeat;*/
}

.sidebar-con-left-nav ul li div strong.on {
    /*background-image: url(../images/nose_.jpg);*/
}

.sidebar-con-left-nav ul li div a {
    height: 40px;
    line-height: 40px;
    display: block;
}

.sidebar-con-left-nav ul li.on {
}

.sidebar-con-left-nav ul li.on div a {
    color: #00873b;
}

.sidebar-con-left-nav ul li ul {
    border-top: 1px solid #fafafa;
    padding-bottom: 5px;
    overflow: hidden;
    display: none;
    float: left;
    width: 100%;
}

.sidebar-con-left-nav ul li ul.navshow {
    display: block;
}

.sidebar-con-left-nav ul li ul li {
    line-height: 36px;
    border-top: 0;
    padding-top: 2px;
    text-indent: 45px;
    /*background: url(../images/ot_nav.jpg) 30px 18px no-repeat;*/
    float: left;
    width: 100%;
}

.sidebar-con-left-nav ul li ul li.on {
    /*background-image: url(../images/ot_nav_.jpg);*/
    background-color: #00873b;
}

.sidebar-con-left-nav ul li ul li a {
    color: #00873b;
}

.sidebar-con-left-nav ul li ul li.on a {
    color: #fff;
}

.sidebar-con-left-con {
    line-height: 30px;
    color: #666;
}

.sidebar-con-right {
    width: 860px;
    float: right;
}

.sidebar-con-right-con {
    padding: 10px 0;
    line-height: 28px;
}

.get-code{
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
}


.m-left{
    width:240px;
    background: #fff;
    padding: 20px;
}


.menu-top{
    font-size: 18px;
    border-bottom:1px solid #ddd;
    padding-bottom: 20px;
}
.menu-top li{
    text-indent: 1em;
    line-height: 30px;
}
.info-lg{
    font-size:16px;
    color:#666;
}
.info-lg{
    text-indent:0 !important;
    padding-top: 10px;
}
.info-lg span{
    float: left;
    padding:3px 7px 0 17px;
}

.m-menu{
}
.menu-son{
    text-indent: 60px;
    font-size: 14px;
}
.menu-son li{
    line-height: 30px;
}
.m-info-f{
    padding-top: 12px;
}
.menu-ad{
    padding-left: 40px;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
}


.m-right{
    width: 830px;
    background: #fff;
    padding: 20px;
    min-height: 455px;
}
.m-desc-title{
    background: #EBEBEB;
    font-size: 16px;
    font-weight: bold;
}
.m-desc-title span{
    padding-right:5px;
}
.tables{
    margin-top: 30px;
    padding: 30px;
    border:1px solid #ddd;
}

.tables table tr{
    height:50px;
}
.website .form2{
    padding: 21px;
}
.website .form2 .sub{
    height:30px;
    width:77px;
    background: #951e22;
    border: none;
    color:#fff;
    font-size: 16px;
    display: block;
    margin-top: 30px;
    float: right;
}

.addresslist{
    border:1px solid #ddd;

}

.addresslist tr td{
    border-top:1px solid #ddd;
    height:35px;
    text-align: center;
    border-right:1px solid #ddd;
}

.addresslist tr th{
    height:40px;
    border-right:1px solid #ddd;
}


.order-list-good{
    overflow: hidden;
    text-align: left;
    position: relative;
    padding-left: 75px;
    height: 60px;
    margin-bottom: 15px;
}
.order-list-good img{
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;
}
.order-list-good div span{
    display: block;
}
.order-list-good div span.spec{
    color: #666;
    margin-top: 5px;
    font-size: 14px;
}
.order-list{
    border-collapse: collapse;
}
.order-list td{
    vertical-align: top;
    padding: 10px;
    line-height: 22px;
}
.order-list th{
    text-align: left;
    font-weight: normal;
    padding: 10px;
}
.order-list-th-head th{
    background: #f2f2f2;
    height: 40px;
}
.order-list tr.bor{
    border: 1px solid #ddd;
}
.order-list-btn{
    padding: 3px 8px;
    border: 1px solid #666;
    font-size: 14px;
    transition: all 0.3s;
}
.order-list-btn:hover{
    border-radius: 3px;
}
.order-list-btn.go-pay{
    background: #000;
    color: #fff;
    border-color: #000;
}
.order-status-str{
    color: #333;
    font-size: 14px;
}
.order-status-1{
}


.fenye li{
    display: inline-block;
    padding: 0 15px;
}
.fenye li .sel{
    font-weight: bold;

}

.website2{
    background: #fff;
}

.member{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width: 1024px) {
    .member{
        display: block;
    }
    .sidebar-con-left {
        float: none;
        width: auto;
        display: none;
    }

    .index-sidebar-con-right {
        display: none;
    }

    .sidebar-con-left-nav ul {
        float: none;
        width: auto;
    }

    .left-nav-list {
        padding: 0 15px;
    }
    .sidebar-con{
        min-height: inherit;
    }
    .sidebar-con-right{
        width: auto;
        float: none;
        padding: 0 15px;
    }
    .w1200{
        width: 100%;
    }
    .logina-main{
        width: auto;
        background: none !important;
        height: auto;
    }
    .tab-con .layui-form{
        width: auto;
        position: static;
        padding: 0 15px;
    }
    .layui-form-item .login-captcha{
        margin-right: 0;
        position: absolute;
        right: 0;
        left: auto;
        top: 1px;
    }
    .reg{
        min-height: inherit;
        padding: 20px 15px;
        width: auto;
    }

    .m-left{
        display: none;
    }

    .m-right{
        float: none;
        width: auto;
    }

    .m-right-f{
        background: none;
        padding: 0;
    }

    .tables{
        padding: 10px;
    }

    .order-item{
        background: #fff;
        padding: 15px;
        border-radius: 5px;
        margin: 15px;
    }

    .order-item-header{
        justify-content: space-between;
        display: flex;
        line-height: 40px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .order-item-footer{
        line-height: 20px;
        border-top: 1px solid #ddd;
        margin-top: 15px;
        padding-top: 15px;
    }
}