* {
    font-family: "lucida grande", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    padding: 0;
    margin: 0;
}

.header_con {
    height: 100%;
}

a:hover {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

body {
    width: 100%;
    min-height: 702px;
}

body.home-index {
    /*background-image: url(../images/banner_bg.png);*/
    background: url(../images/banner_bg.webp) no-repeat center, url(../images/banner_bg.png) no-repeat center;
    background-position: right top;
}

.container {
    height: 100%;
    padding: 0;
}

.header_con {
    max-width: 1400px;
    margin: auto;
}

.header {
    z-index: 999;
    height: 80px;
    line-height: 80px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(123, 154, 229, 0.2);
    position: fixed;
    top: 0;
    left: 0;
}

.banner_wrap {
    width: 100%;
    height: 700px;
    margin: 80px 0 0 0;
}

.lead_title {
    color: rgba(80, 120, 246, 1) !important;
    font-size: 40px;
    font-weight: bold;
}

.banner_wrap > div {
    float: left;
    width: 700px;
    padding: 0;
    padding-top: 58px;
    height: 620px;
}

.home_bar {
    display: none;
}

.logo {
    float: left;
    width: 129px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin-top: 28px;
    margin-left: 20px;
    color: rgba(48, 49, 51, 1);
    font-size: 20px;
}

.header_more {
    display: none;
}

.nav {
    float: right;
    width: 815px;
}

.nav li {
    padding: 0 15px;
    float: left;
    color: #303133;
}

.nav li a {
    color: #303133;
}

.nav_btn, .free_btn {
    padding: 0 18px;
    height: 32px;
    border-radius: 24px;
    border: 1px solid rgba(80, 120, 246, 1);
    color: rgba(53, 227, 255, 1);
    font-size: 14px;
    margin: 24px 0 0 15px !important;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.nav .nav_btn a {
    color: #5078F6;
}

.nav_btn:hover, .free_btn:hover, .nav_btn:focus, .free_btn:focus, .active {
    background-image: linear-gradient(0deg, #8EC6FF 0%, #5078F6 100%);
    border: 1px solid #fff;
    height: 34px;
    line-height: 34px;
}

.nav_btn:hover a, .free_btn:hover, .nav .active {
    color: #fff !important;
}

.nav .nav_btn, .nav .free_btn {
    color: #5078F6;
}

.nav .nav_link:hover a, .nav .nav_link:hover {
    color: #5078F6;
    cursor: pointer;
}

.banner img {
    margin: 100px auto;
    width: 100%;
}

.banner_img_mobile {
    display: none;
}

.banner_wrap > .banner .lead_title {
    font-weight: bold;
    color: rgba(80, 120, 246, 1) !important;
    font-size: 40px;
    margin-top: 100px;
}

.lead_txt {
    color: rgba(80, 120, 246, 1);
    font-size: 60px;
    font-weight: bold;
}

.lead_describe {
    line-height: 20px;
    color: rgba(48, 49, 51, 1);
    font-size: 14px;
}

.sign_up_link {
    color: rgba(144, 147, 153, 1);
    font-size: 12px;
}

.free_trial_btn {
    width: 120px;
    height: 40px;
    border-radius: 24px;
    background-image: linear-gradient(90deg, #5078F6 0%, #8EC6FF 100%);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    margin-top: 10px;
    border: none;
}

.free_trial_btn:focus {
    outline: none;
}

.main {
    margin: 0 auto;
    padding-left: 90px;
    padding-top: 38px;
}

.main > ul {
    /* width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-top: 38px;*/
}

.main > ul > li {
    float: left;
    margin: 20px 10px;
    width: 285px;
    height: 292px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 40px 0px rgba(123, 154, 229, 0.2);
}

.main .main_img {
    width: 100px;
    height: 100px;
    margin: 40px auto;
}

.main .main_img img {
    width: 100%;
    height: 100%;
}

.main .main_text {
    line-height: 26px;
    padding: 0 10px;
    color: rgba(48, 49, 51, 1);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.learn_more_main {
    margin-top: 60px;
    margin-bottom: 50px;
    height: 434px;
    background-image: url(../images/learn_more.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.learn_more .learn_more_text {
    height: 220px;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding-top: 149px;
}

.learn_more .learn_more_text span {
    color: #F7B500;
    font-size: 42px;
}

.learn_more .learn_more_button {
    text-align: center;
}

.learn_more .learn_more_button > button {
    width: 340px;
    height: 60px;
    border-radius: 35px;
    margin: auto;
    border: 2px solid rgba(247, 181, 0, 1);
    color: rgba(247, 181, 0, 1);
    background: none;
    outline: none;
    font-weight: bold;
}

.learn_more .learn_more_button > button:hover, .learn_more .learn_more_button > button:focus {
    color: #fff;
    background-color: rgba(247, 181, 0, 1);
}

a.btn-default {
    width: 209px;
    height: 37px;
    text-shadow: none;
    box-shadow: none;
    line-height: 25px;
    font-size: 12px;
    background-image: none;
    background: #5078F6;
    color: #fff;
    border-radius: 24px;
    border: 1px solid rgba(80, 120, 246, 1);
    display: block;
    margin: 30px auto;
}

a.btn-default:hover {
    box-shadow: none;
    border: none;
    background: #5078F6;
    color: #fff;
}

a.btn-default:focus {
    outline: none;
}

.bg1 {
    background: #45C5CB;
}

.bg2 {
    background: #3E6BF7;
}

.bg3 {
    background: #48C6FF;
}

.bg4 {
    background: #F97D9F;
}

.bg5 {
    background: #6959CF;
}

.main1 {
    height: 600px;
    padding-top: 80px;
}

.main1 > div, .main2 > div {
    float: left;
}

.main1 > .main1_img {
    width: 700px;
    height: 434px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(123, 154, 229, 0.3);
}

.main1 > .main1_img img, .main2_img > img {
    width: 100%;
    height: 100%;
}

.main1 > .main1_text {
    width: 570px;
    margin-left: 80px;
}

.sales_data_title {
    line-height: 50px;
    color: rgba(80, 120, 246, 1);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
}

.sales_data_body {
    line-height: 24px;
    color: rgba(48, 49, 51, 1);
    font-size: 16px;
    padding: 20px 0 5px 0;
}

.pb_num {
    margin-bottom: 0;
    padding-top: 30px;
}

.pt_num {
    padding-top: 0 !important;
    padding-bottom: 20px;
}

.sales_data_list li {
    color: rgba(144, 147, 153, 1);
    font-size: 14px;
    line-height: 34px;
}

.sales_data_list li:before {
    content: "";
    display: inline-block;
    width: 6px;
    border-radius: 3px;
    margin: 0 10px 3px 0;
    height: 6px;
    background-color: rgba(228, 231, 237, 1);
    border: 1px solid rgba(228, 231, 237, 1);
}

.main2 {
    height: 492px;
    padding-top: 57px;
}

.main2_img {
    width: 701px;
    height: 372px;
    border-radius: 10px;
    margin-left: 74px;
    box-shadow: 0px 0px 40px 0px rgba(123, 154, 229, 0.3);;
}

.main2_text {
    padding-left: 150px;
    width: 620px;
}

.main2_text .sales_data_list li {
    text-align: right;
}

.main2_text .sales_data_list li:before {
    display: none;
}

.main2_text .sales_data_title {
    text-align: right;
}

.main2_text .sales_data_body {
    text-align: right;
}

.main2_text .sales_data_list li:after {
    content: "";
    display: inline-block;
    width: 6px;
    border-radius: 3px;
    margin: 0 0 3px 10px;
    height: 6px;
    background-color: rgba(228, 231, 237, 1);
    border: 1px solid rgba(228, 231, 237, 1);
}

.user_evaluation_head {
    height: 173px;
    line-height: 173px;
    text-align: center;
    color: rgba(48, 49, 51, 1);
    font-size: 40px;
    font-weight: bold;
}

.user_evaluation_main {
    height: 654px;
    background-image: url(../images/user_evaluation_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.user_evaluation_main > ul {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding-top: 114px;
}

.user_evaluation_main > ul > li {
    width: 400px;
    height: 410px;
    float: left;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 40px 40px 0px rgba(123, 154, 229, 0.2);
    position: relative;
}

.user_evaluation_main > ul > li:nth-child(2) {
    margin: 0 40px;
}

.user_evaluation_main > ul > li > div {
    padding: 0 50px 0 60px;
}

.user_picture {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 60px;
    top: -60px;
    border-radius: 50%;
}

.user_picture img {
    width: 100%;
    height: 100%;
}

.user_picture_head {
    height: 23px;
    margin-top: 100px;
    color: rgba(48, 49, 51, 1);
    font-size: 20px;
    font-weight: bold;
}

.user_picture_span {
    margin-top: 10px;
    height: 17px;
    color: rgba(144, 147, 153, 1);
    font-size: 14px;
}

.user_picture_describe {
    line-height: 24px;
    color: rgba(48, 49, 51, 1);
    font-size: 14px;
    position: relative;
    margin-top: 106px;
}

.user_picture_describe:before, .user_picture_describe:after {
    content: "";
    width: 30px;
    height: 26px;
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.user_picture_describe:before {
    background-image: url(../images/comma_left.png);
    top: -46px;
    left: 60px;
}

.user_picture_describe:after {
    background-image: url(../images/comma_right.png);
    right: 60px;
    bottom: -46px;
}

.sales {
    height: 249px;
}

.sales_title {
    height: 55px;
    line-height: 47px;
    margin: 62px 0 10px 0;
    color: rgba(48, 49, 51, 1);
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.sales_describe {
    color: rgba(144, 147, 153, 1);
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.sales_describe a {
    color: rgba(80, 120, 246, 1) !important;
}

.set_meal_type {
    height: 605px;
}

.set_meal_type ul {
    height: 100%;
    margin: 0 auto;
    width: 1440px;
    padding-top: 5px;
}

.set_meal_type ul li {
    width: 420px;
    height: 565px;
    float: left;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 223, 230, 1);
    margin: 0 20px;
}

.set_meal_type ul li:hover {
    box-shadow: 0px 0px 80px 0px rgba(123, 154, 229, 0.2);
    cursor: pointer;
}

.set_meal_head {
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    margin-top: 30px;
}

.set_meal_times {
    height: 23px;
    line-height: 23px;
    color: rgba(48, 49, 51, 1);
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.set_meal_price {
    height: 98px;
    line-height: 98px;
    color: rgba(80, 120, 246, 1);
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.set_meal_del_price {
    height: 58px;
    line-height: 98px;
    color: rgba(144, 147, 153, 1);
    font-size: 50px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}

.set_meal_unit {
    line-height: 17px;
    height: 17px;
    color: rgba(144, 147, 153, 1);
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.set_meal_desc, .set_meal_diff {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    text-align: center;
}

.free_trial {
    line-height: 18px;
    height: 18px;
    color: #909399;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.set_meal_button {
    display: block;
    width: 300px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(80, 120, 246, 1);
    color: rgba(80, 120, 246, 1);
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    margin: 30px auto;
}

.set_meal_button:focus {
    outline: none;
}

.free_trial:before, .set_meal_diff:before {
    content: "*";
    display: inline-block;
    color: #E02020;
    padding-right: 2px;
}

.set_meal_type .set_meal_button:hover {
    background: #5078F6;
    color: #fff;
    cursor: pointer;
}

.question_lists {
    height: 100%;
    background: #5078F6;
    width: 100%;
    padding-bottom: 90px;
}

.question_lists > h2 {
    height: 47px;
    line-height: 47px;
    padding: 100px 0;
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.question_lists_main {
    width: 1200px;
    background: #5078F6;
    margin: 0 auto;
}

.question_lists_box {
    height: 100%;
    padding: 0;
}

.question_lists_ul {
    margin: auto;
}

.question_lists_ul li {
    width: 580px;
    min-height: 82px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(123, 154, 229, 0.2);
    margin: 10px 0;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: bold;
    line-height: 82px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.question_lists_ul li:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 8px;
    background-image: url(../images/drop_down.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 37px
}

.pack_up:after {
    background-image: url(../images/pack_up.png) !important;
}

.question_lists_ul li div {
    display: none;
}

.question_lists_ul > li > div {
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    padding: 0 57px 20px 0;
    margin-top: -18px;
}

.footer {
    padding: 0 200px;
    width: 100%;
    height: 208px;
    background-color: rgba(19, 41, 109, 1);
}

.footer > .row {
    padding-top: 70px;
    padding-bottom: 25px;
}

.footer span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.footer img {
    height: 24px;
    width: 22px;
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.8);
}

.footer a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.footer > p {
    text-align: center;
    height: 17px;
    line-height: 17px;
    padding-top: 10px;
    font-size: 14px;
}

.footer > p:last-child {
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.return_top {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(80, 120, 246, 1);
    opacity: 0.8;
    box-shadow: 0px 0px 10px 0px rgba(123, 154, 229, 0.2);
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
}

.return_top img {
    width: 14px;
    height: 8px;
    display: block;
    margin: 21px auto;
}

.activty-pannel {
    position: fixed;
    height: 122px;
    width: 100%;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background: url("../images/ccp-web-activities-20220705123.png") round;
    box-shadow: 0px 0px 50px 0px rgba(123, 154, 229, 0.2);
    z-index: 9998;

    animation: fade-in;
    animation-duration: 5s;
    -webkit-animation:fade-in 5s;
}

.activty-pannel > .activty-title {
    min-width: 250px;
    width: 100%;
    width: 330px;
    height: 23px;
    font-size: 20px;
    font-family: LucidaGrande;
    color: #FFFFFF;
    line-height: 23px;
    padding-top: 52px;
}

.activty-pannel > .activty-content {
    max-width: 1204px;
    height: auto;
    font-size: 28px;
    font-family: LucidaGrande-Bold, LucidaGrande;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 33px;
    padding-top: 12px;
}

.activty-pannel > .activty-content > p {
    margin-bottom: 13px !important;
}

.activty-pannel > .activty-content > p > span {
    color: #FF9100;
}

.activty-pannel > .activty-foot {
    min-width: 235px;
    width: 100%;
    font-size: 14px;
    font-family: LucidaGrande;
    color: #FFFFFF;
    line-height: 17px;
}

.activty-pannel > span.close-activty-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.activty-pannel > span.close-activty-btn > img {
    width: 18px;
    height: 18px;
}

.activty-pannel > span.subscribe-btn {
    position: absolute;
    right: 250px;
    top: 91px;
    padding-top: 18px;
    text-align: center;

    width: 240px;
    height: 53px;
    background: linear-gradient(270deg, #6AFA49 0%, #4277F8 63%, #0F0FFD 100%);
    border-radius: 27px;
    border: 2px solid #FFFFFF;
}

.activty-pannel > span.subscribe-btn > a {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #5078F6;
    line-height: 25px;
}

@-webkit-keyframes fade-in {
    0% {opacity: 0;}
    20% {opacity: 0.1;}
    40% {opacity: 0.3;}
    60% {opacity: 0.5;}
    80% {opacity: 0.7;}
    100% {opacity: 0.9;}
}

@keyframes fade-in {
    0% {opacity: 0;}
    20% {opacity: 0.1;}
    40% {opacity: 0.3;}
    60% {opacity: 0.5;}
    80% {opacity: 0.7;}
    100% {opacity: 0.9;}
}

.win-in-new-season {
    position: absolute;
    padding: 15px 0 25px 0;
    line-height: 13px;
    top: -46px;
    width: 100%;
    background: #5078F6;
    border-radius: 16px 16px 0px 0px;
    text-align: center;
    z-index: -1;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

.win-in-new-season > span {
    color: #FF9100;
}

@media screen and (min-width: 1920px) {
    .set_meal_type ul {
        width: 1400px;
    }

    .set_meal_type ul li {
        margin: 20px;
        width: 420px;
    }

    .set_meal_type {
        height: 1260px;
    }

    .footer {
        padding: 0 35%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
    .footer {
        padding: 0 30%;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
    .footer {
        padding: 0 20%;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }

    body {
        background-size: 50% 8%;
    }

    .lead_title {
        padding-left: 50px;
        font-size: 36px;
    }

    .lead_txt {
        padding-left: 50px;
        font-size: 52px;
    }

    .lead_describe {
        padding-left: 50px;
        font-size: 13px;
    }

    .sign_up_link {
        padding-left: 50px;
        font-size: 11px;
    }

    .free_trial_btn {
        margin-left: 50px;
    }

    .activty-pannel {
        padding-left: 50px;
    }

    .activty-pannel > span.subscribe-btn {
        right: 30px;
    }

    .activty-pannel > .activty-content {
        max-width: 884px;
        font-size: 22px;
        line-height: 30px;
    }

    .activty-pannel > .activty-title {
        font-size: 18px;
        line-height: 21px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
    .container {
        max-width: 1200px;
    }

    body {
        background-size: 50% 8%;
    }

    .lead_title {
        font-size: 36px;
    }

    .lead_txt {
        font-size: 50px;
    }

    .main {
        padding-left: 142px;
    }

    .banner_wrap {
        height: 640px;
    }

    .learn_more_main {
        height: 400px;
        margin-bottom: 40px;
    }

    .learn_more .learn_more_text {
        height: 195px;
        padding-top: 120px;
    }

    .learn_more .learn_more_button > button {
        width: 320px;
        height: 55px;
    }

    .main1 > .main1_img {
        width: 600px;
        height: 386px;
    }

    .main1 > .main1_text {
        width: 516px;
        height: 386px;
    }

    .main2 {
        height: 430px;
        padding-top: 50px;
    }

    .main2_img {
        width: 600px;
        height: 315px;
        margin-left: 40px;
    }

    .main2_text {
        width: 500px;
        height: 286px;
        margin-left: 0;
        padding-left: 40px;
    }

    .main1 {
        height: 550px;
    }

    .activty-pannel {
        padding-left: 20px;
    }

    .activty-pannel > span.subscribe-btn {
        left: 20px;
        top: 150px;
        padding-top: 8px;
        margin-top: 10px;

        width: 200px;
        height: 40px;
        border-radius: 30px;
    }

    .activty-pannel > span.subscribe-btn > a {
        font-size: 16px;
        color: #5078F6;
        line-height: 22px;
    }

    .activty-pannel > .activty-title {
        font-size: 16px;
        line-height: 20px;
        padding-top: 20px;
    }
}

@media screen and (min-width: 1320px) and (max-width: 1919px) {
    .set_meal_type ul {
        width: 1320px;
    }

    .set_meal_type ul li {
        margin: 0 10px 20px 10px;
    }

    .set_meal_type {
        height: 1190px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1319px) {
    .set_meal_type ul {
        width: 990px;
    }

    .set_meal_type ul li {
        margin: 5px;
        width: 320px;
    }

    .set_meal_type {
        height: 1190px;
    }
}

@media screen and (min-width: 660px) and (max-width: 989px) {
    .set_meal_head {
        margin: 20px 0;
    }

    .set_meal_price {
        height: 56px;
        line-height: 56px;
        font-size: 48px;
    }

    .set_meal_type ul {
        width: 660px;
    }

    .set_meal_type ul li {
        margin: 0 5px 10px 5px;
        width: 320px;
        height: 515px;
    }

    .set_meal_price {
        margin-bottom: 10px;
    }

    .set_meal_type {
        height: 1600px;
    }
}

@media screen and (max-width: 659px) {
    .set_meal_type ul {
        width: 100%;
    }

    .set_meal_type ul li {
        width: 100%;
        margin: 10px;
        height: 525px;
    }

    .set_meal_price {
        margin-bottom: 20px;
    }

    .set_meal_type {
        height: 3290px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .container {
        max-width: 900px;
    }

    body {
        background-size: 54% 8%;
    }

    .lead_title {
        font-size: 28px;
    }

    .lead_txt {
        font-size: 38px;
    }

    .banner_wrap {
        height: 530px;
    }

    .main {
        padding-left: 55px;
    }

    .main .main_img {
        width: 80px;
        height: 80px;
    }

    .main > ul > li {
        width: 245px;
        height: 245px;
    }

    .main .main_img {
        margin: 25px auto;
    }

    .learn_more_main {
        height: 350px;
        margin-top: 36px;
        margin-bottom: 40px;
    }

    .learn_more .learn_more_text {
        height: 175px;
        padding-top: 110px;
    }

    .learn_more .learn_more_button > button {
        width: 300px;
        height: 50px;
    }

    .main1 {
        height: 410px;
        padding-top: 60px;
    }

    .main1 > .main1_img {
        width: 465px;
        height: 286px;
    }

    .main1 > .main1_text {
        width: 394px;
        height: 286px;
        margin-left: 40px;
    }

    .main1_text .sales_data_title, .main2_text .sales_data_title {
        font-size: 23px;
        line-height: 33px;
    }

    .main1_text .sales_data_body, .main2_text .sales_data_body {
        font-size: 14px;
        padding: 10px 0 2px 0;
    }

    .main1_text .sales_data_list li, .main2_text .sales_data_list li {
        font-size: 12px;
        line-height: 22px;
    }

    .main2 {
        height: 360px;
        padding-top: 50px;
    }

    .main2_img {
        width: 420px;
        height: 250px;
        margin-left: 40px;
    }

    .main2_text {
        width: 400px;
        margin-left: 0;
        padding-left: 40px;
    }

    .user_evaluation_main ul {
        width: 980px;
        padding-top: 75px;
    }

    .user_evaluation_main {
        height: 510px;
    }

    .user_evaluation_main ul li {
        width: 300px;
        height: 320px;
    }

    .user_picture_head {
        margin-top: 80px;
    }

    .user_picture {
        width: 100px;
        height: 100px;
        left: 30px;
        top: -50px
    }

    .user_evaluation_main > ul > li > div {
        padding: 0 20px 0 30px;
    }

    .user_picture_describe {
        margin-top: 66px;
    }

    .user_picture_describe, .user_picture_span {
        font-size: 13px;
    }

    .user_picture_describe:before {
        left: 30px;
        top: -35px;
    }

    .user_picture_describe:after {
        bottom: -35px;
    }

    .user_picture_describe:before, .user_picture_describe:after {
        width: 26px;
        height: 22px;
    }

    .question_lists_ul li {
        width: 500px;
        min-height: 50px;
        line-height: 50px;
    }

    .question_lists_ul li:after {
        top: 21px;
    }

    .question_lists_ul > li > div {
        margin-top: -5px;
    }

    .question_lists_main {
        width: 1040px;
    }

    .activty-pannel {
        padding-left: 20px;
    }

    .activty-pannel > .activty-content {
        max-width: 1024px;
        font-size: 26px;
        line-height: 31px;
    }

    .activty-pannel > span.subscribe-btn {
        left: 20px;
        top: 150px;
        padding-top: 8px;
        margin-top: 10px;

        width: 200px;
        height: 40px;
        border-radius: 30px;
    }

    .activty-pannel > span.subscribe-btn > a {
        font-size: 16px;
        color: #5078F6;
        line-height: 22px;
    }

    .activty-pannel > .activty-title {
        font-size: 16px;
        line-height: 20px;
        padding-top: 20px;
    }

    .footer {
        padding: 0 40px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1023px) {
    .banner_wrap {
        height: 590px;
    }

    .banner_wrap > div {
        height: 480px;
    }

    .banner_wrap .banner {
        padding-top: 0;
    }

    .banner img {
        margin: 0 auto;
    }

    .lead_title {
        font-size: 32px;
    }

    .lead_txt {
        font-size: 50px;
    }

    .lead_title, .lead_txt {
        text-align: center;
    }

    .free_trial_btn {
        margin: 32px auto;
        display: block;
    }

    body {
        background-image: none;
    }

    .learn_more_main {
        height: 320px;
        margin-top: 36px;
    }

    .learn_more .learn_more_text {
        height: 163px;
        font-size: 28px;
        padding-top: 100px;
    }

    .learn_more .learn_more_text span {
        font-size: 40px;
    }

    .learn_more .learn_more_button > button {
        width: 290px;
        height: 45px;
    }

    .main {
        padding-left: 170px;
    }

    .main1 {
        padding-top: 50px;
        height: 830px;
    }

    .main1 > div, .main2 > div {
        float: none;
    }

    .main1 > .main1_img, .main2 > .main2_img {
        margin: auto;
        width: 600px;
        height: 350px;
    }

    .main1 > .main1_text, .main2 > .main2_text {
        margin: auto;
        width: 600px;
        padding: 40px 0 0 20px;
        margin-bottom: 40px;
    }

    .main2 {
        height: 785px;
        padding-top: 0px;
    }

    .left_main2 {
        height: 750px;
    }

    .left_main1 {
        height: 860px;
    }

    .right_main1 {
        height: 800px;
    }

    .user_evaluation_main {
        height: 480px;
    }

    .user_evaluation_main ul {
        width: 890px;
        padding-top: 70px;
    }

    .user_evaluation_main ul li {
        width: 270px;
        height: 300px;
    }

    .user_picture_head {
        margin-top: 80px;
    }

    .user_picture {
        width: 100px;
        height: 100px;
        left: 30px;
        top: -50px
    }

    .user_evaluation_main > ul > li > div {
        padding: 0 20px 0 30px;
    }

    .user_picture_describe {
        margin-top: 50px;
    }

    .user_picture_describe, .user_picture_span {
        font-size: 13px;
    }

    .user_picture_describe:before {
        left: 30px;
        top: -35px;
    }

    .user_picture_describe:after {
        bottom: -35px;
    }

    .user_picture_describe:before, .user_picture_describe:after {
        width: 26px;
        height: 22px;
    }

    .question_lists_ul li {
        width: 440px;
        min-height: 50px;
        line-height: 50px;
    }

    .question_lists_ul li:after {
        top: 21px;
    }

    .question_lists_ul > li > div {
        margin-top: -5px;
    }

    .question_lists_main {
        width: 890px;
    }

    .activty-pannel {
        padding-left: 10px;
    }

    .activty-pannel > .activty-content {
        max-width: 1000px;
        font-size: 24px;
    }

    .activty-pannel > span.subscribe-btn {
        left: 10px;
        top: 150px;
        padding-top: 6px;
        margin-top: 10px;

        width: 180px;
        height: 40px;
        border-radius: 30px;
    }

    .activty-pannel > span.subscribe-btn > a {
        font-size: 16px;
        color: #5078F6;
        line-height: 22px;
    }

    .activty-pannel > .activty-title {
        font-size: 16px;
        line-height: 20px;
        padding-top: 20px;
    }

    .footer {
        padding: 0;
    }
}

@media screen and (min-width: 771px) and (max-width: 989px) {
    .nav {
        width: 745px;
    }

    .nav li {
        padding: 0 10px;
    }

    .banner_wrap {
        height: 845px;
    }

    .banner_wrap > div {
        height: 423px;
    }

    .banner_wrap .banner {
        padding-top: 20px;
    }

    .banner img {
        margin: 0 auto;
    }

    .lead_title {
        font-size: 32px;
    }

    .lead_txt {
        font-size: 44px;
    }

    .lead_title, .lead_txt {
        text-align: center;
    }

    .free_trial_btn {
        margin: 32px auto;
        display: block;
    }

    body {
        background-image: none;
    }

    .main {
        padding-left: 32px;
    }

    .main > ul > li {
        width: 200px;
        height: 202px;
    }

    .main .main_img {
        width: 70px;
        height: 70px;
        margin: 22px auto;
    }

    .main .main_text {
        font-size: 13px;
    }

    .learn_more_main {
        height: 300px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .learn_more .learn_more_text {
        height: 152px;
        font-size: 28px;
        padding-top: 90px;
    }

    .learn_more .learn_more_text span {
        font-size: 40px;
    }

    .learn_more .learn_more_button > button {
        width: 290px;
        height: 45px;
    }

    .main {
        padding-left: 170px;
    }

    .main1 {
        padding-top: 80px;
        height: 860px;
    }

    .main1 > div {
        float: none;
    }

    .main1 > .main1_img {
        margin: auto;
        width: 600px;
        height: 350px;
    }

    .main1 > .main1_text {
        margin: auto;
        width: 600px;
        padding: 40px 0 0 20px;
    }

    .main2 {
        height: 790px;
    }

    .main2_img {
        margin-left: 12%;
        width: 550px;
        height: 325px;
        margin-top: 20px;
    }

    .right_main1 {
        height: 780px;
    }

    .left_main1 {
        height: 900px;
    }

    .left_main2 {
        height: 820px;
    }

    .user_evaluation_main {
        height: 390px;
    }

    .user_evaluation_main ul {
        width: 780px;
        padding-top: 60px;
    }

    .user_evaluation_main ul li {
        width: 250px;
        height: 270px;
    }

    .user_picture_head {
        margin-top: 60px;
    }

    .user_picture {
        width: 100px;
        height: 100px;
        left: 30px;
        top: -50px
    }

    .user_evaluation_main > ul > li > div {
        padding: 0 20px 0 30px;
    }

    .user_picture_describe {
        margin-top: 45px;
    }

    .user_picture_describe, .user_picture_span {
        font-size: 13px;
    }

    .user_picture_describe:before {
        left: 30px;
        top: -25px;
    }

    .user_picture_describe:after {
        bottom: -25px;
        right: 20px;
    }

    .user_picture_describe:before, .user_picture_describe:after {
        width: 20px;
        height: 16px;
    }

    .user_evaluation_main > ul > li:nth-child(2) {
        margin: 0 15px;
    }

    .set_meal_head {
        margin: 20px 0;
    }

    .set_meal_del_price {
        height: 55px;
        line-height: 75px;
        font-size: 28px;
    }

    .set_meal_unit {
        margin-bottom: 30px;
    }

    .free_trial {
        font-size: 14px;
    }

    .question_lists_ul li {
        width: 440px;
        min-height: 50px;
        line-height: 50px;
        margin: 10px auto;
    }

    .question_lists_ul li:after {
        top: 21px;
    }

    .question_lists_ul > li > div {
        margin-top: -5px;
    }

    .question_lists_main {
        width: 445px;
    }

    .question_lists > h2 {
        padding: 70px 0;
        font-size: 32px;
    }

    .question_lists {
        padding-bottom: 50px;
    }

    .products_list > #scroll-wrapper > h1 {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        color: #303133;
        line-height: 38px;
        margin: 0 0 60px 0;
        padding-top: 50px;
    }

    .activty-pannel {
        padding-left: 10px;
        height: 270px;
    }

    .activty-pannel > .activty-content {
        max-width: 780px;
        font-size: 22px;
        padding-top: 0 !important;
    }

    .activty-pannel > .activty-content > p {
        padding-bottom: 0 !important;
    }

    .activty-pannel > span.subscribe-btn {
        left: 10px;
        top: 170px;
        padding-top: 6px;
        margin-top: 10px;

        width: 180px;
        height: 40px;
        border-radius: 30px;
    }

    .activty-pannel > span.subscribe-btn > a {
        font-size: 16px;
        color: #5078F6;
        line-height: 22px;
    }

    .activty-pannel > .activty-title {
        font-size: 14px;
        padding-top: 10px;
    }

    .activty-pannel > .activty-foot {
        font-size: 12px;
    }

    .footer {
        padding: 0;
    }
}

@media screen and (max-width: 770px) {

    body {
        background-image: none;
    }

    .header {
        height: 60px;
        line-height: 60px;
        box-shadow: none;
        border-bottom: 1px solid rgba(228, 231, 237, 1);
    }

    .banner img {
        margin: 0 auto;
    }

    .logo {
        line-height: 23px;
        margin: 18px 0 0 16px;
    }

    .header_more {
        float: right;
        display: block;
        width: 20px;
        height: 17px;
        margin-top: 21px;
        margin-right: 16px;
        line-height: 0;
    }

    .header_more img {
        width: 100%;
        height: 100%;
    }

    .nav {
        display: none;
        position: absolute;
        width: 240px;
        right: 16px;
        top: 80px;
        padding: 10px 0;
        border-radius: 16px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 20px 0px rgba(123, 154, 229, 0.2);
    }

    .nav li {
        width: 100%;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }

    .lead_title {
        font-size: 25px;
        height: 30px;
        line-height: 30px;
        margin: 20px 0 12px 0;
        color: #5078F6;
    }

    .lead_txt {
        font-size: 28px;
        height: 33px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .lead_describe, .sign_up_link {
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        padding: 0 16px;
    }

    .sign_up_link {
        margin-bottom: 40px;
    }

    .free_trial_btn {
        width: 160px;
        height: 40px;
        font-size: 14px;
        font-weight: bold;
        padding: 0;
        margin: 0 auto;
    }

    .banner_wrap > div {
        height: 312px;
        text-align: center;
        padding-top: 0;
    }

    .banner_img_mobile {
        display: block;
    }

    .banner_img_pc {
        display: none;
    }

    .nav_btn, .free_btn {
        display: none;
    }

    .banner_wrap {
        height: 617px;
        margin: 60px 0 0 0;
    }

    .banner_wrap > .banner {
        height: 217px;
        width: 337px;
        margin: 0 auto;
        padding: 0;
    }

    .main .main_img {
        width: 60px;
        height: 60px;
        margin: 12px auto;
    }

    .main .main_text {
        line-height: 20px;
    }

    .banner_wrap > .banner img {
        width: 100%;
        height: 100%;
    }

    .main1 > .main1_img, .main2_img {
        width: 100%;
        height: 213px;
        position: absolute;
        top: 60px;
    }

    .main1 > .main1_img img {
        width: 100%;
        height: 100%;
    }

    .question_lists_main {
        width: 100%;
    }

    .question_lists_ul li {
        width: 343px;
        padding: 10px 30px 10px 10px;
        line-height: 26px;
    }

    .question_lists > h2 {
        font-size: 20px;
    }

    .question_lists_ul li:after {
        right: 14px;
    }

    .question_lists_ul > li > div {
        padding: 15px 0px 5px 0;
    }

    .text-center {
        width: 345px;
        margin: 0 auto;
    }

    .main {
        padding-left: 0;
    }

    .main > ul > li {
        width: 162px;
        margin: 0;
        box-shadow: none;
    }

    .main .main_text {
        padding: 0 15px;
        font-size: 14px;
    }

    .learn_more .learn_more_text span {
        font-size: 18px;
    }

    .main > ul > li:first-child, .main > ul > li:nth-child(2), .main > ul > li:nth-child(5), .main > ul > li:nth-child(6) {
        height: 150px;
    }

    .main > ul > li:nth-child(2), .main > ul > li:nth-child(4), .main > ul > li:nth-child(6), .main > ul > li:nth-child(8) {
        margin-left: 20px;
    }

    .main > ul > li:nth-child(3), .main > ul > li:nth-child(4) {
        height: 210px;
    }

    .main > ul > li:nth-child(7), .main > ul > li:nth-child(8) {
        height: 170px;
    }

    .sales_data_title {
        font-size: 20px;
        text-align: center;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .main1 > .main1_text {
        width: 100%;
        padding: 0;
        bottom: 30px;
        position: absolute;
    }

    .main2_text {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 0;
    }

    .main2_text .sales_data_title {
        text-align: center;
    }

    .main2_text .sales_data_body, .sales_data_body, .sales_data_list li, .main2_text .sales_data_list li {
        text-align: center;
    }

    .sales_data_body {
        font-size: 14px;
        line-height: 18px;
    }

    .pb_num {
        padding-top: 8px;
    }

    .sales_data_list li {
        font-size: 12px;
        line-height: 22px;
    }

    .pt_num {
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .main1_text p {
        padding: 0 10px;
    }

    .left_main2 {
        height: 450px;
    }

    .main2_text .sales_data_list li:after {
        display: none;
    }

    .main2_text .sales_data_list li:before {
        content: "";
        display: inline-block;
        width: 6px;
        border-radius: 3px;
        margin: 0 10px 3px 0px;
        height: 6px;
        background-color: rgba(228, 231, 237, 1);
        border: 1px solid rgba(228, 231, 237, 1);
    }

    .main2 {
        height: 530px;
        position: relative;
        padding-top: 0;
        margin: 0 30px;
    }

    .learn_more_main {
        height: 141px;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .learn_more .learn_more_text {
        padding: 40px 59px 0 59px;
        font-size: 16px;
        margin-bottom: 0;
        height: 86px;
        line-height: 21px;
    }

    .learn_more .learn_more_button > button {
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        border: none;
        font-weight: normal;
    }

    .learn_more .learn_more_button > button:after {
        content: '>>';
        color: rgba(247, 181, 0, 1);
    }

    .main1 {
        padding-top: 0;
        height: 560px;
        position: relative;
        margin: 0 30px;
    }

    .main2_img {
        margin-left: 0;
    }

    .left_main1 {
        height: 585px;
        margin-top: 10px;
    }

    .left_main2 {
        height: 460px;
        margin-top: 40px;
    }

    .right_main1 {
        height: 465px;
    }

    .main2 .main2_img {
        top: 10px;
    }

    .page_views {
        height: 430px;
        margin-top: 10px;
    }

    .testing_tool {
        height: 490px;
        margin-top: 40px;
    }

    .span_text_hide, .reviews_hide, .performance_hide, .sales_hide {
        display: none;
    }

    .span_text_after:after {
        content: 'Track your ranking across all your main keywords';
    }

    .reviews_after:after {
        content: 'Automatically email customers & get more positive reviews';
    }

    .performance_after:after {
        content: 'See You vs Your Competition in Seconds. ACTIONABLE Tips';
    }

    .sales_after:after {
        content: 'Easily track your sales performance & don’t run out of stock again';
    }

    .sales_data_list {
        padding: 15px 0 0 0;
    }

    .sales_data_body, .pt_num, .pb_num {
        padding: 0;
        margin: 0;
    }

    .user_evaluation_head {
        font-size: 20px;
        height: 90px;
        line-height: 90px;
    }

    .user_evaluation_main ul li {
        margin-top: 0px;
        height: 188px;
        width: 100%;
    }

    .user_evaluation_main ul {
        padding: 0 16px;
        width: 100%;
    }

    .user_picture {
        width: 70px;
        height: 70px;
    }

    .user_picture {
        top: -35px;
        left: 20px;
    }

    .user_evaluation_main {
        padding-top: 35px;
        height: 710px;
    }

    .user_evaluation_main > ul > li .user_picture_head {
        height: 60px;
        line-height: 16px;
        padding-top: 43px;
        margin-top: 0;
        font-size: 14px;
    }

    .user_evaluation_main > ul > li .user_picture_span {
        margin-top: 0;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }

    .user_picture_describe:before, .user_picture_describe:after {
        width: 15px;
        height: 13px;
    }

    .user_picture_describe {
        margin-top: 33px;
        font-size: 14px;
        line-height: 18px;
    }

    .user_picture_describe:before {
        top: -20px;
        left: 30px;
    }

    .user_picture_describe:after {
        bottom: -20px;
        right: 30px;
    }

    .user_evaluation_main ul li:nth-child(2), .user_evaluation_main ul li:nth-child(3) {
        margin-top: 55px;
    }

    .user_evaluation_main {
        background: none;
    }

    .sales_title {
        font-size: 20px;
        height: 24px;
        line-height: 24px;
        margin-top: 60px;
        margin-bottom: 18px;
    }

    .sales_describe {
        font-size: 12px;
        padding: 0 16px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .sales {
        height: 165px;
    }

    .set_meal_del_price {
        height: 55px;
        line-height: 75px;
        font-size: 28px;
    }

    .set_meal_head {
        font-size: 30px;
        height: 35px;
        line-height: 35px;
        margin: 20px 0;
    }

    .set_meal_times {
        font-size: 14px;
        height: 18px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .set_meal_price {
        font-size: 35px;
        height: 50px;
        line-height: 50px;
    }

    .set_meal_unit {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        margin-bottom: 16px;
    }

    .free_trial {
        font-size: 12px;
        margin-bottom: 4px;
        height: 14px;
        line-height: 14px;
    }

    .user_evaluation_main ul li:nth-child(2), .user_evaluation_main ul li:nth-child(3), .main1 > .main1_text {
        margin-left: 0;
    }

    .question_lists > h2 {
        height: 28px;
        line-height: 28px;
        font-size: 20px;
        padding: 0;
        margin: 0;
        margin-bottom: 32px;
    }

    .question_lists {
        padding: 40px 0 20px 0;
    }

    .question_lists_ul {
        width: 100%;
        padding: 0 16px;
    }

    .question_lists_ul li {
        width: 100%;
        font-size: 14px;
    }

    .question_lists_ul > li > div {
        font-size: 12px;
        line-height: 16px;
    }

    .footer {
        padding: 0;
    }

    .footer > .row {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .footer .text-center {
        width: auto;
    }

    .footer > p:last-child {
        padding-top: 15px;
    }

    .question_lists_ul li {
        min-height: 37px;
    }

    .question_lists_ul li:after {
        top: 20px;
    }

    .question_lists_ul > li > div {
        padding: 20px 0px 5px 0;
    }

    .user_evaluation_main > ul > li {
        border-radius: 8px;
    }

    .user_evaluation_main > ul > li > div {
        padding: 0 30px;
    }

    .keyword_tracking {
        height: 465px;
    }

    .page_views .main2_img, .testing_tool .main1_img, .left_main2 .main1_img {
        top: 0;
    }

    .left_main1 .main1_img {
        top: 30px;
    }

    .testing_tool .main1_text {
        bottom: 0px;
    }

    .user_evaluation_main > ul > li {
        box-shadow: 0px 20px 20px 0px rgba(123, 154, 229, 0.2);
    }

    .home_bar {
        display: block;
        height: 60px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0px -10px 20px 0px rgba(123, 154, 229, 0.2);
    }

    .home_bar > button {
        display: inline-block;
        padding: 5px 37px;
        border-radius: 18px;
        border: 2px solid rgba(80, 120, 246, 1);
        color: rgba(80, 120, 246, 1);
        font-size: 16px;
        background: #fff;
        margin: 12px 16px;
    }

    .moblie_active {
        background-image: linear-gradient(90deg, #5078F6 0%, #8EC6FF 100%) !important;
        color: #fff !important;
        border: none !important;
        padding: 6px 38px !important;
    }

    .return_top {
        display: none;
    }

    .products_list > #scroll-wrapper > h1 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: #303133;
        line-height: 38px;
        margin: 0 0 60px 0;
        padding-top: 50px;
    }

    .activty-pannel {
        padding-left: 10px;
    }

    .activty-pannel > .activty-title {
        font-size: 12px;
        padding-top: 30px;
    }

    .activty-pannel > .activty-content {
        font-size: 16px;
        line-height: 20px;
    }

    .activty-pannel > .activty-foot {
        font-size: 12px;
    }

    .activty-pannel > span.subscribe-btn {
        left: 10px;
        top: 150px;
        padding-top: 6px;
        margin-top: 10px;

        width: 160px;
        height: 40px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 375px) {
    .keyword_tracking {
        height: 480px;
    }

    .home_bar > button {
        margin: 12px;
    }

    .moblie_active {
        padding: 6px 27px !important;
    }

    .user_evaluation_main > ul > li > div {
        padding: 0 20px;
    }

    .user_picture_describe:after {
        right: 20px;
    }

    .user_picture_describe:before {
        left: 20px;
    }

    .main1 {
        height: 575px;
    }

    .left_main1 {
        height: 610px;
    }

    .left_main2 {
        height: 485px;
    }

    .page_views {
        height: 430px;
    }

    .testing_tool {
        height: 535px;
    }

    .set_meal_del_price {
        height: 55px;
        line-height: 75px;
        font-size: 28px;
    }

    .products_list > #scroll-wrapper > h1 {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        color: #303133;
        line-height: 38px;
        margin: 0 0 60px 0;
        padding-top: 50px;
    }

    .activty-pannel {
        padding-left: 30px;
    }

    .activty-pannel > span.subscribe-btn {
        position: absolute;
        left: 30px;
        top: 150px;
    }
}

@media screen and (max-width: 360px) {
    .home_bar > button {
        margin: 10px 12px;
    }

    .moblie_active {
        padding: 6px 18px !important;
    }

    .main1_text p {
        padding: 0;
    }

    .keyword_tracking {
        height: 480px;
    }

    .left_main1 {
        height: 605px;
    }

    .right_main1 {
        height: 460px;
    }

    .left_main2 {
        height: 480px;
    }

    .page_views {
        height: 430px;
    }

    .testing_tool {
        height: 510px;
    }

    .user_picture_describe {
        font-size: 12px;
    }

    .set_meal_del_price {
        height: 55px;
        line-height: 75px;
        font-size: 28px;
    }

    .products_list > #scroll-wrapper > h1 {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        color: #303133;
        line-height: 38px;
        margin: 0 0 60px 0;
        padding-top: 50px;
    }

    .activty-pannel {
        padding-left: 30px;
    }

    .activty-pannel > span.subscribe-btn {
        position: absolute;
        left: 30px;
        top: 150px;
    }
}

@media screen and (max-width: 320px) {
    .home_bar > button {
        margin: 13px 10px;
        padding: 4px 30px;
    }

    .moblie_active {
        padding: 6px 11px !important;
    }

    .main1 > .main1_img, .main2_img {
        width: 266px;
        height: 170px;
    }

    .lead_txt {
        font-size: 22px;
    }

    .lead_title {
        font-size: 20px;
    }

    .banner_wrap > div {
        height: 380px;
    }

    .main > ul > li {
        width: 148px;
    }

    .main .main_text {
        font-size: 12px;
    }

    .learn_more_main {
        height: 130px;
    }

    .learn_more .learn_more_text {
        font-size: 14px;
        line-height: 17px;
        height: 75px;
    }

    .main1 > .main1_img, .main2_img {
        top: 40px;
    }

    .main1 {
        height: 555px;
    }

    .keyword_tracking {
        height: 435px;
    }

    .left_main1 {
        height: 590px;
        margin-top: 0;
    }

    .right_main1 {
        height: 460px;
    }

    .left_main2 {
        height: 475px;
        margin-top: 0;
    }

    .page_views {
        height: 450px;
    }

    .testing_tool {
        margin-top: 0;
        height: 555px;
    }

    .user_picture_describe {
        font-size: 12px;
    }

    .sales_title {
        font-size: 16px;
    }

    .set_meal_del_price {
        height: 55px;
        line-height: 75px;
        font-size: 28px;
    }

    .learn_more .learn_more_button > button {
        width: 100%;
    }

    .user_evaluation_main > ul > li > div {
        padding: 0 15px;
    }

    .products_list > #scroll-wrapper > h1 {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        color: #303133;
        line-height: 38px;
        margin: 0 0 60px 0;
        padding-top: 50px;
    }

    .activty-pannel {
        padding-left: 30px;
    }

    .activty-pannel > span.subscribe-btn {
        position: absolute;
        left: 30px;
        top: 150px;
    }
}

@media screen and (min-width: 1200px) {
    .products_list {
        display: block;
        margin: 0 auto;
        width: 1200px;
    }
}
