﻿body {
    font-family: 'NanumGothic'
}

@font-face {
    font-family: 'NanumGothic';
    src: url('fonts/NanumGothic.ttf');
    /*字体源文件*/
    /*    src: url('fonts/NanumGothicBold.ttf');
    src: url('fonts/NanumGothicExtraBold.ttf');
    src: url('fonts/NanumGothicLight.ttf');
    src: url('fonts/NanumGothicExtraBold.ttf');
    src: url('fonts/NanumGothicExtraBold.ttf');*/
}

@font-face {
    font-family: 'NanumGothicBold';
    src: url('fonts/NanumGothicBold.ttf');
    /*字体源文件*/
}

@font-face {
    font-family: 'NanumGothicLight';
    src: url('fonts/NanumGothicLight.ttf');
    /*字体源文件*/
}

@font-face {
    font-family: 'NanumGothicExtraBold';
    src: url('fonts/NanumGothicExtraBold.ttf');
    /*字体源文件*/
}

@font-face {
    font-family: 'TTAppgulimB';
    src: url('fonts/TTAppgulimB.ttf');
    /*字体源文件*/
}

@font-face {
    font-family: 'TTAppgulimL';
    src: url('fonts/TTAppgulimL.ttf');
    /*字体源文件*/
}

@font-face {
    font-family: 'TTAppgulimR';
    src: url('fonts/TTAppgulimR.ttf');
    /*字体源文件*/
}


/*顶部广告*/

.mall-classify .classify-box {
    opacity: 1
}

.change {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    width: 100%;
    height: 90px;
    /*border-bottom: 2px solid #ddd !important;*/
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.3);
}

.change .mall-search-other,
.change .header-right {
    display: none;
}

.change .header-left {
    padding-top: 5px;
}

.change .mall-search-box {
    margin-top: 25px;
}

.panel-right-function {
    z-index: 999
}

.advert {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    /*height: 60px;*/
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

.advert a {
    cursor: pointer;
}

.advert img {
    width: 100%;
}

.advert_center {
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -600px;
    height: 0;
}

.advert span {
    width: 25px;
    height: 25px;
    background: url(../images/cha.png)no-repeat;
    background-size: 100%;
    background-position: center;
    color: #fff;
    line-height: 14px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.hidden {
    /*transform: translateY(-60px);*/
    /* height: 0*/
    position: absolute;
    top: -60px;
}


/*搜索框*/

.mall-search-box {
    position: relative;
}

.mall-search-more {
    position: absolute;
    top: 34px;
    left: -1px;
    width: 500px;
    background: #fff;
    border: 1px solid #b1191a;
    border-top: none;
    z-index: 111;
    display: none;
}

.mall-search-more.shows {
    display: block;
}

.mall-search-top {
    padding: 18px;
}

.mall-search-top ul {
    overflow: hidden;
}

.mall-search-top ul li {
    width: 153px;
    float: left;
    border: 1px solid #dbdbdb;
    background: #f5f5f5;
}

.mall-search-top ul li:nth-child(2),
.mall-search-top ul li:nth-child(3) {
    border-left: none;
}

.mall-search-top ul li.on {
    background: #fff;
    border-bottom: none;
}


/*.mall-search-top ul li:last-child{
	border-right: none;
}*/

.mall-search-top ul li a {
    display: block;
    /* padding: 5px 0; */
    height: 35px;
    text-align: center;
}

.mall-search-center {
    padding: 0 18px;
}

.mall-search-item {
    overflow: hidden;
    height: 300px;
}

.mall-search-item ul {
    overflow: hidden;
}

.mall-search-item ul li {
    /*list-style:decimal;*/
    position: relative;
    float: left;
    width: 100%;
    margin: 2px 0 2px;
    padding: 4px 5px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}

.mall-search-item ul li>a {
    overflow: hidden;
    display: block;
    height: 18px;
    margin-right: 100px;
    line-height: 18px;
    text-decoration: none;
}

.mall-search-item ul li>span {
    position: absolute;
    right: 0px;
    top: 4px;
    padding: 2px 30px 0 0;
    font-size: 12px;
    line-height: 1.3;
    color: #999;
}

.mall-search-item ul li>span a {
    position: absolute;
    width: 18px;
    margin-left: 5px;
    border: 1px solid #dbdbdb;
    text-align: center;
    height: 18px;
    line-height: 14px;
    overflow: hidden;
    color: #dbdbdb;
    font-size: 12px;
    word-break: break-all;
    background: url(../images/cuo.png)no-repeat;
    background-size: 100%;
    background-position: center;
}

.mall-search_no {
    display: none;
    width: 100%;
    line-height: 60px;
    font-size: 18px;
}

.mall-search-bottom {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    position: relative;
}

.mall-search-bottom .del-sear {
    float: left;
    margin: 11px 0 0 20px;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: underline;
    color: #666;
}

.close-all {
    position: absolute;
    right: 20px;
    overflow: hidden;
    font-size: 14px;
    word-break: break-all;
}

.mall-search-item ul li>span a.mall-up {
    border: none;
    background: url(../images/up.png)no-repeat;
    background-size: 14px;
    background-position: center;
}

.mall-search-item ul li>span a.mall-down {
    background: url(../images/down.png)no-repeat;
    background-size: 14px;
    background-position: center;
}

.mall-search-item ul li.top3>a {
    color: #b1191a;
}

.del-de {
    text-decoration: none!important;
}


/*秒杀*/

.mall-flash {
    margin-top: 30px;
}

.mall-flash-kill {
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    font-family: 'TTComsetakR'
}

.mall-flash-kill b {
    color: #ff75af;
}

.mall-flash-kill span {
    display: inline-block;
    font-size: 16px;
    padding-left: 50px;
    color: #b8b8b8;
    background: url(../images/nz.png)no-repeat;
    background-size: 30px;
    background-position: 10px 5px;
    font-style: initial;
    font-weight: normal;
    font-family: 'NanumGothic'
}

.mall-flash-time {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #cad3d8;
    border-bottom: none;
    position: relative;
    font-family: 'TTAppgulimR'
}

.mall-flash-time ul {
    height: 49px;
}

.mall-flash-time ul li {
    float: left;
    text-align: center;
    width: 25%;
    line-height: 49px;
    border-right: 1px solid #e2e7ea;
    font-weight: 700;
    position: relative;
    font-size: 16px;
}

.mall-flash-time ul li.flash-on span {
    position: absolute;
    left: 45%;
    top: 40px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #323848;
}

.mall-flash-time ul li:last-child {
    border-right: none;
}

.mall-flash-time ul li.flash-on {
    color: #fec549;
    background: #323848;
    border-right: 1px solid #323848;
}

.flash-lasttime {
    position: absolute;
    top: -40px;
    border: 1px solid #cad3d8;
    border-radius: 50px;
    height: 30px;
    line-height: 28px;
    padding-right: 15px;
    font-size: 16px;
    font-family: 'TTAppgulimR'
}

.flash-lasttime span {
    position: relative;
    left: -1px;
    top: -1px;
    display: inline-block;
    float: left;
    padding: 0 15px;
    border: 1px solid #ea68a2;
    border-radius: 50px;
    background: #ea68a2;
    line-height: 28px;
    margin-right: 5px;
    color: #fff;
    font-family: 'NanumGothic'
}

.mall-flash-content {
    width: 100%;
    background: #f7f9fa;
    padding: 30px 0 50px;
    border-top: 1px solid #cad3d8;
    border-bottom: 1px solid #cad3d8
}

.mall-flash-hard {
    position: relative;
    width: 1200px;
    padding: 0 60px;
    margin: 0 auto
}

.flash-list {
    position: relative;
    height: 443px;
    overflow: hidden;
    width: 1080px;
}

.mall-flash-content .flash-list ul {
    /*width:90%;
	margin: 0 auto ;
	overflow: hidden;*/
}

.piclist {
    height: 115px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.swaplist {
    position: absolute;
    left: -3000px;
    top: 0px;
}

.mall-flash-content .flash-list ul li {
    float: left;
    text-align: center;
    width: 270px;
    /*	border-right: 1px solid #e2e7ea;*/
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.mall-flash-content .flash-list ul li .flash-item {
    padding: 0 10px;
}

.mall-flash-content .flash-list ul li .flash-item .flash-intro {
    display: inline-block;
    width: 240px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    color: #323232;
    background: #cbe1fe;
    border: 1px solid #cbe1fe;
    border-radius: 20px;
    margin: 12px 0;
    font-family: 'NanumGothic'
}

.flash-img {
    background: #fff;
    border: 1px solid #efefef;
    border-bottom: none
}

.flash-img,
.flash-img img {
    width: 100%;
}

.flash-img img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

.mall-add {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-top: 1px solid #efefef
}

.flash-img p {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 13px;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #323232;
    text-align: left;
    font-family: 'NanumGothic'
}

.flash-money {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    margin-bottom: 10px;
}

.flash-money b {
    font-style: 18PX;
    color: #f33141;
    font-family: 'NanumGothicExtraBold'
}

.flash-money span {
    color: #323232;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 5px;
    opacity: .5;
    font-family: 'NanumGothic'
}

.flash-buy {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: #f2f3f4;
    border: 1px solid #eaeaea;
}

.flash-cart {
    width: 60%;
    float: left;
    line-height: 38px;
    padding-left: 55px;
    font-size: 12px;
    text-align: left;
    background: url(../images/cart.png)no-repeat;
    background-size: 18px;
    background-position: 25px center;
    border-right: 1px solid #eaeaea;
    color: #323232;
    font-family: 'NanumGothic'
}

.flash-add {
    width: 40%;
    height: 100%;
    float: left;
    background: url(../images/add.png)no-repeat;
    background-size: 20px;
    background-position: center;
    /*border-right: 1px solid #eaeaea;*/
}

.flash-add-on {
 /*   width: 20%;
    height: 100%;
    float: left;*/
    background: url(../images/add_on.png)no-repeat;
    background-size: 20px;
    background-position: center;
/*    border-right: 1px solid #eaeaea;*/
}

.flash-share {
    width: 20%;
    height: 100%;
    float: left;
    background: url(../images/share.png)no-repeat;
    background-size: 20px;
    background-position: center;
}

.mall-flash-content .flash-list ul li:hover .flash-img img {
    opacity: .5
}

.mall-flash-content .flash-list ul li:hover .flash-img p {
    color: #f33141;
}

.flash-pre {
    position: absolute;
    top: 45%;
    left: 0;
    width: 35px;
    height: 100px;
    background: #7b7c7d url(../images/pre.png)no-repeat;
    background-size: 16px;
    background-position: center;
    opacity: .5;
    cursor: pointer;
}

.flash-next {
    position: absolute;
    top: 45%;
    right: 0;
    width: 35px;
    height: 100px;
    background: #7b7c7d url(../images/next.png)no-repeat;
    background-size: 16px;
    background-position: center;
    opacity: .5;
    cursor: pointer;
}

.flash-pre:hover,
.flash-next:hover {
    opacity: 1
}


/*新团购*/

.mall-group {
    width: 100%;
}

.group_buy {
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    color: #464646;
    font-family: 'TTComsetakR'
}

.group_buy b {
    color: #2e8be1;
    padding-right: 50px;
    background: url(../images/group_buy.png)no-repeat;
    background-size: 39px 30px;
    background-position: right center;
}

.group_content {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 15px;
    margin: 10px 0 30px;
    overflow: hidden;
}

.group-item {
    width: 49.5%;
    float: left;
    border: 1px solid #dddddd;
    height: 250px;
    margin-bottom: 12px;
}

.group-item:nth-child(2n) {
    margin-left: 1%;
}

.group-item:nth-child(3),
.group-item:nth-child(4) {
    margin-bottom: 0
}

.box-parent {
    width: 220px;
    margin: 120px auto 0 auto;
    height: 220px;
    margin: 15px;
    float: left;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

.group-img {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    left: 20px;
    top: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

#bl {
    position: absolute;
    top: 2px;
    right: -15px;
    width: 70px;
    height: 70px;
    line-height: 20px;
    font-size: 18px;
    padding: 15px 6px;
    border-radius: 50%;
    background: #2e8be1;
    color: #fff;
    font-family: 'NanumGothic'
}

.group-pro {
    float: left;
    width: 280px;
    height: 220px;
    margin: 15px 0 15px 30px;
}

.group-lasttime {
    display: inline-block;
    border: 1px solid #2e8be1;
    border-radius: 50px;
    height: 20px;
    line-height: 18px;
    padding-right: 15px;
    color: #2e8be1;
    margin: 10px 0;
    font-size: 14px;
    font-family: 'NanumGothic'
}

.group-lasttime span {
    display: inline-block;
    float: left;
    padding: 0 15px;
    border-radius: 50px;
    background: #2e8be1;
    line-height: 18px;
    margin-right: 10px;
    color: #fff
}

.group-name {
    font-size: 18px;
    margin-top: 10px;
    line-height: 24px;
    font-weight: bold;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 2px;
    color: #2c2d47;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    font-family: 'NanumGothicBold'
}

.old-p {
    font-size: 16px;
    text-indent: 10px;
    color: #dbdbdb;
    font-family: 'NanumGothic'
}

.old-p b {
    font-size: 16px;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 6px;
}

.new-p {
    font-size: 16px;
    text-indent: 10px;
    font-family: 'NanumGothic'
}

.new-p b {
    font-size: 24px;
    font-weight: 600;
    margin-left: 6px;
    color: #2c2d47;
    font-family: 'NanumGothicExtraBold'
}

.group-add {
    color: #fff;
    line-height: 40px;
    background: #2c2c2c;
    border-radius: 50px;
    margin-top: 20px;
    display: inline-block;
    padding: 0 50px;
    font-size: 18px;
    font-family: 'NanumGothic'
}

.group-item:hover .group-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.group-item:hover .group-name {
    color: #f33141
}


/*新楼层*/

.mall-floor {}

.mall-floor-title {
    position: relative;
    font-size: 30px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

.txt-col {
    color: #09b2ef;
}

.txt-col2 {
    color: #ec1c24
}

.mall-floor-content {
    border: 1px solid #eee;
    border-top: 2px solid #464546;
    overflow: hidden;
}

.mall-floor-left {
    width: 23.33333%;
    height: 600px;
    float: left;
    border-right: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.mall-floor-left h3 {
    margin-top: 75px;
    font-size: 30px;
    font-weight: 700;
    padding: 0 15px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 20px;
}

.mall-floor-left p {
    font-size: 16px;
    color: #dbdbdb;
    text-indent: 15px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mall-floor-img {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 50px;
}

.a.swiper-button-prev {
    margin-left: 10px;
    border-right: none;
    background: url(../images/pre1.png)no-repeat;
    background-size: 15px;
    background-position: center;
}

.a.swiper-button-next {
    background: url(../images/next1.png)no-repeat;
    background-size: 15px;
    background-position: center;
    right: 10px;
}

.mall-floor-img img {
    height: 100%
}

.mall-page {
    position: absolute;
    top: 10px;
    right: 60px;
    font-size: 12px;
    color: #999;
    z-index: 111;
}


/*.mall-page span {
    float: left;
}
*/

.mall-page span>b {
    font-weight: normal;
}

.a {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #dbdbdb;
    z-index: 111;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 12px;
    opacity: .3
}

.a.swiper-button-prev {
    margin-left: 10px;
    border-right: none;
    background: url(../images/pre1.png)no-repeat;
    background-size: 15px;
    background-position: center;
}

.a.swiper-button-next {
    background: url(../images/next1.png)no-repeat;
    background-size: 15px;
    background-position: center;
    right: 10px;
}

.mall-floor-center {
    width: 60%;
    height: 600px;
    float: left;
    padding: 0 50px;
    border-right: 1px solid#eee;
    position: relative;
}

.mall-slide {
    width: 100%;
    height: 600px;
}

.mall-floor-item {
    width: 33.333%;
    height: 300px;
    padding: 10px 4px 20px;
    float: left;
}

.mall-floor-item-img {
    width: 192px;
    height: 200px;
    overflow: hidden;
}

.mall-floor-item-img img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

.mall-floor-intro {
    color: #666;
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mall-floor-p {
    font-size: 14px;
    color: #333;
}

.mall-floor-p b {
    line-height: 28px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'NanumGothicExtraBold'
}

.mall-floor-item:hover .mall-floor-item-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mall-floor-item:hover .mall-floor-intro {
    color: #f33141
}

.mall-floor-pre {
    position: absolute;
    left: 10px;
    top: 45%;
    width: 30px;
    height: 50px;
    background: #f2f2f2 url(../images/pre2.png)no-repeat;
    background-size: 16px;
    background-position: center;
    cursor: pointer;
}

.mall-floor-next {
    position: absolute;
    right: 10px;
    top: 45%;
    width: 30px;
    height: 50px;
    background: #f2f2f2 url(../images/next2.png)no-repeat;
    background-size: 16px;
    background-position: center;
    cursor: pointer;
}

.mall-floor-right {
    width: 16.66666%;
    float: left;
}

.mall-floor-class {
    width: 100%;
    height: 300px;
    padding: 15px 15%;
}

.mall-floor-class>div {
    height: 270px;
    line-height: 30px;
    overflow: hidden;
}

.mall-floor-class a {
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.mall-floor-key {
    width: 100%;
    height: 300px;
    padding: 15px 15%;
    line-height: 26px;
}

.mall-floor-key>div {
    height: 270px;
    line-height: 26px;
    overflow: hidden;
}

.mall-floor-key span {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.mall-floor-key a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #ddd;
}


/*BANNER*/


/* main layout */

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
}

main.content {
    position: relative;
    width: 100%;
    padding-top: 200px;
    background: #e9edf0;
    z-index: 20;
    overflow: hidden;
}


/* 2017-02-17 cyn position Ãß°¡*/

main.content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0
}

#wrap main.content {
    padding-top: 0px
}


/* ÃÊ±â·ÎµùÀÌ½´ °³¼±À» À§ÇØ Ãß°¡ */


/* 2017-02-14 sion »èÁ¦¿¹Á¤ */

.main_top {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 480px;
    background-color: #d5e4f9;
    z-index: 5
}

.main_top .inner {
    position: relative;
    width: 100%;
    height: 480px;
    margin: 0 auto;
    z-index: 5
}


/* // 2017-02-14 sion »èÁ¦¿¹Á¤ */

.main_top_v2 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 100;
}

.main_top_v2 .inner {
    position: relative;
    width: 100%;
    height: 480px;
    margin: 0 auto;
    z-index: 5
}


/* event layer */

.main_event_layer {
    position: relative;
    z-index: 800;
    width: 1200px;
    margin: 0 auto
}

.main_event_layer .inner {
    position: absolute;
    left: 131px;
    top: -1px;
    padding: 9px;
    border: 1px solid #333;
    background: #fff
}

.main_event_layer .inp_check {
    margin-right: 4px
}

.main_event_layer .tx {
    font-size: 12px;
    cursor: pointer
}

.main_event_layer .func {
    position: relative;
    height: 24px;
    padding: 8px 0 0 0
}

.main_event_layer .btn_close {
    position: absolute;
    right: 5px;
    bottom: 0px;
    width: 55px;
    height: 23px;
    background: url(../images/sp_main.png) no-repeat -180px -110px;
    text-indent: -9999px
}


/* 2017-02-14 sion »èÁ¦¿¹Á¤ */

.main_category_layer {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 132px;
    top: -1px;
    height: 464px;
    border: 1px solid #000;
    background: #fff
}

.on .main_category_layer {
    display: block
}

.main_category_layer .set_category {
    overflow: hidden;
    float: left;
    width: 680px;
    height: 100%
}

.main_category_layer .set_category .col {
    float: left;
    height: 100%;
    border-left: 1px solid #dadada
}

.main_category_layer .set_category .col:first-child {
    border-left: none
}

.main_category_layer .set_category .box {
    position: relative;
    float: left;
    width: 169px;
    border-right: 1px solid #dadada
}

.main_category_layer .set_category .box .subject {
    overflow: hidden;
    display: block;
    height: 35px;
    line-height: 34px;
    margin-top: -1px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #dadada
}

.main_category_layer .set_category .box .subject a {
    font-size: 13px;
    color: #111
}

.main_category_layer .set_category .box .ico_arrow {
    display: inline-block;
    width: 5px;
    height: 9px;
    margin: 0 0 0 4px;
    background: url(../images/sp_main.png) no-repeat;
    vertical-align: 0px
}

.main_category_layer .set_category .box li {
    overflow: hidden;
    height: 20px;
    padding: 0px 5px 0 20px;
    line-height: 20px
}

.main_category_layer .set_category .box li:first-child {
    padding-top: 4px
}

.main_category_layer .set_category .box li a {
    font-size: 13px
}

.main_category_layer .set_category .box_list {
    overflow: hidden;
    border-bottom: 1px solid #dadada
}

.main_category_layer .set_category .box .more {
    position: absolute;
    left: 20px;
    bottom: 6px
}

.main_category_layer .set_category .box .more a {
    color: #999;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline
}

.main_category_layer .set_category .box .more .n {
    letter-spacing: 0
}

.main_category_layer .set_category.set_bt_row_default .box_list {
    height: 430px
}

.main_category_layer .set_category.set_bt_row_0 .box_list {
    height: 197px
}

.main_category_layer .set_category.set_bt_row_1 .box_list {
    height: 179px
}

.main_category_layer .set_category.set_bt_row_2 .box_list {
    height: 162px
}

.main_category_layer .set_category.set_bt_row_3 .box_list {
    height: 144px
}

.main_category_layer .set_category.set_bt_row_4 .box_list {
    height: 127px
}

.main_category_layer .set_category.set_bt_row_5 .box_list {
    height: 109px
}

.main_category_layer .special_category {
    float: left;
    width: 339px;
    height: 480px;
    margin: 0 0 0 -1px;
    border-left: 1px solid #c6c6c6;
    background: #fcfcfc
}

.main_category_layer .special_category .box {
    float: left;
    overflow: hidden;
    width: 169px;
    height: 100%;
    border-left: 1px solid #ededed;
    font-size: 12px
}

.main_category_layer .special_category .box:first-child {
    border-left: none
}

.main_category_layer .special_category .box .subject {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 0 0 19px;
    color: #111;
    border-bottom: 1px solid #dadada
}

.main_category_layer .special_category .box .box_list {
    padding: 6px 0 0 19px
}

.main_category_layer .special_category .recommand li {
    margin: 6px 0 0 0;
    padding: 0 5px 0 0;
    font-size: 13px;
    line-height: 20px
}

.main_category_layer .special_category .recommand li:first-child {
    margin-top: 0
}

.main_category_layer .special_category .recommand .thumb {
    margin: 0 7px 0 0
}

.main_category_layer .special_category .recommand .thumb img {
    width: 20px;
    height: 20px
}

.main_category_layer .special_category .specialshop .box_list {
    padding-top: 3px
}

.main_category_layer .special_category .specialshop li {
    margin: 3px 0 0 0;
    padding: 0 5px 0 0;
    font-size: 13px;
    line-height: 20px
}

.main_category_layer .btn_close {
    position: absolute;
    right: 1px;
    top: -1px;
    width: 35px;
    height: 35px;
    background: url(../images/sp_main.png) no-repeat -15px 0;
    text-indent: -9999px
}


/* // 2017-02-14 sion »èÁ¦¿¹Á¤ */


/* ºôº¸µå */

.main_billboard_v2 {
    position: relative;
    left: 0;
    width: 1200px;
    height: 480px;
    background: #fff;
}

.main_billboard_v2 .main_billboard_list {
    position: absolute;
    left: 255px;
    bottom: 20px;
    height: 35px;
    z-index: 5
}

.main_billboard_v2 .main_billboard_list>li {
    position: relative;
    float: left;
    width: 115px;
    opacity: 0.95;
    filter: alpha(opacity=95)
}

.main_billboard_v2 .main_billboard_list>li>a {
    position: relative;
    display: block;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    font-size: 12px;
    color: #2d323b;
    z-index: 10;
    font-family: 'NanumGothic'
}

.main_billboard_v2 .main_billboard_list>li>i {
    position: absolute;
    right: 0;
    top: 13.5px;
    display: block;
    height: 8px;
    width: 1px;
    background: #dcdcdc;
    z-index: 11;
}

.main_billboard_v2 .main_billboard_list>li:last-child>i,
.main_billboard_v2 .main_billboard_list>li.on>i {
    display: none;
}

.main_billboard_v2 .main_billboard_list>li.on {
    z-index: 10
}

.main_billboard_v2 .main_billboard_list>li.on>a {
    height: 36px;
    background: #f43142;
    color: #fff;
    border-color: #db2c3b
}

.main_billboard_v2 .main_billboard_list .sub_list {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 35px;
    width: 100%;
    background: #000;
    background: #5a5b5b
}

.main_billboard_v2 .main_billboard_list>li.on .sub_list {
    display: block
}

.main_billboard_v2 .main_billboard_list>li .btn_list {
    position: absolute;
    top: 0px;
    width: 20px;
    height: 37px;
    z-index: 15
}

.main_billboard_v2 .main_billboard_list>li .btn_list .ico {
    position: absolute;
    top: 14px;
    width: 5px;
    height: 9px;
    background: url(../images/sp_main.png) no-repeat;
    text-indent: -9999px
}

.main_billboard_v2 .main_billboard_list>li .btn_list_prev {
    left: 0px
}

.main_billboard_v2 .main_billboard_list>li .btn_list_next {
    right: 0px
}

.main_billboard_v2 .main_billboard_list>li .btn_list_prev .ico {
    left: 10px;
    background-position: -230px 0
}

.main_billboard_v2 .main_billboard_list>li .btn_list_next .ico {
    left: 6px;
    background-position: -240px 0
}

.main_billboard_v2 .main_billboard_list>li.on .btn_list_prev .ico {
    background-position: -250px 0
}

.main_billboard_v2 .main_billboard_list>li.on .btn_list_next .ico {
    background-position: -260px 0
}

.main_billboard_v2 .main_billboard_list .sub_list a {
    display: block;
    padding: 9px 11px 8px 11px;
    color: #fff;
    line-height: 18px;
    font-size: 13px;
    border-bottom: 1px solid #1b1b1b;
    text-decoration: none
}

.main_billboard_v2 .main_billboard_list .sub_list .on a {
    color: yellow
}

.main_billboard_v2 .main_billboard_bnr {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0px;
    width: 1920px;
}

.main_billboard_v2 .main_billboard_bnr li {
    display: none
}

.main_billboard_v2 .main_billboard_bnr li.on {
    display: block
}

.main_billboard_v2 .main_billboard_bnr img {
    width: 53%;
    margin-left: 29.2%;
}

.main_billboard_v2 .btn_paging {
    position: absolute;
    /*top: 194px;*/
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    z-index: 15;
}

.main_billboard_v2 .btn_prev {
    left: -35px;
    background: #eeeeee url(../images/pre4.png);
}


/*.main_billboard_v2:hover .btn_prev {
    background-position: 0 -40px
}*/


/*.main_billboard_v2 .btn_prev:hover {
    background-position: -140px -40px
}
*/

.main_billboard_v2 .btn_next {
    right: -35px;
    background: #eeeeee url(../images/next4.png);
}


/*.main_billboard_v2:hover .btn_next {
    background-position: -70px -40px
}*/


/*.main_billboard_v2 .btn_next:hover {
    background-position: -210px -40px
}*/


/*.main_billboard_v2 .btn_autoplay {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-right: 1px solid #f4f4f5;
    border-bottom: 1px solid #c6cacc
}

.main_billboard_v2 .btn_autoplay .btn {
    display: block;
    width: 40px;
    height: 37px;
    background: url(../images/sp_main.png) no-repeat -60px 0;
    text-indent: -9999px;
    border: none
}*/

.main_billboard_v2 .btn_autoplay.play .btn {
    background-position: -180px 0
}


/*new footer*/

.new-footer {
    color: #a2a2a2;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #e0e0e0;
}

.footer-mall {
    padding: 20px 0;
    line-height: 20px;
    overflow: hidden;
}

.footer-first {
    display: inline-block;
    width: 13%;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    float: left;
}

.footer-first b {
    width: 7px;
    height: 7px;
    display: inline-block;
    border: 1px solid #f44554;
    border-radius: 50%;
    background: #f44554;
    position: absolute;
    left: 4px;
    top: 6px;
}

.footer-first:hover {
    color: #f44554;
}

.footer-second {
    display: block;
    float: left;
    width: 410px;
    margin-right: 15px;
    word-spacing: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-news:hover {
    color: #f44554;
}

.footer-time {
    padding: 0 15px;
    border-left: 1px solid #a2a2a2;
    display: block;
    float: left;
}

.footer-news:hover .footer-time {
    border-left: 1px solid #d71920;
}

.footer-mall .footer-more {
    float: right;
    display: inline-block;
    padding-right: 20px;
    margin-right: 30px;
    background: url(../images/go-right.png)no-repeat;
    background-size: 15px;
    background-position: right center;
    color: #777777;
    font-size: 14px;
}

.footer-mall .footer-more:hover {
    color: #d71920;
    background: url(../images/go-red.png)no-repeat;
    background-size: 15px;
    background-position: right center;
}

.footer-help {
    width: 100%;
}

.footer-help ul {
    width: 100%;
    overflow: hidden;
}

.footer-help ul li {
    float: left;
    width: 13%;
    text-align: center;
}

.footer-help ul li:nth-child(3),
.footer-help ul li:nth-child(4),
.footer-help ul li:nth-child(5) {
    width: 16%;
}

.footer-help ul li:nth-child(1) {
    text-indent: 10px;
    text-align: left;
}

.footer-help ul li a {
    color: #4e4e4e;
    border-left: 1px solid #4e4e4e;
    height: 15px;
    font-size: 14px;
    line-height: 15px;
    display: block;
}

.footer-help ul li:first-child a {
    padding-left: 10px;
    border-left: none;
}

.footer-help ul li:hover a {
    color: #d71920
}

.footer-brand {
    overflow: hidden;
}

.footer-logo {
    width: 13%;
    float: left;
    margin-top: 24px;
}

.footer-logo a img {
    /*width: 75px;*/
}

.footer-contact {
    width: 45%;
    float: left;
    padding-left: 45px;
    border-left: 1px dashed #eee;
    border-right: 1px dashed #eee;
    color: #4e4e4e
}

.footer-contact p a b {
    border: 1px solid #eee;
    color: #bbb;
    font-weight: normal;
}

.footer-contact h4,
.footer-phone h4 {
    font-weight: 600;
}

.footer-phone {
    width: 42%;
    float: left;
    padding-left: 45px;
    color: #4e4e4e
}

.bottom-footer {
    width: 100%;
    background: #f1f1f1
}

.footer-intro {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}

.footer-intro p {
    line-height: 22.5px;
}

.footer-sb {
    position: absolute;
    right: 0;
    top: 15px;
}

.last-footer {
    width: 100%;
    background: #000;
}

.footer-zc {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px
}

#news {
    width: 570px;
    height: 15px;
    position: relative;
    float: left;
    margin-left: 45px;
    overflow: hidden;
}

#news ul {
    position: absolute;
    left: 0;
    top: 0
}

#news ul li {
    width: 570px;
    height: 15px;
    line-height: 15px;
    list-style: none;
    text-align: left;
    font-size: 14px;
}

.mall-classify .font {
    background: #f44554;
    font-family: 'NanumGothicExtraBold';
    font-weight: 700;
}

.mall-nav .j-nav .item a {
    font-size: 12px;
    font-weight: 700;
    display: block;
}

.mall-nav .j-nav .item a>img {
    margin-top: 11.5px;
}

.c1 {
    color: #ff75af
}

.c2 {
    color: #2e8be1
}

.c3 {
    color: #3ae5bd
}


/*广告弹窗*/

.advbox {
    position: fixed;
    top: 25%;
    left: 50%;
    margin: 0px auto;
    width: 980px;
    z-index: 9999;
    margin-left: -490px
}

.advbox .advbtn {
    position: absolute;
    width: 19px;
    display: none;
    height: 55px;
    top: 10px;
    right: -23px
}

.advbox .advbtn2 {
    background: transparent;
}

.advbox .advbtn a {
    display: block;
    background: url(../images/gg_btn.png) no-repeat 0px 0px;
    height: 55px;
    overflow: hidden
}

.advbox .advbtn .advclose {
    background: url(../images/gg_btn.png) no-repeat 0px;
}

.advbox .advbtn2 a {
    display: block;
    background: url(../images/kk_btn.png) no-repeat 0px 0px;
    height: 120px;
    overflow: hidden
}

.advbox .advbtn2 .advcloseall{
	background: url(../images/kk_btn.png) no-repeat 0px;

}

.advbox .advcon {
    display: none;
    height: 400px;
}

.mall-nav {
    border-bottom: 1px solid #454545;
}

.mall-header .header-right {
    padding-top: 30px;
}

.mall-nav .j-nav .item a>img {
    vertical-align: middle!important;
}

.mall-header {
    border-bottom: none;
}

.choose-card {
    display: inline-block;
    line-height: 34px;
    padding-left: 26px;
    background: url(../images/card.png)no-repeat;
    background-size: 24px;
    background-position: left center;
}

.choose-card b {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/downcircle.png)no-repeat;
    background-size: 16px;
    background-position: center;
    cursor: pointer;
}

.card-more {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 398px;
    background: #fff;
    border: 1px solid #dbdbdb;
    z-index: 1111;
    text-align: left;
}

.card-more.show {
    display: block;
}

.card-more-title {
    line-height: 24px;
    padding: 5px 10px;
    font-size: 14px;
}

.card-more-title h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.card-more-title .second-name {
    font-weight: normal;
    padding: 0 10px;
    border: 1px solid #eee;
    border-radius: 15px;
}

.card-more-title a {
    width: 24px;
    height: 24px;
    background: url(../images/wrong.png)no-repeat;
    background-size: 24px;
    background-position: center;
    display: inline-block;
    float: right;
}

.card-content {
    border-top: 1px solid #dbdbdb;
    width: 100%;
    height: 170px;
    overflow-y: auto;
}

.card-content h3 {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
}

.card-list {
    margin: 0 10px;
    padding: 5px 0;
    border-top: 1px solid #eee;
    overflow: hidden;
    position: relative;
}

.card-list img {
    width: 100px;
}

.card-list span {
    display: table-cell;
    vertical-align: middle;
    margin-left: 10px;
}

.card-list span p {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

.card-left {
    width: 100px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cart-right {
    float: left;
    min-height: 40px;
    margin-left: 110px;
    display: table;
    vertical-align: middle;
}

.card-tip {
    margin: 0 10px;
    padding: 5px 0;
    border-top: 1px solid #eee;
}

.card-tip p {
    font-size: 12px;
    font-weight: normal;
    color: #ddd;
}