@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
.red {
  color: red;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.bor_b {
  border-bottom: solid 1px #e2e2e2;
}
.grid {
  display: grid;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flex1 {
  flex: 1;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.start {
  align-items: flex-start;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 16px;
}
.content {
  width: 1300px;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f40 {
  font-size: 40px;
}
.f34 {
  font-size: 34px;
}
.f32 {
  font-size: 32px;
}
.f30 {
  font-size: 30px;
}
.f28 {
  font-size: 28px;
}
.f26 {
  font-size: 26px;
}
.f24 {
  font-size: 24px;
}
.f22 {
  font-size: 22px;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f15 {
  font-size: 15px;
}
.f14 {
  font-size: 14px;
}
.cover {
  object-fit: cover;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.bgw {
  background-color: #fff !important;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.mar_t40 {
  margin-top: 40px;
}
.mar_t50 {
  margin-top: 50px;
}
.mar_t60 {
  margin-top: 60px;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_r30 {
  margin-right: 30px;
}
.mar_r40 {
  margin-right: 40px;
}
.mar_r50 {
  margin-right: 50px;
}
.shink {
  flex-shrink: 0;
}
.pad200 {
  padding: 20px;
}
.wid60 {
  width: 60%;
}
.wid70 {
  width: 70%;
}
.hide {
  display: none;
}
.blue {
  color: #1c5bff;
}
.phone {
  display: none;
}
.hand {
  cursor: pointer;
}
.shdow {
  box-shadow: 10px 15px 30px rgba(122, 122, 122, 0.1);
}
/*banner*/
.header_bg {
  background: url(../images/header_bg.png) no-repeat center top #e9f2ff;
  padding-bottom: 30px;
  min-width: 1300px;
}
.top {
  background: rgba(24, 92, 207, 0.7);
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
}
.nav li {
  margin-right: 50px;
}
.login_btn span {
  padding: 0 15px;
}
.logo {
  padding: 120px 0 0;
}
.result_list_num {
  width: 45px;
  background: url(../images/ss_sel1.png) no-repeat right center;
}
.result_list_num.on {
  background: url(../images/ss_sel2.png) no-repeat right center;
}
.search_txt {
  width: 1150px;
  height: 62px;
  border: solid 1px #fe6a00;
  border-radius: 5px;
  background: #fff;
  padding: 0 1%;
}
.search_btn1 {
  width: 130px;
  height: 62px;
  background: linear-gradient(to right, #ff872e, #feaa3e);
  color: #fff;
  border-radius: 5px;
}
.search_btn1 img {
  margin-right: 15px;
}
.select {
  width: 280px;
  height: 58px;
  border: solid 1px #fe6a00;
  background: #fff;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 16px;
}
.search_box {
  padding-bottom: 30px;
  box-shadow: 10px 15px 30px rgba(122, 122, 122, 0.1);
}
.search_list {
  width: 640px;
  margin-bottom: 2px;
}
.search_list_tit {
  height: 46px;
  background: linear-gradient(to right, #e0eeff, #fbfdff);
  padding: 0 15px;
  cursor: pointer;
}
.search_list_icon {
  width: 25px;
}
.nar1 {
  width: 15px;
  height: 8px;
  transition: all 0.6s;
}
.nar1.on {
  transform: rotate(180deg);
}
.search_list_con {
  padding: 15px 0 15px 20px;
}
.sub_type li {
  width: 113px;
  height: 33px;
  border: solid 1px #a3cbfd;
  background-color: #e8f8ff;
  background-image: url(../images/ss_sel1.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  cursor: pointer;
}
.sub_type li:nth-child(5n+5) {
  margin-right: 0;
}
.sub_type li:nth-child(5n+2),
.sub_type li:nth-child(5n+5) {
  background-color: #e7f0ff;
  border: solid 1px #b3d2fb;
}
.sub_type li:nth-child(5n+3) {
  background-color: #fff4e7;
  border: solid 1px #ffd6a5;
}
.sub_type li.on {
  background-image: url(../images/ss_sel2.png);
}
.three_type li {
  min-width: 113px;
  height: 35px;
  border: solid 1px #2676d3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 0 10px;
}
.three_type li.on .close1 {
  display: inline-block;
}
.close1 {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.ss_btn {
  width: 180px;
  height: 56px;
  border-radius: 28px;
  background: linear-gradient(to right, #34c0fe, #70a1ff);
}
.tit_line {
  width: 6px;
}
.news {
  width: 638px;
  border-radius: 20px;
  padding: 3px;
}
.news_tit {
  height: 65px;
  background: #f0f7ff;
  border-radius: 20px 20px 0 0;
  padding: 0 25px;
}
.news_list {
  padding: 0 8px;
}
.news_list li {
  padding: 15px 0;
  border-bottom: solid 1px #f0f0f0;
  cursor: pointer;
}
.news_list li:hover .wid70 {
  color: #f37c0c;
}
.notice_bg {
  background: url(../images/notice_bg.jpg) no-repeat center top;
  padding: 54px 0 0;
  height: 531px;
  line-height: 2;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  padding: 40px 0 0;
  height: 336px;
}
.about {
  width: 410px;
}
.contact {
  width: 420px;
}
.contact li {
  margin-bottom: 12px;
}
.contact li img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.code_list li {
  text-align: center;
  margin-left: 30px;
}
.code_list li img {
  width: 120px;
}
.code_list li p {
  opacity: 0.6;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 91;
}
.login {
  width: 602px;
  height: 425px;
  background: url(../images/login_bg.jpg) no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: 92;
  padding: 70px 0 0;
}
.gz_code {
  width: 190px;
  height: 190px;
  border: solid 1px #e9e9e9;
  padding: 12px;
  margin: 30px auto 0;
}
.close {
  right: 3%;
  top: 0;
  font-size: 40px;
  cursor: pointer;
}
.piliang_btn {
  width: 130px;
  height: 40px;
  background: linear-gradient(to right, #33c0fe, #6fa2ff);
  border-radius: 20px;
}
.result_list {
  padding: 10px 20px;
}
.result_list li {
  border-bottom: solid 1px #ebebeb;
  padding: 10px 0;
}
.ji_icon {
  width: 30px;
  height: 30px;
}
.result_list_tit {
  width: 380px;
  margin-right: 50px;
}
.result_jd {
  width: 156px;
}
.result_jd::after {
  width: 1px;
  height: 15px;
  background: #e1e1e1;
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.result_hy {
  background: url(../images/hy.png) no-repeat left center;
  padding-left: 23px;
  width: 220px;
  padding-right: 15px;
  margin-right: 30px;
}
.result_hy::after {
  width: 1px;
  height: 15px;
  background: #e1e1e1;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.result_city {
  background: url(../images/dw.png) no-repeat left center;
  padding-left: 22px;
  width: 120px;
}
.result_btn {
  width: 168px;
  height: 38px;
  border: solid 1px #e6e6e6;
  border-radius: 20px;
}
.result_btn img {
  width: 20px;
  height: 20px;
}
.result_btn_line {
  padding: 0 10px;
}
.result_list_txt {
  margin: 10px 0 0 55px;
}
.about_box {
  padding: 30px 35px;
}
.about_txt {
  line-height: 2.77;
  text-indent: 2em;
}
.special_list li {
  width: 595px;
  border-bottom: solid 1px #f0f0f0;
  padding: 15px 0 15px;
}
.special_list li:hover .ellipsis {
  color: #ff892f;
  font-weight: bold;
}
.special_download {
  background: url(../images/down.png) no-repeat left center;
  padding-left: 25px;
}
.custom__box {
  padding: 30px 40px;
}
.custom_progress {
  z-index: 1;
  padding: 0 5% 70px;
}
.custom_progress::after {
  width: 100%;
  height: 5px;
  background: #f5f6fa;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 125px;
  z-index: -1;
}
.custom_progress li {
  text-align: center;
}
.custom_progress li p {
  color: #222d45;
}
.custom_progress_num {
  width: 42px;
  height: 42px;
  background: url(../images/num1.png) no-repeat;
  color: #16213b;
  margin: 15px auto;
}
.custom_form1 {
  width: 585px;
}
.custom_form1_txt {
  height: 50px;
  border-radius: 5px;
  border: solid 1px #dfdfdf;
  padding: 0 2%;
}
.custom_form1_txt1 {
  height: 175px;
  padding: 13px 2%;
}
.custom_form2 {
  width: 345px;
}
.custom_form3 {
  width: 483px;
}
.yzm {
  width: 100px;
  height: 57px;
  line-height: 57px;
  background: #e9f1d9;
  border-radius: 10px;
  margin: 0 15px;
}
.input1 {
  width: 227px;
}
.submit {
  width: 307px;
  height: 56px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(to right, #46c5fe, #71a1ff);
}
.submit1 {
  width: 100px;
  height: 40px;
}
.show_box {
  padding: 30px 32px;
}
.show_tit_box {
  padding: 10px 0 15px;
}
.show_down {
  width: 130px;
  height: 40px;
  background: linear-gradient(to right, #33c0fe, #70a1ff);
  border-radius: 20px;
}
.show_tit {
  line-height: 1.5;
  width: 80%;
}
.show_txt {
  text-indent: 2em;
  padding: 20px 0;
  border-bottom: dashed 1px #dadada;
  font-family: 宋体;
}
.show_txt img {
  max-width: 100%;
}
.back {
  width: 130px;
  height: 40px;
  background: linear-gradient(to right, #33c0fe, #70a1ff);
  border-radius: 20px;
}
.open_box {
  padding: 30px 35px 50px;
}
.open_progress {
  padding: 0 140px;
  z-index: 1;
}
.open_progress li {
  color: #7a808d;
  background: url(../images/dot1.jpg) no-repeat center bottom;
  background-size: 36px 36px;
  padding-bottom: 32px;
  position: relative;
}
.open_progress li::after {
  width: 400px;
  height: 2px;
  background: #999999;
  content: "";
  display: block;
  position: absolute;
  left: 60px;
  top: 55px;
  z-index: -1;
}
.open_progress li:last-child::after {
  display: none;
}
.open_progress li.on1 {
  color: #1f81ed;
  font-weight: bold;
  background: url(../images/dot2.jpg) no-repeat center bottom;
  background-size: 36px 36px;
}
.open_progress li.on1::after {
  background: #1f81ed;
}
.open_progress li.on2 {
  color: #1f81ed;
  font-weight: bold;
  background: url(../images/dot2.jpg) no-repeat center bottom;
  background-size: 36px 36px;
}
.taocan_list li {
  width: 292px;
  height: 236px;
  border: solid 1px #e7e7e7;
  border-radius: 15px;
  padding: 26px 12px 20px;
  margin: 0 18px 20px 0;
  cursor: pointer;
  background: url(../images/sel1.png) no-repeat right 20px top 30px;
  background-size: 22px 22px;
}
.taocan_list li img {
  width: 30px;
}
.taocan_list li:nth-child(4n) {
  margin-right: 0;
}
.taocan_list li.on {
  background: url(../images/sel2.png) no-repeat right 20px top 30px;
  background-size: 22px 22px;
}
.taocan_list_txt {
  line-height: 1.5;
  margin: 10px 0 15px;
}
.month_list li {
  width: 130px;
  height: 130px;
  border-radius: 15px;
  border: solid 2px #feebd9;
  margin-right: 30px;
  position: relative;
  text-align: center;
  color: #6e2f1d;
  padding: 40px 0 0;
  overflow: hidden;
  background: #fff7f1;
  cursor: pointer;
}
.month_list li.on {
  background: linear-gradient(#fff7f1, #fbd8b0);
}
.zhe {
  width: 70px;
  height: 30px;
  background: linear-gradient(to right, #fe613f, #fec271);
  top: 0;
  left: 0;
  border-radius: 0 0 16px 0;
}
.pay_btn {
  height: 73px;
  border-radius: 10px;
  background: linear-gradient(to right, #33c0fe, #71a1ff);
}
.pay_con {
  width: 598px;
  height: 478px;
  margin: 30px auto 0;
  background: url(../images/pay_box.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 60px 0 0;
}
.pay_code {
  width: 190px;
  height: 190px;
  border: solid 1px #e9e9e9;
  padding: 12px;
  margin: 40px auto 15px;
}
.my_box {
  padding: 25px 33px 45px 0;
}
.my_left {
  width: 300px;
}
.my_head {
  padding: 84px 0 0 80px;
  height: 290px;
}
.level {
  width: 113px;
  height: 34px;
  padding-left: 40px;
  line-height: 34px;
  margin: 20px 0 0;
}
.level1 {
  background: url(../images/vip1.png) no-repeat;
  background-size: 100% 100%;
  color: #5d5d8a;
}
.level2 {
  background: url(../images/vip2.png) no-repeat;
  background-size: 100% 100%;
  color: #98520f;
}
.my_nav {
  padding: 25px 15px 0;
}
.my_nav li {
  height: 55px;
  border-radius: 10px;
  padding: 0 16px;
  margin-right: 10px;
}
.my_nav li.on {
  background: #eaf1ff;
}
.my_right {
  width: 918px;
}
.nickname {
  border: none;
}
.my_taocan_list li {
  width: 292px;
  height: 236px;
  margin: 0 18px 20px 0;
  background: none;
}
.my_taocan_list li:nth-child(3n) {
  margin-right: 0;
}
.my_taocan_list li:nth-child(4n) {
  margin-right: 18px;
}
.btn {
  width: 180px;
  height: 56px;
  border-radius: 28px;
  background: linear-gradient(to right, #33c0fe, #70a1ff);
}
.my_down li {
  border-bottom: solid 1px #ebebeb;
  padding: 8px 0 15px;
}
.down_show_box {
  width: 16rem;
  padding: 0.3rem 0.2rem 0.25rem;
  margin: 0 auto;
}
.show_left {
  width: 335px;
  background: #fafafa;
  padding: 0 20px 20px 8px;
  height: 900px;
  overflow-y: auto;
}
.show_left li {
  border-bottom: dashed 1px #b3b3b3;
  padding: 13px 0;
  cursor: pointer;
}
.show_left li.on {
  font-weight: bold;
}
.show_left li:nth-child(even) .show_num {
  background: linear-gradient(to right, #d0e465, #7dcf94);
}
.show_left::-webkit-scrollbar {
  width: 7px;
}
.show_left::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f0f0f0;
}
.show_left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d5d5d5;
}
.show_num {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: linear-gradient(to right, #f9be4d, #f1884f);
}
.show_right {
  padding: 0 0 20px;
}
.show_right_tit {
  border-bottom: solid 1px #e2e2e2;
  line-height: 1.3;
  padding: 20px 0;
}
.down_txt {
  height: 760px;
  overflow-y: auto;
  padding-right: 10px;
  text-indent: 2em;
}
.down_txt::-webkit-scrollbar {
  width: 7px;
}
.down_txt::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f0f0f0;
}
.down_txt::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d5d5d5;
}
.el-pagination {
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
}
.btn-prev,
.btn-next,
.number {
  width: 38px;
  height: 38px !important;
  border: solid 1px #dedede !important;
  border-radius: 5px !important;
  margin: 0 3px;
}
.el-pager li.is-active {
  border: solid 1px #1ca3fe !important;
}
.el-pagination__sizes {
  position: absolute;
  right: 160px !important;
  top: 20px !important;
}
.el-input {
  height: 40px;
}
[v-cloak] {
  display: none;
}
