#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding-bottom: 11px;
}

.header-wrap {
    width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.header-wrap #logo {
    display: inline-block;
    width: 270px;
    height: 31px;
    background: url(../img/logo.svg) no-repeat;
    background-size: 100% 100%;
    text-indent: -10000em;
    overflow: hidden;
}

#menus {
    margin-left: 130px;
    margin-top: 5px;
}

#menus .menu {
    font-size: 16px;
    margin-right: 50px;
    font-weight: 300;
}

#menus .menu .text {
    color: #000;
}

#menus .menu:hover>.text {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

#menus .menu .text:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url(../img/arrow-down.svg) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 5px;
}

#menus .menu.no-sub .text:after {
    display: none;
}

#menus .menu.shop .text:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/shop.svg) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

#menus .menu.shop:hover .text:before {
    margin-top: -2px;
}

#menus .menu.shop .text:after {
    display: none;
}

#menus .menu-box {
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    margin-top: 40px;
    display: none;
    box-shadow: 0 10px 10px rgba(207, 207, 207, 0.25);
}

#menus .menu-box.current {
    display: block;
}

#menus .menu-box .mu-title {
    font-weight: bold;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    width: 100px;
    margin-bottom: 20px;
}

#menus .menu-list {
    margin-right: 50px;
}

#menus .menu-list:last-child {
    margin-right: 0;
}

#menus .menu-list a {
    display: block;
    font-size: 14px;
    color: #000;
    margin: 15px 0;
    color: #666;
    font-weight: normal;
}

#menus .menu-list a:hover {
    text-decoration: none;
    color: #000;
}

.login-entry {
    margin-top: -5px;
}

.login-entry a {
    font-size: 16px;
    font-weight: bold;
    color: #FF4029;
    border: 2px solid #FF4029;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 40px;
}

.login-entry a:hover {
    background: #FF4029;
    color: #fff;
    text-decoration: none;
}

.main {
    margin-top: 95px;
    background: #F5F5F5;
    position: relative;
    padding-bottom: 30px;
}

.main-wrap {
    width: 1100px;
    margin: 0 auto;
    padding-top: 70px;
    height: 650px;
}

.main .screenshot {
    position: absolute;
    bottom: 0;
    margin-right: 150px;
}

.main .intro {
    width: 600px;
    padding-top: 30px;
    margin-left: 500px;
}

.main .saying {
    font-size: 40px;
    font-weight: 200;
}

.main h2 {
    font-size: 60px;
    font-weight: bold;
}

.main h2 em {
    color: #FF4029;
    font-weight: bold;
}

.main .action {
    margin-top: 20px;
    height: 56px;
    line-height: 56px;
    width: 520px;
    background: linear-gradient(to right, #F2733C, #DD1939);
    border-radius: 10px;
    position: relative;
}

.main .action .primary {
    position: relative;
    z-index: 2;
    width: 280px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.main .action .primary:hover {
    opacity: 0.9;
    text-decoration: none;
}

.main .action .primary .text {
    position: relative;
    z-index: 2;
}

.main .action .consult-box {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    width: 240px;
    text-align: center;
    background: #CB3442;
    height: 56px;
    line-height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 200px 20px 20px 20px;
    cursor: pointer;
    z-index: 4;
}

.main .action .consult:hover {
    text-decoration: none;
}

.main .cases-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 10px rgba(207, 207, 207, 0.25);
    height: 150px;
    border-radius: 10px;
    margin-top: 60px;
}

.main .cases-box img {
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}

.main .cases-box h3 {
    font-size: 16px;
    font-weight: bold;
}

.main .cases-box h3 em {
    font-weight: bold;
    font-size: 20px;
    color: #FF4029;
}

.main .cases-box h3:before {
    content: '';
    display: inline-block;
    background: url(../img/stat.svg) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.overall-solution {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
    background: linear-gradient(to bottom, #fff 0%, #F2F2F2 50%, #fff 100%);
}

.overall-solution h2,
.architecture h2,
.league h2 {
    font-size: 42px;
    font-weight: bold;
}

.overall-solution .desc,
.architecture .desc,
.league .desc {
    font-size: 20px;
    font-weight: 200;
    margin: 10px 0 30px 0;
}

.architecture {
    background: #F8F8F8;
    padding: 90px 0;
    text-align: center;
}

.architecture .arch {
    margin-top: 50px;
}

.architecture .arch img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

.architecture .arch .view-cases {
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
    color: #0088D4;
    padding-bottom: 5px;
    border-bottom: 2px solid #0088D4;
}

.architecture .arch .view-cases:hover {
    text-decoration: none;
}

.league {
    text-align: center;
    padding: 80px 0;
}

.mini-code {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    width: 170px;
    box-shadow: 0 10px 10px #ededed;
    margin-left: 25px;
    position: absolute;
    color: #666;
    font-weight: normal;
    display: none;
}

.popup-box .mini-code {
    display: block;
    box-shadow: none;
    position: relative;
    margin: 0;
}

.mini-code img {
    margin-bottom: -20px;
}

.mini-code-text {
    font-size: 14px;
    line-height: 1;
    margin: 10px 0;
    position: relative;
}

.consult-box:hover .mini-code,
.consult-container:hover .mini-code {
    display: block;
}

.consult-container:hover .mini-code {
    margin: 20px 0 0 -55px;
}

.mini-code img {
    width: 150px;
}

.miniprogram-popup,
.chat-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    display: none;
}

.miniprogram-popup:before,
.chat-popup:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

.miniprogram-popup .popup-box,
.chat-popup .popup-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -185px 0 0 -175px;
}

.chat-popup .popup-box {
    margin-left: -105px;
}

.miniprogram-popup .close,
.chat-popup .close {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../img/popup-close.svg) no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 2;
}

.miniprogram-popup .close:hover {
    opacity: 0.8;
}

.cases-slider {
    margin-top: 60px;
}

.slider-box {
    background: #fff;
    border-radius: 10px;
    width: 520px;
    margin-top: 12px;
    position: relative;
    z-index: 2;
}

.slider-box .box-text {
    padding: 25px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.slider-box .box-text:hover {
    opacity: 0.8;
}

.slider-box .logo {
    position: absolute;
    right: 30px;
    top: -20px;
}

.main2 {
    background: #F6F6F6;
    height: 480px;
    margin-top: 95px;
}

.main2 .main-wrap {
    padding: 80px;
    position: relative;
    height: calc(100% - 80px);
}

.main2 .main-wrap h3 {
    font-size: 50px;
    font-weight: bold;
}

.main2 .main-wrap .desc {
    font-size: 22px;
    font-weight: 200;
    max-width: 500px;
    margin: 20px 0;
}

.main2 .main-wrap:after {
    content: '';
    display: inline-block;
    height: 523px;
    width: 356px;
    background: url(../img/org-bg.svg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -20px;
    right: 50px;
    transform: scale(0.9);
}

.main2.join .main-wrap:after {
    content: '';
    display: inline-block;
    width: 595px;
    height: 427px;
    background: url(../img/join-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 100px;
    right: 50px;
}

.main2 .main-action {
    margin-top: 40px;
    padding-left: 15px;
}

.main2 .main-action .primary {
    height: 56px;
    line-height: 56px;
    background: #FF4029;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 0 60px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.main2 .main-action .primary:hover {
    text-decoration: none;
    opacity: 0.9;
}

.main2 .main-action .consult-container {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000;
    margin-left: 40px;
    ;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.main2 .main-action .consult-btn:hover {
    text-decoration: none;
    opacity: 0.7;
}

.main3 {
    background: linear-gradient(to bottom, #0C00B6, #3DFCFF);
    text-align: center;
    margin-top: 95px;
}

.main4 {
    background: #F6F6F6;
    text-align: center;
    margin-top: 95px;
}

.main3 .main-wrap {
    padding-top: 100px;
    height: auto;
    padding-bottom: 100px;
}

.main4 .main-wrap {
    padding-top: 100px;
    height: auto;
    padding-bottom: 100px;
}

.main3 .main-wrap h3 {
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.main4 .main-wrap h2 {
    font-size: 50px;
    font-weight: 700;
}

.main4 .main-wrap .desc {
    font-size: 22px;
    font-weight: 200;
    margin-top: 20px;
}

.main4 .action {
    margin-top: 40px;
}

.main4 .action .primary {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    background: #FF4029;
    border-radius: 10px;
    color: #fff;
    padding: 0 60px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.main4 .action .consult {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
    margin-left: 40px;
    vertical-align: middle;
}

.main4 .action a {
    text-decoration: none;
}

.main4 .action a:hover {
    opacity: 0.9;
}

.main3 .main-wrap h3:after {
    content: '';
    display: inline-block;
    width: 81px;
    height: 41px;
    background: url(../img/limelive-logo.svg) no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
}

.main3 .main-wrap .projects {
    margin-top: 50px;
}

.main3 .main-wrap .projects img {
    width: 100%;
}

.main3 .main-wrap .more-projects {
    background: #fff;
    border-radius: 20px;
    height: 150px;
    line-height: 150px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
}

.main3 .main-wrap .more-projects a {
    color: #1B6BDC;
}

.main3 .desc {
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 200;
}

.main3 .ai-camera {
    margin-top: 30px;
}

.main3 .ai-camera img {
    width: 573px;
}

.main3 .main-action {
    margin-top: 30px;
}

.main3 .main-action a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.main3 .main-action a.primary {
    background: #FF4029;
    border-radius: 50px;
    color: #fff;
    padding: 0 50px;
    font-size: 18px;
    font-weight: bold;
}

.main3 .main-action a.primary:hover {
    text-decoration: none;
    opacity: 0.95;
}

.main3 .main-action a.consult-btn {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 50px;
    border-radius: 50px;
    font-size: 18px;
}

.main3 .main-action a.consult-btn:hover {
    text-decoration: none;
}

.main3 .consult-container {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.main3 .mini-code {
    box-shadow: none;
    left: 35px;
}

.plan-box,
.team-box {
    text-align: center;
    position: relative;
}

.team-box {
    padding-top: 80px;
}

.plan-box {
    padding-top: 80px;
}

.club-box {
    text-align: center;
    background-color: #CB3442;
    margin-top: -127px;
    padding-top: 80px;
    line-height: 1;
    position: relative;
}

.lots-box {
    text-align: center;
    background-color: #596050;
    padding-top: 80px;
    line-height: 1;
    position: relative;
}

.sign-box {
    background-color: #F6F6F6;
    margin-top: -2px;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.threads-box {
    background-color: #F6F6F6;
    margin-top: -2px;
    padding-top: 100px;
    text-align: center;
    position: relative;
}

.draw-box {
    background-color: #00CCB1;
    text-align: center;
    padding-top: 100px;
    position: relative;
}

.tag {
    top: -100px;
    position: absolute;
}

.plan-box .tag {
    top: -150px;
}

.club-box .tag {
    top: -80px;
}

.sign-box .tag {
    top: -80px;
}

.draw-box .tag {
    top: -60px;
}

.threads-box .tag {
    top: -80px;
}

.team-box .tag {
    top: -130px;
}

.live-features,
.live-setup {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.live-features,
.live-setup {
    width: 80%;
}

.live-features img,
.live-setup img {
    width: 100%;
}

.live-content {
    background: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.live-setup {
    margin-top: 80px;
}

.live-footer {
    height: 463px;
    background: linear-gradient(to right, #201F20, #868286);
}

.live-footer .wrap {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    height: 463px;
    position: relative;
}

.live-footer .wrap:before {
    display: inline-block;
    content: '';
    width: 888px;
    height: 462px;
    background: url(../img/footer-camera.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -700px;
}

.live-footer .slogan {
    position: absolute;
    left: 50%;
    top: 140px;
    margin-left: 80px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.live-footer .footer-action a.primary {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    background: #FF4029;
    border-radius: 50px;
    display: inline-block;
    padding: 0 60px;
    color: #fff;
}

.live-footer .footer-action a:hover {
    text-decoration: none;
    opacity: 0.95;
}

.live-footer .footer-action .consult-container {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: none;
    margin-left: 10px;
    ;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.live-footer .footer-action a.consult-btn {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 50px;
    border-radius: 50px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.live-footer .footer-action a.consult-btn:hover {
    text-decoration: none;
}

.live-footer .mini-code {
    box-shadow: none;
    left: 35px;
    top: -280px;
}

.main4 .project-menus {
    display: flex;
}

.main4 .project-menus a {
    flex: 1;
    display: inline-block;
    background: #fff;
    width: 195px;
    height: 161px;
    margin-right: 20px;
    border-radius: 20px;
    margin-top: 80px;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.2;
    cursor: default;
}

.main4 .project-menus i {
    font-style: normal;
    font-size: 42px;
    display: block;
    margin-top: 25px;
}

.main4 .project-menus a:hover {
    text-decoration: none;
    /* background: #ededed; */
}

.main4 .project-menus .more-list {
    margin-right: 0;
}

.main4 .project-menus a.selected {
    background: #000;
    color: #fff;
    cursor: default;
    opacity: 1;
}

.panel-box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    padding-bottom: 60px;
}

.score-panel-fun {
    background: #FF671F;
    border-radius: 20px;
    margin-bottom: 20px;
}

.score-panel-pro {
    background: #FF3A1F;
    border-radius: 20px;
}

.score-panel-fun .panel-wrap,
.score-panel-pro .panel-wrap {
    padding: 50px 60px;
}

.panel-box h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.panel-box .panel-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    position: relative;
}

.panel-box .panel-header .act {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    right: 0;
    top: 0;
    color: #fff;
    text-decoration: none;
}

.panel-box .panel-header .act:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    margin-left: 10px;
    margin-top: -2px;
    vertical-align: middle;
}

.panel-box .panel-body {
    padding: 60px 0 20px 0;
}

.panel-box .panel-body img {
    width: 100%;
}

.score-panel-pro .action {
    text-align: center;
    margin-top: 20px;
}

.score-panel-pro .primary {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    background: #fff;
    border-radius: 10px;
    font-weight: bold;
    color: #FF3A1F;
    font-size: 24px;
    font-weight: bold;
    padding: 0 60px;
    margin-right: 30px;
    vertical-align: middle;
    text-decoration: none;
}

.score-panel-pro .try {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 4px solid #fff;
    vertical-align: middle;
    text-decoration: none;
}

.footer {
    height: 268px;
    width: 100%;
    background: url(../img/footer-banner.svg) no-repeat;
    background-size: cover;
    text-align: center;
}

.footer h2 {
    display: block;
    padding-top: 75px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}

.footer .action {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    border: 3px solid #fff;
    padding: 0 150px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}

.copyright {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #333;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.copyright .split {
    opacity: 0.3;
    margin: 0 10px;
}

@media all and (max-width:720px) {
    #header {
        padding-left: 10px;
    }

    .header-wrap #logo {
        transform: scale(0.9);
    }

    .main3,
    .main2,
    .main {
        width: 100%;
        margin-top: 80px;
    }

    .main-wrap {
        max-width: 100%;
        padding-top: 0;
        height: auto;
    }

    .main3 .main-wrap h3 {
        font-size: 45px;
    }

    .main3 .main-wrap h3:after {
        display: none;
    }

    .main3 .main-wrap {
        padding-top: 70px;
        padding-bottom: 200px;
    }

    .main3 .desc {
        font-size: 14px;
    }

    .main3 .main-action a,
    .main3 .consult-container {
        width: 80%;
        padding: 0 !important;
        margin: 0 auto;
    }

    .main3 .consult-container {
        width: 100%;
        margin-top: 20px;
    }

    .main3 .ai-camera img {
        width: 80%;
    }

    .main3 .mini-code {
        left: 140px;
    }

    .main3 .main-wrap .projects {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .main3 .main-wrap .more-projects {
        font-size: 16px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
        line-height: 100px;
    }

    .main3 .main-wrap {
        padding-bottom: 60px;
    }

    .live-content {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .live-setup {
        margin-top: 50px;
    }

    .live-footer {
        display: none;
    }

    .main .screenshot {
        margin-right: 0;
        text-align: center;
        position: relative;
    }

    .main .intro {
        float: none;
    }

    .main .saying {
        text-align: center;
        margin-top: 30px;
    }

    .main .saying img {
        width: 80%;
    }

    .main .action {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .main .screenshot img {
        width: 80%;
    }

    .main-wrap {
        width: 100%;
    }

    .main .action a {
        font-size: 16px !important;
    }

    .main .action .consult-box {
        width: 140px;
    }

    .main .action .primary {
        width: 180px;
    }

    .cases-slider {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-box {
        width: 100%;
    }

    .slider-box .box-text {
        font-size: 16px;
        width: 90%;
    }

    .slider-box .logo {
        display: none;
    }

    .overall-solution {
        padding-top: 30px;
    }

    .overall-solution h2,
    .architecture h2,
    .league h2 {
        font-size: 24px;
    }

    .overall-solution .desc,
    .architecture .desc,
    .league .desc {
        font-size: 14px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .overall-solution .solution img {
        width: 80%;
    }

    .architecture {
        padding: 40px 0;
    }

    .architecture .arch {
        margin-top: 30px;
    }

    .architecture .arch img {
        max-width: 80%;
    }

    .architecture .arch .view-cases {
        margin-top: 30px;
        font-size: 14px;
    }

    .league {
        padding: 40px 0;
    }

    .main .mini-code {
        margin-left: -45px;
    }

    .league .arch img {
        width: 80% !important;
    }

    .main2 .main-wrap {
        padding: 40px 20px;
    }

    .main2 .main-wrap h3 {
        font-size: 30px;
        margin-right: 50px;
        text-align: center;
    }

    .main2 .main-wrap .desc {
        font-size: 16px;
        width: 90%;
    }

    .main2 .main-wrap:after {
        display: none;
    }

    .main2 {
        height: 320px;
    }

    .plan-box,
    .team-box {
        margin-top: 30px;
        text-align: center;
    }

    .plan-box img {
        width: 90%;
    }

    .club-box {
        margin-top: -45px;
        padding-top: 20px;
    }

    .club-box img {
        width: 90%;
    }

    .sign-box {
        padding-top: 0;
    }

    .sign-box img {
        padding-top: 20px;
        width: 90%;
    }

    .draw-box {
        padding-top: 30px;
    }

    .draw-box img {
        width: 90%;
    }

    .main2 .main-action .primary {
        font-size: 18px;
    }

    .main2 .main-action .consult-container {
        font-size: 18px;
    }

    .main2.join .main-wrap:after {
        display: none;
    }

    .team-box img {
        width: 90%;
    }

    .lots-box {
        padding-top: 30px;
    }

    .lots-box img {
        width: 90%;
    }

    .threads-box {
        padding-top: 30px;
    }

    .threads-box img {
        width: 90%;
    }

    .copyright {
        height: 40px;
        line-height: 40px;
    }

    .footer h2 {
        padding-top: 40px;
        font-size: 28px;
    }

    .footer {
        height: 200px;
    }

    .footer .action {
        font-size: 18px;
        padding: 0;
        height: 40px;
        line-height: 40px;
        width: 80%;
        border: 2px solid #fff;
    }

    .main4 .main-wrap {
        padding-top: 60px;
    }

    .main4 .main-wrap h2 {
        font-size: 38px;
    }

    .main4 .main-wrap .desc {
        font-size: 16px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .main4 .project-menus {
        display: block;
        padding-top: 50px;
    }

    .main4 .project-menus a {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        height: 120px;
        padding-top: 20px;
        margin-top: 20px;
    }

    .main4 .project-menus i {
        margin-top: 0;
    }

    .panel-box {
        width: 80%;
    }

    .score-panel-fun .panel-wrap, .score-panel-pro .panel-wrap {
        padding: 20px;
    }

    .panel-box h3 {
        font-size: 14px;
    }

    .panel-box .panel-header .act {
        display: none;
    }

    .panel-box .panel-body {
        padding: 20px 0;
    }

    .score-panel-pro .primary {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        width: 100%;
        padding: 0;
        margin-top: -20px;
    }

    .score-panel-pro .try {
        margin-top: 20px;
    }
}