/*reset*/
*, :before, :after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    max-width: 412px;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
}
.am-with-topbar-fixed-top {
    padding-top: 46px;
}
.wrapped {
    width: 92%;
    max-width: 410px;
    margin: 0 auto;
}
ul, li, ol, ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p, * + p {
    margin: 0;
    line-height: 1;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.am-fl {
    float: left;
}
.am-fr {
    float: right;
}
.am-topbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.slide--wrapper {
    max-width: 1200px;
}
.am-slider-default {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 360px;
}
.am-form-group {
    padding: 0;
    position: relative;
    margin-bottom: 0;
}
.am-form-group:not(:last-of-type) {
    margin-bottom: 15px;
}
.am-btn.am-disabled, .am-btn[disabled], fieldset[disabled] .am-btn, .am-disabled, .disabled {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: .5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header_title--wrapper.header_title--fix {
    padding-top: 45px;
}
.header_title--wrapper .header_title {
    font-size: 18px;
    position: relative;
    text-align: center;
    line-height: 45px;
    color: #282828;
    background: #fff;
}
.header_title--wrapper.header_title--fix .header_title {
    position: fixed;
    width: 100%;
    max-width: 412px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}
.header_title--wrapper .img--wrapper {
    position: absolute;
    top: 50%;
    height: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header_title--wrapper .img--wrapper.position_left {
    left: 15px;
}
.header_title--wrapper .img--wrapper.position_right {
    right: 15px;
}
.header_title--wrapper img {
    height: 18px;
    vertical-align: top;
}
.img--wrapper {
    position: relative;
}
.goTop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    font-size: 24px;
}
.goTop li {
    opacity: 0;
}
.goTop img {
    width: 45px;
    height: 45px;
}
.my_alert {
    padding: 2em 1em;
    position: fixed;
    text-align: center;
    font-size: 14px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* display: none; */
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 1111;
}
header {
    height: 50px;
    position: relative;
    background-color: #333;
}
header .logo {
    float: left;
    width: 100px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}
header .logo img {
    width: 100px;
    height: 26px;
}
header .img--wrapper {
    float: right;
    height: 50px;
    width: 41px;
    margin-right: 13px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header .img--wrapper img {
    width: 21px;
}
header .m_ico {
    float: right;
    height: 50px;
    width: 41px;
    text-align: center;
}
/*header .s_ico img { width:16px; height:19px; margin-top:15px;}
header .m_ico img { width:17px; height:13px; margin-top:18px;}*/
header .iconfont {
    color: #fff;
    line-height: 50px;
    font-size: 21px;
}
header .iconfont.icon-sousuo {
    position: relative;
    top: 1px;
}
header .m_ico_hv {
    background-color: transparent;
}
.search {
    display: none;
    background-color: #4C4C4C;
    padding: 6px 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.search .s_txt {
    line-height: 22px;
    padding: 6px;
    border: 0;
    background-color: #fff;
    width: 75%;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 0.4rem;
    float: left;
}
.search .s_sb {
    width: 15%;
    background-color: #f60;
    color: #fff;
    border: 0;
    height: 34px;
    font-size: 16px;
    border-radius: 0.4rem;
    margin-left: 10px;
    text-align: center;
    padding: 0;
}
.search1 {
    background-color: #666;
    padding: 0.6rem 0;
    width: 100%;
}
.search1 .s_txt {
    line-height: 1.6rem;
    padding: 0.6rem;
    border: 0;
    background-color: #fff;
    width: 75%;
    font-size: 1.6rem;
    margin-left: 2%;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    float: left;
}
.search1 .s_sb {
    width: 15%;
    background-color: #f60;
    color: #fff;
    border: 0;
    height: 2.8rem;
    font-size: 1.6rem;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    margin-right: 2%;
}
#top-main-nav {
    background-color: #fff;
}
nav {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.nav-cont {
    position: relative;
    height: 4.4rem;
}
.nav-wrap {
    width: 100%;
    height: 4.4rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}