* {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
}

img{
    border: 0;
    vertical-align: middle;
}

input,textarea {
    border: none;
    outline: none;
    background: transparent;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

button{
    cursor: pointer;
    outline: none;
    border: none;
    background: transparent;
}

ol,
ul,
menu,
a,
button{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 公共样式 */
.bg-content{
    background: linear-gradient( 180deg, #D8ECFF 0%, #EEF7FF 100%);
}
.container {
    /* max-width: 35.56rem; */
    min-width: 23.75rem;
    overflow: hidden;
    margin: 0 auto;
}

.py-25 {
    padding: .46rem 0;
}

.warp-content {
    width: 28.52rem;
    height: 100%;
    min-width: 28.52rem;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between{
    justify-content: space-between;
}

/* PageHeader.html */
.page-header {
    width: 100%;
    height: 1.85rem;
    background: url("../image/top.png") no-repeat;
    background-size: 100% 100%;
}
.login-btn {
    width: 4.63rem;
    height: 1.07rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(255,255,255,0.4);
    border-radius: 0.54rem;
    border: 0.02rem solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 0.02 0.02;
}

/* .login-btn::after {
    content: '';
    position: absolute;
    background: #fff;
    inset: 0;
    opacity: 0.4;
} */

.login-btn div {
    cursor: pointer;
    line-height: 1;
}

.login-btn div.user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 0.44rem;
    font-weight: bold;
    color: #0099FF;
}

.login-btn div.user-info a{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-btn .line{
    width: .02rem;
    height: 0.44rem;
    border: 0.02rem solid #333;

}

.login-btn div.out-login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-weight: bold;
    font-size: 0.44rem;
    color: #333333;
}

.header-logo {
    /* padding-top: .61rem;
    padding-left: .31rem; */
}

.header-nav {
    width: 100%;
    height: 1.11rem;
    background: #0099FF;
}

.header-nav ul {
    height: 100%;
}

.header-nav ul li a.active {
    color: #0099FF;
    font-weight: bold;
    background: linear-gradient( 180deg, #FFFFFF 0%, #EFF5FF 100%);
}

.header-nav ul li {
    cursor: pointer;
    height: 100%;
    transition: all 0.6s;
}

.header-nav ul li a {
    padding: 0 .7rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .37rem;
    color: #FFFFFF;
}

.header-nav ul li a:hover {
    color: #0099FF;
    font-weight: bold;
    background: linear-gradient( 180deg, #FFFFFF 0%, #EFF5FF 100%);
}

/* PageFooter.html */

.page-footer-link{
    padding-top: .41rem;
    padding-left: 2.22rem;
    padding-bottom: 0.39rem;
    box-sizing: border-box;
}
.page-footer-link ul:first-child{
    margin-right: 1.5rem;
}
.page-footer-link ul li{
    font-size: .26rem;
    color: #FFFFFF;
    line-height: 0.67rem;
    letter-spacing: 1px;
}

#page-footer{
    margin-top: .41rem;
}

.page-footer {
    width: 100%;
    height: 2.28rem;
    background: url("../../assets/image/bg.png") no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-footer .logo2{
    width: 12.69rem;
    vertical-align: middle;
}

.page-logo-footer {
    width: 100%;
    background: #3A445A;
}

/* PageCode.html */
.page-code {
    width: 3.26rem;
    height: 3.85rem;
    position: fixed;
    z-index: 10;
    left: .31rem;
    top: 8.5rem;
    background: url("../image/code-bg-img.png") no-repeat;
    background-size: 100% 100%;
    padding: 1.11rem 0.52rem 0.48rem;
    box-sizing: border-box;
}

.page-code img {
    width: 100%;
    height: 100%;
}

/* PageNavter.html */
.page-navter {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 3.89rem;
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-content {
    width: 1.67rem;
    background: #FFFFFF;
    border-radius: .07rem;
}

.nav-content .is_top{
    width: 1.85rem;
    height: .74rem;
    background: #F3F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0 0 .07rem .07rem;
}

.nav-content .is_top img {
    width: .31rem;
    height: .31rem;
}

.nav-content .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1.67rem;
    height: 1.67rem;
    cursor: pointer;
    position: relative;
}

.nav-content .nav-item:nth-child(1){
    border-radius: .07rem .07rem 0 0;
}

.nav-content .nav-item:nth-child(4){
    border-radius: 0 0 .07rem .07rem;
}

.nav-item .nav-modal{
    position: absolute;
    width: 4.43rem;
    height: 2.37rem;
    left: -4.46rem;
    top: -0.22rem;
    background: url("../image/bg-kf.png") no-repeat 100% 100%;
    padding: .26rem .19rem;
}

.nav-item .nav-code-modal{
    position: absolute;
    width: 4.06rem;
    height: 3.85rem;
    left: -4.07rem;
    top: -0.13rem;
    background: url("../image/bg-lx.png") no-repeat 100% 100%;
    padding: .26rem;
}

.nav-item .nav-code-modal .lxwm-code{
    width: 3.33rem;
    height: 3.33rem;
}

.nav-modal .nav-modal-content{
    display: flex;
    align-items: center;
}

.nav-modal .nav-modal-content:last-child{
    margin-top: .19rem;
}

.nav-modal .nav-modal-content .content-title{
    width: .83rem;
    height: .83rem;
    background: #F6FAFF;
    font-size: .3rem;
    font-weight: bold;
	margin-right: .15rem;
}

.nav-modal .nav-modal-content .content-desc{
    font-size: .33rem;
    font-weight: bold;
    color: #333300;
    line-height: .44rem;
    letter-spacing: .02rem;
}

.nav-modal .nav-modal-content .content-time{
    font-size: .26rem;;
    color: #333300;
    line-height: .35rem;
    letter-spacing: .04rem;
}

.nav-modal .nav-modal-content .content-title div{
    display: block;
    color: #145FDC;
    margin-top: 0;
    text-align: center;
    line-height: .42rem;
}

.nav-content .nav-item.active {
    background: #FFFFFF linear-gradient(360deg, #1157FF 0%, #208BFF 100%);
    box-shadow: 0rem .04rem .07rem 0rem rgba(0, 0, 0, 0.2);
}

.nav-content .nav-item.active span {
    color: #fff;
}

.nav-content .nav-item span {
    font-size: .3rem;
    color: #333333;
    line-height: .39rem;
    margin-top: .13rem;
}

.nav-content .nav-item img {
    width: .74rem;
    height: .74rem;
}