body, p{
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
.fl-end {
    flex-direction: row-reverse;
}
a {
    font-size: 16px;
    color: #FF4B7D;
    line-height: 24px;
    font-weight: 400;
}
.por {
    position: relative;
}
.mini-video {
    display: none;
}
.mid-video {
    display: block;
}
@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;
}
.bg-wrap {
    background: #11121D;
}
.footer-wrap {
    position: fixed;
    bottom: 0;
    display: none;
    justify-content: space-around;
    align-items: center;
    height: 72px;
    width: 100%;
    transition: 1s;
    background: #11121D;
    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: #FFFFFF;
    line-height: 29px;
    font-weight: 700;
}

.header-wrap {
    background: rgba(255, 255, 255, .05);
    position: relative;
    z-index: 999;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    padding: 0 15% 0;
}
.right-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 400px;
    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-color:#FF1A5A;
    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: 10px 15%;
    background: #F6F6F6;
}
.list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
    padding: 0 180px;
}
.list li{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
}
.list img{
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.first-content {
    background-color: #fff;
    padding: 20px 10%;
    box-sizing: border-box;
}
.first-content-wrap {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
}
.first-left {
   min-width: 400px;
}
.first-left .user-info {
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 300px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);
    border-radius: 48px;
}
.ml {
    margin-left: 10px;
}
.first-left .user-info2 {
    margin: 20px 120px;
}
.first-left .user-info3 {
    margin-left: 60px;
}
.pad {
    padding: 0 40px;
}
.first-left .user-info img{
    width: 64px;
    height: 64px;
}
.first-left .user-info .user-txt{
    margin-left: 20px;
}
.first-content-wrap .video-wrap video{
    margin-left: 20px;
    border-radius: 15px;
}
.first-content-wrap .video-wrap .latex{
   margin: 20px 40px;
}
.first-content-wrap .video-wrap .video-like img, .video-like2 img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.first-content-wrap .video-wrap .video-like{
    position: absolute;
    bottom: 10px;
    left: 50px;
    display: flex;
    align-items: center;
}
.first-content-wrap .video-wrap .like_num{
     font-size: 16px;
     color: #FFFFFF;
     line-height: 24px;
}
.first-content-wrap .video-wrap .video-like2{
    position: absolute;
    bottom: 10px;
    right: 40px;
    display: flex;
    align-items: center;
}
.first-content-wrap .video-wrap .likes2{
    right: 120px;
}
.first-content-wrap .first-right{
    max-width: 400px;
    min-width: 180px;
    padding-top: 40px;
    margin-right: 70px;
}
.first-content-wrap .first-right .first-title{
    font-size: 32px;
    line-height: 39px;
    color: #333333;
}
.first-content-wrap .first-right .first-txt{
    font-size: 32px;
    line-height: 39px;
    color: #FF1A5A;
}
.first-content-wrap .first-right .first-context .first-text{
    color: #FF1A5A;
}
.first-content-wrap .first-right .first-context{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 15px 0;
}
.no-bgc {
    background-color: transparent;
}
.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: #FFFFFF;
    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;
}
.toHome {
    cursor: pointer;
}
.get-start {
    width: 100%;
    max-width: 300px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #FF1A5A;
    border: 3px solid #FFFFFF;
    border-radius: 28px;
    color: #fff;
}
.left-content .get-start .get-txt {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.right-content {
    /*position: absolute;*/
    /*right: 0;*/
}
.page1-left {
    min-width: 260px;
}
.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 {
    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: #FFFFFF;
}
.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: #11121D;
}
.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: #FF1A5A ;
    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;
}

.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;
}
.swiper-button-prev:after, .swiper-button-next:after{
    content: ''!important;
}
