@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("../font/SourceHanSansCN-Normal.woff2") format("woff2"),
    url("../font/SourceHanSansCN-Normal.woff") format("woff"),
    url("../font/SourceHanSansCN-Normal.ttf") format("truetype"),
    url("../font/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
    url("../font/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* vue渲染时隐藏 */
[v-cloak] {display: none;}
/* 通用配置 */
*{padding: 0;margin: 0;font-family: "SourceHanSansCN-Normal"}
html,body{min-height: 100%;}
body{
  background-color: #f4f4f4;
  position: relative;
  font: 12px/150% SourceHanSansCN-Normal;
  -webkit-font-smoothing: antialiased;
}
a{text-decoration: none;}
li{list-style: none;}
.none{
  display: none !important;
}
.full-screen{
  min-height: 760px;
}

/* layui 自定义主题 */
.layui-form-radio>i:hover, .layui-form-radioed>i{
  color: #fcc91c;
}
.layui-form-select dl dd.layui-this{
  background-color: #fcc91c;
}
.layui-form-checked[lay-skin=primary] i{
  border-color: #fcc91c;
  background-color: #fcc91c;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
  border-color: #fcc91c;
}
/* 自定义分页主题 */

.layui-laypage-mfpage .layui-laypage-prev,
.layui-laypage-mfpage .layui-laypage-next {
  width: 80px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-right: 24px;
  border-radius: 10px !important;
  border: solid 1px rgba(198, 198, 200, .4);
  color: #666;
  background-color: #fff;
  padding: 0 10px;
}

.layui-laypage-mfpage .layui-disabled {
  color: #c6c6c8 !important;
}

.layui-laypage-mfpage .layui-laypage-next {
  margin-left: 24px;
  margin-right: 0;
}

.layui-laypage a,
.layui-laypage span {
  border: 0;
  background: transparent;
}

.layui-laypage a,
.layui-laypage span {
  color: #c6c6c8;
}

.layui-laypage-mfpage.layui-laypage a:hover{
  color: #fcc91c;;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: 0;
}

.layui-laypage .layui-laypage-curr em {
  color: #fcc91c;;
}
/*分页的对齐方式*/
.mf-page{
  text-align: right;
}

/*layui*/
.layui-input, .layui-select{
  height: 28px;
  line-height: 28px;
}
.layui-form-label{
  padding-top: 4px;
  padding-bottom: 4px;
  color: #aaa;
}
.layui-input-block{
  min-height: 24px;
}
.layui-table td, .layui-table th{
  font-size: 12px;
}
.layui-form-radio *{
  font-size: 12px;
  color: #666;
}
.layui-form-radio>i{
  font-size: 16px;
}
.layui-form-checkbox[lay-skin=primary] span{
  font-size: 12px;
  line-height: 1.2;
}
.layui-form-checkbox[lay-skin=primary] i{
  width: 12px;
  height: 12px;
  line-height: 12px;
}


.page-main{
  width: 1200px;
  margin: 0 auto;
}
.text-red{
  color: #ff0000;
}
.layui-btn{
  background-color: #2b2b2b;
}

.pay-result-recommed{
  width: 1200px;
  margin: 0 auto;
}
.prr-title{
  font-size: 20px;
  color: #333;
  margin-bottom: 44px;
}
.prr-title span{
  font-size: 12px;
  color: #666;
}
.goods-ul{
  overflow: hidden;
}
.goods-li{
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 224px;
  height: 283px;
  background-color: #ffffff;
  padding: 15px 11px 0;
  box-sizing: border-box;
  border:1px solid #e5e5e5;
  position: relative;
}
.goods-li:nth-child(5n + 1){
  margin-left: 0;
}
.selsa_div{
  width: 215px;
  height: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.goods-img{
  width: 185px;
  height: 174px;
  display: block;
  margin: 0 auto;
}
.goods-name{
  font-size: 14px;
  color: #333;
}
.goods-sub{
  font-size: 12px;
  height: 30px;
  line-height: 1.4;
  overflow: hidden;
  color: #aaa;
}
.goods-money{
  font-size: 18px;
  color: #f40;
  margin: 4px 0;
}
.badge{
  position: absolute;
  z-index: 2;
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  background: #fcc91c;
  padding: 0 8px;
  top: 0;
  left: 0;
}
.goods-modal{
  visibility: hidden;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 282px;
  text-align: center;

}
.goods-modal i{
  font-size: 100px;
  color: #fcc91c;
}
.goods-li:hover .goods-modal{
  visibility: visible;
  transition: all .3s;
  top: 0;
  background-color: #00000040;
}

/*banner slider style*/

.banner_list .list{
  position: absolute;
  transition: all 1s;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn_list {
  text-align: center;
  position: relative;
  top: -20px;
}
.btn_list li{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px 0 3px;
  border-radius: 50%;
}
.brands-list img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* text color */
.btxt{
  color: #333;
}
.wtxt{
  color: #aaa;
}
/* 手机逛淘宝的样式 */
.phoneQrcode{
  position: relative;

}
.phoneQrcode .alelsp_hov{
  position: absolute;
  display: none;
  top: 40px;
  width: 140px;
  left: -40px;
  z-index: 1000;
}
.phoneQrcode:hover .alelsp_hov{
  display: block;
}
