@charset "utf-8";

/* CSS Document */


/* ===============
 * 重新定义Html元素
 * =============== */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
table,
th,
td {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

ul,
ol {
    list-style: none outside none;
}

fieldset,
img {
    border: medium none;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #555;
    outline: medium none;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    color: #00428e;
    text-decoration: none;
}

i,
cite,
em {
    font-style: normal;
}


/* ==========================
 * 为旧版本浏览器格式化Html5元素
 * ========================== */

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}


/* ==========================
 * 常用宽度、高度、边距、边框属性
 * ========================== */

.w {
    width: 100%
}

.wrapper {
    width: 1200px;
    
}
.nch-container{
    margin: 0 auto 36px auto;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.none {
    display: none;
}

.goods-price {}

.goods-price em {
    font-weight: 600;
    color: #C00;
}

.nc-appbar-tabs a.compare {
    display: none !important;
}


/*团购页面去除侧边栏对比

/* ==========================
 * 广告区域布局样式
 * ========================== */

.ads-topbanner-layout {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
}


/* 公用导航区域
-------------------------------------- */


/* 首页焦点区域
-------------------------------------- */

.home-focus-layout {
    width: 100%;
    height: 460px;
    position: relative;
    z-index: 1;
}


/* 满屏背静切换焦点图 */

.full-screen-slides {
    width: 100%;
    height: 460px;
    position: relative;
    z-index: 1;
}

.full-screen-slides li {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.full-screen-slides li a {
    display: block;
    width: 776px;
    height: 270px;
    text-indent: -9999px;
    margin-left: -388px;
    position: absolute;
    z-index: 2;
    left: 50%;
}

.full-screen-slides-pagination {
    font-size: 0;
    *word-spacing: -1px/*IE6、7*/
    ;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#33FFFFFF', endColorstr='#33FFFFFF');
    text-align: center;
    display: block;
    list-style: none;
    width: 748px;
    height: 6px;
    padding: 7px 8px;
    margin-left: -388px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    z-index: 9;
}

.full-screen-slides-pagination li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
    list-style: none;
    width: 40px;
    height: 4px;
    margin-left: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3F000000', endColorstr='#3F000000');
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    *zoom: 1;
}

.full-screen-slides-pagination a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

.full-screen-slides-pagination .current {
    background: #F30;
}


/* 三联切换焦点图 */

.jfocus-trigeminy {
    width: 776px;
    height: 180px;
    margin-left: -388px;
    clear: both;
    position: absolute;
    z-index: 2;
    top: 300px;
    left: 50%;
    overflow: hidden;
}

.jfocus-trigeminy ul {
    background-color: #FFF;
    width: auto;
    height: 180px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.jfocus-trigeminy ul li {
    width: 777px;
    height: 180px;
    float: left;
    margin-left: -1px;
}

.jfocus-trigeminy ul li a {
    display: block;
    width: 259px;
    height: 180px;
    float: left;
}

.jfocus-trigeminy ul li a img {
    max-width: 259px;
    max-height: 180px;
}

.jfocus-trigeminy .arrow {
    background: url(../images/home_bg.png) no-repeat;
    width: 45px;
    height: 100px;
    position: absolute;
    z-index: 2;
    top: 40px;
    cursor: pointer;
}

.jfocus-trigeminy .pre {
    background-position: 0 -100px;
    left: 0;
}

.jfocus-trigeminy .next {
    background-position: -45px -100px;
    right: 0;
}

.jfocus-trigeminy .pagination {
    display: none;
}


/*焦点区域右侧*/

.home-focus-layout .right-sidebar {
    margin-left: 321px;
    border-top: none;
    margin-top: -146px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
}


/*服务标志*/

.home-focus-layout .policy {
    width: 222px;
    height: 152px;
    margin-top: 10px;
}

.home-focus-layout .policy a {
    display: block;
}

.home-focus-layout .policy img {
    width: 222px;
    height: 152px;
}

.home-focus-layout .policy img:hover {
    opacity: 0.8;
    transition: all 0.6s;
}

.home-focus-layout .policy ul {
    width: 212px;
    height: 80px;
}

.home-focus-layout .policy ul li {
    line-height: 24px;
    color: #999;
    background: url(../images/CP.png) no-repeat;
    width: 50px;
    height: 24px;
    float: left;
    padding: 52px 10px 0 10px
}

.home-focus-layout .policy ul li.b1 {
    background-position: 0 0;
}

.home-focus-layout .policy ul li.b2 {
    background-position: -70px 0;
}

.home-focus-layout .policy ul li.b3 {
    background-position: -140px 0;
}


/* 商城首页-新闻及店铺Tab切换 */

.nc-home-news .tabs-nav {
    background: #F7F7F7;
    height: 32px;
    border-bottom: solid 1px #E7E7E7;
    position: relative;
    z-index: 1;
}

.nc-home-news .tabs-nav li {
    line-height: 25px;
    background: #F7F7F7;
    text-align: center;
    display: block;
    width: 70px;
    height: 25px;
    float: left;
    padding: 0;
    margin: 5px 0 0 5px;
    border: solid #F7F7F7;
    border-width: 1px 1px 0 1px;
    position: relative;
    z-index: 9;
}

.nc-home-news .tabs-nav li.tabs-selected {
    color: #333;
    font-weight: 700;
    line-height: 27px;
    background: #FFF;
    height: 27px;
    border: solid #E7E7E7;
    border-width: 1px 1px 0 1px;
    position: relative;
    z-index: 10;
    _margin-bottom: -1px/* IE6 */
    ;
}

.nc-home-news .tabs-nav li a:hover,
.nc-home-news .tabs-nav li.tabs-selected a {
    color: #333;
}

.nc-home-news .tabs-panel {
    width: 95%;
    margin: 6px auto;
}

.tabs-hide {
    display: none !important;
}

.tabs-panel .store-join-btn {
    background: url(../images/home_bg.png) no-repeat 0 -200px;
    display: block;
    width: 180px;
    height: 60px;
    margin: 20px auto 10px;
}

.tabs-panel .store-join-help {
    color: #999;
    display: block;
    text-align: center;
}

.tabs-panel .store-join-help:hover {
    text-decoration: none;
    color: #39C;
}

.tabs-panel .store-join-help i {
    font-size: 14px;
    margin-right: 4px;
}


/*团购活动*/

.home-focus-layout .groupbuy {
    background-color: transparent;
    width: 222px;
    height: 238px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-focus-layout .groupbuy .title {
    line-height: 30px;
    background-color: #F0F0F0;
    color: #777;
    width: 222px;
    height: 30px;
}

.home-focus-layout .groupbuy .title i {
    line-height: 16px;
    color: #FFF;
    background-color: #CB0100;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: auto 8px auto 5px;
    border-radius: 2px;
}

.home-focus-layout .groupbuy ul {
    height: 222px;
    padding: 0px;
    margin: 0px;
    float: left;
    clear: both;
    position: absolute;
    z-index: 1;
}

.home-focus-layout .groupbuy ul li {
    float: left;
    width: 222px;
    height: 208px;
    padding: 0px;
}

.home-focus-layout .groupbuy .pagination {
    display: none;
}

.home-focus-layout .groupbuy .arrow {
    background: url(../images/home_bg.png) no-repeat;
    width: 19px;
    height: 29px;
    position: absolute;
    z-index: 2;
    top: 80px;
    cursor: pointer;
}

.home-focus-layout .groupbuy:hover .arrow {
    opacity: 0.5!important;
}

.home-focus-layout .groupbuy .arrow:hover {
    opacity: 0.8!important;
}

.home-focus-layout .groupbuy .pre {
    background-position: -160px -40px;
    left: 0;
}

.home-focus-layout .groupbuy .next {
    background-position: -180px -40px;
    right: 0;
}

.home-focus-layout .groupbuy dl {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: top center;
    width: 222px;
    height: 180px;
    padding-bottom: 28px;
    position: relative;
    z-index: 1;
}

.home-focus-layout .groupbuy dl dt {
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    background: rgba(0, 0, 0, 0.5);
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    height: 20px;
    padding: 2px 5px 38px 5px;
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 0;
    overflow: hidden;
}

.home-focus-layout .groupbuy dl dd.price {
    font-family: Verdana, Geneva, sans-serif;
    background: url(../images/home_bg.png) no-repeat 0 0;
    width: 200px;
    height: 30px;
    position: absolute;
    z-index: 1;
    top: 145px;
    left: 10px;
}

.home-focus-layout .groupbuy dl dd.price .groupbuy-price {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    line-height: 24px;
    display: block;
    height: 24px;
    float: left;
    margin: 3px 0 auto 12px;
}

.home-focus-layout .groupbuy dl dd.price .original-price {
    font-size: 12px;
    color: #FFF;
    text-decoration: line-through;
    line-height: 24px;
    color: #F99;
    display: block;
    float: left;
    height: 24px;
    margin: 3px 0 auto 4px;
}

.home-focus-layout .groupbuy dl dd.price .buy-button a {
    font-weight: 600;
    color: #FFF;
    background-color: #FF6800;
    line-height: 20px;
    text-align: center;
    width: 54px;
    height: 22px;
    float: right;
    margin: 5px 5px auto auto;
}

.home-focus-layout .groupbuy dl dd.time {
    font-family: Verdana;
    background-color: #FFF;
    width: 200px;
    height: 20px;
    padding: 4px 5px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.home-focus-layout .groupbuy dl dd.time .sell {
    float: left;
}

.home-focus-layout .groupbuy dl dd.time .sell em {
    font-weight: 600;
    color: #E72551;
    margin-left: 2px;
}

.home-focus-layout .groupbuy dl dd.time .time-remain {
    color: #777;
    float: right;
}

.home-focus-layout .groupbuy dl dd.time .time-remain em {
    font-weight: 600;
    color: #E72551;
}


/* 商城首页-新闻及店铺Tab切换*/

.proclamation {
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    height: 420px;
}

.proclamation .tabs-nav {
    background: #F7F7F7;
    position: relative;
    overflow: hidden;
}

.proclamation .tabs-nav li {
    background: #ff9459;
    text-align: center;
    display: block;
    width: 110px;
    height: 20px;
    float: left;
    padding: 15px;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    /* border-bottom: 1px solid #dee1ff;
    border-right: 1px solid #dee1ff; */
}

.proclamation .tabs-nav li:nth-child(2) {
    border-right: 0;
}

.proclamation .tabs-nav li h3 {
    line-height: 20px;
    color: #f0f0f0;
    font-size: 16px;
}

.proclamation .tabs-nav li.tabs-selected {
    background: #FFF;
    color: #666;
    width: 110px;
    height: 20px;
    position: relative;
    font-size: 15px;
    border-bottom: 0;
}

.tabs-nav li.tabs-selected h3 {
    font-size: 16px;
    color: #333;
}

.proclamation .tabs-panel {
    width: 95%;
    margin: 26px auto 0 auto;
}

.tabs-panel .user {
    width: 100%;
    margin: 0px auto 20px auto;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 2px dashed #dedede;
}

.avata_pic_wrap {
    width: 76px;
    height: 76px;
    margin: 0px auto 6px auto;
    padding: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000');
}

.avata_pic_wrap a {
    display: block;
    width: 76px;
    height: 76px;
    overflow: hidden;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.avata_pic_wrap a:hover img {
    opacity: 0.8;
}

.avata_pic_wrap img {
    width: 76px;
    height: 76px;
    border: 0 none;
    vertical-align: top;
}

.tabs-panel p {
    line-height: 24px;
}

.tabs-panel .pb5 {
    padding-bottom: 12px;
    color:#666;
}

.tabs-panel p a button {
    font-family: "微软雅黑";
    padding: 0px !important;
    width: 138px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fccf65;
    color: #333333;
    background-color:  #fccf65;
    cursor: pointer;
    border-radius: 17px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}

.tabs-panel p a button:hover {
    border: 1px solid #fff;
    color: #e5d790;
    background-color:#363634;
    transition: all 0.6s;
}

.tabs-panel .tools {
    padding: 3px 0 0 0;
    width: 186px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

.tabs-panel .tools img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 56px;
    height: 56px;
}

.tabs-panel .tools a:hover img {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.tabs-panel .tools a {
    float: left;
    width: 62px;
    color: #333;
}

.tabs-panel .tools a:hover {
    color: #00428e;
}

.tabs-panel .tools a P {
    padding-top: 6px;
    font-size: 14px;
}

.proclamation .mall-news {
    width: 92%;
    margin: 0px auto;
}

.proclamation .mall-news li {
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 26px;
    overflow: hidden;
    padding-bottom: 6px;
    border-bottom: 1px dashed #dddddd;
}

.proclamation .mall-news li span {
    margin-right: 5px;
    color: #F60;
}

.proclamation .mall-news li i {
    background: url(../images/home_bg.png) no-repeat -70px -40px;
    vertical-align: middle;
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-right: 6px;
}

.proclamation .mall-news li time {
    font-family: Tahoma, Geneva, sans-serif;
    color: #999;
    font-size: 10px;
    margin-left: 6px;
}

.tabs-hide {
    display: none !important;
}

.home-sale-layout {
    overflow: hidden;
    margin-top: 20px;
}

.home-sale-layout .left-layout {
    width: 980px;
    float: right;
}

.home-sale-layout .tabs-nav {
    background-color: transparent;
    width: 100%;
    height: 40px;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #F0F0F0 transparent;
    position: relative;
    z-index: 1;
}

.home-sale-layout .tabs-nav li {
    background-color: transparent;
    width: 20%;
    *width: 195px;
    height: 40px;
    float: left;
    padding: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.home-sale-layout .tabs-nav li h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
}

.home-sale-layout .tabs-nav li i {
    font-size: 0px;
    line-height: 0;
    display: none;
    width: 0px;
    height: 0px;
    float: right;
    margin-left: -4px;
    border-width: 5px;
    border-style: dashed dashed solid dashed;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
}

.home-sale-layout .tabs-nav .tabs-selected {
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #D93600;
}

.home-sale-layout .tabs-nav .tabs-selected i {
    display: block;
    border-color: transparent transparent #D93600;
}

.home-sale-layout .tabs-nav .tabs-selected h3 {
    color: #D93600;
}

.home-sale-layout .tabs-panel {
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.home-sale-layout .tabs-panel ul {
    width: 986px;
    margin-left: -1px;
    overflow: hidden;
}

.home-sale-layout .tabs-panel ul li {
    width: 190px;
    height: 235px;
    padding: 15px 0 0;
    border-left: dotted 1px #F0F0F0;
    float: left;
    overflow: hidden;
}

.home-sale-layout .tabs-panel dl {
    width: 160px;
    margin: 0 auto auto;
    position: relative;
    z-index: 1;
}

.home-sale-layout .tabs-panel dl dt.goods-name {
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 16px;
    width: 160px;
    height: 32px;
    position: absolute;
    z-index: auto;
    top: 164px;
    left: 0;
    overflow: hidden;
}

.home-sale-layout .tabs-panel dl dd.goods-thumb {
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: auto;
    top: 0;
    left: 0;
}

.home-sale-layout .tabs-panel dl dd.goods-thumb a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.home-sale-layout .tabs-panel dl dd.goods-thumb img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);
    *margin-top: expression(80-this.height/2);
}

.home-sale-layout .tabs-panel dl dd.goods-price {
    line-height: 20px;
    color: #999;
    position: absolute;
    z-index: auto;
    top: 200px;
    left: 0;
}

.home-sale-layout .tabs-panel dl dd.goods-price em {
    font-size: 14px;
}

.home-sale-layout .right-sidebar {
    width: 211px;
    float: right;
}

.home-sale-layout .right-sidebar .title {
    height: 40px;
    border-bottom: solid 2px #F00;
}

.home-sale-layout .right-sidebar .title h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    color: #D93600;
    float: left;
    margin-left: 20px;
}

.home-sale-layout .right-sidebar .title a {
    line-height: 38px;
    float: right;
    margin-right: 6px;
}

.home-sale-layout .sale-discount {
    width: 210px;
    height: 252px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-sale-layout .sale-discount ul {
    width: auto;
    height: 252px;
    position: absolute;
    z-index: 1;
}

.home-sale-layout .sale-discount ul li {
    width: 210px;
    height: 50px;
    float: left;
    padding: 191px 0 0 0;
}

.home-sale-layout .sale-discount .arrow {
    background: url(../images/home_bg.png) no-repeat;
    width: 19px;
    height: 29px;
    margin-top: -40px;
    position: absolute;
    z-index: 2;
    top: 50%;
    cursor: pointer;
    opacity: 0.25!important;
}

.home-sale-layout .sale-discount .arrow:hover {
    opacity: 0.85!important;
}

.home-sale-layout .sale-discount .pre {
    background-position: -160px -70px;
    left: 0;
}

.home-sale-layout .sale-discount .next {
    background-position: -180px -70px;
    right: 0;
}

.home-sale-layout .sale-discount dl {
    height: 59px;
    width: 210px;
    border-bottom: solid 1px #F0F0F0;
    position: relative;
    z-index: 1;
}

.home-sale-layout .sale-discount dl dt,
.home-sale-layout .sale-discount dl dd {
    position: absolute;
    z-index: auto;
}

.home-sale-layout .sale-discount dt.goods-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    height: 20px;
    top: 30px;
    left: 5px;
    overflow: hidden;
}

.home-sale-layout .sale-discount dd.goods-thumb {
    top: -155px;
    left: 30px;
}

.home-sale-layout .sale-discount dd.goods-thumb a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.home-sale-layout .sale-discount dd.goods-thumb img {
    max-width: 150px;
    max-height: 150px;
    margin-top: expression(150-this.height/2);
    *margin-top: expression(75-this.height/2);
}

.home-sale-layout .sale-discount dd.goods-price {
    font: 600 16px/30px Verdana;
    color: #C00;
    width: 200px;
    height: 30px;
    top: 0;
    left: 5px;
}

.home-sale-layout .sale-discount dd.goods-price .original {
    font-size: 12px;
    color: #AAA;
    font-weight: normal;
    text-decoration: line-through;
    margin-left: 6px;
}

.home-sale-layout .sale-discount dd.goods-price-discount {
    color: #FFF;
    background: url(../images/home_bg.png) no-repeat -100px -100px;
    text-align: center;
    width: 48px;
    height: 24px;
    padding: 28px 0 16px 0;
    top: -40px;
    right: 5px;
}

.home-sale-layout .sale-discount dd.goods-price-discount em {
    font-size: 16px;
    font-weight: 600;
    margin-right: 2px;
}

.home-sale-layout .sale-discount dd.time-remain {
    color: #999;
    line-height: 16px;
    text-align: center;
    width: 210px;
    height: 16px;
    top: -180px;
    left: 0;
}

.home-sale-layout .sale-discount dd.time-remain i {
    background: url(../images/home_bg.png) no-repeat -40px -60px;
    vertical-align: middle;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 4px;
}

.home-sale-layout .sale-discount dd.time-remain em {
    font-weight: 600;
    color: #555;
    margin: 0 2px;
}

.home-sale-layout .sale-discount dd.goods-buy-btn {}

.home-sale-layout .sale-discount .preNext {
    opacity: 0.5 !important;
}

.home-sale-layout .sale-discount .preNext:hover {
    opacity: 1 !important;
}


/* 首页标准内容模块
-------------------------------------- */

.home-standard-layout {
    height: 540px;
    overflow: hidden;
    margin-top: 15px;
}

.pic_left_box{
    padding: 7px;
    color: #fff;
}
.pic_left_box h1{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: 29px;
}
.pic_left_box p{
    margin-top: 6px;
}
.pic_left_box a{
    color: #1d83bf;
    background: #fff;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 49px;
    border-radius: 16px;
}
.pic_left_box a:hover{
    color: #fff;
    background: #51b7f1;
}
.pic_left_box img{
    width: 189px;
    height: 113px;
    margin-top: 30px;
}
.pic_left_box .pic_left_lable{
    margin-top: 68px;
}
.pic_left_box .pic_left_lable ul{
    display: flex;
    flex-wrap: wrap;
}
.pic_left_box .pic_left_lable ul li a{
    background: rgba(11, 43, 61, 0.3);
    color: #fff;
    padding: 4px 12px;
    line-height: 32px;
    border-radius: 6px;
    margin-right: 5px;
}
.pic_left_box .pic_left_lable ul li a:hover{
    background: rgba(11, 43, 61, 1);
}
/*区块左侧*/

.home-standard-layout .left-sidebar {
    width: 212px;
    height: 540px;
    float: left;
}

.home-standard-layout .left-sidebar .title {
    background-color: #FFF;
    width: 100%;
    height: 40px;
}

.home-standard-layout .left-sidebar .title .pic-type {}

.home-standard-layout .left-sidebar .title .pic-type img {
    max-width: 210px;
    max-height: 40px;
    margin: 0 1px;
}

.home-standard-layout .left-sidebar .title .txt-type {
    height: 32px;
}

.home-standard-layout .left-sidebar .title .txt-type span {
    font-family: Tahoma;
    font-size: 18px;
    line-height: 28px;
    background: #FFF;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: auto 8px auto 2px;
    border: solid 2px;
    border-radius: 18px;
}

.home-standard-layout .left-sidebar .title .txt-type h2 {
    font: 22px/32px "microsoft yahei";
    color: #555;
    vertical-align: middle;
    display: inline-block;
    *display: inline/*IE6,7*/
    ;
    zoom: 1;
}


/*区块左侧广告*/

.home-standard-layout .left-ads {
    width: 100%;
    height: 280px;
}

.home-standard-layout .left-ads img {
    max-width: 212px;
    max-height: 280px;
}


/*左侧推荐分类*/

.home-standard-layout .recommend-classes {
    width: 200px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
}

.home-standard-layout .recommend-classes ul {
    font-size: 0;
    *word-spacing: -1px/*IE6、7*/
    ;
    width: 202px;
    height: 222px;
    margin: -1px;
}

.home-standard-layout .recommend-classes ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.home-standard-layout .recommend-classes ul li a {
    font-size: 13px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
    color: #FFF;
    line-height: 21px;
    background: url(../images/home_bg.png) no-repeat -200px 10px;
    text-align: center;
    display: block;
    width: 101px;
    height: 21px;
    padding: 7px 0;
    border-style: solid;
    border-width: 1px 0;
}

.home-standard-layout .recommend-classes ul li a:hover {
    text-decoration: none;
    text-shadow: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000');
    background: rgba(0, 0, 0, 0.1);
}


/*区块中部*/

.home-standard-layout .middle-layout {
    width: 776px;
    height: 100%;
    float: left;
}

.home-standard-layout .tabs-nav {
    background-color: transparent;
    width: 100%;
    height: 40px;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #DDD transparent;
    position: relative;
    z-index: 1;
}

.home-standard-layout .tabs-nav li {
    background-color: transparent;
    width: 25%;
    height: 40px;
    float: left;
    padding: 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #DDD;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.home-standard-layout .tabs-nav li h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
}

.home-standard-layout .tabs-nav li i {
    font-size: 0px;
    line-height: 0;
    display: none;
    width: 0px;
    height: 0px;
    float: right;
    margin-left: -4px;
    border-width: 5px;
    border-style: dashed dashed solid dashed;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
}

.home-standard-layout .tabs-panel {
    width: 776px;
    height: 498px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}


/*中部推荐位广告图形式1*/

.home-standard-layout .middle-banner-style01 {
    background-color: #000;
    width: 776px;
    height: 498px;
    position: relative;
    z-index: 1;
}

.home-standard-layout .middle-banner-style01 a {
    position: absolute;
    z-index: 1;
}

.home-standard-layout .middle-banner-style01 .a1,
.home-standard-layout .middle-banner-style01 .a2,
.home-standard-layout .middle-banner-style01 .c1,
.home-standard-layout .middle-banner-style01 .c2,
.home-standard-layout .middle-banner-style01 .a1 img,
.home-standard-layout .middle-banner-style01 .a2 img,
.home-standard-layout .middle-banner-style01 .c1 img,
.home-standard-layout .middle-banner-style01 .c2 img {
    width: 194px;
    height: 194px;
}

.home-standard-layout .middle-banner-style01 .a1 {
    top: 0;
    left: 0;
}

.home-standard-layout .middle-banner-style01 .a2 {
    top: 194px;
    left: 0;
}

.home-standard-layout .middle-banner-style01 .b1 {
    width: 388px;
    height: 388px;
    top: 0;
    left: 194px;
}

.home-standard-layout .middle-banner-style01 .b1 img {
    width: 388px;
    height: 388px;
}

.home-standard-layout .middle-banner-style01 .c1 {
    top: 0;
    left: 582px;
}

.home-standard-layout .middle-banner-style01 .c2 {
    top: 194px;
    left: 582px;
}

.home-standard-layout .middle-banner-style01 .d1,
.home-standard-layout .middle-banner-style01 .d2,
.home-standard-layout .middle-banner-style01 .d3,
.home-standard-layout .middle-banner-style01 .d4,
.home-standard-layout .middle-banner-style01 .d1 img,
.home-standard-layout .middle-banner-style01 .d2 img,
.home-standard-layout .middle-banner-style01 .d3 img,
.home-standard-layout .middle-banner-style01 .d4 img {
    width: 194px;
    height: 110px;
}

.home-standard-layout .middle-banner-style01 .d1 {
    top: 388px;
    left: 0;
}

.home-standard-layout .middle-banner-style01 .d2 {
    top: 388px;
    left: 194px;
}

.home-standard-layout .middle-banner-style01 .d3 {
    top: 388px;
    left: 388px;
}

.home-standard-layout .middle-banner-style01 .d4 {
    top: 388px;
    left: 582px;
}


/*中部推荐商品列表*/

.home-standard-layout .middle-goods-list {
    width: 775px !important;
    height: 497px !important;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #DDD #DDD transparent;
    overflow: hidden;
}

.home-standard-layout .middle-goods-list ul {
    width: 776px;
    height: 498px;
    margin: 0 -1px -1px 0;
}

.home-standard-layout .middle-goods-list ul li {
    width: 193px;
    height: 248px;
    float: left;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #DDD #DDD transparent;
    overflow: hidden;
}

.home-standard-layout .middle-goods-list dl {
    width: 160px;
    margin: 15px auto auto;
    position: relative;
    z-index: 1;
}

.home-standard-layout .middle-goods-list dl dt.goods-name {
    font-family: Tahoma;
    line-height: 16px;
    width: 160px;
    height: 32px;
    position: absolute;
    z-index: auto;
    top: 168px;
    left: 0;
    overflow: hidden;
}

.home-standard-layout .middle-goods-list dl dd.goods-thumb {
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: auto;
    top: 0;
    left: 0;
}

.home-standard-layout .middle-goods-list dl dd.goods-thumb a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.home-standard-layout .middle-goods-list dl dd.goods-thumb img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);
    *margin-top: expression(80-this.height/2);
}

.home-standard-layout .middle-goods-list dl dd.goods-price {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    z-index: auto;
    top: 204px;
    left: 0;
}

.home-standard-layout .middle-goods-list dl dd.goods-price .original {
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    color: #999;
    vertical-align: middle;
    margin-left: 6px;
}


/*右侧推荐品牌*/

.home-standard-layout .right-sidebar {
    width: 212px;
    height: 100%;
    float: right;
    left: 0;
}

.home-standard-layout .right-sidebar .title {
    background-color: #FFF;
    width: 100%;
    height: 40px;
    border-bottom: solid 2px #DDD;
}

.home-standard-layout .recommend-brand {
    width: 212px;
    height: 257px;
    overflow: hidden;
}

.home-standard-layout .recommend-brand ul {
    background-color: #FFF;
    width: 212px;
    height: 258px;
    margin-top: -1px
}

.home-standard-layout .recommend-brand ul li {
    background-color: #FFF;
    float: left;
    border-bottom: solid 1px #EEE;
}

.home-standard-layout .recommend-brand ul li a {
    display: block;
    width: 96px;
    height: 32px;
    padding: 5px;
}

.home-standard-layout .recommend-brand ul li img {
    max-width: 96px;
    max-height: 32px;
}


/*右侧广告切换*/

.home-standard-layout .right-side-focus {
    width: 212px;
    height: 241px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-standard-layout .right-side-focus ul {
    height: 241px;
    position: absolute;
    z-index: 1;
}

.home-standard-layout .right-side-focus ul li {
    width: 212px;
    height: 241px;
    overflow: hidden;
    float: left;
}

.home-standard-layout .right-side-focus img {
    width: 212px;
    height: 241px;
}

.home-standard-layout .right-side-focus .pagination {
    font-size: 0;
    *word-spacing: -1px/*IE6、7*/
    ;
    text-align: center;
    width: 192px;
    height: 6px;
    padding: 7px 10px;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
}

.home-standard-layout .right-side-focus .pagination span {
    background: #fff;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
    list-style: none;
    width: 24px;
    height: 6px;
    margin-left: 4px;
    cursor: pointer;
}

.home-standard-layout .right-side-focus .pagination span.on {
    background: #fff;
}

.pic_left1,.pic_left2,.pic_left3,.pic_left4,.pic_left5,.pic_left6{
    width: 218px;
    height: 492px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.change_color:hover{
    background:#b190f8 !important;
}
.change_color2:hover{
    background:#faabb0 !important;
}
.change_color3:hover{
    background:#2fd399 !important;
}
.change_color4:hover{
    background:#fac980 !important;
}
.change_color5:hover{
    background:#fac980 !important;
}
.change_color6:hover{
    background:#84db5c !important;
}
.pic_left1{
    background: #1d83bf;
}

.pic_left2{
    background: #845bda;
}

.pic_left3{
    background: #f44b55;
}

.pic_left4{
    background:#007d51;
}

.pic_left5{
    background: #f79600;
}

.pic_left6{
    background: #5db733;
}
/*标准区块色彩风格*/


/*红色*/

.style-red .left-sidebar,
.style-red .right-sidebar {
    background-color: #C1392B;
}

.style-red .left-ads {}

.style-red .recommend-classes li a {
    border-color: #C74D41 transparent #AD3327 transparent;
}

.style-red .left-sidebar .title .txt-type span,
.style-red .middle-layout .tabs-selected {
    color: #C1392B;
    border-color: #C1392B;
}

.style-red .middle-layout .tabs-selected i {
    display: block;
    border-color: transparent transparent #C1392B transparent;
}


/*橙色*/

.style-orange .left-sidebar,
.style-orange .right-sidebar {
    background-color: #E77E23;
}

.style-orange .left-ads {}

.style-orange .recommend-classes li a {
    border-color: #EB9144 transparent #C56B1E transparent;
}

.style-orange .left-sidebar .title .txt-type span,
.style-orange .middle-layout .tabs-selected {
    border-color: #E77E23;
}

.style-orange .middle-layout .tabs-selected i {
    display: block;
    border-color: transparent transparent #E77E23 transparent;
}


/*棕色*/

.style-brown .left-sidebar,
.style-brown .right-sidebar {
    background-color: #8C4600;
}

.style-brown .left-ads {}

.style-brown .left-sidebar .recommend-classes li a {
    border-color: #A36B33 transparent #7E3F00 transparent;
}

.style-brown .left-sidebar .title .txt-type span,
.style-brown .middle-layout .tabs-selected {
    border-color: #8C4600;
}

.style-brown .middle-layout .tabs-selected i {
    display: block;
    border-color: transparent transparent #8C4600 transparent;
}


/*绿色*/

.style-green .left-sidebar,
.style-green .right-sidebar {
    background-color: #27AE61;
}

.style-green .left-ads {}

.style-green .left-sidebar .recommend-classes li a {
    border-color: #52BE81 transparent #239C57 transparent;
}

.style-green .left-sidebar .title .txt-type span,
.style-green .middle-layout .tabs-selected {
    border-color: #27AE61;
}

.style-green .middle-layout .tabs-selected i {
    display: block;
    border-color: transparent transparent #27AE61 transparent;
}


/*蓝色*/

.style-blue .left-sidebar,
.style-blue .right-sidebar {
    background-color: #3598DC;
}

.style-blue .left-ads {}

.style-blue .left-sidebar .recommend-classes li a {
    border-color: #5DADE3 transparent #3089C6 transparent;
}

.style-blue .left-sidebar .title .txt-type span,
.style-blue .middle-layout .tabs-selected {
    border-color: #3598DC;
}

.style-blue .middle-layout .tabs-selected i {
    display: block;
    border-color: transparent transparent #3598DC transparent;
}


/*粉色*/

.style-pink .left-sidebar,
.style-pink .right-sidebar {
    background-color: #FF7373;
}

.style-pink .left-ads {}

.style-pink .left-sidebar .recommend-classes li a {
    border-color: #FF8F8F transparent #E56767 transparent;
}

.style-pink .left-sidebar .title .txt-type span,
.style-pink .middle-layout .tabs-nav .tabs-selected {
    border-color: #FF7373;
}

.style-pink .middle-layout .tabs-nav .tabs-selected i {
    display: block;
    border-color: transparent transparent #FF7373 transparent;
}


/*紫色*/

.style-purple .left-sidebar,
.style-purple .right-sidebar {
    background-color: #9C59B8;
}

.style-purple .left-ads {}

.style-purple .left-sidebar .recommend-classes li a {
    border-color: #B07AC6 transparent #8C50A5 transparent;
}

.style-purple .left-sidebar .title .txt-type span,
.style-purple .middle-layout .tabs-selected {
    border-color: #9C59B8;
}

.style-purple .middle-layout .tabs-selected i {
    display: block;
    border-color: transparent transparent #9C59B8 transparent;
}


/*浅色*/

.style-default .left-sidebar,
.style-default .right-sidebar {
    background-color: #FFF;
    height: 539px;
    border-bottom: solid 1px #DDD;
}

.style-default .left-ads {}

.style-default .recommend-classes {
    height: 219px;
}

.style-default .left-sidebar .recommend-classes li a {
    color: #555;
    text-align: left;
    border-color: transparent;
    text-shadow: none;
}

.style-default .left-sidebar .recommend-classes li a:hover {
    color: #F32613;
    text-decoration: underline;
    background-color: transparent;
}

.style-default .left-sidebar .title .txt-type span {
    color: #AAA;
    border-color: #AAA;
}

.style-default .middle-goods-list {
    border-left: solid 1px #DDD;
}

.style-default .middle-layout .tabs-selected {
    border-color: #F32613;
}

.style-default .middle-layout .tabs-selected i {
    display: block;
    border-color: transparent transparent #F32613 transparent;
}

.style-default .recommend-classes ul li a {
    color: #777;
}

.style-default .right-side-focus .pagination span {
    background-color: #F32613;
}

.home-channel-layout {
    margin-top: 15px;
}

.home-channel-layout .ll {
    width: 380px;
    margin-right: 30px;
    float: left;
}

.home-channel-layout .ml {
    width: 380px;
    float: left;
}

.home-channel-layout .rl {
    width: 380px;
    margin-left: 30px;
    float: right;
}

.home-channel-layout .title {
    height: 38px;
    border-bottom: solid 2px #DDD;
}

.home-channel-layout .title h2 {
    font-family: "microsoft yahei";
    font-size: 22px;
    font-weight: 100;
    line-height: 30px;
    paddding: 4px;
}

.home-channel-layout .content {
    margin: 10px 0;
}

.cms-picture {
    width: 380px;
    height: 260px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cms-picture ul {
    position: absolute;
    z-index: 1;
}

.cms-picture ul li {
    width: 380px;
    height: 260px;
    float: left;
}

.cms-article {
    width: 380px;
    margin-top: 15px;
}

.cms-article dl {
    width: 120px;
    height: 110px;
    float: left;
    clear: left;
    position: relative;
    z-index: 1;
}

.cms-article dl dt {
    line-height: 24px;
    width: 120px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.cms-article dl dd {
    width: 120px;
    height: 90px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.cms-article dl dd img {
    max-width: 120px;
}

.cms-article ul {
    width: 240px;
    float: right;
}

.cms-article ul li {
    line-height: 24px;
}

.microshop-summary .content {
    width: 380px;
    overflow: hidden;
}

.microshop-summary .content ul {
    width: 400px;
    margin-left: -20px;
}

.microshop-summary .content ul li {
    float: left;
    width: 180px;
    height: 240px;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.microshop-share {
    width: 180px;
    height: 90px;
    padding: 195px 0 10px 0;
    position: absolute;
    left: 20px;
    top: 0;
    background: url(trans.gif);
}

.microshop-share b {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#A5000000', endColorstr='#A5000000');
    background: rgba(0, 0, 0, 0.65);
    display: block;
    width: 180px;
    height: 240px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 195px;
}

.microshop-summary .content ul li dl {
    position: relative;
    z-index: 2;
}

.microshop-summary .content ul li dl dt {
    padding: 5px;
}

.share-member-avatar {
    border: solid 1px #FFF;
    width: 32px;
    height: 32px;
    float: left;
}

.share-member-avatar img {
    max-width: 32px;
    max-height: 32px;
}

.share-member-info {
    float: left;
    margin-left: 8px;
}

.share-member-name {
    font-size: 12px;
    font-weight: 600;
    color: #FC0;
}

.share-date {
    font-family: Tahoma, Geneva, sans-serif;
    color: #999;
}

.share-content {
    font-size: 12px;
    line-height: 16px;
    clear: both;
    height: 32px;
    padding: 5px;
    overflow: hidden;
}

.share-content a {
    color: #EEE;
}

.share-content a:hover {
    text-decoration: none;
    color: #FC0;
}

.share-like {
    line-height: 16px;
    color: #CCC;
    padding: 0 5px;
}

.share-like i {
    background: url(../images/home_bg.png) no-repeat -40px -40px;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.share-like em {
    font-weight: 600;
    color: #FC0;
    margin: 0 2px;
}

.microshop-thumb {
    background: #fff;
    overflow: hidden;
}

.microshop-thumb a {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.microshop-thumb a img {
    position: relative;
    vertical-align: text-top;
}

.microshop-thumb {
    width: 180px;
    height: 240px;
}

.microshop-thumb a {
    width: 180px;
    height: 240px;
}

.circle-summary .contnet {
    width: 380px;
    overflow: hidden;
}

.circle-theme {
    width: 400px;
    margin-left: -20px;
    overflow: hidden;
}

.circle-theme li {
    width: 180px;
    margin-left: 20px;
    float: left;
}

.circle-theme li a {
    width: 180px;
}

.circle-theme-thumb {
    background: #fff;
    overflow: hidden;
}

.circle-theme-thumb a {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.circle-theme-thumb a img {
    position: relative;
    vertical-align: text-top;
}

.circle-theme-name {
    line-height: 16px;
    background-color: #EBF5EC;
    height: 32px;
    padding: 5px;
    overflow: hidden;
}

.circle-theme-from {
    line-height: 24px;
    color: #999;
    padding: 0 5px;
}

.circle-theme-from a {
    color: #3AA55A;
}

.circle-reply-theme {
    border: dashed #DDD;
    border-width: 1px 0;
    margin: 10px 0 15px 0;
    padding: 8px 5px;
    overflow: hidden;
}

.circle-reply-theme li {
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.circle-reply-theme li a:hover {
    color: #3AA55A;
    text-decoration: none;
}

.circle-reply-theme li span {
    color: #999;
    margin-right: 4px;
}

.circle-member {
    width: 400px;
    margin-left: -20px;
}

.circle-member li {
    width: 80px;
    height: 80px;
    float: left;
    margin-left: 20px;
}

.circle-member li div.circle-member-avatar {
    width: 80px;
    height: 80px;
}

.circle-member li div.circle-member-avatar a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block/*IE7*/
    ;
    width: 72px;
    height: 72px;
    float: left;
    padding: 3px;
    border: solid 1px #EBF5EC;
    overflow: hidden;
}

.circle-member li div.circle-member-avatar a:hover {
    background-color: #EBF5EC;
}

.circle-member li div.circle-member-avatar img {
    max-width: 72px;
    max-height: 72px;
    margin-top: expression(72-this.height/2);
    *margin-top: expression(36-this.height/2)/*IE7*/
    ;
}

.circle-member li h4.circle-member-name {
    font-weight: 600;
    line-height: 24px;
    height: 24px;
}

.circle-member li h4.circle-member-name a {
    color: #3AA55A;
}

.circle-member li p.circle-member-theme {
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}

.circle-member li p.circle-member-theme a {
    color: #999;
}

.clip-thumb {
    background: #fff;
    overflow: hidden;
}

.clip-thumb a {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.clip-thumb a img {
    position: relative;
    vertical-align: text-top;
}


/* 友情链接 */

.piclink span {
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    width: 88px;
    height: 31px;
    display: inline;
    float: left;
    padding: 2px;
    margin-right: 13px;
}

.piclink {
    margin: 10px auto;
}

.textlink {
    clear: both;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.textlink span {
    width: 88px;
    display: inline;
    float: left;
    padding: 2px;
    margin-right: 13px;
}

.textlink a {
    line-height: 22px;
    display: block;
    width: 97px;
    float: left;
    text-align: center
}

.floor-layout {
    height: 566px;
    overflow: hidden;
    margin-top: 15px;
    width: 1200px;
    margin: auto;
    margin-top: 15px;
    ;
}

.floor-left {
    width: 200px;
    height: 500px;
    float: left;
}

.floor-layout .floor-left .title {
    background: #fff;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #AB2E04;
}

.floor-layout .floor-left .title .txt-type {
    height: 32px;
}

.floor-layout .floor-left .title .txt-type span {
    font-family: tahoma;
    font-size: 18px;
    line-height: 28px;
    background: #FFF;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: auto 8px auto 2px;
    border: 2px solid;
    border-radius: 18px;
}

.floor-layout .floor-left .title .txt-type h2 {
    font: 22px/32px "微软雅黑";
    color: #555;
    vertical-align: middle;
    display: inline-block;
}

.floor-layout .floor-left .recommend-classes {
    width: 190px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
}

.floor-layout .floor-left .recommend-classes ul {
    font: 0px;
    margin: -1px;
    width: 192px;
    height: 152px;
}

.floor-layout .floor-left .recommend-classes ul li {
    display: inline-block;
}

.floor-layout .floor-left .recommend-classes ul li a {
    font-size: 13px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
    color: #fff;
    line-height: 22px;
    text-align: center;
    display: block;
    width: 94px;
    height: 22px;
    padding: 7px 0px;
    border-style: solid;
    border-width: 1px 0px;
}

.floor-layout .floor-left .recommend-classes ul li a:hover {
    text-decoration: none;
    text-shadow: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000');
    background: rgba(0, 0, 0, 0.1);
}

.floor-layout .floor-left .right-side-focus {
    width: 100%;
    height: 310px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.floor-layout .floor-left .right-side-focus ul {
    height: 310px;
    position: absolute;
    z-index: 1;
}

.floor-layout .floor-left .right-side-focus ul li {
    width: 200px;
    height: 310px;
    overflow: hidden;
    float: left;
}

.floor-layout .floor-left .right-side-focus ul li img {
    width: 200px;
    height: 310px;
}

.floor-layout .floor-left .right-side-focus .pagination {
    font-size: 0;
    text-align: center;
    width: 180px;
    height: 6px;
    padding: 7px 10px;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px
}

.floor-layout .floor-left .right-side-focus .pagination span {
    background: #fff;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    list-style: outside;
    width: 24px;
    height: 6px;
    margin-left: 4px;
    cursor: pointer;
}

.floor-layout .floor-right {
    width: 1000px;
    height: 500px;
    float: right;
}

.floor-layout .floor-right .title {
    background: #fff;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #AB2E04;
}

.floor-layout .floor-right .title ul {
    margin-top: 1px;
    float: right
}

.floor-layout .floor-right .title ul .tab-item {
    float: left;
    display: inline;
    height: 34px;
    position: relative;
    margin-top: 4px;
    ;
}

.floor-layout .floor-right .title ul .tab-item a {
    display: inline-block;
    padding: 0px 16px;
    line-height: 34px;
    height: 34px;
    float: left;
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    /*border-left: 1px solid #e4e4e4;*/
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    white-space: nowrap;
}

.floor-layout .floor-right .title ul .tab-item:first-child {
    border-left: 1px solid #e4e4e4;
}

.floor-layout .floor-right .title ul .tabs-selected:first-child {
    border: 0
}

.floor-layout .floor-right .title ul .tabs-selected a {
    /*position: absolute;*/
    white-space: nowrap;
    border-left: 1px solid #AB2E04;
    border-right: 1px solid #AB2E04;
    border-top: 3px solid #AB2E04;
    top: -1px;
    left: -1px;
    height: 33px;
    line-height: 30px;
    text-indent: 1px;
    color: #AB2E04
}


/*第二种*/

.floor-layout .floor-right .floor-style02 {
    width: 1000px;
    height: 460px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    border-left: 1px solid #ddd;
}

.floor-layout .floor-right .floor-style02 .img-goods {
    width: 1000px;
    height: 460px;
    ;
}

.floor-layout .floor-right .floor-style02 .img-goods ul {
    width: 1000px;
    float: left;
}

.floor-layout .floor-right .floor-style02 .img-goods ul .li01 {
    float: left;
    width: 199px;
    height: 229px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    ;
}

.floor-layout .floor-right .floor-style02 .img-goods ul .li01 a {
    display: block;
    width: 199px;
    height: 229px;
}

.floor-layout .floor-right .floor-style02 .img-goods ul .li01 a img {
    width: 199px;
    height: 229px;
}

.floor-layout .floor-right .floor-style02 .img-goods ul .li02 {
    float: left;
    width: 199px;
    height: 229px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-left: 400px;
}

.floor-layout .floor-right .floor-style02 .img-goods ul .li02 a {
    display: block;
    width: 199px;
    height: 229px;
}

.floor-layout .floor-right .floor-style02 .img-goods ul .li02 a img {
    width: 199px;
    height: 229px;
}

.floor-layout .floor-right .floor-style02 .banner-goods {
    width: 400px;
    height: 230px;
    position: absolute;
    top: 0px;
    left: 400px;
}

.floor-layout .floor-right .floor-style02 .banner-goods .right-side-focus {
    width: 400px;
    height: 230px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.floor-layout .floor-right .floor-style02 .banner-goods .right-side-focus ul {
    height: 230px;
    position: absolute;
    z-index: 1;
}

.floor-layout .floor-right .floor-style02 .banner-goods .right-side-focus ul li {
    width: 399px;
    height: 229px;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.floor-layout .floor-right .floor-style02 .banner-goods .right-side-focus ul li img {
    width: 399px;
    height: 229px;
}

.floor-layout .floor-right .floor-style02 .banner-goods .right-side-focus .pagination {
    font-size: 0;
    text-align: center;
    width: 380px;
    height: 6px;
    padding: 7px 10px;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px
}

.floor-layout .floor-right .floor-style02 .banner-goods .right-side-focus .pagination span {
    background: #fff;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    list-style: outside;
    width: 24px;
    height: 6px;
    margin-left: 4px;
    cursor: pointer;
}

.floor-layout .floor-right .floor-style02 .banner-goods .right-side-focus .arrow {
    background: url(../images/home_bg.png);
    width: 24px;
    height: 54px;
    position: absolute;
    z-index: 2;
    top: 40%;
    cursor: pointer;
}

.floor-layout .floor-right .floor-style02 .banner-goods .right-side-focus .pre {
    background-position: -63px -35px;
    left: 0;
}

.floor-layout .floor-right .floor-style02 .banner-goods .right-side-focus .next {
    background-position: -89px -35px;
    right: 0px;
}


/*第三种*/

.floor-layout .floor-right .floor-style03 {
    width: 1000px;
    height: 460px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.floor-layout .floor-right .floor-style03 .goods {
    width: 1000px;
    height: 460px;
    ;
}

.floor-layout .floor-right .floor-style03 .goods ul {
    width: 1000px;
    height: 460px;
}

.floor-layout .floor-right .floor-style03 .goods ul li {
    width: 249px;
    height: 229px;
    float: left;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #DDD #DDD transparent;
    overflow: hidden;
}

.floor-layout .floor-right .floor-style03 .goods dl {
    width: 180px;
    margin: 0px auto auto;
    position: relative;
    z-index: 1;
}

.floor-layout .floor-right .floor-style03 .goods dt.goods-name {
    font-family: 'microsoft yahei';
    line-height: 16px;
    width: 180px;
    height: 32px;
    position: absolute;
    z-index: auto;
    top: 168px;
    left: 0;
    overflow: hidden;
}

.floor-layout .floor-right .floor-style03 .goods dd.goods-thumb {
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: auto;
    top: 0;
    left: 10px;
}

.floor-layout .floor-right .floor-style03 .goods dl dd.goods-thumb a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.floor-layout .floor-right .floor-style03 .goods dl dd.goods-thumb img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);
    *margin-top: expression(80-this.height/2);
}

.floor-layout .floor-right .floor-style03 .goods dl dd.goods-price {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    z-index: auto;
    top: 204px;
    left: 0;
}

.floor-layout .floor-right .floor-style03 .goods dl dd.goods-price .original {
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    color: #999;
    margin-left: 6px;
    vertical-align: middle;
    margin-left: 6px;
    font-weight: 600;
}


/*品牌*/

.brands {
    background: #f7f7f7;
    margin-top: 10px;
    float: left;
}

.brands ul li {
    float: left;
    width: 119px;
    text-align: center;
    border-left: 1px dotted #ccc;
}

.brands ul li:first-child {
    border: 0px
}

.brands ul li a {
    display: inline-block;
    width: 119px;
    text-decoration: none;
}

.brands ul li a img {
    max-width: 119px;
    max-height: 40px;
}


/*红色*/

.style-red .floor-left,
.style-red .right-sidebar {
    background-color: #C1392B;
}

.style-red .left-ads {}

.style-red .floor-left .title .txt-type span {
    border-color: #C1392B;
}

.style-red .recommend-classes li a {
    border-color: #C74D41 transparent #AD3327 transparent;
}


/*橙色*/

.style-orange .floor-left,
.style-orange .right-sidebar {
    background-color: #E77E23;
}

.style-orange .left-ads {}

.style-orange .floor-left .title .txt-type span {
    border-color: #E77E23;
}

.style-orange .recommend-classes li a {
    border-color: #EB9144 transparent #C56B1E transparent;
}


/*棕色*/

.style-brown .floor-left,
.style-brown .right-sidebar {
    background-color: #8C4600;
}

.style-brown .left-ads {}

.style-brown .floor-left .title .txt-type span {
    border-color: #8C4600;
}

.style-brown .floor-left .recommend-classes li a {
    border-color: #A36B33 transparent #7E3F00 transparent;
}


/*绿色*/

.style-green .floor-left,
.style-green .right-sidebar {
    background-color: #27AE61;
}

.style-green .left-ads {}

.style-green .floor-left .title .txt-type span {
    border-color: #27AE61;
}

.style-green .floor-left .recommend-classes li a {
    border-color: #52BE81 transparent #239C57 transparent;
}


/*蓝色*/

.style-blue .floor-left,
.style-blue .right-sidebar {
    background-color: #3598DC;
}

.style-blue .left-ads {}

.style-blue .floor-left .title .txt-type span {
    border-color: #3598DC;
}

.style-blue .floor-left .recommend-classes li a {
    border-color: #5DADE3 transparent #3089C6 transparent;
}


/*粉色*/

.style-pink .floor-left,
.style-pink .right-sidebar {
    background-color: #FF7373;
}

.style-pink .left-ads {}

.style-pink .floor-left .title .txt-type span {
    border-color: #FF7373;
}

.style-pink .floor-left .recommend-classes li a {
    border-color: #FF8F8F transparent #E56767 transparent;
}


/*紫色*/

.style-purple .floor-left,
.style-purple .right-sidebar {
    background-color: #9C59B8;
}

.style-purple .left-ads {}

.style-purple .floor-left .title .txt-type span {
    border-color: #9C59B8;
}

.style-purple .floor-left .recommend-classes li a {
    border-color: #B07AC6 transparent #8C50A5 transparent;
}


/*浅色*/

.style-default .floor-left,
.style-default .right-sidebar {
    background-color: #FFF;
}

.style-default .left-ads {}

.style-default .recommend-classes li a {
    color: #555 !important;
    text-align: left;
    border-color: transparent;
    text-shadow: none;
}

.style-default .floor-left .title .txt-type span {
    border-color: #AAA;
}

.style-default .floor-left .recommend-classes li a {
    color: #F32613;
    background-color: transparent;
}


/*团购*/

.sk_item_lk_b {
    width: 198px;
    float: left;
    /*border: 1px solid #4c4c4c;*/
}

.sk_item_lk {
    position: relative;
    display: block;
    width: 192px;
    height: 255px;
    text-align: center;
    background-color: #fff;
}

.sk_item_img {
    width: 192px;
    height: 175px;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.sk_item_img img {
    margin-top: 20px;
    text-align: center;
    max-width: 140px;
    max-height: 140px;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.sk_item_img img:hover {
    opacity: 0.8;
    transform: scale(1.01, 1.01);
    transition: all 0.6s;
}

.sk_item_name {
    position: absolute;
    top: 175px;
    left: 0;
    width: 160px;
    padding: 0 15px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sk_item_name a {
    font-size: 13px;
}

.sk_item_name a:hover {
    color: #00428e;
}

.sk_item_price {
    position: absolute;
    left: 15px;
    top: 215px;
    width: 160px;
    height: 20px;
    padding: 1px;
    background: #00428e;
    line-height: 20px;
}

.sk_item_price_new {
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.mod_price i {
    margin-right: 3px;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
}

.sk_item_price_new {
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.sk_item_price_origin {
    float: left;
    width: 80px;
    height: 20px;
    background: #fff;
    text-align: center;
    color: #b7bcb8;
    font-size: 12px;
    text-decoration: line-through;
}

.sk_item_tag {
    background-image: url(../images/sprite.seckill.png);
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: 0px -40px;
    z-index: 1;
}

.mod_ver {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
}

.sk_item_tag_txt {
    font-size: 9px;
    color: #ff0000;
    font-weight: bold;
    line-height: 14px;
    display: inline-block;
    padding-top: 2px;
}

.tgleft {
    float: left;
    width: 212px;
    height: 510px;
    background-color: #00428e;
}

.home-ggw-layout {
    width: 1200px;
    margin: 20px auto;
}

.home-ggw-layout img:hover {
    opacity: 0.8;
    transition: background .2s linear, opacity .2s linear !important;
}


/*精品购*/

.home-jpg-layout {
    width: 1200px;
    margin: 0px auto;
}

.floorhd {
    height: 65px;
}

.grid_c1 {
    margin: 0 auto;
    width: 1190px;
}

.floorhd_tit {
    position: relative;
    width: 150px;
    height: 45px;
    font-size: 28px;
    font-family: '微软雅黑';
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    padding: 0 50px;
    margin: 0 auto 20px;
    overflow: hidden;
    color: #222;
}

.floorhd_tit:before {
    left: 0px;
}

.floorhd_tit:after {
    right: 0px;
}

.floorhd_tit:before,
.floorhd_tit:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    display: block;
    background: #222;
    top: 19px;
}

.chn,
.corechn1,
.corechn2 {
    height: 470px;
}

.grid_c1 {
    margin: 0 auto;
    width: 1200px;
}

.clearfixfloor {
    clear: both;
}

.jpgbox {
    float: left;
    width: 390px;
    height: 450px;
    margin: 0 15px 20px 0;
    background-color: #fff;
}

.act_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.act_inner:before {
    content: '';
    position: absolute;
    display: block;
    width: 340px;
    height: 420px;
    border: solid 5px #333;
    top: 20px;
}

.act_lk {
    position: relative;
    z-index: 1;
    float: left;
    width: 340px;
    height: 420px;
    margin: 20px;
}

.act_lk a {
    color: #666;
    text-decoration: none;
}

.act_lk img:hover {
    opacity: .8;
    transition: all 0.6s;
}

.act_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.lazyimg_loaded {
    -webkit-transition: background .2s linear, opacity .2s linear !important;
    -o-transition: background .2s linear, opacity .2s linear !important;
    -moz-transition: background .2s linear, opacity .2s linear !important;
    transition: background .2s linear, opacity .2s linear !important;
    /* transition: background .2s linear; */
    background: transparent;
}

.lazyimg {
    position: relative;
    overflow: hidden;
    background: #eee;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    -moz-transition: background .2s linear;
    transition: background .2s linear;
}

.lazyimg_loaded .lazyimg_img {
    opacity: 1;
}

.act_img img {
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.act_img:hover {
    opacity: .8;
}

.lazyimg_img {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

img {
    border: 0;
    vertical-align: middle;
}

.act_inner:after {
    content: '';
    z-index: 0;
    display: block;
    position: absolute;
    width: 340px;
    height: 420px;
    left: 30px;
    top: 0;
    background: #f0f3ef;
}

.sort {
    background: #fff;
}

.box_hd {
    height: 60px;
    padding: 0 20px;
    font-size: 0;
    line-height: 0;
}

.box_hd_lk {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 8px 0 0 0;
}

.box_hd_lk a {
    color: #666;
    text-decoration: none;
}

.sort_wrapper {
    margin: 0 0 0 20px;
}

.sort_wrapper img:hover {
    opacity: .8;
    transition: all 0.6s;
}

.sort_wrapper a:hover {
    color: #c81623;
}

.sort_large {
    display: block;
    width: 350px;
    height: 180px;
    margin-bottom: 10px;
}

.sort_large_img {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.sort_middle {
    float: left;
    display: block;
    width: 170px;
    height: 180px;
    margin: 0 10px 10px 0;
}

.sort_middle_img {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.box_last {
    margin-right: 0;
}

.box_hd {
    height: 60px;
    padding: 0 20px;
    font-size: 0;
    line-height: 0;
}

.box_hd_lk {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 8px 0 0 0;
}

.box_tit {
    float: left;
    font-weight: normal;
    font-size: 22px;
    color: #222;
    line-height: 44px;
}

.box_subtit {
    float: left;
    font-size: 14px;
    color: #999;
    height: 20px;
    line-height: 20px;
    margin: 12px 0 0 10px;
}


/*品牌购*/

.home-ppg-layout {
    width: 1200px;
    margin: 0px auto 20px auto;
    overflow: hidden;
}

.home-ppg-layout a img:hover {
    opacity: .8;
    transition: background .2s linear, opacity .2s linear !important;
}

.home-ppg-layout .ppgb {
    margin: 0px auto;
    height: 400px;
    overflow: hidden;
}

.home-ppg-layout .ppgs {
    width: 291px;
    height: 400px;
    margin-right: 12px;
    float: left;
}

.home-ppg-layout .ppgs-end {
    width: 291px;
    height: 400px;
    float: left;
}

.home-ppg-layout .ggwb {
    margin: 0px auto;
    overflow: hidden;
}

.home-ppg-layout .ggws {
    width: 392px;
    height: 100px;
    float: left;
    margin-right: 12px;
}

.home-ppg-layout .ggws-end {
    width: 392px;
    height: 100px;
    float: left;
}


/*楼层*/

.flwrap {
    margin: 0px auto 20px auto;
    width: 1160px;
    overflow: hidden;
    padding: 20px;
}

.mttz1 {
    margin-top: 36px;
}

.left_con {
    background: #fff;
}

.left_con .leftbg {
    height: 480px;
    background: url(../images/floor_1.jpg) no-repeat;
}

.left_con .floor_silder .caption {
    color: #925740
}

.left_con .floor_silder .img_first .color_mask {
    background-color: #a87c69;
    opacity: 0
}

.left_con .floor_silder .img_second .color_mask {
    background-color: #a87c69;
    opacity: .5
}

.left_con .floor_silder .img_third .color_mask {
    background-color: #a87c69;
    opacity: .8
}

.comment .comment_left {
    border-right: 1px solid #ded0ca;
}

.center_con .pro_con .pro_wrap {
    background: #fff;
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 80%, #f3f3f0 100%);
    background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 80%, #f3f3f0 100%);
    background: -webkit-linear-gradient(315deg, #fff 0%, #fff 80%, #f3f3f0 100%);
    background: -moz-linear-gradient(315deg, #fff 0%, #fff 80%, #f3f3f0 100%);
    background: -o-linear-gradient(315deg, #fff 0%, #fff 80%, #f3f3f0 100%);
    background: linear-gradient(135deg, #fff 0%, #fff 80%, #f3f3f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f0', GradientType=1)
}

.center_con .keywords a:hover {
    color: #925740
}

.mod_index_floor {
    height: 576px;
    background-color: #fff;
}

.boderT {
    /*border-top: 1px solid #fea934;*/
}

.mod_index_floor .left_con {
    position: relative;
    float: left;
    width: 300px;
    height: 540px;
    text-align: center
}

.mod_index_floor .left_con .cn_tit {
    color: #292929;
    font-size: 28px;
    font-weight: bold;
    border-top: 2px solid #fea934;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.mod_index_floor .left_con .cn_tit a {
    color: #292929;
}

.mod_index_floor .left_con .cn_tit a:hover {
    color: #00428e;
}

.mod_index_floor .left_con .en_tit {
    color: #679d01;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    width: 148px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
}

.mod_index_floor .left_con .floor_silder {
    position: relative;
    margin-top: 260px;
}

.mod_index_floor .left_con .floor_silder .hot {
    width: 200px;
    height: 120px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 30px;
    overflow: hidden;
}

.mod_index_floor .left_con .floor_silder .hot .box {
    width: 200px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
}

.mod_index_floor .left_con .floor_silder .hot .box .tit {
    font-size: 14px;
    font-weight: bold;
    color: #292929;
    height: 20px;
    line-height: 20px;
    background: url(../images/hot_bg_l.jpg) no-repeat;
}

.mod_index_floor .left_con .floor_silder .hot .box .cont {
    padding: 5px 0px;
    text-align: center;
    height: 90px;
    line-height: 30px;
    font-size: 13px;
    padding-left: -10px;
}

.mod_index_floor .left_con .floor_silder .hot .box .cont a {
    padding: 0px 10px 0px 0px;
    white-space: nowrap;
}

.mod_index_floor .left_con .floor_silder .caption {
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px
}

.mod_index_floor .left_con .floor_silder .sub_tit {
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.mod_index_floor .left_con .floor_silder .turn_show {
    position: absolute;
    top: 234px;
    left: 67px;
    height: 30px;
    line-height: 30px;
    color: #f8f6f7
}

.mod_index_floor .left_con .floor_silder .prev_btn,
.mod_index_floor .left_con .floor_silder .next_btn {
    float: left;
    widows: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

.mod_index_floor .left_con .floor_silder .show_num {
    float: left;
    padding: 0 20px;
    font-family: "Tahoma";
    font-size: 14px
}

.mod_index_floor .center_con {
    float: left;
    width: 694px;
    border-right: 1px dashed #dedede;
}

.mod_index_floor .center_con .keywords {
    height: 60px;
    overflow: hidden;
    border-right: 1px solid #f5f5f5;
    margin-left: 4px;
    color: #aaa
}

.mod_index_floor .center_con .keywords ul {
    margin-left: -5px
}

.mod_index_floor .center_con .keywords li {
    float: left
}

.mod_index_floor .center_con .keywords a {
    display: inline-block;
    margin: 0 15px;
    line-height: 60px;
    color: #aaa;
}

.mod_index_floor .center_con .keywords a:hover {
    color: #00428e;
}

.mod_index_floor .center_con .pro_wrap {
    float: left;
    position: relative;
    width: 216px;
    height: 239px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    margin: 5px;
    border: 1px solid #f0f0f0;
}

.mod_index_floor .center_con .pro_wrap:hover {
    box-shadow: 0 4px 14px #98c2d8;
}

.mod_index_floor .center_con .pro_wrap a {
    display: block;
    width: 216px;
    height: 239px;
}

.mod_index_floor .center_con .pro_wrap a:hover img {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

.mod_index_floor .center_con .pro_wrap .pro_tit {
    position: absolute;
    z-index: 105;
    height: 30px;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #333;
    bottom: 40px;
}

.mod_index_floor .center_con .pro_wrap .pro_tit:hover {
    color: #00428e;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
}

.mod_index_floor .center_con .pro_wrap .pro_sub_tit {
    position: absolute;
    z-index: 105;
    height: 30px;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    bottom: 10px;
}

.mod_index_floor .center_con .pro_wrap .pro_sub_tit strong {
    color: #fe0036;
    font-size: 16px;
}

.mod_index_floor .center_con .pro_wrap .pro_sub_tit span {
    margin-left: 20px;
    font-size: 13px;
    color: #999999;
}

.mod_index_floor .center_con .pro_wrap .pro_sub_tit span i {
    background: url(../images/icon_jf.png) no-repeat;
    width: 14px;
    height: 13px;
    display: inline-block;
    top: 10px;
}

.mod_index_floor .center_con .pro_wrap .pro_sub_tit strong:hover {
    color: #000;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
}

.mod_index_floor .center_con .pro_wrap .pro_sub_tit span:hover {
    color: #00428e;
}

.mod_index_floor .center_con .pro_wrap img {
    z-index: 101;
    text-align: center;
    max-width: 140px;
    max-height: 140px;
    -webkit-transition: -webkit-transform .4s ease 0s;
    transition: -webkit-transform .4s ease 0s;
    -o-transition: -o-transform .4s ease 0s;
    -moz-transition: transform .4s ease 0s, -moz-transform .4s ease 0s;
    transition: transform .4s ease 0s;
    transition: transform .4s ease 0s, -webkit-transform .4s ease 0s, -moz-transform .4s ease 0s, -o-transform .4s ease 0s
}

.mod_index_floor .center_con .brand_wrap {
    float: left;
    position: relative;
    width: 247px;
    height: 194px;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5
}

.mod_index_floor .center_con .brand_wrap .brand_cover {
    position: relative;
    width: 204px;
    height: 162px;
    overflow: hidden;
    border: 21px solid #fff;
    border-top: 16px solid #fff;
    border-bottom: 16px solid #fff
}

.mod_index_floor .center_con .brand_wrap ul {
    position: absolute;
    top: -16px;
    left: -21px;
    width: 246px
}

.mod_index_floor .center_con .brand_wrap li {
    float: left;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5
}

.mod_index_floor .center_con .brand_wrap a {
    display: block;
    width: 80px;
    height: 32px;
    padding: 16px 21px 16px 21px
}

.mod_index_floor .center_con .brand_wrap img {
    width: 80px;
    height: 32px
}

.mod_index_floor .center_con .pro_con .pro_wrap {
    background: #fff
}

.mod_index_floor .hot_con {
    float: right;
    overflow: hidden;
}

.mod_index_floor .hot_con .hot_tit {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    /*border-top: 2px solid #fea934;*/
    border-bottom: 1px solid #f5f5f5;
    height: 57px;
    line-height: 56px;
    text-align: center;
    background: url(../images/new_bg_l.jpg) no-repeat;
}

.mod_index_floor .hot_con .rank_list {
    overflow: hidden;
}

.mod_index_floor .hot_con .rank_list li {
    overflow: hidden;
    margin: 5px 5px 10px;
}

.mod_index_floor .hot_con .rank_list li a {
    width: 216px;
    height: 239px;
    position: relative;
}

.mod_index_floor .hot_con .rank_list li a:hover img {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}

.mod_index_floor .hot_con .pro_img {
    position: relative;
    display: block;
    overflow: hidden;
}

.mod_index_floor .hot_con .pro_img img {
    width: 216px;
    height: 239px;
    -webkit-transition: -webkit-transform .4s ease 0s;
    transition: -webkit-transform .4s ease 0s;
    -o-transition: -o-transform .4s ease 0s;
    -moz-transition: transform .4s ease 0s, -moz-transform .4s ease 0s;
    transition: transform .4s ease 0s;
    transition: transform .4s ease 0s, -webkit-transform .4s ease 0s, -moz-transform .4s ease 0s, -o-transform .4s ease 0s;
    transform: scale(1.4);
}


/*.mod_index_floor .hot_con .pro_img i {
	position:absolute;
	top:0;
	left:0;
	width:18px;
	height:18px;
	background-color:#00428e;
	text-align:center;
	line-height:18px;
	color:#fff;
	font-style:normal;
	font-size:11px;
	border-radius:6px;
}*/

.mod_index_floor .hot_con .pro_img .rank_second {
    background-color: #ff8300
}

.mod_index_floor .hot_con .pro_img .rank_third {
    background-color: #f7c601
}

.mod_index_floor .hot_con .rank_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
}

.mod_index_floor .hot_con .rank_detail .pro_name {
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    padding: 8px 0;
}

.mod_index_floor .hot_con .rank_detail .pro_price {
  
    color: #ff6600;
    font-family: "Microsoft YaHei";
    margin-bottom:8px;
}

.mod_index_floor .hot_con .rank_detail .pro_price em {
    font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 16px;
}

.mod_index_floor .hot_con .rank_detail .pro_price span {
    margin-left: 8px;
    color: #999999;
}

.mod_index_floor .hot_con .rank_detail .pro_price span i {
    background: url(../images/icon_jf1.png) no-repeat;
    width: 14px;
    height: 13px;
    display: inline-block;
    top: 10px;
}

.boderT2 {
    border-top: 1px solid #67cb33;
}

.boderT3 {
    border-top: 1px solid #8834ee;
}

.boderT4 {
    border-top: 1px solid #d37a5c;
}

.boderT5 {
    border-top: 1px solid #ff45aa;
}

.boderT6 {
    border-top: 1px solid #fea934;
}

.left_con .leftbg2 {
    height: 480px;
    background: url(../images/floor_2.jpg) no-repeat;
}

.left_con .leftbg3 {
    height: 480px;
    background: url(../images/floor_3.jpg) no-repeat;
}

.left_con .leftbg4 {
    height: 480px;
    background: url(../images/floor_4.jpg) no-repeat;
}

.left_con .leftbg5 {
    height: 480px;
    background: url(../images/floor_5.jpg) no-repeat;
}

.left_con .leftbg6 {
    height: 480px;
    background: url(../images/floor_1.jpg) no-repeat;
}

.mod_index_floor .left_con .cn_tit2 {
    color: #292929;
    font-size: 28px;
    font-weight: bold;
    border-top: 2px solid #67cb33;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.mod_index_floor .left_con .cn_tit3 {
    color: #292929;
    font-size: 28px;
    font-weight: bold;
    border-top: 2px solid #8834ee;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.mod_index_floor .left_con .cn_tit4 {
    color: #292929;
    font-size: 28px;
    font-weight: bold;
    border-top: 2px solid #d37a5c;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.mod_index_floor .left_con .cn_tit5 {
    color: #292929;
    font-size: 28px;
    font-weight: bold;
    border-top: 2px solid #ff45aa;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.mod_index_floor .left_con .cn_tit6 {
    color: #292929;
    font-size: 28px;
    font-weight: bold;
    border-top: 2px solid #fea934;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.mod_index_floor .left_con .en_tit2 {
    color: #679d01;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    width: 148px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
}

.mod_index_floor .left_con .en_tit3 {
    color: #679d01;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    width: 148px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
}

.mod_index_floor .left_con .en_tit4 {
    color: #679d01;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    width: 148px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
}

.mod_index_floor .left_con .en_tit5 {
    color: #679d01;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    width: 148px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
}

.mod_index_floor .left_con .en_tit6 {
    color: #679d01;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    width: 148px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
}

.mod_index_floor .hot_con .hot_tit2 {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    border-top: 2px solid #67cb33;
    border-bottom: 1px solid #f5f5f5;
    height: 57px;
    line-height: 56px;
    text-align: center;
    background: url(../images/new_bg_l.jpg) no-repeat;
}

.mod_index_floor .hot_con .hot_tit3 {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    border-top: 2px solid #8834ee;
    border-bottom: 1px solid #f5f5f5;
    height: 57px;
    line-height: 56px;
    text-align: center;
    background: url(../images/new_bg_l.jpg) no-repeat;
}

.mod_index_floor .hot_con .hot_tit4 {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    border-top: 2px solid #d37a5c;
    border-bottom: 1px solid #f5f5f5;
    height: 57px;
    line-height: 56px;
    text-align: center;
    background: url(../images/new_bg_l.jpg) no-repeat;
}

.mod_index_floor .hot_con .hot_tit5 {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    border-top: 2px solid #ff45aa;
    border-bottom: 1px solid #f5f5f5;
    height: 57px;
    line-height: 56px;
    text-align: center;
    background: url(../images/new_bg_l.jpg) no-repeat;
}

.mod_index_floor .hot_con .hot_tit6 {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    border-top: 2px solid #fea934;
    border-bottom: 1px solid #f5f5f5;
    height: 57px;
    line-height: 56px;
    text-align: center;
    background: url(../images/new_bg_l.jpg) no-repeat;
}

.loading_status {
    margin: 0px auto;
    width: 370px;
    height: 30px;
    margin-bottom: 44px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.loading_status span {
    position: relative;
    top: 15px;
    padding: 0 30px;
    background-color: #f5f5f5;
    line-height: 30px;
    font-size: 16px;
    color: #757575;
}


/*mod_you_like*/

.mod_you_like {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
}

.mod_you_like .you_like_label {
    height: 305px;
    overflow: hidden;
    margin-top: 24px;
    background-color: #fff
}

.mod_you_like .you_like_label ul {
    margin-right: -12px
}

.mod_you_like .you_like_label li {
    _display: inline;
    float: left;
    margin: 16px 12px 10px 0
}

.mod_you_like .you_like_label li a {
    display: block;
    width: 220px;
    overflow: hidden;
    padding: 8px;
    text-align: center
}

.mod_you_like .you_like_label li a:hover .red_line {
    width: 60px
}

.mod_you_like .you_like_label li img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto
}

.mod_you_like .you_like_label .red_line {
    width: 20px;
    height: 2px;
    overflow: hidden;
    margin: 4px auto 0 auto;
    line-height: 0;
    font-size: 0;
    background-color: #00428e;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    -moz-transition: width .3s linear;
    transition: width .3s linear
}

.mod_you_like .you_like_label .pro_descrip {
    width: 140px;
    height: 24px;
    overflow: hidden;
    margin: 4px auto 0;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #999
}

.mod_you_like .you_like_label .pro_label {
    height: 24px;
    overflow: hidden;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: bold
}

.mod_you_like h4 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin: 0px auto;
    background-color: #fff;
    padding:26px 0;
}

.mod_you_like h4 .line{
    width:200px;
    margin:0 auto ;
    line-height: 3px;
}

.mod_you_like h4 .hot_pro{
    font-size: 16px;
    color: #999;
    font-weight: normal;
    height: 32px;
    margin-top: 6px;
    letter-spacing: 2px;
}


.mod_you_like h4 u {
    display: inline-block;
    width: 27px;
    height: 18px;
    background: url(../images/indexbody_sprite.png) no-repeat -180px 0;
    vertical-align: middle
}

.mod_you_like h4 i {
    display: inline-block;
    width: 27px;
    height: 18px;
    background: url(../images/indexbody_sprite.png) no-repeat -220px 0;
    vertical-align: middle
}

.mod_you_like h4 span {
    vertical-align: middle;
    font-weight: bold;
    color: #333;
    margin:0 14px;
}

.mod_you_like .you_like_list {
    position: relative;
    padding-bottom: 10px;
    overflow: hidden
}

.mod_you_like .you_like_list ul {
    margin-right: -12px
}

.mod_you_like .you_like_list li {
    width: 229px;
    float: left;
    margin: 12px 12px 0 0
}

.mod_you_like .you_like_list li a {
    display: block;
    width: 214px;
    height: 293px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #333
}

.mod_you_like .you_like_list li a:hover {
    box-shadow: 0 4px 14px #98c2d8;
}

.mod_you_like .you_like_list li a:hover .pro_name {
    height: 0;
    opacity: 0
}

.mod_you_like .you_like_list li a:hover .pro_name .pro_mask {
    -webkit-transform: translate3d(0, -58px, 0);
    -moz-transform: translate3d(0, -58px, 0);
    transform: translate3d(0, -58px, 0)
}

.mod_you_like .you_like_list li a:hover .operate_area {
    display: block
}

.mod_you_like .you_like_list .flip_wrap {
    margin: 0 auto
}

.mod_you_like .you_like_list .pro_pic {
    position: relative;
    padding-top: 220px;
    *padding-top: 200px;
    margin: 0 auto;
    text-align: center
}

.mod_you_like .you_like_list .pro_pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 220px
}

.mod_you_like .you_like_list .pro_name {
    position: relative;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
    line-height: 40px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 16px;
    border-bottom:1px dashed #98c2d8;
}

.mod_you_like .you_like_list .pro_name .pro_mask {
    position: absolute;
    left: 0;
    top: 40px;
    height: 40px;
    width: 220px;
    background: white;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 60%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 60%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(60%, white), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 60%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, white 60%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease
}

.mod_you_like .you_like_list .pro_price {
    height: 24px;
    margin-top: 5px;
    line-height: 24px;
    color: #ff6600;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    text-align:center;
}

.mod_you_like .you_like_list .pro_price span {
    font-family: "tahoma";
}

.mod_you_like .you_like_list .pro_price em {
    margin-left: 20px;
    color: #999999 !important;
    font-family: "tahoma";
}

.mod_you_like .you_like_list .pro_price em i {
    background: url(../images/icon_jf.png) no-repeat;
    width: 14px;
    height: 13px;
    display: inline-block;
    top: 10px;
}

.mod_you_like .you_like_list .operate_area {
    display: none;
    text-align: center;
    line-height: 30px
}

.mod_you_like .you_like_list .operate_area span {
    width: 102px;
    height: 30px;
    display: block;
    margin: 0px auto;
}

.mod_you_like .you_like_list .operate_area .not_interest {
    margin-right: 10px;
    background-color: #f5f5f5;
    color: #666
}

.mod_you_like .you_like_list .operate_area .not_interest:hover {
    background-color: #eee
}

.mod_you_like .you_like_list .operate_area .view_detail {
    background-color: #ff6600;
    color: #fff;
    border-radius: 4px;
}

.mod_you_like .you_like_list .operate_area .view_detail:hover {
    background-color: #f31e1e;
}

.mod_you_like .you_like_list .global_loading {
    display: none;
    position: absolute;
    left: 0;
    bottom: 15px;
    _bottom: 370px;
    width: 100%;
    height: 80px;
    background: #f5f5f5 url(../images/loading-yhdUpdate_01.gif?34cbef7) no-repeat center center
}

.mod_you_like .you_like_list .loading_status {
    position: absolute;
    bottom: 15px;
    _bottom: 370px;
    left: 50%;
    width: 370px;
    height: 30px;
    margin-left: -185px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center
}

.mod_you_like .you_like_list .loading_status span {
    position: relative;
    top: 15px;
    padding: 0 30px;
    background-color: #f5f5f5;
    line-height: 30px;
    font-size: 18px;
    color: #757575
}

.mod_you_like .you_like_list .goods_icon {
    width: 30px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    margin-left: 2px
}

.mod_you_like .you_like_list .self_icon {
    line-height: 14px;
    background-color: #ffefef;
    color: #f66;
    border: 1px solid #f3a3ad;
    margin-right: 2px;
    margin-left: 0px;
    margin-top: 2px
}

.mod_you_like .you_like_list .pro_tag {
    float: right;
    margin-top: 5px
}

.mod_you_like .you_like_list .pro_tag .off_icon {
    float: left;
    margin-top: 6px;
    background-color: #fff3fa;
    color: #ff62a1;
    border: 1px solid #ffcce0
}

.mod_you_like .you_like_list .pro_tag .ticket_square_left {
    left: -2px;
    top: -1px;
    position: absolute
}

.mod_you_like .you_like_list .pro_tag .ticket_square_right {
    right: -2px;
    top: -1px;
    position: absolute
}

.mod_you_like .you_like_list .pro_tag .ticket_icon {
    float: left;
    margin-top: 6px;
    color: #ff6c5a;
    border: 1px solid #ffd6cf;
    background-color: #fff4f2;
    position: relative
}

.mod_you_like .you_like_list .pro_tag .ticket_icon ul {
    margin-right: 0
}

.mod_you_like .you_like_list .pro_tag .ticket_square {
    width: 1px;
    height: 2px;
    background-color: #ffd6cf;
    margin: 0;
    margin-bottom: 2px;
    float: none
}

.mod_you_like .you_like_complete {
    padding-bottom: 80px
}

.mod_floor_lift {
    display: none;
    position: fixed;
    _position: absolute;
    z-index: 910;
    left: 50%;
    top: 50%;
    width: 36px;
    overflow: hidden;
    margin-left: -660px;
    margin-top: -216px;
    text-align: center
}

.mod_floor_lift a {
    position: relative;
    display: block;
    width: 24px;
    height: 36px;
    padding: 5px 6px;
    margin-bottom: 2px;
    background-color: #fff;
    color: #666;
    line-height: 18px
}

.mod_floor_lift a:hover {
    color: #fff
}

.mod_floor_lift .cur a {
    color: #fff
}

.mod_floor_lift .cur .floor_link0 {
    background-color: #645144
}

.mod_floor_lift .cur .floor_link1 {
    background-color: #f78b4b
}

.mod_floor_lift .cur .floor_link2 {
    background-color: #0bcd96
}

.mod_floor_lift .cur .floor_link3 {
    background-color: #96374e
}

.mod_floor_lift .cur .floor_link4 {
    background-color: #ff87d0
}

.mod_floor_lift .cur .floor_link5 {
    background-color: #fe8282
}

.mod_floor_lift .cur .floor_link6 {
    background-color: #6ac5ff
}

.mod_floor_lift .cur .floor_link7 {
    background-color: #925740
}

.mod_floor_lift .cur .floor_link8 {
    background-color: #5c9bf1
}

.mod_floor_lift .cur .floor_link9 {
    background-color: #6d62da
}

.mod_floor_lift .cur .floor_link10 {
    background-color: #00428e
}

.mod_floor_lift .floor_link0:hover {
    background-color: #645144
}

.mod_floor_lift .floor_link1:hover {
    background-color: #f78b4b
}

.mod_floor_lift .floor_link2:hover {
    background-color: #0bcd96
}

.mod_floor_lift .floor_link3:hover {
    background-color: #96374e
}

.mod_floor_lift .floor_link4:hover {
    background-color: #ff87d0
}

.mod_floor_lift .floor_link5:hover {
    background-color: #fe8282
}

.mod_floor_lift .floor_link6:hover {
    background-color: #6ac5ff
}

.mod_floor_lift .floor_link7:hover {
    background-color: #925740
}

.mod_floor_lift .floor_link8:hover {
    background-color: #5c9bf1
}

.mod_floor_lift .floor_link9:hover {
    background-color: #6d62da
}

.mod_floor_lift .floor_link10:hover {
    background-color: #00428e
}

/*floatbar*/

#LoutiNav {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    right: auto;
    margin-left: -700px;
    margin-top: -305px;
    display: block;
    background: #fff;
    display: none;
}

#LoutiNav .fl_nav,
#LoutiNav li {
    width: 88px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

#LoutiNav .fl_nav {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 700;
    padding-top: 8px;
    height: 42px;
}

#LoutiNav li b,
#LoutiNav ul {
    width: 90px;
    overflow: hidden;
}

#LoutiNav li {
    position: relative;
    padding: 2px 0px;
    height: 36px;
    border-top: none;
    cursor: pointer;
}

#LoutiNav .fl_goto .fl_div {
    position: relative;
    border-top: none;
    cursor: pointer;
    width: 88px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#LoutiNav .fl_goto .fl_div:hover {
    background: #00428e;
    color: #fff;
    border-left: 1px solid #00428e;
    border-right: 1px solid #00428e;
}

#LoutiNav .fl_goto .fl_div1 {
    position: relative;
    border-top: none;
    cursor: pointer;
    width: 88px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

#LoutiNav .fl_goto .fl_div1:hover {
    background: #00428e;
    color: #fff;
    border-left: 1px solid #00428e;
    border-right: 1px solid #00428e;
}

#LoutiNav .fl_goto .flTop a {
    display: block;
    width: 88px;
    height: 40px;
    background: url(../images/LoutiNav_bg.png) 0px 0px no-repeat;
}

#LoutiNav .fl_goto .flTop a:hover {
    background: url(../images/LoutiNav_bg.png) -88px 0px no-repeat;
}

#LoutiNav .fl_goto .fl_bottom a {
    display: block;
    width: 88px;
    height: 40px;
    background: url(../images/LoutiNav_bg.png) -176px 0px no-repeat;
}

#LoutiNav .fl_goto .fl_bottom a:hover {
    background: url(../images/LoutiNav_bg.png) -264px 0px no-repeat;
}

#LoutiNav li b {
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    width: 10px;
    height: 10px;
    background: url(../images/ui.png) -152px 0 no-repeat;
    z-index: 2;
    display: none;
}

#LoutiNav li span {
    margin-top: 4px;
    height: 14px;
    line-height: 14px;
    color: #777;
    cursor: pointer;
    font-family: Arial, "Microsoft Yahei";
}

#LoutiNav li p {
    margin-bottom: 4px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    cursor: pointer;
    width: 88px;
    color: #777;
    text-align: center;
}

#LoutiNav .fl_goto .flTop a.hover {
    background: url(../images/ui.png) no-repeat -216px -78px;
}

#LoutiNav .fl_goto .fl_bottom a.hover {
    background: url(../images/ui.png) no-repeat -216px -26px;
}

#LoutiNav .active {
    background: #00428e;
    color: #fff;
    border: 1px solid #00428e;
}

#LoutiNav .active p,
#LoutiNav .active span {
    color: #fff;
}

#LoutiNav li:hover {
    background: #00428e;
    color: #fff;
    border-left: 1px solid #00428e;
    border-right: 1px solid #00428e;
}

#LoutiNav li:hover p,
#LoutiNav li:hover span {
    color: #fff;
}

#LoutiNav .fl_tit {
    color: #009667;
}


/*用户名*/

.user_profit {
    width: 100%;
    cursor: pointer;
    margin: 4px 0px 10px 0px;
}

.user_profit span:nth-child(2) {
    width: 52%;
    margin: 0 auto 14px auto;
    font-size: 15px;
}

.user_profit span:nth-child(2) em {
    display: inline-block;
    background: #ffb200;
    color: #333;
    width: 36px;
    border-radius: 17px 0 0 17px;
    margin-left: -20px;
    padding: 0 8px;
    margin-right: 8px;
    font-size: 15px;
    font-weight: bold;
}

.user_profit_lk {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #666;
    -moz-border-radius: 11px;
    border-radius: 17px;
    -webkit-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    -moz-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
    margin-bottom: 6px;
}

.user_profit_lk_plus {
    background: #363634;
    color: #e5d790;
}

.usr-jf {
    display: inline-block;
    height: 20px;
    line-height: 20px !important;
    font-size: 15px;
    text-align: center;
    color: #333;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.mg6 {
    margin-top: 6px;
}

.tj_big {
    width: 204px;
    height: 503px;
    border: 1px solid #fff;
    margin: 3px 0px 0px 3px;
}

.tj_tit_cn {
    width: 100%;
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
}

.tj_tit_en {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}

.tgleft i {
    display: inline-block;
    width: 20px;
    height: 33px;
    margin: 10px 0px 10px 92px;
    background: url(../images/shd_bg.png) no-repeat;
}

.tj_cont {
    margin-top: 0px;
}

.tj_cont p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}


/*<!--翻屏广告左边的-->*/

.menu_list_wrap {
    width: 212px;
    position: absolute;
    top: 42px;
    z-index: 99;
    margin-right: 370px;
}

.menu_list_wrap .menu_list_bar {
    width: 212px;
    height: 470px;
    background: #3d404d;
    overflow: hidden
}

.menu_list_wrap ul {
    height: 470px
}

.menu_list_wrap li div.title {
    height: 40px;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.menu_list_wrap li div.title span {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 90px;
    color: #00428e;
    font-size: 13px;
    background: #3d404d;
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -45px;
    z-index: 10;
    text-align: center;
}

.menu_list_wrap li div.title em {
    width: 180px;
    height: 1px;
    display: block;
    background: #666666;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 8
}

.menu_list_wrap li .bar_pad {
    padding: 0px 10px;
}

.menu_list_wrap li .bar_pad a {
    color: #FFF
}

.menu_list_wrap li .bar_pad a:hover {
    color: #00428e;
    text-decoration: underline
}

.menu_list_wrap li .bar_pad>span {
    float: left;
    width: 36px;
    height: 25px;
    line-height: 25px;
    display: block;
    padding-left: 12px;
    font-size: 12px;
}

.floor-title {
    font-size: 22px;
    padding: 0 20px 0 0;
    margin: 0 20px 20px 0;
    color: #333;
    font-weight: bold;
}
.floor-title span{
    font-size:18px;
    color:#999;
    font-weight:normal;
}
.floor-title2 {
    color: #333;
}

.floor-title3 {
    color: #333;
}

.floor-title4 {
    color: #333;
}

.floor-title5 {
    color: #333;
}

.floor-title6 {
    color: #333;
}

.tzbox {
    width: 216px;
    height: 162px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px dashed #98c2d8;
}