.max_img{
    background: url(banner1-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 700px;
    width: 100%;
    position: relative;
}

.max_text_div {
    position: absolute;
    /*top: 20%;*/
    top: 100px;
    left: 8%;
    width: 50%;
    color: white;
}

.max_text_title {
    display: flex;
}

.max_text_title .video_div {
    line-height: 80px;
    margin: auto 30px;
}

.max_text_title .video_div .layui-btn-primary {
    color: rgb(73, 186, 131);
    border-radius: 35px;
}

.max_text_title .video_div .layui-btn-primary i {
    font-size: 23px;
}

.max_text_title .video_div .layui-btn-primary:hover {
    border-color: #fff;
    background-color: #fff;
    opacity: unset;
}

.max_text_div .title_h3 {
    font-size: 45px;
    line-height: 80px;
}

.max_text_div .desc_title {
    font-size: 26px;
    line-height: 50px;
}

.max_text_div .desc_details {
    font-size: 20px;
    line-height: 40px;
}

.max_text_div .desc_details .desc_details_item {
    display: inline-block;
}

.max_text_div .desc_details .desc_details_item .layui-icon {
    font-size: 28px;
    color: rgb(225, 192, 118);
}

.max_text_div .desc_details .desc_details_item ~ .desc_details_item {
    margin: 10px;
}

.max_img_btns {
    margin-top: 15%;
}

.max_img_btns .layui-btn-primary {
    border-color: rgb(255, 138, 51);
    color: rgb(255, 138, 51);
    background: unset;
}

.max_img_btns .layui-btn-primary-def {
    color: #fff;
    background: rgb(255, 138, 51);
}

.max_img_btns .layui-btn-primary:hover {
    background: rgb(255, 138, 51);
    color: #fff;
    border-color: #fff
}

.product_intro {
    margin: 20px 5%;
}

.common_content_title {
    text-align: center;
    font-size: 26px;
}

.product_content_title h3 {
    font-weight: bold;
    line-height: 35px;
}

.product_content_content {
    line-height: 23px;
    color: #635f5f;
}

.product_content_content span {
    font-weight: 600;
}

.product_price {
    background: #f7f8fa;
    padding: 30px 0;

}

.common_content_desc {
    color: rgb(104, 104, 104);
    text-align: center;
    padding: 15px 0;
}

.product_price_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-top: 20px;
}

.product_price_content_item {
    width: 300px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
}

.product_price_top, .product_price_content_list {
    padding: 10px 15px;
}

.product_price_title {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 600;
}

.product_price_desc {
    font-size: 12px;
    padding: 10px 0;
}

.product_price_price {
    font-size: 12px;
    padding: 20px 0;
}

.product_price_price span {
    font-size: 36px;
    font-weight: 600;
}

.product_price_btn {
    text-align: center;
    border-color: #555;
    color: #555;
    margin: 33px 0;
}

.product_price_btn .layui-btn-primary {
    border-color: #555;
    color: #555;
    width: 200px;
    border-width: 2px;
    border-radius: 3px;
    height: 36px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 600;
}

.product_price_btn .layui-btn-primary:hover {
    border-color: #555;
    color: #555;
    opacity: unset;
}

.product_price_content_free .product_price_top {
    border-bottom: 1px solid #c9c9c9;
}

.product_price_content_list {
    margin: 15px 10px;
    line-height: 1.35;
    color: #1b1b1b;
}

.content_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_price_btn .layui-btn-primary-pay {
    color: red;
    border-color: #fff;
}

.product_price_btn .layui-btn-primary-pay:hover {
    color: red;
    border-color: #fff;
}

.product_price_content_mouth .product_price_top {
    background: url(img_bg_startup.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.product_price_content_year .product_price_top {
    background: url(img_bg_enterprise.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.product_price_content_mouth .product_price_top, .product_price_content_year .product_price_top {
    color: #fff;
}

.all_content_body {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.question {
    padding: 30px 64px;
    background-color: #F8F6F6;
}

.question_list {
    max-width: 800px;
    width: 92%;
    margin: 0 auto;
}

.question_list .list {
    background: url(icon_plus.png) no-repeat right 28px;
    background-size: 24px;
    transition: 0.2s;
}

.question_list .active {
    background-image: url(icon_min.png);
}

.question_list .list .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    color: #1B1B1B;
    transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    padding: 28px 50px 28px 0;
}

.question_list .active .title {
    transform: translateX(0) !important;
}

.question_list .list .title:hover {
    transform: translateX(4px);
    transition-duration: 0.7s;
}

.question_list .list .con {
    font-size: 15px;
    line-height: 28px;
    color: rgba(53, 48, 48, 0.7);
    display: none;
    padding-bottom: 24px;
}

.vip_users {
    padding: 30px 0;
}

.common_content_title span {
    color: rgb(252, 0, 0);
}

.vip_imgs {

    margin: auto;
    overflow: hidden;
}

@keyframes left-effect {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10%);
    }
}

@keyframes right-effect {
    0% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(0);
    }
}

.vip_imgs .list {
    width: calc(202px * 6 + 24px * 5);
    animation: left-effect 10s linear infinite;
    display: flex !important;
    margin-top: 64px;
}

.vip_imgs .list img {
    display: block;
    width: 80px;
    margin-right: 24px;
    border-radius: 16px;
    transition: transform 400ms ease-out;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
}

.vip_imgs .list img:hover {
    transform: scale(1.05);
}

.vip_imgs .list:hover {
    animation-play-state: paused;
}

.vip_imgs .list2 {
    animation: right-effect 15s linear infinite;
    margin-top: 24px;
}

.vip_imgs .list3 {
    animation: left-effect 20s linear infinite;
    margin-top: 24px;
}