@charset "utf-8";

/*common*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: Microsoft YaHei, SimHei, Helvetica, sans-serif;
}

ul, li, ol {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wp {
    width: 1200px;
    margin: 0 auto;
}

/*字体*/
@font-face {
    font-family: 'iconfont';
    src: url('../../plugin/iconfont/iconfont.eot'); /* IE9*/
    src: url('../../plugin/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../plugin/iconfont/iconfont.woff') format('woff'), /* chromeã€firefox */ url('../../plugin/iconfont/iconfont.ttf') format('truetype'), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/ url('../../plugin/iconfont/iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*顶部*/
.public-top {
    width: 100%;
    line-height: 30px;
    height: 30px;
    background: #f5f4f4;
    color: #7f7f7a;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
}

.public-top a {
    color: #7f7f7a
}

.public-top .top-link {
    float: left;
}

.public-top .top-link em {
    color: #3e3a39;
    font-style: normal;
}

.public-top .login-regin {
    float: left;
    margin-left: 45px
}

.public-top .login-regin li {
    float: left
}

.public-top .login-regin li.line::after {
    content: "|";
    padding: 0 10px;
    color: #e6e6e6;
}

.public-top .quick_list {
    float: right;
    height: 30px;
}

.public-top .quick_list li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
    position: relative;
}

.public-top .quick_list li b {
    transition: transform .2s ease-in 0s;
    -webkit-transition: -webkit-transform .2s ease-in 0s;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #cecece transparent transparent;
    border-width: 4px 4px 0;
    margin-left: 3px;
    position: relative;
    top: -3px;
}

.public-top .quick_list .dropdown-menu {
    display: none;
    left: 3px;
}

.public-top .quick_list .dropdown-menu li {
    line-height: 25px;
    height: 25px;
    display: block;
    white-space: nowrap;
}

.public-top .quick_list li:hover .blank {
    position: absolute;
    z-index: 1;
    top: 23px;
    left: 4px;
    width: 95%;
    height: 8px;
    overflow: hidden;
    background: #fff;
}

.public-top .quick_list li:hover .dropdown-menu, .public-top .quick_list li:hover .outline {
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.public-top .quick_list li:hover .dropdown-menu {
    top: 30px;
    display: block;
}

.public-top .quick_list li:hover .outline {
    z-index: -1;
    left: 3px;
    top: 3px;
    width: 95%;
    height: 28px;
}

.public-top .quick_list li:hover b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.public-top .moblie-qrcode .dropdown-menu, .public-top .app-qrcode .dropdown-menu {
    width: 90px;
    padding: 10px;
}

/*头部*/
.header {
    width: 100%;
    min-width: 1200px;
    height: 90px;
    overflow: hidden;
}

.logo {
    float: left;
    margin: 22px 100px auto 0;
}

.logo img {
    vertical-align: middle;
}

.search {
    width: 500px;
    float: left;
    margin: 25px 0 0 20px;
}

.search .search-box {
    clear: both;
    overflow: hidden;
}

.search .search-box .search-text {
    width: 420px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #ff4040;
    border-right: none;
    margin: 0;
    padding: 6px;
    float: left;
    background-color: white;
    color: #979797;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.search .search-box .search-text:hover, .search .search-box .search-text:focus {
    border-color: #ff4040;
}

.search .search-box .search-btn {
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: 0;
    float: right;
    background: #ff4040;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
}

.user_menu {
    float: right;
    margin: 24px 0 0 0;
}

.user_menu ul {
    width: 100%;
}

.user_menu ul li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline; /*IE6、7*/
    margin-left: 10px;
    z-index: 3;
    *zoom: 1; /*IE6、7*/
    position: relative;
}

.user_menu ul li .txt-box {
    line-height: 20px;
    color: #555;
    background-color: #FAFAFA;
    height: 20px;
    padding: 10px;
    border: solid 1px #F0F0F0;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
}

.user_menu ul li .txt-box .ico {
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 4px;
    font-size: 16px;
    float: left;
}

.user_menu ul li .addcart-goods-num {
    font: bold 11px/14px Verdana;
    color: #FFF;
    background: #F00;
    text-align: center;
    display: inline-block;
    height: 16px;
    min-width: 16px;
    border: none 0;
    border-radius: 8px;
    position: absolute;
    z-index: 3;
    top: -4px;
    left: 20px;
}

/*导航*/
.mall_nav {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    zoom: 1;
    border-bottom: 2px solid #ff4040;
}

.mall_nav .all_categorys {
    background-color: #ff4040;
    display: block;
    width: 212px;
    height: 40px;
    float: left
}

.mall_nav .all_categorys .mt {
    line-height: 40px;
    height: 40px;
    padding: 0 10px
}

.mall_nav .all_categorys .mt i {
    font-size: 0;
    line-height: 0;
    width: 18px;
    height: 14px;
    float: left;
    margin: 4px 4px 0 0
}

.mall_nav .all_categorys .mt h3 a {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    float: left;
    margin-left: 4px;
}

.mall_nav .all_categorys .mc {
    width: 212px;
    display: none;
}

.mall_nav .all_categorys:hover .mc {
    display: block;
}

.mall_nav .all_categorys .mc .menu {
    height: 398px;
    background: #333;
    background: rgba(0, 0, 0, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000") \9;
    padding-top: 2px;
}

.mall_nav .all_categorys .mc .menu li {
    width: 212px;
    height: 36px;
    *float: left;
    *clear: left;
    position: relative;
    z-index: 1;
    zoom: 1;
}

.mall_nav .all_categorys .mc .menu li.hover {
    z-index: 2;
}

.mall_nav .all_categorys .mc .menu li:last-child {
    height: 37px;
}

.mall_nav .all_categorys .mc .class {
    display: block;
    width: 183px;
    height: 16px;
    padding: 9px 15px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mall_nav .all_categorys .mc .hover .class {
    background-color: #fff;
    width: 175px;
    padding: 9px 15px 9px 23px;
    z-index: 2;
}

.mall_nav .all_categorys .mc .class .iconfont {
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    color: #ff4040;
}

.mall_nav .all_categorys .mc .class .ico {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.mall_nav .all_categorys .mc .class .ico img {
    width: 16px;
    height: 16px;
    float: left;
}

.mall_nav .all_categorys .mc .class h4 {
    vertical-align: top;
    display: inline-block;
    *display: inline /*IE7*/;
    *zoom: 1 /*IE7*/;
}

.mall_nav .all_categorys .mc .class h4 a {
    color: #FFF;
    font-size: 13px;
    line-height: 16px;
    height: 16px;
    width: 145px;
    overflow: hidden;
    display: block;
}

.mall_nav .all_categorys .mc .menu li.hover .class h4 a {
    color: #333;
}

.mall_nav .all_categorys .mc .class .arrow {
    width: 3px;
    height: 5px;
    float: right;
    margin: 5px 0 0;
}

.category-ico-1:before {
    content: "\e601";
}

.category-ico-2:before {
    content: "\e648";
}

.category-ico-3:before {
    content: "\e670";
}

.category-ico-4:before {
    content: "\e60c";
}

.category-ico-5:before {
    content: "\e671";
}

.category-ico-6:before {
    content: "\e63b";
}

.category-ico-7:before {
    content: "\e6de";
}

.category-ico-8:before {
    content: "\e645";
}

.category-ico-9:before {
    content: "\e603";
}

.category-ico-10:before {
    content: "\e655";
}

.category-ico-11:before {
    content: "\e68a";
}

.mall_nav .nav_list {
    max-width: 988px;
    float: left;
    overflow: hidden;
    height: 40px;
}

.mall_nav .nav_list .site_menu li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6、7*/;
    *zoom: 1;
}

.mall_nav .nav_list .site_menu li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    color: #333;
    height: 40px;
    padding: 0px 20px;
    display: inline-block;
    *display: inline /*IE6、7*/;
    zoom: 1;
}

.mall_nav .nav_list .site_menu li a:hover {
    text-decoration: none;
    color: #ff4040;
}

.mall_nav .nav_list .site_menu li a.current {
    font-weight: 600;
    color: #ff4040;
}

/*服务*/
.server {
    margin-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
    min-width: 1224px;
    clear: both;
}

.server .ensure {
    width: 1200px;
    height: 100px;
    background: url('../images/mall_server.jpg') no-repeat;
    margin: 25px auto;
    padding: 0;
}

/*广告*/
.ad {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.ad img {
    width: 100%;
    vertical-align: middle;
}

/*底部*/
.footer-info {
    margin-top: 10px;
    border-top: 2px solid #ededed;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
}

.footer-info .links {
}

.footer-info .links a {
    margin: 0 10px;
    color: #8b8b8b
}

.footer-info .copyright {
    margin: auto;
    padding: 20px 0;
    line-height: 20px;
    color: #8b8b8b
}

.copyright a {
    color: #8b8b8b;
    text-decoration: none
}

.copyright a:hover {
    color: #ee3340;
}

/*分页*/
.list-page {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    color: #ee3340;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #ee3340;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ee3340;
    border-color: #ee3340;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/* 面包屑所在位置 */
.dsh-breadcrumb {
    width: 100%;
    min-width: 1200px;
    font-size: 0;
    *word-spacing: -1px;
    text-align: left;
    height: 30px;
    padding: 15px 0;
    margin: 0 auto;
}

.dsh-breadcrumb span {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /* IE6,7*/;
    height: 30px;
    zoom: 1;
}

.dsh-breadcrumb i {
    font-size: 16px;
    color: #AAA;
    margin-right: 4px;
    font-style: normal;
}

.dsh-breadcrumb span.arrow {
    line-height: 30px;
    color: #AAA;
    margin: 0 6px;
}

.dsh-breadcrumb a {
    color: #777;
    display: inline-block;
    font-size: 14px;
}

.dsh-breadcrumb a:hover {
    color: #ff4040;
}

/*prev-next*/
.prev-next {
    width: 100%;
    margin-top: 10px;
}

.prev-next a, .prev-next span {
    max-width: 43%;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #FFB800;
    color: #fff;
}

.prev-next a:first-child, .prev-next span:first-child {
    float: left;
}

.prev-next a:last-child, .prev-next span:last-child {
    float: right;
}

/*category*/
.category {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.category-box {
    padding: 5px;
    box-shadow: 0 0 15px #ddd;
}

.category-box a {
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}

/*message*/
.webim-qq-wrap {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 1300;
    font-family: Microsoft Yahei, Heiti SC, tahoma, arial, Hiragino Sans GB, \\5B8B\4F53, sans-serif;
    box-shadow: 0 3px 8px -3px #999;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #f8fafb;
}

.webim-qidian-entry-wrap, .webim-wrap {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #333;
    cursor: pointer;
}

.webim-qidian-entry-wrap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.webim-qidian-entry-wrap .webim-icon, .webim-wrap .webim-icon {
    float: left;
    width: 20px;
    height: 18px;
    margin: 12px 0 0 10px;
    background: url("../images/im_entry.png") no-repeat;
    background-size: 19px 18px;
}

.webim-qidian-entry-wrap .msg-wrap, .webim-wrap .msg-wrap {
    float: right;
    line-height: 41px;
    overflow: hidden;
    font-size: 14px;
}

.webim-qidian-entry-wrap .msg-wrap a, .webim-wrap .msg-wrap a {
    text-align: left;
    padding: 0 10px 0 8px;
    font-size: 13px;
    margin: 0;
    min-width: 41px;
}