@charset "utf-8";
body{
    background: #7dc2c1;
    --themeColor: #7dc2c1;
    --textColor: #4B7474;
    color: #4B7474;
    font-size: 10px;
    outline: none;
    overflow-x: hidden;
}
.m-hide{display: none !important;}
.top{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 4rem 3.2rem 0;
}
.topcenter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom {
    width: 3rem;
}
.logo img{  
    width: 30em;
    height: 8.8em;
    cursor: pointer;
}
.body-img-wrap{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.body-img-wrap > img{
    display: block;
}
.footer .bottom{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.08);
    width: 100%;
    font-size: 1.5rem;
    padding-bottom: 2rem;
	padding-top: 2rem;
}
.footer .police{
    display: flex;
    align-items: center;
}
.footer a{
    color: #fff;
    margin: 0 20px;
}
.footer .security{
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.4rem;
}
.return{
    width: 6rem;
    height: 6rem;
    position: fixed;
    z-index: 9999;
    right: 2.8rem;
    bottom: 5.5rem;
    display: none;
    background-color: rgba(0, 0, 0, 0.35);
    background-image: url("../img/up.png");
    background-position: center;
    background-repeat: no-repeat;
}
.return.active{
    cursor: pointer;
    display: block;
}
.brand-pane{
    display: none;
}