.common_modalback {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99999;
}
input,button{
    border:0;
    outline: 0;
}
.common_modalmain {
    width: 420px;
    height: 486px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #666;
    /* word-wrap: break-word; */
    word-break: break-all;
}

.common_modalmain .modalcolse {
    background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_close.png") no-repeat;
    position: absolute;
    right: 22px;
    top: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;

}

.common_modalcontent {
    padding: 40px 60px;
}

.commin_modaltitle {
    color: #202020;
    font-size: 18px;
    text-align: center;
}

.common_modalbtn {
    width: 300px;
    height: 48px;
    font-size: 18px;
    color: #F7F7F7;
    background-color: #1FEBC0;
    cursor: pointer;
}

.common_modalcontent input {
    display: inline-block;
    line-height: 48px;
    height: 48px;
    background-position: 10px 13px;
    text-indent: 38px;
    color: #666;
}

input::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 14px;
}

/* 绑定手机弹框样式 */
.bind_phone_title {
    font-size: 18px;
    color: #666666;
    margin: 30px 0 40px 0;
}

.bind_phone_tips {
    color: #999;
    font-size: 14px;
    margin-top: 14px;
}

.bind_phonenumber {
    margin: 10px 0;
}

.binddphoneclose {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.binddphoneclose:hover {
    color: #999;
}

.bindphone_codediv {
    background-color: #f9f9f9;
    width: 168px;
    display: inline-block;
}

.bindphone_code {
    width: 168px;
    background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_password.png") no-repeat;
}

.bindphone_getcode {
    display: inline-block;
    font-size: 14px;
    height: 48px;
    width: 124px;
    color: #f69e20;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
    background-color: #f9f9f9;
    margin-left: 8px;
}

.bindtelmessage,
.bindcodemessage {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    width: 300px;
    color: #ec5a5a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bind_phonediv {
    margin-top: 10px;
    background-color: #f9f9f9;
}

.bind_phoneinput {
    width: 300px;
    background: url("https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_phone.png") no-repeat;
}