.container:before {
  display: none;
}
.container:after {
  display: none;
}
nav { display: none; }
header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}
header .head_box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
header .head_box .logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .head_box .logo_box img {
  height: 75px;
  width: 305px;
}
header .head_box .nav_box {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .head_box .nav_box .act_list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
header .head_box .nav_box .act_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .head_box .nav_box .act_list ul li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  font-size: 18px;
  color: #333333;
  height: 100%;
}
header .head_box .nav_box .act_list ul li:hover {
  border-bottom: 8px solid #b93031;
  color: #b93031;
}
header .head_box .nav_box .act_list ul li a {
  display: block;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .head_box .nav_box .act_list ul .active {
  border-bottom: 8px solid #b93031;
}
footer {
  background-color: #504c4c;
}
footer .friend_link {
  font-size: 16px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  background-color: #f3f3f3;
}
footer .friend_link dl {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .friend_link dl dd {
  margin-left: 12px;
}
footer .friend_link dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .friend_link dl dd a:after {
  content: "";
  display: inline-block;
  height: 17px;
  border-left: 1px solid #d7c5c5;
  position: absolute;
  right: 0;
}
footer .m-main { display: none; }
footer .f_top {
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  color: #ccc;
}
footer .f_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f_top ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .f_top ul li:hover {
  color: #b93031;
}
footer .f_middle {
  width: 1200px;
  height: 208px;
  font-size: 16px;
  color: #ccc;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .f_middle ul li {
  margin-bottom: 15px;
}
footer .f_middle ul li:last-child {
  margin-bottom: 0;
}
footer .f_middle .img_box img {
  width: 120px;
  height: 120px;
}
footer .f_middle .img_box span {
  text-align: center;
  display: block;
  margin-right: 5px;
}
footer .f_bottom {
  font-size: 16px;
  color: #ccc;
  background-color: #413d3d;
}
footer .f_bottom .container {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .fix_box {
  width: 128px;
  position: fixed;
  right: 20px;
  bottom: 250px;
  z-index: 333;
  display: block!important;
}
footer .fix_box ul li {
  width: 128px;
  height: 110px;
  background-color: #e8e8e8;
  position: relative;
  text-align: center;
}
footer .fix_box ul li .cell {
  width: 128px;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
}
footer .fix_box ul li .hover_wx {
  position: absolute;
  left: -184px;
  top: 20px;
  padding: 20px;
  background-color: #b93031;
  border-radius: 8px;
  display: none;
}
footer .fix_box ul li .hover_wx img {
  width: 120px;
  height: 120px; 
}
footer .fix_box ul li .hover_wx p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
footer .fix_box ul li .hover_wx:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #b93031;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -10px;
  top: 40px;
}
footer .fix_box ul li:hover {
  background-color: #b93031;
}
footer .fix_box ul li:hover span {
  color: #ffffff;
}
footer .fix_box ul li:hover .phone_box {
  display: block;
}

footer .fix_box ul li:hover .hover_wx {
  display: block;
}
footer .fix_box ul .phone .icon {
  background-image: url('../../images/pc/fix_icon_phone.png');
}
footer .fix_box ul .phone:hover .icon {
  background-image: url('../../images/pc/fix_icon_phone_act.png');
}

footer .fix_box ul .wx .icon {
  background-image: url('../../images/pc/fix_icon_wx.png');
}  
footer .fix_box ul .wx:hover .icon {
  background-image: url('../../images/pc/fix_icon_wx_act.png');
}

footer .fix_box ul .to_top .icon {
  background-image: url('../../images/pc/fix_icon_top_act.png');
}
footer .fix_box ul .to_top:hover .icon {
  background-image: url('../../images/pc/fix_icon_top_act.png');
}

footer .fix_box ul .qipao .icon {
  background-image: url('http://www.51hzxsls.com/skins/images/pc/fix_icon_qipao.png');
}
footer .fix_box ul .qipao:hover .icon {
  background-image: url('../../images/pc/fix_icon_qipao_act.png');
}
footer .fix_box ul li .icon {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
footer .fix_box ul li span {
  font-size: 14px;
  display: block;
  color: #666666;
}
footer .fix_box ul li .phone_box {
  position: absolute;
  width: 214px;
  height: 110px;
  line-height: 110px;
  font-size: 24px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  top: 0;
  left: -240px;
  background-color: #b93031;
  display: none;
}
footer .fix_box ul li .phone_box:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #b93031;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -10px;
  top: 40px;
}
footer .fix_box ul li .fix_form_box {
  width: 213px;
  height: 290px;
  padding: 20px;
  background-color: #e83753;
  border-radius: 10px;
  position: absolute;
  left: -223px;
  top: 0;
  display: none;
}
footer .fix_box ul li .fix_form_box:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #b93031;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -10px;
  top: 40px;
}
footer .fix_box ul li .fix_form_box .submit {
  display: block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  color: #b93031;
  margin: 0 auto;
  margin-top: 10px;
}
footer .fix_box ul li .fix_evcode_box {
  width: 213px;
  height: 290px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  left: -223px;
  top: 0;
  display: none;
  background-color: #e83753;
}
footer .fix_box ul li .fix_evcode_box img {
  width: 165px;
  height: 168px;
}
footer .fix_box ul li .fix_evcode_box .other {
  color: #ffffff;
  margin-top: 20px;
}
footer .fix_box ul li .fix_evcode_box .other span {
  font-size: 18px;
}
footer .fix_box ul li .fix_evcode_box .other p {
  font-size: 14px;
}
footer .fix_box ul .to_top {
  height: 53px;
  background-color: #2f2f2f;
}
footer .fix_block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
footer .fix_block .inx11_content {
  padding: 80px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .fix_block .inx11_content .title_box span,
footer .fix_block .inx11_content .title_box p {
  color: #ffffff;
}
footer .fix_block .inx11_content .online_box {
  width: 860px;
  height: 460px;
  margin: 0 auto;
  background-color: #8e8e8e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
  position: relative;
}
footer .fix_block .inx11_content .online_box .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 50px;
  position: absolute;
  right: -120px;
  top: -140px;
}
footer .fix_block .inx11_content .online_box input {
  height: 50px;
  color: #ffffff;
  background-color: #8e8e8e;
  border: 1px solid #fff;
  border-radius: inherit;
  font-size: 16px;
}
footer .fix_block .inx11_content .online_box input::-webkit-input-placeholder {
  color: #ffffff;
}
footer .fix_block .inx11_content .online_box textarea {
  width: 640px;
  height: 150px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #8e8e8e;
  font-size: 16px;
}
footer .fix_block .inx11_content .online_box textarea::-webkit-input-placeholder {
  color: #ffffff;
}
footer .fix_block .inx11_content .online_box .text_box {
  width: 640px;
}
footer .fix_block .inx11_content .online_box .text_box .txt_inpt {
  width: 300px;
}
footer .fix_block .inx11_content .online_box .submit {
  display: inline-block;
  width: 380px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #8d483f;
  border-radius: 25px;
  background-color: #ffffff;
  margin-top: 30px;
}
footer .m-fix-box {
  display: none;
}
@media (max-width: 1600px) {
  .container {
    width: 960px;
  }
  header .head_box {
    height: 80px;
  }
  header .head_box .logo_box img {
    height: 60px;
    width: 244px;
  }
  header .head_box .nav_box .act_list ul li {
    font-size: 14.4px;
  }
  header .head_box .nav_box .act_list ul li a {
    padding: 0 16px;
  }
  footer .f_top {
    font-size: 14px;
  }
  footer .f_top ul {
    height: 62.4px;
  }
  footer .f_middle {
    width: 960px;
    height: 166.4px;
    font-size: 14px;
  }
  footer .f_middle ul li {
    margin-bottom: 12px;
  }
  footer .f_middle .img_box img {
    width: 96px;
    height: 96px;
  }
  footer .f_middle .img_box span {
    margin-right: 4px;
  }
  footer .f_bottom {
    font-size: 14px;
  }
  footer .f_bottom .container {
    height: 40px;
  }
  footer .fix_box {
    width: 102.4px;
    right: 16px;
    bottom: 200px;
  }
  footer .fix_box ul li {
    width: 102.4px;
    height: 88px;
  }
  footer .fix_box ul li .cell {
    width: 102.4px;
    height: 88px;
  }
  footer .fix_box ul li .icon {
    width: 36px;
    height: 36px;
  }
  footer .fix_box ul li span {
    font-size: 12px;
  }
  footer .fix_box ul li .phone_box {
    width: 171.2px;
    height: 88px;
    line-height: 88px;
    font-size: 19.2px;
    left: -192px;
  }
  footer .fix_box ul li .phone_box:after {
    width: 16px;
    height: 16px;
    right: -8px;
    top: 32px;
  }
  footer .fix_box ul li .fix_form_box {
    width: 170.4px;
    height: 232px;
    padding: 16px;
    border-radius: 8px;
    left: -178.4px;
  }
  footer .fix_box ul li .fix_form_box:after {
    width: 16px;
    height: 16px;
    right: -8px;
    top: 32px;
  }
  footer .fix_box ul li .fix_form_box .submit {
    width: 76px;
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
  }
  footer .fix_box ul li .fix_evcode_box {
    width: 170.4px;
    height: 232px;
    padding: 16px;
    border-radius: 8px;
    left: -178.4px;
  }
  footer .fix_box ul li .fix_evcode_box img {
    width: 132px;
    height: 134.4px;
  }
  footer .fix_box ul li .fix_evcode_box .other {
    margin-top: 16px;
  }
  footer .fix_box ul li .fix_evcode_box .other span {
    font-size: 16px;
  }
  footer .fix_box ul li .fix_evcode_box .other p {
    font-size: 12px;
  }
  footer .fix_box ul .to_top {
    height: 42.4px;
  }
  footer .fix_block .inx11_content {
    padding: 64px 0;
  }
  footer .fix_block .inx11_content .online_box {
    width: 688px;
    height: 368px;
    margin-top: 56px;
  }
  footer .fix_block .inx11_content .online_box .icon {
    width: 40px;
    height: 40px;
    background-size: 40px;
    right: -96px;
    top: -112px;
  }
  footer .fix_block .inx11_content .online_box input {
    height: 40px;
    font-size: 14px;
  }
  footer .fix_block .inx11_content .online_box textarea {
    width: 512px;
    height: 120px;
    font-size: 14px;
  }
  footer .fix_block .inx11_content .online_box .text_box {
    width: 512px;
  }
  footer .fix_block .inx11_content .online_box .text_box .txt_inpt {
    width: 240px;
  }
  footer .fix_block .inx11_content .online_box .submit {
    width: 304px;
    height: 40px;
    line-height: 40px;
    font-size: 19.2px;
    border-radius: 20px;
    margin-top: 24px;
  }
}


/* 移动端 */
@media screen and (max-width: 1200px) {
  header {
    display: none;
  }
  html {
    /* font-size: 32px; */
    font-size: 14px;
  }
  .container {
    width: auto;
  }
  .layout {
    margin-bottom: 3.125rem;
  }
  .nav_act .head_box .m-logo {
    display: block;
  }
  .nav_act .head_box .logo {
    display: none;
  }
  .nav_act .head_box .nav_box span:nth-child(1) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
            transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
    margin: 0;
  }
  .nav_act .head_box .nav_box span:nth-child(3) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-3px, -4px, 0);
            transform: rotate3d(0, 0, 1, 45deg) translate3d(-3px, -4px, 0);
    margin: 0;
  }
  .nav_act .head_box .nav_box span:nth-child(2) {
    content: '';
    opacity: 0;
    display: none;
  }
  .nav_act .head_box .act_list {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
  }
  nav {
    position: relative;
    z-index: 999;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  nav .head_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.625rem;
  }
  nav .head_box .logo_box {
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .head_box .logo_box img {
    width: 9.53125rem;
    height: 2.59375rem;
  }
  nav .head_box .nav_box {
    width: 3.75rem;
    height: 3.125rem; 
    background-color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    float: right;
    z-index: 9999;
    cursor: pointer;
  }
  nav .head_box .nav_box span {
    width: 1.40625rem;
    height: 0.09375rem;
    background-color: #b93031;
    display: inline-block;
    margin-bottom: 0.375rem;
    opacity: 1;
    border-radius: 3px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  nav .head_box .nav_box span:last-child {
    margin-bottom: 0;
  }
  nav .head_box .act_list {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 2.5rem;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    display: none;
  }
  nav .head_box .act_list ul li {
    font-size: 0.6875rem;
    /*22px  */
    color: #ffffff;
    min-height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-bottom: 1px solid #999999;
  }
  nav .head_box .act_list ul li a {
    display: block;
  }
  nav .head_box .act_list ul li .hover_box {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
  nav .head_box .act_list ul li .hover_box .h_box {
    width: 100%;
    height: auto;
    padding: 0.3125rem 0.3125rem;
    background-color: #fff;
    border-radius: inherit;
  }
  nav .head_box .act_list ul li .hover_box span {
    display: block;
    width: 100%;
    height: 1.25rem;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .head_box .act_list ul li .hover_box span:hover {
    color: #b93031;
  }
  nav .head_box .act_list ul li .hover_box span a {
    padding: 0;
    text-align: center;
  }
  nav .head_box .act_list ul li .active {
    height: 6.875rem;
  }
  footer .f_top {
    display: none;
  }
  footer .friend_link .container {
    width:100%;
    padding-left: 1.46875rem;
  }
  footer .friend_link dt {
    font-size: 0.75rem;
  }
  footer .friend_link dd {
    font-size: 0.625rem;
  }
  footer .friend_link dl {
    align-items: center;
  }
  footer .m-main {
    background-image: url('../../images/pc/inx10_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: top!important;
    height: auto;
    margin-bottom:0.15625rem;
    display: block;
  }
  footer .m-main .w_auto {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.34375rem;
  }
  footer .m-main .left_ {
    color: #fff;
    width: 100%;
    margin-bottom: 1.25rem;
    padding-top: 1.875rem;
  }
  footer .m-main .left_ p {
    font-size: 0.71875rem;
    line-height: 1.125rem;
    margin-bottom: 0.625rem;
  }
  footer .m-main .left_ .line {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  }
  footer .m-main .left_ .name {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.8125rem;
    margin-top: 1.1875rem;
  }
  footer .m-main .left_ .tips {
    width: 100%;
    line-height: 1.75rem;
    font-size: 0.75rem;
    color: #b93031;
    display: block;
    text-align: center;
    background-color: #fff;
  }
  footer .m-main .left_ ul li { 
    font-size: 0.71875rem;
    line-height: 1.125rem;
    margin-top: 0.625rem;
  }
  footer .f_middle {
    display: none;
    width: 100%;
    height: 10.25rem;
    font-size: 0.625rem;
    padding-left: 1.46875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .f_middle ul {
    margin-top: 0.625rem;
  }
  footer .f_middle ul li {
    margin-bottom: 0.3125rem;
  }
  footer .f_middle .img_box {
    display: none;
  }
  footer .f_bottom {
    display: none;
  }
  footer .fix_box {
    display: none!important;
  }
  footer .m-fix-box {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    display: block;
  }
  footer .m-fix-box ul {
    background-color: #b93031;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .m-fix-box ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    border-right: 2px solid #b93031;
    position: relative;
  } 
  footer .m-fix-box ul li:last-child {
    border-right: none;
    cursor: pointer;
  }
  footer .m-fix-box ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .m-fix-box ul li .icon {
    width: 1.46875rem;
    height: 1.46875rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
  }
  footer .m-fix-box ul li span {
    display: block;
    text-align: center;
    margin-top: 0.15625rem;
    color: #fff;
    font-size: 0.75rem;
  }
  footer .m-fix-box ul li .hover_wx {
    position: absolute;    
    left: 0;
    top: -6.6875rem;
    padding: 0.625rem;
    background-color: #b93031;
    border-radius: 0.25rem;
    display: none;
  }
  footer .m-fix-box ul li .hover_wx img {
    width: 3.75rem;
    height: 3.75rem; 
  }
  footer .m-fix-box ul li .hover_wx p {
    text-align: center;
    color: #fff;
    font-size: 0.5625rem;
    margin-top: 0.46875rem;
  }
  footer .m-fix-box ul li .hover_wx:after {
    content: '';
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #b93031;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 40%;
    bottom: -0.3125rem;
  }
}
