* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #a3a3a3;
    text-decoration: none
}

a:visited {
    color: #a3a3a3;
}

a:hover {
    color: #a3a3a3;
}

body {
    font-size: 14px;
    background: #fff;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
}

.page .head {
    background-image: url('./imgs/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 30vh;
    min-height: 500px;
    position: relative;
    background-color: #7445e8;
}

.page .head .top {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 20%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    box-shadow: 1px 1px 21px 1px #7041e7;
}

.page .head .top .logo-box {
    display: flex;
    align-items: center;
}

.page .head .top .logo-box .logo {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 10px;
}

.page .head .top .logo-box .logo-name {
    font-size: 20px;
}

.page .head .top .login {
    background: #6836e6;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;

}

.desc {
    position: absolute;
    padding: 1rem 20%;
    width: 100%;
    color: #fff;
    top: 30%;
    overflow: hidden;

}

/* <768px */
@media screen and (max-width:768px) {
    .font-mid {
        font-size: 32px;
    }

    .font-small {
        font-size: 25px;
    }
}

/* >=768px and <1200px */
@media screen and (min-width:768px) and (max-width:1200px) {
    .font-mid {
        font-size: 40px;
    }

    .font-small {
        font-size: 30px;
    }
}

/* >=1200px */
@media screen and (min-width: 1200px) {
    .font-mid {
        font-size: 50px;
    }

    .font-small {
        font-size: 35px;
    }
}

.desc1 {
    padding-bottom: 10px;
    font-weight: 700;
}

.desc2 {
    font-weight: 700;
}

.desc3 {
    padding-bottom: 10px;
    font-weight: 500;
}

.page .content {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    text-align: center;
    padding: 100px 0;
    background: #ffffff;
}

.page .content .cont-title {
    /* font-size: 38px; */
    font-weight: 700;
    color: #242426;
    padding-bottom: 100px;
}

.page .content .cont-desc {
    width: 100%;
    text-align: center;
}

.page .content .cont-desc .item {
    display: inline-block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00), #ffffff);
    border-radius: 0px 0px 10px 10px;
    padding-top: 10px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.07);
    margin: 0 5px 20px 5px;
    max-width: 230px;
    overflow: hidden;
}

.page .content .cont-desc .item:last-child {
    margin-right: 0;
}

.page .content .cont-desc .item .icon {
    width: 210px;
}

.page .content .cont-desc .item .title {
    font-size: 20px;
    font-weight: 700;
    color: #242426;
    margin-top: 15px; 
}

.page .content .cont-desc .item .cont {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Normal;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.5px;
    padding-top: 20px;
    min-height: 120px;
    line-height: 30px;
}

.page .form-content {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    text-align: center;
    padding: 100px 20%;
    background: #F0EFF2;
}

.page .form-content .cont-title {
    font-size: 38px;
    font-weight: 700;
    color: #242426;
    padding-bottom: 80px;
}

.page .form-content .cont-desc {
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.page .form-content .cont-desc .item {
    display: inline-block;
    padding: 30px 0;
    /* margin-right: 20px; */
    overflow: hidden;


}

.page .form-content .cont-desc .item input {
    border: none;
    outline: none;
    width: 200px;
    height: 50px;
    background: #ffffff;
    border-radius: 41px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 10px 20px;
}



/* .page .form-content .cont-desc .item:last-child {
    margin-right: 0;
} */

.page .form-content .submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #8359ec, #6836e6);
    border-radius: 33px;
    padding: 14px 32px;
    cursor: pointer;
}

.page .form-content .submit-btn .btn-name {
    font-size: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.page .form-content .submit-btn .in-icon {
    width: 25px;
    height: 25px;
}

.page .footer-info-box {
    position: relative;
    background-image: url('./imgs/bg2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}

.page .footer-info-box .footer-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 1rem 20%;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.page .footer-info-box .footer-info .email {
    color: #FFFFFF;
    font-size: 16px;
}

.page .footer-info-box .footer-info .line {
    height: 1px;
    opacity: 0.3;
    background: #a3a3a3;
    margin: 36px;
}

.page .footer-info-box .footer-info .info {
    color: #a3a3a3;
    font-size: 14px;
}