body{background: #fff; max-width: 640px; margin: 0 auto;}
.zyw-container{width: 100%; max-width: 640px; margin: 0 auto; position: relative;z-index: 0}
.zyw-footer .zyw-container .weui-tabbar {
    background-color: #fff;
    top: 0;
    height: 56px;
}
.zyw-container>img{
    width: 100%;
}
.mt-2{margin-top: 2rem;}
.mt-625{margin-top: 0.625rem; margin-bottom: 0;}
.mb-625{margin-bottom: 0.625rem; margin-top: 0;}
a{color: inherit; text-decoration: none !important;}
.white-color{color: #fff !important;}
.white-bgcolor{background: #fff !important;}
.red-color{color: #333;}
.zyw-header, .zyw-footer {
    position: fixed;
    width: 100%;
    z-index: 5;
    left: 0;
}
.zyw-header {
    top: 0;
    height: 45px;
    line-height: 45px;
    background: url("../img/head-bg.jpg") no-repeat;
    background-size: 100%;
}
.zyw-footer {
    bottom: 0;
    height: 56px;
}
.zyw-footer~.zyw-container {
    border-bottom: 56px solid transparent;
}
.zyw-header~.zyw-container {
    border-top: 45px solid transparent;
}
.zyw-header .head-l{
    position: absolute;
    top: 0;
    font-size: 1.5rem;
    left: 10px;
}
.zyw-header .head-r{
    position: absolute;
    top: 0;
    font-size: 1.5rem;
    right: 10px;
}
.zyw-header .head-r a{
    font-size: 1.2rem;
}
.zyw-header h1{
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
    line-height: 45px;
}
.zyw-footer p{
    margin: 0;
}
.choose-text{
    margin: 0;
    font-size: 1.25rem;
    color: #999;
    height: 2.5rem;
    line-height: 2.5rem;
}
.choose-text span{
    margin-left: 2rem;
    max-width: 50%;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}
.choose-des{
    font-size: 1rem;
}
.weui-cells .weui-cell{border-bottom: 1px solid #f6f6f6;}
.weui-cells .weui-cell:last-child{border-bottom: none;}
/*首页头部*/
.head-search{
    position: relative;
    width: 72%;
    margin: 0 auto;
    line-height: 45px;
}
.head-search input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    padding-left: 30px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.head-search input::-webkit-input-placeholder {color:#fff; font-size: 0.8rem;}
.head-search input:-moz-placeholder {color:#fff; font-size: 0.8rem;}
.head-search input::-moz-placeholder {color:#fff; font-size: 0.8rem;}
.head-search input:-ms-input-placeholder {color:#fff; font-size: 0.8rem;}
.head-search .fa-search{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 8px;
}

/*tab层样式*/
.weui-navbar {
    background-color: #fff;
}
.weui-navbar__item {
    padding: 9px 0;
    font-size: 14px;
    color: #444;
}
.weui-navbar__item:after {
    border-right: none;
}
/*.weui-navbar__item.weui-bar__item--on:after{*/
    /*display: block;*/
    /*content: '';*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*margin-left: -31px;*/
    /*top: auto;*/
    /*border-radius: 2px;*/
    /*background-color: #f23030;*/
/*}*/