header {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  }
  .theam_top_mv {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .header_content {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  html {
    font-family: MicrosoftYaHei;
  }
  .theam_top {
    height: 76px;
    background: #f92764;
    width: 100%;
    position: relative;
  }
  .theam_top_mv {
    top: -76px;
  }
  .theam_top .theam_box {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .theam_top .theam_box h2 {
    color: #fff;
    line-height: 76px;
  }
  .theam_top:hover .theam_box h2 {
    color: #6e001f;
  }
  .theam_top .theam_box img {
    max-height: 60px;
  }
  .theam_top .theam_box h2 {
    text-indent: 20px;
    font-size: 15px;
    font-weight: normal;
    opacity: 0.7;
    color: #fff;
    font-weight: normal;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .headerT {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #eee;
    z-index: 5;
    position: relative;
  }
  .header-box {
    height: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-box .nav-box {
    display: flex;
  }
  .header-box .nav-box li {
    margin-right: 20px;
  }
  
  .header-box .nav-box li a {
    color: #303133;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    font-weight: 400;
    line-height: 50px;
    position: relative;
  }
  .header-box .nav-box li:hover a,
  .header-box .nav-box li.active a {
    color: #f92764;
  }
  
  .header-box .nav-box li a::before {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background: #f92764;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: width 0.3s;
  }
  .header-box .nav-box li.active a::before,
  .header-box .nav-box li:hover a::before {
    width: 60%;
    color: #f92764;
  }
  
  .header-box .lang-box {
    display: flex;
  }
  .header-box .lang-box li {
    padding: 0 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    opacity: 0.4;
    position: relative;
    cursor: pointer;
  }
  .header-box .lang-box li::after {
    display: block;
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-box .lang-box li:last-child::after {
    display: none;
  }
  .header-box .search {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .header-box .search a{
    display: inline-block;
    border:1px solid #f92764;
    background-color: #f92764;
    padding:0.06rem 0.1rem;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .header-box .search a:hover{
    border:1px solid #bb073a;
    background-color: #bb073a;
  }

  .header-box .menber_login_register {
    display: flex;
    align-items: center;
    color: #999;
    height: 100%;
    position: relative;
    padding: 5px 0;
  }
  
  .header-box .menber_login_register .login_regis {
    display: block;
  }
  .header-box .menber_login_register .per_img {
    display: none;
    display: block;
  }
  .header-box .menber_login_register span a,
  .header-box .menber_login_register .login_regis > a {
    margin: 0 5px;
    font-size: 14px;
    color: #666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .header-box .menber_login_register a:hover {
    color: #f92764;
  }
  .header-box .menber_login_register img {
    width: auto;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
  }
  .header-box .menber_login_register span {
    margin-right: 10px;
  }
  .header-box .menber_login_register i a {
    color: #f92764;
    font-weight: bold;
    margin-right: 0px;
  }
  .header-box .person_man {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header-box .person_man .per_menu {
    position: absolute;
    top: 50px;
    background: #f8f8f8;
    border-top: 2px solid #f92764;
    display: none;
    z-index: 4;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    padding-bottom: 10px;
  }
  .header-box .person_man .per_menu a span {
    margin-right: 4px;
  }
  .header-box .person_man .per_menu a {
    display: block;
    color: #333;
    min-width: 110px;
    text-align: center;
    padding: 10px auto;
    padding: 2px 0;
    color: #666;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
  }
  .header-box .person_man .per_menu a:hover {
    color: #f92764;
  }
  .contactList{
    max-width: 1100px;
    margin:0 auto;
    margin-top: 30px;
  }
  .contactList .goHome{
    display: none;
  }
  .contactList ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contactList ul li{
    max-width: 200px;
    text-align: center;
    margin-right: 20px;
  }
  .contactList ul li img{
    max-width: 100%;
  }
  .contactList ul li p{
    font-size: 16px;
    margin-top: 10px;
  }
  .content .ziyuanAss{
    text-align: left;
  }
  .ziyuanAss .assTitle{
    font-size: 0.18rem;
    font-weight: bold;
    width: 96%;
    margin:0 auto;
    margin-top: 0.2rem;
  }  
  .ziyuanAss .assCommit{
    width: 96%;
    margin:0 auto;
    margin-top: 0.2rem;
    text-align: right;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #eee;
  }
  .ziyuanAss .assCommit textarea{
    width: 100%;
    min-height: 1rem;
    border-radius: 0.06rem;
    outline: none;
    text-indent: 0.1rem;
    padding-top: 0.06rem;
    font-size: 0.14rem;
    border:1px solid #999;
    color: #333;
  }
  .ziyuanAss .assCommit textarea:focus{
    border:1px solid #f92764;
  }
  .ziyuanAss .assCommit button{
    font-size: 0.14rem;
    padding:0.06rem 0.08rem;
    border:1px solid #f92764;
    border-radius: 0.06rem;
    margin-top: 0.1rem;
    background-color: #fce0e7;
    color: #333;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .ziyuanAss .assCommit button:hover{
    background-color: #f92764;
    color: #fff;
  }
  .ziyuanAss .replyTitle{
    font-size: 0.18rem;
    font-weight: bold;
    width: 96%;
    margin: 0 auto;
    margin-top: 0.2rem;
  }
  .ziyuanAss .repleyList{
    width: 96%;
    margin:0 auto;
    border: 1px solid #eee;
    margin-top: 0.1rem;
    border-radius: 0.1rem;
    padding-bottom: 0.2rem;
  }
  .ziyuanAss .repleyList ul{
    width: 100%;
    margin-top: 0.1rem;
  }
  .ziyuanAss .repleyList li{
    font-size: 0.14rem;
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0.1rem;
    border: 1px solid #eee;
    border-radius: 0.08rem;
    padding: 0.1rem;
  }
  .ziyuanAss .repleyList li img{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  .ziyuanAss .repleyList li .listInfo{
    width: 94%;
  }
  .ziyuanAss .repleyList li .listInfo .title{
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ziyuanAss .repleyList li .listInfo .title .titleTime{
    color: #999;
  }
  .ziyuanAss .repleyList li .listInfo .resContent{
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
  }
  .ziyuanAss .repleyList li .listInfo .assRes{
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .ziyuanAss .repleyList li .listInfo .assRes div span{
    margin-right: 0.2rem;
  }
  .ziyuanAss .repleyList li .listInfo .assRes a{
    font-size: 0.14rem;
    color: #f92764;
    margin-right: 0.2rem;
  }
  .btnCommit{
    margin-top: 0.2rem;
  }
  .btnCommit button{
    font-size: 0.14rem;
    font-weight: bold;
    padding:0.06rem 0.08rem;
    border:1px solid #999;
    border-radius: 0.04rem;
    color: #999;
  }
  .ziyuanFankui{
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.2rem;
  }
  .ziyuanFankui .sele{
    width: 1.4rem;
  }
  .ziyuanFankui .ziCommit{
    font-size: 0.12rem;
    padding:0.06rem 0.06rem;
    border:1px solid #f92764;
    background-color: #f92764;
    border-radius: 0.04rem;
    color: #fff;
    cursor: pointer;
    margin-left: 0.1rem;
  }
  @media screen and (max-width: 750px) {
    .header_content{
      display: none;
    }
    .contactList .goHome{
      display: inline-block;
      border: 1px solid #f92764;
      background-color: #f92764;
      color: #fff;
      padding:0.08rem 0.16rem;
      border-radius: 0.1rem;
      font-size: 0.32rem;
    }
    .contactList ul{
      margin-top: 0.5rem;
      width: 100%;
      display: block;
      text-align: center;
    }
    .contactList ul li{
      max-width:40%;
      margin:0 auto;
    }
    .contactList ul li img{
      max-width: 100%;
    }
    .contactList ul li p{
      font-size: 0.32rem;
      margin-top: 0.2rem;
    }
    /* ------------------ */
    .btnCommit{
      margin-top: 0.4rem;
    }
    .btnCommit button{
      font-size: 0.28rem;
      padding:0.1rem 0.2rem;
    }
    .ziyuanFankui{
      margin-top: 0.2rem;
    }
    .ziyuanFankui .sele{
      width: 3rem;
    }
    .ziyuanFankui .ziCommit{
      font-size: 0.24rem;
      padding: 0.1rem 0.2rem;
    }
    .ziyuanAss .assTitle{
      font-size: 0.36rem;
      text-align: left;
    }  
    .ziyuanAss .assCommit{
      font-size: 0.24rem;
    }
     .ziyuanAss .assCommit textarea{
      min-height: 2rem;
      text-indent: 0.2rem;
      padding-top: 0.2rem;
      font-size: 0.28rem;
    }
    .ziyuanAss .assCommit button{
      font-size: 0.28rem;
      padding:0.06rem 0.1rem;
    }
   .ziyuanAss .replyTitle{
      font-size: 0.36rem;
    }
    .ziyuanAss .repleyList{
      margin-top: 0.2rem;
    }
    .ziyuanAss .repleyList ul{
      margin-top: 0.2rem;
    }
    .ziyuanAss .repleyList li{
      font-size: 0.28rem;
    }
    .ziyuanAss .repleyList li img{
      width: 0.6rem;
      height: 0.6rem;
    }
    .ziyuanAss .repleyList li .listInfo{
      width: 90%;
    }
    .ziyuanAss .repleyList li .listInfo .title{
      font-size: 0.28rem;
    }
    .ziyuanAss .repleyList li .listInfo .resContent{
      font-size: 0.32rem;
      line-height: 0.32rem;
      margin-top: 0.2rem;
    }
    .ziyuanAss .repleyList li .listInfo .assRes{
      font-size: 0.26rem;
      margin-top: 0.2rem;
    }
    .ziyuanAss .repleyList li .listInfo .assRes a{
      font-size: 0.28rem;
    }
  }