.container {
  width: 1200px;
  margin: 0 auto;
}

select {
  border: none;
}

.reg_nv {
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #333;
  background-color: #f0f0f0;
  padding: 0 20px;
}

.reg_nv a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.reg_forms,
.reg_forms * {
  box-sizing: border-box;
  font-family: 'Microsoft Yahei';
}

.reg_title {
  width: 100%;
  height: 90px;
  border-bottom: 2px solid #f6f9fd;
  font-size: 24px;
  text-align: center;
  line-height: 90px;
  color: #4b9a7b;
  font-weight: 600;
}

.reg_type {
  width: 282px;
  height: 60px;
  line-height: 1em;
  font-size: 18px;
  color: #333;
  padding-top: 42px;
  text-align: right;
}

.top_bar {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #f6f9fd;
}

.reg_unit {
  width: 100%;
  margin-top: 25px;
  height: 62px;
}

.reg_label {
  width: 306px;
  text-align: right;
  color: #bfbfbf;
  font-size: 18px;
  line-height: 62px;
  padding-right: 24px;
  float: left;
}

.reg_input,
.reg_select {
  height: 100%;
  background: #f4f4f4!important;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  padding: 0 24px;
  float: left;
}

.reg_input.full,
.reg_select.full {
  width: 588px;
}

.reg_input.half,
.reg_select.half {
  width: 283px;
  margin-right: 22px;
}

.reg_select.thd {
  width: 181px;
  margin-right: 22.5px;
}

.reg_input.half.last,
.reg_select.half.last,
.reg_select.thd.last {
  margin-right: 0;
}


.reg_select.placeholder {
  color: #999;
}

.reg_warn {
  color: #f00;
  font-size: 16px;
  height: 100%;
  line-height: 62px;
  padding-left: 24px;
  float: left;
}

.upload_box {
  width: 100%;
  height: 80px;
  margin-top: 40px;
}

.upload_box .upload_label {
  width: 306px;
  text-align: right;
  color: #bfbfbf;
  font-size: 18px;
  line-height: 1em;
  padding-right: 24px;
  float: left;
}

.upload_tip {
  height: 18px;
  line-height: 18px;
  color: #999;
  font-size: 16px;
}

.upload_link {
  color: #4b9a7b;
  text-decoration: underline;
  cursor: pointer;
}

.upload_link.nolink {
  text-decoration: none;
  cursor: text;
}

.upload_link:hover,
.upload_link:active {
  color: #4b9a7b;
}

.uploader {
  width: 896px;
  height: 62px;
  float: right;
  margin-left: 306px;
}

.uploader .upload_btn {
  width: 130px;
  height: 44px;
  border-radius: 6px;
  border: 2px solid #f4f4f4;
  background: url(../images/icon_plus.png) no-repeat 23px 50% / 15px 15px;
  margin-top: 9px;
  float: left;
  position: relative;
}

.btn_text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 0 0 50px;
  font-size: 16px;
  color: #666;
}

.upload_btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
}

.upload_info {
  float: left;
  height: 100%;
  font-size: 16px;
  padding-top: 23px;
}

.upload_info span {
  float: left;
  line-height: 1em;
  margin-left: 20px;
  display: block;
}

.upload_info .file_name {
  color: #333;
}

.upload_info .check_file,
.upload_info .del_file {
  color: #4b9a7b;
  cursor: pointer;
}

.upload_info .file_size {
  color: #999;
}

.reg_preview {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
}

.preview_pic {
  max-width: 50%;
  max-height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.btn_close {
  position: absolute;
  top: 100px;
  right: 20px;
  cursor: pointer;
}

.submit {
  width: 588px;
  height: 72px;
  margin: 30px auto;
  background-color: #4b9a7b;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 72px;
  border-radius: 6px;
  box-shadow: 0 8px 24px 8px rgba(65, 153, 118, .4);
  cursor: pointer;
}

.submit_warn {
  color: #f00;
  font-size: 16px;
  margin: 30px auto 50px;
  text-align: center;
}

::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 400;
}

:-moz-placeholder {
  color: #999 !important;
  font-weight: 400;
}

::-moz-placeholder {
  color: #999 !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #999 !important;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #999 !important;
  font-weight: 400;
}

::placeholder {
  color: #999 !important;
  font-weight: 400;
}

.upload_link {
  font-size: 16px;
}

.hide {
  display: none;
}

.through_img{    width: 100%;
    height: 260px;
    background-image: url(../images/825381d857ba1493.jpg);
    background-position: center center;
}
.through_img>div{
    position: relative;
    height: 100%;
}
.through_img p{
    position: absolute;
    left: 0;
    top: 32px;
}
.through_img p,.through_img p a{
    font-size: 14px;
    color: #fff;
}
.through_img h3{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    height: 260px;
    line-height: 260px;
}
/*移动端*/
/*@media screen and (max-width: 768px){
.through_img {
    width: 100%;
    height: 3rem;
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.through_img p {
    position: absolute;
    left: 0.24rem;
    top: 0.3rem;
}
.through_img p, .through_img p a {
    font-size: 0.14rem;
    color: #fff;
}
.through_img h3 {
    text-align: center;
    color: #fff;
    font-size: 0.36rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
}
.centerArea {
    width: 100%!important;
    margin-left: auto;
    margin-right: auto;
}
.wrap {
    width: calc(100% - 0.48rem)!important;
    margin: 0 auto!important;
    padding: 0.5rem 0!important;
    min-height: 6rem!important;
    display: flex!important;
    flex-wrap: nowrap!important;
    justify-content: flex-start!important;
}
.sch-unit {
    width: 5rem;
    height: 1rem;
    margin: 0;
    overflow: visible !important;
}
.reg_forms, .reg_forms * {
    width: 100%!important;
    box-sizing: border-box!important;
    font-family: 'Microsoft Yahei'!important;
}
.sch-unit {
    width: 100%!important;
    height: 1rem!important;
    margin: 0!important;
    overflow: visible !important;
}
.sch-input {
    width: 4.8rem!important;
    height: 100%!important;
    background-color: #f4f4f4!important;
    float: left!important;
    box-sizing: border-box!important;
    padding: 0.2rem!important;
    font-size: 0.2rem!important;
    border-radius: 6px!important;
}
.sch-btn {
    width: 2rem!important;
    height: 100%!important;
    background-color: #4b9a7b!important;
    color: #fff!important;
    font-size: 0.3rem!important;
    line-height: 1rem!important;
    text-align: center!important;
    float: right!important;
    border-radius: 6px!important;
    box-shadow: 0 10px 30px 1px rgba(65, 153, 118, .2)!important;
    cursor: pointer!important;
}
.id-warn, .sch-loading {
    width: 100%!important;
    font-size: 0.25rem!important;
    color: #f00!important;
    text-align: center!important;
    margin-top: 0.3rem!important;
}
.tips {
    width: 100%!important;
    margin: 0.4rem auto 0!important;
    padding-bottom: 0.4rem!important;
    font-size: 0.25rem!important;
    color: #999!important;
    line-height: 1.8em!important;
    text-align: justify!important;
}
.tips p{
  font-size: 0.2rem!important;
  text-align: center!important;
}
.sch-head {
    width: 100%!important;
    height: 1rem!important;
    background-color: #4b9a7b!important;
    color: #fff!important;
    position: relative!important;
    min-height: 1rem!important;
    font-size: 0.25rem!important;
}
.sch-result {
    width: 100%!important;
    min-height: 1rem!important;
    box-sizing: border-box!important;
    margin: 0.4rem auto 0!important;
    border: 2px solid #62b393!important;
    border-radius: 6px!important;
    font-size: 0.2rem!important;
    line-height: 1.5!important;
    text-align: center!important;
}
.sch-head {
    width: 100%!important;
    height: 1rem!important;
    background-color: #4b9a7b!important;
    color: #fff!important;
    position: relative!important;
    min-height: 1rem!important;
    font-size: 0.25rem!important;
}
.sch-date {
    float: left!important;
    width: 2rem!important;
    border-right: 2px solid #62b393!important;
    position: absolute!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size: 0.25rem!important;
}
.sch-detail {
    float: right!important;
    width: calc(100% - 2rem)!important;
    text-align: justify!important;
    padding: 0.2rem!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    line-height: 1.8em!important;
    min-height: 1rem!important;
    font-size: 0.25rem!important;
}

}*/
