
#slide_header {
    width: 100%;
    height: 380px;
    background: url("../images/bg-home-hd.jpg") repeat-x #6D6163;
}

#slide_header .slide_header_text {
    width: 1190px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    clear: both;
}

#slide_header .slide_header_text h3 {
    font-size: 22px;
    font-weight: 700;
    display: inline;
    color: #FFF;
    letter-spacing: 0.15em;
    border-spacing: 0.15em;
}

#slide_header .slide_header_text h4 {
    font-size: 14px;
    display: inline;
    line-height: 70px;
    color: #FFF;
    margin-left: 10px;
    letter-spacing: 0.1em;
    border-spacing: 0.1em;
}

#slide_header .slide_header_text .num {
    position: absolute;
    right: 1px;
    bottom: 12px;
    border: 1px solid #EACCBC;
    border-radius: 3px;
    height: 25px;
    line-height: 26px;
    width: 120px;
    padding-left: 10px;
    color: #EACCBC;
    background: url(../images/iconfont-you.png) no-repeat 95% center;
    background-size: 14px;
    font-size: 12px;
}

#slide_header .slide_header_box {
    width: 1190px;
    height: 300px;
    margin: 0 auto;
}

#slide_header .slide_header_box .left {
    float: left;
    width: 1000px;
    height: 299px
}

#slide_header .slide_header_box .left .swiper-container {
    width: 100%;
    height: 100%;
}

#slide_header .slide_header_box .left .swiper-button-prev {
    background: url("../images/iconfont-zuo.png") no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 32px;
    left: 0;
}

#slide_header .slide_header_box .left .swiper-button-next {
    background: url("../images/iconfont-you.png") no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 30px;
    right: 0;
}

#slide_header .slide_header_box .left .swiper-button-prev:hover,
#slide_header .slide_header_box .left .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul {
    width: 100%;
    height: 100%;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li {
    width: 323.3px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li .text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li .text .left_text {
    float: left;
    width: 50%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    padding-left: 2px;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li .text .left_text span {
    color: #fff;
    font-size: 16px;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li .text .right_text {
    float: right;
    width: 45%;
    height: 100%;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li .text .right_text ul {
    width: 100%;
    height: 100%;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li .text .right_text ul li {
    height: 50%;
    width: 100%;
    color: #fff;
    line-height: 25px;
    overflow: hidden;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li .text .right_text ul li.fan span {
    font-weight: 500;
    text-decoration: line-through;
    font-size: 13px;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li .text .right_text ul li.fan strong {
    font-size: 16px;
    margin-left: 5px;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li .text .right_text ul li.time {
    color: #eee;
    font-size: 12px;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li.left {
    margin-right: 15px;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li.center {
    margin-right: 15px;
}

#slide_header .slide_header_box .left .swiper-container .swiper-slide ul li img {
    width: 323.29px;
    height: 299px;
}

#slide_header .slide_header_box .right {
    float: right;
    width: 190px;
    height: 100%;
    box-sizing: border-box;
}

#slide_header .slide_header_box .right > ul {
    width: 100%;
    height: 100%;
}

#slide_header .slide_header_box .right > ul li {
    float: left;
    width: 94px;
    height: 74px;
    text-align: center;
    line-height: 74px;
    font-size: 16px;
    color: transparent;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    cursor: pointer;
}

#slide_header .slide_header_box .right > ul li:hover {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: #fff;
}

#slide_header .slide_header_box .right > ul li.one {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;

}

#slide_header .slide_header_box .right > ul li.two {
    border-bottom: 1px solid #eee;
}

#slide_header .slide_header_box .right > ul li.one.bo, #slide_header .slide_header_box .right ul li.two.bo {
    border-bottom: none;
}

#goods_nav {
    width: 1190px;
    margin: 30px auto 0 auto;
    height: 35px;
    position: relative;
}

#goods_nav ul {
    width: 100%;
    height: 100%;

}

#goods_nav ul li {
    float: left;
    height: 100%;
    padding-bottom: 10px;
}

#goods_nav ul li.text {
    width: 870px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

#goods_nav ul li.text h1 {
    font-size: 26px;
    font-weight: bold;
    color: #666;
    line-height: 35px;
    display: inline-block;
}

#goods_nav ul li.text h3 {
    display: inline-block;
    background: url(../images/icon-title2.alpha.png) -92px -122px no-repeat;
    padding-left: 30px;
    font-size: 14px;
    color: #999;
    height: 25px;
    line-height: 19px;
}

#goods_nav ul li.text .tip {
    position: absolute;
    bottom: 40px;
    left: 100px;
    padding: 0 10px;
    line-height: 20px;
    font-size: 10px;
    color: #74C220;
    background: url(../images/icon-title2.alpha.png) 0px -100px no-repeat;
}

#goods_nav ul li.text .tag {
    position: absolute;
    top: 10px;
    left: 300px;
}

#goods_nav ul li.text .tag a {
    border: 1px solid #ccc;
    padding: 2px 20px 2px 10px;
    margin-right: 15px;
    font-size: 12px;
    color: #666;
    background: url("../images/tagCloseD.png") no-repeat right center;
    cursor: pointer;
}

#goods_nav ul li.text .tag a:hover {
    border: 1px solid #b61d1d;
    color: #b61d1d;
    background: url("../images/tagClose.png") no-repeat right center;
}

#goods_nav ul li.text .tip i {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 20px;
    background: url(../images/icon-title2.alpha.png) -5px -120px no-repeat;
}

#goods_nav ul li.goods, #goods_nav ul li.pinPai, #goods_nav ul li.placeMoro {
    width: 105px;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    position: relative;
    border-top: 3px solid transparent;
    height: 32px;
    cursor: pointer;
}

#goods_nav .sort {
    position: absolute;
    right: 340px;
    top: 3px;
    text-align: center;
    width: 125px;
}

#goods_nav .sort:hover .sort_option {
    display: block;
}

#goods_nav .sort:hover em.xia {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #EB4407 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    top: 0;
}

#goods_nav .sort .sort_option {
    position: absolute;
    top: -3px;
    left: 0;
    width: 125px;
    border: 1px solid #ccc;
    border-top: 3px solid #F36;
    padding: 40px 0 0 0;
    background-color: #fff;
    z-index: 50;
    display: none;
}

#goods_nav .sort .sort_option a {
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
   padding:5px;
    color: #666;
}

#goods_nav .sort .sort_option a:hover {
    color: #F36;
    background-color: #f4f4f4;
}

#goods_nav .sort span {
    position: relative;
    font-size: 14px;
    line-height: 40px;
    z-index: 60;
    margin-left: 5px;
}

#goods_nav .sort em.xia {
    position: absolute;
    top: 9px;
    right: -15px;
    border-color: #ccc transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    border-width: 5px;
}

#goods_nav ul li.goods.on, #goods_nav ul li.pinPai.on, #goods_nav ul li.placeMoro.on {
    border-bottom: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;;
    border-top: 3px solid #F36;
    color: #F36;
    height: 33px;
}

#goods_nav ul li.goods span, #goods_nav ul li.pinPai span,
#goods_nav ul li.placeMoro span {
    font-size: 16px;
    line-height: 40px;
}

#pinPaiList {
    display: none;
    width: 1190px;
    margin: 35px auto;
    overflow: hidden;
    clear: both;
}

#pinPaiList .list {
    height: 140px;
    width: 1150px;
    border: 1px solid #ccc;
    clear: both;
    padding: 20px 18px 35px 20px;
    margin-bottom: 15px;
}

#pinPaiList .list:hover {
    border: 1px solid #F38D1F;
}

#pinPaiList .list .left {
    float: left;
    height: 100%;
    width: 48%;
}

#pinPaiList .list .left .img {
    height: 100%;
    width: 140px;
    float: left;
    text-align: center;
    cursor: pointer;
}

#pinPaiList .list .left .img img {
    height: 140px;
    width: 140px;
}

#pinPaiList .list .left .text {
    height: 100%;
    float: left;
    width: 280px;
    padding-left: 30px;
}

#pinPaiList .list .left .text h2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;

}

#pinPaiList .list .left .text h3 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding-left: 25px;
}

#pinPaiList .list .left .text h3.name {
    background: url("../images/map-dian.png") no-repeat left center;
    background-size: 15px;
}

#pinPaiList .list .left .text h3.tel {
    background: url("../images/tel.png") no-repeat left center;
    background-size: 15px;
}

#pinPaiList .list .left .text h4 {
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-left: 25px;
}

#pinPaiList .list .left .text h2.logo {
    background: url("55c05f7f972b0.png") no-repeat 130px center;
}

#pinPaiList .list .right {
    float: right;
    height: 100%;
    width: 50%;
}

#pinPaiList .list .right .img {
    float: right;
    width: 140px;
    overflow: hidden;
    margin-left: 15px;
}

#pinPaiList .list .right .img img:hover {
    border: 1px solid #F38D1F;
}

#pinPaiList .list .right .img img {
    height: 140px;
    width: 100%;
    border: 1px solid #fff;
    cursor: pointer;
}

#pinPaiList .list .right .img p {
    text-align: center;
    height: 35px;
    line-height: 40px;
}

#pinPaiList .list .right .img p span {
    font-size: 14px;
    color: red;
    font-weight: bold;
}

/*listTwo start*/
#pinPaiList .listTwo {
    height: 300px;
    width: 1188px;
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    background-color: #fff;
}

#pinPaiList .listTwo:hover {
    border: 1px solid #F38D1F;
}

#pinPaiList .listTwo ul {
    width: 100%;
    height: 100%;
}

#pinPaiList .listTwo > ul > li {
    float: left;
    width: 275px;
    height: 280px;
    padding: 10px;
}

#pinPaiList .listTwo ul li.start {
    position: relative;
    border-right: 1px solid #eee;
}

#pinPaiList .listTwo ul li.start .tip {
    position: absolute;
    top: 0;
    left: 0;
    height: 57px;
    width: 57px;
    background: url(../images/icon-category1.alpha.png) 0px 0px no-repeat;
}

#pinPaiList .listTwo ul li.start ul {
    width: 100%;
    height: 100%;
}

#pinPaiList .listTwo ul li.start ul li {
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    cursor: pointer;
}

#pinPaiList .listTwo ul li.start ul li.logo {
    margin-top: 30px;
}

#pinPaiList .listTwo ul li.start ul li.logo img {
    width: 110px;
    height: 55px;
}

#pinPaiList .listTwo ul li.start ul li.name h3 {
    font-size: 14px;
    color: #444;
}

#pinPaiList .listTwo ul li.start ul li.zk {
    margin-top: 30px;
    font-size: 16px;
}

#pinPaiList .listTwo ul li.start ul li.zk span {
    font-size: 20px;
    color: #F36;
}

#pinPaiList .listTwo ul li.start ul li.yhui {
    font-size: 18px;
    margin-bottom: 20px;
    color: #F36;
    padding-left: 20px;
    position: relative;
    margin-top: 15px;
}

#pinPaiList .listTwo ul li.start ul li.yhui i {
    position: absolute;
    top: -3px;
    left: 80px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(../images/icon-hui.png) 2px 2px no-repeat;
}

#pinPaiList .listTwo ul li.start ul li.time {
    color: #666;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

#pinPaiList .listTwo ul li.start ul li.time i {
    position: absolute;
    top: -3px;
    left: 54px;
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url(../images/icon-category1.alpha.png) -126px 5px no-repeat;
}

#pinPaiList .listTwo ul li.img_text .img, #pinPaiList .listTwo ul li.end .img {
    width: 100%;
    height: 235px;
    margin-bottom: 5px;
    position: relative;
}

#pinPaiList .listTwo ul li.img_text .img img, #pinPaiList .listTwo ul li.end .img img {
    height: 235px;
    width: 275px;
}

#pinPaiList .listTwo ul li.img_text .text,
#pinPaiList .listTwo ul li.end .text {
    height: 50px;
    width: 275px;
    text-align: center;
}

#pinPaiList .listTwo ul li.img_text .text h3 {
    width: 45%;
    height: 100%;
    line-height: 50px;
    font-size: 16px;
}

#pinPaiList .listTwo ul li.img_text .text h3.left {
    float: left;
    text-align: start;
}

#pinPaiList .listTwo ul li.img_text .text h3.left span {
    font-size: 14px;
}

#pinPaiList .listTwo ul li.img_text .text h3.right {
    float: right;
    text-align: end;
    position: relative;

}

#pinPaiList .listTwo ul li.img_text .text h3.right i {
    position: absolute;
    top: 9px;
    left: 27px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(../images/icon-hui.png) -21px 6px no-repeat;
    background-size: 47px;
}

#pinPaiList .listTwo ul li.img_text .text h3.right span {
    color: #F36;
}

#pinPaiList .listTwo ul li.img_text .tip {
    position: absolute;
    top: 0;
    right: -2px;
    background: url(../images/icon-category1.alpha.png) 3px -59px no-repeat;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    width: 60px;
    text-align: center;
    color: #fff;
}

#pinPaiList .listTwo ul li.end .text input {
    height: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-top: 7px;
    width: 200px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

#pinPaiList .listTwo:hover ul li.end .text input {
    background-color: #B1191A;
}

/*listTwo end*/
/*placeMoro start*/
#placeMoro {
    display: none;
    width: 1185px;
    margin: 35px auto;
    overflow: hidden;
    clear: both;
}

#placeMoro > .row {
    height: 300px;
    width: 1183px;
    clear: both;
    margin-bottom: 25px;
    /*border: 1px solid #eee;*/
    cursor: pointer;
    background: url("../images/bg-home-hd.jpg") repeat-x #6D6163;
    border-radius: 10px;
    overflow: hidden;
}

#placeMoro > .row:hover {
    /*border: 1px solid #F38D1F;*/
}

#placeMoro .row ul {
    width: 100%;
    height: 100%;
}

#placeMoro .row ul li {
    height: 100%;
    float: left;
    width: 310px;
}

#placeMoro .row ul li.img_text {
    width: 873px;
}

#placeMoro .row ul li.img_text .img {
    height: 100%;
    overflow: hidden;
}

#placeMoro .row ul li.img_text .img img {
    width: 100%;
    height: 100%;
}

#placeMoro .row > a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

#placeMoro .row ul li.img_text .img a img {
    /*height: 100%;*/
    width: 100%;
}

#placeMoro .row ul li.img_text .text {
    height: 50px;
    width: 265px;
    text-align: center;
}

#placeMoro .row ul li.img_text .text .left {
    float: left;
    text-align: start;
}

#placeMoro .row ul li.img_text .text .left span {
    font-size: 14px;
}

#placeMoro .row ul li.img_text .text h3 {
    width: 45%;
    height: 100%;
    line-height: 50px;
    font-size: 16px;
}

#placeMoro .row ul li.logo div.img {
    text-align: center;
    margin: 65px 0;
}

#placeMoro .row ul li.logo div.img h3 {
    font-size: 14px;
    color: #444;
    margin-top: 10px;
}

#placeMoro .row ul li.logo div.btn {
    text-align: center;
    height: 46px;
    margin-right: -1px;
    background: url("../images/villa-icons.png") no-repeat right 1px;
}

#placeMoro .row:hover ul li.logo div.btn {
    background: url("../images/villa-icons.png") no-repeat right -50px;
}

/*place end*/
#goodsLists {
    width: 1212px;
    margin: 0 auto 30px auto;
    overflow-y: hidden;
    padding: 20px 10px 0 10px;
    clear: both;
    min-height: 800px;
}

/* line 150, ../sass/goodsList.scss */

#goodsLists div.goods {
    width: 23.17%;
    min-width: 250px;
    background-color: #fff;
    float: left;
    margin: 0 10px 20px 10px;
    border: 1px solid #ddd;
}

/* line 156, ../sass/goodsList.scss */

#goodsLists div.goods:hover {
    border: 1px solid #8B7500;
}

/* line 159, ../sass/goodsList.scss */

#goodsLists div.goods div.img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

/* line 176, ../sass/goodsList.scss */

#goodsLists div.goods div.img img {
    width: 280.813px;
    height: 280px;
}

/* line 195, ../sass/goodsList.scss */

#goodsLists div.goods div.name_more {
    height: 55px;
}

/* line 197, ../sass/goodsList.scss */

#goodsLists div.goods div.name_more ul,
#goodsLists div.goods div.name_more li {
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 15px;
    color: #444;
    font-weight: 500;
}

/* line 206, ../sass/goodsList.scss */

#goodsLists div.goods div.name_more li {
    width: 100%;
    padding: 0 10px;
    height: 3em;
    line-height: 1.5em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* line 217, ../sass/goodsList.scss */

#goodsLists div.goods div.name_more li span {
    font-size: 17px;
    color: #CC0000;
}

/* line 223, ../sass/goodsList.scss */

#goodsLists div.goods div.price_more {
    height: 75px;
    width: 100%;
}

/* line 226, ../sass/goodsList.scss */

#goodsLists div.goods div.price_more ul {
    width: 100%;
    height: 100%;
}

/* line 229, ../sass/goodsList.scss */

#goodsLists div.goods div.price_more ul li {
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    position: relative;
}

/* line 236, ../sass/goodsList.scss */

#goodsLists div.goods div.price_more ul li div.now_price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: start;
    text-decoration: line-through;
    margin: 5px 0;
}

#goodsLists div.goods div.price_more ul li div.now_price i,
#goodsLists div.goods div.price_more ul li div.del_price i {
    font-style: normal;
}

/* line 258, ../sass/goodsList.scss */

#goodsLists div.goods div.price_more ul li div.del_price {
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
    position: relative;
    text-align: start;
}

/* line 271, ../sass/goodsList.scss */

#goodsLists div.goods div.price_more ul li div.del_price span {
    background-color: #CC0000;
    color: #fff;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: 200;
    position: absolute;
    top: 3px;
    margin-left: 15px;
}

#goodsLists div.goods div.price_more ul li div.gouwuche {
    width: 90px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

#goodsLists div.goods div.price_more ul li div.gouwuche .num {
    width: 50px;
}

#goodsLists div.goods div.price_more ul li div.gouwuche .num .input {
    width: 30px;
    float: left;
}

#goodsLists div.goods div.price_more ul li div.gouwuche .num .input input {
    width: 30px;
    height: 28px;
    background: url(../images/bg_sprite_png24.png) 0 -200px;
    padding: 0px;
    margin: 0px;
    border: none;
    text-align: center;
}

#goodsLists div.goods div.price_more ul li div.gouwuche .num .caozuo {
    float: left;
    width: 20px;
}

#goodsLists div.goods div.price_more ul li div.gouwuche .num .caozuo a {
    display: inline-block;
}

#goodsLists div.goods div.price_more ul li div.gouwuche .num .caozuo a.jia {
    width: 16px;
    height: 14px;
    background: url(../images/bg_sprite_png24.png) -49px -200px;
    float: left;
    cursor: pointer;
}

#goodsLists div.goods div.price_more ul li div.gouwuche .num .caozuo a.jian {
    width: 16px;
    height: 15px;
    background: url(../images/bg_sprite_png24.png) -49px -213px;
    float: left;
    margin-top: -1px;
    cursor: pointer;
}

#goodsLists div.goods div.price_more ul li div.gouwuche .btn-gwc {
    width: 28px;
    height: 28px;
    background: url(../images/bg_sprite_png24.png) -401px -256px;
    float: left;
}

/*motai*/
.shade_option .shade_head {
    background-color: #B6000C;
    height: 30px;
    padding: 1% 2%;
}

.shade_option .shade_head img.logo {
    float: left;
    max-height: 100%;
    max-width: 80%;
}

.shade_option .shade_head img.close {
    float: right;
    max-height: 100%;
    max-width: 20%;
    cursor: pointer;
}

.shade_option .rows {
    margin: 20px 0;
    width: 100%;
    background-color: #fff;
}

.shade_option .rows ul.row {
    width: 100%;
}

.shade_option .rows ul.row li {
    color: #333;
    font-size: 14px;
    clear: both;
    height: 50px;
}

.shade_option .rows ul.row li div {
    display: inline-block;
    float: left;
    margin: 5% 0 0 5%;
}

.shade_option .rows ul.row li div.left {
    width: 10%;
    margin-top: 15px;
}

.shade_option .rows ul.row li div.right {
    width: 80%;
    margin-top: 0;
    margin-left: 0;
}

.shade_option .rows ul.row li div.right a {
    float: left;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin: 10px;
    cursor: pointer;
}

.shade_option .rows ul.row li div.right a:hover {
    border: 1px solid #FF4400;
}

.shade_option .rows ul.row li div.right a.num:hover,
.shade_option .rows ul.row li div.right a.text:hover {
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

.shade_option .rows ul.row li div.right a.num:hover {
    border-right: none;
}

.shade_option .rows ul.row li div.right a.on {
    border: 1px solid #FF4400;
}

.shade_option .rows ul.row li div.right.nums a {
    padding: 7px 20px;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-right: -10px;
    float: left;
    height: 15px;
    cursor: default;
}

.shade_option .rows ul.row li div.right.nums a.del {
    background: url(../images/iconfont-jian00.png) no-repeat center center;
    background-size: 15px;
    background-color: #EDEDED;
    cursor: pointer;
}

.shade_option .rows ul.row li div.right.nums a.del:hover {
    background-color: #FF4400;
}

.shade_option .rows ul.row li div.right.nums a.add {
    background: url(../images/iconfont-iconfontjia00.png) no-repeat center center;
    background-size: 15px;
    border-right: 1px solid #ccc;
    background-color: #EDEDED;
    cursor: pointer;
}

.shade_option .rows ul.row li div.right.nums a.add:hover {
    background-color: #FF4400;
}

.shade_option .rows ul.row li div.right.nums a.text {
    font-size: 14px;
    border: none;
    padding-left: 10px;
    letter-spacing: 0.2em;
    cursor: default;
}

.shade_option .rows ul.row.btn {
    margin-top: 10px;
}

.shade_option .rows ul.row.btn li {
    clear: none;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
}

.shade_option .rows ul.row.btn button {
    border: none;
    height: 40px;
    height: 80%;
    width: 70%;
    font-size: 14px;
}

.shade_option .rows ul.row.btn button.quxiao {
    background-color: #FFE4D0;
    color: #FF4400;
    border: 1px solid #Fe8242;
    cursor: pointer;
}

.shade_option .rows ul.row.btn button.queding {
    background-color: #FF4400;
    border: 1px solid #FF4400;
    color: #fff;
    cursor: pointer;
}

/*右侧*/
/*.back_top {*/
    /*bottom: 0 !important;*/
    /*right: 0 !important;*/
    /*height: 35px !important;*/
    /*width: 35px !important;*/
    /*z-index: 610;*/
    /*background: url("../images/go_top.png") no-repeat center center transparent !important;*/
/*}*/

/*.back_top.on {*/
    /*right: 302px !important;*/
/*}*/

/*.back_top:hover {*/
    /*background-color: #c40000 !important;*/
/*}*/

#broadside {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 337px;
    min-height: 700px;
    background-color: transparent;
    z-index: 600;
}

#broadside .nav_side {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 35px;
    float: left;
    height: 350px;
    background-color: #000;
    z-index: 702;

}

#broadside .nav_side.on {
    right: 302px;
}

#broadside .goods_side {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 302px;
    height: 100%;
    background-color: #eee;
    z-index: 701;
}

#broadside .goods_side.on {
    display: block;
}

#tips_nav {
    position: fixed;
    width: 0;
    left: 50%;
    top: 0;
    height: 100%;
}

#tips_nav .navList {
    position: absolute;
    top: 100px;
    left: -700px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    display: none;
    background-color: #fff;
}

#tips_nav .navList li {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
}

#tips_nav .navList li.current, #tips_nav .navList li:hover {
    background-color: #CC0000;
    border-bottom-color: transparent;
}

#tips_nav .navList li.current a, #tips_nav .navList li:hover a {
    color: #fff;
}

#tips_nav .navList li a {
    text-decoration: none;
    color: #666;
}

#tips_nav .navList li a:hover {
    text-decoration: none;
}

#mainsrp-noresult{
    display: none;
}
.m-noresult .inner {
    display: block;
    font-family: '微软雅黑';
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 100px 0;
    margin: 20px;
}

.m-noresult .inner .taogongzai {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    width: 80px;
    height: 90px;
    background: url(../images/T1ocbJXjxiXXXZPI3b-100-270.png) no-repeat 0 0;
}
.m-noresult .inner .item-not-found {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 30px;
}