p,ul,h4,dl,dd{
    margin: 0;
}
ul{
    list-style: none;
    padding: 0;
}
.clearBoth:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
html.ios-gt-8 .navbar .center{
    font-weight: 400;
}
.navbar:after{
    z-index: 0;
}
.gray-line{
    height: 10px;
    background-color: #f2f2f2;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.list-block{
    margin: 0;
    font-size: 16px;
}
/*底部*/
.layout-white .toolbar.wanji_toolbar{
    color: #fff;
    background-color: #c22126;
}
.layout-white .toolbar.wanji_toolbar:before{
    height: 0;
}
.layout-white .toolbar.wanji_toolbar a.tab-link {
    /*padding: 6px 0;*/
    color: #fff;
    font-size: 12px;
}

.layout-white .toolbar.wanji_toolbar .tab-link.active {
    color: #fdfdfd;
}

.wanji_toolbar .wanji_icon {
    width: 20px;
    height: 20px;
}

.wanji_toolbar .wanji_toolbar_icon1 {

    background: url("../images/toolbar01.png") no-repeat center;
    background-size: 100%;
}

.wanji_toolbar .wanji_toolbar_icon2 {
    background: url("../images/toolbar02.png") no-repeat center;
    background-size: 100%;
}
.wanji_toolbar .wanji_toolbar_icon3 {
    background: url("../images/toolbar03.png") no-repeat center;
    background-size: 100%;
}
.wanji_toolbar .wanji_toolbar_icon4 {
    width: 22px;
    background: url("../images/toolbar04.png") no-repeat center;
    background-size: 100%;
}
.wanji_toolbar .wanji_toolbar_icon5 {
    width: 18px;
    background: url("../images/toolbar05.png") no-repeat center;
    background-size: 100%;
}
.wanji_toolbar .tab-link.active .wanji_toolbar_icon1 {
    background: url("../images/toolbar01.png") no-repeat center;
    background-size: 100%;
}
.wanji_toolbar .tab-link.active .wanji_toolbar_icon2 {
    background: url("../images/toolbar02.png") no-repeat center;
    background-size: 100%;
}
.wanji_toolbar .tab-link.active .wanji_toolbar_icon3 {
    background: url("../images/toolbar03.png") no-repeat center;
    background-size: 100%;
}
.wanji_toolbar .tab-link.active .wanji_toolbar_icon4 {
    background: url("../images/toolbar04.png") no-repeat center;
    background-size: 100%;
}
.wanji_toolbar .tab-link.active .wanji_toolbar_icon5 {
    background: url("../images/toolbar05.png") no-repeat center;
    background-size: 100%;
}

.tabbar{
    z-index: 20;
}
.modal-button{
    color: #db171b;
    font-weight: 400;
}
.modal-title+.modal-text{
    color: #999;
}
/*菜单栏*/
.openMenu{
    height: 44px;
}
.tips-menu {
    position: absolute;
    z-index: 23;
    width: 150px;
    font-size: 14px;
    color: #333;
    right: 10px;
    top: 64px;
    padding: 0 0 0 15px;
    text-align: left;
    border-radius: 5px;
    background-color: #fff;
}
.tips-close {
    opacity: 0;
    transition: opacity .2s ease,transform .6s ease;
    transform: scale(0);
}
.tips-open {
    transition: initial;
    opacity: 1;
}
.tips-menu:before {
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    right: 15px;
    content: "";
    border-width: 0 10px 8px;
    border-color: transparent transparent #fff;
    border-style: solid;
}
.tips-menu li {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 4px 0;
}
.navbar .tips-menu a.link {
    display: block;
    padding: 0;
    line-height: 45px;
    height: 45px;
}
.tips-menu li:not(:last-child):after {
    content: "";
    width: 200%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #ddd;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.tips-menu li .tips-icon{
    display: inline-block;
    float: left;
    margin: 11px 10px 0 0;
}
.tips-masker {
    position: fixed;
    left: 0;
    top: 44px;
    bottom: 0;
    width: 100%;
    z-index: 21;
    background-color: rgba(0,0,0,.6);
}

.nav_title{
    color: #e6212a;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6212a;
    height: 36px;
    padding-left: 10px;
    margin-left: 5px;
    font-weight: bold;
}
/*加入成功提示*/
.toast{
    display: none;
    position: fixed;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    top: 35%;
    left: 50%;
    color: #fff;
    border-radius: 8px;
    margin-left: -100px;
}