a, button, input, optgroup, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 
 body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin: 0  ;
    padding: 0;
    font-size: 0.36rem;
    
  }
  a{
    text-decoration : none;
    color: black;
}
  a:hover, a:focus,a:visited,a:link {
    color: black;
    text-decoration: none;
}


  p{
      margin: 0;
      padding:  0 ;
  }
  input,textarea{
    -webkit-appearance: none;
  }
li{
    list-style: none;
}
ul{
    margin: 0 ;
    padding: 0;
}

.yzm-search-form{padding: 10px 0; text-align: center; background: rgba(0,0,0,.3);  position: fixed; width: 100%; top: 51px; z-index: 9999; height: 50px;display:none}
.yzm-input{float:left;height:30px;line-height: 30px;border-radius: 3px;border:1px solid #bbb;outline: none;width:60%;padding:5px 10px;font-size: 12px;background:#fff}
.yzm-submit{float:left;border:none;background:#D42D25;color:#fff;height:30px;line-height:30px;width:20%;text-align:center;cursor:pointer;border-radius: 3px}
.yzm-search-form form{ padding:0 10%; }
  
  .top{
      top: 0;
      position: fixed;
    width: 7.5rem;
    height:0.94rem;
    background: #D42D25;
    display: flex;
    z-index: 99;
}
.logo{
    width: 2.22rem;
    height: 0.65rem;
    margin-left: 0.28rem;
    margin-top: 0.14rem;
}
.logo a img{height:100%;}
.title{
    font-size:0.36rem;
    color: white;
    margin-top: 0.3rem;
    margin-left: 0.13rem;
}


 
 
.content{
    width: 6.9rem;
    margin-left: 0.3rem;
}
.list{
    width: 100%;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid rgb(0, 0, 0,0.05);
}


  
  .bottom{
    height: 1.93rem;
    width: 7.5rem;
    background:#AF251F ;
    margin-top: 0.2rem;
}

.bottom p{
    font-size: 0.24rem;
    color: white;
   text-align: center;
  
}
.bottom p:nth-child(1){
padding-top: 0.57rem;
}
.bottom p:nth-child(2){
padding-top: 0.32rem;
}


.tabIcon{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.15rem;
    margin-top: 0.28rem;
 }
 .searchIcon{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.9rem;
    margin-top: 0.28rem;
 }
 .back{
    width:0.6rem;
    height:0.6rem;
    margin-left: 0.1rem;
    margin-top: 0.2rem;
    }

    .source{
        font-size: 0.24rem;
        color: #9A9A9A;
        margin-top: 0.35rem;
    }
    .unfold{
        overflow:hidden;
        max-height: 8.7rem;
    }
.foot_body{background:#cb2c30;padding:20px 0;font-size: 14px;}
.foot_logo{text-align:center;background:#cb2c30;}
.foot_logo img{width:50%;}
.foot_nav{margin:20px 0;}
.foot_nav ul{overflow:hidden;padding:0 10px;}
.foot_nav ul li{width:23%;margin:1%;float:left;text-align:center;}
.foot_nav ul li a{display:block;padding:8px 0;border:1px solid #ec9d9f;color:#fff;font-size: 14px;}
.foot_codeimg ul{display:flex;    justify-content: center;}
.foot_codeimg ul li{position:relative;margin:0 10px;}
.foot_codeimg ul li p{padding:10px 18px;background:#bf282b;font-size: 14px;display: flex ; align-items: center; justify-content: center; color: #fff;}
.foot_codeimg ul li p svg{width:24px;height:24px;margin-right:6px;color:#fff;}
.foot_codeimg ul li .ewmbox{display:none;position: absolute; left: 0; bottom: 40px; background: none; width: 120px; padding: 10px; text-align: center; border-radius: 10px;}
 .foot_codeimg ul li .ewmbox .ewm{position:relative;}
 .foot_codeimg ul li .ewmbox .ewm:before {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 50%;
    top: 100%;
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-radius: 3px;
 }
 .foot_codeimg ul li .ewmbox .ewm:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 5px;
    z-index: 1;
}

.foot_codeimg ul li .ewmbox .ewm img{width:100%;position:relative;z-index:3;}
.foot_codeimg ul li .ewmbox .ewm p{font-size: 14px;height:30px;line-height:30px;font-weight:700;color:#333;background:#fff;position:relative;z-index:3;}
.foot_bottom{color:#fff;font-size: 14px;margin-top:20px;line-height:24px;}
.foot_bottom a{color:#fff;font-size: 14px;}


