body {
    font-size: 0.26rem;
    width: 7.5rem;
    margin: 0 auto;
    background: #fff;
    font-family: MicrosoftYaHei;
}
*{
    margin: 0px;
    padding: 0px;
}
.frb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.frcc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fcs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.frr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.fra {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.fc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.fcce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.fcc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.fccc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fcsc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.fcsb{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ac{
    align-items: center;
}
.c3{
    color: #333;
}
.c6{
    color: #666;
}
.c9{
    color: #999;
}

.fwrap {
    flex-wrap: wrap;
    -webkit-flex-wrap:wrap
}
.font-w{
    color: #fff;
}
header{
    position: fixed;
    width: 7.5rem;
    height: 1rem;
    z-index: 999;
    background: #005BAC;
}

header img{
    width: 2.46rem;
	height: .70rem;
    margin-left: .3rem;
}
header .fccc{
    margin-right: .3rem;
}
header .fccc p{
    height: .06rem;
    width: .55rem;
    background: #fff;
    border-radius: .3rem;
    margin-bottom: .1rem;
}
header .fccc p:last-child{
    margin-bottom: 0px;
}

.over1hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.over2hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nav{
    position: fixed;
    top: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 99999999999;
    background: #fff;
    transition: all 0.5s;
    opacity: .5;
    transform: translateX(100vw);
}
.show-nav{
    transform: translateX(0vw);
    opacity: 1;
}
.close-box{
    width: 100%;
    text-align: right;
}
.close-box img{
    width: .36rem;
    height: .36rem;
    margin-top: .5rem;
    margin-right: .3rem;
}
.nav a{
    font-size: .28rem;
    margin-bottom: .5rem;
}
.nav a:first-of-type{
    margin-top: .2rem;
}

footer{
    background: #252525;
    padding-bottom: .3rem;
}
.footer-box{
    padding: .60rem 0px;
    padding-bottom: 0px;
    width: 6.9rem;
    margin: 0px auto;
}
.footer-box p img{
    margin-right: .23rem;
}
.footer-box p{
    margin-bottom:.37rem;
    font-size: .26rem;
    color: #bebebe;
}

.qrcode-box{
    width: 6.9rem;
    height: 2.73rem;
    margin: 0px auto;
	border: solid 1px rgba(196, 196, 196,.5);
}
.qrcode-box .footer-rigth-img{
    width: 2.73rem;
	height: 2.73rem;
	border-right: solid 1px  rgba(196, 196, 196,.5);
}
.footer-rigth-txt{
    width:4.17rem;
    height: 2.73rem;
}
.footer-rigth-txt div{
    width: 2.53rem;
    height: .70rem;
    text-align: center;
    font-size: .26rem;
    color: #bebebe;
}
.banquan{
    margin-left: .3rem;
    margin-bottom:.40rem;
    font-size: .26rem;
    width: 6.32rem;
    color: #bebebe;
    margin-top: .30rem;
    line-height: 1.5;
}