﻿/* 头部 */
.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-size: 100% 100%;
}


.header1 {
    position: relative;
    padding: 20px 14px 20px;
    color: #fff;
background-color:#59B0E5;

}

.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% 9% 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;
    overflow: auto;
}
.header2::-webkit-scrollbar,.mian13::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.header2::-webkit-scrollbar-thumb,.mian13::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.header2 ul{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
padding: 1% 3% 0;
    box-sizing: border-box;
}
.header2 ul li
{
border-bottom: 3px solid transparent;
    margin: 0 .5%;
    width:auto !important;
    line-height:25px;
    font-size: 14px;
    color: #000;
    text-align:center;
    /*border-radius:20px;*/
padding-bottom: 0%;
}

.bsa{
    font-size: 14px !important;
    color: #59B0E5 !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 #59B0E5 !important;
}

.main1{
    overflow: hidden;
    margin-top: 1.5%;
    box-shadow: 0 2px 8px 0 #E6D3C2;
 
}

.main11{
    width: 17%;
    float: left;
    background: #fff;
    height: 72vh;
}
.main11 ul li{
    font-size: 14px;
    line-height: 35px;
    padding-left: 14px;
    color: #746b65;
    cursor: pointer;
    background: #f3ede8;
   height: 35px;
    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: 83%;
    box-sizing: border-box;
    float: right;
    padding: 10px;
    background-color:#F6F6F6;
    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){
	color: #e01212;
    font-size: 12px;
}

.recommend-son h4 span:nth-child(2) {
    text-decoration: line-through;
}

.recommend-son h4 span:nth-child(2) {
    margin-left: 2%;
    color: #999999;
    font-size: 11px;
}

.recommend-son h4 span:nth-child(3) {
    margin-left: auto;
    color: #999999;
    font-size: 11px;
}


/* 爆品推荐 */