.float-container {
  position: relative;
  z-index:100;
}

.float-container p {
  text-align: right;
  position: absolute;
  margin: 0;
  top: -25px;
  right: 0;
  cursor: pointer;
}
	  
/* home.css */

.home-page .home-login-code{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.33rem;
}

.home-login-code span{
    font-size: 0.37rem;
    cursor: pointer;
    line-height: 0.37rem;
	margin-right: 0.81rem;
}

.home-login-code span:last-child{
    margin-right: 0;
}

.pxlc{
    margin: 0.65rem 0;
}

.home-login-code span::after{
    content: '';
    display: block;
    margin: 0 auto;
    width: 0.74rem;
    height: 0.04rem;
    background: transparent;
    margin-top: 0.11rem;
}

.home-login-code span.active{
    color: #0099FF;
}

.home-login-code span.active::after{
    background: #0099FF;
}

.form-system:has(.register[hidden]){
	margin: 0;
}

.home-page:not(:has(.register.text-center)) form .form-item{
	height: .75rem;
	margin-bottom: .30rem;
}
.home-page:not(:has(.register.text-center)) form .form-code{
	margin-bottom: .30rem;
}
.home-page:not(:has(.register.text-center)) form .form-code .form-code-item,
.home-page:not(:has(.register.text-center)) form .form-code .code-img,
.home-page:not(:has(.register.text-center)) form .form-btn{
	height: .75rem;
}


.home-page:has(.register[hidden]) form .form-item{
	height: .83rem;
	margin-bottom: .34rem;
}
.home-page:has(.register[hidden]) form .form-code{
	margin-bottom: .34rem;
}
.home-page:has(.register[hidden]) form .form-code .form-code-item,
.home-page:has(.register[hidden]) form .form-code .code-img,
.home-page:has(.register[hidden]) form .form-btn{
	height: .83rem;
}




.shangchuan{
    width: 3.7rem;
    height: 1.78rem;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.shangchuan img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.shangchuan::after{
    content: '';
    width: .74rem;
    height: .74rem;
    position: absolute;
    background: url("../image/jiahao.png") no-repeat;
}
.shangchuan input{
    opacity: 0;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
}

.modal-register-title{
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.48rem;
    letter-spacing: 1px;
    font-weight: bold;
    padding-bottom: 0.35rem;
    text-align: center;
    border-bottom: 0.02rem solid #E5E5E5;
    position: relative;
}

.modal-register-title img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0.44rem;
    height: 0.44rem;
    cursor: pointer;
}

.btn-cancel{
    width: 2.78rem;
    height: 0.89rem;
    background: #FFFFFF;
    border-radius: 0.07rem;
    border: 0.02rem solid #DBDBDB;
    font-size: 0.33rem;
    color: #333333;
    line-height: 0.44rem;
}

.btn-register{
    width: 2.78rem;
    height: 0.89rem;
    background: #0A75FF;
    border-radius: 0.07rem;
    font-size: 0.33rem;
    color: #FFFFFF;
    line-height: 0.44rem;
}

.home-swiper-content {
    width: 100%;
}

.home-swiper-content .warp-content {
    position: relative;
    z-index: 2;
}

.slick-dots{
    position: absolute;
    bottom: 0.28rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0.28rem 0.7rem;
    box-sizing: border-box;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    background: rgba(255,255,255,0.3);
    border-radius: 0.37rem;
    box-shadow: 0px 1px 2px #fff;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 0.02 0.02;
}

.slick-dots li{
    width: 0.19rem;
    height: 0.19rem;
    background: #FFFFFF;
    border-radius: 0.09rem;
    transition: all 0.3s;
    margin-right: 0.15rem;
}

.slick-dots li:last-child{
    margin-right: 0;
}

.slick-dots li.slick-active{
    width: 0.52rem;
}

.slick-dots li button{
    display: none;
}
.home-swiper .slick-list,.home-swiper .slick-list .slick-track{
    height: 100%;
}
.home-swiper .single-item-img img {
    /* object-fit: cover; */
}

.warp-content .home-page {
    position: absolute;
    right: 0;
    top: .09rem;
    width: 5.26rem;
    height: 5.93rem;
    background: #fff;
    box-shadow: 0rem .04rem .07rem 0rem rgba(0, 0, 0, 0.12);
    border-radius: .19rem;
    border: .02rem solid #DDEBF9;
    padding: .26rem .5rem;
}

.home-page h1 {
    font-size: .41rem;
    color: #333333;
    line-height: .52rem;
    letter-spacing: .04rem;
    text-shadow: 0rem .04rem .07rem rgba(0, 0, 0, 0.12);
    text-align: center;
    margin-bottom: .26rem;
}

.home-page form {
    display: grid;
}

.home-page form .form-item {
    width: 100%;
    height: .68rem;
    background: #F3F7FA;
    box-shadow: 0rem .04rem .07rem 0rem rgba(0, 0, 0, 0.12);
    border-radius: .11rem;
    position: relative;
	margin-bottom: .26rem
}

.home-page form .form-item input {
    font-size: .25rem;
    /* width: 3.35rem; */
	width: 3.35rem;
    height: 100%;
    padding-left: .72rem;
}

.home-page form .form-item:nth-child(1)::after {
    position: absolute;
    content: '';
    width: 1.07rem;
    height: 1.07rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -0.17rem;
    background: url("../image/home/user.png") no-repeat center center;
	background-size: 100% 100%;
}

.home-page form .form-item:nth-child(2)::after,.home-page form .form-item.codeBtnBox::after {
    position: absolute;
    content: '';
    width: 1.07rem;
    height: 1.07rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -0.17rem;
    background: url("../image/home/mima.png") no-repeat center center;
}

.home-page form .form-item:nth-child(2) .eac {
    cursor: pointer;
    position: absolute;
    width: 1.07rem;
    height: 1.07rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -0.17rem;
}

.home-page form .form-item input::-webkit-input-placeholder {
    color: #999999;
}
.home-page form .form-code .form-code-item input::-webkit-input-placeholder {
    color: #999999;
}

.form-code {
    width: 100%;
    display: flex;
	border-bottom: 0.02rem solid #EBECED;
	box-sizing: border-box;
	margin-bottom: 0.26rem;
}

.form-code .form-code-item {
    flex: 1;
    height: .68rem;
    background: #F3F7FA;
    box-shadow: 0rem .04rem .07rem 0rem rgba(0, 0, 0, 0.12);
    border-radius: .11rem;
    position: relative;
	margin-right: 0.28rem;
}

.form-code  .form-code-item::after {
    position: absolute;
    content: '';
    width: 1.07rem;
    height: 1.07rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -0.17rem;
    background: url("../image/home/yzm.png") no-repeat center center;
}

.form-code .form-code-item input {
    font-size: .25rem;
    width: 100%;
    height: 100%;
    padding-left: .72rem;
}

.form-code .code-img {
    width: 1.67rem;
    height: 0.68rem;
    border-radius: .11rem;
    overflow: hidden;
    cursor: pointer;
}

.form-code .code-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-btn {
    width: 4.26rem;
    height: .68rem;
    background: #1369C0 linear-gradient(360deg, #1157FF 0%, #208BFF 100%);
    box-shadow: 0rem .04rem .07rem 0rem rgba(0, 0, 0, 0.12);
    border-radius: .11rem;
    border: .02rem solid rgba(255, 255, 255, 0.6);
    font-size: .29rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .39rem;
    text-shadow: 0rem .04rem .07rem rgba(0, 0, 0, 0.12);
}

.form-system{
    margin-top: .19rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-system a{
    font-size: .26rem;
    color: #9EA6B2;
    line-height: .35rem;
    text-shadow: 0rem .04rem .07rem rgba(0,0,0,0.12);
}

.form-system a.register{
    color: #1369C0;
}

.home-page form .form-code-item input::-webkit-input-placeholder {
    color: #999999;
}

.page-grid-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-grid-nav a:last-child{
    margin-right: 0;
}
.page-grid-nav a{
    width: 50%;
	margin-right: .52rem;
}

.page-grid-nav img {
    cursor: pointer;
    width: 100%;
}

.warp-label{
    font-size: .41rem;
    font-weight: 500;
    color: #000000;
    line-height: .57rem;
    display: flex;
    align-items: center;
    padding-bottom: .04rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: .46rem;
    margin-top: .35rem;
}

.warp-label img{
    width: .59rem;
    height: .59rem;
    margin-right: .11rem;
}
.leaming-list{
    width: 100%;
}

.leaming-list .leaming-item{
    width: 100%;
    height: 0.96rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.96rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.78rem 0 1.04rem;
    box-sizing: border-box;
}

.wechat-code{
    width: 100%;
    padding: 0 0.46rem 
}

.wechat-code img{
    width: 100%;
}

.leaming-item div:nth-child(2){
    width: 50%;
    text-align: center;
}

.leaming-item .go-detail{
    font-size: 0.26rem;
    color: #0099FF;
    cursor: pointer;
    width: 1.78rem;
    height: 0.67rem;
    border-radius: 0.37rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all .3s;
}

.leaming-item .go-detail:hover{
    background: #0099FF;
    color: #fff;
}

.leaming-item.banma{
    background: #F2F8FF;
}
.text-center{
    text-align: center;
}
.codeBtnBox{
    position: relative;
}
.codeBtn{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 0.68rem;
    background: #1369C0 linear-gradient(360deg, #1157FF 0%, #208BFF 100%);
    line-height: 0.68rem;
    padding: 0 8px;
    color: #fff;
    cursor: pointer;
    border-radius: 0 .11rem .11rem 0;
}
.qrCodeBox{
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
.qrCode {
		display: block;
		width: 180px;
		height: 180px;
		margin: 0 auto 18px;
	}

	.expired {
		position: absolute;
		top: 0;
		left: calc(50% - 100px);
		width: 200px;
		height: 200px;
		background: #fff;
		opacity: 0.8;
		z-index: 999;
	}

	.expired-button {
		position: absolute;
		top: 0;
		left: calc(50% - 100px);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 200px;
		height: 200px;
		z-index: 9999;
		}