html,body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Droid Sans Fallback",sans-serif;
    /* font-family: "PingFangSC-Regular", "PingFang SC"; */
    font-weight: 400;
    /*width: 100%;*/
    /*height: 100%;*/
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x:hidden;
    background-color: #ffffff;
}
html,body {
    /* height:100%; */
}
*{
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
}

h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-weight: normal;
    word-wrap: break-word;
}
body{
    font-size: 15px;
    /* color: #333; */
}
img,input[type="submit"],button{
    margin: 0;
    border: 0;
    padding: 0;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
ol {
    margin: 0;
    padding: 0;
}
input,textarea{
    outline: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #ff5400;
}
body textarea{
    -webkit-appearance: none;
}
a{
	text-decoration:none;
	color: #000;
}
.fl{
    float:left !important;
}
.fr{
    float:right !important;
}
.text-l{
    text-align:left;
}
.text-r{
    text-align:right;
}
.text-c{
    text-align:center;
}
.fb{
    font-weight: bold;
}
.blank10{
    clear: both;
    display: block;
    height: 0.926vw;
}
.blank15{
    clear: both;
    display: block;
    height: 2vw;
}
.blank20{
    clear: both;
    display: block;
    height: 1.852vw;
}
.blank24{
    clear: both;
    display: block;
    height: 3.2vw;
}
.blank32{
    clear: both;
    display: block;
    height: 4.2667vw;
}

/* 单行添加省略号 */
.ellip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/* 多行添加省略号 */
.row_ellip{
    overflow : hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;/*子元素垂直排列*/
    -moz-box-orient: vertical;
}

/* padding不会增大元素 */
.box_size{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 清浮动 */
.clear { *zoom:1;clear: both; }
.clear:after {
    content:'';
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
    visibility:hidden;
}

/*清除浮动*/
.clearfix:after {
    content: '\200B';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.hidden{
    overflow: hidden;
}
.no-boder{
    border: 0 none!important;
}
.body-over-hidden{
    position: relative;
    overflow: hidden;
    overflow-y: hidden;
}
.blank-block{
    height: 2.667vw;
    background-color: #F5F5F5;
}
.wrap-container{
    position: relative;
    width: 100%;
    max-width:420px;
    min-width: 320px;
    margin: 0 auto;
}
.graybg{
    background-color: #F7F7FC;
}

.head-search{
    position: relative;
    z-index: 100;
    /* height: 11.2vw; */
    padding: 2.6667vw 4.2667vw;
    background-color: #FFFFFF; 
    box-shadow: 0 0.2667vw 0.5333vw 0 rgba(0, 0, 0, 0.1);
}
.head-search .logo{
    width: 24.5333vw;
    height: 5.5333vw;
    display: inline-block; 
}
.head-search .logo img{
    width: 100%;
}
.head-search .search{
    display: inline-block;
}
.head-search .search .search-border{
    width: 43vw;
    height: 5.5333vw;
    margin-left: 4.2667vw;
    position: relative;
    background-color: #F5F6F7;
    border-radius: 26.6667vw;
    overflow: hidden;
}
.head-search .search .input-search{
    width: 30.5vw;
    height: 5.5333vw;
    line-height: 5.5333vw;
    margin-left: 2.6667vw;
    float: left;
    font-size: 16px;
    background-color: #F5F6F7;
    border: 0 none;
    /* background-color: #f00; */

    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: auto;
}
.head-search .search .input-btn{
    width: 6vw;
    height: 6vw;
    margin-right: 1.3333vw;
    float: right;
    border: 0 none;
    background: url(icon-search-btn.png) no-repeat;
    background-size: contain;
}
.head-search .rmenu{
    float: right;
}
.head-search .rmenu .selectico{
    width: 5.5333vw;
    height: 5.5333vw;
    display: inline-block;
    background: url(icon-menu.png) no-repeat;
    background-size: contain;
}
.head-search .rmenu .selectico.close{
    width: 5.5333vw;
    height: 5.5333vw;
    display: inline-block;
    background: url(icon-cllose2.png) no-repeat;
    background-size: contain;
}
.footer{
    padding-top: 4.2667vw;
    padding-bottom: 4.2667vw;
}
.footer p{
    line-height: 5.8667vw;
    color: #555666;
    text-align: center;
}

.men-fix{
    background-color: #FFFFFF;
    border-radius: 0 0 2.1333vw 2.1333vw;
}
.men-fix .bg{
    position: absolute;
    left: 0;
    top: 14.5vw;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #06060D;
}
.men-fix .links{
    padding-top: 5.4vw;
    background-color: #ffffff;
    border-radius: 0 0 2.1333vw 2.1333vw;
    position: relative;
    z-index: 10;
}
.men-fix .links a{
    margin-left: 4.2667vw;
    margin-bottom: 4.2667vw;
    display: inline-block;
    padding: 1.0667vw 2.1333vw;
    color: #555666;
    background-color: #F7F7FC;
    border-radius: 3.2vw;
}
.men-fix .links a.curr{
    background: rgba(102, 197, 113, 0.1);
    color: #66C571;
}