/* CSS Document */
html, body, div, span, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline-style: none; /*FF*/
}

body, html {
    height: 100%;
    width: 100%;
}

body {
    line-height: 1;
    background-color: #e8e8e8;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
    /*color: inherit;*/
}

a:hover, a:focus {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur()); /*IE*/
    outline-style: none; /*FF*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}

/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

ul li {
    list-style: none !important;
}

.main1140 {
    width: 1200px;
    /* max-width: 1140px; */
    margin: 0 auto;
    height: 100%;
    min-width: 1140px;
    /* line-height: 80px; */
}

.disin {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.header {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

/*nav*/
.top_nav {
    /* float: right; */
    /* overflow: hidden; */
    height: 40px;
    background-color: #672828;
    text-align: right;
}

.top_nav ul {
    /* float: right; */
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
    line-height: 40px;
    text-align: right;
}

.top_nav li {
    margin-left: 40px;
    display: inline-block;
    color: #626262;
}

.top_nav li a {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #b58c59;
}

.main {
    width: 100%;
}

.main_nav {
    height: 153px;
    background-color: #663333;
    padding-top: 16px;
}

.main_nav .nav_ul {
    width: calc(50% - 90px);
    float: left;
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row; /* 子元素横向排列 */
    justify-content: center; /* 相对父元素水平居中 */
    align-items: center; /*  子元素相对父元素垂直居中 */
}

.main_nav .nav_ul li {
    /* width: 24%; */
    /* display: inline-block; */
    text-align: left;
    flex-grow: 1;
}

.main_nav .nav_ul:last-child li {
    text-align: right;
}

.main_nav .nav_ul li a {
    padding: 0;
    /*border-bottom: 2px solid;*/
    /*padding-bottom: 20px;*/
    font-family: Arial, Microsoft YaHei, '微软雅黑';;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fbe3b2;
    display: inline;
}

.logo {
    width: 120px;
    height: 120px;
    float: left;
    margin: 0 30px;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 0; */
    /* margin-left: -60px; */
}

.logo img {
    width: 100%;
    height: 100%;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
    text-decoration: none;
    border-bottom: 2px solid;
    padding-bottom: 20px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    display: inline;
}

.pagination li {
    /* background-color: #ffffff; */
    /* border: solid 1px #bfbfbf; */
    margin-right: 10px;
    /* border-radius: 6px; */
    overflow: hidden;
}

.pagination > li > a, .pagination > li > span {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 25px; */
    letter-spacing: 0px;
    color: #000000;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    border: solid 1px #bfbfbf;
    border-radius: 6px;
}

.pagination li.active, .pagination li.active > span {
    width: 40px;
    height: 40px;
    background-color: #c4c3c3;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 25px; */
    letter-spacing: 0px;
    color: #000000;
    border: 0;
    border-radius: 6px;
}

.pagination li.active {
    /* border: solid 1px #c4c3c3; */
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    width: 80px;
    border-radius: 6px;
}

.page {
    text-align: center;
    margin-top: 25px;
}

footer {
    background-color: #272423;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    /* width: 100%; */
    padding: 20px 0;
}

.login_footer {
    padding-top: 25px;

}

.footer_intro {
    text-align: center;
    padding: 35px 0;
}

.footer_intro li {
    display: inline-block;
    width: 185px;
    text-align: center;
}

footer .copyright, footer .copyright a {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #7a7a7a;
    text-align: center;
    /* float: left; */
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("../images/right.png") no-repeat center center !important;

}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url("../images/left.png") no-repeat center center !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 100px;
}

.channel_nav {
    height: 70px;
    background-color: #663333;
}

.channel_nav .nav_ul {
    display: inline-block;
    font-family: Arial, Microsoft YaHei, '微软雅黑';;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 70px; */
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 26px;
    max-width: 800px;
    overflow: hidden;
    float: right;
}

.channel_nav .logo {
    width: 180px;
    height: 50px;
    margin-top: 10px;
    margin: 10px 100px 0 0;
    /* margin-top: 10px; */
}

.channel_nav .cart_nav {
    display: inline-block;
    font-family: Arial, Microsoft YaHei, '微软雅黑';;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 70px; */
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 26px;
}

.channel_nav .cart_nav li, .channel_nav .nav_ul li {
    float: left;
    margin-right: 20px;
}

.channel_nav .cart_nav li span:first-child {
    width: 18px;
    height: 18px;
    background-color: #fbe3b2;
    display: inline-block;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #734545;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.channel_nav .cart_nav li.active span:first-child {
    background-color: #ffffff;
    color: #734545;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 22px; */
    letter-spacing: 0px;
}

.channel_nav .cart_nav li span:last-child {
    margin-left: 20px;
}

.channel_nav .cart_nav li a, .channel_nav .nav_ul li a {
    font-family: Arial, Microsoft YaHei, '微软雅黑';;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fbe3b2;
}

.channel_nav .cart_nav li.active a {
    font-family: Arial, Microsoft YaHei, '微软雅黑';;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
}

.order_nav {
}

.channel_nav .order_nav li {
    margin-right: 70px;
}

.channel_nav .order_nav li, .order_nav li a {
    font-family: Arial, Microsoft YaHei, '微软雅黑';;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fbe3b2;

}

.channel_nav .cate_nav li {

    /*width: 110px;*/
    text-align: center;
    margin-right: 0;
    position: relative;
    padding: 0 35px;

}

.channel_nav .cate_nav li:first-child {
    padding-left: 0
}

.channel_nav .cate_nav li:last-child {
    padding-right: 0
}

.channel_nav .cate_nav li:after {
    content: '|';
    position: absolute;
    right: 0;
    color: #f4dbac;
    top: 0;
    font-family: Arial, Microsoft YaHei, '微软雅黑';;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
}

.channel_nav .cate_nav li:last-child:after {
    content: '';
}

.page-container {
    position: relative;
    min-height: 100%;
    padding-bottom: 88px;
    overflow: hidden;
}

.login-page-container {
    position: relative;
    height: 100%;
    padding-bottom: 93px;
}

.actGotop {
    position: fixed;
    bottom: 160px;
    right: 70px;
    width: 50px;
    z-index: 10;
}

.actGotop a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    margin-bottom: 10px;
    color: #663333;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    /* white-space: nowrap; */
}

.actGotop a:hover {
    background-color: #bbbbbb;
    color: #fff;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    /*border: 1px solid #666 !important;*/
}

.login-mobile {
    background: url(../images/login-mobile.png) no-repeat 10px center !important;
    padding-left: 42px;
}

.login-pwd {
    background: url(../images/login-pwd.png) no-repeat 10px center !important;
    padding-left: 42px;
}

.login-captcha input, .login-smscode input {

}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #fff !important;
    border-color: #dedede !important;
    color: #333 !important;
}

.layui-layer-btn a:last-child {
    border-color: #1E9FFF !important;
    background-color: #1E9FFF !important;
    color: #fff !important;
}


.web_header {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 80px;
    background-color: #823636;
    overflow: hidden;
}

.web_header {
    /* background-color: rgba(0, 0, 0, 0.7); */
}

.web_header .header-logo {
    /* height: 100%; */
    /* width: 115px; */
    /* display: block; */
    di 'speak:';
    di 'speak: d';
    di 'speak: di';
    di 'speak: dis';
    /* margin-top: 10px; */
    height: 100%;
}

.web_header .header-nav {
    float: right;
    display: inline-block;
}

.web_header .header-nav li {
    float: left;
    height: 80px;
    line-height: 80px;
    padding: 0 43px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.web_header .header-nav li a, .web_header .header-nav li a:hover {
    color: #fff;
}

.web_header .header-nav li i {
    display: none;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
    left: 50%;
    margin-left: -25px;
    background-color: #c09d6d;
}

.web_header .header-nav li:last-child {
    padding-right: 0;
}

.web_header .header-nav li:last-child i {
    margin-left: -12px;
}

.web_header .header-nav li.active {
    /* border-bottom: 3px solid #c09d6d; */
    color: #c09d6d;
}

.web_header .header-nav li.active i {
    display: block;
}


.web_header .header-nav li::after {
    content: '';
    position: absolute;
    bottom: 32px;
    right: 0;
    width: 1px;
    height: 17px;
    background-color: #af5c5c;
}

.web_header .header-nav li:last-child::after {
    display: none;
}


.channel-title {padding: 32px 0;text-align: center;background: #fff;}

.channel-title-name {
    background: url("/images/channel-title-bg.png") no-repeat center center;
    background-size: 100% 100%;
    width: 260px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-family: 仿宋_GB2312;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 6px;
    color: #000000;
    margin: 0 auto;
}
