.box {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #FFFFFF;
}

.box01 {
  width: 100%;
  height: 800px;
  background: url(../images/banner_bg.png) center center;
}

.box01_container {
  text-align: center;
  box-sizing: border-box;
  padding-top: 100px;
}

.box01_container .txt01 {
  font-size: 28px;
}

.box01_container .txt02 {
  font-size: 100px;
  margin-top: 27px;
}

.form_container {
  width: 1271px;
  height: 498px;
  background: url(../images/form_bg.png) no-repeat center center;
  margin: -40px auto;
  box-sizing: border-box;
  padding: 153px 120px;
}

.select_container, .input_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.select_container select, .select_container input {
  display: block;
  width: 230px;
  height: 52px;
  background-color: #FFFEFF;
  border: 1px solid rgba(118, 163, 248, 0.2);
  border-radius: 5px;
  color: #999999;
  font-size: 20px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select_container select {
  background-image: url(../images/select_bg.png);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 6%;
  background-color: #FFFEFF;
}

.input_container input {
  box-sizing: border-box;
  height: 52px;
  padding-left: 15px;
  background: #FFFEFF;
  border: 1px solid rgba(118, 163, 248, 0.2);
  border-radius: 5px;
  color: #999999;
  font-size: 20px;
}

.input_container input#shoujihao {
  width: 500px;
}

.input_container input#PhoneCode {
  width: 265px;
}

.input_container input#fs {
  width: 195px;
  height: 52px;
  background: linear-gradient(89deg, #5F7EFF, #59C3FF);
  border-radius: 5px;
  padding: 0;
  border: 0;
  color: #FFFFFF;
}

.btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cxBtn {
  width: 255px;
  height: 64px;
  background: linear-gradient(89deg, #5F7EFF, #59C3FF);
  box-shadow: 0px 5px 40px 0px rgba(17, 131, 231, 0.43);
  border-radius: 32px;
  position: relative;
  font-size: 26px;
  text-align: center;
  line-height: 64px;
  box-sizing: border-box;
  padding-left: 40px;
  cursor: pointer;
  transition: background .8s;
  margin: 0 50px;
}

.cxBtn:hover {
  background: linear-gradient(89deg, #06C6F9, #35EAF9);
}

.cxBtn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.box02_table {
  display: none;
  color: #000000;
}

.box02_table table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.box02_table th {
  width: 16.66%;
  font-size: 20px;
  color: #fff;
  padding: 22px 0;
  font-weight: normal;
  background-color: #59C3FF;
}

.box02_table td {
  padding: 20px 0;
  background: #fff;
  border-right: 1px solid #59C3FF;
  border-bottom: 1px solid #59C3FF;
}

.box02_table td:first-child {
  border-left: 1px solid #59C3FF;
}

.box01 .txt03 {
  font-size: 17px;
  text-align: center;
}

.box02_container {
  /* padding: 70px 0; */
}
.yy_wrap {
  margin-bottom: 70px;
}
.title {
  text-align: center;
  margin-bottom: 30px;
}

.title h3 {
  font-size: 52px;
  background: linear-gradient(89deg, #5F7EFF 0%, #59C3FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 9px;
}

.title img {
  margin: 0 auto 14px;
}

.title p {
  color: #000000;
  font-size: 20px;
  text-align: center;
}

.more_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.more_list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 389px;
  margin-right: 16px;
  height: 258px;
  margin-bottom: 12px;
  transition: all .5s;
  background: linear-gradient(0, rgba(229, 247, 255, 1), rgba(229, 247, 255, .1));
}

.more_list a:hover {
  transform: translateY(-8px);
}

.more_list a img {
  width: 347px;
  height: 177px;
}

.more_list a p {
  color: #000000;
  font-size: 24px;
  text-align: center;
  margin-top: 17px;
}

.more_list a:nth-child(3n) {
  margin-right: 0;
}

.fixed_right {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 194px;
  background: linear-gradient(0deg, #5F7EFF, #59C3FF);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fixed_right a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px;
  width: 128px;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 5px 40px 0px rgba(17, 131, 231, 0.43);
  border-radius: 19px;
  margin: 6px 0;
  color: #5DAFE8;
  font-size: 17px;
}

.fixed_right .img_icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.fixed_right a:hover {
  color: #fff;
  background: linear-gradient(89deg, #06C6F9, #35EAF9);
}

.fixed_right a:nth-child(1) .img_icon {
  background: url(../images/r_icon1_active.png) no-repeat center center;
  background-size: auto 100%;
}

.fixed_right a:nth-child(2) .img_icon {
  background: url(../images/r_icon2_active.png) no-repeat center center;
  background-size: auto 100%;
}

.fixed_right a:nth-child(3) .img_icon {
  background: url(../images/r_icon3_active.png) no-repeat center center;
  background-size: auto 100%;
}

.fixed_right a:nth-child(1):hover .img_icon {
  background: url(../images/r_icon1.png) no-repeat center center;
  background-size: auto 100%;
}

.fixed_right a:nth-child(2):hover .img_icon {
  background: url(../images/r_icon2.png) no-repeat center center;
  background-size: auto 100%;
}

.fixed_right a:nth-child(3):hover .img_icon {
  background: url(../images/r_icon3.png) no-repeat center center;
  background-size: auto 100%;
}

/* 弹窗 */

.fixed_mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, .6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.form_box {
  width: 520px;
  padding: 40px;
  background: linear-gradient(0deg, #5F7EFF, #59C3FF);
  border-radius: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fixed_close {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
  transition: all .5s;
}

.fixed_close:hover {
  transform: rotate(180deg);
}

.form_box h5 {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  font-size: 43px;
}

.form_box p {
  margin-bottom: 20px;
  position: relative;
}

.form_box p input, .form_box p select {
  border: 0;
  box-sizing: border-box;
  height: 62px;
  line-height: 62px;
  padding-left: 20px;
  font-size: 18px;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  float: left;
  color: #17001F;
}

.form_box p input::placeholder {
  color: #17001F;
}

.form_box p select {
  width: 49%;
  background: #fff url("../images/select_bg.png") 95% center no-repeat;
  background-size: 6%;
}

.form_box p select#city {
  float: right;
}

.form_box p input#fs {
  position: absolute;
  width: 38%;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(89deg, #5F7EFF, #59C3FF);
  cursor: pointer;
}

.button {
  width: 100%;
  border: 0;
  height: 75px;
  line-height: 75px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #5F7EFF;
  cursor: pointer;
  border-radius: 34px;
  background: #fff;
}

/* 弹窗 */

.fixed_mask1 {
  /* display: none; */
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, .6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.form_box1 {
  width: 900px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 20px;
  z-index: 9999;
}

.fixed_close1 {
  display: none;
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
  transition: all .5s;
}

.fixed_close:hover {
  transform: rotate(180deg);
}

.form_box1 h5 {
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  color: #5DAFE8;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d9d8da;
}

.direction_list {
  width: 800px;
  margin: 0 auto;
  padding-top: 10px;
  color: #333;
}

.direction_list li {
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 5px;
}

.direction_know {
  display: block;
  width: 140px;
  height: 35px;
  border-radius: 17px;
  background: linear-gradient(89deg, #5F7EFF, #59C3FF);
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  margin: 20px auto 0;
  cursor: pointer;
}

@media only all and (max-width:1080px) {
  .box01 {
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
    background-size: auto 100%;
  }
  .box01_container {
    padding-top: 0;
  }
  .box01_container .txt01 {
    font-size: .7rem;
  }
  .box01_container .txt02 {
    font-size: 1.4rem;
    margin-top: .4rem;
  }
  .form_container {
    width: 90%;
    height: auto;
    background: rgba(255, 255, 255, .5);
    margin: .6rem auto;
    padding: .8rem;
  }
  .select_container {
    flex-direction: column;
    margin-bottom: 0;
  }
  .input_container {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .select_container select, .select_container input {
    display: block;
    width: 100%;
    margin-bottom: .5rem;
    height: 1.8rem;
    background-position: 96% 50%;
    background-size: 3%;
    border-radius: .3rem;
    font-size: .7rem;
    padding-left: .6rem;
    padding-right: 1.4rem;
  }
  .input_container input {
    width: 100%;
    margin-bottom: .5rem;
    height: 1.8rem;
    font-size: .7rem;
  }
  .input_container input#shoujihao {
    width: 100%;
  }
  .input_container input#PhoneCode {
    width: 49%;
  }
  .input_container input#fs {
    width: 49%;
    height: 1.8rem;
    border-radius: .3rem;
  }
  .btn_container {
    justify-content: space-around;
  }
  .cxBtn {
    width: 6.36rem;
    height: 1.59rem;
    border-radius: 1rem;
    font-size: .65rem;
    line-height: 1.59rem;
    padding-left: 1.3rem;
    margin: 0;
  }
  .cxBtn img {
    width: 1.2rem;
    height: 1.2rem;
    left: .23rem;
  }
  .box02_table table {
    font-size: .6rem;
    margin-bottom: .6rem;
    border-radius: .4rem .4rem 0 0;
  }
  .box02_table th {
    font-size: .7rem;
    padding: .4rem 0;
  }
  .box02_table td {
    padding: .4rem 0;
  }
  .box01 .txt03 {
    font-size: .7rem;
  }
  .box02_container {
    padding: 1rem 0;
  }
  .title {
    margin-bottom: .4rem;
  }
  .title h3 {
    font-size: 1rem;
    margin-bottom: .1rem;
  }
  .title img {
    width: 100%;
    margin: 0 auto .2rem;
  }
  .title p {
    font-size: .7rem;
  }
  .more_list a {
    width: 49%;
    margin-right: 2%;
    height: 6.4rem;
    margin-bottom: .4rem;
  }
  .more_list a:hover {
    transform: translateY(-.1rem);
  }
  .more_list a img {
    width: 80%;
    height: 4rem;
  }
  .more_list a p {
    font-size: .7rem;
    margin-top: .4rem;
  }
  .more_list a:nth-child(3n) {
    margin-right: 2%;
  }
  .more_list a:nth-child(2n) {
    margin-right: 0;
  }
  .fixed_right {
    display: none;
  }
  /* 弹窗 */
  .form_box {
    width: 16rem;
    padding: 1rem;
    border-radius: .3rem;
  }
  .fixed_close {
    top: -1.2rem;
    width: 1rem;
  }
  .form_box h5 {
    margin-bottom: .4rem;
    font-size: .8rem;
  }
  .form_box p {
    margin-bottom: .5rem;
  }
  .form_box p input, .form_box p select {
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: .5rem;
    font-size: .7rem;
  }
  .button {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    font-weight: bold;
  }
  .form_box1 {
    width: 94%;
    padding: 4% 1%;
    border-radius: 1rem;
  }
  .form_box1 h5 {
    font-size: .8rem;
    line-height: 1.8rem;
    padding-bottom: .4rem;
  }
  .direction_list {
    width: 90%;
    height: 10rem;
    overflow-y: scroll;
    padding-top: .2rem;
  }
  .direction_know {
    width: 4rem;
    height: 1.4rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.4rem;
    margin: .4rem auto 0;
  }
  .direction_list li {
    line-height: 1.5;
    font-size: .7rem;
    margin-bottom: .2rem;
  }
}