.combo-div {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.combo-div-item {
    min-height: 7rem;
    float: left;
    width: calc(45% - 0.7rem);
    padding: 0.25rem 0.15rem 0.25rem 0.1rem;
    margin-bottom: 1.2rem;
    border: 0.05rem solid rgba(153, 153, 153, 0.5);
    border-radius: 0.18rem;
    margin-left: 0.6rem;
}

.combo-div-item:nth-child(odd) {
    margin-left: 1.6rem;
}

.combo-div-content {
    margin-left: 0.6rem;
}

.coin-div {
    float: left;
    margin-bottom: 0.5rem;
}

.coin-div img {
    vertical-align: middle;
}

.coin-div span {
    margin-left: 0.4rem;
}

#bindBtn, .bindBtn {
    background-color: #33CCFF;
    border-color: #33CCFF;
    color: #FFFFFF;
    border-radius: 2rem;
}

.recharge-rule {
    color: #33CCFF;
}

.recharge-rule:hover {
    color: #33CCFF;
    text-decoration: none;
}

.bottom-div {
    color: #666666;
    font-size: 1rem;
    max-width: 80%;
    margin-top: 3rem;
}

.type-select {
    border: none;
    outline: none;
    box-shadow: none;
    width: auto;
}

.show-username-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.combo-select {
    border: 0.05rem solid #33CCFF;
    color: #33CCFF;
}

.button-rule {
    margin-top: 2rem;
    color: #666666;
    font-size: 1.2rem
}

.select-ul a {
    color: #666666;
}

.weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    height: 100%;
    width: 100%;
    z-index: 100;
}

.weixin-tip p {
    text-align: center;
    margin-top: 10%;
    padding: 0 5%;
}

.user_list {
    color: #777;
}

.user_item {
    border-bottom: 1px solid #eee;
    margin-bottom: 4px;
}

.user_item label {
    width: 100%;
    display: inline-flex !important;
    max-width: 100%;
    margin-bottom: 0 !important;
    font-weight: initial !important;
    padding: 6px 0;
}

.user_item label .avatar {
    width: 20%;
}

.user_item label .avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.user_item label .radio {
    line-height: 48px;
}

.user_item label .nickname {
    width: 70%;
}

.user_item label .nickname .user_nickname, .user_item label .nickname .user_number {
    margin: 3px 0;
}

.radio input[type=radio] {
    position: static !important;
    margin: 0 !important;
}

.form-horizontal .radio {
    padding-top: 0 !important;
}