.dialog-bg, .del-dialog-bg,.tips-dialog-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 99999;
    display: none;
    align-items: center;
}
.dialog{
    width: 411px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 30px auto;
    padding: 53px 40px 40px 40px;
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.confirm-dialog,.unbind-dialog,.errtips-dialog,.bind-weixin,.bind-qq,.phone-change{
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.3);
    max-width: 340px;
    border-radius: 4px;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 40px;
    background-color: #fff;
    word-break: break-all;
    box-sizing: border-box;

}

.phone-change{
    max-width: 411px;
}

.close-icon{
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;
}

.confirm-title{
    font-weight: 600;
    font-size: 16px;
    /*margin: 0 0 20px 0;*/
    color: #141414;
    text-align: center;
    line-height: 25px;
}

.confirm-button {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.errtips-dialog .confirm-button {
    justify-content: center;
}
.sure-btn {
    background-color: #00795e;;
    color: #fff;
}

.cbtn {
    width: 104px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
}

.cancel-btn {
    border: 0px solid #e5e5ea;
    color: #fff;
    background: #555;
}

.cbtn, .paste-btn {
    width: 104px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
}
.dialog-title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;

}
.bind-title{
    font-size: 20px;
}
.img-icon{
    margin-right: 12px;
    height: 32px;
    width: 32px;
}
.code-area{
    display: flex;
    justify-content: center;
}
.code-img{
    width: 182px;
    height: 182px;
}
.bind-tips{
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}

.form-item{
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding-left: 27px;
    background-color: #F5F6F7;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}
/*.form-item label{*/
/*    min-width: 70px;*/
/*}*/
.form-item span{
    margin-right: 5px;
    color: #d75151;
}
.input-item{
    width: 100%;
    height: 100%;
    outline: 0;
    font-size: 14px;
    color: #141414;
}
.newphone-input{
    width: 100%;
    height: 50px;
    border-radius: 30px;
    background-color: #F5F6F7;
    outline: 0;
    font-size: 16px;
    color: #141414;
}
.submit-button{
    width: 100%;
    border-radius: 30px;
    outline: 0;
    background-color: #0099ff;
    color: #fff;
    font-size: 16px;
    border: none;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin-top: 14px;
}
.login-item {
    margin: 0 0 20px 0;
    position: relative;
}

.login-input {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding-left: 27px;
    background-color: #F5F6F7;
    outline: 0;
    font-size: 16px;
    color: #878787;
}
.send-return {
    width: 55% !important;
}
.send-btn {
    display: inline-block;
    width: 39%;
    height: 50px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    background-color: #ECF3FF;
    color: #4285f4;
    cursor: pointer;
    font-size: 16px;
    border-radius: 30px;
}

.disabled{
    background: #f5f6f7;
    color: #878787;
    cursor: no-drop;
}
.phone-input {
    padding-left: 77px !important;
}
.phone-type {
    position: absolute;
    top: 32%;
    width: 45px;
    height: 16px;
    left: 6%;
    border-right: 1px solid #878787;
    font-size: 16px;
    color: #212121;
    line-height: 22px;
}
.error-tips {
    font-size: 14px;
    color: #f13939;
    height: 15px;
    text-align: center;
}

.paydialog-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 99999;
    display: none;
    align-items: center;
}



/*支付成功弹框*/
.paysuccess-dialog{
    width: 660px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 77px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.success-icon{
    width: 50px;
}

.success-title {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 26px;
}

.copy-use{
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 15px;
}
.copy-use:hover{
    text-decoration: underline;
}
.send-return,.zifu-code {
    width: 55% !important;
}
.zifucode{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zifu-box{
    display: inline-block;
    width: 39%;
    cursor: pointer;
}
.zifu-box img{
    width: 100%;

}
