* {
    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;
}

/* 公共样式 */
.container {
    /* max-width: 35.56rem; */
    min-width: 23.75rem;
    overflow: hidden;
    margin: 0 auto;
}

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

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

.flex {
    display: flex;
}

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

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

/* PageHeader.html */
.page-header {
    width: 100%;
    height: 3.44rem;
    background: url("../image/top.png") no-repeat center center;
}

.login-btn {
    margin-left: 0.98rem;
    margin-top: 1.26rem;
    width: 5.93rem;
    height: 1.59rem;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    padding: .13rem .15rem;
    box-sizing: border-box;
    overflow: hidden;
}

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

.login-btn div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: .3rem;
    line-height: .39rem;
}

.login-btn div.user-info {
    position: relative;
    z-index: 2;
    background: #FFFFFF linear-gradient(360deg, #1157FF 0%, #208BFF 100%);
    border-radius: .8rem 0rem 0rem .8rem;
    font-size: 0.37rem;
    color: #fff;
}

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

.login-btn div.out-login {
    position: relative;
    z-index: 2;
    font-size: 0.37rem;
    background: #FFFFFF;
    border-radius: 0rem .8rem .8rem 0rem;
    color: #0A75FF;
}

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

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

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

.header-nav ul li a.active {
    background: #0E77EE;
}

.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: .32rem;
    font-weight: bold;
    color: #FFFFFF;
}

.header-nav ul li a:hover {
    background: #0E77EE;
}

/* 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: .22rem;
    color: #FFFFFF;
    line-height: .67rem;
    letter-spacing: 1px;
}

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

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

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

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-nav img{
    width: 100%;
}

.page-logo-footer {
    width: 100%;
    height: 3.7rem;
    background: #002D93;
}

/* PageCode.html */
	.page-code {
			position: fixed;
			display: flex;
			flex-direction: column;
			z-index: 10;
			left: .3rem;
			top: 8.5rem;
			background: #fff;
			box-shadow: 0rem .04rem .07rem 0rem rgba(0, 0, 0, 0.12);
			border-radius: .19rem;
			border: .02rem solid #DDEBF9;
			padding: .26rem .5rem;		     
		}
		.page-code  > * {
		    width: 2.8rem;
		}
		.page-code .content-title span{
			color: #0A75FF;
		}
		.page-code .content-title{
			color: #FFA500;
			font-size: .35rem;
			font-weight: bold;
		}		
		.page-code .content-image{
			border-style: solid;
			border-radius: .19rem;
			border: .06rem solid #0A75FF;
			padding: .1rem .1rem; 
			margin-top: 0.15rem;
		}
		.page-code img {
		   width: 100%;
		   height: auto;
		}
/* PageNavter.html */
.page-navter {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 3.89rem;
    width: 2.2rem;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-content {
    width: 1.85rem;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .07rem 0rem rgba(0, 0, 0, 0.2);
    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.85rem;
    height: 1.85rem;
    cursor: pointer;
    position: relative;
}

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

.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;
}

.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;
}