body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
tr,
th,
td,
img {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
input {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul,
li {
  list-style: none;
  vertical-align: top;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

:focus {
  outline: 0;
}

i {
  font-style: normal;
}

a {
  border: none;
  text-decoration: none;
}

.wrap {
  background: #f5f8fa;
}

/* .wrap img {
  display: block;
  width: 100%;
  margin: 0 auto;
} */

.clears::after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}

.clears {
  zoom: 1;
}

.route-tit {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding: 68px 0 44px 0;
}

.ban {
  padding: 80px 0 50px;
}

.ban h2 {
  font-size: 40px;
  color: #2d2d2d;
  text-align: center;
  font-weight: bold;
}




.box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}


.box .box-left {
  width: 32.22%;

}

.box .box-right {
  /* width: 66.077%; */
  width: 66.477%;
}

.box .box-right .box-right-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.box .boxli1 {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
  margin-bottom: 2.2%;
  padding-bottom: 0.6%;
  /* overflow: hidden; */
}

.box .box-right .box-right-top .boxli1 {
  /* width: 48.64%; */
  width: 48.96%;
}

.box ul:nth-child(2) li {
  position: relative;
  width: 32.333333%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
}


@media screen and (max-width: 650px) {

  .box .box-left,
  .box .box-right,
  .box .box-right .box-right-top .boxli1 {
    width: 100%;
  }

  .box ul li.boxli2 .boxbot span {
    width: 100%;
  }

  .m-nav-box .m-nav-select div {
    font-size: 18px !important;
  }

  .m-nav-box .m-nav-select p span {
    font-size: 18px !important;
  }

  .m-nav-box .m-nav-select p i {
    font-size: 14px !important;
  }

  .arrow1::after,
  .arrow2::after,
  .arrow3::after {
    opacity: 0;
  }

  .base_fixed_sy2 {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .nav-box {
    display: none !important;
  }

  .m-nav-box {
    display: flex !important;
  }

  .route-tit {
    padding: 38px 0 24px 0;
    font-size: 28px;
  }

  .m-nav-box .m-nav-select {
    height: 60px !important;
  }


}

h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(90deg,
      #fca055 0%,
      #f4933f 50%,
      #ec8529 100%),
    linear-gradient(#f8a92a,
      #f8a92a);
  border-radius: 10px 10px 0px 0px;
}

h2.bg2 {
  background: linear-gradient(90deg,
      #4caaf9 0%,
      #2b8bf6 100%),
    linear-gradient(#f8a92a,
      #f8a92a);
}

h2.bg3 {
  background: linear-gradient(90deg,
      #b17df7 0%,
      #9c3fd7 100%),
    linear-gradient(#f8a92a,
      #f8a92a);
}

h2.bg4 {
  background: linear-gradient(90deg,
      #43dfd2 0%,
      #11b7c6 100%),
    linear-gradient(#f8a92a,
      #f8a92a);
}

.cont {
  background-color: #ffffff;
  border-radius: 10px;
  border: dashed 1px #e0af6d;
  /* width: 95.56%; */
  /* margin: 0 auto; */
  margin: 2.6%;
}

.cont h3 {
  height: 36px;
  background: #faf2e5;
  border-radius: 10px 10px 0px 0px;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  color: #e58300;
  margin-bottom: 2.6%;
}

.cont div {
  background: #fffbf4;
  border-radius: 6px;
  width: 90%;
  margin: 0 auto 2.6% auto;
  padding: 2.5%;
}

.cont div span {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.cont div p {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  margin-top: 5px;
}

.cont div p i {
  padding: 0 3px;
  background: linear-gradient(90deg,
      #ff5f50 0%,
      #ff7c59 100%),
    linear-gradient(#f8a92a,
      #f8a92a);
  border-radius: 9px;
  font-style: normal;
  font-size: 13px;
  color: #fff;
}

.cont2,
.cont3,
.cont4 {
  background-color: #ffffff;
  margin: 2.6%;
}

.cont2 h3 {
  width: 200px;
  height: 30px;
  background: url(http://www.mobiletrain.org/path/images/harmonyos/icon1.png) no-repeat;
  background-size: 100% 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  color: #4293f2;
  padding-left: 3.5%;
  white-space: nowrap;
}

.cont3 h3 {
  width: 216px;
  height: 30px;
  background: url(http://www.mobiletrain.org/path/images/harmonyos/icon2.png) no-repeat;
  background-size: 100% 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  color: #855db2;
  padding-left: 3.5%;
  white-space: nowrap;
}

.cont4 h3 {
  width: 216px;
  height: 30px;
  background: url(http://www.mobiletrain.org/path/images/harmonyos/icon3.png) no-repeat;
  background-size: 100% 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  color: #2e9ca6;
  padding-left: 3.5%;
  white-space: nowrap;
}

.cont2 .cont2-p {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f8fa;
  border-radius: 0px 10px 10px 10px;
  padding: 2.5%;
}

.cont3 .cont3-p {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f7fb;
  border-radius: 0px 10px 10px 10px;
  padding: 2.5%;
}

.cont4 .cont4-p {
  display: flex;
  flex-wrap: wrap;
  background-color: #f7fbfc;
  border-radius: 0px 10px 10px 10px;
  padding: 2.5%;
}

.cont2 .cont2-p div,
.cont3 .cont3-p div {
  width: 50%;
}

.cont4 .cont4-p div {
  width: 33.333%;
}

.cont2 .cont2-p div p,
.cont3 .cont3-p div p,
.cont4 .cont4-p div p {
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  padding-left: 3%;
}

.nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 770px;
  height: 80px;
  margin: 0 auto;
  background-color: #ffffff;
}

.nav-box .nav-logo {
  position: relative;
}

.nav-box .nav-logo img {
  width: 125px;
  margin-right: 70px;
}

.nav-box .nav-logo::after {
  position: absolute;
  top: 6px;
  left: 170px;
  content: "";
  width: 1px;
  height: 26px;
  background-color: #aaa;
}

.nav-box .nav_right {
  display: flex;
}

.nav_right {
  display: flex;
}



.nav_right i:hover,
.nav_right a:hover {
  color: #326cf6;
  font-weight: bold;
}

.nav_right i:hover .icon,
.nav_right a:hover .icon {
  font-weight: normal;
}


.nav_right i div {
  position: absolute;
  top: 49px;
  box-sizing: border-box;
  background: #fff;
  display: none;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.nav_right i div a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  height: 33px;
  line-height: 33px;
}

.nav_right i div a:hover {
  background-color: #eff6ff;
}

.nav_right i div a .icon {
  font-size: 16px;
  color: #326cf6;
  margin-left: 20px;
  margin-right: 16px;
}

.nav_right i div a .icon-pmp {
  margin-right: -13px;
  margin-left: 15px;
}

.nav_right i div.nav_free_box {
  text-align: center;
  width: 154px;
  box-shadow: #999999 0 0 8px;
  border-radius: 6px;
  padding: 10px 0;
}

.nav_right i div.nav_free_box ul li {
  text-align: left;
}

.nav_right i div.nav_free_box ul li i {
  font-size: 16px;
  color: rgb(50, 108, 246);
  margin-left: 20px;
  margin-right: 16px;
  font-weight: normal;
}

.nav_right i:hover {
  position: relative;
}

.nav_right i:hover::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 42%;
  transform: translateX(-50%);
  width: 14px;
  height: 4px;
  background-color: #416bed;
  border-radius: 2px;
}

.nav_right i:hover div {
  display: block;
}

@keyframes aniHeight {
  from {
    transform: scale(0.5);
    transform-origin: center 0;
  }

  to {
    transform: scale(1);
    transform-origin: center 0;
  }
}

@-webkit-keyframes aniHeight {
  from {
    transform: scale(0.5);
    transform-origin: center 0;
  }

  to {
    transform: scale(1);
    transform-origin: center 0;
  }
}

@keyframes navani {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

.nav_right i em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(0);
  transition: all ease 0.3s;
  font-weight: normal;
  margin-left: 4px;
}

.nav_right i:hover em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(-180deg);
}

.nav_right .nav_a,
.nav_right .nav {
  text-align: center;
  height: 49px;
  line-height: 49px;
  display: inline-block;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  margin-left: 24px;
}

.nav_right .nav {
  position: relative;
}

.nav_right_bg .nav_dropmenu_box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px 10px 10px;
}

.nav_right_bg .nav_dropmenu_box ul li a {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 173px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  transition: all ease 0.3s;
  margin: 0 8px 18px 8px;
  box-sizing: border-box;
}

.nav_right_bg .nav_dropmenu_box ul li a .icon {
  margin: 0 17px 0 20px;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: #eff6ff;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  color: #4067e0;
  font-size: 18px;
  transition: all ease 0.3s;
}

.nav_right_bg .nav_dropmenu_box ul li a:hover {
  background: #326cf6;
  color: #fff;
}

.m-nav-box {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 128px;
  background-color: #ffffff;
  width: 92%;
  margin: 0 auto;
}

.m-nav-box .nav-logo {
  width: 25.362%;
}

.m-nav-box .nav-logo img {
  width: 100%;
}

.m-nav-box .m-nav {
  width: 65.36%;
  position: relative;
}

.m-nav-box .m-nav-select {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  background-color: #f5f8fa;
  border-radius: 10px;
  border: solid 1px #dddddd;
  color: #333333;
  box-sizing: border-box;
  padding: 0 20px;
}

.m-nav-box .m-nav-select div {
  font-size: 24px;
  color: #333333;
  white-space: nowrap;
  padding-right: 4%;
  margin-right: 4%;
  border-right: 1px solid #dddddd;
}

.m-nav-box .m-nav-select p {
  width: 66%;
  white-space: nowrap;
}

.m-nav-box .m-nav-select p span {
  color: #333333;
  font-size: 24px;

}

.m-nav-box .m-nav-select p i {
  color: #999999;
  margin-left: 3%;
  font-size: 18px;
}

.m-nav-lists {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: #999999 0 0 8px;
  border-radius: 10px;
}

.m-nav:hover .m-nav-lists {
  display: block;
}

.m-nav-lists li a {
  display: block;
  line-height: 40px;
  color: #333333;
  font-size: 14px;
  text-align: center;
}

.m-nav-lists li a:hover {
  color: #326cf6;
}

.arrow1,
.arrow2,
.arrow3 {
  position: relative;
}

.arrow1::after {
  position: absolute;
  top: 10px;
  right: -11px;
  content: "";
  width: 23px;
  height: 32px;
  background: url(http://www.mobiletrain.org/path/images/harmonyos/arrow.png) no-repeat;
  background-size: 23px 32px;
  transform: rotate(270deg);
  z-index: 1;
}

.arrow2::after {
  position: absolute;
  top: 10px;
  right: -11px;
  content: "";
  width: 23px;
  height: 32px;
  background: url(http://www.mobiletrain.org/path/images/harmonyos/arrow.png) no-repeat;
  background-size: 23px 32px;
  transform: rotate(270deg);
}

.arrow3::after {
  position: absolute;
  top: -34px;
  right: 20%;
  content: "";
  width: 23px;
  height: 32px;
  background: url(http://www.mobiletrain.org/path/images/harmonyos/arrow.png) no-repeat;
  background-size: 23px 32px;
}


.base_fixed_sy2 {
  position: absolute;
  left: 0;
  top: 200px !important;
  z-index: 1000035;
  width: 142px;
  background: rgba(0, 0, 0, 0);
}

.fixed_wrap {
  position: relative;
  width: 142px;
  top: -66px;
}

.base_fixed_sy2 p {
  width: 142px;
  height: 135px;
  position: relative;
  cursor: pointer;
}

.base_fixed_sy2 p img {
  width: 100%;
}

.base_fixed_sy2 a {
  display: block;
  position: relative;
  width: 111px;
  height: 27px;
  border: 1px solid #ec4dff;
  box-sizing: border-box;
  margin-bottom: 6px;
  margin-left: 4px;
  background: -webkit-linear-gradient(90deg, #8a00fd, #d500f7);
  background: -o-linear-gradient(90deg, #8a00fd, #d500f7);
  background: -moz-linear-gradient(90deg, #8a00fd, #d500f7);
  background: linear-gradient(90deg, #8a00fd, #d500f7);
}

.base_fixed_sy2 a:after {
  content: '';
  display: block;
  position: absolute;
  width: 111px;
  height: 6px;
  background: url('http://img.mobiletrain.org/templates/mobiletrain/images/mo/index/fc-after.png') no-repeat center top;
  background-size: 100% 100%;
  left: 0;
  bottom: -7px;
}

.base_fixed_sy2 a:nth-child(13):after,
.base_fixed_sy2 a:nth-child(14):after {
  display: none;
}

.base_fixed_sy2 a:nth-child(13) {
  margin-bottom: 0;
}

.base_fixed_sy2 a span {
  display: none;
  position: relative;
}

.base_fixed_sy2 a span:after {
  content: '';
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url('http://img.mobiletrain.org/templates/mobiletrain/images/mo/index/fc-btn.png') no-repeat center top;
  background-size: 100% 100%;
  right: -13px;
  top: 10px;
}

.base_fixed_sy2 a i {
  font-size: 12px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 25px;
  text-align: center;
}

.base_fixed_sy2 a:hover {
  width: 111px;
  height: 46px;
  border: 2px solid #ec4dff;
  box-sizing: border-box;
}

.base_fixed_sy2 a:hover:after {
  bottom: -8px;
}

.base_fixed_sy2 a:hover span {
  display: block;
  width: 100%;
  height: 100%;
  background: url('http://img.mobiletrain.org/templates/mobiletrain/images/mo/index/fc-hover.png') no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 5px;
  font-size: 12px;
  color: #9200fc;
  text-align: center;
}

.base_fixed_sy2 a:hover span:after {
  display: block;
}

.base_fixed_sy2 a:hover i {
  display: none;
}

.base_fixed_sy2 .mb0 {
  margin-bottom: 0px;
}

.base_fixed_sy2 .qf_fix02 {
  display: block;
  width: 86px;
  height: 30px;
  border-radius: 0px 0px 10px 10px;
  margin-left: 17px;
  background: #7101c4;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #ffff00;
  border: 0;
  cursor: pointer;
}