* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

@media (max-width: 550px) {

    .nav-box {
        width: 100%;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
        background-color: #FFFFFF !important;
    }

    .py-3 {
        /* padding-top: 10px !important; */
        /* padding-bottom: 10px !important; */
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        margin-top: 15px;

        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand {
        padding-top: 0px;
    }

    .navbar-brand .logoImg {
        width: 100px;
        height: 39.5px;

    }

    .navbar-brand .titleImg {
        width: 100px !important;
        height: 20px !important;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .navbar-brand .tit {
        width: 30px;
        height: 30px;
        background-color: #bbb;
        margin-right: 10px;
    }

    .navbar-brand .title {
        font-size: 15px;

    }

    .nav-link {
        font-size: 15px;
        color: #131A2D;
        line-height: 2rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 100px;
        height: 15px;
    }

    .title-svg {
        height: 14px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 0px;
        padding: .5rem .5rem .5px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 35px;
        display: flex;
        align-items: center;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 2px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .dom {
        position: relative;
        height: 640px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .dom .top {
        height: 30%;
    }

    .dom .bottom {
        height: 70%;
        background: #F9F9F9;
    }

    .dom .middle {
        position: absolute;
        width: 80%;
        height: 750px;
        left: 10%;
        top: 6%;
    }

    .dom .middle>img {
        width: 100%;
        height: 200px;
    }

    .dom .middle .flow {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;

    }

    .dom .middle .flow div {
        display: flex;
        align-items: center;
        width: 200px;
        height: 65px;
        padding-left: 10px;
        margin-left: 20px;
        margin-top: 20px;
        background: #FFFFFF;
        border-radius: 80px;
    }

    .dom .middle .flow div img {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }

    .dom .middle .flow div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 12px;
        color: #274228;
        line-height: 25px;
        text-align: left;
        font-style: normal;
        padding-right: 10px;
        width: 140px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .hakan {
        padding-top: 40px;
    }

    .hakan h2 {
        font-size: 22px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 40px;
        text-align: center;
    }

    .hakan .hakan-main {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 10%;
        margin-top: -10px;
        margin-bottom: 60px;
    }

    .hakan .hakan-main div {
        width: 300px;
        height: 400px;
        border: solid 2px #7EE36E;
        border-radius: 30px;
        padding: 30px 20px;
        margin-top: 30px;
    }

    .hakan .hakan-main div img {
        width: 60px;
        height: 60px;
    }

    .hakan .hakan-main div h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 16px;
        color: #274228;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
    }


    .hakan .hakan-main div p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #274228;
        line-height: 24px;
        text-align: left;
        margin-top: 10px;
    }

    .mid {
        display: flex;
        justify-content: center;
        padding: 0 10%;
        flex-wrap: wrap;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .mid img {
        width: 100%;
        height: 150px;
    }

    .mid div {
        margin-top: 15px;
        width: 85%;
    }

    .mid h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 16px;
        color: #274228;
        line-height: 24px;
        text-align: left;
        margin-top: 20px;
    }

    .mid p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #274228;
        line-height: 24px;
        text-align: left;
        margin-top: 10px;
    }

    .para {
        background: #fff;
        height: 100%;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .para p {
        padding: 0 10%;
        font-size: 14px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 32px;
        margin-top: 20px;
    }

    .para h2 {
        font-size: 26px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .que {
        padding: 0 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .que img {
        width: 300px;
        height: 200px;
    }

    .que .que-right {
        margin-left: 0px;
    }

    .que .que-right ul {
        margin-top: 19px;
        margin-left: -30px;
    }

    .que .que-right ul li {
        margin-top: 20px;
        list-style: none;
        font-size: 14px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 32px;

    }

    .prede {
        display: flex;
        padding: 0 10%;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;

    }

    .prede div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -120px;
    }

    .prede div .app {
        width: 180px;
        height: 180px;
        margin-top: 120px;
    }

    .prede div img {
        margin-top: 30px;
    }

    .para .shaw {
        width: 380px;
        height: 600px;
    }

    .para .add {
        margin-top: 0px;
    }

    .detail {
        width: 100%;
        background: url('../imgs/high.png') no-repeat 0;
        background-size: 100% 100%;
        padding: 0 8%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .detail .ace {

        height: 690px;
        background: #FFFFFF;
        border-radius: 20px;
        opacity: 0.7;
        padding: 30px 20px;
        display: flex;
        align-items: center;
    }

    .detail .ace h2 {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
        margin-bottom: 30px;
    }

    .detail .ace p {
        font-size: 14px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 28px;
    }




    .footer {
        width: 100%;
    }

    .footer-top {
        height: 360px;
        background: #F9F9F9;
        padding-top: 20px;
    }

    .footer-top .first a {
        font-size: 14px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        font-weight: 900;


    }

    .footer-top .first .http:hover {
        color: #7EE36E;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 24px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000;
        margin-bottom: 40px;
    }

    .footer-top img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

    .footer-top .first {
        margin-top: 0px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        margin-top: 10px;
        padding: 0 5%;
        line-height: 36px;
    }

    .footer-bottom {
        height: 70px;
        background: #002551;

    }

    .footer-bottom p {
        font-size: 14px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 70px;
        text-align: center;
    }
}

@media (min-width: 551px) {
    .nav-box {
        width: 100%;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
        background-color: #FFFFFF !important;
    }


    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        margin-top: 15px;
        font-family: Roboto-Regular,
            Roboto;

    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 80%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .logoImg {
        width: 142px;
        height: 56px;
    }

    .title-svg {
        height: 22px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .dom {
        position: relative;
        height: 860px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .dom .top {
        height: 40%;
    }

    .dom .bottom {
        height: 60%;
        background: #F9F9F9;
    }

    .dom .middle {
        position: absolute;
        width: 80%;
        height: 750px;
        left: 10%;
        top: 6%;
    }

    .dom .middle>img {
        width: 100%;
        height: 500px;
    }

    .dom .middle .flow {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;

    }

    .dom .middle .flow div {
        display: flex;
        align-items: center;
        width: 200px;
        height: 80px;
        padding-left: 20px;
        margin-left: 10px;
        margin-top: 20px;
        background: #FFFFFF;
        border-radius: 80px;
    }

    .dom .middle .flow div img {
        width: 40px;
        height: 40px;
    }

    .dom .middle .flow div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #274228;
        line-height: 25px;
        text-align: left;
        font-style: normal;
        padding-right: 10px;
        width: 140px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .hakan {
        padding-top: 80px;
    }

    .hakan h2 {
        font-size: 32px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .hakan .hakan-main {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 10%;
        margin-top: 40px;
        margin-bottom: 100px;
    }

    .hakan .hakan-main div {
        width: 400px;
        height: 550px;
        border: solid 2px #7EE36E;
        border-radius: 30px;
        padding: 50px 40px;
        margin-top: 50px;
    }

    .hakan .hakan-main div img {
        width: 90px;
        height: 90px;
    }

    .hakan .hakan-main div h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 24px;
        color: #274228;
        line-height: 38px;
        text-align: left;
        margin-top: 30px;
    }


    .hakan .hakan-main div p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #274228;
        line-height: 32px;
        text-align: left;
        margin-top: 20px;
    }

    .mid {
        display: flex;
        justify-content: center;
        padding: 0 10%;
        flex-wrap: wrap;
        margin-top: -20px;
        margin-bottom: 100px;
    }

    .mid img {
        width: 100%;
        height: 320px;
    }

    .mid div {
        margin-top: 90px;
        width: 80%;
    }

    .mid h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 20px;
        color: #274228;
        line-height: 30px;
        text-align: left;
        margin-top: 40px;
    }

    .mid p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #274228;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
    }

    .para {
        background: #fff;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .para h2 {
        font-size: 36px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .para p {
        padding: 0 10%;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;
        margin-top: 60px;
    }

    .que {
        padding: 0 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 80px;
    }

    .que img {
        width: 450px;
        height: 350px;
    }

    .que .que-right {
        margin-left: 0px;
    }



    .que .que-right ul {
        margin-top: 19px;
        margin-left: -30px;
        width: 450px;
    }

    .que .que-right ul li {
        margin-top: 50px;
        list-style: none;
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;

    }

    .prede {
        display: flex;
        padding: 0 10%;
        margin-top: 80px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;

    }

    .prede div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -120px;
    }

    .prede div .app {
        width: 200px;
        height: 200px;
        margin-top: 120px;
    }

    .prede div img {
        margin-top: 80px;
    }

    .para .shaw {
        width: 380px;
        height: 720px;
    }

    .para .add {
        margin-top: 80px;
        margin-bottom: -30px;
    }

    .para .add_detail {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 48px;
        width: 600px;
        margin: 40px auto;


    }


    .detail {
        width: 100%;
        background: url('../imgs/high.png') no-repeat 0;
        background-size: 100% 100%;

        padding-top: 80px;
        padding-bottom: 80px;
    }

    .detail .ace {
        margin: 0 auto;
        height: 800px;
        background: #FFFFFF;
        border-radius: 20px;
        opacity: 0.7;
        width: 485px;
        padding: 30px 35px;
    }


    .detail .ace p {
        font-size: 18px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 400;
        color: #333;
        line-height: 40px;
    }




    .footer {
        width: 100%;
    }

    .footer-top {
        height: 430px;
        background: #F9F9F9;
        padding-top: 79px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000;
        margin-bottom: 60px;
    }

    .footer-top img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .footer-top .first {
        margin-top: 0px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        margin-top: 15px;
        padding: 0 5%;
        line-height: 40px;
    }

    .footer-top .first a {
        font-size: 14px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        font-weight: 900;


    }

    .footer-top .first .http:hover {
        color: #7EE36E;
    }

    .footer-bottom {
        height: 80px;
        background: #002551;

    }

    .footer-bottom p {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 80px;
        text-align: center;
    }

}

@media (min-width: 992px) {
    .nav-box {
        width: 100%;

        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 5%;
    }

    .nav {
        width: 80%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 19px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .logoImg {
        width: 142px;
        height: 56px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        width: 230px;
        margin-left: -50px;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;

        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .dom {
        position: relative;
        height: 860px;
        display: flex;
        flex-direction: column;
    }

    .dom .top {
        height: 40%;
    }

    .dom .bottom {
        height: 60%;
        background: #F9F9F9;
    }

    .dom .middle {
        position: absolute;
        width: 80%;
        height: 750px;
        left: 10%;
        top: 6%;
    }

    .dom .middle>img {
        width: 100%;
        height: 80%;
    }

    .dom .middle .flow {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }

    .dom .middle .flow div {
        display: flex;
        align-items: center;
        width: 190px;
        height: 80px;
        padding-left: 15px;
        margin-left: 0;
        margin-top: 0;

        background: #FFFFFF;
        border-radius: 80px;
    }

    .dom .middle .flow div img {
        width: 40px;
        height: 40px;
    }

    .dom .middle .flow div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #274228;
        line-height: 25px;
        text-align: left;
        font-style: normal;
        padding-right: 10px;
        width: 140px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .hakan {
        padding-top: 80px;
    }

    .hakan h2 {
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .hakan .hakan-main {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 30%;
        margin-top: 40px;
        margin-bottom: 120px;
    }

    .hakan .hakan-main div {
        width: 400px;
        height: 550px;
        border: solid 2px #7EE36E;
        border-radius: 30px;
        padding: 50px 40px;
    }

    .hakan .hakan-main div img {
        width: 90px;
        height: 90px;
    }

    .hakan .hakan-main div h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 24px;
        color: #274228;
        line-height: 38px;
        text-align: left;
        margin-top: 30px;
    }


    .hakan .hakan-main div p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #274228;
        line-height: 32px;
        text-align: left;
        margin-top: 20px;
    }

    .mid {
        display: flex;
        justify-content: space-between;
        padding: 0 10%;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .mid img {
        width: 100%;
        height: 240px;
    }

    .mid div {
        margin-top: 90px;
        width: 46%;
    }

    .mid h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 20px;
        color: #274228;
        line-height: 35px;
        text-align: left;
        margin-top: 40px;
    }

    .mid p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #274228;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
    }

    .para {
        background: #fff;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .para h2 {
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .para p {
        padding: 0 10%;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;
        margin-top: 60px;
    }

    .que {
        padding: 0 20%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 80px;
    }

    .que img {
        width: 550px;
        height: 400px;
    }

    .que .que-right {
        margin-left: 0px;
    }



    .que .que-right ul {
        margin-top: 19px;
        margin-left: 0px;
        width: 700px;
    }

    .que .que-right ul li {
        margin-top: 50px;
        list-style: none;
        font-size: 19px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;

    }

    .prede {
        display: flex;
        padding: 0 10%;
        margin-top: 80px;
        flex-wrap: nowrap;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .prede div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -120px;
    }

    .prede div .app {
        width: 200px;
        height: 200px;
        margin-top: 100px;
    }

    .prede div img {
        margin-top: 80px;
    }

    .para .shaw {
        width: 380px;
        height: 720px;
    }

    .para .add {
        margin-top: 80px;
        margin-bottom: 0;
    }

    .para .add_detail {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 48px;
        width: 100%;
        margin-top: 50px;
    }

    .detail {
        width: 100%;
        background: url('../imgs/high.png') no-repeat 0;
        background-size: 100% 100%;
        padding: 0 15%;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .detail .ace {

        height: 670px;
        background: #FFFFFF;
        border-radius: 20px;
        opacity: 0.8;
        padding: 40px 40px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .detail .ace h2 {
        font-size: 40px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
        margin-bottom: 60px;
    }

    .detail .ace p {
        font-size: 22px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 400;
        color: #333;
        line-height: 40px;
    }




    .footer {
        width: 100%;
    }

    .footer-top {
        height: 460px;
        background: #F9F9F9;
        padding-top: 60px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000;
        margin-bottom: 50px;
    }

    .footer-top img {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    .footer-top .first {
        margin-top: 0px;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        margin-top: 15px;
        padding: 0 5%;
        line-height: 60px;
    }

    .footer-top .first a {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        font-weight: 900;


    }

    .footer-top .first .http:hover {
        color: #7EE36E;
    }

    .footer-bottom {
        height: 80px;
        background: #002551;

    }

    .footer-bottom p {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 80px;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .nav-box {
        width: 100%;

        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 5%;
    }

    .nav {
        width: 75%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 19px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .logoImg {
        width: 142px;
        height: 56px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        width: 230px;
        margin-left: -50px;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;

        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .dom {
        position: relative;
        height: 860px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .dom .top {
        height: 40%;
    }

    .dom .bottom {
        height: 60%;
        background: #F9F9F9;
    }

    .dom .middle {
        position: absolute;
        width: 80%;
        height: 750px;
        left: 10%;
        top: 6%;
    }

    .dom .middle>img {
        width: 100%;
        height: 80%;
    }

    .dom .middle .flow {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 60px;
    }

    .dom .middle .flow div {
        display: flex;
        align-items: center;
        width: 200px;
        height: 80px;
        padding-left: 20px;

        background: #FFFFFF;
        border-radius: 80px;
    }

    .dom .middle .flow div img {
        width: 40px;
        height: 40px;
    }

    .dom .middle .flow div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #274228;
        line-height: 25px;
        text-align: left;
        font-style: normal;
        padding-right: 10px;
        width: 140px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .hakan {
        padding-top: 80px;
    }

    .hakan h2 {
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .hakan .hakan-main {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 30%;
        margin-top: 40px;
        margin-bottom: 120px;
    }

    .hakan .hakan-main div {
        width: 400px;
        height: 550px;
        border: solid 2px #7EE36E;
        border-radius: 30px;
        padding: 50px 40px;
    }

    .hakan .hakan-main div img {
        width: 90px;
        height: 90px;
    }

    .hakan .hakan-main div h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 20px;
        color: #274228;
        line-height: 38px;
        text-align: left;
        margin-top: 30px;
    }


    .hakan .hakan-main div p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 16px;
        color: #274228;
        line-height: 32px;
        text-align: left;
        margin-top: 20px;
    }

    .mid {
        display: flex;
        justify-content: space-between;
        padding: 0 10%;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .mid img {
        width: 100%;
        height: 300px;
    }

    .mid div {
        margin-top: 90px;
        width: 46%;
    }

    .mid h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 20px;
        color: #274228;
        line-height: 35px;
        text-align: left;
        margin-top: 40px;
    }

    .mid p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #274228;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
    }

    .para {
        background: #fff;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 30px;
        margin-top: 120px;
    }

    .para h2 {
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .para p {
        padding: 0 10%;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;
        margin-top: 60px;
    }

    .que {
        padding: 0 20%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 80px;
    }

    .que img {
        width: 550px;
        height: 400px;
    }

    .que .que-right {
        margin-left: 0px;
    }



    .que .que-right ul {
        margin-top: 19px;
        margin-left: 0px;
        width: 700px;
    }

    .prede {
        display: flex;
        padding: 0 10%;
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .prede div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -120px;
    }

    .prede div .app {
        width: 200px;
        height: 200px;
    }

    .prede div img {
        margin-top: 80px;
    }

    .para .shaw {
        width: 380px;
        height: 720px;
    }

    .que .que-right ul li {
        margin-top: 50px;
        list-style: none;
        font-size: 19px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;

    }

    .prede {
        display: flex;
        padding: 0 13%;
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .prede div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -120px;
    }

    .prede div .app {
        width: 200px;
        height: 200px;
    }

    .prede div img {
        margin-top: 80px;
    }

    .para .shaw {
        width: 380px;
        height: 720px;
    }

    .para .add {
        margin-top: 80px;
    }

    .para .add_detail {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 48px;
        width: 100%;
        margin-top: 50px;
    }

    .detail {
        width: 100%;
        background: url('../imgs/high.png') no-repeat 0;
        background-size: 100% 100%;
        padding: 0 15%;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .detail .ace {

        height: 670px;
        background: #FFFFFF;
        border-radius: 20px;
        opacity: 0.8;
        padding: 40px 40px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .detail .ace h2 {
        font-size: 40px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
        margin-bottom: 60px;
    }

    .detail .ace p {
        font-size: 22px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 400;
        color: #333;
        line-height: 40px;
    }




    .footer {
        width: 100%;
    }

    .footer-top {
        height: 500px;
        background: #F9F9F9;
        padding-top: 79px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000;
        margin-bottom: 60px;
    }

    .footer-top img {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    .footer-top .first {
        margin-top: 0px;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        margin-top: 15px;
        padding: 0 5%;
        line-height: 60px;
    }


    .footer-top .first a {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        font-weight: 900;


    }

    .footer-top .first .http:hover {
        color: #7EE36E;
    }

    .footer-bottom {
        height: 80px;
        background: #002551;

    }

    .footer-bottom p {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 80px;
        text-align: center;
    }
}

@media (min-width: 1366px) {
    .nav-box {
        width: 100%;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 70%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 20px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .logoImg {
        width: 142px;
        height: 56px;
    }

    .title-svg {
        height: 20px;
        margin-left: 20px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        width: 230px;
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .dom {
        position: relative;
        height: 860px;
        display: flex;
        flex-direction: column;
    }

    .dom .top {
        height: 40%;
    }

    .dom .bottom {
        height: 60%;
        background: #F9F9F9;
    }

    .dom .middle {
        position: absolute;
        width: 80%;
        height: 750px;
        left: 10%;
        top: 6%;
    }

    .dom .middle>img {
        width: 100%;
        height: 80%;
    }

    .dom .middle .flow {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    .dom .middle .flow div {
        display: flex;
        align-items: center;
        width: 260px;
        height: 100px;
        padding-left: 20px;

        background: #FFFFFF;
        border-radius: 80px;
    }

    .dom .middle .flow div img {
        width: 60px;
        height: 60px;
    }

    .dom .middle .flow div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #274228;
        line-height: 25px;
        text-align: left;
        font-style: normal;
        width: 140px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .hakan {
        padding-top: 80px;
    }

    .hakan h2 {
        font-size: 46px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .hakan .hakan-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 10%;
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .hakan .hakan-main div {
        width: 340px;
        height: 540px;
        border: solid 2px #7EE36E;
        border-radius: 30px;
        padding: 50px 30px;
    }

    .hakan .hakan-main div img {
        width: 90px;
        height: 90px;
    }

    .hakan .hakan-main div h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 24px;
        color: #274228;
        line-height: 38px;
        text-align: left;
        margin-top: 30px;
    }


    .hakan .hakan-main div p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 16px;
        color: #274228;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
    }

    .mid {
        display: flex;
        justify-content: space-between;
        padding: 0 10%;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .mid img {
        width: 100%;
        height: 350px;
    }

    .mid div {
        margin-top: 90px;
        width: 46%;
    }

    .mid h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 22px;
        color: #274228;
        line-height: 35px;
        text-align: left;
        margin-top: 40px;
    }

    .mid p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #274228;
        line-height: 30px;
        text-align: left;
        margin-top: 30px;
    }

    .para {
        background: #fff;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 80px;

    }

    .para h2 {
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .para p {
        padding: 0 10%;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;
        margin-top: 60px;
    }

    .que {
        padding: 0 10%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 100px;
        align-items: center;
    }

    .que img {
        width: 490px;
        height: 490px;
        margin-top: -20px;
    }

    .que .que-right {
        margin-left: 50px;
    }



    .que .que-right ul {
        margin-top: -40px;
        margin-left: 0px;
        width: 100%;
    }

    .que .que-right ul li {
        margin-top: 20px;
        list-style: none;
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 34px;

    }

    .prede {
        display: flex;
        padding: 0 18%;
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .prede div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -120px;

    }

    .prede div .app {
        width: 200px;
        height: 200px;

    }

    .prede div img {
        margin-top: 80px;
    }

    .para .shaw {
        width: 380px;
        height: 720px;
    }

    .para .add {
        margin-top: 120px;
        text-align: center;
    }

    .para .add_detail {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 48px;
        width: 100%;
        margin-top: 50px;
    }


    .detail {
        width: 100%;
        background: url('../imgs/high.png') no-repeat 0;
        background-size: 100% 100%;
        padding: 0 15%;
        padding-top: 170px;
        padding-bottom: 160px;
    }

    .detail .ace {

        height: 540px;
        background: #FFFFFF;
        border-radius: 20px;
        opacity: 0.8;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .detail .ace h2 {
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
        margin-bottom: 40px;
    }

    .detail .ace p {
        font-size: 22px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 400;
        color: #333;
        line-height: 40px;
    }




    .footer {
        width: 100%;
    }

    .footer-top {
        height: 530px;
        background: #F9F9F9;
        padding-top: 79px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000;
        margin-bottom: 70px;
    }

    .footer-top img {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    .footer-top .first {
        margin-top: 0px;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        margin-top: 25px;
        padding: 0 8%;
        line-height: 60px;
    }

    .footer-top .first a {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        font-weight: 900;


    }

    .footer-top .first .http:hover {
        color: #7EE36E;
    }

    .footer-bottom {
        height: 80px;
        background: #002551;

    }

    .footer-bottom p {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 80px;
        text-align: center;
    }
}


@media (min-width: 1680px) {
    .nav-box {
        width: 100%;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 70%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 70%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 20px;
        color: #131A2D;
        /* line-height: 3rem; */
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .logoImg {
        width: 142px;
        height: 56px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        width: 230px;
        border: none;
        inset: 60px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 0;
        padding: 0.25rem 1.25rem 20px 1.75rem;
        margin-left: -30px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
        margin-top: 15px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .dom {
        position: relative;
        height: 860px;
        display: flex;
        flex-direction: column;
    }

    .dom .top {
        height: 40%;
    }

    .dom .bottom {
        height: 60%;
        background: #F9F9F9;
    }

    .dom .middle {
        position: absolute;
        width: 70%;
        height: 750px;
        left: 15%;
        top: 6%;
    }

    .dom .middle>img {
        width: 100%;
        height: 80%;
    }

    .dom .middle .flow {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    .dom .middle .flow div {
        display: flex;
        align-items: center;
        width: 300px;
        height: 100px;
        padding-left: 30px;

        background: #FFFFFF;
        border-radius: 80px;
    }

    .dom .middle .flow div img {
        width: 60px;
        height: 60px;
    }

    .dom .middle .flow div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 19px;
        color: #274228;
        line-height: 25px;
        text-align: left;
        font-style: normal;
        width: 165px;
        margin-left: 15px;
        margin-top: 15px;
    }





    .hakan {
        padding-top: 100px;
    }

    .hakan h2 {
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .hakan .hakan-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 15%;
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .hakan .hakan-main div {
        width: 400px;
        height: 550px;
        border: solid 2px #7EE36E;
        border-radius: 30px;
        padding: 50px 40px;
    }

    .hakan .hakan-main div img {
        width: 90px;
        height: 90px;
    }

    .hakan .hakan-main div h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 24px;
        color: #274228;
        line-height: 38px;
        text-align: left;
        margin-top: 30px;
    }


    .hakan .hakan-main div p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #274228;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
    }

    .mid {
        display: flex;
        justify-content: space-between;
        padding: 0 10%;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .mid img {
        width: 650px;
        height: 390px;
    }

    .mid div {
        margin-top: 90px;
        width: 650px;
    }

    .mid h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 28px;
        color: #274228;
        line-height: 35px;
        text-align: left;
        margin-top: 40px;
    }

    .mid p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #274228;
        line-height: 30px;
        text-align: left;
        margin-top: 30px;
    }

    .para {
        background: #fff;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .para h2 {
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 58px;
        text-align: center;
    }

    .para p {
        padding: 0 15%;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;
        margin-top: 60px;
    }

    .que {
        padding: 0 15%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
    }

    .que img {
        width: 550px;
        height: 490px;
        margin-top: 0;
    }

    .que .que-right {
        margin-left: 73px;
    }


    .que .que-right ul {
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
    }

    .que .que-right ul li {
        margin-top: 20px;
        list-style: none;
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;

    }

    .para .add {
        margin-top: 80px;
    }

    .prede {
        display: flex;
        padding: 0 20%;
        margin-top: 80px;
        display: flex;
        justify-content: flex-start;
        align-items: center;

    }

    .prede div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 450px;



    }

    .prede div .app {
        width: 200px;
        height: 200px;
    }

    .prede div img {
        margin-top: 80px;
    }

    .para .shaw {
        width: 385px;
        height: 720px;
    }

    .para .add_detail {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 48px;
        width: 100%;
        margin-top: 70px;
        margin-bottom: 0px;
    }


    .detail {
        width: 100%;
        background: url('../imgs/high.png') no-repeat 0;
        background-size: 100%;
        padding: 0 25%;
        padding-top: 155px;
        padding-bottom: 155px;
    }

    .detail .ace {

        height: 540px;
        background: #FFFFFF;
        border-radius: 20px;
        opacity: 0.8;
        padding: 50px 56px;
        width: 100%;
        display: flex;
        align-items: center;
    }


    .detail .ace p {
        font-size: 22px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 400;
        color: #333;
        line-height: 40px;
    }




    .footer {
        width: 100%;
    }

    .footer-top {
        height: 530px;
        background: #F9F9F9;
        padding-top: 79px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000;
        margin-bottom: 80px;

    }

    .footer-top img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .footer-top .first {
        margin-top: 0px;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        margin-top: 15px;
        padding: 0 14%;
        line-height: 60px;
    }

    .footer-top .first a {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #000;
        font-weight: 900;


    }


    .footer-top .first .http:hover {
        color: #7EE36E;
    }

    .footer-bottom {
        height: 80px;
        background: #002551;

    }

    .footer-bottom p {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 80px;
        text-align: center;
    }



}

.container-fluid {
    padding: 0;
}

/* .navbar-light .navbar-nav .nav-link.active {
    color: #7EE36E;
    font-weight: 900;
} */

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0 !important;
}

/* .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    font-weight: 900;
    color: #7EE36E;
} */

.back {
    display: none;
    width: 70px;
    height: 70px;
    background: url("../imgs/back.png") no-repeat;
    background-size: cover;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 2;
}

.activ {
    color: #7EE36E;
}