.box {
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 390px;
  padding-top: 150px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.txt01 {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
}

.txt01::after, .txt01::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -20px;
  width: 10px;
  height: 19px;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
}

.txt01::before {
  left: auto;
  right: -25px ;
  transform: rotate(-180deg);
}

.txt02 {
  margin: 30px auto 0 auto;
}

.box01 {
  padding-top: 110px;
}

.title {
  position: relative;
  height: 110px;
  margin-bottom: 70px;
  line-height: 110px;
  text-align: center;
  font-size: 40px;
  color: #05006a;
  font-weight: bold;
}

.title i {
  position: absolute;
  left: 50%;
  width: 311px;
  height: 113px;
  transform: translateX(-50%);
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
}

.list li {
  position: relative;
  float: left;
  width: 400px;
  height: 382px;
  background-image: url(../images/bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
}

.list li.active {
  background-image: url(../images/bg02.png);
}

.year {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
}

.list_title {
  padding-top: 54px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

.list p {
  padding-left: 34px;
  margin-bottom: 20px;
}

.list p img {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.form {
  position: relative;
  height: 554px;
  padding-top: 50px;
  margin-top: 70px;
  margin-bottom: 100px;
  background: rgba(78, 53, 203, 1);
  border-radius: 16px;
}

.clock {
  position: absolute;
  top: 14px;
  right: 12px;
}

.form_l {
  float: left;
  width: 520px;
  height: 504px;
  margin-left: 50px;
  margin-right: 50px;
  background: rgba(117, 80, 229, 0.8);
  border-radius: 16px;
}

.form_title {
  padding-top: 35px;
  padding-bottom: 25px;
  font-size: 30px;
  color: #fee300;
  text-align: center;
}

.form_l li {
  width: 330px;
  height: 44px;
  margin: 0 auto 20px auto;
  background: rgba(78, 53, 203, 0.7);
  border-radius: 22px;
  line-height: 44px;
  color: #fff;
  font-size: 20px;
}

.form_l li img {
  float: left;
}

.form_l>img {
  margin: 0 auto;
}

.form_r {
  position: relative;
  float: left;
  width: 530px;
  z-index: 2;
}

.form_r_title {
  margin-bottom: 30px;
  font-size: 36px;
  color: rgba(254, 227, 0, 1);
}

.input, .select {
  display: block;
  width: 100%;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 10px;
  background-color: #fff;
  text-indent: 1em;
  font-size: 18px;
}

.input.active {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.input.active:last-child {
  margin-right: 0;
}

#fs {
  background-color: #7550e5;
  color: #fff;
  text-indent: 0;
  cursor: pointer;
  transition: opacity .5s ease;
}

#fs:hover, .get:hover {
  opacity: .85;
}

.get {
  display: block;
  width: 530px;
  height: 72px;
  background: linear-gradient(90deg, rgba(204, 54, 54, 1), rgba(227, 171, 56, 1));
  border-image: linear-gradient(90deg, rgba(204, 54, 54, 1), rgba(254, 217, 127, 1)) 1 1;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: opacity .5s ease;
  text-align: center;
  line-height: 72px;
}

.select {
  float: left;
  width: 49%;
  margin-right: 2%;
  outline: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow.png) no-repeat 92% center #fff;
}

.select:last-child {
  margin-right: 0;
}

.box02 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 96px;
  background-color: #36168f;
}

.title.active {
  color: #fff;
}

.title.active i {
  background-image: url(../images/title_a.png);
}

.box02_list {
  padding-bottom: 80px;
}

.box02_list li {
  position: relative;
  float: left;
  width: 370px;
  height: 248px;
  padding-top: 50px;
  margin-right: 44px;
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  overflow: hidden;
}

.list_txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 248px;
  padding: 20px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 16px;
  transform: translateY(-200%);
  transition: transform .5s ease;
  overflow: auto;
}

.list_txt span {
  color: red;
}

.box02_list li:hover .list_txt {
  transform: translateY(0);
}

.box02_list li:first-child {
  height: 230px;
  padding-top: 68px;
}

.box02_list li img {
  margin: 0 auto 40px auto;
}

.box02_list li:last-child {
  margin-right: 0;
}

.table {
  width: 100%;
  border-top: 1px solid #735cb1;
  border-left: 1px solid #735cb1;
  border-radius: 16px 16px 0 0;
}

.table th, .table td {
  border-bottom: 1px solid #735cb1;
  border-right: 1px solid #735cb1;
  padding: 22px 10px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.table th {
  background-color: #d25637;
}

.table th:first-child {
  border-radius: 16px 0 0 0;
}

.table th:last-child {
  border-radius: 0 16px 0 0;
}

.books_buy {
  margin: 0 auto;
}

.books_pro {
  width: 1190px;
  height: 294px;
  margin: 100px auto 50px auto;
  border: 2px solid #6c2cff;
  background-color: #461db1;
  border-radius: 16px;
}

.books_pro img {

  margin: 10px auto;
  border-radius: 16px;
}

.books_buy p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.books_buy .get {
  margin: 48px auto 0 auto;
}

.box03 {
  padding-top: 80px;
  padding-bottom: 80px;
}

  /*分校地址测试*/

.city_list{
    
	width:1200px;
	height: auto;
	 overflow:hidden;
	margin: 40px auto;
	
}
.city_list li{
    float: left;
    margin: 10px;
    width: 130px;
    background: #461db1;
    text-align: center;
    line-height: 60px;
    border-radius: 8px;
    font-size: 22px;
}
.city_list li a{
    display: block;
    color: #fff;
}
.city_list li:hover{
    background: #6c2cff;
}
.city_list li:hover a{
    color: #fff;
}

/*测试结束*/


.address li {
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
}

.address li:nth-child(even) .address_name {
  background-color: #eef3fe;
  color: #588df7;
}

.address_name {
  float: left;
  width: 60px;
  height: 150px;
  margin-right: 2px;
  background: #fdf0ea;
  border-radius: 6px;
  color: #ea6a35;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  text-align: center;
  line-height: 60px;
}

.address_msg {
  float: left;
  width: 506px;
  height: 125px;
  padding-top: 25px;
  padding-left: 30px;
  background-color: #f8f9fb;
  border-radius: 6px;
  line-height: 36px;
}

.box04 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #36168f;
}

.code li {
  position: relative;
  float: left;
  width: 370px;
  height: 300px;
  margin-right: 44px;
  background: rgba(72, 45, 190, 1);
  border-radius: 10px;
}

.code li:last-child {
  margin-right: 0;
}

.code li p {
  padding: 30px 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.code_wrap {
  width: 266px;
  height: 170px;
  border: 2px solid #905aff;
  padding-top: 16px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}

.code_wrap img {
  margin: 0 auto;
  border-radius: 10px;
}

.code_pos {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cloud {
  position: absolute;
}

.cloud01 {
  top: -286px;
  left: 0;
}

.cloud02 {
  top: -280px;
  right: 0;
}

.box02 .wrap {
  position: relative;
  z-index: 2;
}

.line {
  position: absolute;
  bottom: 300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media only all and (max-width:1600px) {
  .cloud {
    display: none;
  }
}

@media only all and (max-width:1080px) {
  .banner {
    width: 100%;
    height: 8.25rem;
    padding-top: 1.5rem;
    background-image: url(../images/m_banner.png);
    background-size: 100%
  }

  .txt01 {
    font-size: 1.1rem;
  }

  .txt01::after, .txt01::before {
    display: none;
  }

  .txt02 {
    width: 14rem;
    margin: .6rem auto 0 auto;
  }

  .box01 {
    padding-top: 1rem;
  }

  .title {
    height: 2.825rem;
    margin-bottom: 1rem;
    line-height: 2.825rem;
    font-size: 1rem;
  }

  .title i {
    width: 7.775rem;
    height: 2.825rem;
    background-size: 100%;
  }

  .list li {
    float: none;
    width: 100%;
    height: 16.55rem;
  }

  .year {
    top: .2rem;
    font-size: .9rem;
  }

  .list_title {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    font-size: .85rem;
    line-height: 1.2rem;
  }

  .list p {
    padding-left: 1.6rem;
    margin-bottom: .8rem;
    font-size: .65rem;
  }

  .list p img {
    margin-top: .005rem;
    margin-right: .5rem;
  }

  .form {
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
    border-radius: .4rem;
  }

  .clock {
    width: 3rem;
    margin-top: .35rem;
    margin-right: .3rem;
  }

  .form_l {
    float: none;
    width: 94%;
    height: auto;
    margin: 0 auto;
  }

  .form_title {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
  }

  .form_l li {
    width: 94%;
    height: 2rem;
    margin: 0 auto .5rem auto;
    border-radius: 22px;
    line-height: 2rem;
    font-size: .8rem;
  }

  .form_l li img {
    width: 1.5rem;
    margin-top: .25rem;
    margin-left: .5rem;
  }

  .form_l>img {
    width: 100%;
    margin-top: 1rem;
  }

  .form_r {
    float: none;
    width: 100%;
  }

  .form_r_title {
    padding-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: center;
  }

  .input, .select {
    width: 94%;
    height: 2rem;
    margin-bottom: .5rem;
    margin: 0 auto .5rem auto;
    border-radius: .25rem;
    background-color: #fff;
    text-indent: 1em;
    font-size: .8rem;
    background-size: 3%;
  }

  .select {
    float: none;
  }

  .select:last-child {
    margin: 0 auto .5rem auto;
  }

  .input.active {
    width: 46%;
  }
  .input.active:nth-child(1){
    margin-left: 3.2%;
  }
  .get {
    display: block;
    width: 55%;
    height: 2rem;
    margin: .5rem auto 0 auto;
    border-radius: .25rem;
    font-size: .82rem;
    line-height: 1.8rem;
  }

  .box02 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .box02_list li {
    float: left;
    width: 49%;
    height: 9rem;
    padding-top: 1.25rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .4rem;
    font-size: .75rem;
    line-height: 1rem;
  }

  .box02_list li:first-child {
    height: 9rem;
    padding-top: 1.25rem;
  }

  .box02_list li:nth-child(2) {
    margin-right: 0;
  }

  .box02_list li img {
    width: 3rem;
    margin: 0 auto 1rem auto;
  }

  .list_txt {
    height: 8.5rem;
    padding: .5rem;
    line-height: 1rem;
    border-radius: .4rem;
    transform: translateY(-300%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .box02_list {
    padding-bottom: 1rem;
  }

  .table th:first-child {
    border-radius: .4rem 0 0 0;
  }

  .table th:last-child {
    border-radius: 0 .4rem 0 0;
  }

  .table th, .table td {
    padding: .5rem .25rem;
  }

  .cloud, .line {
    display: none;
  }

  .books_pro {
    width: 100%;
    height: auto;
    margin: 1rem auto 0 auto;
    border: 2px solid #6c2cff;
    border-radius: .4rem;
  }

  .books_pro img {
    width: 96%;
    border: .25rem solid #fff;
    margin: .25rem auto;
    border-radius: .4rem;
  }

  .books_buy p {
    padding-top: .8rem;
    font-size: .8rem;
  }

  .books_buy .get {
    margin-top: .8rem;
  }

  .box03 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
/**/
  .city_list{
	  width:100%;
	 
      margin-top: .6rem;
	 
    }
    .city_list li{
        margin: .1rem .5%;
        width: 24%;
        line-height: 1.5rem;
        border-radius: .2rem;
        font-size: .7rem;
    }
/**/

  .address li {
    float: none;
    margin-bottom: .4rem;
    margin-right: 0;
  }

  .address_name {
    width: 1.5rem;
    height: 5.125rem;
    margin-right: 0;
    border-radius: .15rem;
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .address_msg {
    float: left;
    width: calc(100% - 2rem);
    height: 4.5rem;
    padding-top: .625rem;
    padding-left: .5rem;
    border-radius: .15rem;
    line-height: 1.1rem;
  }

  .box04 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .code li {
    width: 49%;
    height: 7.6rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .25rem;
  }
  .code li:nth-child(2){
    margin-right: 0;
  }
  .code li p {
    padding: .5rem 0;
    font-size: .85rem;
  }

  .code_wrap {
    width: 6.65rem;
    height: 4.05rem;
    padding-top: .3rem;
    border-radius: .5rem;
  }
  .code_wrap img{
    width:6rem;
    border-radius: .25rem;
  }
  .code_pos{
    width: 2.5rem;
  }
}
