@media screen and (min-width: 320px) and (max-width: 960px) {
    .new_box .new_box_con {
        height: unset;
        overflow-y: unset;
    }
  .header,
  .banner,
  .aboutus > img.pc {
    display: none;
  }
  .login {
    margin-top: 2rem;
  }
  .register_box {
    position: fixed;
    width: 96%;
    height: auto;
    left: 2%;
    top: 15%;
    z-index: 99999;
    background: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    display: block;
    text-align: center;
    border-radius: 5px;
  }
  .top_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 0.8rem;
    background: #eaeef1;
    line-height: 0.8rem;
    z-index: 999;
  }
  .top_nav2 {
    display: block;
  }
  .top_left {
    width: 25%;
    display: none;
  }
  .top_right {
    position: absolute;
    right: 0;
    top: 0;
  }
  .phoneheader {
    padding: 0 0.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    display: block;
    position: relative;   
    top: 0.8rem;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    background-size: 100% 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
  .phoneheader .fr {
    position: absolute;
    right: 0.3rem;
  }
  .phoneheader .fl img {
    height: 0.7rem;
    width: auto;
    margin-top: 0rem;
  }
  .phoneheader .fr span {
    font-size: 0.5rem;
    margin: 0 0.1rem;
    color: #333;
  }
  .phoneheader .fr img {
    width: 0.5rem;
    margin-left: 0.2rem;
  }
  .phoneheader.active {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  }
  .mobile-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99999;
  }

  .mobile_nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 70%;
    height: 100%;
    background: #fff;
    padding: 0 0.12rem;
    overflow-y: scroll;
  }

  .mobile_nav .top {
    padding: 20px 0 35px;
  }

  .mobile_nav form {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    margin-right: 30px;
    display: flex;
    margin: 20px auto;
  }

  .mobile_nav form button {
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: url(../images/ph_search_03.png) no-repeat center center;
  }

  .mobile_nav form input {
    width: 160px;
    padding-left: 10px;
  }

  .mobile_nav .top img {
    width: 130px;
    display: block;
    margin: 0 auto;
  }

  .mobile-container li {
    line-height: 0.8rem;
    text-align: left;
    padding-left: 0.3rem;
  }

  .mobile-container .sub li {
    padding-left: 0.1rem;
  }

  .mobile-container li div.sub,
  .mobile-container li div.three {
    display: none;
  }

  .mobile-container li a {
    font-size: 0.3rem;
    padding-right: 1rem;
  }

  .mobile_nav > ul > li {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
  }

  .mobile_nav > ul > li:nth-of-type(2),
  .mobile_nav > ul > li:nth-of-type(4) {
    background: url(../images/xl.png) no-repeat right 10px top 0.4rem;
  }

  .mobile-container li div.sub li a {
    font-size: 0.26rem !important;
    line-height: 0.3rem;
    padding-right: 0rem;
  }

  .phonebanner {
    display: block;
    margin-top: 0.2rem;
    position: relative;
  }

  .phonebanner img {
    width: 100%;
  }
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
  .banner {
    display: none;
  }
  .phone_banner {
    display: block;
    margin-top: 0.8rem;
  }
  .phone_banner img {
    max-width: 100%;
  }
  .phone_banner .swiper-pagination {
    position: absolute;
    bottom: 0.3rem;
  }
  .phone_banner .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #ffffff;
    margin: 0 4px;
    border-radius: 50%;
    opacity: 0.5;
  }
  .phone_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
  }

  /*minnav*/
  .minnav {
    margin: 0 auto;
    margin-top: 0.2rem;
  }
  .minnav ul {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .minnav ul li {
    text-align: center;
    display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-right: 1%;
    height: auto;
    margin-bottom: 0.15rem;
    padding-bottom: 0.2rem;
  }
  .minnav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .minnav ul li img {
    display: block;
    margin: 0 auto;
    max-width: 40%;
    margin-top: 0.25rem;
  }
  .minnav ul li span {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.48rem;
    margin-top: 0.16rem;
  }
  .new_box .new_box_tt a.new_box_more {
    position: absolute;
    top: 0.25rem;
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
  }

  .titles {
    margin-bottom: 0.5rem;
  }
  .titles h2 {
    font-size: 0.36rem;
  }
  .titles h2 a {
    line-height: 0.4rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
  }
  .titles h2 a em {
    font-size: 0.18rem;
    padding-right: 0.08rem;
  }
  .titles h2 a.new_more {
    font-size: 0.18rem;
    line-height: 0.4rem;
    margin-top: 0.04rem;
  }

  .footer .footer_logo {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .footer .footer_logo img {
    max-width: 65%;
  }
  .footer .footer_logo .header_tell span {
    padding-right: 0.28rem;
    font-size: 0.24rem;
  }
  .footer .footer_logo .header_tell a {
    font-size: 0.28rem;
    font-family: SimHei;
    font-weight: 400;
    color: #e6e6e6;
  }
  .footer .footer_logo .header_tell {
    background: url(../images/heng3_07.png) no-repeat 15.5% center;
  }
  .footer .footer_logo .ft_add p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7c8187;
    width: 100%;
    display: flex;
    line-height: 0.4rem;
  }
  .footer .footer_logo .ft_add p img {
    display: inline-block;
    vertical-align: top;
    width: 0.28rem;
    height: 0.28rem;
    margin-top: 0.05rem;
  }
  .footer .wechat {
    width: auto;
    position: absolute;
    right: 0;
    bottom: -0.8rem;
  }
  .footer .wechat .wechat_img {
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: auto;
    text-align: center;
    margin-right: 5%;
  }
  .footer .wechat .wechat_img img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .footer .footer_ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0%;
    margin-top: 0rem;
    text-align: right;
    margin-top: 1rem;
  }
  .footer .footer_ul ul li h3 {
    font-size: 0.26rem;
  }
  .footer .footer_ul ul li {
    line-height: 0.4rem;
    text-align: center;
  }
  .footer .footer_ul ul li a {
    font-size: 0.24rem;
  }
  .copy a {
    color: #ffffff;
  }

  .copy a:hover {
    color: #044fa1;
  }
  .phone_banner {
    display: block;
  }
  .phone_banner img {
    display: block;
  }

  #top {
    position: fixed;
    bottom: 0.1rem;
    right: 0.1rem;
    width: 0.8rem;
    height: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    cursor: pointer;
  }
  .new_box ul li a {
    width: 75%;
  }
  .new_box .new_box_tt ul li {
    font-size: 0.28rem;
  }
  .new_box ul li {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .new_box ul li a， .new_box ul li span {
    font-size: 0.24rem;
  }

  .login_box h1,
  .register_box h1 {
    color: #333;
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .register_box .register_box_txt span {
    font-size: 0.24rem;
  }
  .submenus {
    background: none;
  }

  .submenus h5 {
    position: relative;
    margin: 0 auto;
    height: 1.2rem;
    width: 3rem;
  }
  .submenus h5 span {
    padding-top: 0.2rem;
    font-size: 0.32rem;
  }
  .submenus h5 em {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .submenus_a {
    margin-left: 2.4rem;
  }
  .submenus_a a {
    font-size: 0.2rem;
  }

  .index_news ul.new_top {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .index_news ul.new_top li {
    float: none;
    width: 100%;
    margin: 0 auto;
    height: 7rem;
    margin-bottom: 0.35rem;
  }
  .index_news ul.new_top li:hover {
    height: 7rem;
  }
  .index_news ul.new_top li:hover p.time {
    color: #ffffff;
    margin-top: 0rem;
    padding-top: 1rem;
  }
  .index_news ul.new_top li p.time {
    font-size: 0.28rem;
  }
  .index_news ul.new_top li p i {
    font-size: 0.24rem;
  }

  .index_news ul.news_list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-left: 0rem;
    margin-top: 0.5rem;
  }
  .index_news ul.news_list > li {
    width: 100%;
    height: 2.2rem;
  }
  .index_news ul.news_list > li .new_time {
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 2.2rem;
  }
  .index_news ul.news_list > li .new_pp {
    display: inline-block;
    vertical-align: middle;
    height: 2rem;
    width: 52%;
    margin-left: 0.2rem;
  }
  .index_news ul.news_list > li .new_pp h4 {
    font-size: 0.28rem;
    height: 0.6rem;
  }
  .index_news ul.news_list > li .new_pp p {
    font-size: 0.24rem;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
  }
  .index_news ul.news_list > li .new_more2,
  .xy_box2 ul.news_list > li .new_more2 {
    position: absolute;
    left: 45%;
    bottom: 0.2rem;
    width: 0.6rem;
    height: 0.2rem;
    cursor: pointer;
  }
  .index_news {
    background-size: cover;
    margin: 0.3rem 0 0.5rem 0;
  }
  .new_box {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0%;
  }
  .hz_box ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .hz_box li {
    /* width: 48%; */
    justify-content: center;
  }

  /*内页*/
  .con {
    padding-bottom: 1.36rem;
  }
  h2.con_title {
    font-size: 0.4rem;
    line-height: 0.4rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .kw_con .fl {
    width: 100%;
    position: relative;
    padding-bottom: 0.3rem;
    border: none;
    margin-top: 0.25rem;
  }

  .kw_con .fl .postLists {
    line-height: 0.5rem;
    cursor: pointer;
  }
  .kw_con .fl .postLists li {
    width: 100%;
    font-weight: normal;
    line-height: 0.6rem;
    margin: 0 auto;
    margin-bottom: 0.05rem;
  }
  .kw_con .fl .postLists .abstract {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .kw_con .fl .postLists .abstract span {
    font-size: 0.24rem;
  }

  .kw_con .fl ul {
    margin-top: -0.2rem;
    display: flex;
    justify-content: center;
  }
  .kw_con .fr {
    width: 100%;
  }

  .kw_con .fr h5 {
    font-size: 0.28rem;
  }

  .kw_con .kw_con_box ul.news_list > li .new_pp,
  .xy_box2 ul.news_list > li .new_pp {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 88%;
    margin-left: 0;
  }
  .kw_con .kw_con_box ul.news_list > li .new_pp h4,
  .xy_box2 ul.news_list > li .new_pp h4 {
    font-size: 0.24rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .kw_con .kw_con_box ul.news_list > li .new_pp p,
  .xy_box2 ul.news_list > li .new_pp p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.36rem;
    height: 0.72rem;
    overflow: hidden;
  }
  .kw_con .kw_con_box ul.news_list > li .new_more2 {
    width: auto;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.5rem;
    cursor: pointer;
  }
  .kw_con_box .new_box_list ul li {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.08rem;
  }
  .kw_con_box .new_box_list ul li a {
    width: 80%;
    font-size: 0.24rem;
  }
  .contact_box h6 {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
  }
  .kw_con .kw_con_box .border_top ul.news_list li .download_btn span {
    display: block;
    width: 1.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.12rem;
    background: #c21829;
  }

  .kw_con .kw_con_box .border_top ul.news_list li .download_btn div.erwm_img {
    position: absolute;
    z-index: 2;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    width: 1.4rem;
    height: 1.4rem;
    display: none;
  }

  .contact_box p {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    color: #666;
    line-height: 0.36rem;
  }
  .kw_con .fl ul {
    margin-top: -0.2rem;
    display: block;
    justify-content: center;
  }
  .kw_con .fl .postLists li {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    margin-right: 1%;
  }
  .kw_con .fl .postLists li:nth-of-type(3n) {
    margin-right: 0;
  }
  .kw_con .fl .postLists li.active .abstract {
    background: #e5e5e5;
    color: #c21829;
    border-left: none;
  }
  .kw_con .fl .postLists .abstract span {
    font-size: 0.16rem;
    font-family: "OpenSans-Bold";
    font-weight: normal;
    vertical-align: middle;
    color: #666;
    margin-left: 18px;
    display: inline-block;
  }
  .kw_con .fl .postLists .abstract i.icon {
    float: right;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
    background: url(../images/product_10.png) no-repeat;
  }
  .kw_con .fl .postLists .detailText a {
    display: block;
    height: auto;
    padding-left: 0.25rem;
    line-height: 0.4rem;
  }
  .kw_con .fl .postLists .detailText {
    padding-bottom: 0.2rem;
    display: none;
    box-sizing: border-box;
    margin-top: 0;
    background: #f7f7f7;
  }
  .kw_con .kw_con_box .prt_rd h6 {
    width: 100px;
    height: 0.6rem;
    border-bottom: none;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    line-height: 0.6rem;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: -1px;
    cursor: pointer;
  }

  /*分页*/

  .page {
    margin-top: 0.3rem;
    text-align: center;
    height: auto;
  }

  .page a {
    width: 0.5rem;
    height: 0.5rem;

    line-height: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.1rem;
    font-size: 0.2rem;

    margin-bottom: 0.2rem;
  }

  .page input {
    display: none;
  }
  .page span {
    display: none;
  }
  .kw_con .fl ul li span {
    font-size: 0.24rem;
  }

  /*详情*/
  .details {
    margin-top: 0rem;
  }
  .details p.font1 {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 0.6rem;
    margin-top: 0.5rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }

  .details p.font2 {
    text-align: center;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
    padding-left: 0.2rem;
  }

  .details p.font2 i {
    display: inline-block;
    vertical-align: middle;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.06rem;
    background: url(../images/newdel_03.png) no-repeat center;
  }

  .details p.font2 span {
    display: inline-block;
    vertical-align: middle;
  }

  .details .content {
    padding: 0.3rem 0 0.5rem;
  }

  .details .content p {
    font-size: 0.24rem;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #333333;
    line-height: 0.48rem;
    text-indent: 2em;
  }

  .details .content img {
    display: block;
    margin: 0.2rem auto;
    max-width: 100%;
  }

  .chapter {
    border-top: 1px solid #666;
    display: block;
    justify-content: space-between;
    line-height: 0.48rem;
    padding-top: 0.24rem;
  }

  .chapter a {
    display: block;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
  }
  .chapter a:hover {
    color: rgba(4, 79, 161, 1);
  }

  .submenus {
    width: 100%;
    background: #f3f1f1;
    text-align: left;
    height: 0.81rem;
    line-height: 0.81rem;
    position: relative;
  }

  .submenus .wrap {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    height: 0.81rem;
    line-height: 0.81rem;
    overflow-x: scroll;
    width: 150%;
  }

  .submenus_a {
    margin-left: 0;
    display: flex;
    width: 135%;
    overflow-x: scroll;
  }

  .submenus_a a {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
    padding: 0 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: block;
    margin-right: 0rem;
  }

  .submenus_a a:hover {
    color: #ffffff;
    background: #c21829;
  }

  .submenus_a a.active {
    color: #ffffff;
    background: #c21829;
  }

  .submenus .wrap h2 {
    position: absolute;
    top: 0;
    right: 0;
  }

  .submenus .wrap h2 span {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }

  .submenus .wrap h2 a {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }
  .submenus .wrap h2.socll {
    display: none;
  }

  .copy {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: auto;
    padding: 0.4rem 0;
  }

  .copy p {
    font-size: 0.2rem;
  }

  .copy a {
    font-size: 0.2rem;
  }

  .login_box {
    position: absolute;
    width: 94%;
    height: auto;
    right: 3%;
    top: 1.5rem;
    z-index: 2;
  }

  .kw_con .fl h2 {
    display: none;
  }
  .kw_con_box .download_list ul li a {
    width: 65%;
  }
  .statement {
    width: 94%;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 0.4rem 0.25rem;
    margin: 0.5rem auto;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
  }
  .statement h2 {
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.2rem;
  }
  .statement p {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
  }
  .sm_box .sm_btn span,
  .statement .sm_btn span {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    height: 0.6rem;
    background: #bfbfbf;
    line-height: 0.6rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border-radius: 3px;
    margin-right: 0.2rem;
    cursor: pointer;
  }
  .bill h4 {
    font-size: 0.28rem;
  }
  .bill h3 {
    font-size: 0.3rem;
  }
  .bill .bill_con_list h6 {
    font-size: 0.28rem;
  }
  .bill .bill_con_list h6 span {
    display: block;
    float: none;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.2rem;
  }
  .bill .bill_con_list {
    padding: 0.2rem 0.2rem;
  }
  .bill .bill_con_list ul {
    display: block;
    background: #f7f7f7;
    padding: 0.2rem 0;
    justify-content: space-between;
  }
  .bill .bill_con_list ul li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.2rem;
  }
  .bill .bill_con_list ul li:nth-of-type(2n) {
    border: none;
  }
  .bill .bill_con_list ul li p {
    font-size: 0.24rem;
    color: #333333;
  }
  .bill .bill_con_list ul li:last-of-type {
    width: 100%;
  }
  .bill .bill_con_list ul li a {
    display: block;
    margin: 0 0;
    width: 1.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #ffffff;
    text-align: center;
    background: #c21829;
    margin-left: 0.2rem;
  }
  .soundCode h3 {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 0.36rem;
    margin-bottom: 0.15rem;
  }
  .table_box {
  }
  .soundCode2_box,
  .table_box {
    width: 100%;
    overflow-x: scroll;
  }

  .soundCode2 table,
  .soundCode table {
    border: 1px solid #d2d2d2;
    outline: none;
    width: 180%;
    overflow-x: scroll;
  }
  .soundCode2 table tr,
  .soundCode table tr {
    border: 1px solid #d2d2d2;
    height: auto;
    line-height: 0.6rem;
    text-align: center;
  }
  .xgzj_txt p {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.36rem;
  }
  .sm_box p {
    width: 80%;
    color: #333;
    line-height: 0.36rem;
    font-size: 0.24rem;
    margin-bottom: 0.24rem;
  }
  .contact_form > p {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #c21829;
    margin-bottom: 0.3rem;
  }
  .contact_form ul li > span {
    vertical-align: middle;
    width: 1.2rem;
    display: inline-block;
    text-align: right;
  }
  .contact_form ul li > span {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }
  .contact_form ul li input,
  textarea {
    font-size: 0.22rem;
    height: 0.6rem;
  }
  .contact_form .yzm input {
    width: 3.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #ffffff;
    border: 1px solid #d2d2d2;
  }
  .contact_form .yzm em {
    width: 1.65rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.16rem;
    display: inline-block;
    background: #22ac38;
    color: #ffffff;
    cursor: pointer;
  }
  .wby {
    width: 4.9rem;
    height: 2rem;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
  }
  .contact_btn button {
    width: 3.2rem;
    height: 0.6rem;
    background: #c21829;
    line-height: 0.6rem;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #ffffff;
    margin-bottom: 0.15rem;
  }
  .contact_btn {
    margin: 0 auto;
    margin-top: 0.5rem;
    text-align: center;
  }
  .qqwt_box .qqwt_box_title h4 {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
  }
  .qqwt_box_title_list {
    margin-top: 0.3rem;
  }
  .qqwt_box .qqwt_box_title .qqwt_box_title_con ul,
  .qqwt_box .qqwt_box_title .qqwt_box_title_list ul {
    display: block;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0.2rem;
  }
  .qqwt_box .qqwt_box_title .qqwt_box_title_con ul li {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .qqwt_box_title .qqwt_box_title_list ul li {
    margin-bottom: 0.1rem;
  }
  .qqwt_box .qqwt_box_title .qqwt_box_title_con ul li span,
  .qqwt_box .qqwt_box_title .qqwt_box_title_list ul li p {
    font-size: 0.24rem;
    color: #333333;
  }
  .soundCode2_tt ul li {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.5rem;
    margin-right: 0.3rem;
    cursor: pointer;
  }

  .soundCode table tr td.qx_btn a {
    display: block;
    width: 1.2rem;
    height: 0.5rem;
    background: #c21829;
    line-height: 0.5rem;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
  }
}
