* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  font-family: PingFangSC-Regular, PingFang SC;
}

body {
  background-color: #ffffff;
  color: #5b617c;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #282c47;
}

li {
  list-style: none;
}

a:hover {
  color: #007bff;
  opacity: .9;
  text-decoration: none;
}

#carousel {
  padding-top: 60px;
}

.heading-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#logo {
  width: 125px;
}

.navbar {
  min-height: 60px;
  background-color: #0D2436;
}

.navbar-collapse {
  background-color: #0D2436;
}

.nav-link {
  color: #5b617c;
  padding: 8px 14px;
}

.nav-link:hover {
  background-color: #f4f4f6;
  color: #5b617c;
  border-radius: 4px;
}

.nav-item {
  text-align: center;
}

.nav-item>a {
  color: #ccc;
}

.navbar-toggler {
  background-color: transparent;
  font-size: 34px;
  color: #FFF;
  border-radius: 0px;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

/*/////////////////////////////////////////
instructions
////////////////////////////////////////*/

#instructions {
  background-color: #f4f4f6;
  padding-top: 100px;
}

.instructions-pro {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(26, 152, 98, 1);
  margin-top: 30px;
}

.ologo-pro {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 129, 51, 1);
}

.ins-title {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

.ins-p {
  display: flex;
  justify-content: center;
}

.ins-divi {
  display: block;
  width: 40px;
  height: 6px;
  background: rgba(255, 129, 51, 1);
}

.ins-box {
  margin: 35px 0;
  padding: 15px 0;
  transition: all .2s ease-in-out;
  text-align: center;
}

.ins-box:hover {
  transform: scale(1.05);
}

.ins-img-1 {
  height: 81px;
}



.ins-img-2 {
  width: 140px;
  margin-left: 20px;
}

.ins-box>h3 {
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

.ins-box>p {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

/*/////////////////////////////////////////
Frequently asked questions
////////////////////////////////////////*/

#xbz {
  background-color: #FFF;
  padding-bottom: 140px;
}

.ins-yb-box {
  position: relative;
  display: flex;
  justify-content: center;
}

.ins-yb {
  font-size: 18px;
  font-weight: 300;
  color: rgba(26, 152, 98, 1);
  background: rgba(233, 247, 236, 1);
  width: 705px;
  padding: 20px 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.ins-yb-1 {
  display: block;
  height: 20px;
  width: 20px;
  background: rgba(233, 247, 236, 1);
  border: inherit;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(-45deg);
  border-radius: 0 0 0 8px;
}

.xbz-title {
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(102, 102, 102, 1);
  text-align: center;
  line-height: 36px;
}

.xbz-card {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(26, 152, 98, 0.2);
  margin: 15px 0;
  padding: 20px 40px 50px 40px;
  transition: all .2s ease-in-out;
}

.xbz-card-1 {
  padding-top: 50px;
}

.xbz-card:hover {
  transform: scale(1.05);
}

.xbz-card>h2 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin: 26px 0 20px 0;
}

.phone {
  width: 20px;
  height: 20px;
}

#mlogo {
  background-image: url('../images/logo-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 101%;
  -moz-background-size: 100% 101%;
}

.mlogo-1 {
  background-color: rgb(244, 246, 243);
  padding-top: 40px;
}

.mlogo-content {
  text-align: center;
  margin-top: 60px;
}

.ologo-content {
  margin-top: 126px
}

.mlogo-title {
  width: 282px;
  margin-top: 70px;
  margin-bottom: 40px;
}

.mlogo-l-r {
  margin-top: 40px;
}

.box-2 {
  margin-top: 40px;
}

#fun {
  margin-top: 90px;
}

.fun-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fun-title>p {
  padding: 10px 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  background: rgba(26, 152, 98, 1);
  border-radius: 30px;
  text-align: center;
}

.dash {
  display: inline-block;
  height: 1px;
  width: 20%;
  border-bottom: 1px dashed #A1C573;
}

.fun-l-img {
  width: 100%;
}

.fun-r-li {
  padding: 16px 0 !important
}

.fun-r-li>img {
  width: 48px;
}

.fun-r-li>span {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin-left: 20px;
}

.fun-container {
  margin-top: 75px;
}

.fun-r-title {
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

.fun-r-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}

.fun-ul {
  margin: 0;
  padding: 0;
}

/* process */

#process {
  margin-top: 120px;
  padding-bottom: 40px;
}

.process-title {
  display: flex;
  justify-content: center;
}

.process-title>p {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(26, 152, 98, 1);
  border-radius: 28px;
  border: 1px solid rgba(26, 152, 98, 1);
  padding: 5px 30px;
}

.process-img {
  width: 100%;
  margin-top: 42px;
  margin-bottom: 120px;
}

.divid {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  margin-bottom: 87px;
}

.divid-2 {
  margin-top: 94px;
}

.container-process {
  padding: 0 10%;
}

.container-process-2 {
  margin-left: 50px;
}

#group {
  background-color: #F9F9F9;
  padding-top: 100px;
}

.group {
  margin-top: 50px;
  padding-bottom: 40px;
}

.group-item {
  text-align: center;
  padding-top: 40px;
}

.group-item>img {
  width: 80px;
}

.group-item>p {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin-top: 40px;
}

.group-item>span {
  font-size: 16px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(102, 102, 102, 1);
}

#prop {
  margin-top: 100px;
  padding-bottom: 40px;
}

.prop-item {
  display: flex;
  align-items: center;
  margin-top: 90px;
}

.prop-item>img {
  width: 64px;
}

.prop-item-right {
  margin-left: 24px;
}

.prop-item-right>p {
  font-size: 22px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.prop-item-right>span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}

#ologo {
  background-image: url('../images/o-logo-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.ologo-l {
  width: 510px;
  background-image: url('../images/o-logo-l.png');
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  margin-top: 24px;
  margin-left: 60px;
  height: 375px;
}

.ologo-l>p {
  padding: 0 70px;
  margin-top: 150px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}

#fun2 {
  margin-top: 90px;
}

.fun2-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fun2-title>p {
  padding: 10px 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 129, 51, 1);
  border-radius: 30px;
  text-align: center;
}

.dash2 {
  display: inline-block;
  height: 1px;
  width: 20%;
  border-bottom: 1px dashed #FFA570;
}

.fun2-container {
  padding-bottom: 40px;
}

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

.container-proplc {
  position: relative;
  padding-bottom: 90px;
}

.container-proplc>img {
  width: 100%;
}

.prop-title {
  position: absolute;
  border-radius: 34px;
  border: 1px solid rgba(255, 129, 51, 1);
  padding: 5px 50px;
  font-size: 28px;
  color: #FF8133;
  top: 90px;
  left: 140px;
}

#plat {
  background-color: #f3f4f9;
  padding-top: 100px;
}

#free {
  background-color: #f3f4f9;
  padding-top: 100px;
  padding-bottom: 40px;
}

footer {
  background-image: url('../images/wave.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-color: #0D2436;
}

.footer {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 40px;
}

.footer>p:nth-child(1) {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(54, 179, 126, 1);
  line-height: 20px;
}

.phone-footer {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.col-md-4>img {
  width: 24px;
  margin-right: 10px;
}

.footer-l {
  margin: 50px 0 80px 0;
}

.footer-l>div {
  color: #FFF;
}

.computer {
  max-width: 100%;
  max-height: 100%;
}

.totop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 54px;
  height: 54px;
}

.col-md-6 {
  padding: 0 60px;
}

.mlogo-content>.row {
  padding: 0 80px;
}

.mlogo-content>.row>.col-md-6 {
  padding: 0 12px;
}

.pd-88 {
  padding-left: 88px;
}

.box-1 {
  max-width: 95% !important;
  max-height: 95% !important;
}

#ologo {
  padding-top: 40px;
}

/*/////////////////////////////////////////
Media Queries
////////////////////////////////////////*/

@media screen and (max-width: 576px) {
  .process-img{
    margin-bottom: 60px;
  }
  #fun {
    margin-top: 40px;
  }
  #fun2 {
    margin-top: 40px;
  }
  .container-proplc {
    padding-bottom: 30px;
  }
  .btn-link {
    font-size: 15px;
  }
  .navbar-nav {
    align-items: flex-start
  }
  .nav-item {
    text-align: left;
    padding: 10px 0;
    width: 100%;
  }
  .active>a {
    color: #FFF;
    border-bottom: none !important;
  }
  .active {
    color: #FFF;
    border-bottom: none !important;
  }
  .did {
    display: none;
  }
  .phone-div>a {
    color: rgb(91, 97, 124);
    font-size: 16px;
    font-weight: 500;
  }
  .ins-box {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: rgb(130, 140, 148);
  }
  .ins-yb {
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  #xbz {
    padding-bottom: 20px;
  }
  #mlogo {
    background: none;
    background-color: rgb(244, 246, 243);
  }
  #ologo {
    background: none;
    background-color: rgb(253, 245, 241);
  }
  .mlogo-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .title>p {
    font-size: 16px;
  }
  .fun-r-li>span {
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-left: 20px;
  }
  .title>span {
    font-size: 16px;
  }
  .dash {
    display: inline-block;
    height: 1px;
    width: 15%;
    border-bottom: 1px dashed #A1C573;
  }
  .fun-container {
    margin-top: 20px;
  }
  #process {
    margin-top: 40px;
  }
  .container-process-2 {
    margin-left: -15px;
  }
  .pd-88 {
    padding: 0 12%;
  }
  .pd-img {
    padding: 0 6%;
  }
  #group {
    background-color: #f3f4f9;
    padding-top: 40px;
  }
  .group-item {
    text-align: center;
    padding: 40px 0;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: rgb(130, 140, 148);
    margin-top: 40px;
  }
  .prop-item-right>p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
  }
  .prop-item-right>span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
  }
  .ologo-l>p {
    padding: 0px 25px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 80px;
    text-align: left;
  }
  .ologo-l-1 {
    margin-left: 0;
    height: 300px;
  }
  .dash2 {
    display: inline-block;
    height: 1px;
    width: 10%;
    border-bottom: 1px dashed #FFA570;
  }
  .dash {
    display: inline-block;
    height: 1px;
    width: 10%;
    border-bottom: 1px dashed #A1C573;
  }
  #plat {
    padding-top: 40px;
  }
  #free {
    padding-top: 0px;
  }
  .group {
    margin-top: 0;
  }
  .mlogo-1 {
    padding-top: 10px;
  }
  .phone-footer {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
  }
  .footer-l {
    margin: 20px 0;
  }
  .footer-l>.col-md-4 {
    margin-top: 20px;
  }
  #instructions {
    padding-top: 40px;
  }
  .prop-title {
    padding: 5px 20px;
    font-size: 12px;
    left: 30px;
    top: 0
  }
  .footer>p:nth-child(3) {
    padding: 0 20px;
  }
  .prop>.prop-item:nth-child(1) {
    margin-top: 20px;
  }
  .footer {
    padding-top: 30px;
  }
  .fun-r-li {
    display: flex;
    align-items: center;
  }
  .divid {
    margin-bottom: 40px;
  }
  .divid-2 {
    margin-top: 20px;
  }
  .ologo-content {
    margin-top: 0;
  }
  .mlogo-content>.row {
    padding: 0 20px;
  }
  .box-2 {
    margin-top: 0px;
  }
  .mlogo-content {
    margin-top: 20px;
  }
}

@media screen and (min-width: 814px) {
  .nav-item {
    text-align: left;
  }
  .navbar-nav {
    align-items: center
  }
  .active {
    color: #FFF;
    border-bottom: 2px solid #FFF;
  }
  .did {
    width: 1px;
    height: 16px;
    background-color: rgb(130, 140, 148);
    margin: 0 20px;
  }
  .phone-div {
    background-color: seagreen;
    border-radius: 20px;
    padding: 5px 15px;
  }
  .last {
    margin-left: 40px;
  }
  .phone-div>a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
  }
  .col-md-6 {
    flex: none;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */

@media screen and (min-width: 992px) {}

/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media screen and (min-width:1200px) {}