﻿.morehelp-wrap {
    width: 220px;
    border: 2px solid #eee;
    box-sizing:border-box;
    padding-bottom:40px;
}
.morehelp-head {
    width: 216px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #a7daed;
    margin-bottom: 10px;
}
/*网上选号*/
.more-content-box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    color: #000;
    font-size: 16px;
}
.more-content-list{
    width:100%;
}
.more-content-plus {
    width: 100%;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
}
.more-content-fail-box{
    width:100%;
    display:none;
}

.plus, .subtract, .fail {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}
.more-content-fail{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    padding-left:30px;
}
a {
    color:black;
}
a:hover{
    text-decoration:none;
}