@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

input[type="submit"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
input[type="reset"],
input[type="search"],
input[type="button"],
textarea,
input[type="text"],
input[type="date"] {
    -webkit-appearance: none;
    /*去掉苹果的默认UI来渲染按钮*/
    -moz-list-list-style: none;
    -ms-list-list-style: none;
    -webkit-list-style: none;
    outline: none;
    border-radius: 0px;
    font-family: "Hiragino Sans GB", "Helvetica Neue", "Helvetica", Arial, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

li,
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
    display: block;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
}

body {
    font-family: "Hiragino Sans GB", "Helvetica Neue", "Helvetica", Arial, Tahoma, sans-serif;
}

.wrap {
    width: 100%;
    float: left;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    font-family: "Hiragino Sans GB", "Helvetica Neue", "Helvetica", Arial, Tahoma, sans-serif;
}

.main {
    width: 100%;
    float: left;
    position: relative;
}

.container {
    width: 1180px;
    margin: auto;
}

.top-fixed {
    width: 100px;
    height: 150px;
    float: left;
}

.header {
    width: 100%;
    float: left;
    border-top: 2px solid #c3c3c3;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #fff;
}

.header-one {
    width: 100%;
    float: left;
    padding-top: 20px;
    margin-bottom: 20px;
}

.logo {
    float: left;
}

.logo img {
    height: 36px;
}

.header-login-befor {
    float: right;
    margin-top: 12px;
}

.header-login-befor i {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.header-login-befor p {
    float: left;
    color: #524872;
    line-height: 24px;
}

.header-login-after {
    float: right;
    margin-top: 12px;
}

.header-login-after li {
    float: left;
    margin-left: 12px;
    cursor: pointer;
}

.header-login-after li i {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.header-login-after li p {
    float: left;
    color: #f04923;
    line-height: 24px;
}

.header-login-after li:hover p {
    color: #f04923;
}

.header-nav {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #f04923;
    background: #f04923;
    float: left;
}

.nav {
    float: left;
    line-height: 50px;
}

.nav li {
    float: left;
    font-size: 18px;
    color: #fff;
}

.nav li a {
    color: #fff;
    padding-right: 18px;
    padding-left: 18px;
}

.nav li:hover {
    background: #f04923;
}

.nav .nav_h1 {
    background: #f04923;
}

.search {
    float: right;
    margin-top: 6px;
    height: 36px;
    border: 2px solid #fff;
    background: #fff;
}

.search i {
    display: block;
    float: left;
    padding-top: 8px;
    padding-left: 8px;
}

.search1 {
    float: left;
    width: 200px;
    height: 36px;
    margin-left: 8px;
    color: #63656e;
    border: 0px;
}

.button1 {
    width: 42px;
    height: 36px;
    border: 3px solid #b9b9b9;
    float: right;
    line-height: 28px;
    color: #b9b9b9;
    cursor: pointer;
    text-align: center;
    background: #fff;
}

.footer {
    width: 100%;
    float: left;
    height: 52px;
    font-size: 14px;
    background: #f04923;
    line-height: 52px;
    color: #fff;
}

.footer .footer1 {
    float: left;
}

.footer .footer1 li {
    float: left;
    color: #fff;
}

.footer .footer1 li a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.footer .footer2 {
    float: right;
}

.footer .footer2 li {
    float: left;
    color: #fff;
}

.footer .footer2 li a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.footer .footer3 {
    float: right;
    margin-left: 12px;
}


/*悬浮*/

.fixed {
    width: 50px;
    position: fixed;
    z-index: 99999;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 240px;
    margin: auto;
}

.fixed li {
    width: 50px;
    height: 58px;
    margin-bottom: 1px;
    border-radius: 3px;
    background: #999999;
    right: 0px;
    position: relative;
}

.fixed li i {
    width: 100%;
    height: 25px;
    text-align: center;
    float: left;
    margin-top: 4px;
}

.fixed li i img {
    margin: auto;
}

.fixed li p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin-top: 4px;
}

.fixed li:nth-child(3) {
    height: 80px;
}

.fixed li em {
    position: absolute;
    width: 15px;
    height: 15px;
    color: #fff;
    display: block;
    background: #f04923;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    margin-left: 32px;
    margin-top: 3px;
}

.fixed li:hover {
    background: #f04923;
}

.mune {
    width: 100%;
    float: left;
    background: #f0f0f0;
    padding-top: 25px;
    padding-bottom: 48px;
    min-height: 700px;
}


/*商品分页*/

.commodity-tab {
    max-width: 883px;
    width: 100%;
    float: left;
    height: 40px;
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-top: 30px;
}

.commodity-tab .tab-mun {
    float: left;
    color: #858585;
    font-size: 16px;
    line-height: 40px;
    margin-left: 12px;
}

.commodity-tab .tab-list {
    float: right;
    margin-top: 7px;
}

.commodity-tab .tab-list li {
    float: left;
    height: 26px;
    margin-left: 4px;
    font-size: 16px;
    line-height: 26px;
    margin-right: 4px;
    cursor: pointer;
    color: #858585;
}

.commodity-tab .tab-list li i {
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.commodity-tab .tab-list li p {
    display: block;
    float: left;
}

.commodity-tab .tab-list li a {
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    color: #858585;
    display: block;
}

.commodity-tab .tab-list li .color1 {
    color: #fff;
    background: #000000;
}
.theme-btn{
    width: 141px;
    height: 41px;
    border: 2px solid #f04923;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    padding:3px;
}
.theme-btn span {
    display: block;
    width: 100%;
    height: 41px;
    line-height: 41px;
    border-radius: 3px;
    background: #f04923;
    font-size: 18px;
    color: #fff;
    border: 0px;
    float: left;
    cursor: pointer;
}


/* 侧边二级菜单 */
.side-nav {
    clear: both;
    user-select: none;
}
.side-nav .side-nav-title {
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-indent: 15px;
}
.side-nav .active .side-nav-title {
    background: #f04923;
    color:#fff;
}
.side-nav .side-nav-children {
    padding-left: 20px;
    box-sizing:border-box;
}
.side-nav .side-nav-title{
    height: 45px;
    cursor: pointer;
}

.side-nav .side-nav-item {
    line-height: 45px;
    width: 100%;
    text-indent: 30px;
    display:none;
}
.side-nav .active .side-nav-item{
    display:block;
}
.side-nav .side-nav-item a {
    color: #000000;
    font-size: 16px;
    display: block;
    width: 100%;
}

.side-nav .bj-color1 a {
    color: #f04923;
}

.side-nav .side-nav-item:hover a {
    background: #ffd8cf;
    color: #f04923;
}
