html,body{

	min-height:100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
body{
    width:10rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    /* background: #036090; */
 
    font-size: 0.32rem;
    
    margin: 0 auto;

}
li {list-style-type:none;}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    word-break: break-all;
}
a {text-decoration: none;}
a:hover{text-decoration: none!important;}
a:active{text-decoration: none!important;}
a:visited{text-decoration: none!important;}
a:focus{text-decoration: none!important;}
/* .content{
    width: 100%;
    background: url('../img/bodyBg.png') repeat-y 0 7.74rem;
    background-size: 100%;
} */
.art-cont{
    padding: 6.03rem 0.49rem 0;
    background: url('../img/articlebg.png?v=1') no-repeat top center;
    background-size: 100% auto;
}
.tip {
    width: 100%;
    height: 7.44rem;
    padding: 0.86rem 0;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    background: url('../img/tipbg.png') no-repeat;
    background-size: 100%;
    position: relative;
    justify-content: center;
}
.tip li{
    flex: 1;
    text-align: center;
    font-size: 0.32rem;
    margin-bottom: 0.48rem;
}
.tip-title{
    position: relative;
}
.tip-title span{
    padding: 0 0.2rem 0.32rem;
    height: 0.82rem;
    line-height: 0.82rem;
    font-size: 0.50rem;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px -1px 0#006888 !important;
    position: relative;
    z-index: 11;
}
.font-shadow{
    padding: 1px 0.2rem 0.32rem 0.3rem;
    height: 0.82rem;
    line-height: 0.82rem;
    color: rgba(0, 255, 255, 0.2);
    position: absolute;
    font-size: 0.50rem;
    font-weight: bolder;
    left: 50%;
    top: 0;
    z-index: 10;
    transform: translate(-50%,0);

}
.tip-title span::before{
    width: 1.7rem;
    height: 0.05rem;
    content: '';
    background: url('../img/before.png') no-repeat;
    background-size: 1.7rem;
    position: absolute;
    left: -1.9rem;
    top: 0.36rem;
}
.tip-title span::after{
    width: 1.7rem;
    height: 0.05rem;
    content: '';
    background: url('../img/after.png') no-repeat;
    background-size: 1.7rem;
    position: absolute;
    right: -1.9rem;
    top: 0.36rem;
}
.tibBtn{
    width: 4.9rem;
    height: 1.38rem;
    position: absolute;
    left: 50%;
    bottom: -0.39rem;
    transform: translate(-50%, 0);
}
.menu-box{
    width: 100%;
    padding: 0.74rem 0 0;
}
.menu{
    width: 100%;
    height: 6.5rem;
    padding: 1.36rem 0 0.39rem;
    margin-bottom: 0.52rem;
    background: url('../img/menubg.png') no-repeat;
    background-size: 100% 6.5rem;
    position: relative;
}
.menu-top{
    display: flex;
    flex-direction: row;
    padding: 0 0.62rem;
}
.menu-left-title{
    position: absolute;
    left: 0.62rem;
    top: 0.5rem;
}
.menu-top .menu-logo{
    width: 1.68rem;
    height: 1.68rem;
    margin-right: 0.45rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.menu-top .menu-logo img{
    width: 1.68rem;
    height: 1.68rem;
    border-radius: 50%;
    border: 3px solid RGBA(0, 255, 255, 1);
}
.menu-top .menu-text{
    flex: 1;
}
.menu-text{
    position: relative;
}
.menu-text p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.menu-title{
    font-size: 0.4rem;
    padding-bottom: 0.26rem;
    font-weight: bold;
    line-height: 0.57rem;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 255, 255, 0.2);
    position: relative;
    z-index: 11;
}
.menu-list{
    padding: 0.3rem 0.45rem 0 0.62rem; 
    height: 2rem;
    overflow: hidden;
}
.menu-list > div{
    float: left;
    height: 0.62rem;
    color: rgba(0, 255, 255, 1);
    padding: 0 0.16rem;
    margin-right: 0.17rem;
    margin-bottom: 0.18rem;
    display:flex;
    align-items: center;
    line-height: normal;
    border: 1px solid rgba(0, 255, 255, 1);
}
.time{
    width: 100%;
    padding: 0 0.62rem;
    line-height: 0.84rem;
    /* position: absolute;
    bottom: 0.5rem; */
    color: #FFFFFF;
}
.time a{
    color: #FFFFFF;
    display: block;
    font-size: 0.32rem;
    text-align: center;
    font-weight: bold;
    width:100%;
    border: 1px solid rgba(0, 255, 255, 1);
}
.menu-btn{
    display: block;
    position: absolute;
    right: 0.28rem;
    top: 0.31rem;
}
.menu-btn img{
    width: 2.54rem;
    height: 0.81rem;
}
.siderBar{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.86);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    display: none;
}
.siderBg{
    width: 8.16rem;
    height: 7.89rem;
    background: url(../img/siderBg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 4.12rem;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.siderTitle{
    text-align: center;
    padding: 0.92rem 0 0.95rem;
}
.siderTitle span{
    height: 0.67rem;
    font-size: 0.53rem;
    font-weight: bolder;
    color: #fff;
    text-shadow: -1px -1px 0#006888 !important;
    line-height: 0.67rem;
    position: relative;
    z-index: 20;
}
.siderNum{
    width: 4.11rem;
    height: 4.11rem;
    border-radius: 50%;
    border: 4px solid rgba(0, 255, 255, 1);
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    background-size: cover;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.siderNum img{
    width: 3.2rem;
    height: 3.2rem;
}
.cancel{
    width: 0.97rem;
    height: 0.97rem;
    position: absolute;
    bottom: -1.65rem;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}