﻿html {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Roboto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Jhenghei", sans-serif !important;
    line-height: 1.15!important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(22, 28, 45, 0); 
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Roboto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Jhenghei", sans-serif !important;
    font-size: 1rem;
    line-height: 1.6;
    color: #161C2D;
    background-color: #FFFFFF; 
}

.large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}.large-5 {
     -ms-flex: 0 0 41.66667%;
     flex: 0 0 41.66667%;
     max-width: 41.66667%;
 }
.bottom-contact-us {
    /* height: 24rem; */
    background: linear-gradient(127deg, #314574 0%, #004bff 100%);
    color: #ffffff;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-contact-us .contact-content {
    margin-right: -15%;
}
.bottom-contact-us h3 {
    font-size: 2.125rem;
    line-height: 2.5rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
    letter-spacing: 1px;
}
.bottom-contact-us p {
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin-bottom: 1.875rem;
    letter-spacing: 1px;
}
.bottom-contact-us .contact-btn {
    display: inline-block;
    width: 8.625rem;
    height: 2.5rem;
    border-radius: 4px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 2.5rem;
}
.bottom-contact-us img {
    width: auto;
    height: 390px;
    padding: 2.5rem 0;
}.align-middle {
     -ms-flex-align: center;
     align-items: center;
 }.row {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  }
.align-center {
    -ms-flex-pack: center;
    justify-content: center;
}.medium-8 {
     -ms-flex: 0 0 66.66667%;
     flex: 0 0 66.66667%;
     max-width: 66.66667%;
 }.text-center {
      text-align: center;
  }
@media screen and (max-width: 768px) {
    .bottom-contact-us {
        /* height: 13rem; */
        background: linear-gradient(134deg, #1444ad 0%, #0e82b7 100%);
        color: #fff;
    }
    .bottom-contact-us h3 {
        font-size: 1.5rem;
        line-height: 2.25rem;
        font-weight: 600;
        margin-bottom: .75rem;
        letter-spacing: .125rem;
    }
    .bottom-contact-us p {
        font-size: .875rem;
        line-height: 2.25rem;
        margin-bottom: 1.25rem;
        letter-spacing: normal;
    }
    .bottom-contact-us .contact-btn {
        display: inline-block;
        width: 6.75rem;
        height: 2.5rem;
        border-radius: 4px;
        color: #fff;
        font-size: .875rem;
        font-weight: 500;
        text-align: center;
        line-height: 2.5rem;
    }
    .bottom-contact-us .contact-content {
        margin-right: 0;
    }
}

.beian {
    margin: 0 auto;
    color: #869ab8;
    font-size: 0.6rem;
    background: #f7f8fa;
}
.beian p > span {
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 3.75rem;
}
.beian a {
    margin-left: 10px;
    color: #869ab8;
}
.footer-row {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-flow: row wrap;
    display: flex;
}
.align-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.navbar-brand-img,.footer-brand{/*width:160px;max-height: 44px!important;*/}
.footer-brand{width: 110px;filter: unset !important;}
.price-card .card-body{min-height: 500px}.price-card .btn{position: absolute;bottom: 2rem;width: calc(100% - 4rem)}

.page-number,.next,.prev{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue";
    padding: .375rem .75rem !important;
    background-color: #fff;
    border: 1px solid #d9e2ef;
    color: #335eea;
    display: block;
    position: relative;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-number:not(:first-child){margin-left: -1px;}
.next,.page-number:last-child{
    border-bottom-right-radius: .375rem;
    border-top-right-radius: .375rem;
    margin-left: -1px;;
}
.current{
    z-index: 3;
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.prev{
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem;
}

.page-number:first-child{
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem;
}
.btn{font-weight: unset!important;}
.navbar-nav .nav-link{
    color: #222 !important;
    font-weight:unset;
}
.navbar-nav .nav-item .nav-link:hover{color: #0068fc !important;}
.service-chat>img{max-width: 120px;border: 4px solid #fff;}
.service-chat>div{max-width: 120px;font-size: .75rem;}
@media screen and (max-width: 360px) {
    .navbar-brand-img{max-height:2rem;}
}