body {
    min-width: auto !important;
}

.about {
    width: 100%;
    height: 768px;
}

.about-title {
    font-size: 36px;
    text-align: center;
    margin-top: 64px;
}

.about-introduce {
    font-size: 20px;
    text-align: center;
    margin-top: 14px;
    color: #999999;
}

.about-content {
    width: 1333px;
    margin: auto;
}

.about-left {
    width: 729px;
    float: left;
    padding-left: 55px;
}

.left-title {
    font-size: 24px;
    margin-top: 88px;
}

.left-black {
    width: 343px;
    height: 343px;
    background: #000000;
    border-radius: 50%;
    margin-top: 95px;
    margin-left: 9px;
    padding-top: 80px;
    float: left;
}

.black-img {
    margin: auto;
    display: block;
}

.black-title {
    color: white;
    text-align: center;
    margin-top: 16px;
}

.black-count {
    font-size: 64px;
    color: white;
    text-align: center;
    margin-top: 24px;
}

.left-three {
    width: 268px;
    float: right;
    margin-top: 101px;
}

.list-img {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 12px;
}

.list-title {
    font-size: 28px;
}

.list-content {
    font-size: 16px;
    color: #838383;
    line-height: 20px;
    margin-top: 13px;
    width: 238px;
    float: right;
}

.left-list {
    margin-bottom: 31px;
    overflow: hidden;
}

.about-right {
    width: 545px;
    float: right;
    margin-top: 204px;
}

.right-img-a {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    transition: 1s;
	width: 170px;
}

.right-img-b {
    display: block;
    float: left;
    margin-left: -100px;
    margin-top: -39px;
    position: relative;
    z-index: 2;
    transition: 1s;
	width: 220px;
	margin-left: -40px;
	margin-top: -60px;
}

.right-img-c {
    display: block;
    float: left;
    margin-left: -158px;
    margin-top: -146px;
    transition: 1s;
	width: 270px;
	margin-left: -80px;
	margin-top: -120px;	
}

.right-img-a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.right-img-b:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.right-img-c:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.banners {
    width: 100%;
    height: 463px;
}

.banner-title-a {
    font-size: 32px;
    color: #ff1656;
    width: 1200px;
    margin: auto;
    padding-top: 144px;
    margin-bottom: 28px;
}

.banner-title-b {
    color: white;
    font-size: 44px;
    width: 1200px;
    margin: auto;
    margin-bottom: 34px;
}

.banner-title-c {
    font-size: 32px;
    color: #00fffd;
    width: 1200px;
    margin: auto;
}

.problem-title {
    font-size: 32px;
    text-align: center;
    margin-top: 98px;
}

.problem-introduce {
    font-size: 16px;
    text-align: center;
    margin-top: 28px;
    color: #999999;
}

.problem-content {
    width: 1236px;
    margin: auto;
    overflow: hidden;
}

.problem-left {
    width: 240px;
    float: left;
}

.problem-num {
    font-size: 72px;
    color: #f1cdf8;
    font-weight: bold;
    text-align: right;
}

.problem-detail {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-top: -25px;
}

.problem-word {
    font-size: 16px;
    color: #696969;
    line-height: 27px;
    margin-top: 12px;
}

.problem-describe {
    margin-bottom: 75px;
}

.problem-center {
    float: left;
    margin-left: 30px;
}

.problem-right {
    float: right;
    width: 312px;
}

.problem-right .problem-num {
    text-align: left;
}

.problem {
    overflow: hidden;
}

.detail-more {
    float: none;
    margin: auto;
    margin-top: 11px;
    margin-bottom: 115px;
}

.gray {
    width: 100%;
    height: 221px;
    background: #f2f2f2;
    position: relative;
}

.gray-img {
    display: block;
    top: 70px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

.gray-icon {
    display: block;
    margin: auto;
    padding-top: 92px;
}

.solve {
    overflow: hidden;
    background: #1b1b1b;
}

.solve-title {
    font-size: 48px;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-top: 34px;
}

.solve-four {
    width: 1268px;
    margin: auto;
    margin-top: 125px;
    overflow: hidden;
}

.solve-img {
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

.solve-img-b {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.solve-list {
    width: 23.34%;
    margin: 0 0.83%;
    float: left;
}

.solve-image {
    position: relative;
    overflow: hidden;
}

.solve-content {
    width: 100%;
    height: 85px;
    background: #292929;
}

.solve-content-img {
    display: block;
    padding-top: 22px;
    margin-left: 25px;
    float: left;
}

.solve-content-title {
    color: white;
    font-size: 28px;
    line-height: 85px;
    margin-left: 10px;
}

.solve-more {
    width: 385px;
    height: 85px;
    color: white !important;
    background: #d75eeb;
    display: block;
    margin: auto;
    line-height: 85px;
    font-size: 38px;
    text-align: center;
    margin-top: 93px;
    margin-bottom: 98px;
}

.solve-image:hover .solve-img {
    opacity: 0;
}

.process {
    background: #28292a;
    overflow: hidden;
    padding-bottom: 137px;
}

.process-title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: white;
    margin-top: 109px;
}

.process-content {
    width: 1527px;
    margin: auto;
    margin-top: 84px;
}

.process-img {
    width: 43.42%;
    float: left;
}

.process-detail {
    width: 54.74%;
    float: right;
    position: relative;
}

.process-detail-img {
    width: 100%;
    position: absolute;
}

.process-word {
    font-size: 32px;
    position: relative;
    margin-top: 62px;
    margin-left: 90px;
}

.process-ul {
    position: relative;
    overflow: hidden;
    margin-left: 91px;
    margin-top: 35px;
}

.process-list {
    width: 242px;
    float: left;
    font-size: 28px;
    margin-right: 106px;
    margin-bottom: 31px;
}

.process-list span {
    width: 58px;
    height: 50px;
    color: white;
    background: #be4edb;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-right: 12px;
}

.style_content__1iui_ {
    position: relative;
}

.style_content_active__2qxUu {
    padding: 57px 0 173px;
}

.style_content__3yTov,
.style_content_active__2qxUu {
    position: relative;
    display: flex;
    justify-content: space-between;
}

/* .style_content_active__2qxUu .style_item__uKrG1:first-child, .style_content_active__2qxUu .style_item__uKrG1:nth-child(2), .style_content_active__2qxUu .style_item__uKrG1:nth-child(3), .style_content_active__2qxUu .style_item__uKrG1:nth-child(4) {
    transform: none;
} */

.style_content_active__2qxUu .style_item__uKrG1 {
    transition: all 5s ease;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
}

.fourlist {
    transition: all .8s linear;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
}

.fourlist:hover {
    transform: translate3d(0, -20px, 0) !important;
    -webkit-transform: translate3d(0, -20px, 0) !important;
    -moz-transform: translate3d(0, -20px, 0) !important;
    -ms-transform: translate3d(0, -20px, 0) !important;
    -o-transform: translate3d(0, -20px, 0) !important;
}

.style_item__uKrG1:first-child {
    background-image: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/chunks/images/b057078….png);
    transform: translate3d(0, -59px, 0);
}

.style_item__uKrG1 {
    display: block;
    width: 264px;
    height: 384px;
    background-size: cover;
    border-radius: 6px;
    transition: all 2s ease;
}

.style_join_card__TusXH {
    padding-top: 201px;
    color: #fff;
    text-align: center;
}

.style_join_card__TusXH h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 9px;
}

.style_join_card__TusXH p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 0 24px;
    color: white;
    line-height: 21px;
}

.style_join_card__TusXH svg {
    margin: 16px auto 0;
    color: hsla(0, 0%, 100%, .64);
}

.style_container__34h_G {
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.style_container__b6Npi {
    height: 710px;
    min-width: 1144px;
    box-sizing: border-box;
    margin: auto;
    margin-top: -3px;
}

.video {
    background: #333638;
}

.video .title-wrapper .title {
    color: white;
    padding-top: 77px;
}

.video .title-wrapper p {
    color: white;
}

.title-wrapper-video {
    width: 1290px;
    margin: auto;
    display: flex;
    margin-top: 52px;
    padding-bottom: 95px;
}

.video-content {
    width: 46.2%;
    height: 175px;
    margin: 0 1.9%;
    background: white;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.video-title {
    color: #303030 !important;
    font-size: 20px !important;
    text-align: left;
}

.video-word p {
    color: #7e7e7e !important;
    font-size: 14px !important;
    margin-top: 6px !important;
    text-align: left;
}

.video-detail {
    /* width: 226px; */
	width: 245px;
    float: left;
    margin-top: 44px;
    margin-left: 32px;
}

.video-img {
    position: absolute;

    right: 5px;

    bottom: 5px;

}

.release {
    width: 100%;
    height: 867px;
    padding-top: 121px;
}

.release-content {
    margin: auto;
    width: 1276px;
    display: flex;
    margin-top: 72px;
}

.release-list {
    width: 22.26%;
    margin: 0 1.37%;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.release-list:hover {
    transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
}

.release-img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.release .title {
    text-align: center;
}

.release-title {
    position: relative;
    font-size: 24px;
    margin-top: 52px;
    text-indent: 8%;
    color: #333332;
    margin-bottom: 10px;
}

.release-word {
    position: relative;
    font-size: 16px;
    color: #545454;
    line-height: 29px;
    margin-left: 8%;
    width: 81%;
}

@media screen and (max-width: 1570px) {
    .process-content {
        width: 90%;
    }

    .l1jndTWnhHBtMysK6FOg {
        height: 684px !important;
    }

    .process-list {
        margin-right: 70px;
    }

    .process-word {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1470px) {
    .process-list {
        margin-right: 50px;
    }

    .process-word {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1390px) {
    .process-ul {
        margin-left: 60px;
    }

    .about-left {
        padding-left: 0px;
    }

    .about-left {
        width: 670px;
    }

    .about-content {
        width: 98%;
    }

    .process-list {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1325px) {
    .process-word {
        margin-left: 50px;
    }

    .process-ul {
        margin-left: 50px;
    }

    .process-list {
        margin-right: 30px;
    }

    .about-left {
        width: 640px;
    }

    .problem-center {
        margin-left: 20px;
    }

    .problem-content {
        width: 1160px;
    }

    .solve-four {
        width: 98%;
    }

    .title-wrapper-video {
        width: 100%;
    }

    .release-content {
        width: 95%;
    }

    .about-right {
        float: left
    }

    .about-content {
        width: 1185px;
    }

    .banner-title-a {
        width: 90%;
    }

    .banner-title-b {
        width: 90%;
    }

    .banner-title-c {
        width: 90%;
    }

    .center-img {
        width: 560px;
    }
}

@media screen and (max-width: 1024px) {
    .about-left {
        width: 480px;
    }

    .left-black {
        width: 185px;
        height: 185px;
        padding-top: 15px;
    }

    .black-img {
        width: 40px;
    }

    .black-count {
        font-size: 40px;
        margin-top: 16px;
    }

    .left-title {
        font-size: 20px;
        margin-left: 25px;
    }

    .center-img {
        width: 400px;
    }

    .problem-detail {
        font-size: 21px;
    }

    .problem-content {
        width: 1000px;
    }

    .problem-center {
        margin-top: 50px;
    }

    .process-ul {
        margin-left: 20px;
        margin-top: 20px;
    }

    .process-list {
        margin-right: 0px;
        font-size: 21px;
        margin-bottom: 3px;
    }

    .agent-advantage-wrapper .container .advantage-wrapper .advantage-block[data-v-756bb34e] {
        width: 252px !important;
    }

    .style_content__3yTov,
    .style_content_active__2qxUu {
        width: 1000px !important;
    }

    .style_item__uKrG1 {
        width: 230px;
    }

    .style_container__b6Npi {
        min-width: auto !important;
    }

    .about-content {
        width: 1025px;
    }

    .release {
        height: 692px;
    }
}

@media screen and (max-width: 768px) {
    .about-left {
        width: 300px;
    }

    .about-right {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        position: absolute;
        right: -60px;
    }

    .left-title {
        display: none;
    }

    .left-black {
        margin-top: 40px;
    }

    .left-three {
        margin-top: 40px;
    }

    .banner-title-b {
        font-size: 40px;
    }

    .center-img {
        display: none;
    }

    .problem-content {
        width: 640px;
        margin-top: 30px;
    }

    .gray {
        display: none;
    }

    .pi_box {
        width: 700px !important;
        height: 700px !important;
    }

    .pi_ani_small {
        width: 700px !important;
        height: 700px !important;
    }

    .process-ul {
        margin-left: 10px;
        margin-top: 10px;
    }

    .process-word {
        margin-left: 10px;
        margin-top: 20px;
        font-size: 25px;
    }

    .process-list span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .process-list {
        width: 184px;
        font-size: 15px;
    }

    .agent-advantage-wrapper .container .advantage-wrapper .advantage-block[data-v-756bb34e] {
        padding: 25px 25px !important;
        width: 188px !important;
    }

    .release-title {
        font-size: 20px;
        margin-top: 20px;
    }

    .release-word {
        font-size: 14px;
    }

    .style_content__3yTov,
    .style_content_active__2qxUu {
        width: 750px !important;
    }

    .style_item__uKrG1 {
        width: 180px;
    }

    .about-content {
        width: 750px;
    }

    .agent-advantage-wrapper {
        width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 420px) {
    .about-title {
        font-size: 17px;
        margin-top: 32px;
    }

    .about-introduce {
        font-size: 14px;
    }

    .left-black {
        margin-top: 20px;
        margin-left: 50%;
        transform: translate(-50%, 0%);
    }

    .black-title {
        font-size: 15px;
    }

    .list-title {
        font-size: 16px;
        margin-top: 7px;
    }

    .list-content {
        font-size: 14px;
        margin-top: 7px;
        float: left;
        margin-left: 30px;
        width: auto;
    }

    .left-three {
        margin-top: 20px;
        width: 80%;
        margin-right: 10%;
    }

    .left-list {
        margin-bottom: 16px;
    }

    .about-right {
        position: relative;
        margin-top: -30px;
        right: 60px;
        transform: scale(0.5);
    }

    .about {
        height: 690px;
        overflow: hidden;
    }
    
    .banner-title-a{
        font-size: 14px;
        padding-top: 36px;
        margin-bottom: 14px;
    }

    .banner-title-b {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .banner-title-c {
        font-size: 15px;
        padding-bottom: 36px;
    }

    .problem-title {
        font-size: 17px;
        text-align: center;
        width: 90%;
        margin: auto;
        margin-top: 33px;
        line-height: 25px;
    }

    .problem-introduce {
        font-size: 14px;
        margin-top: 14px;
    }

    .banners{
        height: auto;
    }

    .problem-content {
        width: 100%;
        margin-top: 15px;
    }

    .problem-left {
        width: 92%;
        margin-left: 4%;
    }

    .problem-detail {
        font-size: 16px;
        margin-left: 30px;
    }

    .problem-word {
        font-size: 14px;
        line-height: 23px;
    }

    .problem-num {
        font-size: 48px;
        text-align: left;
    }

    .problem-describe {
        margin-bottom: 25px;
    }

    .problem-right {
        width: 92%;
        margin-right: 4%;
    }

    .problem-center{
        display: none;
    }

    .detail-more {
        margin-bottom: 38px;
    }

    .solve-title {
        font-size: 17px;
    }

    .solve-list {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 15px;
    }

    .solve-four {
        margin-top: 42px;
    }

    .solve-content-img {
        padding-top: 11px;
        margin-left: 13px;
        width: 30px;
    }

    .solve-content-title {
        font-size: 14px;
        line-height: 43px;
    }

    .solve-content {
        height: 45px;
    }

    .solve-more{
        font-size: 18px;
        width: 80%;
        height: 43px;
        line-height: 43px;
        margin-top: 23px;
        margin-bottom: 40px;
    }

    .title_box h4 {
        font-size: 17px !important;
    }

    .about_container {
        padding-top: 0px !important;
        height: 300px;
    }

    .projuect_item {
        margin-top: 31px !important;
    }

    .title_box p {
        font-size: 14px !important;
    }

    .pi_box{
        transform: scale(0.22) !important;
        margin-left: -150px !important;
        margin-top: -250px !important;
        -webkit-transform: scale(0.22) !important;
        -moz-transform: scale(0.22) !important;
        -ms-transform: scale(0.22) !important;
        -o-transform: scale(0.22) !important;
    }

    .process-title {
        font-size: 17px;
        margin-top: 36px;
    }

    .process-content {
        margin-top: 42px;
    }

    .process-img {
        width: 100%;
    }

    .process-detail {
        width: 100%;
        margin-top: 3%;
    }

    .process-word {
        font-size: 17px;
    }

    .process-list span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 6px;
    }

    .process-list {
        font-size: 14px;
        width: 46%;
        margin: 2%;
    }

    .process-ul {
        margin-left: 0px;
    }

    .process-detail-img{
        height: 230px;
    }

    .process {
        padding-bottom: 60px;
    }

    .agent-advantage-wrapper .container[data-v-756bb34e] {
        padding: 23px 0 25px !important;
    }

    .title[data-v-687cbf99]{
        font-size: 17px !important;
    }

    .title-wrapper p {
        font-size: 14px !important;
        margin-top: 0px !important;
        line-height: 24px !important;
    }

    h3[data-v-687cbf99]{
        margin-top: 0px !important;
    }

    .agent-advantage-wrapper .container .advantage-wrapper .advantage-block[data-v-756bb34e] {
        padding: 13px 1% !important;
        width: 48% !important;
    }

    .advantage-block .title-wrapper .title[data-v-687cbf99]:after{
        margin: 0px auto 12px !important;
    }

    .agent-advantage-wrapper .container .advantage-wrapper .advantage-block .lottie-icon[data-v-756bb34e]{
        margin: 0 auto 5px !important;
    }

    .agent-advantage-wrapper .container .advantage-wrapper[data-v-756bb34e] {
        margin-top: 13px !important;
    }

    .style_content__3yTov, .style_content_active__2qxUu {
        width: 100% !important;
    }

    .style_content_active__2qxUu {
        padding: 29px 0 29px;
        flex-wrap: wrap;
    }

    .fourlist{
        width: 46%;
        margin: 0 2%;
    }

    .style_content_active__2qxUu .style_item__uKrG1{
        width: 100%;
        height: 274px;
    }

    .style_join_card__TusXH h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .style_join_card__TusXH p {
        padding: 0 10px;
        font-size: 12px;
    }

    .style_join_card__TusXH {
        padding-top: 128px;
    }

    .style_container__b6Npi {
        height: 670px;
    }

    .video .title-wrapper .title {
        padding-top: 26px;
    }

    .video-content {
        width: 92%;
        height: 145px;
        margin: 0 4%;
        margin-bottom: 10px;
    }

    .title-wrapper-video{
        flex-wrap:wrap;
        margin-top: 26px;
        padding-bottom: 32px;
    }

    .video-img{

        width: 45px;

        right: 10px;
    }

    .video-detail {
        width: 100%;
        margin-top: 22px;
        margin-left: 16px;
    }

    .release {
        padding-top: 40px;
        height: 570px;
    }

    .release-list {
        width: 48%;
        margin: 0 1%;
        height: 196px;
        margin-bottom: 22px;
    }

    .release-content {
        flex-wrap: wrap;
        margin-top: 24px;
    }

    .release-title {
        font-size: 17px;
    }

    .release-word {
        font-size: 12px;
        line-height: 22px;
    }

    .l1jndTWnhHBtMysK6FOg {
        padding-top: 36px !important;
    }

    .l1jndTWnhHBtMysK6FOg .ArFhKcRUlocNhdh85FRq {
        font-size: 17px !important;
    }

    .l1jndTWnhHBtMysK6FOg .SPC4msCeLGxJavlVeXFw {
        font-size: 14px !important;
        width: 90%;
        margin-left: 5%;
    }

    .left-black{
        display: none;
    }

    .l1jndTWnhHBtMysK6FOg .CMTgvmlhseUDOCMuVfmu {
        padding-top: 0px !important;
    }

    .l1jndTWnhHBtMysK6FOg .cyf2T3Xc22uNHMy7Z4QW{
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        margin-top: -120px !important;
    }

    .l1jndTWnhHBtMysK6FOg{
        height: 340px !important;
    }

    .about-content {
        width: 100%;
    }

    .about-left {
        width: 100%;
    }

    .release-img {
        height: 100%;
    }
}

@media screen and (max-width: 375px) {
    .about-right {
        right: 80px;
    }

    .pi_box{
        margin-left: -160px !important;
    }
}

@media screen and (max-width: 320px) {
    .about-right {
        right: 110px;
    }

    .pi_box{
        margin-left: -190px !important;
    }
}