.container .content .agree_box {
	width: 500px;
	margin: 0 auto 30px;
	position:relative;
}
.container .content .agree_box label{
	padding-left: 25px;
	float: left;
	user-select: none;
}
.container .content .agree_box .red{
	top:0px;
	left:435px;
}
.container .content .agree_box .check_box{
	position: relative;
    float: left;
    user-select: none;
}
.container .content .agree_box .check_box{
	width:15px;
	height:15px;
	display:block;
	position:absolute;
	top: 2px;
	left:0;
	background:url("../images/register/agree_icon.png") no-repeat 0px center;
	background-size:100%;
}
.container .content .agree_box .check_box.active{
	background:url("../images/register/agree_icon_checked.png") no-repeat 0px center;
	background-size:100%;
}
.container .content  .agree_box a{
	color:#1875f0;
}
.container .content .register .register_text .register1_sendCode:hover{
	background-color:#dad9d9;
}


/*提示信息*/
.register_success{
	display:none;
	width:1200px;
	/* height:650px; */
	margin:0 auto;
	background-color:#fff;
	padding:140px 350px 212px;
	box-sizing: border-box;
	text-align:center;
}
.register1{
	/* display:none; */
}
.create_tenant_tip{
    color: #999999;
    margin: 40px 0 0 0;
    text-align: justify;
}
@media (max-width: 768px){
    .create_tenant_tip {
        font-size: x-small;
        padding: 0 10%;
    }
    .register1_sendCode {
        margin-right: -1px;
    }
}
.register_success .content {
    /*background: url(../images/coin/register_success.png) no-repeat center top;*/
}
.register_box .content p{
    font-size: 18px;
    line-height: 32px;
    margin-top: 120px;
    color: #1875f0;
}
.register_box .confirm a {
    display:block;
    font-size: 16px;
    color: #1875f0;
    border-radius: 4px;
    border: 1px solid #1875f0;
    float:left;
    width:218px;
    height:52px;
    line-height:52px;
    text-align:center;
}
.register_box .confirm a:hover{
	background-color: #1875f0;
	color: #fff;
}
.register_box .confirm a.join_company{
    margin-left: 60px;
    background-color: #1875f0;
    color: #fff;
}
.register_box .confirm a.join_company:hover{
	background-color: #1569d8;
}
.agree_box .register_list .red{
	float:left;
}
.content .agree_box .red label{
	height: 20px;
    line-height: 20px;
}
.container .content .agree_box a {
    float: left;
}
.delete_icon.delete_code {
    right: 130px;
}
.register_list .register .red label a{
    color:#1875f0;
}
.content .register .register_text input.verifycode{
    float: left;
}
.content .register .register_text input.verifycode_img {
    width: 68%;
    float: left;
}
.yzm {
    vertical-align: middle;
    display: inline-block;
    width: 90px;
    height: 54px;
    line-height: 54px;
    float: right;
}
.yzm>img {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}
.my-skin-msg .layui-layer-content .layui-layer-ico{
    top:19px !important;
}
@media(max-width:1220px){
	.register_success{
	    width:100%;
	    padding: 140px 0px 212px;
	}

}
@media(max-width:760px){
	body{
	   background-color:#fff;
    }
    .container_box{
       background-color:#f5f5f5;
    }
    .container .content .agree_box{
	   width: 100%;
	   position: relative;
	   padding-left:35px;
	   box-sizing: border-box;
	   line-height: 30px;
    }
    .container .content .agree_box .check_box{
       position: absolute;
    }
    .container .content .agree_box label{
	   padding-left: 0px;
	   height: 30px;
       line-height: 30px;
    }
    .container .content .agree_box .check_box{
       top:8px;
    }
        /* 移动端-成功 */
    .recharge_box {
        background-color: #fff;
        display: none;
        min-height: 600px;
        text-align: center;
        position: static;
        z-index: 10000;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        padding-top: 35px;
    }
    .recharge_box .content {
        background: url("../images/register/success.png") no-repeat center;
        background-size: 100%;
        height:60px;
        margin-top: 35px;
    }
    .recharge_box p{
        margin:0px;
        margin-top:30px;
        color:#222;
        font-size: 14px;
    }
    .recharge_box .confirm {
        margin-top: 30px;
        margin-bottom: 40px;
        width: 100%;
    }
    .recharge_box .confirm a {
        width: auto;
        min-width:100px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        border: 1px solid #1875f0;
        border-radius: 4px;
        color: #1875f0;
        padding: 0 5px;
        font-size:14px;
        float:none;
    }
    .recharge_box .confirm a.completement,.recharge_box .confirm a.join_company{
        background-color: #1875f0;
        color: #fff;
        margin-left: 15px;

    }
    .container .content .agree_box a{
        float:none;
    }
    .content .agree_box .red label {
        height: 30px;
        line-height: 30px;
    }
    .container .content .agree_box .red{
        top: 50px;
        left: 0px;
    }
    .delete_icon.delete_code {
        right: 34%;
    }
    .yzm {
        width: 76px;
        height: 38px;
        line-height: 38px;
    }
    .yzm>img {
        height: 38px;
        line-height: 38px;
    }
    .register_list .red.verifycode_img_tip>img {
        right: 80px;
    }
}
@media(max-width:320px){
	.delete_icon.delete_code {
       right: 40%;
    }
    .container .content .register .register_text .verifycode {
       width: 59%;
    }
    .container .content .register .register_text .register1_sendCode {
       width: 40%;
    }
}