.box {
  background: url("../images/box_bg.png") no-repeat top center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 989px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.banner-container {
  height: 989px;
  background: url(../images/title.png) no-repeat top center;
}

@keyframes hand_ani {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.box1 .container {
  padding: 30px 0 80px;
}
.bg-box {
  position: relative;
  background: linear-gradient(159deg, #5a84ff, #1e0945);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.57);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 51px 20px 21px;
}
.left {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 235px;
  height: 44px;
  background: url("../images/left.png") no-repeat center;
}
.right {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 105px;
  height: 105px;
  background: url("../images/right.png") no-repeat center;
}
.head {
  width: 693px;
  height: 88px;
  background: url("../images/title_bg.png") no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
  line-height: 70px;
  text-align: center;
  font-size: 47px;
  font-family: Lantinghei SC;
  /* font-weight: 600; */
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
.bg-box1 {
  background: linear-gradient(159deg, #2431b2, #1e0945);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
  border-radius: 10px;
}
.bg-box2 {
  background: url("../images/lattice.png") repeat-y top center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 54px 40px 50px;
}
.title {
  text-align: center;
  font-size: 23px;
  font-family: Lantinghei SC;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}
.title:before,
.title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 3px;
  margin: 0 24px;
}
.title:before {
  animation: fadeInLeft 2s infinite linear;
  background: url("../images/title_l.png") no-repeat center;
}
.title:after {
  background: url("../images/title_r.png") no-repeat center;
  animation: fadeInRight 2s infinite linear;
}
.box1-table {
  position: relative;
}
.table-box {
  /* position: relative; */
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 26px;
  background: #2c2e97;
  /* #6498F6  */
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.show-time {
  position: absolute;
  right: 11px;
  top: -47px;
  width: 224px;
  height: 55px;
  background: url("../images/show_time.png") no-repeat center;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  color: #fae8b3;
}
.table-box table {
  width: 50%;
  text-align: center;
}
.table-box table thead tr {
  background: #2c2e97;
  height: 68px;
}
.table-box table thead th {
  color: #fef2e4;
  font-size: 19px;
  font-weight: 400;
  width: 33%;
}
.table-box table tbody tr {
  height: 68px;
}
.table-box table tbody td {
  color: #fef2e4;
  font-size: 19px;
}
.table-box table tbody tr:nth-child(odd) {
  background: #5a84ff;
}
.table-box table tbody tr:nth-child(even) {
  background: #6c9aff;
}
.table-box .table1 {
  /* border-right: 1px solid #2C2E97; */
}
.table-box table tbody td a {
  display: block;
  width: 108px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fef2e4;
  border-radius: 18px;
  text-align: center;
  margin: auto;
  color: #fef2e4;
  font-size: 17px;
  transition: all 0.2s;
}
.table-box table tbody td a:hover {
  transform: translateY(-3px);
}
.box2-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.box2-gf {
  width: 80%;
  /* height: 318px; */
  background: #5a84ff;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 14px 5px;
  margin:5px auto;
}
.li-bg1 {
  background: url("../images/li_bg1.png") no-repeat center;
  background-size: 100%;
  box-shadow: 0px 3px 10px 0px rgba(91, 130, 252, 0.4);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 17px 9px;
  height: 300px;
}
.box2-top {
  background: linear-gradient(90deg, #5a84ff, #3841bf);
  border-radius: 0px 19px 19px 0px;
  display: inline-block;
  padding: 0 20px 0 10px;
  height: 39px;
  line-height: 39px;
  font-size: 21px;
  font-family: Lantinghei SC;
  font-weight: 600;
  color: #ffffff;
}
.box2-gf h2 {
  text-align: center;
  font-size: 47px;
  line-height: 47px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(180deg, #5a84ff 0%, #3841bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 25px 0;
}
.box2-tips {
  text-align: center;
  display: flex;
  justify-content: center;
}
.hand {
  margin-right: 10px;
  animation: hand_ani 3s infinite linear;
}
.box2-btn {
  display: block;
  width: 231px;
  height: 63px;
  line-height: 53px;
  background: url("../images/btn.png") no-repeat center;
  margin: 20px auto;
  text-align: center;
  font-size: 31px;
  font-family: Lantinghei SC;
  /* font-weight: 600; */
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
  animation: tada 3s infinite;
  cursor: pointer;
}
.box3 {
  margin: 80px 0;
}
.box3-content {
  display: flex;
  margin-top: 31px;
  align-items: center;
  justify-content: space-between;
}
.yuyue-box {
  width: 502px;
  background: url("../images/yuyue_bg.png") no-repeat center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 39px;
  text-align: center;
}
.yuuye-top {
  color: #333;
  font-size: 19px;
  margin-bottom: 10px;
}
.yuyue-box input,
select {
  height: 52px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 19px;
}
.input-box {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.yuyue-box input,
#ext1 {
  width: 100%;
}
select {
  width: 49%;
  background: url("../images/select_bg.png") no-repeat 95% center;
  /* color: #999999; */
}
#ext1 {
  background: url("../images/select_bg.png") no-repeat 98% center;
}
.input-box input#PhoneCode {
  width: 60%;
}
.input-box input#fs {
  width: 38%;
  border: 1px solid #db3720;
  color: #e3381f;
  cursor: pointer;
}
input.ajaxBtn {
  background: linear-gradient(0deg, #ec4830, #c03927);
  box-shadow: 0px 3px 16px 0px rgba(102, 0, 0, 0.3);
  border-radius: 26px;
  color: #ffffff;
  font-size: 27px;
  margin-bottom: 10px;
  cursor: pointer;
}
.yuyue-footer {
  color: #333;
  font-size: 16px;
}
.code-bg {
  width: 275px;
  height: 236px;
  background: url("../images/code_bg.png") no-repeat center;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding: 10px 10px 16px 54px;
}
.code-bg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.code-tips {
  position: absolute;
  top: 0;
  left: 0px;
  width: 60px;
  height: 236px;
  /* background: url('../images/code_l.png') no-repeat center; */
  z-index: -1;
  writing-mode: vertical-lr;
  line-height: 50px;
  /* text-align: center; */
  font-size: 21px;
  font-family: Lantinghei SC;
  /* font-weight: 600; */
  color: #fef2e4;
}
.box4-content {
  margin-top: 31px;
}
.box4-content li {
  float: left;
  width: 354px;
  height: 318px;
  background: url("../images/ms_bg.png") no-repeat center;
  margin-right: 8px;
  box-sizing: border-box;
  padding: 18px 18px 27px;
  position: relative;
}

.box4-content li:nth-child(3n) {
  margin-right: 0;
}
.box4-content li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.li-top {
  position: absolute;
  left: 8px;
  top: 30px;
  height: 39px;
  line-height: 39px;
  background: linear-gradient(90deg, #5a84ff, #3841bf);
  border-radius: 0px 19px 19px 0px;
  font-size: 21px;
  font-family: Lantinghei SC;
  font-weight: 600;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 28px 0 15px;
}
.box5 {
  margin-top: 60px;
}
.box5 .title {
  font-size: 47px;
}
.box5 .title:before, .box5 .title:after {
  width: 57px;
  height: 5px;
  background: url('../images/title_l2.png') no-repeat center;
}
.box5 .title:after {
  background: url('../images/title_r2.png') no-repeat center;
}
.city-ul {
  margin-top: 40px;
  box-sizing: border-box;
}
.city-ul li {
  float: left;
  width: 135px;
  height: 38px;
  background: linear-gradient(0deg, #5A84FF, #3841BF);
  box-shadow: 0px 2px 2px 0px rgba(94, 94, 255, 0.5);
  border-radius: 2px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 17px;
  font-size: 16px;
}
.city-ul li:nth-child(8n) {
  margin-right: 0;
}
.city-ul li a {
  display: block;
  color: #fff;
}
.city-ul li:hover,
.city-ul li.active {
  background: linear-gradient(-90deg, #406df8 0%, #4ee3f9 100%);
}
.fixed-left {
  position: fixed;
  left: 0;
  top: 250px;
  z-index: 99;
  display: none;
}
.close {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
}
.fixed-left li {
  width: 156px;
  height: 39px;
  background: linear-gradient(159deg, #5A84FF, #3D68DF);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.57);
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  line-height: 39px;
  margin-bottom: 2px;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
}
.fixed-link {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.fixed-bg {
  position: absolute;
  top: 20%;
  right: 0;
  /* bottom: 0; */
  left: 0;
  margin: auto;
  width: 600px;
  z-index: 100;
  border: 8px solid #2d37af;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
}
.fixed-close {
  position: absolute;
  right: 0;
  top: -40px;
  transition: all .3s;
  cursor: pointer;
}
.fixed-close:hover {
  transform: rotate(180deg);
}
.fixed-bg h2 {
  text-align: center;
  font-size: 30px;
}
.fixed-bg li {
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  width: 100px;
  height: 40px;
  background: #5273e5;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
}
.fixed-bg li:nth-child(5n) {
  margin-right: 0;
}
.fixed-bg li a {
  font-size: 20px;
  color: #fff;
}

@media only all and (max-width: 1080px) {
  .banner {
    width: 100%;
    height: 14rem;
  }
  .banner-container {
    height: 14rem;
    background-size: 150%;
  }

  .box1 .container {
    padding: 0.7rem 0 2rem;
  }
  .bg-box {
    box-shadow: 0px 0px 0.4rem 0px rgba(255, 255, 255, 0.57);
    border-radius: 0.25rem;
    padding: 1.25rem 0.4rem 0.5rem;
  }
  .left {
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    width: 6rem;
    height: 1.1rem;
    background-size: 100%;
  }
  .right {
    position: absolute;
    right: -0.07rem;
    top: -0.07rem;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100%;
  }
  .head {
    width: 80%;
    height: 2.2rem;
    background-size: 100%;
    top: -0.1rem;
    line-height: 2rem;
    font-size: 1rem;
    text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
  }
  .bg-box1 {
    box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.32);
    border-radius: 0.25rem;
  }
  .bg-box2 {
    background-size: 100%;
    border-radius: 0.25rem;
    padding: 1.25rem 0.5rem;
  }
  .title {
    font-size: 0.7rem;
  }
  .title:before,
  .title:after {
    width: 1rem;
    height: 0.1rem;
    margin: 0 0.4rem;
  }
  .title:before {
    background-size: 100%;
  }
  .title:after {
    background-size: 100%;
  }
  .box1-table {
    position: relative;
  }
  .table-box {
    display: block;
    border-radius: 0.4rem;
    margin-top: 2rem;
  }
  .show-time {
    right: 0.3rem;
    top: -1.8rem;
    width: 7.6rem;
    height: 2.3rem;
    background-size: 100%;
    line-height: 1.8rem;
    font-size: 0.7rem;
  }
  .table-box table {
    width: 100%;
  }
  .table-box table thead tr {
    height: 1.7rem;
  }
  .table-box table thead th {
    font-size: 0.7rem;
    width: 33%;
  }
  .table-box table tbody tr {
    height: 1.7rem;
  }
  .table-box table tbody td {
    font-size: 0.7rem;
  }
  .table-box .table1 {
    /* border-right: 1px solid #2C2E97; */
  }
  .table-box table tbody td a {
    width: 3.5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 0.5rem;
    font-size: 0.6rem;
    transition: all 0.2s;
  }
  .table-box table tbody td a:hover {
    transform: translateY(0);
  }
  .box2-content {
    display: block;
    margin-top: 0.8rem;
  }
  .box2-gf {
    width: 100%;
    border-radius: 0.4rem;
    padding: 0.4rem 0.2rem;
    margin-bottom: 0.5rem;
  }
  .li-bg1 {
    background: url("../images/li_bg1.png") no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0px 3px 0.25rem 0px rgba(91, 130, 252, 0.4);
    border-radius: 0.25rem;
    padding: 1rem 0.2rem;
    height: auto;
  }
  .box2-top {
    border-radius: 0px 1rem 1rem 0px;
    padding: 0 0.4rem 0 0.25rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.8rem;
  }
  .box2-gf h2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0.8rem 0;
  }
  .hand {
    margin-right: 0.4rem;
  }
  .box2-btn {
    width: 6rem;
    height: 1.8rem;
    line-height: 1.7rem;
    background-size: 100%;
    margin: 0.5rem auto;
    font-size: 0.8rem;
  }
  .box3 {
    margin: 2rem 0;
  }
  .box3-content {
    display: block;
    margin-top: 0.8rem;
  }
  .yuyue-box {
    width: 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 1rem 0.8rem 1.3rem;
  }
  .yuuye-top {
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
  }
  .yuyue-box input,
  select {
    height: 1.8rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0 0.6rem;
    font-size: 0.7rem;
  }
  .input-box {
    margin-bottom: 0.25rem;
  }
  .yuyue-box input,
  #ext1 {
    width: 100%;
  }
  select {
    width: 49%;
    background: url("../images/select_bg.png") no-repeat 95% center;
  }
  #ext1 {
    background: url("../images/select_bg.png") no-repeat 98% center;
  }
  input.ajaxBtn {
    box-shadow: 0px 0.1rem 0.4rem 0px rgba(102, 0, 0, 0.3);
    border-radius: 1rem;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .yuyue-footer {
    font-size: 0.6rem;
  }
  .code-bg {
    width: 10rem;
    height: 9.5rem;
    background-size: 100%;
    padding: 0.8rem 0.3rem 1rem 1.9rem;
    margin: auto;
  }
  .code-bg img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
  }
  .code-tips {
    position: absolute;
    top: 0;
    left: 0px;
    width: 1.8rem;
    height: 9rem;
    z-index: -1;
    writing-mode: vertical-lr;
    line-height: 1.8rem;
    font-size: 0.7rem;
    padding-top: 0.5rem;
  }
  .box4-content {
    margin-top: 0.8rem;
  }
  .box4-content  ul {
    width: 80%;
    margin: auto;
  }
  .box4-content li {
    width: 100%;
    height: 12rem;
    background-size: 100%;
    padding: 0.6rem 0.5rem 0.8rem;
  }
  .box4-content li img {
    border-radius: 0.4rem;
  }
  .box4-content li:nth-child(3n) {
    margin-right: 0;
  }
  .li-top {
    position: absolute;
    left: 0.4rem;
    top: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0px 1rem 1rem 0px;
    font-size: 0.8rem;
    padding: 0 1rem 0 0.7rem;
  }
  .box5 {
    margin-top: 1.5rem;
  }
  .box5 .title {
    font-size: 1rem;
  }
  .box5 .title:before, .box5 .title:after {
    width: 1.5rem;
    height: 0.2rem;
    background: url('../images/title_l2.png') no-repeat center;
    background-size: 100%;
  }
  .box5 .title:after {
    background: url('../images/title_r2.png') no-repeat center;
    background-size: 100%;
  }

  .city-ul {
    margin-top: 1rem;
    padding: 0;
  }
  .city-ul li {
    float: left;
    width: 24%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0.25rem 0.5%;
    font-size: 0.7rem;
  }
  .fixed-link {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .fixed-bg {
    position: absolute;
    top: 20%;
    right: 0;
    /* bottom: 0; */
    left: 0;
    margin: auto;
    width: 80%;
    z-index: 100;
    border: 0.2rem solid #0000ff;
    border-radius: 0.3rem;
    padding: 0.5rem;
  }
  .fixed-close {
    position: absolute;
    right: 0;
    top: -1.5rem;
    transition: all .3s;
  }
  .fixed-close:hover {
    transform: rotate(180deg);
  }
  .fixed-bg h2 {
    text-align: center;
    font-size: 1rem;
  }
  .fixed-bg li {
    float: left;
    margin-top: 0.4rem;
    margin-right: 3.3%;
    width: 30%;
    height: 1.4rem;
    background: #0000ff;
    border-radius: 1rem;
    text-align: center;
    line-height: 1.4rem;
  }
  .fixed-bg li:nth-child(5n) {
    margin-right: 3.3%;
  }
  .fixed-bg li:nth-child(3n) {
    margin-right: 0;
  }
  .fixed-bg li a {
    font-size: 0.8rem;
    color: #fff;
  }
}
