body {
    font-weight: 300;
    color: #47474a;
    line-height: .9rem;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-height: 100%;
}

::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

* {
    box-sizing: border-box !important;
}

p {
    margin: 0.6rem 0 0;
    font-size: .48rem;
}

.scalable_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.info {
    margin-top: 1.4rem;
    padding-bottom: .62rem;
}

.info-title {
    display: flex;
    align-items: center;
    font-size: .52rem;
    font-weight: 500;
    color: #363636;
    padding-bottom: .6rem;
    border-bottom: 1px dashed #d2d2d2;
}

.info-title img {
    width: .8rem;
    height: .8rem;
    margin-right: .4rem;
}

.info-content {
    font-size: .48rem;
    font-weight: 300;
    color: #4b4b4e;
    line-height: .8rem;
}

.banner {
    margin-top: 1.74rem;
}

.container {
    padding: .6rem;
}

img {
    width: 100%;
}

.info-bordered {
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
}

.mt100 {
    margin-top: 1rem;
}

ul {
    padding: 0;
    margin: 0.4rem 0;
}

ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    font-size: .48rem;
    font-weight: 300;
    color: #121214;
}

.info ul li {
    border-bottom: 1px solid #ddd;
    padding: .4rem 0;
    line-height: .8rem;
}

.footer {
    font-size: .36rem;
    font-weight: 400;
    color: #646464;
    line-height: .8rem;
    padding: 1rem 0;
    display: flex;
    bottom: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}

table {
    width: 100%;
    margin-top: .7rem;
}

table th {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .52rem;
    font-weight: 300;
    color: #121214;
    background: #eef0f1;
    border: 1px solid #edeff7;
}

table td {
    font-size: .4rem;
    font-weight: 300;
    color: #47474a;
    border: 1px solid #edeff7;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
}

.btn {
    width: 2rem;
    height: .55rem;
    background: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
}

.nav {
    flex-direction: column;
    height: 1.74rem;
    background: #1587f7;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-menu {
    position: absolute;
    height: 1.74rem;
    padding: 0 2rem 0 .6rem;
    left: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-login {
    position: absolute;
    height: 1.74rem;
    padding: 0 .6rem;
    right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-login a, .nav-login a:hover {
    color: #fff;
    text-decoration: none;
    font-size: .45rem;
    display: flex;
    height: 1.74rem;;
    padding: 0 .2rem;
    align-items: center;
}

.menu a {
    text-decoration: none;
    font-size: .48rem;
    font-weight: 300;
    color: #dfdfdf;
    line-height: 1.8rem;
    display: inline-block;
    width: 100%;
}

#main {
    width: 100%;
}

.active {
    opacity: .8;
    background-color: #0e2231;
    font-weight: 500 !important;
}

.menu {
    height: 101%;
    width: 66%;
    position: fixed;
    left: -66%;
    top: -1px;
    background: rgba(20, 20, 23, .9);
    z-index: 999;
    text-align: center;
    color: #fff;
}

.layui-form {
    padding: 1rem;
    font-size: .48rem;
    font-weight: 300;
    color: #969696;
    line-height: 1.4rem;
}

.layui-form label {
    display: block;

}

.layui-form label .required {
    color: red;
    /*padding-right: .2rem;*/
    width: .5rem;
    display: inline-block;
}

.l_input_wrapper input {
    border: none;
    outline: none;
    width: 100%;
    line-height: 1.4rem;
    height: 1.4rem;
}

.l_input_wrapper {
    margin-top: .15rem;
}

.input_holder {
    border-bottom: 1px solid #ddd;
}

.register-title {
    background-image: url('/images/wap/banner-reg.png');
    height: 4.67rem;
    margin-top: 1.74rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .52rem !important;
    font-weight: 400;
    color: #fff;
}

#userRegBtn {
    width: 100%;
    margin-top: 1.5rem;
}

.learn-more {
    width: 2rem;
    font-size: .32rem;
    height: .8rem;
    border: 1px solid #fff;
    border-radius: 1px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .65rem;
}