html,body{
    background: #F5F5F5;
}
.weui-cells{
    margin-top: 0;
    overflow: inherit;
}
.weui-cells:before{
    border:none;
}
.weui-cells:after{
    border:none;
}
.weui-cell:before{
    border:none;
}
.weui-cell{
    padding: 10px;
}
.top-tab{
    text-align: center;
    font-size: 16px;
    position: relative;
    background: #F5F5F5;
}
.top-tab .go-back{
    content: '';
    /* display: inline-block; */
    width: 12px;
    height: 12px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    -webkit-transform: rotate(-135deg);
    top: 39%;
    position: absolute;
    cursor: pointer;
}
.search-container{
    width: 1200px;
    margin: auto;
}
.atten-cells{
    font-size: 16px;
    color: #333;
    padding: 15px 10px;
}
.atten-cells h3{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.atten-cells p{
    margin-bottom: 10px;
    line-height: 28px;
}