body,
p {
    margin: 0;
    padding: 0;
}

.go-home {
    cursor: pointer;
}

.fl-end {
    flex-direction: row-reverse;
}

a {
    font-size: 16px;
    color: #FF4B7D;
    line-height: 24px;
    font-weight: 400;
}

@font-face {
    font-family: Montserrat-Bold;
    src: url("../font/Montserrat-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Montserrat-Regular;
    src: url("../font/Montserrat-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url("../font/Montserrat-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
}

.mon-regular {
    font-family: Montserrat-Regular;
}

.mon-bold {
    font-family: Montserrat-Bold;
}

.mon-se-bold {
    font-family: Montserrat-SemiBold;
}

body {
    font-family: Montserrat-Regular;
}

.header-wrap {
    background-image: linear-gradient(120deg, #CF48FF 0%, #FF598B 50%, #FFA536 100%);
}

.footer-wrap {
    position: fixed;
    bottom: 0;
    display: none;
    justify-content: space-around;
    align-items: center;
    height: 72px;
    width: 100%;
    transition: 1s;
    background-image: linear-gradient(135deg, #CF48FF 0%, #FF598B 50%, #FFA536 100%);
    z-index: 9999;
}

.footer-wrap .footer-title {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    font-weight: 700;
}

.footer-wrap .footer-txt {
    font-size: 24px;
    color: #FFD942;
    line-height: 29px;
    font-weight: 700;
}

.header-content {
    background: rgba(255, 255, 255, .1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    padding: 0 15% 0;
}

.right-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 550px;
    color: white;
}

img.logo {
    height: 40px;
}

.login {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.sign-up {
    width: 104px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 25px;
    background-image: linear-gradient(225deg, #CF48FF 0%, #FF598B 50%, #FFA536 100%);
    border: 2px solid #FFFFFF;
    border-radius: 28px;
    cursor: pointer;
}

.sign-txt {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
}

/* page1 */
.content {
    padding: 0 15% 0;
}

.content-page1 {
    position: relative;
    display: flex;
    align-items: center;
    height: calc(100vh - 64px);
    padding: 0 15%;
}

.left-content .txt1 {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 39px;
    font-weight: 700;
}

.left-content .txt2 {
    font-size: 32px;
    color: #FFD942;
    line-height: 39px;
    font-weight: 700;
}

.left-content .txt3 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.60);
    font-weight: 400;
    margin: 50px 0 80px;
}

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

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

.get-start {
    width: 136px;
    height: 48px;
    margin-right: 40px;
    line-height: 48px;
    text-align: center;
    background-image: linear-gradient(225deg, #CF48FF 0%, #FF598B 50%, #FFA536 100%);
    border: 3px solid #FFFFFF;
    border-radius: 28px;
    color: #fff;
    cursor: pointer;
}

.left-content .get-start .get-txt {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.right-content img {
    height: 472px;
}

.content-page2 {
    padding: 0 30px;
}

.content-page2 .page2-header .header-title {
    font-size: 32px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    margin: 70px 0 40px;
}

.content-page2 .page2-header .header-txt {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}

.content-page2 .page2-content {
    display: flex;
    margin: 70px 0;
}

.content-page2 .page2-content .left-content img {
    height: 300px;
}

.content-page2 .page2-content .right-content {
    margin-left: 20px;
}

.content-page2 .page2-content .right-title {
    font-family: Montserrat-SemiBold;
    margin-top: 50px;
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}

.content-page2 .page2-content .right-txt {
    margin-top: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
}

.right-txt-min {
    display: none;
}

.content-page3 {
    padding: 20px 15% 50px;
    background-image: linear-gradient(120deg, rgba(207, 72, 255, 0.05) 0%, rgba(255, 89, 139, 0.05) 50%, rgba(255, 165, 54, 0.05) 100%);
}

.content-page3 .page3-title .title {
    margin: 40px;
    font-size: 32px;
    color: #333333;
    text-align: center;
    font-weight: 700;
}

.content-page3 .page3-title .txt {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin: 30px;
}

.content-page3 .page3-content {
    display: flex;
    justify-content: space-between;
}

.content-page3 .page3-content .page3-content-item {
    text-align: center;
    width: 296px;
}

.content-page3 .page3-content .page3-content-item img {
    height: 136px;
}

.content-page3 .page3-content .page3-content-item .item-title {
    margin: 20px 0;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: 600;
}

.content-page3 .page3-content .page3-content-item .item-content {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}

.user-reviews {
    position: relative;
    padding: 0 15%;
    height: 320px;
    overflow: hidden;
    background-image: linear-gradient(120deg, #CF48FF 0%, #FF598B 50%, #FFA536 100%);
}

.user-reviews .le-icon {
    position: absolute;
    top: 20%;
    left: 15%;
}

.user-reviews .rl-icon {
    position: absolute;
    bottom: 20%;
    right: 15%;
}

.user-reviews .user-con {
    position: relative;
    height: 100%;
}

.user-reviews .user-title {
    padding-top: 40px;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}

.user-reviews .user-content-wrap {
    position: relative;
}

.user-reviews .user-wrap {
    height: 100px;
    display: flex;
    width: 500%;
    transition: 0.4s;
}

.user-reviews .user-content {
    width: 80%;
    margin: 50px auto;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}

.user-reviews .user-footer {
    margin-top: 60px;
    font-size: 16px;
    color: #FFD942;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
}

.user-reviews .user-btn {
    position: absolute;
    bottom: 10px;
    height: 40px;
    cursor: pointer;
}

.user-reviews .left {
    top: 43%;
    left: -80px;
}

.user-reviews .right {
    top: 43%;
    right: -80px;
}

.pic-wrap {
    display: flex;
    justify-content: space-around;
    height: 400px;
    padding: 0 40px;
    overflow: hidden;
    background: #fff;
}

.pic-wrap .linear {
    transition-timing-function: linear;
}

.pic-wrap .pic-item {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.pic-wrap .item img {
    width: 240px;
    margin: 0 15px;
    border-radius: 15px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-155 {
    margin-top: 155px;
}

.none {
    display: none;
}



.get-start-wrap {
    height: 320px;
    background-image: linear-gradient(120deg, rgba(207, 72, 255, 0.05) 0%, rgba(255, 89, 139, 0.05) 50%, rgba(255, 165, 54, 0.05) 100%);
}

.get-start-wrap .title {
    padding: 40px 0;
    font-size: 32px;
    color: #333333;
    text-align: center;
    font-weight: 700;
}

.get-start-wrap .content {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}

.auto {
    margin: 50px auto;
}

.header-w {
    position: absolute;
    top: 60px;
    right: 150px;
    width: 215px;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    z-index: 2;
}

.hs {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.header-l {
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #FF6F53;
    border: 2px solid rgba(255, 165, 54, 1);
    border-radius: 18px;
}

.around {
    justify-content: space-around;
}

.header-w .sign-up {
    margin: 0;
}

.header-w .sign-up {
    width: 80px;
    height: 32px;
    line-height: 32px;
}

.header-item {
    display: flex;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.header-item img {
    margin-right: 10px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '' !important;
}

@media (min-width:1100px) {
    .isBig {
        display: flex;
    }
}