#mobile #scollApp{   /* add scroll */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
#mobile .scroll_main{ /* add scroll */
    margin: 0 auto 0;
    height: calc(100vh - 1.33rem);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
.data_download_content{
    margin: 0 auto;
    padding: 50px 0 0 0;
    width: 1280px;
    height: auto;
    min-height: 650px;
}
#mobile .data_download_content{ 
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 0;
}
#pc .data_download_content #second_header{
    display: none;
}
#mobile .data_download_content .data_download_content_left{
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 1.306rem .4rem;
    min-height: calc(100vh - 1.32rem);
}
.data_download_content .data_download_content_left{
   float: left;
   width: 900px;
   margin-right: 79px;
}

/* tab左边 */

.data_download_content_left .data_download_tab_left{
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px solid #EDEDED;
    margin-bottom: 40px;
}
#mobile .data_download_content_left .data_download_tab_left{
    display: none;
}
 .data_download_tab_left>li{
    float: left;
    margin-right: 28px;

}
.data_download_tab_left>li>span{
    float: left;
    font-size:22px;
    font-weight:bold;
    color:rgba(215,215,215,1);
    letter-spacing:1px;
    cursor: pointer;

}
.data_download_tab_left>li>span.isActive{
    color:rgba(51,51,51,1);
   
}
.data_download_tab_left>li>span:hover{
    color:rgba(51,51,51,1);
   
}

/* 左边详情 */


/* 官方消息 */

#mobile .data_download_content_left .listDom>li{
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    height: auto;
    padding: .267rem 0;
}
.data_download_content_left .listDom>li{
margin-bottom: 31px;
width: 100%;
padding-right: 7px;
border-bottom: 1px solid #EDEDED;
}
#mobile .data_download_content_left .listDom>li>p:nth-child(1){
height: 1.1rem;
overflow: hidden;
margin-bottom: .4rem;
}
#mobile .data_download_content_left .listDom>li>p>a{
float: left;
width: 100%;
padding:0 .9rem 0 0;
line-height: .533rem;
font-size: .427rem;
color: #333333;
letter-spacing: 1px;
cursor: pointer;
font-weight: 549;
}
.data_download_content_left .listDom>li>p>a{
float: left;
width: 100%;
padding-right: 50px;
line-height: 20px;
font-size: 16px;
color: #333333;
letter-spacing: 1px;
padding-bottom: 20px;
cursor: pointer;
font-weight: bold;
}
.data_download_content_left .listDom>li>p>a.width100{
padding-right: 0;

}
#mobile .data_download_content_left .listDom>li>p:nth-child(1)>span{
float: right;
margin-left: -.933rem;
width: .867rem;
height: .5rem;
text-align: center;
line-height: .45rem;
border-radius: 2px;
border: 1px solid rgba(160,0,0,1);
font-size: .293rem;
font-weight: 500;
color: rgba(160,0,0,1);
letter-spacing: 1px;
margin-top: .07rem;
}
.data_download_content_left .listDom>li>p:nth-child(1)>span{
float: right;
margin-left: -46px;
width:46px;
height:24px;
text-align: center;
line-height: 23px;
border-radius:2px;
border:1px solid rgba(160,0,0,1);
font-size:12px;
font-weight:500;
color:rgba(160,0,0,1);
letter-spacing:1px;
}
.data_download_content_left .listDom>li>p>a:hover{
color: #A00000;
}
#mobile .data_download_content_left .listDom>li>p:last-child{
padding:0;
}
.data_download_content_left .listDom>li>p:last-child{
padding-bottom: 14px;
}
#mobile .data_download_content_left .listDom>li>p>span:nth-child(1){
    float: left;
    padding: 0 .133rem;
    width: auto;
    min-width: 1.6rem;
    height: .533rem;
    line-height: .533rem;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: .0267rem;
    font-size: .267rem;
    color: #FFFFFF;
    letter-spacing: 0.86px;

}
#mobile .data_download_content_left .listDom>li>p:nth-child(2)>span:nth-child(2){
float: right;
color: #BBBBBB;
font-size: .267rem;
margin-top:.107rem;
}
.data_download_content_left .listDom>li>p:nth-child(2)>span:nth-child(2){
float: right;
color: #BBBBBB;
font-size: 14px;
margin-top: 5px;
}
.data_download_content_left .listDom>li>p>span:nth-child(1){
    float: left;
    padding: 0 10px;
    width: auto;
    min-width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.86px;

}

/* 新闻 list notPic 样式 end */


/* 资料右边tab start */
.data_download_content .data_download_content_right{
    float: left;
    width: 300px;
}
#mobile .data_download_content .data_download_content_right{
    display: none;
}
.data_download_content_right>h5{
  
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px solid #EDEDED;
    font-size:22px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 39px;
    letter-spacing:1px;
}



 /* add scroll */
 .loadingH5{ width: 100%; height: .8rem; position: relative; overflow: hidden; text-align: center; margin: .32rem 0 ; color: #999; font-size: .187rem;}
 .loadingH5-icon{color: #707070;}
 .loaderH5{
     display: none;
     position: relative;
     font-size: .133rem;
     margin: .106rem auto;
     text-indent: -9999em;
     width: .64rem;
     height: .64rem;
     border-radius: 50%;
     background: #999;
     background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
     background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
     background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
     background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
     background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
     -webkit-animation: scrollMoreLoaderH5An 1s infinite linear;
     -moz-animation: scrollMoreLoaderH5An 1s infinite linear;
     -o-animation: scrollMoreLoaderH5An 1s infinite linear;
     animation: scrollMoreLoaderH5An 1s infinite linear;
  }
  .loadingH5 .loaderH5{
      display: block;
  }
  .loadingH5 .loaderH5:before {
      width: 50%;
      height: 50%;
      background: #999;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
  }
  .loadingH5 .loaderH5:after {
      background: #fff;
      width: 72%;
      height: 75%;
      border-radius: 68%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
  }
 @-webkit-keyframes scrollMoreLoaderH5An {
     0% {
         -webkit-transform: rotate(0deg);
     }
     100% {
         -webkit-transform: rotate(360deg);
     }
 }
 @-moz-keyframes scrollMoreLoaderH5An {
     0% {
         -webkit-transform: rotate(0deg);
     }
     100% {
         -webkit-transform: rotate(360deg);
     }
 }
 @-o-keyframes scrollMoreLoaderH5An {
     0% {
         -webkit-transform: rotate(0deg);
     }
     100% {
         -webkit-transform: rotate(360deg);
     }
 }
  
 @keyframes scrollMoreLoaderH5An {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
  }
