
.join_banner-tabs{
	top: 50%;
	margin-top: -150px;
	position: absolute;
	/*min-height: 260px;*/
	width: 500px;
	height: 300px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px 70px;
}


.join_banner-tabs h2{
	height: 46px;
    font-family: PingFangSC;
    font-size: 38px;
    line-height: 1.21;
    letter-spacing: normal;
    color: #000000;
    margin-top: 24px;
    margin-bottom: 12px;
}

.join_banner-tabs .tabs-share{
  font-family: PingFangSC;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.45);
}

.join_banner-tabs > span{
  font-family: PingFangSC;
  font-size: 20px;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.45);
	display: inline-block;
}

.join_banner-tabs button{
	position: relative;
	width: 138px;
    letter-spacing: normal;
    color: #2484f2;
	font-family: PingFangSC;
    font-size: 18px;
	 height: 48px;
	 border-radius: 2px;
	 border: solid 1px #2484f2;
	 background: none;
	 bottom: -20px;
}

.join_banner-tabs button:hover{
	background-color: rgba(255,255,255,0.4);
	/*background-color: #0099CC;*/
}

.join_banner-tabs h4{
	line-height: 20px;
}


.join_doc_hos{
	text-align: center;
	padding:0;
	margin-top: 30px;
}

.join_doc_hos h3{
  margin: 0;
  height: 22px;
  font-family: PingFangSC;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  /*color: rgba(0, 0, 0, 0.65);*/
}

.join_doc_hos_inner{
	cursor: pointer;
 	color: rgba(0, 0, 0, 0.65); 
 	width: 120px;
   height: 120px;
   border-radius: 4px;
   padding-top: 16px;
   margin: auto;
}

.join_doc_hos_active{
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65); 
  width: 120px;
  height: 120px;
  border-radius: 4px;
	
  padding-top: 16px;
  background-color: #22364d;
  color: white; 
  margin: auto;
}

.join_doc_hos_inner:hover{
    background-color: #eee;
}


/*小三角*/
.triangle{
	width: 0px;
    height: 0px;
    border-width: 20px 12px;
    border-style: solid;
    border-color: transparent transparent #22364d transparent;
}


.time-line-box{
	display: inline-block;
	margin-left: -36px;
	width: 100%;
	margin-top: 24px;
}

.time-line-box-img {
	width: 20px;
	float: left;
	margin-top: 3px;
}

.time-line-box-img img{
	width: 12px;
}

.time-line-box-text{
	padding-left: 36px;
}

.time-line-box-text h3{
  height: 24px;
  font-family: PingFangSC;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0 0 8px 0;
}

.time-line-box-text p{
	color: rgba(255, 255, 255, 0.8);
	padding-top: 8px;
	border-top:1px solid  rgba(255, 255, 255, 0.4);
}

.time-line-box-text a{
  height: 22px;
  font-family: PingFangSC;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: normal;
  color: #66d9ff;
	text-decoration: underline;
}



/*表单*/
.case_form{
	width: 450px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(255,255,255,0.6);
	margin: auto;
}

.case_form>ul{
	list-style: none;
    margin: 0;
    padding: 0;
    border-width: 0;
}

.case_form ul li{
	width: 100%;
    margin-bottom: 10px;
    line-height: 48px;
    color: #666;
}
.case_form ul li>span{
	vertical-align:top;
	color: rgba(0,0,0,0.8);
	font-weight: 600;
}
.case_form ul li>textarea{
	margin-left: 25px;
    height: 96px;
    width: 220px;
    resize: none;
    font: 16px/20px PingFangSC ,"helvetica Neue", "Hiragino sans GB", "Microsoft YaHei", Arial, sans-serif;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    background: #fff;
    border-radius: 2px;
    padding: 10px 10px;
    outline: 0;
}

.case_form ul li>input[type='text'],
.case_form ul li>input[type='phone'],
.case_form ul li>input[type='password'] {
	margin-left: 10px;
	height: 36px;
    padding: 0 10px;
    font-size: 16px;
}
.case_form ul li>a{
	cursor: pointer;
	color: #2484f2;
}


