.dib {
  display: inline-block;
  vertical-align: middle;
}
h2 {
  font-size: 4rem;
}
.font h5 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.font p {
  line-height: 2;
  margin-bottom: 15px;
}
.banner {
  padding: 70px 0 100px;
  background: url(/assets/mb/images/background/MB-feature-banner-bg.jpg) no-repeat center / cover;
}
.banner h1 {
  margin-top: 30px;
  line-height: 1.2;
  max-width: 680px;
}
.banner span {
  font-family: 'HelveticaNeueLTPro Lt';
  display: block;
  font-size: 4rem;
}
.banner p {
  margin-top: 20px;
  max-width: 680px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 60px;
}
.banner .btn {
  min-width: 300px;
  padding-top: 4px;
  line-height: 1.5;
  vertical-align: middle;
}
.banner .btn .txt {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.banner .btn span {
  position: absolute;
  bottom: -18px;
  left: 0px;
  display: block;
  font-size: 12px;
  color: #b6c4ed;
}
.banner .btn::before {
  vertical-align: -20px;
}
.banner .btn.btn-org {
  min-width: 240px;
  margin-left: 30px;
  vertical-align: middle;
  padding: 0;
  line-height: 60px;
}
@media (max-width: 991px) {
  .banner .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .banner .row::before,
  .banner .row::after {
    display: none;
  }
}
@media (max-width: 600px) {
  .banner .btn.btn-org,
  .banner .btn {
    margin: 0 auto 10px;
    min-width: 300px;
  }
  .banner {
    padding: 50px 0 60px;
  }
  .banner p {
    margin-bottom: 30px;
  }
}
.backup {
  background: url(/assets/mb/images/features/bg1.png) no-repeat;
  background-size: cover;
  padding: 100px 0 80px;
}
.backup .wrap {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(63, 134, 231, 0.23);
  border-radius: 30px;
  padding: 65px 60px 37px;
}
.backup .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EAEFF5;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.backup .top div {
  width: 50%;
}
.backup .top .img-box {
  text-align: center;
}
.backup .top .txt-box {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
}
.backup .top .txt-box::before {
  content: '';
  display: block;
  width: 16px;
  height: 90px;
  background: linear-gradient(0deg, #468AE7 0%, #0E6DEE 100%);
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 24px;
}
.backup .top .txt-box a.btn {
  width: 200px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #126FEE;
  border-radius: 25px;
  color: #126FEE;
  vertical-align: middle;
  line-height: 48px;
}
.backup .top .txt-box a.btn::after {
  content: '';
  display: inline-block;
  background: url(/assets/mb/images/features/ic-more.png) no-repeat;
  width: 18px;
  height: 12px;
  transform: translateX(5px);
  transition: 0.5s all;
}
.backup .top .txt-box a.btn:hover::after {
  transform: translateX(15px);
}
.backup .top h2 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 60px;
}
.backup .top h2 + p {
  color: #1E252F;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 40px;
}
.backup .main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.backup .main ul li {
  text-align: left;
  max-width: 270px;
  margin-bottom: 40px;
  padding-top: 30px;
}
.backup .main ul li img {
  margin-bottom: 30px;
}
.backup .main ul li h4 {
  color: #1E252F;
  margin-bottom: 10px;
  font-size: 20px;
}
.backup .main ul li p {
  color: #1E252F;
  line-height: 30px;
}
.backup .main ul li:hover h4 {
  color: #126FEE;
}
@media (max-width: 991px) {
  .backup .top {
    display: block;
    text-align: center;
  }
  .backup .top div {
    width: 100%;
  }
  .backup .top .txt-box {
    padding-left: 0;
  }
  .backup .top .txt-box::before {
    display: none;
  }
  .backup .main ul {
    justify-content: space-around;
  }
  .backup .main ul li {
    text-align: center;
  }
  .backup .wrap {
    padding: 45px 40px 17px;
  }
}
.transfer {
  background: url(/assets/mb/images/features/bg2.png) no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
.transfer .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.transfer .top div {
  width: 50%;
}
.transfer .top .img-box {
  text-align: center;
}
.transfer .top .txt-box {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
}
.transfer .top .txt-box::before {
  content: '';
  display: block;
  width: 16px;
  height: 90px;
  background: linear-gradient(0deg, #468AE7 0%, #0E6DEE 100%);
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 24px;
}
.transfer .top .txt-box a.btn {
  width: 200px;
  height: 50px;
  border: 1px solid #126FEE;
  border-radius: 25px;
  color: #126FEE;
  vertical-align: middle;
  line-height: 48px;
}
.transfer .top .txt-box a.btn::after {
  content: '';
  display: inline-block;
  background: url(/assets/mb/images/features/ic-more.png) no-repeat;
  width: 18px;
  height: 12px;
  transform: translateX(5px);
  transition: 0.5s all;
}
.transfer .top .txt-box a.btn:hover::after {
  transform: translateX(15px);
}
.transfer .top h2 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 60px;
}
.transfer .top h2 + p {
  color: #1E252F;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 40px;
}
.transfer .main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.transfer .main ul li {
  text-align: left;
  margin-bottom: 40px;
  padding: 45px 55px;
  max-width: 370px;
  max-height: 400px;
  background: #FFFFFF;
  border-radius: 30px;
}
.transfer .main ul li img {
  margin-bottom: 30px;
}
.transfer .main ul li h4 {
  color: #1E252F;
  margin-bottom: 10px;
  font-size: 20px;
}
.transfer .main ul li p {
  color: #1E252F;
  line-height: 30px;
}
.transfer .main ul li:hover h4 {
  color: #126FEE;
}
@media (max-width: 1199px) {
  .transfer .main ul {
    justify-content: space-around;
  }
  .transfer .main ul li {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .transfer .top {
    display: block;
  }
  .transfer .top div {
    text-align: center;
    width: 100%;
  }
  .transfer .top .txt-box {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .transfer .top .txt-box::before {
    display: none;
  }
  .transfer .main ul li {
    max-width: 100%;
    height: auto;
  }
}
.completely {
  background: url(/assets/mb/images/features/bg3.png) no-repeat;
  background-size: cover;
  padding: 80px 0 100px;
}
.completely .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.completely .top div {
  width: 50%;
}
.completely .top .img-box {
  text-align: left;
}
.completely .top .txt-box {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
}
.completely .top .txt-box::before {
  content: '';
  display: block;
  width: 16px;
  height: 90px;
  background: linear-gradient(0deg, #468AE7 0%, #0E6DEE 100%);
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 24px;
}
.completely .top .txt-box a.btn {
  width: 200px;
  height: 50px;
  border: 1px solid #126FEE;
  border-radius: 25px;
  color: #126FEE;
  vertical-align: middle;
  line-height: 48px;
}
.completely .top .txt-box a.btn::after {
  content: '';
  display: inline-block;
  background: url(/assets/mb/images/features/ic-more.png) no-repeat;
  width: 18px;
  height: 12px;
  transform: translateX(5px);
  transition: 0.5s all;
}
.completely .top .txt-box a.btn:hover::after {
  transform: translateX(15px);
}
.completely .top h2 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 60px;
}
.completely .top h2 + p {
  color: #1E252F;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 40px;
}
.completely .main ul {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  flex-wrap: wrap;
  border-radius: 30px;
}
.completely .main ul li {
  text-align: left;
  padding: 55px 45px;
  max-height: 400px;
  border-radius: 30px;
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
}
.completely .main ul li .txt {
  max-width: 360px;
}
.completely .main ul li h4 {
  color: #1E252F;
  margin-bottom: 10px;
  font-size: 20px;
}
.completely .main ul li p {
  color: #1E252F;
  line-height: 30px;
}
.completely .main ul li:hover h4 {
  color: #126FEE;
}
@media (max-width: 1199px) {
  .completely {
    padding-bottom: 40px;
  }
  .completely .main ul {
    display: block;
    background: transparent;
  }
  .completely .main ul li {
    border-radius: 20px;
    background: #fff;
    margin: auto;
    padding: 25px 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .completely .top {
    display: block;
  }
  .completely .top div {
    width: 100%;
    text-align: center;
  }
  .completely .top .img-box {
    text-align: center;
  }
  .completely .top .txt-box {
    padding-left: 0;
  }
  .completely .top .txt-box::before {
    display: none;
  }
}
@media (max-width: 669px) {
  .completely .main ul li {
    display: block;
    text-align: center;
  }
  .completely .main ul li .txt {
    max-width: 100%;
  }
}
.free {
  background: url(/assets/mb/images/features/bg2.png) no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
.free .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.free .top div {
  width: 50%;
}
.free .top .img-box {
  text-align: center;
}
.free .top .txt-box {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
}
.free .top .txt-box::before {
  content: '';
  display: block;
  width: 16px;
  height: 90px;
  background: linear-gradient(0deg, #468AE7 0%, #0E6DEE 100%);
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 24px;
}
.free .top .txt-box a.btn {
  width: 200px;
  height: 50px;
  border: 1px solid #126FEE;
  border-radius: 25px;
  color: #126FEE;
  vertical-align: middle;
  line-height: 48px;
}
.free .top .txt-box a.btn::after {
  content: '';
  display: inline-block;
  background: url(/assets/mb/images/features/ic-more.png) no-repeat;
  width: 18px;
  height: 12px;
  transform: translateX(5px);
  transition: 0.5s all;
}
.free .top .txt-box a.btn:hover::after {
  transform: translateX(15px);
}
.free .top h2 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 60px;
}
.free .top h2 + p {
  color: #1E252F;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 40px;
}
.free .main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.free .main ul li {
  text-align: center;
  margin-bottom: 40px;
  padding: 45px 55px;
  max-width: 560px;
  max-height: 400px;
  background: #FFFFFF;
  border-radius: 30px;
}
.free .main ul li img {
  margin-bottom: 20px;
}
.free .main ul li h4 {
  color: #1E252F;
  margin-bottom: 20px;
  font-size: 20px;
}
.free .main ul li p {
  color: #1E252F;
  line-height: 30px;
}
.free .main ul li:hover h4 {
  color: #126FEE;
}
@media (max-width: 1199px) {
  .free .main ul {
    justify-content: center;
  }
}
@media (Max-width: 991px) {
  .free {
    padding: 60px 0;
  }
  .free .top {
    display: block;
  }
  .free .top div {
    text-align: center;
    width: 100%;
  }
  .free .top .txt-box {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .free .top .txt-box::before {
    display: none;
  }
}
.duplicate {
  background-size: cover;
  padding: 80px 0 100px;
}
.duplicate .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 40px;
  align-items: center;
}
.duplicate .top div {
  width: 50%;
}
.duplicate .top .img-box {
  text-align: left;
}
.duplicate .top .txt-box {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
}
.duplicate .top .txt-box::before {
  content: '';
  display: block;
  width: 16px;
  height: 90px;
  background: linear-gradient(0deg, #468AE7 0%, #0E6DEE 100%);
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 24px;
}
.duplicate .top .txt-box a.btn {
  width: 200px;
  height: 50px;
  border: 1px solid #126FEE;
  border-radius: 25px;
  color: #126FEE;
  vertical-align: middle;
  line-height: 48px;
}
.duplicate .top .txt-box a.btn::after {
  content: '';
  display: inline-block;
  background: url(/assets/mb/images/features/ic-more.png) no-repeat;
  width: 18px;
  height: 12px;
  transform: translateX(5px);
  transition: 0.5s all;
}
.duplicate .top .txt-box a.btn:hover::after {
  transform: translateX(15px);
}
.duplicate .top h2 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 60px;
}
.duplicate .top h2 + p {
  color: #1E252F;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 40px;
}
.duplicate .main ul {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  flex-wrap: wrap;
  box-shadow: 0px 5px 20px 0px rgba(63, 134, 231, 0.2);
  border-radius: 30px;
}
.duplicate .main ul li {
  text-align: left;
  padding: 55px;
  max-height: 400px;
  border-radius: 30px;
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
}
.duplicate .main ul li .txt {
  max-width: 360px;
}
.duplicate .main ul li h4 {
  color: #1E252F;
  margin-bottom: 10px;
  font-size: 20px;
}
.duplicate .main ul li p {
  color: #1E252F;
  line-height: 30px;
}
.duplicate .main ul li:hover h4 {
  color: #126FEE;
}
@media (max-width: 1199px) {
  .duplicate .main ul {
    display: block;
    background: transparent;
    box-shadow: none;
  }
  .duplicate .main ul li {
    border-radius: 20px;
    background: #fff;
    margin: auto;
    padding: 25px 40px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 20px 0px rgba(63, 134, 231, 0.2);
  }
}
@media (max-width: 991px) {
  .duplicate .top {
    display: block;
  }
  .duplicate .top div {
    width: 100%;
    text-align: center;
  }
  .duplicate .top .img-box {
    text-align: center;
  }
  .duplicate .top .txt-box {
    padding-left: 0;
  }
  .duplicate .top .txt-box::before {
    display: none;
  }
}
@media (max-width: 669px) {
  .duplicate .main ul li {
    display: block;
    text-align: center;
  }
  .duplicate .main ul li .txt {
    max-width: 100%;
  }
}
.why {
  background: #E1EFFE;
  padding: 90px 0 70px;
}
.why h2 {
  font-size: 40px;
  margin-bottom: 55px;
  text-align: center;
}
.why .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.why .wrap li {
  text-align: center;
  margin-bottom: 30px;
  max-width: 340px;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 45px 25px;
}
.why .wrap li h4 {
  margin: 23px auto 17px;
  font-size: 20px;
}
.why .wrap li p {
  min-height: 96px;
  line-height: 24px;
}
@media (Max-width: 1199px) {
  .why .wrap {
    justify-content: space-around;
  }
}
.hot-wrap {
  padding: 70px 0;
}
.hot-wrap h2 {
  text-align: center;
  margin-bottom: 60px;
}
.hot-wrap .ic-lf li {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.hot-wrap .ic-lf li a {
  color: #1e252f;
}
.hot-wrap .ic-lf li a:hover {
  color: #468AE7;
}
@media (max-width: 1199px) {
  [class*="-wrap"] {
    padding: 35px 0;
  }
  [class*="-wrap"] h2 {
    padding-right: 0;
    font-size: 3rem;
    margin-bottom: 35px;
  }
  .banner {
    text-align: center;
  }
}
@media (max-width: 989px) {
  .hot-wrap .item {
    max-width: 300px;
    margin: 0px auto 30px;
  }
}
@media screen and (max-width: 1200px) {
  .manage .m-img {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .manage .two .item {
    max-width: 100%;
  }
}
.font,
h1,
h2,
h3 {
  font-family: Helvetica, "HelveticaNeueLTPro Bd", sans-serif, "Microsoft YaHei" !important;
}
.cnt-new {
  background: url(/assets/mb/images/baoguang/index-bg.png) no-repeat;
  background-size: cover;
  padding: 70px 0 65px;
  color: #1E252F;
  text-align: center;
}
.cnt-new .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cnt-new .container::after,
.cnt-new .container::before {
  display: none !important;
}
.cnt-new .container .left {
  min-width: 35%;
}
.cnt-new .container .right {
  min-width: 60%;
}
.cnt-new .container .right {
  text-align: left;
}
.cnt-new .des {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: myriad pro;
  font-weight: 600;
}
.cnt-new h2 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
  font-family: myriad pro !important;
}
.cnt-new .btn-down {
  min-width: 230px;
  height: 50px;
  background: #0ECC24;
  line-height: 50px;
  box-shadow: 0px 3px 7px 0px rgba(11, 67, 181, 0.42);
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cnt-new .btn-down:hover {
  background: #04a517;
}
.cnt-new .btn-down::before {
  background: url(/assets/mb/images/baoguang/icon-download2.png) no-repeat;
  width: 18px;
  height: 19px;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: -4px;
}
.cnt-new .btxt-a:hover {
  text-decoration: none;
}
.cnt-new .btn-box {
  display: inline-block;
  text-align: center;
}
@media (max-width: 779px) {
  .cnt-new .container {
    display: block;
  }
  .cnt-new .container .left,
  .cnt-new .container .right {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .cnt-new .container h2 {
    text-align: center;
  }
}
.awds-wrap {
  background: url(/assets/mb/images/background/bitm-bg.jpg) no-repeat center;
  padding: 85px 0;
  background-size: cover;
}
.awds-wrap .g-cnt {
  max-width: 1200px;
  margin: auto;
}
.awds-wrap h2 {
  text-align: center;
}
.awds-wrap .name {
  border: none;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.awds-wrap .name + span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1e252f;
}
.awds-wrap .carousel-container {
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.awds-wrap #carousel1 {
  min-height: 340px;
  width: 500px;
  margin: auto;
  font-size: 1.8rem;
  color: #555;
}
.awds-wrap #carousel1 li {
  width: 500px;
  height: 340px;
  background-color: #ffffff;
  box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.2);
  border-radius: 10px;
}
.awds-wrap #carousel1 li .awds-tt {
  padding: 38px;
}
.awds-wrap #carousel1 li .stars {
  margin: 20px 0;
}
.awds-wrap #carousel1 li p {
  line-height: 32px;
  font-size: 16px;
  color: #1e252f;
}
.awds-wrap #carousel1 .roundabout-in-focus .btn_l,
.awds-wrap #carousel1 .roundabout-in-focus .btn_r {
  display: block;
}
.awds-wrap #carousel1 .btn_l,
.awds-wrap #carousel1 .btn_r {
  display: none;
  position: absolute;
  width: 43px;
  height: 26px;
  bottom: 30px;
  border: 1px solid #0E6DEE;
  border-radius: 8px;
  background: url(/assets/mb/images/icons/jiantou.png) no-repeat;
}
.awds-wrap #carousel1 .btn_l:hover,
.awds-wrap #carousel1 .btn_r:hover {
  background-color: #0E6DEE;
}
.awds-wrap #carousel1 .btn_l {
  right: 70px;
  background-position: -34px 4px;
}
.awds-wrap #carousel1 .btn_l:hover {
  background-position: 14px 4px;
}
.awds-wrap #carousel1 .btn_r {
  right: 20px;
  background-position: -119px 4px;
}
.awds-wrap #carousel1 .btn_r:hover {
  background-position: -81px 4px;
}
.awds-wrap .more {
  text-align: center;
  margin: 50px auto;
}
.awds-wrap .more a {
  font-size: 16px;
  line-height: 1;
  color: #126fed;
}
.awds-wrap h3 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.awds-wrap #carousel {
  background: none;
  height: 87px;
  overflow: hidden;
}
.awds-wrap #carousel .rl-ic-lg {
  float: left;
  background: url("/assets/mb/images/icons/logo-ic.png") no-repeat 0px -300px;
  width: 1209px;
  height: 87px;
}
.awds-wrap #carousel .rl-ic-lg.rl-ic-lg1 {
  background: url("/assets/mb/images/icons/logo-ic.png") no-repeat 0px -396px;
  width: 888px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .awds-wrap .carousel-container {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .awds-wrap #carousel1 {
    width: 300px;
  }
  .awds-wrap #carousel1 li {
    width: 400px;
    height: 100%;
  }
}
@media (max-width: 400px) {
  .awds-wrap #carousel1 {
    width: 200px;
  }
  .awds-wrap #carousel1 li {
    width: 300px;
    height: auto;
  }
}
