body{
	background-color: #F6F6F6;
    font-family: Meiryo,"Microsoft YaHei",Verdana,Genva,Arial,sans-serif;
    font-weight:normal;
}
* {
    -webkit-overflow-scrolling: touch;
}
.fr {
    float: right;
}
.wrap{
	width: 100%;
	overflow: hidden;
}
.menu{
	width: 100%;
	height: 1.23rem;
	background: url(../img/top.png) no-repeat top center;
	overflow: hidden;
    background-size: 100%;
    position: absolute;
    z-index: 99999;
    /* position: fixed;
    top: 0;
    left: 0;
    z-index: 10; */
}
.menu ul{
	width: 15.5rem;
	/* height: 100px; */
	overflow: hidden;
    width: 100%;
    margin-left: 2.6rem;
    margin-top: 0.36rem;
}
.menu ul li {
    float: left;
    color: #BFBFBF;
    font-size: 0.16rem;
    margin-right: 1.4rem;
    cursor: pointer;
}
.menu ul li img{
    display: block;
    float: left;
    width: 0.22rem;
    height: 0.18rem;
    margin: 0.02rem 0.05rem 0 0;
}
.menu ul li:nth-child(2) {
    margin-right: 7.2rem;
}
.backBox{
    width: 0.6rem;
    height: 1.3rem;
    overflow: hidden;
    border: 0.01rem solid #fff;
    background: #e7e8e8;
    border-radius: 0.03rem;
    position: fixed;
    bottom: 2rem;
    left: 1.1rem;
}
.backBox img{
    display: block;
    width: 0.38rem;
    height: 0.38rem;
    margin-top: 0.13rem;
}
.backHome{
    width: 0.38rem;
    height: 0.65rem;
    border-bottom: 0.01rem solid #6D6D6D;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.backTop{
    width: 0.38rem;
    height: 0.65rem;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.contnet {
    width: 19.2rem;
    height: 27.81rem;
    background: url(../img/bg_1.jpg) no-repeat top center;
    background-size: 100%;
    overflow: hidden;
}

.footer {
    padding: 1rem 1.6rem;
}

.footer_share {
    width: 90%;
    margin: 0 auto;
    font-size: 0.24rem;
    color: #313131;
    display: flex;
    line-height: 0.66rem;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer_share img {
    width: 0.61rem;
    height: 0.61rem;
    display: inline-block;
    margin-right: 0.14rem;
}
.footer_share span:hover{
    color: #c4241f;
}
.footer_link {
    width: 90%;
    margin: 0 auto;
    font-size: 0.18rem;
    color: #706f6f;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    line-height: 0.17rem;
    margin-top: 1.35rem;
}
.footer_link span{
    font-size: 0.18rem;
}
.footer_link span:hover{
    color: #c4241f;
}
.footer_link>div{
    cursor: pointer;
}

.footer_link img {
    width: 0.22rem;
    height: 0.17rem;
    display: inline-block;
}
.footer_links {
    width: 90%;
    margin: 0 auto;
    font-size: 0.18rem;
    color: #706f6f;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    line-height: 0.17rem;
    margin-top: 1.35rem;
}
.footer_links span{
    font-size: 0.18rem;
}
.footer_links span:hover{
    color: #c4241f;
}
.footer_links>div{
    cursor: pointer;
}

.footer_links img {
    width: 0.22rem;
    height: 0.17rem;
    display: inline-block;
}