﻿/* 头部 */
.header {
    /*background-image: url(../images/header.png);
    background-size: 100% 100%;
    padding: 0 12px 10px;*/
    box-sizing: border-box;

        padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background: url(../images/flbg.png) no-repeat center;
    background-size: 100% 100%;
}


.header1 {
    position: relative;
    padding: 20px 14px 20px;
    color: #fff;
	background-image: linear-gradient(180deg, 
		#094116 0%, 
		#1d672e 100%);
}

.header1 span{
    color: #fff;
    font-size: 20px;
    vertical-align:middle;
}
.header1 input {
    width: 85%;
    margin-left: 5%;
    color: #CCCCCC !important;
    background-color: #FFFFFF !important;
    font-size: 14px;
    padding: 1.5% 7% 2%;
    box-sizing: border-box;
    border-radius: 20px;
    text-indent: 10px;
}

.header1 input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    font-size: 12px;
    color: #CCCCCC;
}

.header1 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    font-size: 12px;
    color: #CCCCCC;
}

.header1 input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    font-size: 12px;
    color: #CCCCCC;
}

.header1 input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    font-size: 12px;
    color: #CCCCCC;
}

.header1 span:nth-child(2) {
    position: absolute;
    top: 35%;
    /*left: 17%;*/
    color: #CCCCCC;
}

.header2{
    padding: 3% 18px 0 14px;
    overflow: hidden;
    background: #FFFFFF;
}
.header2 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
padding: 0 3%;
    box-sizing: border-box;
    padding-bottom: 1%;
}
.header2 ul li
{
    width:71px;
    line-height:35px;
    font-size: 14px;
    color: #000;
    text-align:center;
    /*border-radius:20px;*/
padding-bottom: 2%;
font-size: 16px 
}

.bsa{
    font-size: 16px !important;
    color: #9CBEA6 !important;
    /*background: url(/phone/html/images/heng.png) no-repeat 100%;*/
    background-size: 90%;
    background-position-y: 100%;
    background-position-x: 0;
    font-weight: 600;
    border-bottom: 3px solid #9CBEA6;
}

.main1{
    overflow: hidden;
    margin-top: 1.5%;
    box-shadow: 0 2px 8px 0 #E6D3C2;
 
}

.main11{
    width: 22%;
    float: left;
    background: #fff;
    height: 72vh;
}
.main11 ul li{
    font-size: 14px;
    line-height: 50px;
    padding-left: 14px;
    color: #746b65;
    cursor: pointer;
    background: #f3ede8;
   height: 50px;
    overflow: hidden;
}
.main11 ul li:nth-child(2){
    position: relative;
}
.main11 li p{
    position: absolute;
    top: -12px;
    right: -10px;
    width: 65%;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    background: url(../images/shangpbg.png) no-repeat center;
    background-size: 100% 100%;
}
.bs{
    background: #FFFFFF !important;
}

.main12{
    width: 78%;
    box-sizing: border-box;
    float: right;
    padding: 10px;
    padding-top: 0;
}
.main12>p{
    font-size: 18px;
    padding-bottom: 6%;
}

.recommend-son{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;

}
.recommend-son a{
    position: relative;
    flex: 0 0 48%;
    margin-bottom: 4%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
}
.recommend-son a .tag{
display: block;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffa24c;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

.recommend-son img{
  border-top-left-radius: 6px; /* 左上角圆角 */
  border-top-right-radius: 6px; /* 右上角圆角 */
}
.recommend-son h2{
  font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.recommend-son div{
    padding: 8px 6px;
    box-sizing: border-box;
}

.recommend-son h4{
    font-size: 14px;
    color: #e01212;
    padding: 2% 0 0;
}
/* .recommend-son h4 span:nth-child(1){
    font-size: 12px;
    color: #7f7f7f;
    text-decoration: line-through;
    margin: 0 7px;
} */
.recommend-son h4 span:nth-child(1){
    color: #999999;
    font-size: 12px;
    float: right;
    margin-top: 1%;
}
/* 爆品推荐 */