﻿section.join-reg{
	width: 100%;
    max-width: 900px;
    margin: auto;
}
/* 讲师/机构注册 */
.JoinUs {}
.info-main{
	width: 100%; background-color: #ffffff; display: inline-block;
}
.JoinUs h2.title{
	font-size: 28px; color: #333333;
    text-align: center; padding: 32px 0px 25px 0px;
}
.JoinUs .information>dt {
	background-color: #3a67c3;
    font-size: 20px; color: #FFFFFF;
    text-align: center; line-height: 46px;
    margin-top: 20px; margin-bottom: 15px;
}
.JoinUs .information.frist-info>dt{
	margin-top: 0px;
}
.JoinUs .information>dd {
  padding: 24px 10% 0px 10%; display: inline-block;
  width: 100%;
}

.JoinUs .information dd .Item {
  margin-bottom: 22px;
}
.JoinUs .information dd .Item .Info_Name,
.JoinUs .information dd .Item .Info_Msg {
  float: left;
}
.JoinUs .information dd .Item .Info_Name {
  width: 135px; text-align: right; padding-right: 10px;
  font-size: 16px; color: #333333; height: 38px; line-height: 38px;
  display: inline-block;
}
.JoinUs .information dd.platform .Item .Info_Name{
	width: 180px;
}
.JoinUs .information dd .Item .Info_Name span {
  color: #ff0f0f;
  margin-right: 5px;
  font-size: 18px;
  line-height: 1;
}

.JoinUs .information dd .Item .Info_Control {
  width: 95%; padding-left: 135px;
}
.JoinUs .information dd .Item .Info_Control.Info_Control_Type1{
	width: 198px; float: left; padding: 0; position: relative;
}
.JoinUs .information dd .Item.lecreg_photo .Info_Control.Info_Control_Type1{
	width: 120px;
}

.JoinUs .information dd .Item .Info_Control_Type4,
.JoinUs .information dd .Item .Info_Control_Type8 {
  width: 645px;
  margin-right: -10px;
}

.JoinUs .information dd .Item .Info_Control_Type4 dl,
.JoinUs .information dd .Item .Info_Control_Type8 dl {
  width: 203px;
  margin-right: 10px;
}

.JoinUs .information dd .Item .Info_Control_Type7 {
  width: 635px;
  margin-right: 0;
}

.JoinUs .information dd .Item .Info_Control input[type="text"]{
	width: 100%; height: 38px;  border-radius: 3px; 
    border: 1px solid #ebebeb; background-color: #f5f5f5;
    font-size: 15px;  color: #666666;
    outline: none; padding: 0px 8px;
}
.JoinUs .information dd .Item .Info_Control input[type="text"]:focus,
.JoinUs .information dd .Item .Info_Control textarea:focus{
	box-shadow:0px 0px 5px #ecf0f9
}
.JoinUs .information dd .Item .Info_Control input[type="text"]::-webkit-input-placeholder {
	color: #c8c8c8;
}
.JoinUs .information dd .Item .Info_Control input[type="text"]:-moz-placeholder {
	color: #c8c8c8;
}
.JoinUs .information dd .Item .Info_Control input[type="text"]:-ms-input-placeholder {
	color: #c8c8c8;
}
.JoinUs .information dd .Item .Info_Control textarea {
	width: 100%; height: 78px;
    border: 1px solid #ebebeb;
    background-color: #f5f5f5; border-radius: 3px;
    font-size: 15px; color: #666666;
    outline: none;
    padding: 8px;
    resize: none;
}

.JoinUs .information dd .Item .Info_Control.Info_Control_Type7 input {
  width: 625px;
}


.JoinUs .information dd .Item .Info_Control .count-wrap {
  position: absolute;
  bottom: 9px;
  right: 8px;
  color: #999;
}

.JoinUs .information dd .Item .Info_Control.Error input,
.JoinUs .information dd .Item .Info_Control.Error .SelectDL {
  border-color: #c01920;
}

.JoinUs .information dd .Item .Info_Control .uploadPic {
  text-align: center;
  cursor: pointer;
  height: 120px;
  border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
}
.JoinUs .information dd .Item .Info_Control .uploadPic:hover {
  background: #EEE;
}
.JoinUs .information dd .Item .Info_Control .uploadPic input[type="file"]{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	z-index: 99; opacity: 0;
}
.JoinUs .information dd .Item .Info_Control .uploadPic p {
  padding-top: 80px;
  color: #818181; font-size: 14px;
  background: url(../images/add_bg.png) no-repeat center 30%;
  padding-bottom: 10px;
}
.JoinUs .information dd .Item .Info_Control .uploadPic img {
  width: 100%;
  height: 100%;
}

.JoinUs .information dd .Item .Info_Msg {
  width: 100%; padding-left: 138px;
  display: inline-block; margin-top: 3px;
}
.JoinUs .information dd .Item.control_photo .Info_Msg,
.JoinUs .information dd .Item.lecreg_photo .Info_Msg{
	width: 45%; float: left; padding-left: 10px; margin-top: 0;
}
.JoinUs .information dd .Item.lecreg_photo .Info_Msg{
	width: 52%;
}
.JoinUs .information dd .Item.control_photo .Info_Msg p.tips,
.JoinUs .information dd .Item.lecreg_photo .Info_Msg p.tips{
	color: #999999; font-size: 14px;
}
.JoinUs .information dd .Item .Info_Msg .error {
  color: #ff0f0f; font-size: 12px; 
  padding-left: 16px;
  background: url(../images/error.png) no-repeat 0 center;
  background-size: 12px;
  display: none;
  margin-top: 3px;
}

.JoinUs .information dd .Item .Info_Msg .Sample {
  position: relative;
  width: 70px;
}

.JoinUs .information dd .Item .Info_Msg .Sample p {
  cursor: pointer;
}

.JoinUs .information dd .Item .Info_Msg .Sample>div {
  position: absolute;
  width: 300px;
  height: 200px;
  padding: 1px;
  border: 1px solid #DDD;
  left: 100%;
  bottom: 0px;
  background: #FFF;
  display: none;
}

.JoinUs .information dd .Item .Info_Msg .Sample:hover>div {
  display: block;
}

.JoinUs .information dd .Item .Info_Msg .Sample>div img {
  display: block;
  width: 100%;
  height: 100%;
  background: #F1F1F1;
}

.JoinUs .information dd .Item .Info_Msg .Speed {
  display: none;
}

.JoinUs .information dd .Item .Info_Msg .Speed>div {
  width: 200px;
  height: 5px;
  background: #EEE;
}

.JoinUs .information dd .Item .Info_Msg .Speed>div>div {
  height: 100%;
  background: #00baf2;
}

.JoinUs .information dd .Item .Info_Msg .Speed>p {
  margin-top: -12px;
  margin-left: 10px;
  color: #999;
}

.JoinUs .information dd .Item .SaveInfo {
  font-size: 18px;
  width: 120px;
  margin-top: 30px;
}

.JoinUs .Examine {
  padding-top: 120px;
  line-height: 2.5;
}

.JoinUs .Examine h2 {
  font-weight: normal;
  font-size: 20px;
}

/* 讲师入驻20190423 */

::-webkit-scrollbar {
  width: 7px;
  height: 26px;
}

/* 滚动槽 */

::-webkit-scrollbar-track {
  box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #868686;
  box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}

.JoinUs .information dd .Item .Info_Control.Info_Control_Type9 {
  padding-left: 180px;
}
.JoinUs .information dd .Item .Info_Control_Type9 .radio-wrap {
  float:left; margin-right: 20px; line-height: 38px;
}

.Item.submit_btn{
	padding: 20px 0px 40px 0px; text-align: center;
	background:#f6f6f6;
}
.Item.submit_btn button{
	width: 135px; background-color: #ffc000; color: #333333; 
	font-size: 16px; padding: 4px 0px; border-radius: 3px;
}

footer {
    background: #181824;
    text-align: center;
    line-height: 20px;
    color: #5b5b5f;
    font-size: 12px;
    padding: 20px 0;
}

@media (max-width: 800px) {
	.JoinUs .information>dt{
		padding: 0px 5%; text-align: left;
	}
	.JoinUs .information>dd{
		padding: 15px 5% 0px 5%;
	}
	.JoinUs .information dd .Item .Info_Name{
		width: 100%; padding-right: 0px; text-align: left;
	}
	.JoinUs .information dd .Item .Info_Control{
		width: 100%; padding: 0;
	}
	.JoinUs .information dd .Item .Info_Msg{
		padding-left: 0;
	}
	.JoinUs .information dd .Item.lecreg_photo .Info_Msg{
		width: 100%; padding-left: 0px; padding-top: 10px;
	}
	.JoinUs .information dd.platform .Item .Info_Name{
		width: 100%;
	}
	.JoinUs .information dd .Item .Info_Control.Info_Control_Type9{
		padding-left: 0;
	}
	.JoinUs .information dd .Item.control_photo .Info_Msg, 
	.JoinUs .information dd .Item.lecreg_photo .Info_Msg{
		width: 100%; padding-left: 0;
	}
	
}
