﻿#sch-apply .b-banner {
  width: 100%;
}
#sch-apply .b-banner img {
  width: 100%;
}
#sch-apply .a-body {
  box-sizing: border-box;
  padding: 0 60px;
}
#sch-apply .a-body .sch-synopsis {
  display: flex;
  padding-bottom: 14px;
  border-bottom: 1px dashed #ccc;
  align-items: center;
}
#sch-apply .a-body .sch-synopsis .img .top {
  display: flex;
  align-items: center;
}
#sch-apply .a-body .sch-synopsis .img .top img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
#sch-apply .a-body .sch-synopsis .img .top .name {
  flex: 1;
  margin-left: 20px;
}
#sch-apply .a-body .sch-synopsis .img .top .name h3 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
#sch-apply .a-body .sch-synopsis .img .top .name p {
  display: flex;
  align-items: center;
}
#sch-apply .a-body .sch-synopsis .img .top .name p:nth-of-type(1) {
  margin: 28px 0;
}
#sch-apply .a-body .sch-synopsis .img .top .name p:nth-of-type(1) img {
  width: 20px;
  height: 12px;
  margin-right: 8px;
}
#sch-apply .a-body .sch-synopsis .img .top .name p:nth-of-type(1) span {
  color: #999;
}
#sch-apply .a-body .sch-synopsis .img .top .name p:nth-of-type(2) img {
  width: 20px;
  height: 21px;
  margin-right: 8px;
}
#sch-apply .a-body .sch-synopsis .img .top .name p:nth-of-type(2) span {
  color: #666;
}
#sch-apply .a-body .sch-synopsis .con {
  flex: 1;
  margin-left: 50px;
}
#sch-apply .a-body .sch-synopsis .con .bottom {
  margin-top: 10px;
}
#sch-apply .a-body .sch-synopsis .con .bottom p {
  display: flex;
  align-items: center;
}
#sch-apply .a-body .sch-synopsis .con .bottom p img {
  margin-right: 8px;
}
#sch-apply .a-body .sch-synopsis .con .bottom p span {
  color: #333;
}
#sch-apply .a-body .from {
  box-sizing: border-box;
  padding: 34px 40px 30px 20px;
  border-bottom: 1px dashed #ccc;
}
#sch-apply .a-body .from h3 {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
#sch-apply .a-body .from .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sch-apply .a-body .from .top > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 440px;
  margin-bottom: 36px;
  position: relative;
}
#sch-apply .a-body .from .top > div p {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 14px;
  font-size: 18px;
}
#sch-apply .a-body .from .top > div p span {
  color: red;
}
#sch-apply .a-body .from .top > div img {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 20px;
  height: 10px;
  transform: translateY(-50%);
}
#sch-apply .a-body .from .top > div input {
  padding-left: 34px;
  padding-right: 20px;
}
#sch-apply .a-body .from .top > div input,
#sch-apply .a-body .from .top > div select {
  box-sizing: border-box;
  width: 340px;
  height: 50px;
  border: solid 2px #00a0e9;
  padding-left: 34px;
  background-color: #fff;
}
#sch-apply .a-body .from .bottom {
  display: flex;
}
#sch-apply .a-body .from .bottom p {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 4px;
}
#sch-apply .a-body .from .bottom textarea {
  box-sizing: border-box;
  width: 922px;
  height: 130px;
  border: solid 2px #00a0e9;
  padding-left: 34px;
  padding: 10px 10px 10px 34px;
  resize: none;
}
#sch-apply .a-body .from button {
  display: block;
  width: 340px;
  height: 50px;
  background-color: #00a0e9;
  margin: 36px auto 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
#sch-apply .a-body .notice {
  box-sizing: border-box;
  padding: 14px 0 70px 46px;
}
#sch-apply .a-body .notice h4 {
  color: #333;
  font-size: 24px;
  margin-bottom: 24px;
}
#sch-apply .a-body .notice p {
  margin-bottom: 16px;
  font-size: 18px;
  color: #666;
}
#sch-apply .a-body .notice .tel {
  width: 110%;
  font-size: 18px;
}
#sch-apply .a-body .notice .tel span {
  font-size: 36px;
  color: #e60012;
}
