@charset "UTF-8";
html{
	width: 100%;
	height: 100%;
}
html,body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: '微软雅黑';
	background: url(../img/bg.png) repeat fixed center;
	background-size: cover;	
}

.exper_left{
	width: 38%;
	height: auto;
	margin-left: 10%;
	/* background-color: #2D6FFF; */
	margin-top: 8%;
	float: left;
}
.exper .el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px;
    margin-top: 20px;
    margin-left: 0px;
}
.exper_free{
	width: 100%;
	height: auto;
	float: left;
}
.exper_right{ 
	width: 38%;
	height: 350px;
	margin-right: 10%;
	margin-top: 10%;
	float: right;
	background: url(../img/experYangji.png);
	background-size:  contain;
	background-repeat: no-repeat;
}
.exper_info{
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	clear: both;
}

 .exper_info .el-row {
    margin-bottom: 20px;
    &:last-child {
      margin-bottom: 0;
    }
  }
.exper_info  .el-col {
    border-radius: 4px;
  }
 .exper_info .bg-purple {
    background: #FFFFFF;
	width: 350px;
  }
  .exper_info  .bg-purple-light {
    background: #FFFFFF;
	width: 350px;
	
  }
  .exper_info  .grid-content {
    border-radius: 4px;
    min-height: 120px;
  }
  .exper_info  .row-bg {
    padding: 0 0;
    /* background-color: #f9fafc; */
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
  }
.grid_image{
	width: 30%;
	height: 120px;
	float: left;
	position: absolute;
	overflow: hidden;
}  
.grid_cont{
	/* width: 65%; */
	height: 120px;
	float: right;
	overflow: hidden;
}


/* 注册 */
.register{
	width: 100%;
	height: 80%;
	float: left;
}
.register_left{
	width: 30%;
	height:80%;
	margin-left: 15%;
	margin-top: 0px;
	float: left;
	
}
.form{
	margin-top: 20px;
	width: 30%;
	height:78% ;
	background-color: #FFFFFF;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	position: absolute;
	overflow: auto;
	}
.form_item{
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	height: 100%;
	/* background-color: #2D6FFF; */
	color: #575F84;
}
.form .el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px;
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
}

.form .el-select {
    display: inline-block;
    position: relative;
    width: 100%;
}

.form .input{
	margin-top: 10px;
}

.form .form_p{
	margin-top: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.exper_info_left{
	width: 30%;
	background-color: #ffffff;
	height: 120px;
	float: left; 
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}
.exper_info_leftCon{
	margin-left: 5%;
	width: 30%;
	background-color: #FFFFFF;
	height: 120px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	float: left;
	
}
.leftCon_bg{
	width: 100%;
	height: 80px;
	background-image: url(../img/gridImage.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.exper_info_right{
	width: 65%;
	height: 120px;
	float: right;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	/* background-color: #1C3660; */
}

