* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  color: #333333;
  font-size: .24rem;
  font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, sans-serif;
}
html {
  font-size: 625%;
}
a {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
input,
select，button {
  outline: none;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, sans-serif;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="date"] {
  -webkit-appearance: none;
  vertical-align: middle;
  background-color: #fff;
}
.wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.topImg {
  display: block;
  width: 100%;
  height: auto;
}
.content1 {
  padding: .7rem .44rem 0 .44rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.content1 .fl {
  width: 5.3rem;
}
.content1 .fl img {
  display: block;
  width: 100%;
}
.content1 .fr {
  width: 4rem;
  overflow: hidden;
}
.content1 .fr .frtop {
  display: flex;
  justify-content: space-between;
}
.content1 .fr .frtop img {
  display: block;
  height: 2.58rem;
}
.content1 .fr .frtop p {
  width: .55rem;
  height: 1.95rem;
  background-color: #EBBD33;
  text-align: center;
  color: #ffffff;
  font-size: .28rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content1 .fr .frtop p a{
   color: #ffffff;
  cursor: pointer;
}
.content1 .fr .frTime {
  font-size: .3rem;
  color: #c00000;
  font-weight: bold;
  line-height: .32rem;
}
.content2 {
  padding: 0 .44rem;
  overflow: hidden;
  margin-top: .82rem;
}
.content2 ul {
  display: flex;
  justify-content: space-between;
}
.content2 ul li {
  width: 3.09rem;
  height: 5.05rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D6D7DC;
}
.content2 ul li .img {
  width: 100%;
  height: 2.44rem;
  border-bottom: 1px solid #D6D7DC;
  position: relative;
}
.content2 ul li .img img {
  display: block;
  width: 100%;
  height: 2.44rem;
}
.content2 ul li .img .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.68rem;
  height: .6rem;
  padding-left: .34rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  line-height: .6rem;
  align-content: center;
}
.content2 ul li .img .txt h4 {
  font-size: .32rem;
}
.content2 ul li .img .txt p {
  font-size: .3rem;
}
.content2 ul li .liBom {
  height: 2.58rem;
  padding: 0.2rem;
  overflow: hidden;
  font-size: .28rem;
  color: #333333;
  text-align: justify;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.content2 ul li .liBom p {
  line-height: .44rem;
}
.content2 ul li .liBom .clickteacher {
  position: absolute;
  bottom: .27rem;
  left: .36rem;
  width: 2.07rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  color: #ffffff;
  background-color: #EBBD33;
}
.content3 {
  text-align: center;
  padding: .57rem 0;
}
.content3 p {
  line-height: .4rem;
  font-size: .22rem;
  color: #bcbcbc;
}
html {
  width: 100%;
  height: 100%;
}
.formbody {
  width: 100%;
  height: 100%;
  background: url("../images/formbg.jpg") no-repeat top center;
  background-size: cover;
}
.formbody .formWrap {
  width: 100%;
  overflow: hidden;
}
.formLogo {
  display: block;
  width: 7.38rem;
  height: 1.11rem;
  margin-top: .54rem;
  margin-left: .44rem;
}
.inwrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: .6rem;
}
.formBox {
  padding: 0 .83rem;
  overflow: hidden;
  margin-top: 1.07rem;
}
.formBox ul {
  overflow: hidden;
}
.formBox ul:nth-of-type(1) li {
  background-color: #fff;
  width: 100%;
  height: 1.2rem;
  margin-bottom: .4rem;
  line-height: 1.2rem;
  position: relative;
}
.formBox ul:nth-of-type(1) li .icon_date {
  position: absolute;
  top: .36rem;
  right: .32rem;
  width: .48rem;
  height: .46rem;
}
.formBox ul:nth-of-type(1) li .icon_date2 {
  position: absolute;
  top: .36rem;
  right: .31rem;
  width: .25rem;
  height: .46rem;
}
.formBox ul:nth-of-type(1) li:last-child {
  margin-bottom: 0;
}
.formBox ul:nth-of-type(1) li label {
  display: block;
  float: left;
  font-size: .4rem;
  color: #333333;
  padding-left: .3rem;
  width: 2.72rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formBox ul:nth-of-type(1) li label span {
  color: #d63a2e;
  margin-right: 5px;
}
.formBox ul:nth-of-type(1) li input {
  display: block;
  width: 6.42rem;
  height: 1.2rem;
  border: none;
  font-size: .4rem;
  color: #757575;
}
.formBox ul:nth-of-type(1) li .inptxt {
  width: 6.42rem;
  height: 1.2rem;
  font-size: .4rem;
  color: #757575;
}
.formBox h3 {
  font-size: .4rem;
  color: #333333;
  font-weight: normal;
  padding-left: .54rem;
  height: .98rem;
  line-height: .98rem ;
}
.formBox ul:nth-of-type(2) li {
  background-color: #fff;
  width: 100%;
  height: 1.2rem;
  margin-bottom: .4rem;
  line-height: 1.2rem;
}
.formBox ul:nth-of-type(2) li input {
  display: block;
  width: 100%;
  height: 1.2rem;
  border: none;
  font-size: .4rem;
  color: #757575;
  padding-left: .6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formBox .tips {
  height: 1rem;
  line-height: 1rem;
  font-size: .36rem;
  color: #d63a2e;
  margin-top: .34rem;
  display: none;
}
.formBox .tips .flex {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  align-content: center;
}
.formBox .tips img {
  display: block;
  height: .4rem;
  margin-right: .2rem;
}
.formBox .yellowSubmit {
  display: block;
  width: 100%;
  height: 1.2rem;
  color: #ffffff;
  background-color: #EBBD33;
  border: none;
  cursor: pointer;
  font-size: .42rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shade:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.dateLayout {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.dateLayout .ab {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.dateLayout .whitebg {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background-color: #ffffff;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
}
.dateLayout .layout_top {
  padding-top: .77rem;
  height: .51rem;
  line-height: .51rem;
  position: relative;
}
.dateLayout .layout_top .close_layout {
  position: absolute;
  top: .77rem;
  left: .37rem;
  width: .51rem;
  height: .51rem;
}
.dateLayout .layout_top .close_layout img {
  display: block;
  width: .51rem;
}
.dateLayout .layout_top h1 {
  text-align: center;
  font-size: .52rem;
  color: #272637;
}
.dateLayout .layout_tips {
  margin-top: 1.1rem;
}
.dateLayout .layout_tips h4 {
  font-weight: normal;
  font-size: .38rem;
  color: #999999;
  text-align: center;
}
.dateLayout .layout_tips .tips_item {
  display: flex;
  justify-content: space-around;
  margin-top: .58rem;
  padding-bottom: .54rem;
}
.dateLayout .layout_tips .tips_item p {
  font-size: .38rem;
  color: #333333;
  position: relative;
  padding-left: .69rem;
  line-height: .5rem;
}
.dateLayout .layout_tips .tips_item p:nth-of-type(1):before {
  background-color: #fff;
  border: 1px solid #CDCDCD;
}
.dateLayout .layout_tips .tips_item p:nth-of-type(2):before {
  background-color: #FAFAFA;
  border: 1px solid #CDCDCD;
}
.dateLayout .layout_tips .tips_item p:nth-of-type(3):before {
  background-color: #EBBD33;
  border: 1px solid #EBBD33;
}
.dateLayout .layout_tips .tips_item p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: .5rem;
  height: .5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dateLayout .layout_t_list {
  padding-left: .75rem;
  padding-top: .63rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #F0F3F5;
}
.dateLayout .layout_t_list p {
  margin-bottom: .6rem;
  width: 2.6rem;
  height: 1rem;
  border: 1px solid #DADADA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .36rem;
  color: #333333;
  margin-right: .6rem;
  background-color: #fff;
}
.dateLayout .layout_t_list p.disable {
  background-color: #FAFAFA;
  color: #afb2b2;
}
.dateLayout .layout_t_list p.checked {
  background-color: #EBBD33;
  color: #FFFFFF;
}
.dateLayout .layout_btn {
  padding: .61rem .83rem;
  overflow: hidden;
}
.dateLayout .layout_btn .complete {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #ffffff;
  background-color: #36BC9B;
  font-size: .42rem;
  font-weight: bold;
  margin: 0 auto;
  letter-spacing: 2px;
}
.dateLayout .layout_btn .urgent {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #AAAAAA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .42rem;
  font-weight: bold;
  margin: .4rem auto 0;
  letter-spacing: 2px;
}
.dateLayout .table_layout {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .83rem;
}
.dateLayout .table_layout .headfix {
  width: 100%;
  font-size: .38rem;
  color: #8b8a99;
  margin-top: 1rem;
}
.dateLayout .table_layout .headfix li {
  width: 1.3rem;
  height: 1.3rem;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.dateLayout .table_layout .headfix li h4 {
  font-weight: normal;
  float: left;
  width: 100%;
}
.dateLayout .table_out {
  width: 100%;
  height: 12.2rem;
  overflow: scroll;
}
.dateLayout .table_out .h2 {
  width: 100%;
  height: .88rem;
  line-height: .88rem;
  background-color: #F2F2F2;
  padding-left: .8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .46rem;
  color: #272637;
  margin-top: .5rem;
  margin-bottom: .3rem;
}
.dateLayout .table_pd {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .83rem;
}
.dateLayout .table_pd .tbtime {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dateLayout .table_pd .tbtime li {
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-size: .44rem;
  color: #333333;
}
.dateLayout .table_pd .tbtime li.cannot {
  color: #8b8a99;
}
.dateLayout .table_pd .tbtime li.today {
  color: #EBBD33;
}
.dateLayout .table_pd .tbtime li.checked {
  color: #fff;
  background-color: #EBBD33;
}
.dateLayout .table_pd table {
  width: 100%;
  border-collapse: collapse;
  font-size: .38rem;
  color: #8b8a99;
}
.dateLayout .table_pd table td {
  text-align: center;
  height: 1.2rem;
  font-size: .44rem;
  color: #333333;
}
.dateLayout .table_pd table td.today {
  color: #EBBD33;
}
.dateLayout .table_pd table td.checked {
  color: #fff;
  background-color: #EBBD33;
}
.dateLayout .table_pd table .cannot {
  color: #8b8a99;
}
#swiper-container2 {
  height: 1.4rem;
  float: left;
  width: 100%;
  background-color: #F0F3F5;
}
#swiper-container2 .swiper-slide {
  width: 25%;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .28rem;
  color: #000000;
  line-height: .46rem;
  background-color: #fff;
}
#swiper-container2 .active-nav {
  background-color: #36BC9B;
  color: #FFFFFF;
  position: relative;
}
#swiper-container2 .active-nav:before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #36BC9B;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#swiper-container3 {
  width: 100%;
}
