.container .content .agree_box {
	margin-bottom:30px;    
}
.container .content .agree_box .check_box{
	position: relative;
    padding-left:25px;
    float: left;
    user-select: none;
}
.container .content .agree_box .check_box>i{
	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%;
}
.content .register .register_name{
	width:42%;
}
.container .content .register .register_text {
    width: 58%;
}
.content .register .register_text input{
	width:90%;
}
.content .register .register_text input.verifycode_img {
	width: 68%;
    float: left;
}
.container .content .agree_box .check_box.active>i{
	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 .verifycode{
	width: 59%;
    float: left;
}
.container .content .register .register_text .register1_sendCode{
	float:right;
	width:36%;
	background-color: #e7e7e7;
	color:#333;
	cursor: pointer;
}
.container .content .register .register_text .register1_sendCode:hover{
	background-color:#dad9d9;
}
.yzm{
	vertical-align: middle;
	 display:inline-block;
	 width:90px;
	 height:54px;
	 line-height:54px;
	 float: right;
}
.container .content .register .register_text input.verifyBtn {
    float: right;
    width: 41%;
    background-color: #e7e7e7;
    color: #333;
    cursor: pointer;
    color: #333;
    border-radius: 0px;
    padding-right: 10px;
}
.container .content .register .register_text input.verifyBtn:hover {
    background-color: #dad9d9;
}
.delete_icon.delete_verifycode {
    right: 130px;
}
.yzm>img{
	width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}
.button_box .register1_list_btn{
	font-size:16px;
}
/*提示信息*/
.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;
}
.register_box .content p{
    font-size: 18px;
    line-height: 32px;
    margin-top: 120px;
    color: #1875f0;
}
.register_box .confirm {
    margin-top: 100px;
}
.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;
}
body .my-skin{
	height:auto;
}
body .my-skin .layui-layer-content a{
	color:#1875f0;
}
body .my-skin .layui-layer-content{
	text-align: justify;
	padding-left:25px;
	padding-right:25px;
}
body .my-skin .layui-layer-ico{
	right: 5px;
    top: 5px;
}
@media(max-width:760px){
	/* 头部 */
	.clound_header{
	   width:100%;
	}
	.container .title{
	   display:none;
	}
	.clound_footer{
	   display:none;
	   width:100%;
	}
	.container {
       width: 100%;
       padding-bottom: 220px;
    }
    .container .content{
       padding: 20px 15px 0;
    }
    .content .register .register_name .common_name{
       display:none;
    }
    .content .register .register_name {
        width: 20px;
        padding: 3px 6px;
    }
    .container .content .register .register_text {
        width: calc(100% - 20px);
    }
    .content .register .register_text input {
        width: 90%; 
    }
    .container .content .register .register_text input.verifyBtn{
       padding-left:10px;
       width:33%;
    }
    .container .content .register .register_text .register1_sendCode {
       width: auto;
       border-radius:0px;
    }
    .content .register .register_text input.register1_sendCode{
       padding-left:10px;
    }
    .register_list .red.verifycode_img_tip>img{
       right:80px;
    }
    .content .button_box{
       width:100%;
    }
    .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);
    }
    .container .content .agree_box{
	   margin-top:10px;
    }
    .yzm {
       width: 76px;
       height: 38px;
       line-height: 38px;
    }
    .yzm>img {
       height: 38px;
       line-height: 38px;
    }
    .delete_icon.delete_verifycode {
       right: 34%;
     }
}
@media(max-width:375px){
	.container .content .register .register_text .verifycode{
	   width:66%;
	}
}
@media (max-width: 360px){
    .container .content .register .register_text .register1_sendCode {
      width: auto;
    }
}  
@media(max-width:320px){
	.container .content .register .register_text .verifycode{
	   width:57%;
	}
	.container .content .register .register_text {
       width: 93%;
    }
    .container .content .register .register_text input.verifyBtn {
       width: 40%;
    }
    .delete_icon.delete_verifycode {
       right: 40%;
     }
}