@charset "UTF-8";
  *{
      margin: 0px;
      padding: 0px;
  }
/* 当前页面 */
/* .page{
    width: auto;
    height: auto; 
    background-image: url(./img/SketchPng0f95829c37846c4fc7651a0208bcbf56ede72d4ee5f167a847af92776b4135f4.png);
    background-repeat: no-repeat; 
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
} */



/* 登录框 */
.login{
    padding: 30px;
    border-radius: 9.879804934021802px 9.879804934021802px 9.879804934021802px
    9.879804934021802px;
    background-color: white;
    width: 845px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 23px 0px rgba(197, 72, 9, 0.12);
    border: 0px solid #eee;
}

/* 公司项目方向 */
.gs-title{
    font-size: 25px; 
    font-weight: 600;
}

/* 项目的具体描述 涉及到的板块 */
.gs-referto{
    font-size: 12px;
    margin-top: 20px;
}

/* 分割线 */
.separator{
    margin-top: 20px;
    width: 90px;
    height: 4px;
    background: #FF864B;
    border-radius: 4px;
}

/* 输入框样式 */
.form-control.placeholder-no-fix.dz-input{
    height: 40px;
    background: #FFF!important;
    border-radius: 2px;
    border: 1px solid #DEDEDE;
    margin-top: 10px;
    box-shadow: none;
}
/* 输入框选中样式 */
.form-control:focus {
	border-color: #66afe9 !important;
	
}
/* 处理盒子崩塌 */
.login:after{
    clear: both;
    content: "";
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
    }

/* 简介部分 */
.description{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;  
    float: left; 
    /* border: 1px solid red; */
    padding: 75px 33px 30px 30px;
    background-image: url('/img/jjianjie.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 9.879804934021802px 0px 0px  9.879804934021802px;
}

/* 更新的提示消息 */
.updateContent{
	 color: #EF3C3C; 
	 position: absolute; 
	 bottom: 25px;
}


/* 登录方式 */
.loginMode{
    display: inline-block;
    zoom: 1;
    list-style: none;
    width: 100%;
}



/* 切换登录方式的按钮 */
.loginMode :not(:last-child){
    float: left;
    /* padding-right: 21px; */
    /* margin-right: 63px; */
    /* width: 80px; */
    line-height: 30px;
    text-decoration: none;
	padding: 0px;
}

/* 密码登录 */
.loginMode-passwordLog>a {
	width: 100%;	
}
/* 短信登录 */
.loginModel-verCodeLog>a {
    width: 100%;
}
/* 二维码登录 */
/*.loginModel-verCodeLog {*/
/*	text-align: center;*/
/*}*/
.loginModel-switchQrcode {
	padding: 0px;	
}

.loginMode :last-child{
    float: right;
}

.loginMode li::selection{
    color: #FF864B;
}

/* 登录操作 */
#login-con{
    width: 47%; 
    float: right;
}

/* 忘记密码按钮 */
.forget-password {
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 14px;
    color: #B2B2B2;
}
.form-control,.loginMode a,.clearfix a,.clearfix h5{
	font-size: 14px;
}

/* 获取验证码 */
.form-control.placeholder-no-fix.colorBtn{
    height: 40px;
    margin-top: 10px;
    text-align: center;
    background-color: #45A2ED;
    color: white;
}
.more-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding-left: 13px;
    color: initial;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 12px;
    flex-direction:column;
}
.logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 6px;
    background-size: 100%;
}
.logo-wxwork {
    background-image: url(/img/logo/logo-wxwork.png?v=1);
}

/* @media only screen and (min-width: 768px) and (max-width: 1800px) {
	
	.login{
		width: 780px;
	}
	#overrodeCodeBox{
		right: 109px !important;
	}
	.description{
		width: 54%;
	}
} */
/* @media only screen and (min-width: 320px) and (max-width: 767px) {
	.description{
		display: none;
	}
	#login-con{
		width: 100%;
	}
	.login{
		width: 418px;
	}
	.loginMode{
		position: relative;
		width: 100%;
	}
	#VerCodeLog{
		padding: 0;
	    margin: auto;
	    left: 35%;
	    position: absolute;
	}
	.loginMode :not(:last-child){
		margin-right: 62px;
	}
	#qrCodeBox{
		padding-left: 0 !important;
		text-align: center;
	}
	#overrodeCodeBox{
		right: 118px !important;
	}
}
 */

