/* 未能缩小。正在返回未缩小的内容。
(5417,5): run-time error CSS1035: Expected colon, found 'margin'
 */
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Microsoft YaHei,SimSun,Arial,"微软雅黑";
    box-sizing: border-box;
}

body {
    background-color: #f4f4f4;
}

ul, ol {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color:#ba1c22;
}

h1, h2, h3, h4, h5, h6, h7 {
    margin-top: 0;
    margin-bottom: 0;
}

p, ul {
    margin-bottom: 0;
}

dt {
    font-weight: normal;
}

input {
    border: 1px solid #dedede;
    border-radius: 3px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

.container {
    min-width: 1200px;
}
/*字体*/
@font-face{
	/*font-family:'FZLTHJW_4';  方正兰亭黑简体 
	src:url(/fonts/FZLTHJW_4.TTF);*/
	font-weight: normal;
	font-style: normal;
}
@font-face{
	/*font-family:'FZXBSJW_3';  方正小标宋简体 
	src:url(/fonts/FZXBSJW_3.TTF);*/
	font-weight: normal;
	font-style: normal;
}
@font-face{
	/*font-family:'FZZZHONGJW_2';  方正正中黑简体 
	src:url(/fonts/FZZZHONGJW_2.TTF);*/
	font-weight: normal;
	font-style: normal;
}
@font-face{
	/*font-family:'FZZXHJW_1';  方正正纤黑简体 
	src:url(/fonts/FZZXHJW_1.TTF);*/
	font-weight: normal;
	font-style: normal;
}
/*用于去除inline-block之间的间隙*/
.space {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

/*自定义按钮样式 开始*/
.btn-winered {
    color: #fff;
    background-color: #b50b18;
    border-color: #d43f3a;
}

.btn-winered:focus,
.btn-winered.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-winered:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-winered:active,
.btn-winered.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-winered:active:hover,
.btn-winered.active:hover,
.open > .dropdown-toggle.btn-winered:hover,
.btn-winered:active:focus,
.btn-winered.active:focus,
.open > .dropdown-toggle.btn-winered:focus,
.btn-winered:active.focus,
.btn-winered.active.focus,
.open > .dropdown-toggle.btn-winered.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-winered:active,
.btn-winered.active,
.open > .dropdown-toggle.btn-winered {
    background-image: none;
}

.btn-winered.disabled:hover,
.btn-winered[disabled]:hover,
fieldset[disabled] .btn-winered:hover,
.btn-winered.disabled:focus,
.btn-winered[disabled]:focus,
fieldset[disabled] .btn-winered:focus,
.btn-winered.disabled.focus,
.btn-winered[disabled].focus,
fieldset[disabled] .btn-winered.focus {
    background-color: #b50b18;
    border-color: #d43f3a;
}

.btn-winered .badge {
    color: #b50b18;
    background-color: #fff;
}

/*自定义按钮样式 结束*/

/*自定义带图标的输入框 开始*/
.input-group-box {
    height: 37px;
    border: 1px solid #eee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    border-radius: 4px;
}

.input-group-box > .icon {
    display: inline-block;
    float: left;
    margin-top: 9px;
    margin-left: 9px;
    width: 18px;
    height: 18px;
}

.input-group-box > .icon-user:before {
    content: none;
}

.input-group-box > .text-input {
    float: left;
    height: 34px;
    margin-top: 1px;
    padding: 6px 12px;
    border: none;
    outline: none;
    color: #999999;
}

.icon-user {
    background: url(/Images/pc/icon_user.jpg) no-repeat;
    background-size: contain;
}

.icon-lock {
    background: url(/Images/pc/icon_lock.jpg) no-repeat;
    background-size: contain;
}

.icon-phone {
    background: url(/Images/pc/icon_phone.jpg) no-repeat;
    background-size: contain;
}

.icon-msg {
    background: url(/Images/pc/icon_message.jpg) no-repeat;
    background-size: contain;
}

.icon-valid {
    background: url(/Images/pc/icon_valid.jpg) no-repeat;
    background-size: contain;
}
/*自定义带图标的输入框 结束*/

/*一些高度 开始*/
.line10 {
    height: 10px;
}

.line20 {
    height: 20px;
}

.line30 {
    height: 30px;
}

.line40 {
    height: 40px;
}

.line50 {
    height: 50px;
}

.line60 {
    height: 60px;
}
/*一些高度 结束*/


/*样式变化会缓慢进行，而不是瞬间切换，比如图片放大变小，不是一瞬间完成，而是有一个过度效果慢慢变化*/
.style-transition-slowly {
    transition: all 0.3s;
}

.style-transition-slowly:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

/*自定义图标的样式*/
.myicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'iconfont';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.easyzoom {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 180%;
    height: 180%;
    margin-left: 15px;
    border:3px solid #ccc;
}
.mt30{
    margin-left:30px;
}
.mt20{
    margin-left:20px;
}
.mr30{
    margin-right:30px;
}
.color-38{
    color:#383838;
}
.input-text {
    margin-right: 5px;
    padding: 5px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    background: #fff;
    color: #999;
    border: 1px solid #CACACA;
    border-radius: 4px 4px 4px 4px;
    font-family: 'Microsoft YaHei';
}

/*************** 分页样式 开始 ******************/
/*
    说明：分页控件样式
    作者：tengo
    时间：2016年7月13日16:54:10
*/
.pager {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pager > a {
    display: inline-block;
    vertical-align: middle;
    min-width: 41px;
    margin-left: -1px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    text-decoration: none;
}

.pager a:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pager span {
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    padding: 5px;
}

.pager .page_off {
    min-width: 41px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    color: #666;
    background-color: #fff;
}

.pager .p_selected {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pager_form {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.pager_form input {
    padding-left: 5px;
    padding: 5px;
    width: 42px;
}

.pager_form span {
    display: inline-block;
    vertical-align: middle;
}

.pager_form .page_to {
    margin-left: 5px;
    padding: 5px;
    border: 1px solid #ddd;
    color: #337ab7;
    text-decoration: none;
}
/*************** 分页样式 结束 ******************/

/************* 弹出框样式 开始 **************/
.dialog {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 480px;
    z-index: 102;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}

.dialog .title {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: rgb(248, 248, 248);
    border-bottom: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
}

.dialog .title .exit {
    float: right;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 10px 0 0;
    font-size: 22px;
    cursor: pointer;
}

.dialog .title .exit:hover {
    color: #fff;
    background-color: red;
}

.dialog .content {
    position: relative;
    min-height: 60px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}

.dialog .content b {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 46px;
    height: 46px;
    background-image: url('/Images/pc/icon_tips.png');
    background-repeat: no-repeat;
    background-position: -100px 0;
}

.dialog .content p {
    line-height: 32px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 80px;
    padding-top: 7px;
    text-align: left;
    font-size: 18px;
}

.dialog .content .btns {
    margin-left: 20px;
    margin-top: 30px;
    text-align: center;
}

.dialog .content .btns a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.dialog .content .ok {
    background-color: #52a0e5;
    color: #fff;
}
/************* 弹出框样式 结束 **************/
/* 主体样式--导航菜单样式开始 */
header {
    min-width: 1170px;
    background-color: #fff;
}

header .header-links {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #dfdfdf;
    background: #f5f5f5;
    overflow: hidden;
}

header .header-links .container {
    border: none;
    overflow: hidden;
}

header .header-links a:hover {
    color: #ba1c22;
}

header .header-navs {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

header .header-navs > a, header .header-navs > div {
    float: left;
}

header .header-navs > a:hover {
    background: #ba1c22;
}

header .header-navs > a.selected {
    background: #ce171f;
}

header .search-box {
    padding: 10px 0 30px;
    background-color: #fff;
}

header .search-box .search {
    /*width: 494px;*/
    height: 40px;
    margin: 34px 60px 0 80px;
    border: 1px solid #BA1C22;
    background-color: #fff;
}

header .search-box .search .hotWords {
    width: 490px;
    overflow: hidden;
    padding-top: 5px;
}

header .search-box .search .hotWords p {
    float: left;
    font-size: 14px;
    color: #ba1c22;
    margin-right: 20px;
    height: 24px;
    line-height: 24px;
}

header .search-box .search .hotWords a {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}

header .search-box .search .hotWords a:hover {
    color: #ba1c22;
}

header .search-box .search input {
    width: 424px;
    height: 38px;
    margin-left: 10px;
    padding: 5px;
    border: none;
    outline: none;
}

header .search-box .search input::-webkit-input-placeholder {
    color: #dddddd;
    font-size: 12px;
}

header .search-box .search #btnSearch {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 58px;
    text-align: center;
    border: none;
    background-color: #BA1C22;
    color: #fff;
    font-size: 18px;
}

header .navWrap {
    background: #aa1f24;
}

header .header-navs {
    line-height: 40px;
}

header .header-navs a {
    padding-left: 13px;
    padding-right: 14px;
    color: #fff;
    font-size: 15px;
}

header .header-navs > div {
}

header .header-navs .class-dropdown-nav {
    position: relative;
    background-color: #ba1c22;
    font-size: 18px;
    width: 244px;
}

.class-dropdown-nav span {
    float: left;
    color: #fff;
    line-height: 40px;
    height: 40px;
    margin-left: 20px;
    background: url(/Images/pc/icon1.png) no-repeat center;
    width: 19px;
    background-size: contain;
}

.class-dropdown-nav .dropdown-nav-p {
    float: left;
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 0;
}

/*header .header-navs .class-dropdown-nav:hover {
    background-color: #421819;
}*/

header .header-navs .class-dropdown-nav .dropdown-nav-content {
    display: block;
    position: absolute;
    z-index: 31;
    width: 244px;
    /*background-color: rgba(4,0,0,.4);*/
    background-color: #fff;
    color: #666;
    top: 40px;
}

header .header-navs .class-dropdown-nav:hover .dropdown-nav-content {
    display: block;
}

/*header .header-navs > a:last-child {
    padding: 0;
    padding-left: 25px;
    background: url(/Images/pc/shoppingCart.png) no-repeat left center;
}

header .header-navs > a:hover {
    background-color: #cc0001;
}

header .header-navs > a:last-child:hover {
    background-color: #b50b18;
}
*/

.class-dropdown-nav:hover .left-nav {
    display: block;
}

.left-nav {
    display: none;
    width: 244px;
    height: 516px;
    color: #999;
    font-size: 14px;
    padding-top: 8px;
}

.left-nav li {
    overflow: hidden;
    height: 72px;
}

.left-nav li p {
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #383838;
    width: 204px;
    height: 72px;
    overflow: hidden;
    padding-top: 8px;
}

.left-nav li p a {
    margin-right: 5px;
    padding: 0;
    color: #999999;
}

.left-nav li p a:hover {
    text-decoration: underline;
}

.left-nav li p strong {
    display: block;
    width: 100%;
    color: #383838;
    text-indent: 22px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
}

.left-nav li p strong:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(/Images/pc/icon2.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    transform: translateY(-50%);
}

.left-nav li p .str2:before {
    content: "";
    background: url(/Images/pc/icon3.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.left-nav li p .str3:before {
    content: "";
    background: url(/Images/pc/icon4.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.left-nav li p .str4:before {
    content: "";
    background: url(/Images/pc/icon5.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.left-nav li p .str5:before {
    content: "";
    background: url(/Images/pc/icon6.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.left-nav li p .str6:before {
    content: "";
    background: url(/Images/pc/icon7.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.left-nav li p .str7:before {
    content: "";
    background: url(/Images/pc/icon8.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.left-nav li p span {
    display: block;
    float: right;
    margin-top: 7px;
}

.icon-sub-right {
    background: url(/Images/common/icon-sub-right.png) no-repeat;
    width: 5px;
    height: 10px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
}

.left-nav li .menuItem a:hover {
    text-decoration: underline;
    color: #cc0011 !important;
}

.left-nav > li > p > a {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}

.left-nav > li > p > a:hover {
    color: #ba1c22;
}

.left-nav a.on {
    color: #ba1c22;
    text-decoration: none;
}

.nav-right {
    position: absolute;
    right: 0;
    top: 1px;
    width: 212px;
    z-index: 11;
    margin-right: 0px !important;
    height: 516px;
    overflow: hidden;
}

.nav-right a {
    display: block;
    height: 160px;
    position: relative;
    width: 212px;
    z-index: 12;
    margin-top: 10px;
    background: url(/Images/pc/nav-pro1.png) no-repeat;
}


.left-nav li:hover .menuItem {
    display: block;
	overflow:hidden;
}

.left-nav li .menuItem {
    display: none;
    position: absolute;
    top: 0;
    left: 244px;
    width: 750px;
    height: 516px;
    background-color: #fff;
    border-top: 1px solid #f0f3ef;
    border-right: 1px solid #f0f3ef;
    border-bottom: 1px solid #f0f3ef;
    border-left: 1px solid #ccc;
    z-index: 31;
}

.menuItem .menuItemWrap {
    overflow: hidden;
    height: 300px;
}

.left-nav li .menuItem h5 {
    width: 120px;
    float: left;
    text-align: center;
    height: 100%;
    background: #f1f1f1;
    /*padding:20px 0;*/
    line-height: 380px;
}

.left-nav li .menuItem ol {
    overflow: hidden;
    height: 400px;
    overflow-y: auto;
    width: 610px;
    color: #333;
    padding: 5px 0;
    float: left;
}

.left-nav li .menuItem ol li {
    float: left;
    margin-left: 15px;
    text-align: left;
}

.left-nav li .menuItem ol li a {
    color: #666;
    display: inline-block;
    padding: 0 4px;
    line-height: 1.5;
    font-size: 12px;
}

.menuItemWrap .menuItemCon {
    float: left;
    width: 620px;
}

dl {
    padding-bottom: 0;
    margin: 0;
    padding: 0;
}

.menuItem dl {
    overflow: hidden;
    color: #333;
    padding: 5px 10px;
}

.menuItem dl dt {
    font-weight: bold;
    line-height: 40px;
}

.menuItem dl dt a {
    font-weight: bold;
    color: #333;
    display: block;
    padding: 0;
}

.menuItem dl dd {
    float: left;
    margin-left: 15px;
    text-align: left;
    line-height: 28px;
}

.menuItem dl dd a {
    color: #666;
    display: inline-block;
    padding: 0 4px;
    line-height: 1.5;
    font-size: 12px;
}

.left-nav > li > .menuItem > .divider {
    height: 1px;
    margin: 15px 0;
    background: #ccc;
}

.left-nav > li > .menuItem > li > a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333 !important;
}

.left-nav li .menuItem li a.curr {
    color: #aa1f24;
}

.left-nav li .menuItem .menuImg {
    height: 470px;
    width: 220px;
    position: relative;
    float: right;
}

.left-nav li .menuItem .menuImg a {
    width: 220px;
    display: block;
    margin-bottom: 3px;
    padding: 0;
}

.qrcode {
    display: none;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 232px;
    height: 250px;
    z-index: 102;
    padding: 15px;
    border: 1px solid #eee;
    background-color: #fefefe;
    cursor: pointer;
}
/****************************************底部footer样式开始********************************************/
footer {
    margin: 0 auto;
    margin-top: 35px;
    /*background-color: #eaeaea;*/
    background:#fff;
    min-width: 1200px;
    width: 100%;
    font-family: Microsoft YaHei;
}

.footer-title {
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    /*border-bottom: 1px solid #d6d6d6;*/
    background-color: #fff;
}

.footer-title-con {
    margin: 0 auto;
    width: 1200px;
    padding: 8px 0;
}

.row-tle {
    overflow: hidden;
}

.footer-tle-list {
    color: #aa1f24;
    float: left;
    font-size: 18px;
    line-height: 58px;
}

.footer-tle-list span {
    vertical-align: middle;
    font-size: 18px;
    color: #383838;
    display: inline-block;
    margin-left: 15px;
}

.footer-tle-box {
    width: 960px;
    float: left;
    margin-top: 20px;
}

.footer-tle-list2 {
    margin-left: 70px;
}

.footer-tle-list3 {
    margin-left: 60px;
}

.footer-tle-list4 {
    margin-left: 60px;
}

.footer-tle-list5 {
    margin-left: 60px;
}

.footer-body {
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
}

.footer-body-con {
    margin: 0 auto;
    width: 1200px;
    padding: 40px 0;
}

.footer-box {
    overflow: hidden;
}

.footer-box ul {
    overflow: hidden;
    float: left;
}

.footer-box ul li {
    float: left;
    margin-right: 72px;
}

.footer-box ul li h4 {
    font-size: 16px;
    color: #383838;
    margin-bottom: 12px;
    font-weight: bold;
}

.footer-box ul li a {
    color: #383838;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

.footer-box-ewm {
    width: 160px;
    float: left;
}

.footer-ewm-right img {
    text-align: center;
}

.footer-ewm-right span {
    display: block;
    font-size: 14px;
    color: #383838;
    text-align: center;
    margin-top: 12px;
}

.footer-ewm-left {
    float: left;
}

.footer-ewm-right {
    float: left;
    width: 160px;
    text-align: center;
}

.footer-sina {
    margin-top: 10px;
    float: left;
    width: 160px;
    text-align: center;
}

.footer-sina a {
    margin-left: 10px;
}

.footer-sina a:hover {
    text-decoration: none;
}

.footer-bottom {
    margin: 0 auto;
    width: 1200px;
    padding: 34px 0px;
    color: #383838;
    text-align: center;
}

.footer-link {
    font-size: 14px;
    color: #383838;
    text-align: center;
}

.footer-link a {
    font-size: 14px;
    color: #383838;
    margin-left: 12px;
}

.copyRight {
    margin-top: 20px;
}

.copyRight a {
    font-size: 14px;
    color: #383838;
}

.footer-tel {
    margin-top: 15px;
    letter-spacing: 1px;
}

.footerAddr {
    margin-top: 15px;
    letter-spacing: 1px;
}

.footerAddr a {
    color: #383838;
    letter-spacing: 1px;
}

.footer-cue {
    margin-top: 15px;
}

footer a:hover {
    color: #ba1c22;
    text-decoration: underline;
}
footer a.none-hover:hover {
    color: #000;
    text-decoration: initial;
}

.footer-box ul li a:hover {
    color: #ba1c22;
    text-decoration: underline;
}

#kx_verify {
    margin-top: 30px;
    vertical-align: middle;
}
/****************************************底部footer样式 结束********************************************/

/**********************************页面右边商品推荐栏目样式 开始********************************************/

/**********************************页面右边商品推荐栏目样式 结束********************************************/

.linkFooter img {
    display: inline-block;
}

.bg-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
    text-align: center;
}

.black-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0.4;
    text-align: center;
    background-color: #000;
}

.loading {
    display: none;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 210px;
    height: 210px;
    z-index: 102;
    border: 2px solid #efefef;
    border-radius: 5px;
    text-align: center;
    background: #fff;
}

.loading img {
    width: 150px;
}

.loading p {
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.price-tip {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    padding: 0 3px;
    border-radius: 3px;
    font-weight: normal;
    color: #fff;
    background: #337ab7;
    font-size: 12px;
}


.home-index .float-bar {
    display: none;
}

.float-bar {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -655px;
    width: 70px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.float-bar > a {
    display: block;
    padding: 3px 5px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.float-bar > a.selected, .float-bar > a:hover {
    background: #aa1f24;
    color: #fff;
}
/******************详情年份筛选 开始*************************/
.years {
    width: 100%;
    overflow: hidden;
    margin: 5px;
    line-height: 20px;
}

.years .years-text {
    float: left;
    padding-right: 35px;
    color: #666;
    line-height: 30px;
}

.years-list {
    overflow: hidden;
}

.years-list li {
    position: relative;
    float: left;
    margin: 0 10px 4px 0px;
    line-height: 28px;
    vertical-align: middle;
    padding: 1px;
}

.years-list li a {
    display: block;
    float: left;
    padding: 0 3px;
    border: 1px solid #d1d1d1;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #333;
}

.years-list li a:hover {
    border: 2px solid #aa1f24;
    margin: -1px;
}

.years-list li a:hover i {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 11px;
    background: url(/Images/common/yl.png) no-repeat;
}

.years-list .current a {
    border: 2px solid #aa1f24;
    margin: -1px;
}

.years-list .current i {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 11px;
    background: url(/Images/common/yl.png) no-repeat;
}
/******************详情年份筛选 结束*************************/


/******************关于我们 开始*************************/
.home-about {
    margin-top: 30px;
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
}

.home-about p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.about-main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: 'FZLTHJW_4';
}

.about-bg {
    background: url(/Images/pc/about-bg.jpg) no-repeat;
    height: 3995px;
    width: 1222px;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
}

.p1 {
    width: 680px;
    margin-right: 40px;
    float: right;
    margin-top: 80px;
    font-family: 'FZLTHJW_4';
}

.p1 p {
    font-size: 15px;
    text-indent: 30px;
    margin-top: 20px;
    line-height: 24px;
    color: #727171;
}

.p1 p span {
    color: #b50b18;
    font-size: 15px;
    font-weight: bold;
    margin: 0 3px;
}

.p2 {
    margin-top: 80px;
    float: left;
    padding: 0 38px 0 50px;
}

.p2 .p2-tle {
    margin-top: 24px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.p2 p {
    font-size: 15px;
    text-indent: 30px;
    margin-top: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #727171;
}

.p3 {
    margin-top: 325px;
    float: left;
    padding: 0 38px 0 50px;
}

.p3 .p3-tle {
    margin-top: 24px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.p3 p {
    font-size: 15px;
    text-indent: 30px;
    margin-top: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #727171;
}

.p3 i {
    font-size: 13px;
    text-indent: 30px;
    margin-top: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #727171;
}

.p4 {
    margin-top: 940px;
    float: left;
    margin-left: 170px;
}

.about-year1 {
}

.about-year1 p {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.about-year1 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-year2 {
    margin-left: 485px;
    margin-top: 40px;
}

.about-year2 p {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    line-height: 17px;
}

.about-year2 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-year3 {
    margin-top: -20px;
    margin-left: 55px;
}

.about-year3 p {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.about-year3 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-year4 {
    margin-left: 485px;
    margin-top: -25px;
}

.about-year4 p {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    line-height: 17px;
}

.about-year4 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-year5 {
    margin-top: 45px;
    margin-left: -30px;
}

.about-year5 p {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin-right: 10px;
}

.about-year5 span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.about-year6 {
    margin-left: 485px;
    margin-top: -25px;
}

.about-year6 p {
    display: inline-block;
    vertical-align: middle;
    width: 305px;
    line-height: 17px;
}

.about-year6 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-year7 {
    margin-top: -20px;
    margin-left: -32px;
}

.about-year7 p {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.about-year7 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-year8 {
    margin-left: 485px;
    margin-top: 58px;
}

.about-year8 p {
    display: inline-block;
    vertical-align: middle;
    width: 305px;
    line-height: 17px;
}

.about-year8 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-year9 {
    margin-top: 45px;
    margin-left: -30px;
}

.about-year9 p {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin-right: 10px;
}

.about-year9 span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.about-year10 {
    margin-left: 485px;
    margin-top: -20px;
}

.about-year10 p {
    display: inline-block;
    vertical-align: middle;
    width: 305px;
    line-height: 17px;
}

.about-year10 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-year11 {
    margin-top: -22px;
    margin-left: -30px;
}

.about-year11 p {
    display: inline-block;
    vertical-align: middle;
    width: 298px;
    margin-right: 12px;
}

.about-year11 span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.about-year12 {
    margin-left: 485px;
    margin-top: 35px;
}

.about-year12 p {
    display: inline-block;
    vertical-align: middle;
    width: 305px;
    line-height: 17px;
}

.about-year12 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-year13 {
    margin-top: -15px;
    margin-left: -30px;
}

.about-year13 p {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin-right: 10px;
}

.about-year13 span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.about-year14 {
    margin-left: 485px;
    margin-top: -15px;
}

.about-year14 p {
    display: inline-block;
    vertical-align: middle;
    width: 310px;
    line-height: 17px;
}

.about-year14 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.p5 {
    margin-top: 178px;
    float: left;
    margin-left: 100px;
    color: #727171;
    overflow: hidden;
    letter-spacing: 2px;
}

.about-honor1 {
    width: 250px;
    text-align: center;
    float: left;
}

.about-honor1 img {
    vertical-align: middle;
}

.about-honor1 p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-top: 10px;
}

.about-honor1 p span {
    font-size: 15px;
}

.about-honor2 {
    width: 250px;
    text-align: center;
    float: left;
    margin-top: 30px;
    margin-left: 100px;
}

.about-honor2 img {
    vertical-align: middle;
}

.about-honor2 p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-top: 20px;
}

.about-honor3 {
    width: 250px;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-left: 130px;
}

.about-honor3 img {
    vertical-align: middle;
}

.about-honor3 p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-top: 10px;
    text-align: left;
}

.about-honor3 p span {
    font-size: 15px;
}

.about-honor4 {
    width: 250px;
    text-align: center;
    float: left;
    margin-top: 54px;
}

.about-honor4 img {
    vertical-align: middle;
}

.about-honor4 p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-top: 15px;
    text-align: left;
}

.about-honor4 p span {
    font-size: 15px;
}

.about-honor5 {
    width: 250px;
    text-align: center;
    float: left;
    margin-top: 60px;
    margin-left: 100px;
}

.about-honor5 img {
    vertical-align: middle;
}

.about-honor5 p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-top: 20px;
    text-align: left;
}

.about-honor5 p span {
    font-size: 15px;
}

.about-honor6 {
    width: 250px;
    text-align: center;
    float: left;
    margin-top: 60px;
    margin-left: 130px;
}

.about-honor6 img {
    vertical-align: middle;
}

.about-honor6 p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-top: 20px;
    text-align: left;
}

.about-honor6 p span {
    font-size: 15px;
}
/******************关于我们 结束*************************/

/******************联系我们 结束*************************/
.home-contract {
    width: 1170px;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #fff;
}

.home-contract img {
    max-width: 900px;
}

.home-contract p {
    margin-top: 15px;
    margin-bottom: 15px;
}
/******************联系我们 结束*************************/

.floor {
    margin: 15px auto;
    border-radius: 3px;
}

.floor ul {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.floor ul li {
    display: inline-block;
    vertical-align: top;
    width: 222px;
    margin-top: 10px;
    margin-left: 15px;
    padding-bottom: 10px;
    border: 1px solid #eee;
    background-color: #fff;
}

.floor ul li:nth-child(5n+1) {
    margin-left: 0;
}

.floor ul li p {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-left: 7px;
    font-size: 14px;
}

.floor ul li .item-price {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #AA1F24;
}

.floor ul li .item-price del {
    font-size: 14px;
    color: #888;
}

.floor ul li .item-price .stock {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #888;
}

.home-index .floor .floor-title {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    background: #eaeef9;
    border-bottom: 2px solid #cc0001;
    color: #435e6c;
    font-weight: bold;
}

.home-index .floor .floor-title a {
    float: right;
    padding-right: 10px;
    font-weight: normal;
}

.home-index .floor ul li {
    width: 180px;
}

.home-index .floor ul li p {
    width: 166px;
}

.home-index .floor ul li img {
    width: 166px;
    height: 166px;
    margin-left: 7px;
}

/*方格型的楼层 开始*/
.floor-grid {
    margin-top: 15px;
}

.floor-grid-title {
    border-bottom: 2px solid #cc0001;
}



.floor-grid-title h2 {
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    font-size: 20px;
    display: inline-block;
    color: #333;
    display: inline-block;
}

.floor-grid-title span {
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    font-size: 14px;
    color: #888;
}

.floor-grid-title a {
    float: right;
    height: 40px;
    line-height: 40px;
}

.floor-grid-content {
    font-size: 0;
    -webkit-text-size-adjust: none;
    padding: 0;
}

.floor-grid-content-item {
    display: inline-block;
    width: 240px;
    overflow: hidden;
    margin-left: 0;
    margin-top: 0;
    padding: 15px 0;
    border: 1px solid #eee;
    background-color: #FFF;
}

.floor-grid-content-item p {
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floor-grid-content-item .price {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #b50b18;
}

.floor-grid-content-item .price .stock {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #888;
}

.floor-item-line1 {
    height: 20px;
    line-height: 20px;
}

.floor-item-line2 {
    height: 40px;
    line-height: 20px;
}
/*方格型的楼层 结束*/

.top-bar {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
}

.top-bar li {
    display: inline-block;
    line-height: 35px;
}

.good-index {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

.good-index .floor {
    min-height: 680px;
    margin: 10px 0;
}

.good-index .floor ul li img {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
}

.good-index .floor ul li p {
    margin: 0 5px;
    padding: 0 5px;
}

.good-index .floor ul li p.item-price {
    margin-top: 10px;
}

.good-index .selected-item {
    margin: 10px;
}

.good-index .selected-item li {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    border: 1px solid #ddd;
}

.good-index .selected-item li a {
    float: right;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.good-index .selected-item li:hover {
    border: 1px solid #e4393c;
}

.good-index .selected-item li:hover a {
    background: #e4393c;
    color: #fff;
}

.good-index .select-items {
    height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
}

.bg-winered-style {
    background-color: #aa1f24;
    color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 3px;
    text-align: center;
}

.good-index .select-items > b {
    float: left;
    width: 80px;
    height: 100%;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}

.good-index .select-items > div {
    position: relative;
    margin-left: 85px;
    padding-right: 100px;
    background-color: #fff;
}

.good-index .select-items > div > div {
    float: left;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    width: 60px;
    font-size: 12px;
    text-align: center;
}

.good-index .select-items .btn-show-more {
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 2px 10px;
    background: #eee;
}

.good-index .select-items > div > ul {
    margin-left: 60px;
}

.good-index .select-items li {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

.good-index .select-items li a {
    display: block;
    line-height: 24px;
    padding: 3px 5px;
    font-size: 12px;
}

.good-index .select-items .selected {
    font-weight: 700;
    color: #b50b18;
}

.good-index .select-items ul li a:hover {
    color: #b50b18;
    font-weight: 700;
    text-decoration: underline;
}

.good-index .sort-box {
    height: 40px;
    margin-top: 20px;
    background-color: #fff;
}

.good-index .sort-box li {
    float: left;
    width: 100px;
    padding: 9px 5px;
    border: 1px solid #fff;
    border-right: 1px solid #eee;
    text-align: center;
    color: #6d6d6d;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.good-index .sort-box li:hover {
    color: #b50b18;
}

.good-index .sort-box .current {
    border: 1px solid #b50b18;
    background-color: #fff;
    color: #b50b18;
}

.good-index .none-tips {
    padding: 310px 60px;
}

.good-index .prop-selected {
    display: inline-block;
    height: 24px;
    line-height: 18px;
    margin-left: 8px;
    padding: 3px 8px;
    border: 1px dotted #AA1F24;
    font-size: 12px;
    color: #333;
}

.good-index .price-select-box {
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}

.good-index .price-select-box input {
    width: 60px;
    padding: 3px 5px;
    border: 1px solid #eee;
}

.good-index .none-tips p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
/**************商品搜索页样式 开始**********************/
.good-search {
    min-height: 360px;
    padding-bottom: 15px;
    background-color: #fff;
}

.good-search .search-info {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 20px;
    background: #fff1dc;
    border: 1px solid #ffe3b8;
}

.good-search .search-info span {
    margin: 0 10px;
    color: #cc0001;
    font-weight: 700;
}

.good-search .floor ul li {
    width: 180px;
}

.good-search .floor ul li img {
    width: 166px;
    margin-left: 7px;
}

.good-search .none-tips {
    padding: 160px 60px;
}

.good-search .none-tips p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
/**************商品搜索页样式 结束**********************/

/**************商品详情页样式 开始**********************/

.good-detail {
    position: relative;
    padding: 10px;
    border: 1px solid #f4f4f4;
    background-color: #fff;
}

.good-detail .pic-box {
    float: left;
    width: 300px;
    border: 1px solid #f4f4f4;
}

.good-detail .pic-box .small-pic-box {
    height: 80px;
    border-top: 1px solid #f4f4f4;
}

.good-detail .pic-box .small-pic-box > span {
    float: left;
    height: 80px;
    line-height: 80px;
    width: 23px;
    text-align: center;
    cursor: pointer;
}

.good-detail .pic-box .small-pic-box .small-pics {
    position: relative;
    width: 251px;
    height: 80px;
    overflow: hidden;
}

.good-detail .pic-box .small-pic-box .small-pics .large-pic {
}

.good-detail .pic-box .small-pic-box .small-pics > ul {
    position: absolute;
    left: 0;
    height: 80px;
    width: 9000px;
}

.good-detail .pic-box .small-pic-box .small-pics > ul > li {
    float: left;
    margin-top: 5px;
    margin-left: 8px;
    cursor: pointer;
}

.good-detail .pic-box .small-pic-box .small-pics > ul > li:first-child {
    margin-left: 0;
}

.good-detail .pic-box .small-pic-box .small-pics > ul > li > img {
    width: 70px;
    height: 70px;
}

.good-detail .pic-box .large-pic {
    display: none;
    position: fixed;
    width: 824px;
    height: 824px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
    border: 2px solid #f4f4f4;
    border-radius: 5px;
}

.good-detail .pic-box .large-pic img {
    width: 820px;
    height: 820px;
}

.good-detail .pic-box .big-pic {
    cursor: pointer;
}

.good-detail .pic-box .big-pic > img {
    width: 298px;
    height: 298px;
}

.good-detail .text-box {
    float: left;
    width: 570px;
    margin-left: 25px;
}

.good-detail .text-box h1 {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
}

.good-detail .text-box h1 small {
    display: block;
}

.good-detail .text-box dl {
    line-height: 18px;
    margin: 7px 0;
    padding: 5px;
    color: #666;
}

.good-detail .text-box dl dt {
    float: left;
    width: 70px;
    font-weight: normal;
}

.good-detail .text-box dl dd {
    margin-left: 80px;
    line-height:1.5em;
}

.good-detail .text-box .text-price, .good-detail .text-box .text-price del {
    padding: 8px;
    font-size: 24px;
    color: #aa1f24;
    background-color: #f4f4f4;
}
.good-detail .text-box dl.youhui{
    background-color: #f4f4f4;
    margin:0;padding:8px;
    padding-bottom: 15px;
}
.good-detail .text-box dl.youhui dt{
    color:#000;
}
.good-detail .text-box dl.youhui dd{
    margin-bottom:6px;
}
.good-detail .text-box dl.youhui .youhui-img{
    width:20px;
    height:19px;
    display:inline-block;
    vertical-align:text-bottom;
}
.good-detail .text-box dl.youhui span{
    display:inline-block;
    vertical-align:middle;
    width:360px;
}
.good-detail .text-box dl.youhui a{
    color:#f44d3a;
}
.good-detail .text-box dl.youhui a:hover{
    text-decoration:underline;
}
.good-detail .qty-box {
    position: relative;
}

.good-detail .qty-box input {
    width: 58px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #eee;
    text-align: center;
}

.good-detail .qty-box .btn-add, .qty-box .btn-reduce {
    position: absolute;
    left: 68px;
    display: block;
    width: 20px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #eee;
    text-align: center;
    background-color: #e6e6e6;
}

.good-detail .qty-box .btn-add {
    top: 0;
}

.good-detail .qty-box .btn-reduce {
    top: 20px;
}

.good-detail .qty dt {
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
}

.good-detail .qty-box .text-stock {
    display: inline-block;
    margin-left: 40px;
}

.good-detail .btn-box .add, .btn-box .buy {
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.good-detail .btn-box .add {
    background-color: #b39478;
}

.good-detail .btn-box .buy {
    background-color: #aa1d23;
}

.right-rec {
    float: left;
    width: 227px;
    height: 456px;
    position: relative;
    margin-left: 25px;
    padding: 0 13px;
    overflow: hidden;
    border-left: 1px solid #f4f4f4;
}

.right-rec > .title {
    position: absolute;
    top: 0;
    width: 206px;
    height: 30px;
    line-height: 30px;
    z-index: 2;
    font-size: 16px;
    text-align: center;
    color: #aa1f24;
    background: #fff;
}

.right-rec-items {
    position: absolute;
    top: 30px;
    width: 206px;
    z-index: 1;
}

.right-rec-items li {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.right-rec-items li p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: rgba(255,255,255,.8);
}

.right-rec-items li .title {
    display: block;
    float: left;
    width: 115px;
    height: 24px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.right-rec-items li .price {
    display: block;
    float: right;
    width: 75px;
    text-align: center;
    color: #aa1f24;
}

.right-rec-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    padding-left: 53px;
    z-index: 2;
    background: #fff;
}

.right-rec-btns span {
    display: block;
    float: left;
    width: 60px;
    line-height: 36px;
    font-size: 28px;
    text-align: center;
    color: #999;
    cursor: pointer;
}

#version {
    display: none;
    height: auto;
    margin-top: 5px;
}

.version-item {
    display: block;
    margin-bottom: 8px;
    padding: 5px 10px;
    border: 2px solid #ccc;
}

.version-item:hover {
    border-color: red;
}

.version-item-selected {
    border-color: red;
}

.good-detail .tab {
    float: right;
    width: 950px;
}

.good-detail .tab .tab-head {
    height: 45px;
    background-color: #f4f4f4;
}

.good-detail .tab .tab-head li {
    float: left;
    display: block;
    font-size:0;
}

.good-detail .tab .tab-head li a {
    display: inline-block;
    padding: 0 45px;
    border: 1px solid #E7E7E7;
    height: 45px;
    line-height: 45px;
    background: #f4f4f4;
    font-size: 16px;
}

.good-detail .tab .tab-head li .current {
    background: #fff;
    color: #AA1F24;
    border-top: 2px solid #AA1F24;
    border-bottom: 2px solid #fff;
}

.good-detail .tab .tab-head li a:hover {
    background: #fff;
    color: #AA1F24;
    border-top: 2px solid #AA1F24;
    border-bottom: 2px solid #fff;
}

.good-detail .tab .tab-body {
    margin-top: 10px;
}

.good-detail .tab .tab-body .tab-content {
    display: none;
    min-height: 300px;
}

.good-detail .base-infos {
    padding: 30px 0;
    border-bottom: 1px solid #f3f3f3;
}

.good-detail .base-infos .info-item {
    float: left;
    width: 33%;
    height: 20px;
    margin-bottom: 5px;
    padding-left: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.good-detail .tab .tab-body .tab-content .good-content img {
    max-width: 100%;
}

.good-detail .tab .tab-body .current {
    display: block;
}

.good-detail .tab .tab-body .tab-content .good-content p {
    margin: 15px 0;
    font-size: 14px;
}

.rec-box {
    margin-top: 30px;
}

.rec-box .rec-title {
    line-height: 28px;
}

.rec-box .rec-body {
    border: 1px solid #eee;
}

.rec-item {
    float: left;
    width: 174px;
    margin-left: 20px;
    padding-bottom: 10px;
}

.rec-item:first-child {
    margin-left: 0;
}

.rec-item img {
    width: 174px;
    height: 174px;
}

.rec-item p, .hic-item p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    color: #333;
}

.rec-item .text-price, .hic-item .text-price {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #AA1F24;
}

.hic-box {
    float: left;
    width: 202px;
    border: 1px solid #eee;
}

.hic-title {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #f4f4f4;
}

.hic-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.hic-item img {
    width: 96%;
    margin-left: 2%;
}

.tocart-box {
    display: none;
    position: fixed;
    z-index: 102;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 480px;
    height: 220px;
    border: 1px solid #eeedeb;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
}

.tocart-box-title {
    height: 45px;
    line-height: 45px;
    padding: 0px 5px 0px 15px;
    border-bottom: 1px solid rgb(238, 238, 238);
    color: #aa1f24;
    font-weight: bold;
    background-color: #eeedeb;
}

.tocart-box-title .close {
    float: right;
    margin-top: 11px;
    font-size: 18px;
    padding: 0 10px;
    opacity: 1;
}

.tocart-box-title .close:before {
    font-weight: bold;
    color: #aa1f24;
}

.tocart-box-body {
    height: 150px;
    padding: 27px 50px 10px 50px;
}

.tocart-box-body > img {
    float: left;
    width: 120px;
    height: 120px;
}

.tocart-box-body > p {
    float: left;
    height: 120px;
    line-height: 60px;
    margin-left: 30px;
    font-size: 18px;
}

.tocart-box-body .text-tips {
    font-size: 17px;
    color: #b19377;
}

.tocart-box-body .text-close {
    margin-left: 20px;
    text-decoration: underline;
    font-size: 17px;
    color: #b19377;
}
/**************商品详情页样式 结束**********************/


/**************购物流程页面上面的状态条公用样式 开始**********************/
/*标题*/
h1[class="h1_title"] {
    border-bottom: 1px solid #EEE;
    color: #444;
    font-size: 20px;
    margin: 20px 0 20px;
    padding: 0 0 40px;
    text-align: center;
    font-weight: bold;
}

h1[class="h1_title"] strong {
    font-weight: normal;
    font-size: 16px;
    color: #888;
}

.cart_empty a {
    color: #005ea7;
    font-size: 14px;
}

.cart-process > div {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #888;
}
/**************购物流程页面上面的状态条公用样式 结束**********************/

/*****************购物车页面样式 开始********************/
.cart {
    margin-top: 15px;
    background-color: #fff;
}

.cart-title {
    line-height: 32px;
    margin-top: 5px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
    color: #000;
}

.cb-all, .cb-item {
    width: 16px;
    height: 16px;
    border: 1px solid #dedede;
    border-radius: 8px;
    color: #fff;
}

.cb-all.selected, .cb-item.selected {
    border: 1px solid #aa1f24;
    background: #aa1f24;
}

.cart-header {
    line-height: 30px;
    margin-top: 10px;
}

.cart-header li {
    float: left;
    padding: 0 15px;
    color: #666;
}

.cb-all {
    cursor: pointer;
}

.cart-body .cart-item {
    margin: 10px 0;
    padding: 9px;
    border: 1px solid #f3f3f3;
}

.cart-body .cart-item li {
    float: left;
}

.cart-body .cart-item li .cb-item {
    margin-top: 32px;
    cursor: pointer;
}

.cart-body .cart-item .t1 {
    width: 30px;
}

.cart-body .cart-item .t2 {
    width: 100px;
}

.cart-body .cart-item .t2 img {
    width: 80px;
    height: 80px;
}

.cart-body .cart-item .t3 {
    width: 260px;
    padding: 0 15px;
}

.cart-body .cart-item .t4 {
    width: 160px;
    padding: 0 15px;
}

.cart-body .cart-item .t5 {
    width: 150px;
    padding: 0 15px;
}

.cart-body .cart-item .t6 {
    width: 150px;
    margin-left: 70px;
    padding: 0 15px;
}

.cart-body .cart-item .t7 {
    width: 60px;
    padding: 15px 15px 0 15px;
}

.cart-body .cart-item .t7 span {
    font-size: 30px;
}

.cart-body .cart-item .t8 {
    width: 140px;
    padding: 0 15px;
}

.cart-bottom .btns {
    margin-top: 15px;
    text-align: right;
    background: #f3f3f3;
}

.cart-bottom .final {
    line-height: 30px;
    padding-top: 10px;
    padding-left: 20px;
    border-top: 2px solid #eee;
    text-align: right;
}

.cart-bottom .go {
    height: 45px;
    line-height: 45px;
    margin-top: 7.5px;
    text-align: center;
    font-size: 16px;
    background-color: #aa1f24;
    color: #fff;
}

.cart-bottom {
    margin-bottom: 15px;
    height: 60px;
    line-height: 60px;
    background: #fff;
}

.cart-bottom .count {
    text-align: right;
}

.cart-bottom .count span {
    font-size: 18px;
    color: #aa1f24;
}

.cart-empty {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-size: 18px;
}

.cart-main {
    margin-top: 25px;
}

.cart-main .table {
    border: 1px solid #ddd;
}

.cart-itty {
    font-size: 18px;
    font-weight: bold;
    padding: 0 30px 8px 0;
}

.horizontal-rec {
    margin-top: 30px;
    background: #fff;
}

.horizontal-rec .title {
    padding-bottom: 10px;
    border-bottom: 2px solid #aa1f24;
    text-align: center;
    font-size: 18px;
    color: #a41e25;
}

.horizontal-rec-item {
    float: left;
    width: 20%;
    padding: 10px 30px;
    line-height: 24px;
    border: 1px solid #f4f4f4;
}

.horizontal-rec-item p {
    width: 100%;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.horizontal-rec-item .price {
    font-size: 16px;
    color: #aa1f24;
}

.layer-count-btns {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #dedede;
    font-size: 16px;
    background: #fff;
}

.chose-count > li, .layer-count-btns a {
    cursor: pointer;
}

.layer-count {
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 480px;
    max-height: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px 15px 40px 15px;
    background: #fff;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.3);
}

.layer-count > ul {
    max-height: 200px;
    overflow-y: auto;
}

.chose-count {
    padding-left: 15px;
    margin-bottom: 45px;
}

.chose-count > li {
    line-height: 24px;
    margin: 15px 0;
    color: #666;
}

.layer-count-btns {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #dedede;
    font-size: 16px;
    background: #fff;
}

.chose-count > li, .layer-count-btns a {
    cursor: pointer;
}
/*****************购物车页面样式 结束********************/

/*************************填写订单页面样式 开始*****************************/
.order-edit .container {
    background: #fff;
}

.addr-select {
    margin-top: 10px;
    padding-bottom: 15px;
}

.addr-select .addr-title, .user-info .title, .goods-list .title {
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 17px;
}

.addr-select .addr-items {
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}

.addr-select .addr-add {
    float: right;
    color: #B19377;
}

.addr-select .addr-item {
    margin-top: 10px;
    padding: 3px 5px;
    border: 2px solid #f4f4f4;
    cursor: pointer;
}

.addr-select .addr-item.selected {
    border-color: #a91f23;
}

.addr-select .addr-item:hover {
    border-color: #a91f23;
}

.addr-select .addr-add-line {
    margin-top: 10px;
}

.addr-select .addr-add-line > label {
    width: 120px;
    text-align: center;
}

.addr-select .addr-add-line > input, .addr-select .addr-add-line > select, .addr-select .addr-add-line > textarea {
    width: 500px;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #f4f4f4;
}

.addr-select .addr-add-line > textarea {
    vertical-align: top;
    resize: none;
}

.addr-select .addr-add-line > .btn {
    margin-left: 10px;
    padding: 5px 10px;
}

.addr-select .show-more p {
    padding: 0 5px;
}

.order-edit .user-info {
    margin-top: 10px;
    padding-bottom: 15px;
}

.order-edit .user-info .title {
    margin-bottom: 10px;
}

.order-edit .user-info .title small {
    color: #a91f23;
}

.order-edit .user-info .info-input {
    margin-top: 10px;
}

.order-edit .user-info .info-input > label {
    width: 120px;
    text-align: center;
}

.order-edit .user-info .info-input > input, .order-edit .user-info .info-input > select {
    width: 500px;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #dedede;
}

.order-edit .user-info .info-input small {
    margin-left: 15px;
    color: red;
}

.order-edit .goods-list {
    margin-top: 10px;
}

.order-edit .goods-list .goods-header {
    padding: 0 35px;
    line-height: 30px;
}

.order-edit .goods-list .goods-header > *, .goods-item > * {
    float: left;
    padding-right: 10px;
}

.order-edit .goods-list .goods-header .t1 {
    width: 520px;
}

.order-edit .goods-list .goods-header .t2 {
    width: 360px;
}

.order-edit .goods-list .goods-items {
    line-height: 30px;
    margin-bottom: 15px;
    padding: 10px 35px;
    border: 1px solid #f3f3f3;
}

.order-edit .goods-list .goods-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-edit .goods-list .goods-item .t1 img {
    width: 60px;
    height: 60px;
}

.order-edit .goods-list .goods-item .t2 {
    width: 360px;
    margin-left: 10px;
}

.order-edit .goods-list .goods-item .t3 {
    width: 360px;
    margin-left: 80px;
}

.order-edit .goods-list .goods-item .t5 {
    width: 140px;
    color: #aa1f24;
}

.order-edit .container.order-edit-bottom {
    margin-top: 15px;
    padding-right: 0;
    text-align: right;
    background: #f4f4f4;
}

.order-edit .order-edit-bottom {
    line-height: 30px;
}

.order-edit .order-edit-bottom p strong {
    font-size: 16px;
    color: #aa1f24;
}

.order-edit-bottom #btnSubmit {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 32px;
    font-size: 16px;
    background: #aa1f24;
    color: #fff;
}

.order-edit-bottom #btnSubmit:hover {
    background: red;
}
/*************************填写订单页面样式 结束*****************************/

/*************************确认订单页面样式 开始*****************************/
.order-confirm {
    margin-top: 30px;
    padding: 30px;
    font-size: 14px;
    background-color: #fff;
}

.order-confirm .header {
    position: relative;
    padding: 15px 0;
    line-height: 30px;
    border-bottom: 1px solid #f3f3f3;
}

.order-confirm .header p, .order-confirm .header span {
    font-size: 16px;
    font-weight: 600;
}

.order-confirm .header .price {
    position: absolute;
    right: 0;
    top: 30px;
}

.order-infos {
    line-height: 24px;
    margin-top: 10px;
}

.order-confirm .order-infos p {
    float: left;
    width: 380px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.order-confirm .order-infos p:first-child {
    width: 100%;
    margin-bottom: 6px;
}

.order-confirm .order-infos strong {
    margin-right: 10px;
    color: #333;
}

.payment-box, .delaySendBox {
    margin-top: 10px;
    padding: 15px;
    background: #fff;
}

.payment-box .payment-box .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 18px;
    font-weight: 600;
}

.payment-box .payment-list {
    margin-top: 15px;
    padding: 0 30px;
}

.payment-box .payment-item {
    float: left;
    width: 300px;
    cursor: pointer;
}

.payment-box .payment-item .checkbox, .delaySendBox .checkbox {
    border: 1px solid #dedede;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
}

.payment-box .payment-item > img {
    margin: 0 5px;
}

.payment-box .payment-item .checkbox.selected, .delaySendBox .checkbox.selected {
    background: #aa1f24;
    border-color: #aa1f24;
}

.pay-btn {
    margin-top: 10px;
    padding: 30px 15px 45px 15px;
    background: #fff;
}

.pay-btn .btn {
    font-size: 20px;
}

.delaySendBox {
    height: auto;
    line-height: 28px;
    padding: 5px 8px;
    border: 1px solid #eee;
    font-size: 16px;
    color: #333;
}

.delaySendBox dl {
    padding-left: 30px;
}

.delaySendBox dt {
    font-size: 16px;
    font-weight: bold;
}

.delaySendBox dd {
    line-height: 45px;
    cursor: pointer;
}
/*************************确认订单页面样式 结束*****************************/

/******************订单详情 开始********************/
.order-detail {
    padding-bottom: 20px;
}

.order-detail .container {
    background: #fff;
}

.order-detail > .title {
    padding: 15px 15px 15px 25px;
    background-color: #F1F1F1;
    font-size: 16px;
    font-weight: bold;
}

.order-detail .order-props {
    margin-top: 10px;
    padding: 15px 0;
    color: #888;
}

.order-detail .order-props .b1 {
    float: left;
    width: 680px;
    margin: 0 15px;
    padding-left: 15px;
    border-right: 1px solid #eee;
}

.order-detail .order-props .b2 {
    float: left;
    width: 460px;
    padding-left: 40px;
}

.order-detail .order-props li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-detail .order-props li p {
    float: left;
    width: 80px;
}

.order-detail .order-props li p:first-child {
    float: none;
    margin-bottom: 10px;
}

.order-detail .order-goods .goods-header > * {
    float: left;
    line-height: 35px;
    padding-right: 10px;
    text-align: center;
}

.order-detail .order-goods .title {
    line-height: 45px;
    padding-left: 15px;
    background: #aa1f24;
    color: #fff;
}

.order-detail .order-goods {
    padding-bottom: 15px;
}

.order-detail .order-goods .t1 {
    width: 570px;
    padding-left: 5px;
    text-align: left;
}

.order-detail .t2, .order-detail .t3, .order-detail .li3, .order-detail .li4 {
    width: 300px;
}

.order-detail .li1, .order-detail .li2, .order-detail .li3 {
    border-bottom: 1px solid #eee;
}

.order-detail .order-goods .li2 {
    width: 400px;
    text-align: left;
}

.order-detail .li3, .order-detail .li4 {
    border-right: 1px solid #eee;
}

.order-detail .li1 img {
    margin-left: 79px;
    width: 80px;
    height: 80px;
}

.order-detail .goods-items {
    border-left: 1px solid #eee;
}

.order-detail .goods-item > * {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/******************订单详情 结束********************/

/****************个人中心公共样式 开始 ****************/
.user-center {
    margin-top: 10px;
    background: #fff;
}

.user-center-content > h2 {
    margin-top: 10px;
    margin-left: 130px;
    padding: 15px;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
}


.user-content {
    margin-left: 150px;
    padding-bottom: 30px;
    background-color: #fff;
}

.user-content .title {
    margin-top: 30px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 8px;
    text-indent: 10px;
    font-weight: 700;
}

.user-menus {
    float: left;
    width: 120px;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

.user-menus a {
    display: block;
    line-height: 14px;
    margin-top: 10px;
    margin-left: 7px;
    padding-left: 3px;
}

.user-menus .main-title {
    text-indent: 8px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
}

.user-menus .hr {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f4f4f4;
}

.user-menus .selected {
    border-left: 2px solid #b50b18;
    font-weight: 600;
    color: #aa1f24;
}

.user_right {
    float: left;
    width: 630px;
    height: 550px;
    border-left: 2px solid #efefef;
    margin: 20px 0;
    margin-left: 38px;
    padding-left: 30px;
}

.user_right_tle {
    margin-top: 5px;
    height: 36px;
    border-bottom: 2px solid #efefef;
    overflow: hidden;
    line-height: 36px;
}

.user_right_tle label {
    float: left;
    font-size: 20px;
    margin-left: 5px;
}

.user_right_tle span {
    float: right;
    font-size: 14px;
    margin-right: 5px;
}

.bean-box {
    position: relative;
    margin-top: 10px;
}

.bean-box-wrap {
    position: absolute;
    top: 30px;
    left: 377px;
    color: #383838;
}
/****************个人中心公共样式 结束 ****************/

/******************订单状态进度条样式 开始**********************************/
.order-flow {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 4px;
}

.order-flow-left, .order-flow-arrive, .order-flow-wait, .order-flow-right-arrive, .order-flow-right-wait {
    margin: 0;
    padding: 0;
    background: url(/Images/pc/icon_order_speed.gif) no-repeat scroll 0 0;
    float: left;
    font-family: Arial;
    line-height: 16px;
    text-align: center;
    width: 140px;
}

.order-flow div span {
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 #fff;
    display: block;
}

.order-flow div span p {
    margin: 0;
    padding: 0;
}

.order-flow .name {
    margin: 0;
    padding: 0 0 4px 0;
}

.order-flow-arrive {
    background-position: 0 -40px;
}

.order-flow-wait {
    background-position: 0 -20px;
    color: #878787;
}

.order-flow-right-arrive {
    background-position: 0 -80px;
}

.order-flow-right-wait {
    background-position: 0 -60px;
    color: #878787;
}

.order-flow-input {
    display: block;
    margin: 2px auto;
    padding: 0;
    width: 18px;
    height: 18px;
    text-indent: -999px;
    cursor: inherit;
    overflow: hidden;
}
/******************订单状态样式 结束**********************************/

/***************** 个人中心订单列表 开始**************************/
.orders-top {
    padding-top: 15px;
}

.orders-top a {
    margin-right: 14px;
}

.orders-top span {
    margin-left: 15px;
    margin-right: 5px;
}

.orders-top > select {
    width: 120px;
    border: 1px solid #f3f3f3;
    text-align: center;
    background: #fff;
}

.orders-top a, .orders-top span {
    line-height: 40px;
    font-weight: bold;
}

.orders-top .order-search {
    display: inline-block;
    border: 1px solid #f3f3f3;
}

.orders-top .order-search > input {
    width: 500px;
    padding: 3px 6px;
    border: none;
    outline: none;
}

.orders-top .order-search .btn-search {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f3f3f3;
    cursor: pointer;
}

.orders-body .orders-header {
    height: 36px;
    background: #f3f3f3;
}

.orders-body .orders-header > * {
    float: left;
    line-height: 36px;
    text-align: center;
}

.orders-body .list li {
    margin-top: 30px;
}

.orders-body .list li:first-child {
    margin-top: 10px;
}

.orders-body .list .border_bottom {
    border-bottom-color: #eee;
}

.orders-body .list dl {
    border: 1px solid #eee;
    border-bottom: none;
    background-color: #f5f5f5;
}

.orders-body dl a:hover {
    color: #b50b18;
}

.orders-body .list dt {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.orders-body .list dt a, .orders-body .list dt span {
    margin-left: 15px;
}

.orders-body .list dd {
    height: 100px;
    background: #fff;
}

.orders-body .list dd p {
    float: left;
    height: 100px;
    padding: 10px;
    overflow: hidden;
    font-size: 12px;
    border-left: 1px solid #eee;
    text-align: center;
}

.order-empty {
    padding: 60px 0 60px 0;
    font-size: 18px;
    text-align: center;
}

.order-empty img {
    width: 160px;
}
/******************个人中心订单列表 结束**************************/

/******************个人中心首页样式 开始**************************/
table.user-index {
    min-height: 370px;
    padding-bottom: 10px;
    padding-right: 10px;
}

table.user-index tr td:nth-child(2n+1) {
    width: 100px;
    text-align: center;
    font-weight: bold;
}

table.user-index tr td input {
    padding: 3px 5px;
}
/******************个人中心首页样式 结束**************************/

/******************个人中心用户资料 开始**************************/
.user-info .user-content {
    padding-top: 30px;
}

.SWFUpload_0 {
    width: 180px;
}

.SWFUpload_1 {
    width: 180px;
}
/******************个人中心用户资料 结束**************************/

/******************收货地址列表 开始**************************/
.addr-list {
    margin-top: 10px;
    background: #fff;
}

.addrs-box {
    margin-top: 10px;
    padding-left: 10px;
}

.addrs-box .addr-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.addrs-box .addr-item .dt {
}

.addrs-box .addr-item .dd {
    position: relative;
    line-height: 24px;
    padding-left: 30px;
}

.addrs-box .addr-item > .dd > p > span {
    display: inline-block;
    width: 80px;
    font-weight: bold;
}

.addr-list .edit-btns {
    position: absolute;
    right: 10px;
    bottom: 0;
}

.addr-list .edit-btns a {
    margin-left: 20px;
}

.addr-list .edit-btns a > span {
    font-size: 18px;
}

.addr-empty {
    text-align: center;
    font-size: 18px;
}

.addr-empty img {
    width: 160px;
}

.addr-list .btn {
    margin-left: 10px;
}
/******************收货地址列表 结束**************************/

/******************收货地址详情页 开始**************************/
.addr-detail {
    margin-top: 20px;
    padding-bottom: 5px;
    background: #fff;
}

.addr-detail .user-content {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 30px 30px 30px 120px;
}

.addr-detail .user-content form dl {
    margin: 10px;
}

.addr-detail .user-content form dl dt {
    float: left;
    width: 100px;
    line-height: 33px;
    overflow: hidden;
}

.addr-detail .user-content form dl dd {
    margin-left: 110px;
}

.addr-detail .user-content form dl dd input[type="text"], .addr-detail .user-content form dl dd select {
    width: 300px;
    padding: 5px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #888;
}

.addr-detail .user-content form dl dd label {
    line-height: 33px;
    margin-bottom: 0;
    cursor: pointer;
}
/******************收货地址详情页 结束**************************/

/******************注册页面样式 开始**************************/
.user-register {
    height: 600px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(/Images/pc/user-bg.jpg) no-repeat;
}

.register-box {
    width: 362px;
    margin-top: 40px;
    margin-left: 720px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 2px 0px 10px #aaaaaa;
    -moz-box-shadow: 2px 0px 10px #aaaaaa;
}

.register-box-title {
    line-height: 28px;
    padding: 15px;
    background-color: #eee;
    font-size: 20px;
    color: #b50b18;
    font-weight: 700;
}

.register-box-title a {
    color: #aa1f24;
    font-weight: 700;
}

.register-box-title span {
    color: #9c9c9c;
    font-weight: normal;
}

.register-box-body {
    padding: 15px;
    background-color: #fff;
}

.register-box-body .input-group-box {
    width: 280px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.register-box-body .text-input {
    width: 240px;
}

.register-box-body .input-group-box.valid {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    width: 195px;
}

.register-box-body .input-group-box.sms {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    width: 155px;
}

.register-box-body #imgCode {
    width: 80px;
    height: 37px;
}

.register-box-body #smsCode {
    width: 120px;
}

.register-box-body #getSmsCode {
    width: 120px;
    height: 37px;
    line-height: 26px;
}

.register-box-body #btnSubmit {
    margin: 5px 25px;
    font-size: 16px;
}

.protocol-box {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 800px;
    height: 480px;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #dedede;
    border-top: 2px solid #AA1F24;
    z-index: 1002;
}

.protocol-box-title {
    font-size: 18px;
    font-weight: 700;
}

.protocol-box-content {
    height: 350px;
    padding: 15px;
}

.protocol-box-content > a > u {
    font-weight: 700;
    font-size: 18px;
    color: #AA1F24;
}

.protocol-box-btns {
    text-align: center;
}

.protocol-box-btns a {
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 18px;
}

.protocol-box-btns .btn1 {
    margin-left: 20px;
    background: red;
}

.protocol-box-btns .btn2 {
    background: #888;
}
/******************注册页面样式 结束**************************/

/******************注册成功页面样式 开始**************************/
.register-success {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #E2E2E2;
    background: #FAFAFA;
}

.register-success .registered {
    margin: 60px auto;
    text-align: center;
}

.register-success .registered h5 {
    line-height: 40px;
    text-align: center;
    color: #595757;
    font-size: 24px;
}

.register-success .registered > p {
    text-align: center;
    color: #888;
    font-size: 14px;
}

.register-success .registered .registeredInfo img {
    vertical-align: middle;
}

.register-success .registered .registeredInfo .registeredText {
    display: inline-block;
    vertical-align: middle;
}

.register-success .registered .registeredInfo .registeredText p {
    font-size: 16px;
    color: #595757;
}
/******************注册成功页面样式 结束**************************/

/******************登录页面样式 开始**************************/
.user-login {
    height: 520px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(/Images/pc/user-bg.jpg) no-repeat;
}

.login-box {
    width: 362px;
    margin-top: 90px;
    margin-left: 720px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 2px 0px 10px #aaaaaa;
    -moz-box-shadow: 2px 0px 10px #aaaaaa;
}

.login-box-title {
    line-height: 28px;
    padding: 15px;
    background-color: #eee;
    font-size: 20px;
    color: #b50b18;
    font-weight: 700;
}

.login-box-title a {
    color: #aa1f24;
    font-weight: 700;
}

.login-box-title span {
    color: #9c9c9c;
    font-weight: normal;
}

.login-box-body {
    padding: 30px;
    background-color: #fff;
}

.login-box-body .input-group-box {
    margin-bottom: 10px;
}

.login-box-body .text-input {
    width: 260px;
}
/******************登录页面样式 结束**************************/

/******************重置密码页面样式 结束**************************/
.resetPwd {
    margin-top: 10px;
    padding: 60px 20px 20px 20px;
    border: 1px solid #E2E2E2;
    background: #FAFAFA;
}

.resetPwd h1 {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #EEE;
    text-align: center;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
/******************重置密码页面样式 结束**************************/

/******************文章列表页 开始**************************/
.article-index {
    position: relative;
    min-height: 900px;
    margin-top: 15px;
    border: 1px solid #eee;
    background-color: #fff;
}

.article-index .article-list {
    padding-top: 20px;
}

.article-index .article-list .article-item {
    display: block;
    padding: 25px 20px 24px 20px;
    border-bottom: 1px dashed #b4b4b5;
    color: #595757;
}

.article-index .article-list .article-item p {
    margin: 10px 10px 10px 90px;
}

.article-index .article-list .article-item img {
    float: left;
    width: 80px;
    height: 80px;
}

.article-index .article-list .article-item .title {
    color: #b50b18;
    font-size: 18px;
}

.article-index .article-list .article-item .summury {
    font-size: 12px;
}
/******************文章列表页 结束**************************/

/******************文章详情页面 开始**************************/
.article-detail {
    position: relative;
    margin-top: 15px;
    border: 1px solid #eee;
    background-color: #fff;
}


.article-detail .head-box {
    padding-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #b4b4b5;
    line-height: 30px;
}

.article-detail .head-box h1 {
    text-align: center;
    color: #b50b18;
    font-size: 18px;
}

.article-detail .head-box h4 {
    text-align: center;
    color: #595757;
    font-size: 14px;
}

.article-detail .content-box {
    padding: 10px;
}

.article-detail .content-box > * {
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-detail .content-box img {
    max-width: 100%;
}
/******************文章详情页面 结束**************************/

/******************支付结果页 开始**************************/
.payment-result {
    margin-top: 15px;
    padding: 100px 0;
    background: #fff;
}

.payment-result > h3 {
    line-height: 30px;
    color: #aa1f24;
}

.payment-result > p {
    margin-top: 15px;
    color: #888;
}

.payment-result .links {
    margin-top: 30px;
    text-align: center;
}

.payment-result .links a {
    display: inline-block;
    margin: 0 10px;
    padding: 3px 12px;
    border: 1px solid #b63f43;
    color: #aa1f24;
}

.payment-result .links a:hover {
    background: #aa1f24;
    color: #fff;
}
/******************支付结果页 结束**************************/

/******************报错页面 开始**************************/
.pager-error {
    border: 1px solid #eee;
    padding: 160px 0;
    text-align: center;
    font-size: 18px;
    color: #5f5f5f;
    background-color: #fff;
    font-weight: 700;
}

.pager-error img {
    width: 180px;
    height: 180px;
}

.pager-error > a > u {
    font-weight: 700;
    font-size: 16px;
    color: darkred;
    font-weight: 700;
}
/******************报错页面 结束**************************/


/****************新品、热销icon标签****************/
.list-content-item {
    position: relative;
    display: block;
}

.super-icon-new {
    width: 38px;
    height: 51px;
    background: url(/Images/common/new-icon.png);
    background-size: 38px 51px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 19;
}

.super-icon-hk {
    width: 38px;
    height: 51px;
    background: url(/Images/common/hk-icon.png);
    background-size: 38px 51px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 19;
}

.super-icon-hot {
    width: 64px;
    height: 64px;
    background: url(/Images/common/hot-icon.png);
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 19;
}

.super-icon-end {
    width: 64px;
    height: 64px;
    background: url(/Images/common/end-icon.png);
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 19;
}

.super-icon-end1 {
    position: absolute;
    top: 20%;
    left: 50%;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index:30;
}

.new-icon {
    width: 0;
    height: 0;
    border-top: 48px solid #ba1c22;
    border-right: 48px solid transparent;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

.new-icon label {
    color: #ffffff;
    font-size: 12px;
    transform: rotate(-45deg);
    position: absolute;
    top: -30px;
    left: 6px;
    width: 34px;
}

.floor-grid-content-item .bg-discount {
    top: 186px;
}

.floor-grid-content-item .bg-discount .price {
    font-size: 16px;
}

.bg-discount {
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 19;
    width: 100%;
    padding: 3px 0;
    font-size: 20px;
    background: #f13030;
    color: #fff;
    text-align: center;
}

.bg-discount .title {
    font-size: 12px;
}

.bg-discount .price {
    font-size: 14px;
    padding-right: 10px;
    font-weight: 700;
    color: #f2ea1c;
}

/*秒杀页面样样式 开始*/
.skill {
    margin-top: 10px;
    padding: 0;
}

.skill > a > div {
    float: left;
    width: 230px;
    height: 360px;
    background: #fff;
}

.skill .skill-title {
    width: 220px;
    margin-right: 10px;
    padding-top: 70px;
    text-align: center;
    background: red;
    color: #fff;
}

.skill .skill-title .p1 {
    font-size: 32px;
}

.skill-title .p2 {
    margin: 15px 0;
    opacity: .8;
    font-size: 24px;
}

.skill .skill-title .p3 > span {
    font-size: 28px;
}

.skill .skill-item {
    position: relative;
    margin-left: 5px;
    color: #666;
}

.skill .skill-item > img {
    width: 230px;
    height: 230px;
}

.skill .skill-item p {
    padding: 2px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.skill .skill-price {
    margin: 10px 0;
    text-align: center;
}

.skill .skill-price1, .skill .skill-price2 {
    display: inline-block;
    width: 90px;
    padding: 2px;
    font-size: 14px;
}

.skill .skill-price1 {
    border: 1px solid red;
    background: red;
    color: #fff;
}

.skill .skill-price2 {
    border: 1px solid #ddd;
    border-left: none;
    color: #aaa;
}

.skill .skill-date {
    text-align: center;
}

.skill .skill-date span {
    color: #aa1f24;
    font-size: 18px;
}

.skill .btn-more {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.skill .pls-wait {
    float: left;
    width: 220px;
    height: 360px;
    padding-top: 120px;
    text-align: center;
    font-size: 36px;
    background: red;
    color: #fff;
}

.skill .sellout {
    position: absolute;
    top: 190px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.5);
}
/*秒杀页面样样式 结束*/
/*秒杀列表页的样式稍有不同 开始*/
.goods-seckils .skill > a > div {
    width: 225px;
    margin-bottom: 5px;
}

.goods-seckils .skill .skill-item > img {
    width: 225px;
    height: 225px;
}

.goods-seckils .skill .sellout {
    top: 185px;
}

/*秒杀列表页的样式稍有不同 结束*/

/*店铺页面的样式 首页 开始*/

.top-bg {
    background: url(/Images/pc/top-bg.jpg) no-repeat center;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
}


.search-box .search-shop {
    height: 38px;
    margin: 39px 60px 0 100px;
    border: none;
    background-color: #fff;
}

.search-box .search-shop input {
    width: 250px;
    height: 36px;
    margin: 0;
    padding: 5px 15px;
    border: 2px solid #aa1f24;
    border-right: none;
    border-radius: 0;
    outline: none;
}

.search-box .search-shop #btnSearch {
    float: right;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: none;
    background-color: #b50b18;
    color: #fff;
    font-size: 14px;
}

.search-box .search-shop #btnSearchHere {
    float: right;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: none;
    background-color: #666;
    color: #fff;
    font-size: 14px;
}

.search-box .btns {
    float: right;
    margin: 40px 10px 0 0;
}

.search-box .btns a {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #eee;
    background: #f6f6f6;
    color: #666;
}
/*店铺页面的样式 首页 结束*/

/*我的优惠券样式 开始*/
.pc_coupon_wrap {
    background-color: #fff;
    width: 1200px;
    margin: 10px auto;
    overflow:hidden;
}

.coupon_main {
    width: 1050px;
    padding-top: 20px;
    /*margin: 10px auto;*/
    float:left;
    margin-left:20px;
}

.mod-coupon {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    background: #fff;
}

.mod-coupon .mt {
    margin-bottom: 0;
    background: #fff;
    padding: 10px 0 0;
    overflow: hidden;
}

.mod-coupon .mt h3 {
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.mod-coupon .mt .extra-r {
    float: right;
}

div.mod-coupon .mt .extra-r a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
div.mod-coupon .mt .extra-12{
    margin-right: 15px;
}
div.mod-coupon .mt .extra-12 a{
    margin-left:45px;
}
div.mod-coupon .mt .extra-12 a .txt{
    color: #999;
    height: 32px;
    line-height: 30px;
    display: inline-block;
}
div.mod-coupon .mt .extra-12 a .curr{
    color:#000;
    border-bottom:3px solid #ba1c22;
}
div.mod-coupon .coupon-icon {
    display: inline-block;
    width: 28px;
    height: 24px;
    background: url(/Images/pc/voucher-icon-pc.png) no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

.mod-comm {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    background: #fff;
}

.mod-comm .mt {
    margin-bottom: 0;
    background: #fff;
    padding: 10px;
    overflow: hidden;
}

.mod-comm .mt .extra-l {
    float: left;
}

.mod-comm .mt .extra-l li {
    float: left;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    cursor: pointer;
    margin-right: 40px;
}

.mod-comm .mt .extra-l li.curr {
    padding-bottom: 0;
    color: #e4393c;
    border-bottom: 2px solid #e4393c;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.mod-comm .mc {
    padding: 10px 0 0 20px;
}
.mod-comm .coup23{
    padding:0;
    border-top: 1px solid #ccc;
}
.mc .couAll {
    overflow: hidden;
}

.mc .couAll li {
    float: left;
    margin: 0 25px 20px 0;
}
.coup23 .couAll li{
    margin: 20px 10px 0 5px;
}
.coup {
    position: relative;
}

.coup .coup_bg {
    position: relative;
    margin: 0 auto;
    background: url(/Images/pc/couponIng.png) no-repeat center center;
    background-size: contain;
    width: 291px;
    height: 152px;
}

.coup .coup_bg_end1 {
    position: relative;
    margin: 0 auto;
    background: url(/Images/pc/couponIng.png) no-repeat center center;
    background-size: contain;
    width: 291px;
    height: 152px;
}

.coup .coup_bg_end2 {
    position: relative;
    margin: 0 auto;
    background: url(/Images/pc/couponIng.png) no-repeat center center;
    background-size: contain;
    width: 291px;
    height: 152px;
}

/*.coup .coup_bg .coup_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}*/
.coup .coup_bg .coup_con{
    padding: 10px 15px;
}
.coup .coup_bg .coup_con .price {
    color: #ba1c22;
    overflow:hidden;
    width: 100%;
}
.coup .coup_bg .coup_con .price p{
    float:left;
    font-size: 16px;
}
.coup .coup_bg .coup_con .price p.price-p2{
    float:right;
    margin-top: 4px;
}
.coup .coup_bg .coup_con .price p.price-p2 span{
    font-size:16px;
}
.coup .coup_bg .coup_con .p_txt1 {
    font-size: 16px;
    color: #ba1c22;
}

.coup .coup_bg .coup_con .p_txt2 {
    font-size: 14px;
    color: #333;
    border-top: 1px #333 dashed;
    margin-top: 8px;
    padding-top: 5px;
}

.coup .coup_bg .coup_con .p_txt3 {
    font-size: 14px;
    color: #333;
}
.coup .coup_bg .coup_con .p_txt3 a{
    font-size: 14px;
    color: #333;
}
.coup .coup_bg .coup_con .p_txt3 a:hover{
    color:#4285f4;
    text-decoration:underline;
}
.coup .coup_bg .coup_con .p_txt4 {
    font-size: 14px;
    text-align: center;
    color: #b91c22;
    font-weight: bold;
}
.coup .coup_bg_end1 .coup_con p, .coup .coup_bg_end2 .coup_con p {
    color: #999;
}
.coup .coup_bg_end1 .coup_con .price,.coup .coup_bg_end2 .coup_con .price{
    color: #999;
}
.coup .coup_bg_end1 .coup_con .p_txt1,.coup .coup_bg_end2 .coup_con .p_txt1{
    color: #999;
}
.coup .coup_bg_end1 .coup_con .p_txt2,.coup .coup_bg_end2 .coup_con .p_txt2{
    color: #999;
}
.coup .coup_bg_end1 .coup_con .p_txt2,.coup .coup_bg_end2 .coup_con .p_txt2{
    border-top: 1px #bcb1b1 dashed;
}
.coup .coup_bg_end1 .coup_con .p_txt3,.coup .coup_bg_end2 .coup_con .p_txt3{
    color: #999;
}
.coup .coup_bg_end1 .coup_con .p_txt3 a,.coup .coup_bg_end2 .coup_con .p_txt3 a{
    color: #999;
}
.mc_shop {
    display: none;
}

.mc_shop_show {
    display: block;
}
/*我的优惠券样式 结束*/

/*我的关注样式 开始*/
.item-inner {
    display: none;
    padding: 10px;
    background-color: #fff;
}

.item-inner-show {
    display: block;
}

.item-inner .empty_shop {
    text-align: center;
    margin: 20px auto;
}

.empty_shop .empty_shop_btn {
    cursor: pointer;
    border: 2px solid #e93b3d;
    padding: 3px 8px;
    width: 120px;
    background-color: #e93b3d;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}

.item-border {
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
}

.shop-info {
    float: left;
    width: 289px;
    border-right: 1px solid #eee;
    text-align: center;
}

.shop-info .shop-name {
    line-height: 45px;
}

.shop-info .shop-btnbox {
    cursor: pointer;
    border: 2px solid #b91d21;
    padding: 3px 8px;
    width: 120px;
    background-color: #b91d21;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}

.mf-goods-item .p-img {
    position: relative;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
}

.mf-goods-item .p-img img {
    width: 160px;
    height: 160px;
}

.mf-goods-item a:hover p {
    color: #bb0511;
}

.mf-goods-item .p-name {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-family: arial,"Microsoft YaHei";
    color: #333;
}

.mf-goods-item .english-name {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-family: arial,"Microsoft YaHei";
    color: #777;
    font-size: 12px;
}

.mf-goods-item .p-price {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-family: verdana;
    font-weight: 700;
    margin-bottom: 8px;
}

.mf-goods-item .p-price strong {
    font-size: 14px;
    line-height: 22px;
}

.mf-goods-item .p-operate {
    overflow: hidden;
    padding: 0 15px;
}

.p-operate .shop-btnbox {
    width: 100px;
    float: left;
    display: block;
}

.p-operate .shop-btnbox-right {
    float: right;
}
/*逢酒必嗨活动样式 开始*/
.pc_fjbh {
    position: relative;
}

.pc_fjbh .hot {
    background: url(/Images/pc/public-24.png) no-repeat;
    background-position: 0 -264px;
    display: block;
    font-size: 0;
    height: 17px;
    line-height: 0;
    position: absolute;
    right: 6px;
    top: -6px;
    width: 29px;
    z-index: 33;
}

.pc_fjbh .new {
    background: url(/Images/pc/public-24.png) no-repeat;
    background-position: -36px -264px;
    display: block;
    font-size: 0;
    height: 17px;
    line-height: 0;
    position: absolute;
    right: 6px;
    top: -6px;
    width: 29px;
    z-index: 33;
}
/*首页链接到京东首页*/
.jdlink {
    height: 34px;
    line-height: 34px;
}

.jdlink-icon {
    background: url(/Images/common/jd-icon.png) no-repeat;
    padding: 4px 15px 5px 20px;
    height: 34px;
}


/*订单进度条样式 开始*/
.status-flow {
    margin-left: 70px;
    padding: 10px 0;
    text-align: center;
}

.status-flow > div {
    float: left;
    position: relative;
    width: 200px;
}

.status-flow > div .myicon {
    font-size: 60px;
}

.status-flow-wait:before, .status-flow-right-wait:before {
    z-index: 0;
    position: absolute;
    content: "";
    width: 68px;
    border-bottom: 2px solid #ddd;
    top: 32px;
    left: 0;
}

.status-flow-arrive:before, .status-flow-right-arrive:before {
    z-index: 0;
    position: absolute;
    content: "";
    width: 68px;
    border-bottom: 2px solid #29f;
    top: 32px;
    left: 0;
}

.status-flow-wait:after {
    z-index: 0;
    position: absolute;
    content: "";
    width: 68px;
    border-bottom: 2px solid #ddd;
    top: 32px;
    left: 132px;
}

.status-flow-left:after, .status-flow-arrive:after {
    z-index: 0;
    position: absolute;
    content: "";
    width: 68px;
    border-bottom: 2px solid #29f;
    top: 32px;
    left: 132px;
}

.status-flow-iconbox {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin-bottom: 5px;
    color: #fff;
}

.status-flow-wait .status-flow-iconbox, .status-flow-right-wait .status-flow-iconbox {
    border: 1px solid #ddd;
    background: #ddd;
}

.status-flow-left .status-flow-iconbox, .status-flow-arrive .status-flow-iconbox, .status-flow-right-arrive .status-flow-iconbox {
    border: 1px solid #29f;
    background: #29f;
}
/*订单进度条样式 结束*/
/*登录弹窗样式 开始*/
.login_activity {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 362px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 2px 0px 10px #aaaaaa;
    -moz-box-shadow: 2px 0px 10px #aaaaaa;
    z-index: 90;
}
.login_activity2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 362px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 2px 0px 10px #aaaaaa;
    -moz-box-shadow: 2px 0px 10px #aaaaaa;
    z-index: 90;
}
/*登录弹窗样式 结束*/
a[title='站长统计'] {
    display: none;
}

.rightSidebarBox {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 997;
    width: 86px;
    height: 480px;
    border: 1px solid #e1e4e1;
    background: #e6edd8;
}

.container-beans {
    position: fixed;
    z-index: 999;
    bottom: 530px;
    right: 40px;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
    cursor: pointer;
}

.xcx {
    border: 1px solid #e1e4e1;
    height: 160px;
    background: #fff;
    width: 120px;
    position: absolute;
    bottom: -1px;
    right: 84px;
    overflow: hidden;
    display: none;
}

.xcx_ewm {
    text-align: center;
    width: 120px;
    padding-top: 8px;
}

.xcx_ewm img {
    width: 100px;
    height: 100px;
}

.xcx_text {
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    line-height: 1.3em;
    color: #666;
}

.xcx_text p {
    margin: 0;
    padding: 0;
}

.rightSidebar {
    position: relative;
    overflow: hidden;
}

.rSidebarItem {
    height: 80px;
    border-bottom: 1px solid #e1e4e1;
}

.rSidebarItem5 {
    /*height:70px;*/
    border-bottom: 0;
}

.rSidebarItem6 {
    /*height:70px;*/
    border-bottom: 0;
    border-bottom: 1px solid #e1e4e1;
}


.rSidebarItem a {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.rSidebarItem5 a {
    padding-top: 20px;
}

.rSidebarItem6 a {
    padding-top: 20px;
}

.rSidebarItem a span {
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/Images/common/rSidebarItem1.png) no-repeat center;
}

.rSidebarItem2 a span {rightSidebarBox
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/Images/common/rSidebarItem2.png) no-repeat center;
}

.rSidebarItem3 a span {
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/Images/common/rSidebarItem3.png) no-repeat center;
}

.rSidebarItem4 a span {
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/Images/common/rSidebarItem4.png) no-repeat center;
}


.rSidebarItem6 a span {
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/Images/common/rSidebarItem6.png) no-repeat center;
}

.rSidebarItem5 a span {
    margin: 0 auto;
    display: block;
    width: 44px;
    height: 23px;
    background: url(/Images/common/rSidebarItem5.png) no-repeat center;
}

.rSidebarItem a p {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}

.rSidebarItem a:hover p {
    color: #ba1c22;
}

.rSidebarItem a:focus {
    text-decoration: none;
}

.rSidebarItem:hover a span {
    background: url(/Images/common/rSidebarItem1_pre.png) no-repeat center;
}

.rSidebarItem2:hover a span {
    background: url(/Images/common/rSidebarItem2_pre.png) no-repeat center;
}

.rSidebarItem3:hover a span {
    background: url(/Images/common/rSidebarItem3_pre.png) no-repeat center;
}

.rSidebarItem4:hover a span {
    background: url(/Images/common/rSidebarItem4_pre.png) no-repeat center;
}

.rSidebarItem5:hover a span {
    background: url(/Images/common/rSidebarItem5_pre.png) no-repeat center;
}

.rSidebarItem6:hover a span {
    background: url(/Images/common/rSidebarItem6.png) no-repeat center;
}
/***************************首页样式开始*****************************/
.logo {
    text-indent: -30000em;
    float: left;
    font-size: 0;
}

.color-welcome {
    color: #BA1C22;
}

.goods_cart {
    display: block;
    font-size: 0;
}

.goods_cart i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(/Images/common/goods_cart.png) no-repeat center;
    background-size: contain;
    margin-bottom: 2px;
}

.goods_cart:hover i {
    background: url(/Images/common/goods_cart_hover.png) no-repeat center;
    background-size: contain;
    color: #bb0511;
}

.goods_cart span {
    display: inline-block;
    vertical-align: middle;
}

.beans_header {
    display: block;
    font-size: 0;
}

.beans_header i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 25px;
    background: url(/Images/activity/beans/bean.png) no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.beans_header span {
    display: inline-block;
    vertical-align: middle;
    color: #bb1c21;
}

.user_header {
    display: block;
    font-size: 0;
}

.user_header i {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(/Images/common/user_header.png) no-repeat center;
    background-size: contain;
    margin-bottom: 2px;
}

.user_header:hover i {
    background: url(/Images/common/user_header_hover.png) no-repeat center;
    background-size: contain;
    color: #bb0511;
}

.user_header span {
    display: inline-block;
    vertical-align: middle;
}

.service_header {
    display: block;
    font-size: 0;
}

.service_header i {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(/Images/common/service_header.png) no-repeat center;
    background-size: contain;
    margin-bottom: 2px;
}

.service_header:hover i {
    background: url(/Images/common/service_header_hover.png) no-repeat center;
    background-size: contain;
    color: #bb0511;
}

.service_header span {
    display: inline-block;
    vertical-align: middle;
}

.favorite i {
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 34px;
    background: url(/Images/common/favorite.png) no-repeat center;
    background-size: contain;
}

.favorite:hover i {
    background: url(/Images/common/favorite_hover.png) no-repeat center;
    background-size: contain;
}

.favorite span {
    display: inline-block;
    vertical-align: top;
}

.goods_cart span:hover, .favorite span:hover, .user_header span:hover, .service_header span:hover {
    color: #bb0511;
}

.header-ad1 {
    height: 100px;
    margin-bottom: 10px;
}

.header-ad1 img {
    width: 100%;
}

.home-index {
    position: relative;
}

.home-index .banner {
    height: 516px;
    padding-left: 0;
    padding-right: 0;
}

.banner {
    height: auto;
    margin: 0px auto;
    position: relative;
}

.banner a img {
    width: 100%;
}

.mainWrap {
    width: 100%;
    background: #f4f4f4;
    padding: 20px 0 30px;
    overflow: hidden;
    position: relative;
}

.mainBox {
    width: 1200px;
    margin: 0 auto;
    background: #f4f4f4;
    position: relative;
}

.lay_1 {
    width: 100%;
    position: relative;
}

.indexTabLeft {
    width: 244px;
    height: 830px;
    float: left;
}

.indexTle {
    width: 244px;
    margin-right: 20px;
    background-color: #fff;
    margin-bottom: 15px;
}

.indexTle p {
    font-size: 24px;
    color: #2572F1;
    height: 64px;
    line-height: 64px;
    margin-left: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.indexAdFocus {
    width: 244px;
    height: 473px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
/*.indexAdFocusList{ height: 435px;width: 5000px; position: absolute; left: 0;top: 0; }
    .indexAdFocus ul li{width:244px; height: 435px; position: absolute; left: 0; top: 0; display: none;}
    .indexAdFocus ol{ position: absolute; left: 50%; bottom: 24px;transform: translateX(-50%);overflow:hidden;}
    .indexAdFocus ol li{ width: 16px; height: 16px; background: #aaa2bb; float: left; margin-left: 10px;text-align: center; color: #fff; border-radius: 50%; cursor: pointer;}
    .indexAdFocus ol li.current{ background: #efc673;}*/
.indexAdImg1 {
    width: 244px;
    height: 338px;
    overflow: hidden;
    margin-top: 10px;
}
/**正文样式 开始**/
.indexTabBox {
    width: 785px;
    float: left;
    margin-left: 10px;
}

.indexTabNav {
    color: #383838;
    height: 60px;
    line-height: 60px;
    background:#fff;
}

.indexTabNav li {
    float: left;
    font-size: 24px;
    cursor: pointer;
    width:195px;
    text-align:center;
}

.indexTabNav .currentOn {
    color: #ff4b1f;
    position: relative;
    border-bottom: 2px solid #ff4b1f;
}
.indexTabNav .currentOn:after{
    content: '';
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #ff4b1f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/*.indexTabNav .currentOn span{
        position:absolute;
        
        width:40px;
        left:50%;
        margin-left:-20px;
        top: 43px;
    }*/
.indexTabCon {
    /*padding: 0 2px;*/
}

.indexTabConWrap {
    width: 785px;
    height: 760px;
    background-color: #fff;
    /*margin-top: 10px;*/
    overflow: hidden;
    display: none;
}

.indexTabBox .current {
    display: block;
}

.indexTabConPro {
    padding: 10px;
    width: 195px;
    border-left: 1px solid #ededed;
    float: left;
    border-bottom: 1px solid #ededed;
    transition: all 0.3s;
}

.indexTabConPro:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 8px 16px rgba(0,0,0,0.4);
}
/*.indexTabConPro:first-child {
    border-left: 0;
}*/

.indexTabConProImg1 {
    width: 176px;
    height: 234px;
    background: url(/Images/pc/pro1.gif) no-repeat center;
    background-size: cover;
    display: block;
}

.indexTabConProText {
    display: block;
    margin-top: 10px;
    color: #383838;
}

.indexTabConProText p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 176px;
    /*color:#383838;*/
}

.score {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 176px;
    color: #999999;
}

.score a:hover {
    color: #ba1c22;
    text-decoration: underline;
}

.priceCon {
    width: 176px;
    overflow: hidden;
    margin-top: 10px;
}

.priceCon b {
    margin-right: 5px;
}

.priceCon2 {
    width: 176px;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
}

.priceCon2 b {
    margin-right: 5px;
}

.priceConIcon {
    border: 1px solid #6666ff;
    /*padding:2px;*/
    color: #6666ff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 18px;
    line-height: 1.2em;
    border-radius: 3px;
}

.price {
    color: #ba1c22;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.indexTabRight {
    width: 152px;
    float: right;
    height: 830px;
}

.indexTabRightCoupon {
    margin-top: 20px;
}

.tabRightAdImg1 {
    margin-top: 10px;
    height:358px;
}

.tabRightAdImg2 {
    margin-top: 10px;
}

.indexAdBox {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    height: 100px;
}

.indexAdBox img {
    width: 100%;
    height: 100px;
}

.indexAdBoxA {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    width: 1200px;
    transform: translateX(-50%);
}

.indexAdBoxA a {
    margin-right: 21px;
    float: left;
    width: 386px;
}

.indexAdBoxA a:last-child {
    margin-right: 0px;
}

.lay_2_tle {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.lay_2_tle p {
    color: #000;
    font-size: 24px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.lay_2_tle span {
    border: 1px solid #797979;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.lay_2_pro_left {
    float: left;
    width: 960px;
    height: 716px;
    overflow: initial;
}

.lay_2_pro_wrap {
    width: 960px;
    overflow: initial;
    /*margin-bottom:20px;*/
}

.lay_2_pro {
    float: left;
    padding: 10px;
    width: 230px;
    background-color: #fff;
    margin-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.lay_2_pro:hover {
    /*-webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);*/
    box-shadow: 0 8px 16px rgba(0,0,0,0.4);
}

.lay_2_proImg2 {
    width: 210px;
    height: 210px;
    background: url(/Images/pc/pro1.gif) no-repeat center;
    background-size: cover;
    display: block;
}

.lay_2_proText2 {
    display: block;
    margin-top: 10px;
    color: #383838;
}

.lay_2_proText2 p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 210px;
    line-height: 1.5em;
}

.lay_2_proText2 p span {
    color: #ff7446;
    width: 54px;
    height: 18px;
    text-align: center;
    border: 1px solid #ff7446;
    font-size: 12px;
    border-radius: 3px;
}

.indexTabConProText p span {
    color: #6666ff;
    width: 54px;
    height: 18px;
    text-align: center;
    border: 1px solid #6666ff;
    font-size: 12px;
    border-radius: 3px;
    padding: 0 2px;
}

.lay_2_pro_score {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 210px;
    color: #999999;
    line-height: 1.5em;
}

.lay_2_pro_priceCon {
    /*width: 210px;*/
    width: 218px;
    overflow: hidden;
    margin-top: 15px;
}

.lay_2_tab_right {
    float: right;
    width: 235px;
}

.lay_2_tab_con {
    background-color: #fff;
}

.lay_2_tab_right .lay_2_tab_tle {
    overflow: hidden;
    height: 42px;
}

.lay_2_tab_tle ul {
    float: left;
}

.lay_2_tab_tle ul li {
    float: left;
    color: #383838;
    margin: 18px 10px 0;
    width: 32px;
    text-align: center;
}

.lay_2_tab_tle ul li.current {
    border-bottom: 2px solid #ba1c22;
    color: #ba1c22;
}

.lay_2_tab_tle .gd {
    color: #999;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.lay_2_tab_tle .gd:hover {
    color: #ba1c22;
}

.lay_2_tab_tle .gd span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.lay_2_tab_tle .gd i {
    font-size: 18px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.lay_2_tab_text {
    padding: 0 10px 14px;
    height: 286px;
    display: none;
}

.lay_2_tab_con .current {
    display: block;
}

.lay_2_tab_text a {
    margin-top: 18px;
    color: #383838;
    display: block;
    height: 20px;
    overflow: hidden;
}

.lay_2_tab_text span {
    font-size: 12px;
    height: 15px;
    color: #666;
    width: 98%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.lay_2_tab_text a:hover {
    color: #ba1c22;
}

.lay_2_tab_right_img {
    text-align: center;
    height: 370px;
    overflow: hidden;
    width: 235px;
}

.lay_2_tab_right_img img {
    width: 100%;
}

.lay_3 {
    margin-top: 50px;
}

.lay_3_tle {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.lay_3_tle p {
    color: #000;
    font-size: 24px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.lay_3_tle span {
    border: 1px solid #797979;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.lay_3_pro_left {
    float: left;
    width: 960px;
    height: 734px;
    overflow: hidden;
}

.lay_3_banner {
    float: left;
    width: 715px;
    height: 350px;
    overflow: hidden;
}

.lay_3_sales_right {
    float: right;
    width: 235px;
    background-color: #fff;
}

.lay_3_sales_tle {
    overflow: hidden;
    height: 42px;
}

.lay_3_sales_tle p {
    margin-top: 20px;
    margin-left: 10px;
}

.lay_3_sales_tle p i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(/Images/pc/lay_3_sales_icon.png) no-repeat center;
}

.lay_3_sales_tle p span {
    display: inline-block;
    vertical-align: middle;
    color: #383838;
    font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
}

.lay_3_sales_con {
    padding: 4px 10px 16px;
}

.lay_3_sales_pro {
    margin-top: 16px;
}

.lay_3_sales_pro .lay_2_proImg2 {
    width: 80px;
    height: 80px;
    float: left;
    border: 1px solid #e4e4e4;
    position: relative;
}

.lay_3_sales_icon1 {
    position: absolute;
    top: -10px;
    right: -7px;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    background-color: #c9a665;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
}

.lay_3_sales_icon2 {
    background-color: #a3b1b2;
}

.lay_3_sales_icon3 {
    background-color: #b5654a;
}

.lay_3_sales_pro .lay_2_proText2 {
    font-size: 12px;
    width: 125px;
    float: left;
    margin-left: 10px;
    margin-top: 0;
}

.lay_3_sales_pro .lay_2_proText2 p {
    width: 125px;
    font-size: 12px;
}

.lay_3_sales_pro .lay_3_price {
    float: left;
    font-size: 14px;
    color: #ba1c22;
    margin-top: 6px;
    margin-left: 10px;
}

.lay_3_sales_pro .lay_2_pro_sales {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 125px;
    color: #999999;
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

.lay_4 {
    margin-top: 50px;
}

.lay_4 .lay_2_pro_wrap {
    width: 1200px;
}

.indexAdBox2 {
    margin-top: 20px;
}

.lay_5_left {
    width: 345px;
    height: 540px;
    overflow: hidden;
    float: left;
}

.lay_5_center {
    float: left;
    margin-left: 20px;
    height: 540px;
    width: 474px;
    overflow: hidden;
}

.lay_5_banner {
    width: 474px;
    height: 308px;
    overflow: hidden;
}

.lay_5_right_pro {
    float: left;
    overflow: hidden;
    width: 360px;
}

.lay_5_right_pro a {
    display: block;
    width: 180px;
    height: 180px;
}

.lay_5_right_pro1 {
    float: left;
    background-color: #def7e6;
}

.lay_5_right_pro2 {
    float: left;
    background-color: #fbf8d8;
}

.lay_5_right_pro3 {
    float: left;
    background-color: #f5dbcc;
}

.lay_5_right_pro4 {
    float: left;
    background-color: #e0e6fe;
}

.lay_5_right_pro5 {
    float: left;
    background-color: #fbf8d8;
}

.lay_5_right_pro6 {
    float: left;
    background-color: #def7e6;
}

.lay_6 {
    margin-top: 50px;
}

.lay_6_right {
    float: right;
    width: 235px;
    overflow: hidden;
    height: 716px;
}

.lay_6_right_img1 {
    margin-bottom: 10px;
    width: 235px;
    height: 244px;
    overflow: hidden;
}

.lay_6_right_img2 {
    margin-bottom: 10px;
    width: 235px;
    height: 462px;
    overflow: hidden;
}

.lay_7 {
    margin-top: 50px;
}

.lay_7 .lay_2_pro_wrap {
    width: 1200px;
}

.lay_7 .lay_2_pro_priceCon {
    margin-top: 0;
}

.lay_7 .lay_2_proText2 p span {
    color: #6666ff;
    border: 1px solid #6666ff;
    padding: 0 2px;
}

.supermarket-icon {
    background: linear-gradient(to top, #f1302b, #fdb270);
    font-size: 12px;
    color: #fff;
    padding: 0 2px;
    border-radius: 3px;
    margin-bottom: 0;
    display: inline;
    margin-right: 2px;
}

.supermarket-icon2 {
    background: linear-gradient(to top, #f1302b, #fdb270);
    font-size: 12px;
    color: #fff;
    padding: 0 2px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: sub;
    height: 18px;
    float: left;
    margin-top: 1px;
    margin-right: 2px;
}
/*用户协议样式*/
.agree-box{
    font-size: 14px;
    color: #9f9f9f;
    padding: 12px 0 0 0px;
}
.agree-box a{
    color: #4a4a4a;
    display: inline-block;
}
.agree-box a:hover{
    color:#ba1c22;
    text-decoration:underline;
}

/*首屏广告 开始*/
.bg-cover-box{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
}
.ad{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1001;
  display: block;
  text-align: center;
}
.ad-con-img{
    width:50%;
    /*height:600px;*/
    display:block;
    margin: 0 auto;
}
.close-btn-ad{
    width: 42px;
    height: 42px;
    /* margin-top: 35px; */
    position: absolute;
    right: -70px;
    top: -42px;
}
/*首屏广告 结束*/
/*详情页弹出框*/
.tocart-box2{
    width:660px;
    height:360px;
    background:#fff;
    border:20px solid rgba(0,0,0,0.5);
    position: fixed;
    z-index: 102;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-clip: padding-box;
}
.tocart-box2-body{
    display:flex;
    padding:65px 0 0 65px;
}
.tocart-box2-body img{
    width:55px;
    height:55px;
    margin-right:12px;
    margin-top: 10px;
}
.tocart-text2{
    /*margin-bottom:30px;*/
}
.tocart-text2 .p-text1{
    font-size:24px;
    color:#333333;
    text-indent:5px;
}
.tocart-text2 .p-text2{
    font-size:24px;
    color:#333333;
    margin-top:5px;
}
.tocart-text2 .p-text2 span{
    color:#ff4e10;
    font-size:24px;
    margin:0 4px;
}
.tocart-text2 .p-text3{
    font-size:20px;
    color:#999999;
    text-indent:5px;
    margin-top:5px;
}
.tocart-text2 .btn-text{
    font-size:20px;
    color:#4285f4;
    text-decoration:underline;
    display:block;
    margin-top:20px;
    margin-left:4px;
}
.tocart-text2 .btn-a12{
    width:126px;
    height:36px;
    text-align:center;
    line-height:36px;
    color:#fff;
    background:#ba1c22;
    font-size:18px;
    display:block;
    margin-top:30px;
    border-radius:5px;
    margin-left:4px;
}
.tocart-box2 .close-box2{
    width:30px;
    height:30px;
    position:absolute;
    right:20px;
    top:20px;
    cursor:pointer;
}
@-moz-keyframes snow {
    0% {
        background-position-x: 0;
        background-position-y: 0;
    }

    50% {
        background-position-y: 40rem;
    }

    100% {
        background-position-x: 40rem;
        background-position-y: 80rem;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position-x: 0;
        background-position-y: 0;
    }

    50% {
        background-position-y: 40rem;
    }

    100% {
        background-position-x: 40rem;
        background-position-y: 80rem;
    }
}

@-o-keyframes snow {
    0% {
        background-position-x: 0;
        background-position-y: 0;
    }

    50% {
        background-position-y: 40rem;
    }

    100% {
        background-position-x: 40rem;
        background-position-y: 80rem;
    }
}

@keyframes snow {
    0% {
        background-position-x: 0;
        background-position-y: 0;
    }

    50% {
        background-position-y: 40rem;
    }

    100% {
        background-position-x: 40rem;
        background-position-y: 80rem;
    }
}
/*九点秒杀样式开始*/
.seckill{
    width: 1200px;
    margin: 0 auto;
    background: #f4f4f4;
    position: relative;
}
.seckill-tle{
    margin-top:20px;
    border-bottom:2px solid #0f0f17;
}
.seckill-tle img{
    width:168px;
    height:48px;
}
.seckill-tle span{
    vertical-align:-webkit-baseline-middle;
    color:#929292;
    font-size:17px;
    margin-left:18px;
}
.seckill-wrap{
    margin-top:10px;
    overflow:hidden;
}
.seckill-pro{
    width:595px;
    height:320px;
    background:#fff;
    float:left;
    margin-bottom:10px;
	cursor:pointer;
}
.seckill-pro:nth-child(odd){
    margin-right:5px;
}
.seckill-pro:nth-child(even){
    margin-left:5px;
}
.seckill-pro-tle{
    margin-left:20px;
    margin-top:20px;
    font-size:0;
}
.seckill-pro-tle p{
    font-size:28px;
    display:inline-block;
    vertical-align:middle;
}
.seckill-pro-tle img{
    margin-left:28px;
    width:30px;
    height:30px;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
.seckill-pro-tle span{
    display:inline-block;
    vertical-align:middle;
    font-size:20px;
    color:#ff471c;
    margin-right:10px;
}
.seckill-pro-tle label{
    width:26px;
    height:24px;
    line-height:24px;
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    color:#ff471c;
    border:1px solid #ff471c;
    font-weight:500;
    margin-bottom:0;
    text-align:center;
    border-radius:3px;
}
.seckill-pro-tle i{
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
    color:#ff471c;
    font-style: normal;
    width:15px;
    text-align:center;
}
.seckill-pro-con{
    margin:28px 20px;
    /*overflow:hidden;*/
    display:flex;
    position:relative;
}
.seckill-pro-con .end{
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    color: #fff;
    font-size: 28px;
    background: rgba(0,0,0,.6);
}
.seckill-pro-con img{
    width:208px;
    height:208px;
    border:1px solid #eaeaec;
    box-sizing:border-box;
}
.seckill-pro-right{
    width:328px;
    height:208px;
    margin-left:20px;
}
.seckill-pro-right .item-name{
    overflow: hidden;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;
    font-size: 21px;
    line-height: 25px;
    color: #000;
}
.seckill-pro-right .item-name2{
    /* margin: 8px 0; */
    font-size: 16px;
    color: #999;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.seckill-pro-right .item-name3{
    font-size: 16px;
    color: #4c36cc;
    height: 30px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.seckill-pro-right .item-name4{
    position: absolute;
    left: 228px;
    bottom: 50px;
}
.seckill-pro-right .item-name4 span {
    color: #fff;
    font-weight: bold;
    /*background: linear-gradient(90deg,#ffad69,#ff1b48);*/
    background:#ff471c;
    border-radius: 25px;
    padding: 2px 7px;
    font-size: 18px;
}
.seckill-pro-right .item-name4 i {
    font-size: 14px;
    font-weight: bold;
    color: #ff471c;
    font-style: normal;
    margin-left: 10px;
}
.seckill-pro-right .item-name4 strong {
    color: #ff471c;
    font-size: 29px;
    font-weight: bold;
    vertical-align: sub;
}
.seckill-pro-right .item-name4 del {
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}
.seckill-pro-right .item-name5{
    color:#b0b0b0;
    font-size:16px;
    position: absolute;
    left: 230px;
    bottom: 0px;
    overflow:hidden;
    width:320px;
}
.seckill-pro-right .item-name5 i{
    margin-left:5px;
    font-style: normal;
}
.seckill-pro-right .item-name5 .name5-left{
    float:left;
}
.seckill-pro-right .item-name5 .name5-right{
    float:right;
}
.seckill-pro-right .item-name5 .progress2{
    float: left;
    width: 320px;
    border: 1px solid #ffcec2;
    border-radius: 25px;
    margin-top: 3px;
}
.seckill-pro-right .item-name5 .progress2 .bar{
    background:#ffd6cd;
    width:90%;
    height: 14px;
    border-radius:25px;
}
.seckill-pro-right .item-end{
    position: absolute;
    right: -20px;
    bottom: -25px;
}
.seckill-pro-right .item-end img{
    width:115px;
    height:100px;
    border: 0;
}
/*仓保费样式新增*/
.title18{
    color: #3e3d3e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing:1px;
}
.delaySendBox18{
    padding: 15px 30px;
    border:0;
}
.delaySendBox18 dl{
    padding-left: 0;
}
.delaySendBox18 dd{
    margin-left: 30px;
    line-height:10px;
    margin-top: 14px;
}
.delaySendBox18 dd .checkbox{
    margin-top:0px;
    margin-bottom: 0px;
}
.warehouse-text18{
    width:1200px;
    height:140px;
    background:#f4f4f4;
    padding-left:64px;
    padding:15px 64px;
    color:#848484;
    margin: 0 auto;
    line-height: 1.7em;
}
.pay-btn18{
    padding: 38px;
}
.pay-btn18 .radio-inline18{
    margin-right:40px;
}
.pay-btn18 .radio-inline18 input{
    width:16px;
    height:16px;
    line-height:16px;
    display: inline-block;
    vertical-align: middle;
}
.pay-btn18 .radio-inline18 input[type="checkbox"]{
    background:#4285f4;
    border:1px solid #4285f4;
}
.pay-btn18 .radio-inline18 label{
    color:#4285f4;
    font-size:14px;
    display: inline-block;
    vertical-align: sub;
    margin-bottom: 0;
    font-weight: 500;
    margin-right: 5px;
}
.pay-btn18 .radio-inline18 a{
    color:#383838;
    font-size:14px;
    display: inline-block;
    vertical-align: sub;
}
.warehouse-tle{
    width:1200px;
    height:110px;
    margin:12px auto 48px;
    padding:20px 40px 22px 30px;
    background: #fff;
}
.warehouse-tle p{
    color:#383838;
    font-size:18px;
    display:inline-block;
    vertical-align:middle;
}
.warehouse-tle a{
    display:inline-block;
    vertical-align:middle;
    background:#000;
    color:#fff;
    font-size:16px;
    width:130px;
    height:32px;
    line-height:32px;
    text-align: center;
    line-height: 32px;
    border-radius: 25px;
    margin-left: 20px;
}
.warehouse-tle label{
    color: #b50b18;
    font-size: 19px;
    float: right;
    font-weight: 500;
    margin-top: 5px;
}
.warehouse-tle span{
    color:#929292;
    font-size:14px;
    display:block;
    line-height: 40px;
}
.warehouse-tle2{
    height:42px;
    line-height:42px;
    width:1200px;
    margin:0 auto;
    font-size:14px;
    color:#f88632;
    background:#fff2b4;
    padding-left:30px;
}
.warehouse-btn{
    margin:0 auto;
    width:1200px;
    height:120px;
    background:#fff;
}
.warehouse-btn .warehouse-btn-con1{
    width:152px;
    height:42px;
    line-height:42px;
    text-align:center;
    color:#fff;
    font-size:18px;
    background:#b50b18;
    float:right;
    margin-right:40px;
    border-radius: 4px;
    margin-top:40px;
    cursor:pointer;
}
.warehouse-btn .warehouse-btn-con2{
    font-size:0;
    float:right;
    margin-right: 30px;
    margin-top: 50px;
}
.warehouse-btn .warehouse-btn-con2 img{
    display:inline-block;
    vertical-align:middle;
    width:20px;
    height:20px;
}
.warehouse-btn .warehouse-btn-con2 span{
    display:inline-block;
    vertical-align:middle;
    font-size:16px;
    color:#f77d23;
    margin-left: 10px;
}
.fee-detail-tle1{
    height:120px;
    width:1200px;
    background:#fff;
    margin:0 auto;
    padding-left:55px; 
    padding-right:63px;
    overflow:hidden;
    display:flex;
}
.fee-detail-tle1 div{
    font-size:16px;
    color:#929292;
    margin-top:42px;
}
.fee-detail-tle1 p{
    text-align:center;
    color:#000000;
    font-size:24px;
    flex:1;
    margin-top:34px;
}
.fee-detail-tle1 span{
    font-size:16px;
    color:#929292;
    margin-top:42px;
}
.fee-detail-tle2{
    width:1200px;
    padding-left:55px;
    padding-right:63px;
    margin:0 auto;
    overflow:hidden;
    background:#fff;
}
.fee-detail-tle2 .fee-detail-con1{
    height:50px;
    line-height:50px;
    width:1082px;
    background:#f5f5f5;
    overflow:hidden;
    padding: 0 120px;
}
.fee-detail-con1 .tle-left{
    float:left;
    position:relative;
}

.fee-detail-con1 .tle-left p{
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
    color:#4d4d4d;
}
/*.fee-detail-con1 .tle-left span{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 35px 3px 13px;
    background: #000;
    color: #fff;
    position: relative;
    height: 26px;
    line-height: 21px;
    border-radius: 25px;
    margin-left: 15px;
    min-width: 125px;
}
.fee-detail-con1 .tle-left span:after{
    content:'';
    position:absolute;
    right:12px;
    top:7px;
    width:13px;
    height:12px;
    background:url(/Images/common/icon3.jpg) no-repeat center;
    background-size:cover;
}
.fee-detail-con1 .tle-left span input{
    border: 0;
    border-radius: 0;
    background: none;
    color: #fff;
    position: absolute;
    left: 15px;
    width: 100px; 
    top: 2px;
    cursor: pointer;
}*/
.fee-detail-con1 .tle-left span input::-webkit-input-placeholder{
    color:#fff;
}
.fee-detail-con1 .tle-right{
    float:right;
    font-size:18px;
    color:#4d4d4d;
}
.fee-detail-con2{
    height:50px;
    line-height:50px;
    width:1082px;
    background:#fff;
    border-bottom:1px solid #ededee;
    padding: 0 120px;
    color:#929292;
}
.fee-detail-con2 .tle-left2{
    float:left;
    font-size:15px;
}
.fee-detail-con2 .tle-right2{
    float:right;
    font-size:15px;
}
.fee-detail-con2:hover{
    color:#b50b18;
}
.fee-more{
    height:120px;
    padding-top:30px;
    background:#fff;
    color:#9a9a9a;
    text-align:center;
    cursor:pointer;
    font-size:14px;
}
/**仓保费弹出框**/
.alert-detail1{
    width:700px;
    height:400px;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:rgba(0,0,0,.6);
    z-index:99;
}
.alert-detail1-wrap{
    width:660px;
    height:360px;
    background:#fff;
    margin:20px;
    position:relative;
}
.alert-detail1-tle{
    height:50px;
    line-height:50px;
    color:#333333;
    font-size:21px;
    border-bottom:1px solid #e6e6e8;
    text-align:center;
}
.alert-detail1-con{
    padding:30px 80px;
}
.alert-detail1-con p{
    color:#aa1f24;
    font-size:16px;
    line-height:28px;
}
.alert-detail1-con-p{
    margin-top:20px;
    font-size:0;
}
.alert-detail1-con-p input{
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    margin:0;
    width: 14px;
    height: 14px;
}
.alert-detail1-con-p span{
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    margin-left:8px;
}
.alert-detail1-con-p label{
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    margin-left:8px;
    margin-bottom:0;
    color:#4285f4;
}
.alert-detail1-btn{
    margin-top:40px;
    padding:0 100px;
    overflow:hidden;
}
.alert-detail1-btn-left{
    width:130px;
    height:38px;
    line-height:38px;
    text-align:center;
    background:#e8e8e8;
    color:#4d4d4d;
    float:left;
    border-radius:4px;
}
.alert-detail1-btn-right{
    width:130px;
    height:38px;
    line-height:38px;
    text-align:center;
    background:#ba1c22;
    color:#fff;
    margin-left:20px;
    float:left;
    border-radius:4px;
}
.close-detail1-wrap{
    position:absolute;
    top:13px;
    right:15px;
    width:21px;
    height:21px;
}
.close-detail1-wrap img{
    width:100%;
    height:100%;
}
.alert-detail2{

}
.alert-detail2 .alert-detail1-tle2{
    height:40px;
    text-indent:30px;
    color:#f77d23;
    background:#fff2b4;
    line-height:40px;
    font-size:14px;
    margin-bottom: 15px;
}
.alert-detail1-wrap-price{
    font-size:18px;
    text-align:center;
    margin-top: 12px;
}
.alert-detail1-wrap-price span{
    font-size:18px;
}
.alert-detail2 .alert-detail1-con p{
    text-align:center;
    font-size:24px;
    color:#333333;
}
.alert-detail1-wrap-price span{
    color:#aa1f24;
    margin-left:5px;
}
.alert-detail2 .alert-detail1-btn .alert-detail1-btn-box2{
    width:230px;
    height:38px;
    line-height:38px;
    text-align:center;
    font-size:18px;
    color:#fff;
    background:#ba1c22;
    margin: 0 auto;
    border-radius: 4px;
}



.bg-discount {
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 19;
    width: 100%;
    padding: 3px 0;
    font-size: 14px;
    background: #f13030;
    color: #fff;
    text-align: center;
    height: 27px;
}
.bg-discount .title{
    font-size: 15px;
    width: 50%;
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 27px;
    top: 0;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    text-align:right;
}
.bg-discount .price {
    font-size: 16px;
    font-weight: 600;
    color: #f2ea1c;
    padding-right: 0;
    position: absolute;
    left: 50%;
    top: 0;
    height: 27px;
    line-height: 27px;
    width: 50%;
    display:block;
    text-align:left;
}
/*首屏广告 结束*/
.pc_go_live{
    position: fixed;
    top: 72%;
    right: 10%;
    width: 91px;
    height: 90px;
    cursor:pointer;
    z-index:99;
}
.pc_go_live_con{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    display: none;
}
.pc_go_live_wrap {
    width: 340px;
    height: 340px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 340px;
}
/*茶叶赠品领取资格层*/
.result-alert-wrap{
    position:fixed;
    top:15%;
    left:50%;
    transform:translateX(-50%);
    z-index: 1001;
    width:35%;
}
.result-alert{
    position:relative;
    margin-top: 20px;
}
.result-alert a{
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
}
.result-alert label{
    position: absolute;
    top: 55%;
    left: 50%;
    font-size: 24px;
    color: #ff657e;
    transform: translate(-50%,-50%);
    width: 70%;
}
.result-alert span{
    position: absolute;
    top: 65%;
    left: 50%;
    font-size: 24px;
    color: #ff657e;
    transform: translate(-50%,-50%);
    width: 70%;
    font-weight: bold;
}
.close-result-alert{
    position: fixed;
    top: 20%;
    right: -15%;
    width: 5%;
    z-index: 1002;
    cursor:pointer;
}
/*
    �Զ���ͼ���css��ʽ 
    2018��2��5��10:13:32
    tengo
*/
@font-face {
    font-family: "iconfont";
    src: url('/fonts/iconfont.ttf') format('truetype');
}

.myicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'iconfont';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

.icon-gouwuche:before {
    content: "\e606";
}

.icon-home:before {
    content: "\e60a";
}

.icon-class:before {
    content: "\e62f";
}

.icon-class2:before {
    content: "\e618";
}

.icon-user:before {
    content: "\e604";
}

.icon-user2:before {
    content: "\e615";
}

.icon-delete:before {
    content: "\e601";
}

.icon-location:before {
    content: "\e619";
}

.icon-headset:before {
    content: "\e617";
}

.icon-daifukuan:before {
    content: "\e628";
}

.icon-check:before {
    content: "\e62a";
}

.icon-daishouhuo:before {
    content: "\e62b";
}

.icon-yiwancheng:before {
    content: "\e626";
}

.icon-gou:before {
    content: "\e62c";
}

.icon-bianji:before {
    content: "\e62d";
}

.icon-search:before {
    content: "\e622";
}

.icon-shuangjiantou:before {
    content: "\e62e";
}

.icon-close:before {
    content: "\e630";
}

/*一些颜色 开始*/
.color-red {
    color: #F00;
}

.color-winered {
    color: #aa1f24;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

.color-888 {
    color: #888;
}

.color-999 {
    color: #999;
}

.color-blue {
    color: #3985ff;
}

.color-primary {
    color: #007aff;
}

.color-green {
    color: #7b5;
}

.color-yellow {
    color: #f0ad4e;
}
/*一些颜色 结束*/

/*背景颜色 开始*/
.bg-white {
    background-color: #fff;
}

.bg-winered {
    background-color: #aa1f24;
}

.bg-disabled {
    background-color: #b6b6b6;
}

.bg-lightgray {
    background-color: #f4f4f4;
}

.bg-green {
    background-color: #f4f4f4;
}

.bg-red {
    background-color: #F00;
}
/*背景颜色 结束*/

