/*创建网站*/
.create-website-box {
    background-color: #fff;
    margin: 0 auto;
    width: 615px;
    margin-top: 70px;
    margin-bottom: 150px;
    padding: 50px 50px 70px 50px;
}
.create-website-box .save-btn {
    width: 330px;
    font-size: 18px;
    height: 40px;
}
.create-website-box .save-btn {
    outline: none;
}
.create-website-box .user-register.disable-btn {
    background-image: url(../../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 115px 8px;
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
    text-indent: 35px;
}
.create-website-box .user-register.disable-btn:hover {
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
}
.create-website-box .domain-txt {
    vertical-align: bottom;
}
.create-website-box .upload-btn {
    background-image: url(../images/upload_photo_btn.jpg);
    background-repeat: no-repeat;
    height: 85px;
    width: 85px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
    border: 1px solid #e5e4e4;
    cursor:pointer;
    position: relative;
    background-size: cover;
    background-position:center;
}
.create-website-box .upload-btn:before {
    content: " ";
    height: 25px;
    background-color: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 25px;
}
.create-website-box .upload-btn:after {
    content: "点击上传";
    height: 25px;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.create-website-box .is.upload-btn:after {
    content: "点击更换";
}
.website-title-text {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.website-title-text h1 {
    font-size: 23px;
    color: #393939;
    padding-bottom: 20px;
    font-weight: 400;
}
.website-title-text h2 {
    font-size: 21px;
    color: #393939;
}
.insure-rule {
    margin-top: 10px;
}
.insure-rule .rule {
    color: #ff8b0e;
    font-size: 14px;
    font-weight: normal;
}
.insure-rule img {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.insure-rule label {
    width: 320px;
    color: #545353;
    font-size: 14px;
}

/*注册*/
.register.content-from {
    margin-left: 130px;
}
.register1-form .content-from .from-import .import-text {
    width: 320px;
}
.register1-form .content-from .auth-box .auth-text {
    width: 200px;
}
.register2-form .content-from .from-import .import-text {
    width: 235px;
}
.register2-form .content-from .from-import .import-label {
    width: 60px;
}