input::-webkit-input-placeholder{
    color: #8E96A6;
}
.common-alert .common-mask-layer{
    border-radius: 2px;
    padding: 40px 76px 40px;
}
.common-alert h3{
    font-size: 26px;
    margin-bottom: 36px;
    color: #323942;
}
.common-change-input{
    margin-bottom: 10px;
}
.common-alert span{
    width: 130px;
    text-align: right;
    color: #8E96A6;
}
.common-alert span:before{
    content: "*";
    color: #E51313;
}
.common-alert .common-change-input .mobile-email,
.upload-img{
    width: 312px;
    border: 1px solid #C8C9CA;
    border-radius: 2px;
}
.term{
    margin-left: 153px;
}
.term strong,.term a{
    font-size: 16px;
    color: #000000;
}
.term a{
    color: #1660EB;
}
.common-alert .confirm-change{
    margin: 30px auto 0;
}

.upload-img{
    padding: 25px 22px;
    position: relative;
}
.upload-img .upload b{
    display: block;
    width: 29px;
    height: 19px;
    background: url(/public/images/AccountCenter/icon-upload.png) no-repeat;
    margin: 0 auto 14px;
}
.upload-img .upload p{
    text-align: center;
    color: #9A9CA0;
    font-size: 12px;
    line-height: 14px;
}
.upload-img .upload em{
    font-size: 12px;
    color: #1660EB;
}
.upload-img iframe{
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.success-img img{
    max-width: 150px;
}
.success-img b{
    display: block;
    padding: 8px 10px;
    background: #303050;
    color: #fff;
    font-size: 12px;
}