.contain{
    width: 100%;
    min-height: 100%;
    background: #E4EAEF;
    padding: 49px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content{
    width: 100%;
    min-width: 1240px;
    height: 95%;
    min-height: 800px;
    background: #fff;
    border-radius: 20px;
    margin: 0px auto;
}
.content .container{
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}
.content .row{
    width: 100%;
    height: 100%;
}
.row .title{


}
.shadow{
    width:100%;
    height: 270px;
    position: absolute;
    background:#FFFFFF;
    box-shadow: 0 -6px 35px rgba(214,221,229,0.3)  inset;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    top:0

}
.loginImage{
    width: 100%;
    height: 100%;
    position: relative;
}
.loginImage img{
    width: 700px;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-left:-350px;

}
.content .row>div{
/*     height: 860px; */
}

.content .row .left{
    padding: 0 0 0 70px;
    box-sizing: border-box;
    /*
    box-shadow: 0 0 25px #D6DDE5;
    */
}

.title>h1{
    font-size: 20px;
    color: #2F3075;
    margin-top: 40px;
    font-weight: bold;
    transform: scale(0.9);
    margin-left:49px;

}
.left>p:nth-of-type(1){

    margin-top: 308px;
    font-size: 24px;
    color: #364658;
    font-weight: 800;
    transform: scale(1.1);
    margin-left: 18px;
}
.left>p:nth-of-type(2){
    font-size: 18px;
    color: #7B8FA5;
    margin-top: 12px;
    /*
    margin-left:-18px;
    */
}

.left .form{
    margin-top: 10px;
}
.left .form>div{
    max-width: 400px;
/*     width: 90%; */
/*     height: 30px; */
    border: 1px solid #DEE5ED;
    border-radius: 5px;
    position: relative;
    margin-bottom: 18px;

}
.left .form>div>img{
    margin: 20px;
}
.left .form>div>input{
    max-width: 230px;
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    left: 55px;
    top: 0;
    border-left: 1px solid #DEE5ED;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
}
input::-webkit-input-placeholder {
    color: #7B8FA5;
}
#picCode button{
    display: inline-block;
    width: 35%;
    height: 46px;
    position: absolute;
    right: -40%;
    top:50%;
    margin-top:-23px;
    font-size: 16px;
    line-height:46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(to right,#37A0F6,#387EE9);
    border-radius: 5px;
    color:#FFFFFF;
    border: none;

}
#picCode span:hover{
    cursor: pointer;
}
#picCode{
    position: relative;
}
#picCode  input{
    width: 50%;
}
#picCode .package{
    width: 20%;
    height: 30px;
    position: absolute;
    top: 50%;
    right:0;
    margin-top:-15px;


}

#picCode .package img{
    width: 100%;
    height: 100%;
}
/*#picCode .package img:hover{
    cursor: pointer;
}*/

#againPic:hover{
    cursor: pointer;
}


.left .form .remember{
    border: none;
    position: relative;
    /*
    background: yellow;
    */
    height: 16px;
    margin-bottom:14px;
    margin-top:-2px;
}
.remember .check_box{
    width: 16px;
    height: 16px;
    border: 1px solid #DEE5ED;
    z-index: 2;
}
.remember> .state{
    width: 16px;
    height: 16px;
    background:url("../images/gou.png") ;
    position: absolute;
    background-size: cover;
    left: 0;
    top:0;
    z-index: 1;
}
.form>button{
    max-width: 400px;
    width: 90%;
    height: 56px;
    position: relative;
    background: linear-gradient(to right,#37A0F6,#387EE9);
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 2px 15px rgba(51, 156, 245, 0.6);
    /*
    margin-left:-18px;
    */
    margin-bottom:22px;
}
.remember>p{
    position: absolute;
    left: 25px;
    top: 1px;
    font-size: 14px;
    color: #7B8FA5;
}
.left .form .footer{
    border: none;
}
.footer>a:nth-of-type(1){
    float: left;
    color: #7B8FA5;
    font-size: 14px;
}
.footer>a:nth-of-type(2){
    float: right;
    color: #7B8FA5;
    font-size: 14px;
}

.content .row .right{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0;
}
.right>img{
    width: 100%;
    height: 100%;
    margin-left: 10px;
}
.sweetAlert{
    font-size:20px;
}
.foot {
	position: relative;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	border-top: 1px solid #e0e0e0;
}

.foot .m>span {
	display: block;
	line-height: 22px;
	height: 22px;
	width: 100%;
	color: #808080;
	text-align: center;
}

.foot .m>span a {
	color: #808080;
}

.foot .m>span a:hover {
	color: #0c7edf;
}

/* 营业执照 模态框 */
.businessLicenseModal {
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.businessLicenseModal .setBox{
    width: 1000px;
    height: 580px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 24%;
    top:50px;
    /*margin-left:-256px;*/
    padding:0 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.businessLicenseModal .setBox h4{
    font-size:16px;
    line-height:70px;
    color:#474D60;
    float: left;
}
.businessLicenseModal .closeBusinessLicenseModal{
    width: 12px;
    height: 12px;
    float: right;
    position: absolute;
    right: 15px;
    top:28px;
}

/*查看 营业执照 验证码 模态框*/
.watchBusinessLicenseCaptchaModal{
    width: 100%;
    min-width: 1000px;
    height: 100%;
    position: fixed;
    /*left: 180px;*/
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,.5);
    display: none;
}
.watchBusinessLicenseCaptchaModal .setBox{
    width: 400px;
    height: 200px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 50%;
    top:150px;
    margin-left:-256px;
    padding:0 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.watchBusinessLicenseCaptchaModal .setBox h4{
    font-size:16px;
    line-height:70px;
    color:#474D60;
    float: left;
}
.watchBusinessLicenseCaptchaModal .closeBusinessLicenseCaptchaModal{
    width: 12px;
    height: 12px;
    float: right;
    position: absolute;
    right: 15px;
    top:28px;
}
.watchBusinessLicenseCaptchaModal .setBox ul{
    width: 100%;

}
.watchBusinessLicenseCaptchaModal .setBox ul li{
    width: 100%;
    height: 36px;
    font-size:14px;
    color:#364658;
    position: relative;
    margin-bottom:20px;
    /*
    background: tomato;
    */
    line-height:36px;
}
.watchBusinessLicenseCaptchaModal .setBox ul li span{
    display: inline-block;
    width: 95px;
    height: 100%;
    text-align: right;
    float: left;
}
.watchBusinessLicenseCaptchaModal .setBox ul li input{
    width: 160px;
    height: 36px;
    border: 1px solid #DDDDDD;
    padding-left:14px;
    border-radius: 5px;
    position: absolute;
    left: 100px;
}
.watchBusinessLicenseCaptchaModal .setBox ul li input:focus{
    outline:none;
    border:1px solid #388AED;
}
.watchBusinessLicenseCaptchaModal .setBox ul li .nullContent{
    border:1px solid red;
}
.sureWatch{
    width: 140px;
    height: 36px;
    background: linear-gradient(to right,#37A0F6,#387EE9);
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
}

.changeLicenseCaptcha {
    width: 100px;
    height: 26px;
    background: linear-gradient(to right, #37A0F6, #387EE9);
    border-radius: 5px;
    color: #fff;
    margin-left: 10px;
}


/* 营业执照 模态框 */
.publicationBusinessLicenseModal {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.publicationBusinessLicenseModal .setBox {
    width: 1000px;
    height: 580px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 24%;
    top: 50px;
    /*margin-left:-256px;*/
    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.publicationBusinessLicenseModal .setBox h4 {
    font-size: 16px;
    line-height: 70px;
    color: #474D60;
    float: left;
}

.publicationBusinessLicenseModal .closeBusinessLicenseModal {
    width: 12px;
    height: 12px;
    float: right;
    position: absolute;
    right: 15px;
    top: 28px;
}

/*查看 营业执照 验证码 模态框*/
.watchPublicationBusinessLicenseCaptchaModal {
    width: 100%;
    min-width: 1000px;
    height: 100%;
    position: fixed;
    /*left: 180px;*/
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.watchPublicationBusinessLicenseCaptchaModal .setBox {
    width: 400px;
    height: 200px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 150px;
    margin-left: -256px;
    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.watchPublicationBusinessLicenseCaptchaModal .setBox h4 {
    font-size: 16px;
    line-height: 70px;
    color: #474D60;
    float: left;
}

.watchPublicationBusinessLicenseCaptchaModal .closeBusinessLicenseCaptchaModal {
    width: 12px;
    height: 12px;
    float: right;
    position: absolute;
    right: 15px;
    top: 28px;
}

.watchPublicationBusinessLicenseCaptchaModal .setBox ul {
    width: 100%;

}

.watchPublicationBusinessLicenseCaptchaModal .setBox ul li {
    width: 100%;
    height: 36px;
    font-size: 14px;
    color: #364658;
    position: relative;
    margin-bottom: 20px;
    /*
    background: tomato;
    */
    line-height: 36px;
}

.watchPublicationBusinessLicenseCaptchaModal .setBox ul li span {
    display: inline-block;
    width: 95px;
    height: 100%;
    text-align: right;
    float: left;
}

.watchPublicationBusinessLicenseCaptchaModal .setBox ul li input {
    width: 160px;
    height: 36px;
    border: 1px solid #DDDDDD;
    padding-left: 14px;
    border-radius: 5px;
    position: absolute;
    left: 100px;
}

.watchPublicationBusinessLicenseCaptchaModal .setBox ul li input:focus {
    outline: none;
    border: 1px solid #388AED;
}

.watchPublicationBusinessLicenseCaptchaModal .setBox ul li .nullContent {
    border: 1px solid red;
}

.surePublicationWatch {
    width: 140px;
    height: 36px;
    background: linear-gradient(to right, #37A0F6, #387EE9);
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
}

.changePublicationLicenseCaptcha {
    width: 100px;
    height: 26px;
    background: linear-gradient(to right, #37A0F6, #387EE9);
    border-radius: 5px;
    color: #fff;
    margin-left: 10px;
}
.systemSet{
    visibility:hidden;
}