/* home.css */
.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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.56rem;
}

.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{
    width: 21.85rem;
    height: 6.67rem;
}

.home-swiper .slick-list,.home-swiper .slick-list .slick-track{
    height: 100%;
}

.home-swiper .single-item-img img {
    /* object-fit: cover; */
    height: 100% !important;
}

.warp-content .home-page {
    /* position: absolute; */
    /* right: 0;
    top: .09rem; */
    width: 6.11rem;
    height: 6.67rem;
    background: #fff;
    border-radius: 0.07rem;
    padding: .46rem .28rem 0.3rem;
    box-sizing: border-box;
}

.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: 0.75rem;
    position: relative;
    border-bottom: 0.02rem solid #EBECED;
    box-sizing: border-box;
	margin-bottom: .44rem;
}

.home-page form .form-item input {
    font-size: .29rem;
    width: 4.35rem;
    height: 100%;
    padding-left: .74rem;
}

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

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

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

.home-page form .form-item input::-webkit-input-placeholder {
    color: #9EA6B2;
}

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

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

.form-code .form-code-item {
    flex: 1;
    height: .83rem;
    position: relative;
	margin-right: 0.28rem;
}

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

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

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

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

.form-btn {
    width: 100%;
    height: .83rem;
    background: #0099FF;
    border-radius: 0.07rem;
    border: 0.02rem solid rgba(255,255,255,0.6);
    font-size: .3rem;
    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: #0099FF;
}

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

.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.52rem;
	margin-right: 1rem;
}

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

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