.login-out-box {
    width: 150rem;
    height: 80rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 95rem;
    display: none;
}
#scroll-up{
    display: none !important;
}
.scale-tab {
    padding: 20rem;
    width: 100rem;
    height: 66rem;
}
.login-out {
    width: 135rem;
    height: 50rem;
    /*background: #FFDA21;*/
    border-radius: 39rem;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
}

@font-face {
    font-family: Source Han Sans CN ;
    src: url("/font/SourceHanSansCN-Regular.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: HarmonyOS_Sans_SC_Medium;
    src: url("/font/SourceHanSansCN-Medium.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url("/font/SourceHanSansCN-Bold.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-Normal;
    src: url("/font/SourceHanSansCN-Normal.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: YouSheBiaoTiHei;
    src: url("/font/YOUSHEBIAOTIHEI-2.TTF") format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: calc(100vw / 667) !important;
    font-family: Source Han Sans CN;
    color: #48494D ;
    font-weight: 400;
}

body {
    font-size: 28rem;
    background-color: #f0f2f5;
    position: relative;
}

/* iphone5 width:320; height:568*/
@media (min-width: 320px) {
    body {
        min-height: 568px;
        height: 100vh;
    }
}
/* iphone6 width:375; height:667*/
@media (min-width: 375px) {
    body {
        min-height: 667px;
        height: 100vh;
    }
}

.page-box {
    height: 100vh;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

.rflex {
    display: flex !important;
}

.cflex {
    display: flex !important;
    flex-direction: column;
}

.jcc {
    justify-content: center;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcfs {
    justify-content: flex-start;
}

.jcfe {
    justify-content: flex-end;
}

.aic {
    align-items: center;
}

.aifs {
    align-items: flex-start;
}

.aife {
    align-items: flex-end;
}

.logo {
    width: 268rem;
    height: 34rem;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.p20 {
    padding: 20rem;
}

.mt10 {
    margin-top: 10rem;
}

.mt15 {
    margin-top: 15rem;
}

.page-title-box {
    padding: 30rem;
}

.page-title {
    font-size: 34rem;
    font-family: HarmonyOS_Sans_SC_Medium;
}

input[type="radio"],input[type="checkbox"]{
    width: 16px;
    height: 16px;
    appearance: none;
    position: relative;
}
input[type="radio"]:before,input[type="checkbox"]:before{
    content: '';
    width: 30rem;
    height: 30rem;
    border: 1px solid #7d7d7d;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    box-sizing: border-box;
    top: -2px;
}
input[type="radio"]:checked:before,input[type="checkbox"]:checked:before{
    content: '';
    width: 30rem;
    height: 30rem;
    border: 1px solid red;
    background: red;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
input[type="radio"]:checked:after,input[type="checkbox"]:checked:after{
    content: '';
    width: 15rem;
    height: 10rem;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 3rem;
    left:5rem;
    vertical-align: middle;
    transform: rotate(-45deg);
}

.footer-tab-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    /*background-color: gray;*/
    height: 100rem;
    width: 100vw;
    padding: 0 15rem;
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
    font-size: 24rem;
}

.footer-tab-nav-item {
    width: 20%;
    white-space: nowrap;
}
