body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
span,
blockquote,
th,
td,
footer {
  margin: 0;
  font-family: "-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,SimSun,sans-serif";
  padding: 0;
  box-sizing: border-box;
}
img {
  border: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
input,
textarea {
  outline: none;
  border: 0;
  resize: none;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
}
audio {
  outline: none;
}
.red_ipt::-webkit-input-placeholder {
  color: #f33b45 !important;
}
.red_ipt {
  color: #f33b45 !important;
  margin: 4px;
}
/*在谷歌下移除input[number]的上下箭头*/
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/*在firefox下移除input[number]的上下箭头*/
input[type="number"] {
  -moz-appearance: textfield;
}
@font-face {
  font-family: 'Astron';
  src: url('../fonts/Astron.ttf');
}
@font-face {
  font-family: 'AliHYAiHei';
  src: url('../fonts/AliHYAiHei.ttf');
}
@media (min-width: 768px) {
  body {
    min-width: 1200px;
    overflow-x: scroll;
    padding-top: 90px;
  }
  .pc_g {
    display: block;
  }
  .web_g {
    display: none !important;
  }
  .tools_dia {
    position: fixed;
    right: 10px;
    top: 439px;
    z-index: 99;
  }
  .tools_dia .tools_inner .item {
    width: 70px;
    height: 70px;
    background: linear-gradient(-45deg, #2948ff, #396afc);
    border-radius: 4px;
    margin-bottom: 10px;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .tools_dia .tools_inner .item .dia_phone {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 31, 94, 0.15);
    border-radius: 4px;
    font-size: 18px;
    font-family: Futura;
    font-weight: bold;
    color: #2A64DC;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    opacity: 0;
  }
  .tools_dia .tools_inner .item .qr_code {
    width: 111px;
    height: 111px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 31, 94, 0.15);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 99px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tools_dia .tools_inner .item .qr_code .img {
    width: 95px;
    height: 95px;
    background: #D8D8D8;
  }
  .tools_dia .tools_inner .item .img_1 {
    width: 38px;
    height: 37px;
  }
  .tools_dia .tools_inner .item .img_2 {
    width: 38px;
    height: 33px;
  }
  .tools_dia .tools_inner .item .img_3 {
    width: 38px;
    height: 32px;
  }
  .tools_dia .tools_inner .item span {
    margin-top: 5px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
  }
  .tools_dia .jiant {
    cursor: pointer;
    width: 70px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #2964dc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tools_dia .jiant .img {
    width: 23px;
    height: 23px;
    transition: all 0.5s;
  }
  .toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    display: none;
  }
  .header_m,
  .footer_m {
    display: none;
  }
  .page_w {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
  }
  .header {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header .inner .left_b {
    display: flex;
    align-items: center;
  }
  .header .inner .left_b .logo {
    font-size: 40px;
    font-family: Astron;
    font-weight: 400;
    color: #2964dc;
    cursor: pointer;
  }
  .header .inner .left_b .text_b {
    height: 37px;
    border-left: 1px dashed #000;
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 50px;
  }
  .header .inner .left_b .text_b .text {
    font-size: 16px;
    font-family: AliHYAiHei;
    font-weight: 400;
    color: #2a2a2e;
  }
  .header .inner .left_b .menu_list {
    display: flex;
    position: relative;
  }
  .header .inner .left_b .menu_list .item {
    padding: 0 13px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2B2E2E;
    border-radius: 10px 0 10px 0;
    margin-right: 20px;
  }
  .header .inner .left_b .menu_list .item:hover {
    color: #2963db;
  }
  .header .inner .left_b .menu_list .item:last-child {
    margin-right: 0;
  }
  .header .inner .left_b .menu_list .item.curr {
    background-color: #2964DC;
    color: #fff;
  }
  .header .inner .left_b .menu_list .hover_list {
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 100;
    display: flex;
    padding-left: 66px;
    display: none;
  }
  .header .inner .left_b .menu_list .hover_list .list_m {
    background: #ffffff;
    border-radius: 2px;
    display: none;
  }
  .header .inner .left_b .menu_list .hover_list .list_m:nth-child(2) {
    margin-left: 114px;
  }
  .header .inner .left_b .menu_list .hover_list .list_m .item_m {
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2b2d2d;
  }
  .header .inner .left_b .menu_list .hover_list .list_m .item_m:hover {
    color: #2963db;
  }
  .header .inner .right_b {
    display: flex;
    align-items: center;
    display: none !important;
  }
  .header .inner .right_b .btn_1 {
    width: 60px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #2964DC;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 10px;
    color: #2964DC;
  }
  .header .inner .right_b .btn_2 {
    width: 60px;
    height: 30px;
    border-radius: 3px;
    background-color: #2964DC;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
  }
  .header .inner .right_b.personal_1 {
    display: none;
  }
  .header .inner .right_b.personal_2 {
    cursor: pointer;
    position: relative;
  }
  .header .inner .right_b .img_1 {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
  }
  .header .inner .right_b .tel {
    color: #000;
    font-size: 16px;
    margin: 0 8px;
  }
  .header .inner .right_b .img_2 {
    width: 10px;
  }
  .header .inner .right_b .tel_dia {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 64px;
    border-radius: 2px;
    display: none;
  }
  .header .inner .right_b .tel_dia:after {
    content: ' ';
    top: -10px;
    left: 25px;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
  }
  .header .inner .right_b .item {
    width: 130px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #606266;
    display: block;
    cursor: pointer;
  }
  .header .inner .right_b .item:first-child {
    border-bottom: 1px solid #ebeef5;
  }
  .footer {
    background: #181e30;
    padding: 70px 0 28px;
  }
  .footer .inner .line_box_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .footer .inner .line_box_1 .box_1 {
    width: 400px;
    border-right: 1px solid rgba(199, 199, 199, 0.1);
  }
  .footer .inner .line_box_1 .box_1 .title {
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-family: PingFangSC-Regular;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0;
  }
  .footer .inner .line_box_1 .box_1 .text {
    height: 35px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    letter-spacing: 1px;
    color: #fff;
  }
  .footer .inner .line_box_1 .box_1 .img_boxs {
    display: flex;
  }
  .footer .inner .line_box_1 .box_1 .img_boxs .img_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
  }
  .footer .inner .line_box_1 .box_1 .img_boxs .img_item .img {
    width: 140px;
    height: 140px;
    margin: 10px 0;
  }
  .footer .inner .line_box_1 .box_1 .img_boxs .img_item .img_name {
    opacity: 0.3;
    color: #fff;
    font-family: PingFangSC-Regular;
  }
  .footer .inner .line_box_1 .box_2 {
    display: flex;
    padding-left: 79px;
  }
  .footer .inner .line_box_1 .box_2 .menu_list {
    width: 164px;
  }
  .footer .inner .line_box_1 .box_2 .menu_list:last-child {
    margin-right: 0;
    width: 80px;
  }
  .footer .inner .line_box_1 .box_2 .menu_list .title {
    line-height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    color: #ffffff;
    margin-bottom: 34px;
    justify-content: flex-start;
  }
  .footer .inner .line_box_1 .box_2 .menu_list .text {
    height: 40px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
  }
  .footer .inner .line_box_1 .box_2 .menu_list .text:hover {
    text-decoration: underline;
  }
  .footer .inner .line_box_1 .box_2 .menu_list .text:last-child {
    margin-bottom: 0;
  }
  .footer .line_box_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(199, 199, 199, 0.1);
  }
  .footer .line_box_2 .text_1 {
    line-height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 50px;
  }
  .footer .line_box_2 .text {
    line-height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 50px;
  }
  .footer .line_box_2 .text:hover {
    text-decoration: underline;
  }
  .footer .line_box_3 {
    width: 100%;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    font-family: PingFang SC;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .line_box_3 a {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .line_box_3 a:hover {
    text-decoration: underline;
  }
  .gdhykhal {
    background: #ffffff;
    padding: 80px 0 40px;
  }
  .gdhykhal .content {
    display: flex;
    flex-wrap: wrap;
  }
  .gdhykhal .content .item {
    width: 380px;
    background: #ffffff;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .gdhykhal .content .item .img {
    width: 100%;
    height: 284px;
    position: relative;
    object-fit: cover;
  }
  .gdhykhal .content .item .text_box {
    width: 100%;
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
  .gdhykhal .content .item .text_box .text_1 {
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 100%;
  }
  .gdhykhal .content .item .text_box .text_2 {
    margin-left: 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #45454d;
  }
  .gdhykhal .content .item:nth-child(3n) {
    margin-right: 0;
  }
  .gdhykhal .more_btn {
    width: 148px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    line-height: 46px;
    background: #2963db;
    border-radius: 10px 0px 10px 0px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
  }
  .txxq {
    padding: 80px 0;
  }
  .txxq .content {
    width: 100%;
    height: 602px;
    position: relative;
  }
  .txxq .content .big_bg {
    width: 900px;
    height: 602px;
    background: #2963db;
    border-radius: 150px 0px 150px 0px;
    margin-left: 280px;
  }
  .txxq .content .content_inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 0px 0px 100px 0px;
    display: flex;
    align-items: center;
  }
  .txxq .content .content_inner .img_fill_in {
    width: 510px;
    height: 490px;
  }
  .txxq .content .content_inner .right_box {
    padding: 40px;
    height: 490px;
  }
  .txxq .content .content_inner .right_box .inp_box {
    background: #ffffff;
    border: 1px solid #d3d7e1;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .txxq .content .content_inner .right_box .inp_box.mar {
    margin: 20px 0;
  }
  .txxq .content .content_inner .right_box .inp_box .input {
    width: 524px;
    height: 46px;
    padding-left: 44px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #656565;
  }
  .txxq .content .content_inner .right_box .inp_box .input::placeholder {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #d3d7e1;
  }
  .txxq .content .content_inner .right_box .inp_box .icon {
    width: 20px;
    height: 18px;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
  }
  .txxq .content .content_inner .right_box .textarea {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #656565;
    padding: 14px 10px;
    width: 526px;
    height: 186px;
    border: 1px solid #d3d7e1;
    border-radius: 4px;
  }
  .txxq .content .content_inner .right_box .textarea::placeholder {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #d3d7e1;
  }
  .txxq .content .content_inner .right_box .submit_btn {
    width: 148px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #2963db;
    border-radius: 10px 0px 10px 0px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    margin: 43px auto 0;
    cursor: pointer;
  }
  .submit_dia {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .submit_dia .inner {
    padding: 40px 40px 23px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .submit_dia .inner .close_btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
  }
  .submit_dia .inner .close_btn .icon_close {
    width: 16px;
    height: 16px;
  }
  .submit_dia .inner .inp_box {
    background: #ffffff;
    border: 1px solid #d3d7e1;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .submit_dia .inner .inp_box.mar {
    margin: 20px 0;
  }
  .submit_dia .inner .inp_box .input {
    width: 484px;
    height: 46px;
    padding-left: 44px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #656565;
  }
  .submit_dia .inner .inp_box .input::placeholder {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #d3d7e1;
  }
  .submit_dia .inner .inp_box .icon {
    width: 20px;
    height: 18px;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
  }
  .submit_dia .inner .textarea {
    width: 486px;
    height: 146px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #656565;
    padding: 14px 10px;
    border: 1px solid #d3d7e1;
    border-radius: 4px;
  }
  .submit_dia .inner .textarea::placeholder {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #d3d7e1;
  }
  .submit_dia .inner .submit_btn {
    width: 148px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #2963db;
    border-radius: 10px 0px 10px 0px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    margin: 43px auto 0;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    display: none;
  }
  body {
    width: 100%;
    padding-top: 44px;
    padding-bottom: 49px;
  }
  .pc_g {
    display: none !important;
  }
  .web_g {
    display: block;
  }
  .page_w {
    width: 329px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
  }
  .header,
  .footer {
    display: none;
  }
  .header_m {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header_m .inner {
    width: 329px;
    margin: 0 auto;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
  }
  .header_m .inner .left_box {
    display: flex;
    align-items: center;
  }
  .header_m .inner .left_box .logo {
    line-height: 14px;
    font-size: 20px;
    font-family: Astron;
    font-weight: 400;
    color: #2A64DC;
  }
  .header_m .inner .left_box .text_b {
    font-size: 10px;
    font-family: AliHYAiHei;
    font-weight: 400;
    color: #2B2B2E;
    border-left: 1px dashed #2B2B2E;
    line-height: 13px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header_m .inner .right_box {
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_m .inner .right_box .img {
    width: 25px;
    height: 19px;
    display: block;
  }
  .header_m .inner .right_box .img_1 {
    width: 15px;
    height: 15px;
    display: none;
  }
  .header_m .inner .right_box.cur .img {
    display: none;
  }
  .header_m .inner .right_box.cur .img_1 {
    display: block;
  }
  .header_m .header_m_dia {
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background: rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    padding-bottom: 80px;
    display: none;
  }
  .header_m .header_m_dia .dia_inner {
    background-color: #fff;
    width: 100%;
  }
  .header_m .header_m_dia .dia_inner .item {
    width: 329px;
    margin: 0 auto;
  }
  .header_m .header_m_dia .dia_inner .item .inner_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C7C7C7;
    padding: 31px 0;
  }
  .header_m .header_m_dia .dia_inner .item .inner_item .text {
    line-height: 15px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2C2E2E;
  }
  .header_m .header_m_dia .dia_inner .item .inner_item .img_b {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  .header_m .header_m_dia .dia_inner .item .inner_item .img_b .img {
    width: 13px;
    height: 7px;
  }
  .header_m .header_m_dia .dia_inner .item.curr .img_b {
    transform: rotate(180deg);
  }
  .header_m .header_m_dia .dia_inner .item .sub_menu {
    height: 0;
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #C7C7C7;
    padding: 8px 0;
  }
  .header_m .header_m_dia .dia_inner .item .sub_menu .item_m {
    line-height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2C2E2E;
    display: block;
    padding: 12px 0 12px 16px;
  }
  .header_m .header_m_dia .dia_inner .item .tel_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
  }
  .header_m .header_m_dia .dia_inner .item .tel_box .tel_img {
    width: 18px;
    margin-right: 10px;
  }
  .header_m .header_m_dia .dia_inner .item .tel_box .tel {
    line-height: 16px;
    font-size: 18px;
    font-family: Futura;
    font-weight: bold;
    color: #2A64DC;
  }
  .footer_m {
    width: 100%;
    background: #181e30;
    padding: 10px 0 26px;
  }
  .footer_m .item {
    width: 100%;
  }
  .footer_m .item .inner_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
  }
  .footer_m .item .inner_item .text {
    line-height: 13px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer_m .item .inner_item .img_b {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  .footer_m .item .inner_item .img_b .img {
    width: 9px;
    height: 9px;
  }
  .footer_m .item.curr .img_b {
    transform: rotate(45deg);
  }
  .footer_m .item .sub_menu {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
  }
  .footer_m .item .sub_menu .item_m {
    width: 90%;
    color: rgba(211, 215, 225, 0.8);
    padding: 10px 0 10px 10px;
    display: block;
  }
  .footer_m .qr_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer_m .qr_item .left_box .text_1 {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .footer_m .qr_item .left_box .text_2 {
    font-size: 16px;
    font-family: Helvetica Neue;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 12px;
  }
  .footer_m .qr_item .img_boxs {
    display: flex;
  }
  .footer_m .qr_item .img_boxs .img {
    width: 73px;
    height: 73px;
    background-color: #fff;
    display: block;
    margin-left: 15px;
  }
  .footer_m .bottom_box {
    line-height: 9px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
    font-family: PingFang SC;
    font-weight: 400;
    margin-top: 25px;
  }
  .footer_m .bottom_box a {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer_m .bottom_box a:hover {
    text-decoration: underline;
  }
  .gdhykhal {
    background: #ffffff;
    padding: 40px 0;
  }
  .gdhykhal .content {
    width: 329px;
    margin-bottom: 26px;
    position: relative;
  }
  .gdhykhal .content .swiper-container {
    overflow: hidden;
    width: 100%;
    height: 245px;
  }
  .gdhykhal .content .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .gdhykhal .content .swiper-container .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gdhykhal .content .swiper-button-prev {
    width: 29px;
    height: 45px;
    position: absolute;
    top: 90px;
    left: 6px;
    background: url('https://fthoss.gizonet.com/gizonet_upload/website_20200928/img/index/3.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 0;
  }
  .gdhykhal .content .swiper-button-prev::after {
    content: '';
  }
  .gdhykhal .content .swiper-button-next {
    width: 29px;
    height: 45px;
    position: absolute;
    top: 90px;
    margin-top: 0;
    right: 6px;
    background: url('https://fthoss.gizonet.com/gizonet_upload/website_20200928/img/index/4.png') no-repeat center;
    background-size: 100% 100%;
  }
  .gdhykhal .content .swiper-button-next::after {
    content: '';
  }
  .gdhykhal .content .btm_text {
    width: 329px;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gdhykhal .content .btm_text .text_1 {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
  }
  .gdhykhal .content .btm_text .text_2 {
    line-height: 12px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
  }
  .gdhykhal .more_btn {
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2963db;
    border-radius: 10px 0px 10px 0px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
  }
  .txxq {
    padding: 40px 0;
  }
  .txxq .content {
    width: 100%;
    position: relative;
  }
  .txxq .content .big_bg {
    display: none;
  }
  .txxq .content .content_inner {
    width: 329px;
    padding: 15px;
    background: #2963db;
    border-radius: 20px 0px 20px 0px;
    display: flex;
    align-items: center;
  }
  .txxq .content .content_inner .img_fill_in {
    display: none;
  }
  .txxq .content .content_inner .right_box {
    width: 100%;
    background: #ffffff;
    padding: 15px 15px 25px 15px;
    border-radius: 20px 0px 20px 0px;
  }
  .txxq .content .content_inner .right_box .inp_box {
    background: #ffffff;
    border: 1px solid #d3d7e1;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
  }
  .txxq .content .content_inner .right_box .inp_box.mar {
    margin: 14px 0;
  }
  .txxq .content .content_inner .right_box .inp_box .input {
    width: 269px;
    height: 35px;
    padding-left: 33px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #656565;
  }
  .txxq .content .content_inner .right_box .inp_box .input::placeholder {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #d3d7e1;
  }
  .txxq .content .content_inner .right_box .inp_box .icon {
    width: 16px;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
  }
  .txxq .content .content_inner .right_box .textarea {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #656565;
    padding: 12px 8px;
    width: 269px;
    height: 140px;
    border: 1px solid #d3d7e1;
    border-radius: 2px;
  }
  .txxq .content .content_inner .right_box .textarea::placeholder {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #d3d7e1;
  }
  .txxq .content .content_inner .right_box .submit_btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2963db;
    border-radius: 10px 0px 10px 0px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin: 25px auto 0;
    cursor: pointer;
  }
  .submit_dia {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .submit_dia .inner {
    padding: 21px 16px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .submit_dia .inner .close_btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
  }
  .submit_dia .inner .close_btn .icon_close {
    width: 12px;
    height: 12px;
  }
  .submit_dia .inner .title_inner {
    line-height: 16px;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 18px;
  }
  .submit_dia .inner .inp_box {
    background: #ffffff;
    border: 1px solid #d3d7e1;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
  }
  .submit_dia .inner .inp_box.mar {
    margin: 10px 0;
  }
  .submit_dia .inner .inp_box .input {
    width: 288px;
    height: 40px;
    padding-left: 36px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #656565;
  }
  .submit_dia .inner .inp_box .input::placeholder {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D4D8E2;
  }
  .submit_dia .inner .inp_box .icon {
    width: 16px;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
  }
  .submit_dia .inner .textarea {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #656565;
    line-height: 20px;
    width: 289px;
    height: 103px;
    padding: 11px;
    border: 1px solid #d3d7e1;
    border-radius: 2px;
  }
  .submit_dia .inner .textarea::placeholder {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D4D8E2;
  }
  .submit_dia .inner .submit_btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2963db;
    border-radius: 10px 0px 10px 0px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    margin: 20px auto 0;
    cursor: pointer;
  }
  .banner {
    width: 100%;
  }
  .banner .img {
    width: 100%;
  }
  .tools_dia {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
  }
  .tools_dia .tools_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #2964DC;
  }
  .tools_dia .tools_inner .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 49px;
  }
  .tools_dia .tools_inner .item .img_1 {
    width: 24px;
  }
  .tools_dia .tools_inner .item .img_2 {
    width: 25px;
  }
  .tools_dia .tools_inner .item .img_3 {
    width: 24px;
  }
  .tools_dia .tools_inner .item span {
    line-height: 9px;
    font-size: 9px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 5px;
  }
  .tools_dia .dia_web {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
  }
  .tools_dia .dia_web .inner_box {
    width: 329px;
    background-color: #fff;
    padding: 16px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 10px;
  }
  .tools_dia .dia_web .inner_box .close_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tools_dia .dia_web .inner_box .close_btn .icon_close {
    width: 12px;
    height: 12px;
  }
  .tools_dia .dia_web .inner_box .title_dia {
    line-height: 16px;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 28px;
  }
  .tools_dia .dia_web .inner_box .content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
  }
  .tools_dia .dia_web .inner_box .content .img_tel {
    width: 18px;
    margin-right: 10px;
  }
  .tools_dia .dia_web .inner_box .content .img_qr {
    width: 93px;
    height: 93px;
    margin-bottom: 10px;
  }
  .tools_dia .dia_web .inner_box .content .dia_phone {
    line-height: 16px;
    font-size: 18px;
    font-family: Futura;
    font-weight: bold;
    color: #2964DC;
  }
  .tools_dia .dia_web .inner_box .call_tel {
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2964DC;
    border-radius: 10px 0px 10px 0px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 33px;
  }
}
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}
