.layui-layer{
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.boxx{
    margin: 26px auto 0;
    width: 375px;
}
.box-top{
    margin: 0 auto;
    position: relative;
    /*padding-bottom: 5px;*/
}
.box-top-text{
    font-size: 18px;
    color: #47494a;
}
.close-btn{
    position: absolute;
    right: 0;
    top: -8px;
    width: 17px;
    height: 17px;
    background: url("../../images/user/close_btn_gray.png") no-repeat;
    cursor: pointer;
}
.close-btn:hover{
    background: url("../../images/user/close_btn_blue.png") no-repeat;
}
.write-phone-text{
    font-size: 14px;
    color: #6c7377;
}
.write-phone-input{
    margin: 10px 0 0 0;
    width: 365px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #8c9499;
    text-indent: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.write-code-input{
    margin: 10px 0 0 0;
    float: left;
    width: 262px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #8c9499;
    text-indent: 20px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #eee;
    border-right: none;
}
.code-spe{
    margin-right: 20px;
    width: 243px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.verCode-box{
    float: left;
    margin-top: 10px;
    width: 102px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.verCode-box>img{
    width: 100%;
    height: 100%;
}
.code-tetx{
    margin: 10px 0 0 0;
    float: left;
    width: 101px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    background: #3790ff;
    cursor: pointer;
}
.bind-phone-btn{
    margin: 40px auto 50px auto;
    width: 365px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #3790ff;
    border-radius: 5px;
    cursor: pointer;
}
.write-code{
    margin: 0 auto;
    overflow: hidden;
}
span .box-top-text{
    float: left;
    font-size: 18px;
    color: #47494a;
}
.write-phone{
    margin: 0 auto;
    padding-top: 18px;
    overflow: hidden;
}