

/*身份切换弹框 */
.Mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	top: 0;
	z-index: 99998;
}
.Free_consultation_box_big{
	position: fixed;
	width: 430px;
	top: 20%;
	left: calc(50% - 170px);
	background-color: #fff;
	box-shadow: 0 0 5px 2px #b4b8bd;
	z-index: 9999;
	padding: 40px 60px;
  z-index: 99999;
  border-radius: 10px;
}
.Fork_number{
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url(../images/Fork.png);
	right: 4%;
	top: 4%;
	cursor: pointer;
}

.Free_consultation_title{
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: 500;
}

.Submission_btn{
	width: 100%;
	height: 45px;
	background-color: #f05d4b;
	margin-top:26px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	border-radius: 50px;
	cursor: pointer;
}
.Spring_identity_box > li{
  width: 100%;
  height: 45px;
  border:1px solid #dedede;
  border-radius: 45px;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #999999;
}
.Spring_identity_box > .Optional{
  border:1px solid #dedede;
  color: #2a2a2a;
}
.Spring_identity_box > .on{
	border:1px solid #f05d4b;
	color: #f05d4b;
  }


@media only screen and (max-width: 768px) { 
  /* 弹框样式 */
  .Free_consultation_box_big {
    width: 90%;
    left: 5%;
    top: 15%;
    padding: 40px 30px;
  }
  .Spring_identity_box > li{
    height: 55px;
    line-height: 55px;
    font-size: 17px;
  }
  .Submission_btn{
    height: 55px;
    line-height: 55px;
    font-size: 17px;
  }
}
