body::-webkit-scrollbar {
    display: none;
}
ul, li {margin: 0; padding: 0}
li {list-style: none;}
/******************* session-1-box *******************/
.session-1-box {
    padding-top: 60px;
    padding-bottom: 138px;
}
.session-1-box .container {
    position: relative;
}
.session-1-bg-lt, .session-1-bg-center, .session-1-bg-lb, .session-1-bg-rb {
    position: absolute;
    z-index: -1;
}
.session-1-bg-lt {
    top: -60px;
    left: -60px;
    width: 228px;
}
.session-1-bg-center {
    top: 50%;
    left: 50vw;
    width: 178px;
}
.session-1-bg-lb {
    left: -150px;
    bottom: -136px;
    width: 265px;
}
.session-1-bg-rb {
    right: 0;
    bottom: 0;
}
.session-1-center {
    margin-top: 105px;
    display: flex;
    flex-direction: column;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 63px;
    letter-spacing: -1px;
    color: #00bc1b;
    width: 60%;
}
.session-1-center span:first-of-type {
    color: #0F62F4;
}
.session-1-bottom {
    margin-top: 40px;
    /* max-width: 608px; */
    max-width: 50%;
    /* height: 288px; */
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #141414;
}
.session-2-bottom {
    margin-top: 20px;
    max-width: 50%;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #141414;
}
.session-1-mac {
    position: absolute;
    right: 0;
    top: 182px;
    max-height: 723px;
}
.session-1-phone {
    position: absolute;
    right: 380px;
    top: 303px;
    max-height: 605px;
}
/******************* session-2-box *******************/
.session-2-box {
    min-height: 580px;
    background-image: url("../img/session-2-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.session-2-box .row {
    min-height: 580px;
    align-items: center;
}
.session-2-item {
    height: 262px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}
.session-2-item-icon {
    height: 74px;
}
.session-2-item-title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 36px;
}
.session-2-item-desc {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 26px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.7;
    margin-top: 27px;
    max-width: 224px;
}
/******************* session-3-box *******************/
.session-3-box {
    padding-top: 83px;
}
.session-3-title {
    font-family: Alibaba PuHuiTi;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    letter-spacing: -0.6px;
    color: #141414;
    display: block;
}
.session-3-desc {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #141414;
    mix-blend-mode: normal;
    opacity: 0.7;
    margin: 22px auto 0 auto;
    display: block;
    width: 520px;
}
.session-3-img-box {
    margin-top: 84px;
}
.session-3-img-row:last-child {
    margin-top: 20px
}
.session-3-img-row div:first-of-type {
    margin-right: 10px;
}
.session-3-img-row img {
    min-width: 100%;
    min-height: 100%;
}
.session-3-img-370 {
    width: 370px;
    height: 370px;
    overflow: hidden;
}
.session-3-img-large {
    height: 370px;
    overflow: hidden;
}
/******************* session-4-box *******************/
.session-4-box {
    padding-top: 83px;
}
.session-4-title {
    font-family: Alibaba PuHuiTi;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    letter-spacing: -0.6px;
    color: #141414;
    display: block;
}
.session-4-user-box {
    padding: 54px 0;
    overflow-x: auto;
    white-space: nowrap;
}
.session-4-user-box::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-radius: 10px;
}
.session-4-user-box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.1);
}
.session-4-user-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(0,0,0,0.1);
}
.session-4-user-item {
    width: 370px;
    height: 466px;
    margin-right: 30px;
    display: inline-block;
    position: relative;
}
.session-4-user-item:last-of-type {
    margin-right: 0;
}
.session-4-user-item-photo {
    width: 100%;
}
.session-4-user-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 96px;
    background: #374865;
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    justify-content: center;
}
.session-4-user-item-info-name {
    font-family: Alibaba PuHuiTi;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.6px;
    color: #FFFFFF;
}
.session-4-user-item-info-desc {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.7;
    margin-top: 10px;
}
/******************* session-5-box *******************/
.session-5-box {
    padding: 120px 0;
}
.session-5-box .col:first-of-type {
    display: flex;
    justify-content: center;
}
.session-5-title {
    font-family: Alibaba PuHuiTi;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #0F62F4;
    display: block;
}
.session-5-sub-title {
    font-family: Alibaba PuHuiTi;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    display: block;
    padding-bottom: 83px;
}
.session-5-box li {
    display: flex;
    padding-bottom: 40px;
}
.session-5-item-icon {
    width: 48px;
    height: 48px;
    margin-right: 28px;
}
.session-5-item-name {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #141414;
    display: block;
}
.session-5-item-desc {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #141414;
    mix-blend-mode: normal;
    opacity: 0.7;
    display: block;
    width: 275px;
    margin-top: 10px;
}
/******************* session-6-box *******************/
.session-6-box {
    padding: 70px 0;
    background: #374865;
}
.session-6-form {
    mix-blend-mode: normal;
    border: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 40px 52px;
    width: 470px;
    min-height: 560px;
}
.session-6-form-title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding-bottom: 40px;
}
.session-6-form-item {
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.5);
}
.session-6-form-item:focus{
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.5);
}
.session-6-form-submit {
    width: 100%;
    border-radius: 50px;
}
.session-6-title {
    font-family: Alibaba PuHuiTi;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #FFFFFF;
    display: block;
    padding-top: 30px;
}
.session-6-sub-title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.177778px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.7;
    display: block;
    width: 220px;
    margin-top: 16px;
}
.session-6-address {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 80px;
    display: flex;
}
.session-6-mail {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.session-6-icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
}
.session-6-address .session-6-icon {
    height: 25px;
}
/******************* footer-box *******************/
.footer-box {
    padding: 48px 0;
    background: #1E1E1E;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-box a {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration:none
}
