html{
    font-size: 10px;
}
@media (max-width: 374px){
    html {
        font-size: 8.53px;
    }
} 
@media (min-width: 414px){
    html {
        font-size: 11px;
    }
} 
body{
    margin: 0;
    padding: 0;
}
h1{
    margin: 0;
    padding: 0;
}
h6{
    margin:0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
.title_art{
    margin-top: 20px;
    padding: 0 12px;
}
.title_art h1{
    font-size: 3.0rem;
    line-height: 1.1;
    color: #000000;
    font-weight: bold;
    font-family: 'Helvetica','Droidsans';
}
.info{
    margin: 20px 0;
    padding: 0 12px;
}
.info h6{
    font-size: 1.3rem;
    line-height: 1.3846;
    color: #999999;
    font-weight: normal;
    font-family: "Helvetica";
}
.content{
    padding: 0 12px;
    margin-bottom: 50px;
}
figure{
    margin: 0;
    padding: 0;
    display: block!important;
}
figure img{
    height: auto;
    width: -moz-calc(100% + 24px);
    width: -webkit-calc(100% + 24px);
    width: calc(100% + 24px);
    margin: 10px -12px 0 -12px;
    display: block!important;
    padding: 0;
}
figcaption{
    max-width : 100%;
}
.content p{
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
    color: #000000;
    font-family: 'Helvetica','Droidsans';
    display: block;
}
.content  figure figcaption{
    padding: 10px 0;
font-family: 'Helvetica','Droidsans';
    font-size: 1.4rem;
    line-height: 1.2857;
    color: #999999;
    font-weight: normal;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    display: block!important;
}
.content p .content img{
    width: -moz-calc(100% + 24px)!important;
    width: -webkit-calc(100% + 24px)!important;
    width: calc(100% + 24px)!important;
    height: auto!important;
    margin: 0 -12px!important;
    display: block;
}
.content img{
    width: -moz-calc(100% + 24px)!important;
    width: -webkit-calc(100% + 24px)!important;
    width: calc(100% + 24px)!important;
    height: auto!important;
    margin: 0 -12px!important;
    display: block;
}
.content  h4{
    padding: 10px 0;
    font-family: 'Helvetica','Droidsans';
    font-size: 1.4rem;
    line-height: 1.2857;
    color: #999999;
    font-weight: normal;
    border-bottom: 1px solid #e7e7e7;
}
.content ul{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.content li{
    width: 100%;
    margin-bottom: 25px;
}
.content li img{
    height: auto;
    width: -moz-calc(100% + 24px);
    width: -webkit-calc(100% + 24px);
    width: calc(100% + 24px);
    margin: 10px -12px 0 -12px;
    display: block;
    padding: 0;
}
.content li p{
    padding: 10px 0;
    font-family: 'Helvetica','Droidsans';
    font-size: 1.4rem;
    line-height: 1.2857;
    color: #999999;
    font-weight: normal;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
}
table{
    width: 100% !important;
    height: auto;
}
tr{
    width: 100% !important;
}
td{
    width: 100% !important;
}
td img{
    width: -moz-calc(100% + 24px)!important;
    width: -webkit-calc(100% + 24px)!important;
    width: calc(100% + 24px)!important;
    margin: 10px -12px 0 -12px!important ;
    height:auto!important ;
}
td p{
    padding: 10px 0!important;
    margin: 0  !important;
    font-family: 'Helvetica','Droidsans'!important;
    font-size: 1.4rem!important;
    line-height: 1.2857!important;
    color: #999999!important;
    font-weight: normal!important;
    border-bottom: 1px solid #e7e7e7!important;
}
.footer{
    height: 55px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer-logo{
    padding: 5.5px 0;
    margin-left: 10px;
    float: left;
}
.footer-logo img{
    height: 44px;
    width: auto;
    display: block;
}
.footer-download{
    float: right;
    height: 100%;
}
.footer-download .download{
height: 26px;
    width: 90px;
    display: block;
    margin-top: 14.5px;
    margin-right: 11px;
    float: left;

}
.footer-download .close{
    height: 22.5px;
    width: auto;
    margin-top: 16.25px;
    margin-right: 12px;
}
/*为组件稿新增*/
.pitchfork.customAudioPlayer{
    margin-left: -17px!important;
    margin-right: -17px!important;
}
