/* 全局样式 */
* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font: 12px/18px "Microsoft YaHei", "微软雅黑", Arail;
    background-color: rgb(245, 245, 245);
}

a {
    text-decoration: none;
    color: #444;
}

a:hover {
    color: rgb(228, 6, 28);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

/* 模态框td 下面 的input */
td input[type=text] {
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    xborder: 1px solid #a9a9a9;
    width: 280px;
}
.btn-block {
    text-align: center;
    margin-top: 10px;
}
.btn-block button {
    height: 35px;
    line-height: 35px;
    width: 80px;
    color: white;
    text-align: center;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: rgb(228, 6, 28);
    cursor: pointer;
}
.btn-block button:hover {
    background-color: #e4061ccc;
}


/*  */
/* banner 广告图*/
/* 
.banner {
    width: 100%;
    height: 80px;
}

.banner>a>img {
    width: 100%;
    height: 100%;
} */

/* .close {
    height: 18px;
    width: 18px;
    background: url(img/close.png) no-repeat;
    background-position: 0px;
    position: absolute;
    top: 10px;
    right: 100px;
    outline: none;
    border: none;
    z-index: 10;
} */
/*  */

/* banner-nav顶部样式 【您好，欢迎...】 */

.banner-nav {
    width: 100%;
    height: 55px;
    background-color: rgb(242, 242, 242);
    line-height: 55px;
    font-size: 13px;
    border-bottom: 1px solid rgb(227, 227, 227);
}

.note {
    width: 1200px;
    margin: auto;
    /* display: flex;
    justify-content: space-between; */
}

.note-nav {
    text-align: center;
    float: right;
}

.note-nav>li {
    display: inline-block;
    height: 55px;
    padding: 0 6px;
}

.note-nav>li>a {
    height: 100%;
    width: 100%;
}

.red {
    color: rgb(228, 6, 28);
}

.login,
.rge,
.tel-number {
    font-weight: 700;
}

.reg {
    font-weight: 700;
}

.vip {
    position: relative;
    z-index: 1000;
}

.vip-list {
    width: 180px;
    height: 100px;
    background-color: white;
    position: absolute;
    right: 0px;
    line-height: 30px;
    display: none;
    z-index: 2;
    border: 1px solid rgb(242, 242, 242);
}

.vip:hover {
    background-color: white;
}

.vip-list>a {
    display: inline-block;
    font-size: 15px;
    width: 80px;
    text-align: center;
}

.gray {
    color: #444;
}
/*  */
/*header样式  */

header {
    max-width: 100%;
    min-width: 1200px;
    height: 110px;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 999;
    xbox-shadow:0px 1px 1px #999;
}
.fixed {
    position: fixed;
    top:0;
    width: 100%;
    margin:auto;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

.all {
    position: relative;
    width: 1200px;
    margin: auto;
    height: 100%;
    /* display: flex;
    justify-content: space-between; */
}
.logo {
    float: left;
    width: 200px;
    position: relative;
    top: 15px;
}
.logo > a >img {
    width: 100%;
    height: 80px;
}

.part {
    float:right;
    width: 650px;
    position: relative;
    top: 15px;
    /* display: flex;
    justify-content: space-between; */
}

.tip-list {
    margin-top: 3px;
}

.tip-list>a {
    margin-left: 5px;
}

.orange {
    color: rgb(0,147,230);
}

.tip-list>.orange:hover {
    color: orange;
}

.tip-list>.gray:hover {
    color: #444;
}

.part-two {
    position: absolute;
    top: 15px;
    right: 0px;
    height: 50px;
    width: 50px;
    xbackground-color: rgb(228, 6, 28);
    xmargin-left: 150px;
}
/* 搜索框样式 */

.search {
    box-sizing: border-box;
    width: 358px;
    height: 44px;
    border: 2px solid rgb(228, 6, 28);
    border-radius: 3px;
    padding-left: 10px;
}

.search:focus {
    outline: none;
}

.search-img {
    width: 44px;
    height: 44px;
    background-color: rgb(228, 6, 28);
    border: none;
    border-radius: 3px;
    position: relative;
    left: -6px;
    top: 9px;
    outline: none;
}
/*  */
/* nav样式 */

nav {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #fff;
}

.nav-list {
    width: 1200px;
    margin: auto;
}

.nav-name {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    font-weight: 700;
    margin-left: 40px;
}

.navlist>li>a:hover {
    color: #444;
}

.checked>a {
    color: rgb(228, 6, 28);
}

#sort {
    margin-left: 0px;
    display: inline-block;
    width: 100px;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
    font-weight: 700;
    background-color: rgb(228, 6, 28);
    width: 200px;
    color: white;
    box-sizing: border-box;
    padding-left: 30px;
    border-bottom: 1px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;

}


.list {
    border-top: 1px solid white;
    width: 200px;
    height: 455px;
    background-color: rgb(238, 16, 36);
    font-size: 14px;
    font-weight: 500;
    line-height: 0px;
    color: white;
    padding-top: 5px;
    position: absolute;
    display: none;
    z-index: 10;
    left: 0;
    margin-top: -6px;
}

.list-item {
    display: inline-block;
    width: 200px;
    height: 28px;
    line-height: 28px;
    position: relative;
}

.list-item:hover {
    color: rgb(238, 16, 36);
    background-color: white;
}
/* 隐藏的详细菜单功能 */

.small-list {
    box-sizing: border-box;
    border: 1px solid rgb(202, 202, 202);
    box-shadow: 5px 5px 20px rgb(132, 132, 132);
    -webkit-box-shadow: 5px 5px 20px rgb(132, 132, 132);
    -moz-box-shadow: 5px 5px 20px rgb(132, 132, 132);
    -ms-box-shadow: 5px 5px 20px rgb(132, 132, 132);
    -o-box-shadow: 5px 5px 20px rgb(132, 132, 132);
    width: 550px;
    background-color: white;
    z-index: 5;
    position: absolute;
    left: 200px;
    top: -20px;
    display: none;
    padding: 20px 5px;
}

dl {
    width: 100%;
    box-sizing: border-box;
}

dt {
    width: 95%;
    padding: 5px 0;
    margin-left: 15px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
}

dd {
    display: inline-block;
    border-right: 1px solid #999;
    height: 15px;
    line-height: 15px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 13px;
}

hr {
    color: rgb(228, 6, 28);
    border: 1px solid;
    height: 1px;
    background-color: rgb(228, 6, 28);
    margin: 0;
}













        /* section-lesser 样式 */

        .lesser {
            width: 100%;
            background-color: white;
            margin-top: 30px;
            xmargin: auto;
        }

        .total {
            xdisplay: flex;
            xflex-direction: column;
        }








       /* 快 多 好 省 */
    .sign-block {
        width: 1200px;
        height: 160px;
        margin: 0px auto;
        xdisplay: flex;
        xjustify-content: space-between;
        border-bottom: 1px solid rgb(227, 227, 227);
    }

    .sign {
        xheight: 150px;
        width: 200px;
        margin-top: 50px;
        margin-left: 80px;
        display: inline-block;
        xmargin: auto;
        xdisplay: flex;
        xjustify-content: space-around;
        xalign-items: center;
    }
    .sign-tip {
        width: 140px;
        xheight: 100px;
        float: right;
    }
    .work {
        width: 60px;
        height: 60px;
        background-color: rgb(228, 6, 28);
        color: white;
        border-radius: 50px;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        float:left;
    }

    .sign-title {
        display: block;
        margin-top: 0px;
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        font-weight: 100;
        color: rgb(51, 51, 51);
        margin-left: 10px
    }

    .sign-p {
        font-size: 13px;
        color: rgb(204, 204, 204);
        margin-left: 10px
    }

    .features {
        width: 1200px;
        margin: 30px auto;
        xdisplay: flex;
        xjustify-content: space-between;
        xmargin-top: 30px;
        xmargin-bottom: 30px;
    }

    /* 购物指南 支付配送等 样式 */
    .features-list {
        width: 100%;
        margin: 0px auto;
        xdisplay: flex;
        xjustify-content: space-between;
    }

    .features-item {
        display: inline-block;
        width: 19.6%;
        xheight: 168px;
        text-align: center;
        font-size: 15px;
        color: rgb(81, 81, 81)
    }

    .list-item {
        box-sizing: border-box;
        padding-left: 30px;
    }


    .item-list>li {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        color: rgb(102, 102, 102);
    }
    .features-item:not(:first-child) {
        vertical-align: top;
    }

/* 成员网站 友情链接 样式 */
.member {
    width: 100%;
    background-color: rgb(245, 245, 245);
    padding-top: 10px;
}

.member-block {
    width: 1200px;
    margin: 20px auto 0;
}

.members {
    font-size: 18px;
    color: rgb(228, 6, 28);
    width: 73px;
}

.members::before {
    content: "";
    display: block;
    border: 1px solid rgb(228, 6, 28);
    background-color: rgb(228, 6, 28);
    position: relative;
    top: 25px;
}

.member-list {
    display: inline-block;
    width: 120px;
    margin: 15px;
}

    /* 商城首页 | 关于立创商城 | 联系我们 | 友情链接 | 网站使用条款 | 加入收藏 */
    .final {
        margin-top: 0;
        height: 40px;
        width: 100%;
        background-color: rgb(94, 94, 94);
        text-align: center;
        line-height: 40px;
        font-size: 13px;
    }

    .final>ul>li {
        display: inline-block;
        margin: auto 10px;
    }

    .final>ul>li>a {
        color: #d7d7d7;
    }

    .final>ul>li>a:hover {
        color: white;
    }

    .final>ul>span {
        color: #9e9e9e;
    }
/*  */

/* footer 样式 */
    footer {
        width: 100%;
        background-color: white;
        text-align: center;
        padding-bottom: 15px;
        position: static;
    }

    .foot-list>li {
        display: inline-block;
        margin: 20px;
        margin-bottom: -20px;
        font-size: 13px;
        color: #444;
    }

    .info-list>li {
        margin: 10px;
        font-size: 13px;
        color: #444;
    }

    .blank {
        margin-left: 10px;
    }
/*  */

/* 右下角固定栏 */
.fixed-block {
    position: fixed;
    right: 20px;
    bottom: 5%;
    
}
.fixed-li {
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
.fixed-li:hover {
    background-color: rgb(187, 232, 245);
}
.fixed-li > a {
    width: 100%;
    height: 100%;
}
.fixed-li > a > img {
    vertical-align: middle;
}
.fixed-li > img {
    vertical-align: middle;
}
.change-word {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
}
.wechart {
    display: none;
    position: absolute;
    left: -162px;
    top: -33px;
    background-color: #fff;
    width: 162px;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    border: 1px solid #eee;
    z-index: 3;
}
.fixed-li:nth-child(2) >  .wechart {
    padding: 15px 20px;
}
.wechart-word {
    text-align: left;
    border-bottom: 1px dotted #ddd;
    height: 30px;
    line-height: 30px;
}
.wechart-img {
    height:120px;
    width:120px;
    margin-top:15px;
}
.wechart::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 55px;
    border: 6px solid #000;
    border-color: transparent transparent  transparent #fff;
}

.none{
display: none;
}

/* 闭合浮动 */
.clearfix::after{
    content: '';
    display: block;
    clear: both;
  }






/* 个人中心 右侧边导航栏样式 */
/* section-master 样式*/

.master {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 50px;
}

.master-all {
    width: 1200px;
    margin: auto;
    position: relative;

}

.center-nav {
    width: 200px;
    border: 1px solid rgb(227, 227, 227);
    background-color: white;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    height: 600px;
    margin-bottom: 50px;
    float: left;
}

.center-list>li>h1 {
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    color: #444;
    border-bottom: 1px dashed rgb(228, 6, 28);
}

/* .center-list>li {
    height: 40px;
    line-height: 40px;
} */
.center-list>li>a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
/*  */
.this-checked {
    color: rgb(228, 6, 28);
    font-weight: 700;
    position: relative;
}
.this-checked::after {
    content: '';
    display: inline-block;
    border: 6px solid rgb(228, 6, 28);
    border-color: transparent transparent transparent rgb(228, 6, 28);
    position: absolute;
    top: 14px;
    right: 60px;
}
.center-first-li {
    margin-top: 10px;
}