/*创建网站*/
.create-website-box {
    background-color: #fff;
    margin: 0 auto;
    width: 615px;
    margin-top: 70px;
    margin-bottom: 90px;
    padding: 75px 130px 125px 80px;
}

.create-website-box .save-btn {
    width: 355px;
    font-size: 18px;
    height: 40px;
}

.create-website-box .domain-txt {
    vertical-align: bottom;
}

.create-website-box .upload-btn {
    background-image: url("../../../images/desktop/hk_starr/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: 55px;
    border-bottom: 1px solid #f0f0f0;
}

.website-title-text p {
    font-size: 18px;
    color: #393939;
}

.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 {
    margin-right: 15px;
    margin-right: 5px;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.insure-rule label {
    width: 320px;
    color: #545353;
    font-size: 14px;
}

/*邮箱注册*/
.register.content-from {
    margin-left: 135px;
}

.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;
}

/*验证邮箱*/
.verify.content-from {
    color: #acacac;
    font-size: 16px;
    line-height: 35px;
    margin-left: 190px;
    padding-top: 30px;
}

.verify.website-title-text {
    margin-left: 190px;
    text-align: left;
    padding-bottom: 45px;
}

.verify.website-title-text h1 {
    color: #fd8b4e;
}

.verify.website-title-text p {
    color: #abaaaa;
}

.verify.create-website-box {
    padding: 130px 55px 115px 95px;
    width: 675px;
}