/* 通用部分 */
* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
html {
  background-color: #F5F5F5;
}
ul li {
  list-style: none;
}
table {
  border-collapse: collapse;
  /* 合并边框,避免两条边框相交时出现两倍线的现象 */
}
input {
  outline: none;
}
button {
  border: transparent;
}
#xlq_body {
  width: 1200px;
  margin: auto;
}
#xlq_body .common_big {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
    padding: 10px 10px 20px;
  margin-top: 10px;
}
#xlq_body #school_info {
     padding: 20px;
     display: flex;
     justify-content: space-between;
}
#xlq_body #school_info > .school> .logo {
  display: flex;
}
#xlq_body #school_info > .school>.logo .school_logo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
}
#xlq_body #school_info > .school>.logo .right_content .bold {
  display: flex;
  align-items: center;
}
#xlq_body #school_info > .school>.logo .right_content .bold p {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
#xlq_body #school_info > .school>.logo .right_content .bold span {
  padding: 8px 6px;
  background: #FFF4F3;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #F15645;
  display: flex;
  align-items: center;
  margin-left: 11px;
}
#xlq_body #school_info > .school>.logo .right_content .bold span img {
  height: 20px;
  margin-right: 10px;
}
#xlq_body #school_info > .school>.logo .right_content .quality {
  display: flex;
  margin: 10px 0 15px 0;
}
#xlq_body #school_info > .school>.logo .right_content .quality span {
  padding: 3px 10px;
  display: block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #F15645;
  border: 1px solid #F15645;
  border-radius: 4px;
}
#xlq_body #school_info > .hr {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: #E8E8E8;
}
#xlq_body #school_info >.school> .info {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
#xlq_body #school_info > .school>.info .left .describe {
  width: 700px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
#xlq_body #school_info >.school> .info .left ul {
  margin-top: 20px;
}
#xlq_body #school_info > .school>.info .left ul li {
  display: flex;
  align-items: center;
}
#xlq_body #school_info > .school>.info .left ul li img {
  flex: none;
  height: 18px;
  margin-right: 10px;
}
#xlq_body #school_info >.school> .info .left ul li span {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
}
#xlq_body #school_info .video {
  flex: none;
  width: 448px;
  height: 366px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-end;
}
#xlq_body #school_info  .video .video_cover {
  width: 100%;
  height:334px;
}
#xlq_body #school_info > .video .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 62px;
  transition: 0.5s;
  cursor: pointer;
}
#xlq_body #school_info >  .video .video_play img {
  width: 100%;
  transition: 0.5s;
}
#xlq_body #school_info > .video .video_play:hover img {
  transform-origin: center;
  transform: scale(1.2);
}
#xlq_body #school_info > .video>a{
    display: block;
    width: 160px;
height: 44px;
margin-bottom: 20px;
background: #FFD7D3;
border-radius: 22px;font-weight: 400;
font-size: 18px;
color: #EE441F;
line-height: 44px;
text-align: center;
    cursor: pointer;
}
#xlq_body #school_info > .video p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  background: #333333;
  opacity: 0.6;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  display: none;
}
#xlq_body #school_info > .video video {
  width: 400.2px;
  height: 298.2px;
  border-radius: 5px;
  object-fit: cover;
}

#xlq_body #school_info > .video:hover  .video p {
      display: block;
}
#xlq_body #school_info > .video:hover .video_play img {
  transform-origin: center;
  transform: scale(1.2);
}
#xlq_body #school_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 9px;
}
#xlq_body #school_title .t {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
}
#xlq_body #school_title .t::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 22px;
  background: #F15645;
  margin-right: 10px;
}
#xlq_body #school_title .bg {
  margin-left: 20px;
  padding: 8.5px 15.5px 8.5px 26.5px;
  background: url(/statics/theme/img/content/img/title_bg.png);
  background-size: cover;
  font-weight: 500;
  font-size: 16px;
  color: #EE441F;
}
#xlq_body #school_title .hr {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background: #E8E8E8;
}
#xlq_body #video_answer ul {
  margin-top: 20px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}
#xlq_body #video_answer ul li {
  display: flex;
  flex-direction: column;
}
#xlq_body #video_answer ul li .video {
  flex: none;
  width: 282px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#xlq_body #video_answer ul li .video .video_cover {
  width: 100%;
  height: 100%;
}
#xlq_body #video_answer ul li .video .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 62px;
  transition: 0.5s;
  cursor: pointer;
}
#xlq_body #video_answer ul li .video .video_play img {
  width: 100%;
  transition: 0.5s;
}
#xlq_body #video_answer ul li .video p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  background: rgba(67, 50, 50, 0.6);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
}
#xlq_body #video_answer ul li .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#xlq_body #video_answer ul li .video:hover .video_play img {
  transform-origin: center;
  transform: scale(1.2);
}
#xlq_body #video_answer ul li .comment {
  margin: 10px 0px 0px 10px;
  display: flex;
  justify-content: flex-start;
}
#xlq_body #video_answer ul li .comment span {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
#xlq_body #video_answer ul li .comment span img {
  margin-right: 10px;
}
#xlq_body #class_type .type {
  width: 100%;
  margin-top: 18px;
}
#xlq_body #class_type .type li {
  position: relative;
  height: 400px;
  margin-bottom: 20px;
}
#xlq_body #class_type .type li .left {
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 9;
  width: 265px;
  height: 320px;
  box-shadow: 0px 0px 20px 0px rgba(160, 160, 160, 0.25);
}
#xlq_body #class_type .type li .left img {
  width: 100%;
  height: 100%;
}
#xlq_body #class_type .type li .right {
  position: absolute;
  right: 8px;
  width: 929px;
  height: 100%;
  background: url(/statics/theme/img/content/img/bg2.png);
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
#xlq_body #class_type .type li .right .introduce table {
  margin: 64px 0 0 39px;
}
#xlq_body #class_type .type li .right .introduce table tr {
  height: 50px;
}
#xlq_body #class_type .type li:nth-child(3) .right .introduce table tr{
      height: 40px;
}
#xlq_body #class_type .type li .right .introduce table tr td {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
#xlq_body #class_type .type li .right .introduce table tr td:first-child {
  text-align: justify;
}
#xlq_body #class_type .type li .right .introduce table tr td:last-child {
  color: #F78635;
}
#xlq_body #class_type .type li .right .introduce .btn {
  display: block;
  width: 276px;
  height: 60px;
  margin: 30px 0 0 39px;
  background: linear-gradient(0deg, #FF8A37 0%, #FF9C56 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}
#xlq_body #class_type .type li .right .introduce .btn img {
  margin-right: 15px;
}
#xlq_body #class_type .type li .right .particular {
    width: 540px;
    margin: 54px 0px 0px 0px;
    padding-right: 20px;
}
#xlq_body #class_type .type li .right .particular > div {
  margin-bottom: 10px;
}
#xlq_body #class_type .type li .right .particular > div p {
  height: 38px;
  position: relative;
  min-width: 200px;
  margin-bottom: 5px;
}
#xlq_body #class_type .type li .right .particular > div p > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#xlq_body #class_type .type li .right .particular > div p > span {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  z-index: 9999;
}
#xlq_body #class_type .type li .right .particular > div > span {
  line-height: 35px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: block;
  position: relative;
  padding-left: 20px;
}
#xlq_body #class_type .type li .right .particular > div > span img {
  position: absolute;
  top: 11px;
  left: 0;
}
#xlq_body #class_type .type li > .title {
  position: absolute;
  right: 0px;
  top: 7px;
  z-index: 9;
  /*min-width: 224px;*/
  text-align: right;
  background-color: #F78635;
  padding: 10px 25px 10px 15px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 24px 0 0px 24px;
  box-sizing: border-box;
}
#xlq_body #class_type .type li > .title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  bottom: -8px;
  right: -8px;
  border-top: none;
  border-left-color: #B54C00;
}
#xlq_body #class_type .type li:nth-child(2),
#xlq_body #class_type .type li:nth-child(3) {
  height: 440px;
}
#xlq_body #class_type .type li:nth-child(2) .right,
#xlq_body #class_type .type li:nth-child(3) .right {
  background: url(/statics/theme/img/content/img/bg3.png);
  background-size: cover;
}
#xlq_body #class_type .type li:nth-child(2) .right .introduce table tr td:last-child,
#xlq_body #class_type .type li:nth-child(3) .right .introduce table tr td:last-child {
  color: #3A7BE1;
}
#xlq_body #class_type .type li:nth-child(2) .right .introduce .btn,
#xlq_body #class_type .type li:nth-child(3) .right .introduce .btn {
  background: linear-gradient(0deg, #3A7BE1 0%, #4B8CF2 100%);
}
#xlq_body #class_type .type li:nth-child(2) > .title,
#xlq_body #class_type .type li:nth-child(3) > .title {
  background-color: #3A7BE1;
}
#xlq_body #class_type .type li:nth-child(2) > .title::after,
#xlq_body #class_type .type li:nth-child(3) > .title::after {
  border-left-color: #3A7BE1;
}
#xlq_body #class_type .type li:nth-child(3) {
  height: 400px;
  margin-bottom: 8px;
}
#xlq_body #apply_info .apply {
  width: 100%;
  height: 360px;
  margin-top: 10px;
  background: url(/statics/theme/img/content/img/bg4.png);
  overflow: hidden;
  position: relative;
}
#xlq_body #apply_info .apply form {
  margin: 67px 0 0 35px;
}
#xlq_body #apply_info .apply form .radio {
  display: flex;
  margin-bottom: 36px;
}
#xlq_body #apply_info .apply form .radio p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 150px;
}
#xlq_body #apply_info .apply form .radio p span {
  color: #FF0000;
}
#xlq_body #apply_info .apply form .radio label {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 28px;
}
#xlq_body #apply_info .apply form .radio label input[type="radio"] {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #999999;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 6px;
}
#xlq_body #apply_info .apply form .radio label input[type="radio"]:checked {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-image: url(/statics/theme/img/content/img/icon15.png);
  background-size: cover;
  position: relative;
  border: none;
}
#xlq_body #apply_info .apply form .last {
  display: flex;
  align-items: center;
}
#xlq_body #apply_info .apply form .last .phone {
  width: 297px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  padding: 11px;
  margin-right: 37px;
}
#xlq_body #apply_info .apply form .last .phone input {
  margin-left: 14px;
  border: none;
  width: 100%;
}
#xlq_body #apply_info .apply form .last .btn {
  width: 190px;
  height: 40px;
  background: #EBEBEB;
  border-radius: 1px;
  text-align: center;
  line-height: 40px;
  margin-right: 19px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
#xlq_body #apply_info .apply form .last .btn:last-child {
  background: #F15645;
  color: #FFFFFF;
}
#xlq_body #apply_info .apply .code {
  position: absolute;
  right: 57px;
  top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#xlq_body #apply_info .apply .code img {
  width: 194px;
  height: 194px;
}
#xlq_body #apply_info .apply .code p {
  width: 156px;
  height: 36px;
  margin-top: 25px;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  text-align: center;
}
#xlq_body #tab .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F15645;
}
#xlq_body #tab .top li {
  padding: 12px 28px;
  cursor: pointer;
}
#xlq_body #tab .top .top_active {
  background: linear-gradient(-90deg, #F15645 0%, #FF7A6B 100%);
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
#xlq_body #tab .bottom {
  width: 100%;
  margin-top: 22px;
  padding: 30px 48px;
  background: #F5F5F5;
  display: none;
}
#xlq_body #tab .bottom p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
#xlq_body #tab .bottom ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#xlq_body #tab .bottom ul li {
  width: 247px;
  height: 148px;
  background-color: #FF7A6B;
  border-radius: 5px;
  overflow: hidden;
}
#xlq_body #tab .bottom ul li img {
  width: 100%;
  height: 100%;
}
#xlq_body #tab .bottom:nth-child(2) {
  display: block;
}
#xlq_body #school_page {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#xlq_body #school_page .left_schoolPage {
  background: #F9F9F9;
  width: 380px;
  padding-bottom: 20px;
}
#xlq_body #school_page .left_schoolPage .left_title {
  width: 100%;
  height: 40px;
  background: #F15645;
  display: flex;
  align-items: center;
}
#xlq_body #school_page .left_schoolPage .left_title img {
  margin: 0 10px;
}
#xlq_body #school_page .left_schoolPage .left_title span {
  font-size: 16px;
  color: #FFFFFF;
}
#xlq_body #school_page .left_schoolPage .left_title a {
  margin: 0 10px 0 auto;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
#xlq_body #school_page .left_schoolPage ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0px 10px 5px;
}
#xlq_body #school_page .left_schoolPage ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 35px;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #EAEAEA;
}
#xlq_body #school_page .left_schoolPage ul li a {
  max-width: 265px;
  color: #666666;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#xlq_body #school_page .left_schoolPage ul li a .order {
  font-weight: 400;
  font-size: 16px;
  color: #FF8F3C;
  margin-right: 10px;
  padding: 6px;
}
#xlq_body #school_page .left_schoolPage ul li .time {
  font-size: 14px;
  color: #666666;
}
#xlq_body #school_page .left_schoolPage ul li:nth-child(-n+3) a .order {
  background: linear-gradient(180deg, #F85F68, #ED4844);
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
#xlq_body #school_page .left_schoolPage ul li:nth-child(2) a .order {
  background: linear-gradient(180deg, #FB9404, #FF7E00);
}
#xlq_body #school_page .left_schoolPage ul li:nth-child(3) a .order {
  background: linear-gradient(180deg, #EFB76F, #E4AC72);
}
#xlq_body #school_page .left_schoolPage ul .more {
  display: block;
  width: 178px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #F15645;
  margin: 17px auto 0;
  font-weight: 400;
  font-size: 14px;
  color: #F15645;
  line-height: 40px;
  text-align: center;
}
#xlq_body .shades {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.4;
  z-index: 999999;
  display: none;
}
#xlq_body #video_pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 816px;
  height: 484px;
  background-color: #000000;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(160, 160, 160, 0.25);
  z-index: 999999;
}
#xlq_body #video_pop .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFFFFF;
  cursor: pointer;
  width: 13px;
  height: 13px;
  transition: all 0.5s;
}
#xlq_body #video_pop .close:hover {
  transform: rotate(180deg);
}
#xlq_body #video_pop .logo {
  position: absolute;
  top: 32px;
  right: 34px;
  height: 30px;
}
#xlq_body #video_pop .video {
  width: 760px;
  height: 370px;
  margin: 78px auto 0;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#xlq_body #video_pop .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#xlq_body #fixed_form {
  display: none;
  width: 1200px;
  height: 100px;
  background: url(/statics/theme/img/content/img/bg5.png);
  background-size: cover;
  position: fixed;
  bottom: 0%;
  z-index: 99999;
  box-shadow: 0px 0px 10px 0px rgba(182, 180, 181, 0.28);
  align-items: center;
  padding: 0 0 0 34px;
}
#xlq_body #fixed_form form {
  height: 100%;
  display: flex;
  align-items: center;
}
#xlq_body #fixed_form form .input {
  width: 327px;
  height: 46px;
  background: #F7F7F7;
  border-radius: 10px;
  border: 1px solid #B9B9B9;
  display: flex;
  align-items: center;
  padding-left: 12px;
  margin-left: 33px;
}
#xlq_body #fixed_form form .input img {
  padding-right: 10px;
  border-right: 1px solid #D9D9D9;
}
#xlq_body #fixed_form form .input input {
  border: none;
  margin-left: 11px;
  background: #F7F7F7;
  width: 100%;
}
#xlq_body #fixed_form form .btn {
  width: 162px;
  height: 46px;
  background: #F15645;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  margin-left: 110px;
  cursor: pointer;
}

#right_slide {
  position: fixed;
  top: 290px;
  left: 50%;
  margin-left: 650px;
  width: 132px;
  height: 605px;
  background: url(/statics/theme/img/content/img/bg6.png);
  background-size: 100%;
  border-radius: 8px;
}

#right_slide>.title {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #F15644;
  text-shadow: -1px -1px 0 #FFE581, 1px -1px 0 #FFE581, -1px 1px 0 #FFE581, 1px 1px 0 #FFE581;
  line-height: 25px;
}

#right_slide>.kf {
  display: block;
  width: 112px;
  height: 33px;
  margin: 36px auto 0;
  background: url(/statics/theme/img/content/img/bg7.png);
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #EF4F26;
}

#right_slide>.kf img {
  margin-right: 8px;
}

#right_slide>ul {
  width: 100%;
  margin-top: 20px;
  position: relative;
  padding: 35px 0 0;
}

#right_slide>ul>li {
  width: 100%;
  height: 35px;
  cursor: pointer;
}

#right_slide>ul>li>a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 35px;
}

#right_slide>ul>li>a img {
  margin: 0 17px 0 9px;
}

#right_slide>ul>li p {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 10px;
}

#right_slide>ul>.province {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 35px;
  background: url(/statics/theme/img/content/img/bg8.png);
  background-size: 100%;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #EF4F26;
  line-height: 30px;
}

#right_slide>ul>.province span {
  font-weight: 400;
}

#right_slide>ul .slide_phone {
  height: 60px;
}

#right_slide>ul li:hover {
  background: #E73C18;
}

#right_slide .bottom_ul {
  margin-top: 0;
}

#right_slide .code {
  width: 112px;
  height: 112px;
  margin: 10px auto 0;
}

#right_slide .code img {
  width: 100%;
  height: 100%;
}

#apply_pop {
  display: none;
  width: 445px;
  height: 553px;
  position: fixed;
  top: 50%;
  left: -50000%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: url(/statics/theme/img/content/img/bg9.png);
  background-size: 100%;
}

#apply_pop>.close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

#apply_pop #infoPop {
  padding: 149px 0 0 30px;
}

#apply_pop #infoPop input,
#apply_pop #infoPop select {
  width: 316px;
  height: 47px;
  border: none;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #C2C2C2;
  padding: 0 16px 0 24px;
}

#apply_pop #infoPop select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

#apply_pop #infoPop td {
  padding-bottom: 17px;
  position: relative;
}

#apply_pop #infoPop .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding-bottom: 17px;
}

#apply_pop #infoPop tr td:nth-child(1) {
  padding-right: 24px;
}

#apply_pop #infoPop tr:last-child {
  text-align: center;
}

#apply_pop #infoPop tr:last-child td {
  padding: 0 !important;
}

#apply_pop #infoPop tr:last-child button {
  width: 259px;
  height: 59px;
  background: linear-gradient(0deg, #FFA105, #FF6600);
  border-radius: 25px;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
  cursor: pointer;
}
.common_pop {
  width: 1020px;
  height: 596px;
  position: fixed;
  top: 50%;
  left: -5000000%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(182, 180, 181, 0.28);
  display: flex;
  justify-content: space-between;
}

.common_pop .left {
  width: 380px;
  height: 100%;
  background: url(/statics/theme/img/content/img/bg10.png);
  background-size: 100%;
  padding: 70px 30px 0 30px;
}

.common_pop .left>h3 {
  font-weight: bold;
  font-size: 40px;
  color: #2E6ED2;
}

.common_pop .left>p {
  font-weight: 400;
  font-size: 24px;
  color: #999999;
  margin-top: 15px;
}

.common_pop .left>.form {
  width: 100%;
}

.common_pop .left>.form>.input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
}

.common_pop .left>.form>.input>input {
  width: 260px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #C2C2C2;
  padding-left: 24px;
}

.common_pop .left>.form>.input>p {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.common_pop .left>.form>.btn {
  display: block;
  width: 220px;
  height: 50px;
  background: linear-gradient(0deg, #3B7CE2 0%, #4B8CF2 100%);
  border-radius: 25px;
  margin: 46px auto 0;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}

.common_pop .right {
  width: 640px;
  height: 100%;
  padding: 28px 40px 0 30px;
}

.common_pop .right .swiperImg {
  width: 570px;
  height: 273px;
  overflow: hidden;
}

.common_pop .right .swiperImg>img {
  width: 100%;
}

.common_pop .right ul {
  margin-top: 25px;
}

.common_pop .right ul>li {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding-left: 28px;
  position: relative;
}

.common_pop .right ul>li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 22px;
  background: url(/statics/theme/img/content/img/icon32.png);
  background-size: 100%;
}

.common_pop .right>p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.common_pop>.close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}


#preferential_policy .right .swiperImg {
  overflow-y: auto;
}



#subscribe .right .swiperImg {
  height: 310px;
  position: relative;
}

#subscribe .right .swiperImg>p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(51, 51, 51, 0.6);
  border-radius: 10px;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
}

#subscribe .right>p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}



#province>.right,
#province_outside>.right {
  padding-bottom: 30px;
}

#province>.right .swipers_img,
#province_outside>.right .swipers_img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

#province>.right .swiper-wrapper,
#province_outside>.right .swiper-wrapper {
  width: 100%;
  height: 100%;
}

#province>.right .swiper-wrapper .swiper-slide,
#province_outside>.right .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#province>.right .swiper-wrapper .swiper-slide img,
#province_outside>.right .swiper-wrapper .swiper-slide img {
  width: 100%;
}

#province>.right .swiper-button-next,
#province_outside>.right .swiper-button-next {
  width: 40px;
  height: 60px;
  background: url(/statics/theme/img/content/img/icon34.png);
  background-size: 100%;
  top: 105px;
}

#province>.right .swiper-button-prev,
#province_outside>.right .swiper-button-prev {
  width: 40px;
  height: 60px;
  background: url(/statics/theme/img/content/img/icon33.png);
  background-size: 100%;
  top: 105px;
}