@media(min-width:576px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 25px;

  }

}


@media(min-width:768px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 35px;
  }

  .navbar .navbar-brand {
    left: 35px;
  }

  .navbar-toggler {
    right: 35px;
  }
}

@media(min-width:1024px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 50px;
  }

  .navbar .navbar-brand {
    left: 50px;
  }

  .navbar-toggler {
    right: 50px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1140px;
    padding: 0 25px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
    padding: 0 25px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1400px;
    padding: 0 25px;
  }
}

@media(max-width:1440px) {


  .wrapper {
    padding-top: 80px;
  }

  h1,
  .h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4,
  .lead {
    font-size: 1.125rem;
  }

  p {
    font-size: 1rem;
  }

  .navbar {
    padding-top: 30px;
  }

  .navbar .navbar-brand img {
    width: 270px;
  }

  .navbar-nav .nav-item {
    padding: 5px 10px;
  }

  .navbar-nav .nav-item.hasLv2 {
    padding-right: 25px;
  }

  .navbar-collapse .btn {
    margin-left: 10px;
  }

  .margin-text-top {
    margin-top: 60px;
  }

  .list-style01 li p {
    margin-bottom: 0;
  }

  .list-style01 li:before {
    top: 11px;
  }

  .count-list>li {
    max-width: 33.3%;
  }

  .banner-item p {
    font-size: 1.125rem;
  }


  .banner-item .main-title {
    margin-top: 90px;
  }

  .cir-advantage .item {
    padding: 55px 0px 10px 20px;
  }

  .cir-advantage .item img {
    width: 60px;
  }

  .cir-advantage .item h4 {
    margin: 5px 0;
    line-height: 1.5;
  }

  .cir-advantage .item p {
    line-height: 1.75;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-left {
    width: calc(100% - 280px);
  }

  .footer-left .footer-logo {
    padding-bottom: 50px;
  }

  .footer-left .footer-info {
    padding-bottom: 20px;
  }


  .footer-left .footer-info .contact-box h3 {
    margin-bottom: 5px;
  }

  .footer-left .footer-info p {
    line-height: 2;
  }

  .footer-left .footer-info .contact-box p,
  .footer-left .copyright {
    font-size: .9rem;
    margin: 0;
  }

  .footer-left .footer-info .sitemap {
    margin: 0 -20px;
  }

  .footer-left .footer-info .sitemap .sitemap-col {
    padding: 0 20px;
  }

  .footer-left .footer-info .sitemap .sitemap-col ul li {
    font-size: .9rem;
  }

  .footer-right img {
    max-width: 80%;
  }

  .footer-right {
    width: 280px;
  }

  .footer-right .findWay {
    width: 280px;
  }

  .swiper-pagination {
    top: auto !important;
    bottom: 10px !important
  }

  .home-sec02 .imgBox:before {
    width: 200px;
    bottom: -50px;
    right: -50px;
  }

  .service-item .title {
    height: 65px;
  }

  .version-head .imgBox img {
    width: 340px;
    bottom: -14px;
  }

  .version-head .version-item p {
    height: 50px;
  }

  .version-head .version-item:before {
    left: 21.5%;
  }
}

@media(max-width:1366px) {
  .login-box {
    padding: 40px 40px 60px;
    width: 600px;
  }

  .login-box .login-logo {
    margin-bottom: 60px;
  }

  .login-box .login-logo img {
    width: 300px;
  }

  .login-form h2 {
    font-size: 1.85rem;
    margin-bottom: 15px;
  }

  .login-box:before {
    bottom: 95px;
  }

  .footer-left .footer-sitemap .sitemap {
    margin: 0 -10px;
  }

  .footer-left .footer-sitemap .sitemap .sitemap-col {
    padding: 0 10px !important;
  }

  .footer-left .footer-info .contact-box {
    margin: 0 -10px;
  }

  .footer-left .footer-info .contact-box .main-info {
    padding: 0 10px;
  }

  .footer-left .footer-info .contact-box .info {
    padding: 0 20px;
  }
}

@media(max-width:1366px)and (max-height:800px) {}

@media(max-width:1280px) {
  footer {
    background-size: 110%;
    background-position-x: 70%;
    background-position-y: bottom;
  }

  .footer {
    padding-bottom: 30px;
  }


  .footer-left .footer-info .sitemap {
    margin: 0 -10px;
  }

  .footer-left .footer-info .sitemap .sitemap-col {
    padding: 0 10px;
  }


  .footer-right .findWay {
    margin-right: 0;
  }

  .footer-right .findWay h2 {
    font-size: 1.85rem;
    margin-bottom: 0;
  }

  .footer-right .findWay p {
    line-height: 1.5;
    margin-bottom: 20px;
  }


}

@media(max-width:1200px) {

  .order-0-sm {
    order: 0 !important;
  }

  .order-1-sm {
    order: 1 !important;
  }

  .order-2-sm {
    order: 2 !important;
  }

  .order-3-sm {
    order: 3 !important;
  }

  .order-4-sm {
    order: 4 !important;
  }

  .order-5-sm {
    order: 5 !important;
  }

  .order-6-sm {
    order: 6 !important;
  }

  .order-7-sm {
    order: 7 !important;
  }

  .order-8-sm {
    order: 8 !important;
  }

  .order-9-sm {
    order: 9 !important;
  }

  .wrapper {
    padding-top: 90px;
  }

  body:before {
    display: none;
  }

  body.login:before {
    display: block;
  }

  body.home:before {
    background: none;
    width: 0;
    height: 0;
  }

  body.open {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
  }

  body.open:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .3);
    animation: fadeIn .5s;
    -webkit-animation: fadeIn .5s;
  }

  body .wrapper:before {
    width: 55%;
    max-width: calc(100% - 70px);
    background-image: url(../img/header-top-mb.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }


  body.fixed header {
    overflow: hidden;
  }

  body.home .wrapper:after {
    right: -25px;
    top: 0px;
    left: auto;
  }

  header>.container {
    padding: 0;
  }

  header {
    min-height: 90px;
    position: fixed;
    top: 0;
    z-index: 1000;
  }

  .navbar-nav .nav-link {
    text-align: left;
    padding: 20px 25px;
    color: #000;
    position: relative;
    z-index: 1;
  }

  .navbar,
  body.fixed .navbar {
    padding: 90px 0 0 0;
    width: 100%;
  }

  .navbar-toggler {
    display: block;
    padding: 0;
    border-radius: 0;
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-collapse.collapse:not(.show) {
    display: none;
  }

  .navbar .navbar-brand {
    margin: 0 !important;
    padding: 0;
    position: absolute;
    top: 30px;
  }

  .navbar .navbar-brand img {
    width: 270px;
  }

  .navbar-collapse {
    width: 100%;
    background: #fff;
  }

  .navbar-nav {
    flex-direction: column;
    text-align: center;
    margin: 0;
    height: calc(100vh - 90px);
    padding: 0px 50px;
    padding-bottom: 100px !important;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .navbar-nav .nav-item {
    padding: 0;
    position: relative;
    z-index: 0;
  }

  .navbar-nav .nav-item:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #FF6442;
    position: absolute;
    left: 5px;
    top: 0;
    opacity: 0;
  }

  .navbar-nav .nav-item.hasLv2 {
    padding: 0;
  }

  .navbar-nav .nav-item.hasLv2:before {
    right: 8px;
    top: 20px;
    z-index: -1;
  }

  .menu-lv2 {
    padding: 10px 0;
    position: relative;
  }

  .menu-lv2:before {
    content: "";
    width: 1200px;
    height: 100%;
    background: #F3F1F2;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 0;
  }

  .menu-lv2 ul {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .navbar-nav .menu-lv2 .nav-item {
    text-align: left;
    padding: 0;
    width: 100%;
  }

  .navbar-nav .menu-lv2 .nav-item:after {
    display: none;
  }

  .navbar-nav .nav-item.hasLv2 .menu-lv2 .nav-link {
    padding: 12px 25px;
  }

  .navbar-nav .nav-item:hover:after,
  .navbar-nav .nav-item.hasLv2.open:after {
    opacity: 1;
  }

  .navbar-nav .nav-item.hasLv2.open .menu-lv2:before {
    opacity: 1;
  }

  .navbar-nav .menu-lv2 .nav-link:before {
    display: none;
  }

  .navbar-collapse .hover-line {
    display: none;
  }

  body.open header:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #DEDEDE;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 1;
  }

  body.open .navbar {
    background: #fff;
  }

  body.open .navbar .navbar-brand .logo-nomal {
    display: none;
  }

  body.open .navbar .navbar-brand .logo-fixed {
    display: block;
  }

  .navbar-collapse .menu-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 30px 0;
    margin-bottom: 0;
    padding-bottom: 90px;
  }

  .footer-left .footer-sitemap .sitemap .sitemap-col:nth-child(2),
  .footer-left .footer-sitemap .sitemap .sitemap-col:nth-child(3) {
    width: 34%;
    flex: 0 0 34%
  }

  .footer-left .footer-sitemap .sitemap .sitemap-col:nth-child(1),
  .footer-left .footer-sitemap .sitemap .sitemap-col:nth-child(4) {
    width: 16%;
    flex: 0 0 16%
  }


}

@media(max-width:1024px) {
  .padding-right {
    padding-right: 25px;
  }

  .padding-left {
    padding-left: 25px;
  }

  .margin-spaceB {
    margin: 80px 0;
  }

  .breadcrumb {
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .quote {
    padding: 80px 15px;
  }

  .quote:before {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .quote:after {
    width: 40px;
    height: 40px;
    bottom: 20px;
  }

  .banner-item .left {
    min-width: 520px;
  }

  .banner-item .right {
    max-width: calc(100% - 520px);
  }

  .banner-item .main-title {
    margin-top: 40px;
  }

  .cir-advantage .item {
    padding: 40px 0px 10px 20px;
    height: 240px;
  }

  .cir-advantage .item p {
    font-size: .9rem;
    line-height: 1.5;
  }

  .cir-advantage .item img {
    width: 50px;
  }

  .cir-advantage .item h4 {
    font-size: 1rem;
  }



  .home-sec04 .imgBox:before {
    width: 50px;
    height: 50px;
  }



  .accordion-style .accordion-button:before,
  .accordion-style .accordion-button::after,
  .accordion-style .accordion-button:not(.collapsed)::after {
    width: 35px;
    height: 35px;
    right: 25px;
  }

  .accordion-style .accordion-button {
    padding: 8px 60px 8px 25px;
  }

  .version-body .v-row .title,
  .version-body .v-row .content,
  .version-body .v-row .price {
    padding: 8px 25px;
  }



  .version-body .v-row .price {
    width: 110px;
    flex: 0 0 110px;
    text-align: right;
  }

  .accordion-styleB .accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .accordion-styleB .accordion-button:before,
  .accordion-styleB .accordion-button::after,
  .accordion-styleB .accordion-button:not(.collapsed)::after {
    width: 35px;
    height: 35px;
  }

  .accordion-styleB .accordion-item {
    padding: 5px 25px;
  }

  .faq-body {
    padding: 20px 0;
  }

  .contact-outer .left {
    margin-top: 60px;
  }
}

@media(max-width:991px) {
  .flex-column-reverse-md {
    flex-direction: column-reverse;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }

  .navbar-nav {
    padding: 0 35px;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
  }

  h1,
  .h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    line-height: 1.5;
  }

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

  .title-style h2:before,
  .title-style h2:after {
    width: 7px;
    top: -10px;
  }

  .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .mb-30-mobile {
    margin-bottom: 30px;
  }

  .margin-text-top {
    margin-top: 0;
  }

  .mb-minus-100 {
    margin-bottom: 0;
  }

  .text-center-mb {
    text-align: center;
  }

  .btn-center-mb {
    text-align: center;
    position: relative;
  }

  .text-box-padding {
    padding-bottom: 0;
  }

  .flex-column-reverse-mb {
    flex-direction: column-reverse;
  }

  .row {
    margin: 0;
  }

  .row>* {
    padding: 0;
  }


  .padding-right {
    padding-right: 0;
  }

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

  .text-width {
    width: 100%;
    max-width: none;
  }

  .imgBox {
    text-align: center;
  }

  .imgBox .img-fluid {
    max-width: 70%;
  }

  .banner-box {
    padding-bottom: 40px;
  }

  .banner-item {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0px;
  }

  .banner-item p {
    color: rgba(0, 0, 0, .7)
  }

  .banner-item .left {
    min-width: 300px;
    width: 100%;
    padding: 0;
  }


  .banner-item .right {
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
    margin: 0;
  }

  .banner-item .right img {
    width: 100%;
  }

  .banner-item .main-title {
    margin-bottom: 15px;
    margin-top: 0;
  }



  .main-title h1 span.icon,
  .main-title .h1 span.icon {
    display: none;
  }


  .title-style h2 {
    line-height: 1.5;
    padding: 0 30px;
    min-height: 50px;
  }


  .list-style01 li,
  .list-style01 p {
    font-size: 1rem;
    line-height: 2;
  }


  .count-list {
    flex-wrap: wrap;
  }

  .count-list>li {
    max-width: 50%;
    margin: 20px 0;
  }

  .count-list.col-four>li {
    max-width: 50%;
    width: 50%;
  }

  .service-item {
    margin: 40px auto;
    padding: 0 20px;
  }

  footer {
    background: none;
  }

  .footer {
    flex-direction: column-reverse;
    padding: 0;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-left {
    padding: 40px 0 20px;
  }

  .footer-left .footer-logo {
    padding-bottom: 25px;
  }

  .footer-info-box {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 25px;
  }

  .footer-left .footer-info {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .footer-left .footer-info .contact-box h3 {
    font-size: 1.85rem;
    margin: 0;
  }

  .footer-left .footer-info .contact-box>p {
    font-size: 1rem;
  }

  .footer-left .footer-info .sitemap {
    width: 50%;
    justify-content: space-between;
  }

  .footer-left .footer-info .sitemap .sitemap-col p {
    margin-top: 5px;
  }

  .footer-right {
    position: relative;
    z-index: 0;
    padding-bottom: 30px;
    align-items: flex-end;
    padding-top: 60px;
  }

  .footer-right:before {
    content: "";
    width: calc(100% + 70px);
    height: 100%;
    background: url(../img/footer-bottom.png)no-repeat;
    background-size: 200%;
    background-position-y: top;
    background-position-x: 100%;
    position: absolute;
    bottom: 0;
    right: -35px;
    z-index: -1;
  }

  .footer-right img {
    width: 370px;
    max-width: 100%;
    margin-top: -30px;
  }

  .footer-right .findWay {
    width: 100%;
    text-align: right;
    padding: 10px 0;
  }

  .text-count-item .count {
    font-size: 2.5rem;
  }

  .home-sec01:before {
    height: 800px;
    background-image: url(../img/home-bg01.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 1000px;
    right: -550px;
    top: 80%;
  }

  .home-sec01:after {
    display: none;
  }

  .home-sec02:before {
    width: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .home-sec02:after {
    height: 800px;
    background-image: url(../img/home-bg03.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 800px;
    left: -550px;
    bottom: -10%;
    top: auto;
  }

  .home-sec02 .imgBox {
    width: 100%;
  }

  .page-bg01:before,
  .page-bg02:before,
  .page-bg01:before,
  .page-bg02:before {
    display: none;
  }

  .grid-fourbox {
    margin: 0 -7px;
  }

  .grid-fourbox .grid-item {
    padding: 7px;
  }

  .grid-fourbox .grid-item .imgBox {
    border-radius: 30px;
  }

  .version-head .version-item[data-name="nomal"]:after,
  .version-head .version-item[data-name="special"]:after {
    display: none;
  }

  .version-head {
    padding: 0;
    position: relative;
    padding-top: 200px;
    flex-wrap: wrap;
  }

  .version-head .imgBox {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }

  .version-head .imgBox img {
    position: static;
  }

  .version-head .version-item {
    width: 50%;
    padding: 0 4px;

  }

  .version-head .version-item .version-item-name {
    margin-bottom: 27px;
  }

  .version-head .version-item:before {
    left: 19%;
  }

  .version-body .v-row {
    padding-right: 0;
  }


  .faq-outer {
    flex-direction: column;
  }

  .faq-outer .left {
    width: 100%;
    padding-bottom: 150px;
    position: relative;
    z-index: 0;
  }

  .faq-outer .right {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .faq-outer .left .imgBox {
    position: absolute;
    bottom: -5%;
    right: -10%;
    width: 60%;
    max-width: 420px;
    z-index: -1;
  }

  .faq-outer .left .btn {
    margin: 15px 0;
  }

  .contact-outer {
    flex-direction: column;
  }

  .contact-outer .left {
    width: 100%;
    margin: 0;
  }

  .contact-outer .right {
    width: 100%;
    margin: 40px 0;
  }

  .contact-form {
    width: 100%;
    max-width: none;
  }

  .needs-validation .input-item {
    padding-bottom: 40px;
  }

  .login-box {
    padding: 50px 30px 250px;
  }

  .login-box:before {
    width: 335px;
    height: 242px;
    background: url(../img/footer-photo.png)no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

  .login-box:after {
    display: none;
  }

  .login-box .login-logo {
    margin-bottom: 25px;
  }

  .count-list li .item-content {
    padding: 40px 20px 30px;
  }

  .count-list li .item-content .count-num {
    left: 20px;
    padding: 0 10px;
  }

  .about-box hr {
    margin: 20px auto 40px;
  }

  .padding-setB {
    padding: 20px 0;
  }
}


@media(max-width:767px) {

  body .wrapper:before {
    min-width: 400px;
  }

  body {
    background-image: url(../img/page-top-mb.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }

  body.home {
    background-image: url(../img/home-top-mb.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }

  body.home .wrapper:after {
    display: none;
  }

  .navbar .navbar-brand {
    left: 25px;
  }

  .navbar-nav {
    padding: 0 25px;
  }

  .navbar-toggler {
    right: 25px;
  }

  .navbar-collapse .btn {
    white-space: nowrap;
  }

  .navbar-nav .nav-item.hasLv2 .menu-lv2 .nav-link {
    padding-right: 0;
  }


  .breadcrumb-item {
    font-size: .9rem;
  }

  .padding-set {
    padding: 20px 0;
  }



  a.enlarge-img {
    display: block;
  }

  .quote h2 span {
    display: block;
  }

  .count-list li,
  .count-list.col-four li {
    max-width: 100%;
    width: 100%;
  }

  .alert-notice {
    display: none;
  }

  .home-banner {
    margin-top: 100px;
  }

  .version-head {
    margin: 0 -25px;
  }

  .version-head .version-item:before {
    left: 18%;
  }

  .version-body .v-row .title {
    padding-right: 15px;

  }

  .version-body .v-row .content,
  .version-body .v-row .price {
    padding: 8px 15px;
  }

  .version-body .v-row>div:last-child {
    padding-right: 15px;
  }

  .accordion-style {
    margin: 0 -25px;
  }

  .service-item {
    margin: 0 0 35px;
    display: flex;
    max-width: 100%;
    text-align: left !important;
    padding: 0;
  }

  .row div:last-child>.service-item {
    margin-bottom: 0;
  }

  .service-item img {
    width: 80px;
  }

  .service-item .text {
    padding-left: 10px;
  }

  .service-item .title {
    height: auto;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .service-item hr {
    display: none;
  }

  .service-item p {
    font-size: .9rem;
  }

  .service-item.service-itemB {
    flex-direction: column;
    text-align: center !important;
  }

  .service-item.service-itemB img {
    width: 80%;
  }

  .service-item.service-itemB .text {
    padding: 0;
  }

  body.login {
    overflow: auto;
    height: auto;
    min-height: 100vh;
  }

  body.login .wrapper {
    padding: 40px 0;
    min-height: 100vh;
  }

  .login-form {
    width: 250px;
  }

  .login-box .login-logo img {
    max-width: 100%;
  }

  .imgBox.sm-img {
    text-align: right;
    top: -30px;
  }

  .imgBox.sm-img img {
    max-width: 60%;
  }

  .quote {
    padding-left: 0;
    padding-right: 0;
  }

  .home-sec02:before {
    width: 300%;
    top: 45%;
  }

  .home-sec02 .row:before {
    display: none;
  }

  .home-sec02 .title-style:before {
    width: 25%;
    bottom: 100%;
    height: 100px;
    left: 25px;
    right: auto;
    transform: none;
  }

  .home-sec02 .title-style:after,
  .home-sec02 .imgBox:after {
    display: none;
  }

  .home-sec02 .imgBox:before {
    width: 50%;
    background-image: url(../img/home-fmb.png);
    right: 10%;
    bottom: -20px;
    height: 100px;
  }

  .about-list .item {
    flex-wrap: wrap;
  }

  .about-list .item h4 {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .about-list .item p {
    flex: 0 0 100%;
  }


  /*index*/
  .index-list li a {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media(max-width:680px) {
  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }

  .footer-info-box {
    padding-bottom: 0;
  }


  .footer-left .footer-info {
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer-left .footer-info .contact-box {
    width: 100%;
    margin: 0 0 20px 0;
    flex-direction: column;
  }

  .footer-left .footer-info .contact-box .main-info,
  .footer-left .footer-info .contact-box .info {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .footer-left .footer-sitemap .sitemap {
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .footer-left .footer-sitemap .sitemap .sitemap-col {
    padding: 0 10px;
    width: 50% !important;
    flex: 0 0 50% !important;
    margin-bottom: 30px;
  }

  .footer-right:before {
    background-size: 300%;
  }

  .footer-right {
    padding-top: 0;
  }
}

@media(max-width:430px) {
  .wrapper {
    padding-top: 75px;
  }

  body .wrapper:before {
    min-width: auto;
    width: 100%;
    max-width: none;
  }

  .navbar .navbar-brand .logo-nomal {
    display: block;
  }

  .navbar .navbar-brand .logo-fixed {
    display: none;
  }

  body.fixed .navbar .navbar-brand .logo-nomal {
    display: none;
  }

  body.fixed .navbar .navbar-brand .logo-fixed {
    display: block;
  }

  .navbar,
  body.fixed .navbar {
    padding-top: 75px;
  }

  body.open header:before {
    top: 75px;
  }


  .navbar .navbar-brand img,
  body.fixed .navbar .navbar-brand .logo-fixed {
    width: 200px;
  }

  header {
    min-height: 75px;
  }

  .navbar-nav {
    height: calc(100vh - 75px);
  }

  .navbar-toggler {
    width: 32px;
    height: 32px;
  }

  #nav-icon {
    height: 16px;
    width: 26px;
  }

  #nav-icon span:nth-child(2),
  #nav-icon span:nth-child(3) {
    top: 8px;
  }

  #nav-icon span:nth-child(4) {
    top: 16px;
  }

  #nav-icon.open span:nth-child(1) {
    top: 8px;
  }

  #nav-icon.open span:nth-child(4) {
    top: 8px;
  }

  body.fixed #nav-icon span {
    background-color: #3030F1;
  }


  .imgBox .img-fluid {
    max-width: 100%;
  }

  .text-box {
    max-width: 360px;
    margin: 0 auto;
  }

  .margin-spaceB {
    margin: 60px 0;
  }

  .margin-space-footer {
    margin-bottom: 150px;
  }

  .version-head .version-item p {
    font-size: .9rem;
    word-break: break-all;
  }

  .accordion-style .accordion-button {
    padding-left: 15px;
    padding-right: 50px;
  }

  .accordion-style .accordion-button:before,
  .accordion-style .accordion-button::after,
  .accordion-style .accordion-button:not(.collapsed)::after {
    right: 15px;
  }

  .version-body .v-row {
    flex-wrap: wrap;
  }

  .version-body .v-row .title,
  .version-body .v-row .content,
  .version-body .v-row .price {
    padding: 8px 15px;
  }

  .version-body .v-row .title {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    position: relative;
  }

  .version-body .v-row .title:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #DEDEDE;
    position: absolute;
    left: 15px;
    bottom: 0;
  }

  #accordion-nomal .version-body .v-row .content {
    width: auto;
    flex: 1 1 auto;
  }

  #accordion-special .version-body .v-row .content {
    width: calc(100% - 70px);
    flex: 1 1 calc(100% - 70px);
  }

  .version-body .v-row .price {
    width: 70px;
    flex: 0 0 70px;
    min-width: 70px;
  }

  .version-body .v-row .price span {
    font-size: 1.125rem;
  }

  #accordion-nomal .version-body .v-row:nth-child(2n),
  #accordion-special .version-body .v-row:nth-child(2n) {
    background: rgba(255, 100, 66, .05);
    border-color: #FF6442;
  }

  .imgBox .img-fluid.w-70pc {
    width: 70%;
  }
}



@media(max-width:375px) {
  .navbar-nav .nav-link {
    padding: 20px 15px;
  }

  .navbar-nav .nav-item.hasLv2 .menu-lv2 .nav-link {
    padding-left: 15px;
  }

  .navbar-nav .nav-item:after {
    left: 0;
  }



  .footer-right:before {
    background-size: 350%;
  }

  .title-style h2 {
    padding: 0 30px;
  }

  .quote {
    padding: 80px 0;
  }
}