h5 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
h2 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 45px;
}
p {
  line-height: 1.8;
}
.banner-wrap {
  padding: 5% 0;
  background: url(/assets/mb/images/background/MB-phone-backup-banner-bg.jpg) no-repeat center / cover;
}
.banner-wrap h1 {
  font-size: 4.8rem;
}
.banner-wrap p {
  margin: 15px 0 20px;
  font-size: 2rem;
}
.banner-wrap ul > li {
  margin-bottom: 15px;
}
.banner-wrap .btn {
  margin: 2% 0 8px;
  position: relative;
  width: 300px;
  padding-top: 4px;
  line-height: 1.5;
}
.banner-wrap .btn::before {
  vertical-align: -20px;
  margin-right: 20px;
}
.banner-wrap .btn .size {
  position: absolute;
  bottom: 5px;
  left: 90px;
  display: block;
  font-size: 12px;
  color: #b6c4ed;
}
.banner-wrap .btn .tip {
  display: inline-block;
  margin-top: 18px;
  font-size: 1.4rem;
  color: #8c929b;
}
.banner-wrap .btn-dw::before {
  background: url(/assets/mb/images/background/icon-download1-indexnew.png) no-repeat;
}
.banner-wrap .b-txt {
  font-weight: 600;
  padding-left: 80px;
}
.banner-wrap p.new-txt {
  padding-left: 56px;
  margin: 0;
  font-size: 14px;
  color: #1e252f;
  font-weight: 600;
}
.banner-wrap p.new-txt a {
  color: #1E252F;
  font-size: 14px;
  text-decoration: none;
}
.banner-wrap p.new-txt a::before {
  content: '';
  display: inline-block;
  vertical-align: -1px;
  margin-right: 6px;
  width: 14px;
  height: 17px;
  background: url(/assets/mb/images/baoguang/icon-phone1.png) no-repeat;
}
.banner-wrap p.new-txt a::after {
  width: 18px;
  height: 13px;
  content: '';
  display: inline-block;
  transition: 0.5s all;
  transform: translateX(10px);
  vertical-align: -2px;
  background: url(/assets/mb/images/baoguang/more1.png) no-repeat;
}
.banner-wrap p.new-txt a:hover {
  color: #126FEE;
}
.banner-wrap p.new-txt a:hover::before {
  background: url(/assets/mb/images/baoguang/icon-phone2.png) no-repeat;
}
.banner-wrap p.new-txt a:hover::after {
  transform: translateX(17px);
  background: url(/assets/mb/images/baoguang/more2.png) no-repeat;
}
.banner-wrap .btxt-a {
  text-decoration: underline;
  color: #1e252f;
  font-size: 16px;
}
.banner-wrap .btxt-a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .banner-wrap p.new-txt {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .banner-wrap {
    padding: 80px 0;
  }
  .banner-wrap .col-md-8 {
    margin-bottom: 30px;
  }
  .banner-wrap .col-md-8,
  .banner-wrap .col-md-4 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.realize-wrap .container {
  padding: 3%;
  min-height: 457px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 1px rgba(11, 67, 181, 0.3);
  border-radius: 50px;
}
.realize-wrap .text-box {
  margin-left: 50px;
}
.realize-wrap .text-box p {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .realize-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
  }
  .realize-wrap .container.row {
    padding: 50px 20px;
  }
}
.free-wrap {
  position: relative;
  padding: 5% 0;
}
.free-wrap h2 {
  text-align: left;
  margin-bottom: 30px;
}
.free-wrap::before,
.free-wrap::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 110px;
  width: 212px;
  height: 254px;
}
.free-wrap::before {
  left: 0;
  background-color: #f1f8ff;
  border-radius: 0px 50px 50px 0px;
}
.free-wrap::after {
  right: 0;
  background-color: #fff7f4;
  border-radius: 50px 0px 0px 50px;
}
.free-wrap .text-box {
  max-width: 725px;
  margin: 0 auto;
}
.free-wrap p {
  margin-bottom: 20px;
}
.free-wrap ul > li {
  margin-bottom: 15px;
}
.free-wrap .arw {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .free-wrap {
    text-align: center;
    padding: 80px 0;
  }
  .free-wrap h2 {
    text-align: center;
  }
}
.restore-wrap {
  padding: 6% 0;
  background: url(/assets/mb/images/background/MB-phone-transferone-click-bg.jpg) no-repeat center;
  background-size: cover;
}
.restore-wrap h2 {
  max-width: 600px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
.restore-wrap p {
  margin: 15px 0;
  max-width: 678px;
}
.restore-wrap .img-box {
  margin-top: 55px;
}
.restore-wrap ul li {
  margin-bottom: 15px;
}
.restore-wrap .btn {
  margin: 2% 0 8px;
  position: relative;
  width: 300px;
  padding-top: 4px;
  line-height: 1.5;
}
.restore-wrap .btn::before {
  vertical-align: -20px;
  margin-right: 20px;
}
.restore-wrap .btn .size {
  position: absolute;
  bottom: 5px;
  left: 90px;
  display: block;
  font-size: 12px;
  color: #b6c4ed;
}
.restore-wrap .btn .tip {
  display: inline-block;
  margin-top: 18px;
  font-size: 1.4rem;
  color: #8c929b;
}
.restore-wrap .btn-dw::before {
  background: url(/assets/mb/images/background/icon-download1-indexnew.png) no-repeat;
}
.work-wrap {
  padding: 5% 0;
}
.work-wrap h2 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 1px;
  color: #1e252f;
  text-align: center;
  margin-bottom: 30px;
}
.work-wrap img {
  max-width: 100%;
  height: auto !important;
}
.work-wrap #carousel {
  height: auto;
  width: auto;
  max-width: 1170px;
  margin: auto;
  background-color: inherit;
  min-height: 403px;
}
.work-wrap .carousel-feature {
  border: none;
}
.work-wrap .tracker-summation-container {
  display: none;
}
.work-wrap .tracker-individual-container {
  position: absolute;
  color: #fff;
  right: auto;
  top: auto;
  padding: 0;
  margin: 0 0 0 -55px;
  left: 50%;
  bottom: -70px;
}
.work-wrap .tracker-individual-container .tracker-individual-blip {
  width: 12px;
  height: 12px;
  background-color: #cecece;
  margin: 0 5px;
  border-radius: 50%;
  color: #cecece;
}
.work-wrap .tracker-individual-container .tracker-individual-blip.tracker-individual-blip-selected {
  width: 12px;
  height: 12px;
  background-color: #314e89;
  margin: 0 5px;
  border-radius: 50%;
  color: #314e89;
}
.work-wrap .tracker-individual-container {
  font-size: 0;
}
.work-wrap #prev,
.work-wrap #prev:hover {
  position: absolute;
  top: 50%;
  left: -25px;
  background: url(/assets/mb/images/icons/icon_all.png) no-repeat;
  background-position: -565px -193px;
  width: 45px;
  height: 56px;
  margin-top: -28px;
}
.work-wrap #next,
.work-wrap #next:hover {
  position: absolute;
  top: 50%;
  right: -25px;
  background: url(/assets/mb/images/icons/icon_all.png) no-repeat;
  background-position: -618px -193px;
  width: 45px;
  height: 56px;
  margin-top: -28px;
}
@media (max-width: 991px) {
  .work-wrap {
    padding: 80px 0;
  }
}
.explore-wrap {
  padding: 5% 0;
  background: #e1effe;
  text-align: center;
}
.explore-wrap h2 {
  font-size: 40px;
  letter-spacing: 1px;
  color: #1e252f;
  margin-bottom: 6%;
}
.explore-wrap .i-box {
  min-height: 150px;
}
.explore-wrap .e-box {
  max-width: 220px;
  margin: auto;
}
.explore-wrap a {
  font-family: Helvetica, 'HelveticaNeueLTPro Bd', sans-serif, 'Microsoft YaHei';
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #1e252f;
}
.say-wrap {
  padding: 5% 0;
  background: url("/assets/mb/images/background/MB-backup-to-mac-what-say-bg.jpg") no-repeat center;
  background-size: cover;
}
.say-wrap h2 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #1e252f;
  text-align: center;
  margin-bottom: 50px;
}
.say-wrap .say-box {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.say-wrap .say-item {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(11, 67, 181, 0.42);
  border-radius: 30px;
  padding: 20px 40px;
}
.say-wrap .say-top img,
.say-wrap .say-top h6 {
  display: inline-block;
  vertical-align: middle;
}
.say-wrap .say-top h6 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #1e252f;
  margin-left: 10px;
}
.say-wrap .kind {
  width: 123px;
  background: url(/assets/mb/images/icons/icon_all.png) no-repeat -357px -784px;
  height: 21px;
  margin: 15px 0;
}
.say-wrap .say-item {
  transition: 0.5s;
}
.say-wrap .say-item p {
  font-size: 16px;
  line-height: 32px;
  color: #1e252f;
  margin-bottom: 45px;
}
.say-wrap .say-item.active {
  width: 84%;
  left: 8%;
  z-index: 10;
  transition: 0.5s;
}
.say-wrap .say-item.prev {
  width: 92%;
  left: 4%;
  z-index: 5;
  transform: scaleY(0.95);
  transition: 0.5s;
}
.say-wrap .say-item.next {
  width: 100%;
  z-index: 1;
  transform: scaleY(0.9);
  transition: 0.5s;
}
.say-wrap .clicker {
  text-align: right;
}
.say-wrap .clicker span {
  display: inline-block;
  vertical-align: middle;
  margin: auto 5px;
  width: 55px;
  height: 35px;
  cursor: pointer;
}
.say-wrap .clicker span.left {
  background: url("/assets/mb/images/icons/icon_all.png") no-repeat -485px -555px;
}
.say-wrap .clicker span.left:hover {
  background: url("/assets/mb/images/icons/icon_all.png") no-repeat -548px -555px;
}
.say-wrap .clicker span.right {
  background: url("/assets/mb/images/icons/icon_all.png") no-repeat -674px -555px;
}
.say-wrap .clicker span.right:hover {
  background: url("/assets/mb/images/icons/icon_all.png") no-repeat -611px -555px;
}
.say-wrap .say-box.row:after {
  min-height: 310px;
}
.say-wrap .more {
  text-align: center;
  margin: 50px auto 0;
}
.say-wrap .more a {
  font-size: 16px;
  line-height: 1;
  color: #126fed;
}
.say-wrap h3 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.now-wrap {
  background: url("/assets/mb/images/background/MB-backup-to-computer-download-bg.jpg") no-repeat center;
  background-size: cover;
}
.now-wrap .container {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.now-wrap h2 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 35px;
}
.now-wrap .btn-wt {
  font-family: Helvetica, 'HelveticaNeueLTPro Bd', sans-serif, 'Microsoft YaHei';
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #2378eb;
}
@media all and (max-width: 991px) {
  #carousel {
    zoom: 0.7;
  }
}
@media all and (max-width: 767px) {
  #carousel {
    zoom: 0.5;
  }
}
@media (max-width: 524px) {
  #carousel .carousel-feature {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    top: auto !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    position: static !important;
  }
  .tracker-individual-container {
    display: none !important;
  }
  #carousel .carousel-feature img {
    width: 100% !important;
    height: auto !important;
  }
  #carousel {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .col-md-5 {
    width: 35.666667%;
  }
}
@media (max-width: 1199px) {
  .banner-wrap {
    text-align: center;
  }
  .banner-wrap .ic-lf {
    display: inline-block;
    text-align: left;
  }
  .free-wrap {
    text-align: center;
  }
  .free-wrap::after,
  .free-wrap::before {
    display: none;
  }
  .free-wrap .ic-lf {
    display: inline-block;
  }
  .free-wrap .ic-lf > li {
    text-align: left;
  }
  .free-wrap .img-box {
    margin: 20px auto;
    text-align: center;
  }
  .realize-wrap .text-box {
    margin: 10px 0;
  }
  .restore-wrap {
    text-align: center;
  }
  .restore-wrap h2 {
    max-width: 100%;
    text-align: center;
  }
  .restore-wrap .item {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .restore-wrap .ic-lf {
    display: inline-block;
  }
  .restore-wrap .ic-lf > li {
    text-align: left;
  }
  .work-wrap h2 {
    margin-bottom: 5%;
  }
  .work-wrap #prev,
  .work-wrap #next {
    display: none !important;
  }
  .explore-wrap .e-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .say-wrap .say-item p {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.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: 390px;
  width: 500px;
  margin: auto;
  font-size: 1.8rem;
  color: #555;
}
.awds-wrap #carousel1 li {
  width: 580px;
  height: 390px;
  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: 12px;
  height: 20px;
  bottom: 30px;
}
.awds-wrap #carousel1 .btn_l {
  right: 65px;
  background: url(/assets/images/icon/jiantouleft_normal.png) no-repeat center;
}
.awds-wrap #carousel1 .btn_l:hover {
  background: url(/assets/images/icon/jiantouleft_hover.png) no-repeat center;
}
.awds-wrap #carousel1 .btn_r {
  right: 30px;
  background: url(/assets/images/icon/jiantouright-normal.png) no-repeat center;
}
.awds-wrap #carousel1 .btn_r:hover {
  background: url(/assets/images/icon/jiantouright-hover.png) no-repeat center;
}
.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 {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .awds-wrap .carousel-container {
    width: 100%;
  }
  .awds-wrap #carousel1 {
    width: 300px;
    zoom: 0.8;
  }
  .awds-wrap #carousel1 li {
    width: 400px;
    height: 360px;
  }
}
@media (max-width: 400px) {
  .awds-wrap #carousel1 {
    width: 200px;
  }
  .awds-wrap #carousel1 li {
    width: 300px;
    height: auto;
  }
}
.btn {
  white-space: normal;
}
.cnt-new {
  background: url(/assets/mb/images/baoguang/index-bg.png) no-repeat;
  background-size: cover;
  padding: 65px 0 50px;
  color: #1E252F;
}
.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: 40%;
  text-align: center;
}
.cnt-new .container .right {
  min-width: 53%;
}
.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;
}
.cnt-new .b-txt {
  font-size: 14px;
  display: block;
  margin-top: 0px;
  font-weight: 600;
}
.cnt-new .b-txt a {
  font-size: 14px;
  text-decoration: none;
  color: #1E252F;
}
.cnt-new .b-txt a::before {
  content: '';
  display: inline-block;
  vertical-align: -3px;
  margin-right: 8px;
  width: 14px;
  height: 17px;
  background: url(/assets/mb/images/baoguang/icon-phone1.png) no-repeat;
}
.cnt-new .b-txt a::after {
  width: 18px;
  height: 13px;
  content: '';
  display: inline-block;
  transition: 0.5s transform;
  transform: translateX(10px);
  vertical-align: -2px;
  background: url(/assets/mb/images/baoguang/more1.png) no-repeat;
}
.cnt-new .b-txt a:hover {
  color: #126FEE;
}
.cnt-new .b-txt a:hover::before {
  background: url(/assets/mb/images/baoguang/icon-phone2.png) no-repeat;
}
.cnt-new .b-txt a:hover::after {
  transform: translateX(17px);
  background: url(/assets/mb/images/baoguang/more2.png) no-repeat;
}
@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;
  }
}
a.arw::after {
  background: url(/assets/mb/images/baoguang/more2.png) no-repeat;
  width: 18px;
  height: 13px;
}
@media (max-width: 1199px) {
  .banner-wrap .b-txt {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .explore-wrap {
    padding: 80px 0;
  }
}
[lang=en] .banner-wrap a.btn {
  vertical-align: middle;
}
[lang=en] .banner-wrap a.btn.btn-org {
  width: auto;
  margin-left: 30px;
  min-width: 260px;
  padding-top: 0;
  line-height: 60px;
}
@media (max-width: 623px) {
  [lang=en] .banner-wrap a.btn.btn-org {
    width: 300px;
    margin: 10px auto;
  }
}
[lang=en] .fastly {
  background: url(/assets/mb/images/phone-transfer/bg1.png) no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 50px;
}
[lang=en] .fastly-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
[lang=en] .fastly-top .left-img {
  min-width: 48%;
}
[lang=en] .fastly-top .txt-box {
  text-align: left;
}
[lang=en] .fastly-top .txt-box h2 {
  position: relative;
  padding-left: 55px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 60px;
}
[lang=en] .fastly-top .txt-box h2::before {
  display: block;
  width: 16px;
  height: 90px;
  background: linear-gradient(0deg, #468AE7 0%, #0E6DEE 100%);
  border-radius: 8px;
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
}
[lang=en] .fastly-top .txt-box p {
  padding-left: 55px;
  line-height: 36px;
  font-size: 18px;
}
[lang=en] .fastly-main {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
[lang=en] .fastly-main .item {
  margin-bottom: 50px;
  text-align: center;
  padding: 30px 60px 33px;
  width: 560px;
  max-width: 48%;
  background: #FFFFFF;
  border-radius: 30px;
  transition: 0.5s transform;
}
[lang=en] .fastly-main .item h3 {
  display: block;
  margin: 20px auto;
  font-size: 20px;
  color: #1E252F;
  line-height: 32px;
}
[lang=en] .fastly-main .item:hover {
  transform: translateY(-20px);
  box-shadow: 0px 10px 25px 0px rgba(63, 134, 231, 0.3);
}
@media (max-width: 991px) {
  [lang=en] .fastly-top {
    display: block;
  }
  [lang=en] .fastly-top .left-img {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 699px) {
  [lang=en] .fastly-top .txt-box {
    text-align: center;
  }
  [lang=en] .fastly-top .txt-box h2 {
    text-align: center;
    padding-left: 0;
  }
  [lang=en] .fastly-top .txt-box h2::before {
    display: none;
  }
  [lang=en] .fastly-top .txt-box p {
    padding-left: 0;
  }
  [lang=en] .fastly-main .item {
    width: 100%;
    max-width: 100%;
  }
}
[lang=en] .restore-wrap {
  background: #E1EFFE;
}
[lang=en] .restore-wrap a.arw {
  border: 1px solid #126FEE;
  border-radius: 20px;
  padding: 7px 19px;
}
[lang=en] .restore-wrap a.arw::after {
  vertical-align: -1px;
}
[lang=en] .tired {
  background: #F5FAFF;
  padding: 90px 0 80px;
}
[lang=en] .tired .warp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
[lang=en] .tired .right {
  width: 50%;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(11, 67, 181, 0.3);
  border-radius: 40px;
  padding: 40px;
}
[lang=en] .tired .right h3 {
  font-size: 20px;
  line-height: 32px;
}
[lang=en] .tired .right h3 + P {
  font-size: 18px;
}
[lang=en] .tired .right li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  [lang=en] .work-wrap {
    padding-bottom: 8%;
  }
  [lang=en] .tired .warp {
    flex-direction: column;
    align-items: center;
  }
  [lang=en] .tired .warp > div {
    max-width: 100%;
    width: auto;
  }
  [lang=en] .tired .warp > div.left {
    text-align: center;
    margin-bottom: 40px;
  }
}
[lang=en] .awds-wrap #carousel1 .roundabout-in-focus .btn_l,
[lang=en] .awds-wrap #carousel1 .roundabout-in-focus .btn_r {
  display: block;
}
[lang=en] .awds-wrap #carousel1 .btn_l,
[lang=en] .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;
}
[lang=en] .awds-wrap #carousel1 .btn_l:hover,
[lang=en] .awds-wrap #carousel1 .btn_r:hover {
  background-color: #0E6DEE;
}
[lang=en] .awds-wrap #carousel1 .btn_l {
  right: 70px;
  background-position: -34px 4px;
}
[lang=en] .awds-wrap #carousel1 .btn_l:hover {
  background-position: 14px 4px;
}
[lang=en] .awds-wrap #carousel1 .btn_r {
  right: 20px;
  background-position: -119px 4px;
}
[lang=en] .awds-wrap #carousel1 .btn_r:hover {
  background-position: -81px 4px;
}
