.yx-index-top{width: 100%;height: 40px;position: fixed;background: #3e9cfb;padding: 5px 0px;z-index: 22;top: 0px;left:0px;color: #fff;}
.index-top-box1{width: 17%;height: 100%;float: left;text-align: center;}
.index-top-text1{width: 100%;float: left;font-size: 12px;margin-top: 3px;color: #A8A3A7;}
.index-top-box2{width: 66%;float: left;height: 40px;text-align: center;line-height: 40px;}
.fresh-toptext1{display: inline-block;font-size: 16px;line-height: 40px;color:#fff}
.fresh-topimg1{width: 12px;height: 12px;display: inline-block;background: url(../images/triangle.png) no-repeat center center;
background-size: 100%;margin-left: 5px;}
/* 焦点图 */
.m-slider {
    overflow-x: hidden;
    width: 92%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}
.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}
.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-pagination > .slider-pagination-item {
    margin: 0 .25rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.4);
}
.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #fff;
    border-radius: 100%;
}
.container{width:92%;margin: 0 auto}
/*四个按钮*/
.brand-box1{width: 100%;float: left;height: 45px;text-align: center;margin-top: 5px;}
.special-sale-box1{display: flex;flex-wrap: wrap;justify-content: space-between;}
.special-sale-box2{width: 48%;float: left;text-align: center;margin-bottom: 15px;}
.special-sale-box2 img{width: 100%;display: inline-block;}
/*分享*/
.special-sale-banner{width: 100%;float: left;background-color: #fff;}
.special-sale-banner img{width: 100%;float: left;}

.index-bigbox{margin-top:50px;background: linear-gradient(180deg, #3e9cfb, #6ce9d4, white);}
.certificate-module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1fbff;
  padding: 10px 20px;
  margin: 15px auto;
  width: 100%;
  box-sizing: border-box;
	border-radius: 10px;
}

.module-left {
  display: flex;
  align-items: center;
}

.module-left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.module-text h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.module-text p{font-size: 14px;color:#666666}

.btn {
  background-color: #3e9cfb;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 35px;
  cursor: pointer;
}
