﻿body{
    background-color: #f5f5f5;
}
.container-cloud .container-main .main-content{
    min-height: auto;
}
/*头部*/
h1{
    margin: 0px;
}
.container-cloud .container-header{
    position: static;
}
.container-cloud .container-main {
    position: relative;
    width: 100%;
    padding-top: 0px;
}
.container-cloud .container-main .main-content{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding: 80px;
    padding-top: 30px;
}
.container-cloud .container-header{
    height: 60px;
}
.clound_header .logo{
    /*width:140px;*/
    height:60px;
    /*background:url("../images/register/htyw-logo.png") no-repeat center;*/
    /*background-image: url("../images/register/htyw-logo.png");*/
    /*background-repeat: no-repeat;
    background-position: center;
    background-size:100%;*/
}
/*.clound_header .scjmrh{
    !*background: url("../images/register/scjmrh-logo.png") no-repeat center;*!
    background-image: url("../images/register/scjmrh-logo.png");
    width: 215px;
}
.clound_header .gzgyy{
    !*background: url("../images/register/gzgyy-logo.png") no-repeat center;*!
    background-image: url("../images/register/gzgyy-logo.png");
    width: 215px;
}
.clound_header .gsgyy{
    !*background: url("../images/register/gsgyy-logo.png") no-repeat center;*!
    background-image: url("../images/register/gsgyy-logo.png");
    width: 215px;
}
.clound_header .hbgyy{
    !*background: url("../images/register/hbgyy-logo.png") no-repeat center;*!
    background-image: url("../images/register/hbgyy-logo.png");
    width: 215px;
}
.clound_header .jxgyy{
    !*background: url("../images/register/jxgyy-logo.png") no-repeat center;*!
    background-image: url("../images/register/jxgyy-logo.png");
    width: 190px;
}
.clound_header .jyxccrw{
    !*background: url("../images/register/jyxccrw-logo.png") no-repeat center;*!
    background-image: url("../images/register/jyxccrw-logo.png");
    width: 215px;
}
.clound_header .qhc{
    !*background: url("../images/register/qhc-logo.jpg") no-repeat center;*!
    background-image: url("../images/register/qhc-logo.jpg");
    width: 215px;
}
.clound_header .nmggyy{
    !*background: url("../images/register/nmggyy-logo.png") no-repeat center;*!
    background-image: url("../images/register/nmggyy-logo.png");
    width: 215px;
}
.clound_header .wlpt{
    !*background: url("../images/register/wlpt-logo.png") no-repeat center;*!
    background-image: url("../images/register/wlpt-logo.png");
    width: 120px;
}
.clound_header .lhgyy{
    !*background: url("../images/register/lhgyy-logo.png") no-repeat center;*!
    background-image: url("../images/register/lhgyy-logo.png");
    width: 215px;
}
.clound_header .lzjmrh{
    !*background: url("../images/register/lzjm-logo.png") no-repeat center;*!
    background-image: url("../images/register/lzjm-logo.png");
    width: 215px;
}
.clound_header .lzgyy{
    !*background: url("../images/register/lzgyy-logo.png") no-repeat center;*!
    background-image: url("../images/register/lzgyy-logo.png");
    width: 215px;
    background-size: 100%;
}*/
.clound_header_safe{
    display:none;
}
/*
内容部分
*/
.container{
    width:100%;
    margin:0 auto;
    background-color:#fff;
    min-height: 700px;
    box-sizing: border-box;
}
.container .title{
    height:92px;
    line-height: 92px;
    color:#333;
    font-size:30px;
    padding-left:30px;
    border-bottom:1px solid #e9e9e9;
}
.container .content{
    width:100%;
    box-sizing: border-box;
    padding:40px 0;
}
.container .content .register_list{
    margin:0 auto 30px;
    width:500px;
}
.container .content .register{
    height: auto;
    width:500px;
    position:relative;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.container .content .register_list .register_prompt{
    padding-left: 20px;
    font-size: 12px;
    background: url("../images/register/tips.png") no-repeat left 3px;
    color:#ccc;
   margin-top: 5px;
}
.container .content .register.error{
    border-color:red;
}
.container .content .register .register_text{
    width: 72%;
    float: left;
    position: relative;
    box-sizing:border-box;
    vertical-align: middle;
}
.content .register .register_name{
    float: left;
    width:28%;
    height:50px;
    line-height: 50px;
    text-align: justify;
    padding:0px 20px;
    font-size:16px;
    color:#333;
    box-sizing:border-box;
    vertical-align: middle;
}
.content .register .register_text input{
    height:50px;
    border:none;
    font-size:16px;
    color:#222;
    width:90%;
    -webkit-appearance: none;
    padding: 0 10px;
    box-sizing: border-box;
    position:relative;
    background: transparent;
}
.content .register .register_text.password_view input{
    width:calc(100% - 80px)
}
/* 修改placeholder文字颜色及兼容处理 */
.content .register .register_text input::-webkit-input-placeholder, .content .register  textarea::-webkit-input-placeholder{/*webkit浏览器内核*/
    color:#999;
}
.content .register .register_text input:-moz-placeholder, .content .register  textarea:-moz-placeholder{/*firefox18-*/
    color:#999;
}
.content .register .register_text input::-moz-placeholder, .content .register  textarea::-moz-placeholder{/*firefox19+*/
    color:#999;
}
.content .register .register_text input:-ms-input-placeholder, .content .register textarea:-ms-input-placeholder{/*ie*/
    color:#999;
}
/* 低版本ie占位符 */
.content .register .register_text input.my-placeholder{
    color:#999;
}
.content .register  textarea.my-placeholder{
    color:#999;
}
.content .register .register_text input.verifycode{
    width:67%;
}
.container .content .register .register_text .register1_sendCode {
    float: right;
    width: 33%;
    background-color: #e7e7e7;
    color: #333;
    cursor: pointer;
    border-radius: 0px;
    padding:0 10px;
    box-sizing: border-box;
}
.content .button_box{
    width: 500px;
    font-size: 16px;
    margin:0 auto;
}
.register1_list_btn{
    display:block;
    background-color: #1875f0;
    height: 54px;
    line-height: 54px;
    border-right:4px;
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius:4px;
    border: 0;
}
.register1_list_btn:hover {
    background-color: #1569d8;
}
.register1_list_btn.unclick:hover {
    background-color: #ccc;
}
.register_list .red{
    display:block;
    width:300px;
    color: red;
    font-size:12px;
    position:absolute;
    top:17px;
    left:510px;
}
.register_list .red label img{
    vertical-align: sub;
    margin-right: 5px;
}
.content .register .register_name .register2_red{
    color:red;
    padding-right: 10px;
    vertical-align: top;
}
.recharge_box .content {
    background: url("../images/register/success.png") no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    width: 60px;
    height:60px;
}
.join_success_mobile {
    display: none;
}
.recharge_box  p{
    margin: 40px 0 60px;
    color:#333;
    font-size: 24px;
}
/*  删除按钮*/
.delete_icon{
    display:none;
    position:absolute;
    width:30px;
    height:30px;
    background: url("../images/register/delete_icon.png") no-repeat center;
    top: 10px;
    right: 10px;
    background-size:100%;
    cursor: pointer;
}
.password_view_icon{
    position:absolute;
    width:30px;
    height:30px;
    background: url("../images/register/eye-close.png") no-repeat center;
    top: 10px;
    right: 5px;
    background-size:20px 20px;
    cursor: pointer;
    color:#e7e7e7;
}
.password_view_icon.open{
    width:20px;
    height:20px;
    top: 15px;
    right: 10px;
    background: url("../images/register/eye-open.png") no-repeat center;
    background-size:20px 20px;
}

@media (max-width: 768px) {
    .password_view_icon.open{
        top:10px
    }
}
.password_view .delete_icon{
    right:40px;
}
.delete_icon.delete_code{
    right:100px;
}
.delete_icon.delete_verifycode{
    right:120px;
}
.delete_icon.delete_verifycode_img{
    right:100px;
}
/* 底部 */
.tips{
    width: 1200px;
    margin: 20px auto 0;
    text-align: center;
    color:#666;
    display:none;
}
.tips a{
    font-weight: 400;
    color: #1875f0;
}
.tips a:hover{
    color: #1569d8;
    font-weight: 700;
}
/*底部footer*/
.container-footer{
    position: static;
    bottom: 0;
    padding-right:0px;
}

/* layer弹出框 */
body .my-skin{
    width:406px;
    height:278px;
    top:50%;
    left:50%;
    margin-top:-70px;
    margin-left:-40px;
}
body .my-skin .layui-layer-title{
    background-color: transparent;
    border: none;
    color: transparent;
}
body .my-skin .layui-layer-ico {
    background: url("../images/register/close.png") no-repeat;
    right: 0px;
    top: 0px;
    width: 15px;
    height: 15px;
}
body .my-skin .layui-layer-ico:hover {
    background: url("../images/register/close_active.png") no-repeat;
}
body .my-skin .layui-layer-content{
    text-align: center;
    font-size: 18px;
    color: #222;
    padding-top: 120px;
    padding-bottom: 30px;
    background: url("../images/register/layer_error.png") no-repeat center 30px;
    background-size: 50%;
    margin-top: 30px;
}
body .my-skin .layui-layer-btn a{
    background-color: #1875f0;
    width: 90px;
    font-size: 16px;
    font-weight: 400;
    padding:0;
    border-radius:4px;
    height: 36px;
    line-height: 36px;
}
body .my-skin-mobile{
    height:auto;
    width:406px;
    top:50%;
    left:50%;
    margin-top:-70px;
    margin-left:-40px;
}
body .my-skin-mobile .layui-layer-title{
    background-color: transparent;
    border: none;
}
body .my-skin-mobile .layui-layer-ico {
    background: url("../images/register/close.png") no-repeat;
}
body .my-skin-mobile .layui-layer-ico:hover {
    background: url("../images/register/close_active.png") no-repeat;
}
body .my-skin-mobile .layui-layer-content {
    text-align: center;
    font-size: 18px;
    color: #222;
    padding-top: 0px;
    padding-bottom: 30px;
    background: none;
    background-size: 50%;
}
body .my-skin-mobile .layui-layer-btn{
    padding-bottom:30px;
}
body .my-skin-mobile .layui-layer-btn a{
    background-color: #1875f0;
    width: 90px;
    font-size: 16px;
    font-weight: 400;
    padding:0;
    border-radius:4px;
}
body .my-skin-msg .layui-layer-title,body .my-skin-msg .layui-layer-btn,body .my-skin-msg  .layui-layer-setwin{
    display:none;
}
body  .my-skin-reset{
    min-width: 300px;
}
body  .my-skin-reset .layui-layer-content{
    padding:30px;
    text-align: center;
    font-size:18px;
}
body  .my-skin-reset .layui-layer-content{
    background: none;
}
body  .my-skin-reset .layui-layer-btn{
    padding: 0 30px 30px;
}
body  .my-skin-reset .layui-layer-btn a{
    background: #1875f0;
}
body  .my-skin-reset .layui-layer-btn a:hover {
    background-color: #1569d8;
    opacity: 1;
}
@media(max-width:1220px){
    .register_success{
        width:100%;
    }
    .container{
        width:100%;
    }
    .tips{
        width:100%;
    }
    .confirm{
        width:500px;
        margin:0 auto;
    }
}
/**/
@media(max-width:760px){
    .clound_header{
        width:100%;
    }
    .container-footer{
        padding: 0 15px;
    }
    .clound_header_box{
        width:100%;
        height:60px;
        padding:0 15px;
        /*margin-bottom:10px;*/
        box-sizing: border-box;
    }
    /*.clound_header .logo{
        width:98px;
        margin-right:20px;
        background:url("../images/register/iphone/htyw-logo.jpg") no-repeat center;
        background-size: 100%;
    }
    .clound_header .scjmrh{
        width: 76px;
        height: 60px;
        background:url("../images/register/iphone/scjmrh-logo.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .gzgyy{
        width:150px;
        background:url("../images/register/iphone/gzgyy-logo.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .gsgyy{
        width:150px;
        background:url("../images/register/iphone/gsgyy-logo.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .hbgyy{
        width:150px;
        background:url("../images/register/iphone/hbgyy-logo.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .jxgyy{
        width:150px;
        background:url("../images/register/iphone/jxgyy-logo.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .jyxccrw{
        width:150px;
        background:url("../images/register/iphone/jyxccrw-logo.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .qhc{
        width:150px;
        background:url("../images/register/iphone/qhc-logo.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .nmggyy{
        width:150px;
        background:url("../images/register/iphone/login-nmggyy.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .wlpt{
        width:150px;
        background:url("../images/register/iphone/login-wlpt.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .lhgyy{
        width:150px;
        background:url("../images/register/iphone/login-lhgyy.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .lzjmrh{
        width:150px;
        background:url("../images/register/iphone/login-lzjm.png") no-repeat center;
        background-size: 100%;
    }
    .clound_header .lzgyy{
        width:150px;
        background:url("../images/register/iphone/login-lzgyy.png") no-repeat center;
        background-size: 100%;
    }*/
    .clound_header_safe{
        height:100%;
        line-height:54px;
        font-size:18px;
        margin-left: 22px;
    }
    /*  */
    .container-cloud .container-header{
        padding: 0;
    }
    .clound_header{
        position:relative;
        height: 60px;
        line-height: 60px;
    }
    .clound_header .logo{
        width: 150px;
        height: auto;
        margin-right:20px;
    }
    .clound_header .href{
        float: left;
    }
    .phone_title{
        float:left;
        height:60px;
        line-height:60px;
        font-size: 18px;
    }
    /*表单移动端*/
    .container .title{
        display:none;
    }
    .container {
        width: 100%;
        padding-bottom: 220px;
    }
    .container .content{
        padding: 20px 15px 0;
    }
    .container .content .register{
        width: 100%;
        height: 40px;
        margin-bottom: 0px;
        margin-right:0;
    }
    .container .content .register.error {
        margin-bottom: 25px;
    }
    .register_list .red label{
        height:auto;
        line-height:25px;
    }
    .container .content .register_list{
        width:100%;
        height:auto;
        margin-bottom: 30px;
    }
    .content .register .register_name{
        margin-right:0px;
        margin-left:0px;
        padding:0 6px;
        height: 40px;
        line-height: 40px;
        width:20px;
        padding: 3px 6px;
    }
    .content .register .register_name .common_name{
        display:none;
    }
    .container .content .register .register_text {
        width: 93.8%;
    }
    .register_hasTips.register_list{
        height:90px;
    }
    .container .content .register_list .register_prompt{
        bottom:-42px;
        background: url("../images/register/tips.png") no-repeat left 1px;
        font-size: 12px;
    }
    .content .register .register_text input{
        width: 90%;
        padding-left:30px;
        height: 38px;
        font-size: 14px;
    }
    .container .content .register .register_text .verifycode {
        box-sizing:border-box;
    }
    .container .content .register .register_text .register1_sendCode {
        width: 33%;
    }
    .content .button_box{
        width:100%;
        text-align: center;
    }
    .register_list{
        height:65px;
        position:relative;
    }
    .register_list .red {
        width: 100%;
        top: 40px;
        left: 0px;
    }
    .register_list .red>img{
        padding-top: 0px;
        position: absolute;
        top: -30px;
        right: 10px;
    }
    .register1_list_btn{
        height:44px;
        line-height:44px;
        background-image: linear-gradient(90deg,
        #1774ef 0%,
        #34adf8 100%);
        box-shadow: 0px 2px 10px 0px
        rgba(32, 135, 242, 0.5);
    }
    .content .register .register_name .register2_red{
        padding-right:0px;
    }

    .tips{
        display: none;
        width: 100%;
        margin: 10px auto 0;
        padding: 0 15px;
        box-sizing: border-box;
        /* word-break: break-all; */
        text-align: center;
    }
    .delete_icon,.password_view_icon{
        top: 4px;
    }
    .delete_icon.delete_verifycode_img{
        right:90px;
    }
    /* 名字图标 */
    .name_icon{
        display:block;
        position:absolute;
        width:20px;
        height:30px;
        top: 5px;
        left: 0px;
        z-index: 1;
    }
    .name_icon.sjh_icon{
        background: url("../images/register/sjh.png") no-repeat center;
        background-size:100%;
    }
    .name_icon.hyxm_icon{
        background: url("../images/register/hyxm.png") no-repeat center;
        background-size:100%;
    }
    .name_icon.szmm_icon{
        background: url("../images/register/szmm.png") no-repeat center;
        background-size:100%;
    }
    .name_icon.qrmm_icon{
        background: url("../images/register/qrmm.png") no-repeat center;
        background-size:100%;
    }
    .name_icon.dxyz_icon{
        background: url("../images/register/dxyz.png") no-repeat center;
        background-size:100%;
    }
    .name_icon.tpyz_icon{
        background: url("../images/register/tpyz.png") no-repeat center;
        background-size:100%;
    }
    .name_icon.qymc_icon {
        background: url("../images/register/qymc.png") no-repeat 0px center;
        background-size: 100%;
    }
    .name_icon.qydz_icon {
        background: url("../images/register/qydz.png") no-repeat 0px center;
        background-size: 100%;
    }
    .name_icon.lxr_icon {
        background: url("../images/register/lxr.png") no-repeat 0px center;
        background-size: 100%;
    }
    .name_icon.yqm_icon {
        background: url("../images/register/yqm.png") no-repeat 0px center;
        background-size: 100%;
    }
    .sign_cover{
        display:none;
    }
    body .my-skin{
        width: 86%;
        height: auto;
        margin-left: 0;
        margin-top: -80px;
    }
    body .my-skin .layui-layer-content{
        padding-top:0;
        padding-bottom:0;
        font-size: 14px;
        padding:15px;
        padding-top: 110px;
        background: url("../images/register/layer_error_mobile.png") no-repeat center top;
        background-size: 50%;
    }
    body .my-skin .layui-layer-btn{
        padding-bottom:30px;
    }
    body .my-skin .layui-layer-btn a{
        height:30px;
        line-height:30px;
    }
    body .my-skin-mobile{
        width: 86%;
        margin-left: 0;
        margin-top: 0px;
    }
    body .my-skin-mobile .layui-layer-content{
        padding-bottom:15px;
        font-size:14px;
    }
    body .my-skin-mobile .layui-layer-title{
        height:30px;
        line-height:30px;
    }
    .container .content .register .register_prompt.active{
        display: none;
    }
    /*新版移动端改动*/
    .container-cloud .container-main {
        padding-top: 0px;
    }
    .container-cloud .container-main .main-content{
        padding: 0px;
    }
}
@media(max-width:375px){
    .container .content .register .register_text .verifycode{
        width:63%;
    }
    .container .content .register .register_prompt{
        bottom:-42px;
        background: url("../images/register/tips.png") no-repeat left 1px;
        font-size:12px;
    }
}
@media(max-width:320px){
    .phone_title{
        font-size:16px;
    }
    .container .content .register .register_text .verifycode{
        width:57%;
    }
    .container .content .register .register_text {
        width: 93%;
    }
}