body {
  background: #f2f2f2;
}
#main .banner-box .banner_container {
  position: relative;
  height: 374px;
  overflow: hidden;
}
#main .banner-box .banner_container .banner_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ccc;
}
#main .banner-box .banner_container .banner_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #ccc;
  background-position: top center;
  background-repeat: no-repeat;
}
#main .banner-box .banner_container .points,
#main .banner-box .banner_container .operate_buttons {
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -354px;
  width: 954px;
  text-align: center;
}
#main .banner-box .banner_container .points li,
#main .banner-box .banner_container .operate_buttons li {
  display: inline-block;
  width: 30px;
  height: 6px;
  margin: 0 5px;
  background-color: #fff;
  opacity: .5;
}
#main .banner-box .banner_container .points .active,
#main .banner-box .banner_container .operate_buttons .active {
  background: #02b3bc;
}
#main .banner-box .banner_container .operate_buttons {
  display: none;
}
#main .banner-box .banner_container .btn {
  position: absolute;
  top: -200px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "simsun";
}
#main .banner-box .banner_container .prev {
  left: 0;
}
#main .banner-box .banner_container .next {
  right: 0;
}
#main .banner-box .link-box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#main .banner-box .link-box .link-container {
  width: 246px;
  height: 374px;
  background: #fff;
  position: absolute;
  top: -374px;
  left: 0;
  padding: 6px 24px 0 16px;
}
#main .banner-box .link-box .item3 .link {
  margin-right: 6px;
}
#main .banner-box .link-box .tit {
  font-size: 14px;
  line-height: 34px;
  color: #333;
  font-weight: 700;
}
#main .banner-box .link-box .link-wrap {
  margin-left: -22px;
}
#main .banner-box .link-box .link {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-left: 22px;
}
#main .banner-box .link-box .link:hover {
  color: #ff123f;
}
#main .banner-box .link-box .line {
  width: 200px;
  height: 1px;
  background: #ededed;
  margin: 12px 0 4px;
}
#main .calendar-box {
  width: 1200px;
  background: #fff;
  margin: 34px auto 0;
  padding-top: 10px;
}
#main .calendar-box .title {
  font-size: 18px;
  line-height: 50px;
  color: #020202;
  font-weight: 700;
  text-align: center;
}
#main .calendar-box .container {
  width: 1173px;
  border: 3px solid #10c7c8;
  margin: 0 auto;
  padding: 2px 0 2px 2px;
}
#main .calendar-box .month-wrap {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
#main .calendar-box .month-wrap .item {
  width: 96px;
  background: #10c7c8;
  float: left;
  margin-right: 1px;
}
#main .calendar-box .month-wrap .item:hover {
  cursor: pointer;
}
#main .calendar-box .month-wrap .active {
  background: #e85463;
}
#main .calendar-box .content {
  margin-top: 2px;
  overflow: hidden;
}
#main .calendar-box .left-box,
#main .calendar-box .right-box {
  float: left;
}
#main .calendar-box .left-box {
  width: 882px;
  text-align: center;
}
#main .calendar-box .left-box .week-wrap {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: #999;
  overflow: hidden;
}
#main .calendar-box .left-box .week-wrap .item {
  width: 126px;
  float: left;
}
#main .calendar-box .left-box .day-wrap {
  overflow: hidden;
  margin-top: 1px;
  color: #666;
  font-weight: 700;
}
#main .calendar-box .left-box .day-wrap .item {
  float: left;
  width: 126px;
  height: 100px;
  border: 1px solid #10c7c8;
  margin-top: 1px;
  padding-top: 10px;
}
#main .calendar-box .left-box .day-wrap .item:hover {
  cursor: pointer;
}
#main .calendar-box .left-box .day-wrap .item .active {
  color: #fff;
  background: #10c7c8;
}
#main .calendar-box .left-box .day-wrap .active {
  background: #ffe0e3;
}
#main .calendar-box .left-box .day-wrap .num {
  width: 36px;
  font-size: 24px;
  line-height: 36px;
  margin: 0 auto;
  border-radius: 50%;
}
#main .calendar-box .left-box .day-wrap .text {
  font-size: 14px;
  line-height: 50px;
}
#main .calendar-box .right-box {
  width: 280px;
  height: 647px;
  border: 1px solid #10c7c8;
  margin-left: 1px;
  padding-top: 14px;
  position: relative;
}
#main .calendar-box .right-box .date {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #333;
}
#main .calendar-box .right-box .day {
  width: 108px;
  background: #e85463;
  text-align: center;
  font-size: 60px;
  line-height: 108px;
  color: #fff;
  font-weight: 700;
  margin: 28px auto 0;
}
#main .calendar-box .right-box .info {
  margin-top: 20px;
}
#main .calendar-box .right-box .lang {
  font-size: 16px;
  line-height: 16px;
  color: #e85463;
  font-weight: 700;
  text-align: center;
}
#main .calendar-box .right-box .exam-wrap {
  width: 236px;
  height: 270px;
  overflow: auto;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
#main .calendar-box .right-box ::-webkit-scrollbar {
  width: 8px;
}
#main .calendar-box .right-box ::-webkit-scrollbar-thumb {
  background: #10c7c8;
  border-radius: 4px;
}
#main .calendar-box .right-box .item {
  border-top: 1px dashed #333;
  padding: 10px 0;
}
#main .calendar-box .right-box .pic {
  position: absolute;
  left: 17.5px;
  bottom: 20px;
}
#main .calendar-box .tip {
  width: 280px;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  color: #999;
  margin-left: 900px;
}
#main .course-box {
  width: 1200px;
  margin: 30px auto 0;
  background: #fff;
  padding: 30px 0;
}
#main .course-box .head {
  overflow: hidden;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
#main .course-box .title {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  float: left;
  border-left: 4px solid #10c7c8;
  padding-left: 25px;
}
#main .course-box .more {
  float: right;
  font-size: 12px;
  line-height: 20px;
  color: #ff123f;
  margin-right: 14px;
}
#main .course-box .container {
  margin-top: 30px;
  position: relative;
}
#main .course-box .content {
  width: 1068px;
  overflow: hidden;
  margin: 0 auto;
}
#main .course-box .wrap {
  white-space: nowrap;
}
#main .course-box .item {
  width: 1068px;
  display: inline-block;
  white-space: normal;
}
#main .course-box .pic {
  float: left;
  width: 168px;
  height: 232px;
  margin: 0 5px;
}
#main .course-box .prev,
#main .course-box .next {
  cursor: pointer;
  position: absolute;
  top: 55px;
}
#main .course-box .prev {
  left: 30px;
}
#main .course-box .next {
  right: 30px;
}
#main .yuyue-box {
  width: 1200px;
  margin: 30px auto 0;
  background: #fff;
  border-top: 5px solid #10c7c8;
  padding: 18px 0 24px;
}
#main .yuyue-box .head {
  text-align: center;
}
#main .yuyue-box .icon {
  margin-top: 4px;
}
#main .yuyue-box .title {
  font-size: 20px;
  line-height: 20px;
  color: #10c7c8;
  font-weight: 700;
  display: inline-block;
  margin: 0 20px;
}
#main .yuyue-box .tip {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #1a1a1a;
  margin-top: 14px;
}
#main .yuyue-box .bottom-box {
  overflow: hidden;
  margin-top: 16px;
}
#main .yuyue-box .left,
#main .yuyue-box .right {
  float: left;
}
#main .yuyue-box .left {
  width: 452px;
  margin-left: 18px;
}
#main .yuyue-box .step1,
#main .yuyue-box .step2,
#main .yuyue-box .step3 {
  font-size: 14px;
  line-height: 28px;
  color: #1a1a1a;
}
#main .yuyue-box .step1 span,
#main .yuyue-box .step2 span,
#main .yuyue-box .step3 span {
  color: #ff0044;
  font-weight: 700;
}
#main .yuyue-box .step2 span {
  cursor: pointer;
}
#main .yuyue-box form {
  overflow: hidden;
}
#main .yuyue-box .label,
#main .yuyue-box input,
#main .yuyue-box select,
#main .yuyue-box .submit {
  float: left;
}
#main .yuyue-box .label {
  font-size: 12px;
  line-height: 28px;
  color: #1a1a1a;
  margin-right: 5px;
}
#main .yuyue-box input,
#main .yuyue-box select {
  width: 88px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
  background: #f2f2f2;
  border: 1px solid #c3c3c3;
  margin: 4px 14px 0 0;
}
#main .yuyue-box .submit {
  width: 90px;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  background: #ff003f;
  border-radius: 12px;
  cursor: pointer;
  transition: all .3s;
  margin: 1px 0 0 12px;
}
#main .yuyue-box .submit:hover {
  box-shadow: 0 3px 3px rgba(170, 0, 25, 0.36);
}
