@charset 'utf-8';
* {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    color: #444;
    font: 62.5% 'Microsoft YaHei' !important;
    font-size: 62.5%;
    line-height: 2;
    margin: 0 auto !important;
}

a {
    color: #03a8b1;
    text-decoration: none;
    outline: 0;
}

select {
    padding: .3em;
}

ul,
li {
    list-style: none;
}

img {
    outline: 0;
}

a,
a img,
input {
    transition: all .4s ease-out;
}

pre,
blockquote {
    text-transform: none;
    overflow: hidden;
    background-color: #F8F9FB;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-weight: 400;
    font-size: 100%;
}

input,
button,
textarea,
audio,
video {
    padding: .6em 1em;
    border: 1px solid #C5C5C5;
    border-radius: 0;
    vertical-align: middle;
    outline: 0 none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
}

.flex li {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.show {
    display: block;
}

.clear {
    clear: both;
}

.clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    content: '';
    zoom: 1;
}


/*common end*/


/* nav */

.change-top-fixed {
    background: #ffffff;
    height: 50px;
    overflow: hidden;
    padding: 5px 0 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.change-top-nav {
    width: 100%;
    position: relative;
    padding: 10px 60px 0 0;
    text-align: center;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.change-top-nav li {
    display: inline-block;
    width: 4rem;
    height: 50px;
    margin: 0 10px!important;
}

.change-top-nav li a {
    color: #000;
    display: block;
}

.change-top-nav li .en {
    color: #6b6b6b;
    font-size: .6em;
}

.change-top-nav li.activer a {
    background: #f34306;
    color: #fff;
    border-radius: 20px;
}

.change-top-nav li.activer .en {
    color: #fcc9b2;
}


/* nav */


/* search */

.change-top-fixed .change-signed {
    line-height: 30px;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 999;
    padding-right: 10px;
    padding-top: 5px;
    background: #fff;
}

.change-top-fixed .change-signed a {
    display: block;
    width: 40px;
    height: 30px;
    margin: 0;
    background: url("../images/search.jpg") no-repeat center;
}

.change-top-search {
    position: relative;
    width: 100%;
    padding: 0 60px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.change-top-search input {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 13px;
    color: #999!important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.change-top-search button {
    margin-right: 10px;
    position: absolute;
    top: 5px;
    right: 65px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    background: url("../images/search3.png") no-repeat center;
}


/* search */


/* banner */

.banner {
    padding-top: 45px;
}

.banner .swiper-slide {
    background: #000;
    height: auto;
}

.banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.banner .swiper-pagination-bullet-active {
    background: #f34306!important;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #fff;
    opacity: 1!important;
}


/* banner */


/* 精品推荐 */

.Btitle {
    color: #3b3b3b;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 3;
    border-bottom: 1px solid #e7e7e7;
}

.boutique-list li {
    padding: 10px;
}

.boutique-list .name,
.boutique-list .brief {
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
    line-height: 2;
}

.boutique-list .brief {
    font-size: .6rem;
    color: #616160;
}

.boutique-list li:nth-child(1) {
    background: #e4e3f7;
}

.boutique-list li:nth-child(2) {
    background: #e9eae3;
}

.boutique-list li:nth-child(3) {
    background: #f2e6da;
}

.boutique-list li img {
    width: 90%;
    margin: 10px auto;
}


/* 精品推荐 */


/* 优惠专区 */

.discount-list li {
    padding: 0 5px;
}

.discount-list li .pic {
    position: relative;
}

.discount-list li .pic img {
    width: 100%;
}

.discount-list .weigh {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 0;
}

.weigh span,
.catalog-info .weigh-a {
    display: inline-block;
    margin: 2px 0 2px 3px;
    border: 1px solid #ff6d33;
    padding: 0 2px;
    font-size: .6rem;
}

.weigh-a {
    background: #ff6d33;
    color: #fff;
}

.weigh-b {
    background: #fff;
    color: #ff6d33;
}

.discount-list .tit {
    color: #000;
    font-size: .7rem;
    padding-left: 15px;
    position: relative;
}

.discount-list .tit img {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
}

.discount .price {
    text-align: center;
    line-height: 2;
}

.discount .price span {
    margin: 0 3px;
}

.p-price {
    color: #d1061e;
    font-size: .9rem;
}

.o-price {
    color: #999;
    font-size: .7rem;
    text-decoration: line-through;
}


/* 优惠专区 */


/* 产品大全 */

.catalog {
    padding: 0 2%;
}

.catalog-list li {
    margin: 20px 0;
    overflow: hidden;
}

.catalog-list li div {
    justify-content: flex-start;
}

.catalog-list .pic {
    width: 30%;
}

.catalog-list .pic img {
    width: 100%;
}

.catalog-info {
    width: 60%;
    position: relative;
}

.catalog-info .tit {
    color: #000;
    font-size: .8rem;
    padding-left: 20px;
    position: relative;
}

.catalog-info .tit img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
}

.catalog-info .price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


/* 产品大全 */