.all-sort-list {
    position: relative;
    float: left;
    width: 228px;
    border-top: none;
    background: #000;
    height: 100%;
}

.all-sort-list .item {
    height: 49px;
    border-top: 1px solid #FFFFFF;
}

.all-sort-list .item.bo {
    border-top: none;
}

.all-sort-list .item h3 {
    height: 30px;
    line-height: 45px;
    font-size: 15px;
    font-weight: normal;
    width: 199px;
    overflow: hidden;
}

.all-sort-list .item span {
    padding: 0px 5px;
    color: #1baeae;
    font-family: "\5B8B\4F53";
}

.all-sort-list .item a {
    color: #fff;
    text-decoration: none;
}

.all-sort-list .item a:hover {
    font-weight: bold;
    color: #1baeae;
}

.all-sort-list .item-list {
    display: none;
    position: absolute;
    width: 495px;
    min-height: 200px;
    _height: 200px;
    background: #FFF;
    left: 210px;
    box-shadow: 0px 0px 10px #DDDDDD;
    border: 1px solid #DDD;
    top: 3px;
    z-index: 10;
}

.item-list .subitem {
    float: left;
    width: 477px;
    padding: 0px 4px 0px 8px;
}

.item-list .subitem dl {
    border-top: 1px solid #EEE;
    padding: 6px 0px;
    overflow: hidden;
    zoom: 1;
}

.item-list .subitem .fore1 {
    border-top: none;
}

.item-list .subitem dt {
    float: left;
    width: 84px;
    line-height: 20px;
    text-align: left;
    padding: 3px 6px 0px 0px;
    font-weight: 700;
    color: #1baeae;
}

.item-list .subitem dt a {
    color: #1baeae;
    text-decoration: underline;
}

.item-list .subitem dd {
    float: left;
    width: 415px;
    padding: 3px 0px 0px;
    overflow: hidden;
}

.item-list .subitem dd em {
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0px 8px;
    margin-top: 5px;
    border-left: 1px solid #CCC;
}

.item-list .subitem dd em a, .item-list .cat-right dd a {
    color: #666;
    text-decoration: none;
}

.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover {
    font-weight: normal;
    text-decoration: underline;
}

#content #banner #cate_menu {
    width: 234px;
    height: 100%;
    background-color: #0c0c13;
    box-sizing: border-box;
    position: relative;
}

#content #banner #cate_menu > ul {
    position: relative;
    padding: 20px 0;
}

#content #banner #cate_menu > ul:hover li:last-of-type {
    display: block;
}

#content #banner #cate_menu > ul > li {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 30px;
    font-size: 14px;
}

#content #banner #cate_menu > ul > li:last-of-type {
    display: none;
    padding: 0;
    width: 800px;
    height: 461px;
    z-index: 2;
    position: absolute;
    left: 100%;
    top: 0;
}

#content #banner #cate_menu > ul > li:hover {
    background-color: #1baeae;
}

#content #banner #cate_menu > ul > li a {
    color: #fff;
    margin-left: 10px;
}

#content #banner #cate_menu > ul > li .pop {
    box-shadow: 2px 3px 5px #ccc;
    width: 800px;
    height: 461px;
    background-color: #fff;
    padding: 20px 0 0 20px;
    font-size: 12px;
    box-sizing: border-box;
}

#content #banner #cate_menu > ul > li .pop > li {
    margin-bottom: 10px;
    white-space: nowrap;
}

#content #banner #cate_menu > ul > li .pop > li .title {
    float: left;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

#content #banner #cate_menu > ul > li .pop > li .title .iconfont {
    font-size: 12px;
}

#content #banner #cate_menu > ul > li .pop > li .list {
    float: left;
    max-width: 700px;
}

#content #banner #cate_menu > ul > li .pop > li .list li {
    float: left;
    margin-top: 2px;
    margin-bottom: 5px;
}

#content #banner #cate_menu > ul > li .pop > li .list li a {
    display: block;
    height: 16px;
    margin-left: 0;
    line-height: 16px;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    color: #666;
    border-left: 1px solid #e0e0e0;
}

#content #banner #cate_menu > ul > li .pop > li .list li a:hover {
    color: #1baeae;
}

#content #banner .swiper-container {
}

#content #banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}


#content #sub_banner .selector {
    width: 234px;
    height: 100%;
}

#content #sub_banner .selector .sidebar {
    float: left;
    display: block;
    width: 78px;
    height: 85px;
}

#content #sub_banner .selector .sidebar img {
    opacity: 0.8;
}

#content #sub_banner .selector .sidebar img:hover {
    opacity: 1;
}

#content #sub_banner .hot-image {
    width: 295px;
    height: 295px;
}

#content #sub_banner .hot-image a {
    display: block;
    width: 100%;
    height: 100%;
}

#content #sub_banner .hot-image a img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#content #sub_banner .hot-image a img:hover {
    opacity: 1;
}

#content #flash {
    width: 1200px;
    flex-shrink: 0;
    margin-top: 20px;
}

#content #flash > h2 {
    height: 58px;
    line-height: 58px;
}

#content #flash ul {
    display: flex;
    justify-content: space-between;
}

#content #flash ul li {
    width: 234px;
    height: 352px;
    background-color: #fafafa;
    border-top: 1px solid #ffa500;
}

#content #flash ul li:nth-child(2) {
    border-color: #008000;
}

#content #flash ul li:nth-child(3) {
    border-color: #00f;
}

#content #flash ul li:nth-child(4) {
    border-color: #f00;
}

#content #flash ul li:nth-child(5) {
    border-color: #008080;
}

#content #flash ul li a {
    display: block;
    font-size: 14px;
    text-align: center;
}

#content #flash ul li a img {
    width: 160px;
    height: 160px;
    opacity: 0.8;
    margin: 37px;
}

#content #flash ul li a .discount {
    font-size: 12px;
    color: #b0b0b0;
    margin: 15px 0;
}

#content #flash ul li a .item_price {
    color: #1baeae;
}

#content #flash ul li a:hover img {
    opacity: 1;
}

#content #flash .time {
    background-color: #f1eded;
}

#content #flash .time .name {
    margin-top: 53px;
    font-size: 21px;
    color: #ef3a3b;
}

#content #flash .time img {
    width: 34px;
    height: 53px;
}

#content #flash .time .text {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.54);
}

#content #flash .time .flashTime {
    margin: 28px 33px 0;
    color: #fff;
    font-size: 24px;
    line-height: 46px;
    display: flex;
    justify-content: center;
}

#content #flash .time .flashTime .box {
    width: 46px;
    height: 46px;
    background-color: #605751;
}

#content #flash .time .flashTime .dosh {
    height: 46px;
    font-size: 28px;
    color: #605751;
}

#content #recommend {
    width: 1226px;
    position: relative;
    flex-shrink: 0;
    margin: 20px 0;
}

#content #recommend > h2 {
    height: 58px;
    line-height: 58px;
}

#content #recommend .more {
    position: absolute;
    top: 18px;
    right: 30px;
}

#content #recommend .more:hover {
    color: #1baeae;
}

#content #recommend ul {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

#content #recommend ul li {
    width: 234px;
    height: 314px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 4px;
    margin-right: 6px;
}

#content #recommend ul li:nth-child(1) .hot-image,
#content #recommend ul li:nth-child(6) .hot-image {
    width: 100%;
    height: 100%;
    margin: 0;
}

#content #recommend ul li:hover {
    box-shadow: 0px 0px 30px #ccc;
}

#content #recommend ul li:hover .comment {
    transform: translateY(0);
}

#content #recommend ul li a {
    display: block;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#content #recommend ul li a .info {
    width: 104px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 10px;
    margin: auto;
}

#content #recommend ul li a .new {
    background-color: #83c44e;
}

#content #recommend ul li a .discount {
    background-color: #45aba1;
}

#content #recommend ul li a > p {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 220px;
}

#content #recommend ul li a .item_price {
    color: #1baeae;
}

#content #recommend ul li a .counter {
    height: 15px;
    line-height: 15px;
    color: #aaa;
    font-size: 12px;
}

#content #recommend ul li a img {
    width: 160px;
    height: 160px;
    margin: 10px 0 20px;
}

#content #recommend ul li a .comment {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(101%);
    transition: transform 0.4s;
    box-sizing: border-box;
    height: 70px;
    padding: 10px 0 0 30px;
    background-color: #1baeae;
    color: #fff;
    text-align: left;
}

#content #recommend ul li a .comment p {
    font-size: 12px;
    margin-top: 5px;
}

/* 首页 */
*{margin: 0; padding: 0;}
*{ margin: 0; padding: 0; font-family: "microsoft yahei";}
body{  font-size: 12px; color: #222; background: #F2F5F7;}
ul,li{ list-style: none;}
a,i,span{ text-decoration: none; }
input[type="button"]{ cursor: pointer; outline: none; font-size: 12px; outline: none; -webkit-appearance: none;  transition: all .3s;}
select{ cursor: pointer; outline: none; font-size: 12px; transition: all .3s;}
input[type="text"]{ outline: none; font-size: 12px; -webkit-appearance: none; transition: all .3s;}
input[type="password"]{ outline: none; font-size: 12px; -webkit-appearance: none; transition: all .3s;}
textarea{ -webkit-appearance: none; resize: none; }
table{ border-collapse: collapse; }
/* ::-webkit-scrollbar {display:none} */

.nnyc-banner{width: 100%; height: auto; overflow: hidden; background: #fff; padding: 0 10px 10px 10px; box-sizing: border-box;}

.nnyc-banner-banner{position: absolute; left: 200px; top: 0; right: 0; bottom: 0; margin: 10px 0 0px 10px; box-sizing: border-box;height: 385px;}
.nnyc-banner-banner .bannerimg{width: 100%; height: 385px; position: relative;}
.nnyc-banner-banner .bannerimg .imgone{width: 100%; height: 100%;}
.nnyc-banner-banner .bannerimg .imgone img{width: 100%; height: 100%;}
.nnyc-banner-banner .bannerimg a{transition: all .2s;}
.nnyc-banner-banner .bannerimg a.aarrow{display: inline-block; position: absolute; transform: translateY(-50%); width: 20px; height: 30px; }
.nnyc-banner-banner .bannerimg a.astep{top: 49%; background: url(../image/bannerstep.svg) no-repeat center; background-size: 20px;}
.nnyc-banner-banner .bannerimg a.astep:hover{background: url(../image/bannerstep_check.svg) no-repeat center; background-size: 20px;}
.nnyc-banner-banner .bannerimg a.anext{right: 0; top: 49%; background: url(../image/bannnernext.svg) no-repeat center; background-size: 20px;}
.nnyc-banner-banner .bannerimg a.anext:hover{background: url(../image/bannnernext_check.svg) no-repeat center; background-size: 20px;}



.bannercircle{position: absolute; transform: translate(-50%,-50%); left: 50%; bottom: 0;}
.bannercircle i.icircle{display: inline-block; width: 9px; height: 9px; background: #fff; border-radius: 200px; margin: 0 6px;}
.bannercircle i.icircle-check{background: #1B7AFF;}

.nnyc-newproduct{width: 100%; height: auto; overflow: hidden; padding: 15px 0;}
.nnyc-newproduct h2 span{font-size: 12px; margin-left: 20px; font-weight: 400;}

.nnyc-newproduct-box{width: 100%; height: auto; overflow: hidden;display: flex;flex-wrap: wrap;}



.compage{width: 100%; height: auto; overflow: hidden; padding: 15px 0; text-align: right; color: #3C464F; font-size: 0;}
.compage span{font-size: 12px;}
.compage span b{font-weight: 400;}
.compage input[type="button"]{width: 32px; height: 32px; font-size: 12px; background: #fff; border: 1px solid #ececec; border-radius: 3px; text-align: center; box-sizing: border-box; margin: 0 5px;} 
.compage input[type="button"]:hover{border: 1px solid #1B7AFF; color: #1B7AFF;}
.compage input[type="text"]{padding: 0 10px; height: 32px; max-width: 60px; font-size: 12px; background: #fff; border: 1px solid #ececec; border-radius: 3px; text-align: center; box-sizing: border-box; margin: 0 5px;}
.compage input[type="text"]:hover{border-color: #1B7AFF;}
.compage input.btnarrow-fl{background: #fff url(../image/pagestep.svg) no-repeat center; background-size: 6px;}
.compage input.btnarrow-fl:hover{background: #fff url(../image/pagestep_check.svg) no-repeat center; background-size: 6px;}
.compage input.btnarrow-fr{background: #fff url(../image/pagenext.svg) no-repeat center; background-size: 6px;}
.compage input.btnarrow-fr:hover{background: #fff url(../image/pagenext_check.svg) no-repeat center; background-size: 6px;}

.nnyc-combottom{width: 100%; height: auto; overflow: hidden; background: #333333; padding: 24px 0;}
.nnyc-combottom ul.ulone{width: 100%; height: auto; overflow: hidden; display: flex; align-items: center; justify-content: left;}
.nnyc-combottom ul.ulone li{width: 20%;}
.nnyc-combottom ul.ulone li img{width: 57px; float: left; margin-right: 10px;}
.nnyc-combottom ul.ulone li .text{padding-top: 10px;}
.nnyc-combottom ul.ulone li .text h2{font-size: 14px; color: #fff; font-weight: 400;}
.nnyc-combottom ul.ulone li .text p{color: #ECEDF3; margin-top: 5px;}

.nnyc-botdetail{width: 100%; height: auto; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); box-sizing: border-box; margin-top: 24px; padding-top: 24px;}
.nnyc-botdetail table.tabletwo{width: 100%;}
.nnyc-botdetail table.tabletwo td{vertical-align: top;}
.nnyc-botdetail table.tabletwo td h2{font-size: 14px; color: #fff; margin-bottom: 20px;}
.nnyc-botdetail table.tabletwo td p{margin: 5px 0;}
.nnyc-botdetail table.tabletwo td p a{color: rgba(255,255,255,.5);}
.nnyc-botdetail table.tabletwo td p a:hover{color: #1B7AFF;}
.nnyc-botbq{width: 100%; height: 40px; line-height: 40px; background: #000; overflow: hidden;}
.nnyc-botbq span.spanfl{color: #fff;}
.nnyc-botbq span.spanfr{float:right; }
.nnyc-botbq span.spanfr a{color: #fff;}
.nnyc-botbq span.spanfr a:hover{color: #1B7AFF;}
.nnyc-botbq span.spanfr b{margin: 0 10px; display: inline-block; color: #fff; font-weight: 400;}


/* 2- */
.nnyc-location{width: 100%; height: auto; overflow: hidden; padding: 15px 0; color: #999;}
.nnyc-location i.iing{display: inline-block; margin-right: 10px; position: relative; top: 2px;}
.nnyc-location i.iing img{width: 14px;}

.nnyc-shopdetail{width: 100%; height: auto; overflow: hidden;}
.nnyc-shopone{position: relative;}
.nnyc-shoponeimg{width: 372px; height: 372px; background: #fff; border: 1px solid #ececec; padding: 10px; box-sizing: border-box;}
.nnyc-shoponeimg img{width: 100%; height: 100%;}
.nnyc-shopminimg{}


.swiper-button-prev{
	display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    top: 49%;
    background-image: url("../image/bannerstep.svg");
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 20px;
    left:0 !important;
}
.swiper-button-next{
	display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    top: 49%;
    background-image: url("../image/bannnernext.svg");
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 20px;
    right:0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{content:unset !important};