body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
      Arial, PingFang SC-Light, Microsoft YaHei;
}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
button:active {
    opacity: 0.6;
}
.van-nav-bar__left:active,
  .van-nav-bar__right:active {
    opacity: 1;
}
[class*='van-']::after {
    border-bottom: 0;
}
.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.justify-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.justify-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.justify-evenly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.justify-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.justify-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.align-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.align-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
  
.page {
    background-color: rgba(255, 255, 255, 1);
    /* position: relative; */
    width: 100%;
    height: auto; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* background: url(../../assets/webimg/homebg.png) no-repeat center center; */
}
.box_1 {
    background-image: -webkit-gradient(
      linear,
      left top, left bottom,
      color-stop(0, rgba(0, 0, 0, 1)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 0) 100%
    );
    /* background: url(../../assets/webimg/homebg.png) no-repeat center center;  */
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../static/img/homebg.png);
    background-size: cover;
}
.head {
    width: 100%;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../static/img/homebg.png);
}
.box_2 {
    width: 1440px;
    height: 72px;
}
.box_fuwu1 {
    /* background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 0) 100%
    ); */
    /* background: url(../../assets/webimg/homebg.png) no-repeat center center;  */
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
}
.box_center {
    /* background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 0) 100%
    ); */
    background: url(../static/img/mohu_bg.png) no-repeat center center; 
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
}
.headFu{
    width: 100%;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FFFFFF;
    /* box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.04); */
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.box_fuwu2 {
    width: 1440px;
    height: 72px;
    background: #FFFFFF;
    /* box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.04);
    border-radius: 0px 0px 0px 0px;
    opacity: 1; */
}
.group_1 {
    width: 120px;
    height: 36px;
    margin: 18px 0px 0px 120px;
}
.group_writer_nav {
    width: 120px;
    height: 36px;
    margin: 18px 0px 18px 18px;
}
.box_3 {
    width: 30px;
    height: 36px;
}
.box_4 {
    width: 87px;
    height: 23px;
    margin: 7px -1px 0 4px;
}
.box_5 {
    background-color: rgba(255, 255, 255, 1);
    width: 20px;
    height: 23px;
}
.box_6 {
    background-color: rgba(255, 255, 255, 1);
    width: 19px;
    height: 23px;
    margin-left: 2px;
}
.box_7 {
    width: 21px;
    height: 23px;
    margin-left: 3px;
}
.box_8 {
    width: 21px;
    height: 23px;
    margin-left: 1px;
}
.group_2 {
    width: 700px;
    height: 40px;
    margin: 16px 120px 0 0;
}
.box_9 {
    width: 360px;
    height: 40px;
}
.text-wrapper_1 {
    border-radius: 8px;
    height: 40px;
    width: 64px;
}
.text_1 {
    width: 68px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 87, 15, 1);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: center;
    /* white-space: nowrap; */
    line-height: 24px;
    margin: 8px 0 0 16px;
    /* justify-content: center; */
    /* text-align: center; */
}
.text_b {
    width: 32px;
    height: 24px;
    overflow-wrap: break-word;
    color:  #4A4A4A;
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 8px 0 0 16px;
}
.text-wrapper_8 {
    background-color: rgba(255, 87, 15, 0.1);
    border-radius: 8px;
    height: 40px;
    margin-left: 24px;
    width: 95px;
}
.text-wrapper_2 {
    border-radius: 8px;
    height: 40px;
    margin-left: 24px;
    width: 95px;
}
.text_2 {
    width: 63px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 8px 0 0 16px;
}
.text_b {
    width: 63px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 8px 0 0 16px;
}
.text-wrapper_3 {
    background-color: rgba(255, 87, 15, 0.1);
    border-radius: 8px;
    height: 40px;
    margin-left: 24px;
    width: 95px;
}
.text_3 {
    width: 68px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 8px 0 0 16px;
}
.text_3b {
    width: 63px;
    height: 24px;
    overflow-wrap: break-word;
    color: #4A4A4A;
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 8px 0 0 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.text-wrapper_4 {
    background-color: rgba(255, 87, 15, 1);
    border-radius: 8px;
    height: 40px;
    width: 111px;
}
.text_4 {
    width: 79px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    margin: 8px 0 0 16px;
}
.box_10 {
    width: 1200px;
    height: 458px;
    margin: 211px 0 283px 120px;
}
.box_11 {
    width: 560px;
    height: 458px;
}
.group_3 {
    height: 258px;
    width: 560px;
}
.block_1 {
    width: 560px;
    height: 256px;
}
.text-group_1 {
    width: 560px;
    height: 256px;
}
.text_5 {
    width: 441px;
    height: 88px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 64px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 64px;
}
.text_6 {
    width: 560px;
    height: 120px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: Alibaba PuHuiTi-Regular;
    text-align: justified;
    line-height: 30px;
    margin-top: 48px;
}
.group_4 {
    width: 552px;
    height: 80px;
    margin-top: 120px;
}
.group {
    width: 552px;
    height: 80px;
    margin-top: 120px;
    margin-bottom: 110px;
}
.block_2 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 80px;
    width: 240px;
}
.block_3 {
    width: 182px;
    height: 48px;
    margin: 16px 0 0 28px;
}
.image-text_1 {
    width: 182px;
    height: 48px;
}
.box_12 {
    width: 48px;
    height: 48px;
}
.text-group_2 {
    width: 118px;
    height: 27px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin-top: 11px;
}
.block_4 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 80px;
    width: 240px;
}
.box_13 {
    width: 175px;
    height: 48px;
    margin: 16px 0 0 31px;
}
.image-text_2 {
    width: 175px;
    height: 48px;
}
.group_5 {
    width: 48px;
    height: 48px;
}
.text-group_3 {
    width: 111px;
    height: 27px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin-top: 11px;
}
.box_14 {
    height: 160px;
    margin-top: 158px;
    width: 160px;
}
.box_15 {
    height: 160px;
    width: 160px;
}
.bottom {
    /* bottom: 0; */
     /* left: 0%;
    right: 0%;
    top: 0%;  */
  
    width: 100%;
    height: 384px;
   
    background: #1D2130;
}
.box_69 {
    width: 1170px;
    height: 252px;
    margin: 66px 0 0 0;
}
.image_8 {
    width: 200px;
    height: 200px;
    margin-left: 45px;
}
.image_7 {
    width: 120px;
    height: 120px;
    margin-left: 85px;
}
.text_div {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAAA4CAYAAABZhPX/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADGSURBVHgB7dRREQAQAEAx1HEngf61iPF+thCb+9w3AEJrAMREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOREBOQ+bSgCBMSnr8QAAAAASUVORK5CYII=)
    100% no-repeat;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px;
}
.text_56 {
 
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-family: Alibaba PuHuiTi-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 50px;
  margin: 16px 16px 16px 16px;
}
.text_54 {
    width: 246px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
}
.text_55 {
    width: 163px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    margin: 8px 0 0 42px;
}
.text-wrapper_f {
    background-color: rgba(255, 87, 15, 0.1);
    border-radius: 8px;
    height: 40px;
    margin-left: 24px;
    width: 95px;
}
.text_b {
    /* width: 379px;
height: 81px; */

font-family: 'Alibaba PuHuiTi';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 150%;
/* or 27px */


/* White */

color: #FFFFFF;

opacity: 0.5;

/* Inside auto layout */

-webkit-box-flex: 0;

    -ms-flex: none;

        flex: none;
-webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
        order: 3;
-ms-flex-positive: 0;
    flex-grow: 0;
}
.text_h2 {
    font-family: 'Alibaba PuHuiTi';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */


    /* White */

    color: #FFFFFF;

    opacity: 0.5;

    /* Inside auto layout */

    -webkit-box-flex: 0;

        -ms-flex: none;

            flex: none;

    -ms-flex-positive: 0;

        flex-grow: 0;
}
.text_h{
        /* width: 378px;
    height: 36px; */

    font-family: 'Alibaba PuHuiTi';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    /* identical to box height, or 36px */


    /* #FFFFFF */

    color: #FFFFFF;


    /* Inside auto layout */

    -webkit-box-flex: 0;

        -ms-flex: none;

            flex: none;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
}
.box_h {
   
    left: 0%;
    right: 0%;
    top: 77.78%;
    bottom: 0%;
    
    background: #2B2E3C;
}
.text_w{
    /* position: absolute; */
/* left: 0%;
right: 0%;
top: 28.73%;
bottom: 61.76%; */

font-family: 'Alibaba PuHuiTi';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 110%;
/* identical to box height, or 53px */

/* text-align: center; */

/* 字主色 */

color: #4A4A4A;
}
.text_f{
  /* position: absolute; */
/* left: 0%;
right: 0%;
top: 28.73%;
bottom: 61.76%; */

font-family: 'Alibaba PuHuiTi';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 110%;
/* identical to box height, or 53px */

text-align: center;

/* 字主色 */

color: #4A4A4A;
}
.text-wrapper_t {
    margin-top: 160px;
    border-radius: 0px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.text_t {
    width: 906px;
    height: 141px;
    overflow-wrap: break-word;
    color: #4A4A4A;
    font-size: 128px;
    font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    line-height: 141px;
    /* margin: 8px 0 0 16px; */
}
.groupbtn {
    margin-top: -91px;
    /* background: url(../../assets/webimg/btn1.png); */
    /* background-image: url(https://insurancecard.zijiapuzi.com/20221102163758b5b283c74cd347ce8973d7f8cca6a17e.png); */
    width: 585px;
    height: 91px;
    background-size: cover;
}
.groupbtnMg {
    margin-top: 70px;
    /* background: url(../../assets/webimg/btn1.png); */
    width: 585px;
    height: 91px;
    -o-object-fit: fit;
       object-fit: fit;
}
.btnlist {
    /* background-color: rgba(255, 87, 15, 1); */
    border-radius: 8px;
    width: 195px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fuwu_img {
    margin-top: 80px;
    /* background: url(../../assets/webimg/btn1.png); */
    width: 1200px;
    height: 448px;
    margin-bottom: 80px;
    -o-object-fit: fit;
       object-fit: fit;
}
.content_img {
    margin-top: 80px;
    /* background: url(../../assets/webimg/btn1.png); */
    width: 1200px;
    height: auto;
    margin-bottom: 80px;
    -o-object-fit: fit;
       object-fit: fit;
}
.text_zx {
    overflow-wrap: break-word;
    color: rgba(158, 170, 190, 1);
    font-size: 32px;
    letter-spacing: 4px;
    font-family: Alibaba PuHuiTi-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 173px;
}
.text_red {
    overflow-wrap: break-word;
    color: rgba(255, 87, 15, 1);
    font-size: 32px;
    letter-spacing: 4px;
    font-family: Alibaba PuHuiTi-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 173px;
}
.box_about {
    -ms-flex-wrap: wrap ;
        flex-wrap: wrap ;
    width: 1200px;
    height: auto;
    color: rgba(158, 170, 190, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
}
.box_page {
    width: 1200px;
    height: auto;
    -ms-flex-wrap: wrap ;
        flex-wrap: wrap ;
    color: rgba(158, 170, 190, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.box_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
}
.text_item {
    overflow-wrap: break-word;
    color: rgba(158, 170, 190, 1);
    font-size: 32px;
    letter-spacing: 4px;
    font-family: Alibaba PuHuiTi-Regular;
    text-align: center;
    white-space: nowrap;
     margin-top: 22px;
    line-height: 55px;
     margin-bottom: 50px;
}
.text_sbmit {
    width: 216px;
    height: 80px;
    background: #F7F7F9;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 1px solid #F4F4F4;
}
.subnav{
  display: block;
  background-color: #2370b7;
  margin: 0 0 0 0;
  width: 100%;
  height: 35px;
  position: fixed;
  z-index: 999;
}

  
.label_1 {
    width: 40px;
    height: 40px;
    margin: 20px 24px 0 16px;
    border-radius: 20px;
}
.navtext_1 { 
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(74, 74, 74, 1);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 28px 0 0 28px;
}
.navtext_2 {
    /* width: 72px; */
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(74, 74, 74, 1);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    text-align: right;
    white-space: nowrap;
    line-height: 24px;
    margin: 28px 0 0 40px;
}
.text_tex {
    /* width: 32px; */
    height: 24px; 
    overflow-wrap: break-word;
    color: rgba(74, 74, 74, 1);
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.text-wrapper_list {
    width: 464px;
    height: 24px;
    margin: 24px 0 0 32px;
}
.text_title {
    width: 79px;
    height: 30px;
    overflow-wrap: break-word;
    color: rgba(74, 74, 74, 1);
    font-size: 20px;
    font-family: Alibaba PuHuiTi-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
    margin: 24px 0 0 32px;
}
.block_tex {
    width: 1088px;
    height: 32px;
    margin: 24px 0 0 32px;
}
.text-wrapper_ed {
    background-color: rgba(255, 255, 255, 1);
    height: 32px;
    border: 1px solid rgba(255, 87, 15, 1);
    margin-left: 16px;
}
.text_Y {
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 87, 15, 1);
    font-size: 12px;
    font-family: PingFang SC-Regular;
    line-height: 22px;
    margin: 5px 16px 0 16px;
}
.text-wrapper_defalt {
    background-color: rgba(255, 255, 255, 1);
    height: 32px;
    border: 1px solid rgba(242, 242, 247, 1);
    margin-left: 16px;
}
.text_G {
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(174, 174, 178, 1);
    font-size: 12px;
    font-family: PingFang SC-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin: 5px 16px 0 16px;
}
.group_time {
    
    height: 32px;
    border: 1px solid rgba(229, 229, 234, 1);
    margin-left: 100px;
}
.group_key {
    margin-left: 32px;
    height: 32px;
    border: 1px solid rgba(229, 229, 234, 1);
}
.text-wrapper_search {
    background-color: rgba(229, 229, 234, 1);
    height: 32px;
    width: 96px;
    margin-right: 16px;
}
.text_search{
    width: 56px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(74, 74, 74, 1);
    font-size: 14px;
    font-family: Alibaba PuHuiTi-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    margin: 7px 0 0 20px;
}
.text_numcount { 
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(158, 170, 190, 1);
    font-size: 14px;
    font-family: Alibaba PuHuiTi-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin: 16px 0 0 px;
}
.image_line {
    width: 1096px;
    height: 1px;
    margin: 8px 0 0 32px;
    width: 1096px;
    background: #F4F4F4;
    border-radius: 0px 0px 0px 0px;
}
.block_page{
    margin-left: 450px;
    margin-right: 24px;
    margin-bottom: 24px;
    /* background-color: aquamarine; */
}
  
