@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../font/MyriadPro-Bold.eot');
  src: url('../font/MyriadPro-Bold.woff2') format('woff2'), url('../font/MyriadPro-Bold.woff') format('woff'), url('../font/MyriadPro-Bold.ttf') format('truetype'), url('../font/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg'), url('../font/MyriadPro-Bold.eot?#iefix') format('MyriadPro-Bold');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../font/MyriadPro-Regular.eot');
  src: url('../font/MyriadPro-Regular.woff2') format('woff2'), url('../font/MyriadPro-Regular.woff') format('woff'), url('../font/MyriadPro-Regular.ttf') format('truetype'), url('../font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'), url('../font/MyriadPro-Regular.eot?#iefix') format('MyriadPro-Regular');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
}
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
}
body {
  width: 100%;
  height: 100%;
}
img {
  border: 0;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
.box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  background: url("../img/bg.jpg") fixed center bottom no-repeat;
  background-size: cover;
}
.box .tb {
  width: 100%;
  height: 12rem;
  background: -webkit-linear-gradient(right, #4e95ea, #1e3575);
}
.box .tb .wrap {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.box .tb .wrap .logo {
  float: left;
  width: 14rem;
  height: auto;
  margin-top: 3rem;
  margin-right: 4rem;
}
.box .tb .wrap .logo img {
  width: 100%;
}
.box .tb .wrap .tltle-pg {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 3.5rem;
  font-family: 'MyriadPro-Regular';
  margin-top: 3rem;
}
.box .mb {
  width: 85%;
  margin-left: 7.5%;
  height: calc(100% - 12rem);
  position: absolute;
  top: 9.5rem;
  border-radius: 1px;
  box-shadow: 0rem 1.6rem 3.4rem -0.4rem rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0rem 1.6rem 3.4rem -0.4rem rgba(0, 0, 0, 0.12);
}
.box .mb .mb-l {
  width: 66%;
  background-color: #fff;
  height: 100%;
  float: left;
}
.box .mb .mb-l .mbtb {
  width: 100%;
  height: 12rem;
  background-color: #f5f5f5;
  padding-left: 4rem;
  box-sizing: border-box;
}
.box .mb .mb-l .mbtb .mbtitle {
  color: #5ECD92;
  font-size: 2.5rem;
  padding-top: 1.8rem;
  font-family: 'MyriadPro-Regular';
}
.box .mb .mb-l .mbtb .mbtext {
  font-size: 1rem;
  font-family: 'MyriadPro-Regular';
  width: 90%;
}
.box .mb .mb-l .mbcm {
  width: 80%;
  margin-left: 10%;
  height: calc(100% - 16rem);
  margin: 2rem auto 1rem;
}
.box .mb .mb-l .mbcm ul {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.box .mb .mb-l .mbcm ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.box .mb .mb-l .mbcm ul .cls .clstitle {
  font-family: 'MyriadPro-Regular';
  font-size: 1.5rem;
  margin: 1.2rem 0 0.2em;
}
.box .mb .mb-l .mbcm ul .cls .clsm {
  display: flex;
  align-items: center;
}
.box .mb .mb-l .mbcm ul .cls .clsm .percentage:after {
  content: "%";
}
.box .mb .mb-l .mbcm ul .cls .clsm .ldvalue {
  text-align: center;
  width: 10%;
  line-height: 1.3rem;
  height: 1rem;
  margin-left: 1rem;
  color: #fff;
  border-radius: 3rem;
  padding: 0.6rem 0.8rem;
  background-color: #5ECD92;
  font-family: 'MyriadPro-Regular';
  font-size: 1.6rem;
  font-weight: bold;
}
.box .mb .mb-l .mbcm ul .cls .clsm .ldvalue.price:before {
  content: "$";
  font-size: 0.7em;
  margin-right: 2px;
}
.box .mb .mb-l .mbcm ul .cls .clsm .sliding {
  flex: 1;
  position: relative;
  margin: 0 10px;
}
.box .mb .mb-l .mbcm ul .cls .clsm .sliding input {
  outline: none;
  position: absolute;
  width: calc(100% + 20px);
  left: -10px;
  right: -10px;
  z-index: 1;
  margin-top: -2px;
}
.box .mb .mb-l .mbcm ul .cls .clsm .sliding .dz {
  color: #999;
  position: absolute;
  bottom: -3rem;
  right: -10px;
  font-family: 'MyriadPro-Regular';
}
.box .mb .mb-l .mbcm ul .cls .clsm .sliding .ldvalue2 {
  left: 50%;
  opacity: 0;
  position: absolute;
  background: #fff;
  bottom: -10px;
  transform: translatex(-50%);
  padding: 6px 10px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #5ecd92;
  transition-property: opacity,bottom;
  transition-duration: 0.2s;
  font-size: 20px;
  font-family: 'MyriadPro-Bold';
}
.box .mb .mb-l .mbcm ul .cls .clsm .sliding .ldvalue2:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -5px 0 0 -4px;
  width: 8px;
  height: 8px;
  background: #fff;
  transform: rotate(-45deg);
  border: 1px solid;
  border-color: transparent transparent #ccc #ccc;
}
.box .mb .mb-l .mbcm ul .cls .clsm .sliding.touched .ldvalue2 {
  opacity: 1;
  bottom: 20px;
}
.box .mb .mb-l .mbcm ul .cls .clsm .pb {
  width: 84%;
  margin: 0;
  height: 8px;
  float: left;
}
.box .mb .mb-l .mbcm ul .cls .clsm .slot {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  border-radius: 6px;
  position: relative;
  background-color: #eaeef3;
}
.box .mb .mb-l .mbcm ul .cls .clsm .slot .progress {
  width: 66.66%;
  height: 100%;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(right, #1e3575, #4e95ea);
}
.box .mb .mb-l .mbcm ul .cls .clsm .slot .digital {
  display: inline-block;
  position: absolute;
  top: -4rem;
  left: 66.3%;
  margin-left: -1.8rem;
  text-align: center;
  line-height: 2.8rem;
  font-size: 1.5rem;
  background: url(../img/jdbg.png) no-repeat center center;
  background-size: 100%;
  color: #5ECD92;
  font-family: 'MyriadPro-Regular';
  width: 4rem;
  height: 3rem;
}
.box .mb .mb-l .mbcm ul .cls .clsm .slot .dz {
  color: #999;
  position: absolute;
  bottom: -2rem;
  right: 0;
  font-family: 'MyriadPro-Regular';
}
.box .mb .mb-l .mbcm ul .cls .clsm .slot .slider {
  position: absolute;
  top: -7px;
  left: calc(66.66% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  background: -webkit-linear-gradient(right, #4e95ea, #1e3575);
  box-shadow: 0px 0.5rem 1.3rem -0.3rem rgba(60, 111, 183, 0.6);
}
.box .mb .mb-l .mbcm ul .cls .clsm .slot .slider .sliderct {
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-top: 6px;
  margin-left: 6px;
}
.box .mb .mb-r {
  width: 34%;
  height: 100%;
  float: right;
  background: -webkit-linear-gradient(bottom, #4e95ea, #1e3575);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box .mb .mb-r .pcfm {
  width: 80%;
  margin: 3rem auto 0 auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.box .mb .mb-r .pcfm .pcfmtitle {
  font-family: 'MyriadPro-Bold';
  font-size: 2rem;
  flex: 0.4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.box .mb .mb-r .pcfm .pcfmtext {
  font-family: 'MyriadPro-Regular';
  font-size: 1.4rem;
  line-height: 2rem;
  opacity: 0.6;
  flex: 0.4;
}
.box .mb .mb-r .pcfm .tp {
  display: flex;
  align-items: center;
  font-family: 'MyriadPro-Regular';
  text-align: center;
  font-size: 7em;
  flex: 0.5;
  transition: font 0.1s;
}
.box .mb .mb-r .pcfm .tp:before {
  content: "$";
  font-size: 0.6em;
  margin-top: 1rem;
}
.box .mb .mb-r .pcfm .tip {
  font-family: 'MyriadPro-Regular';
  text-align: right;
  font-size: 1rem;
  flex: 0.5;
  display: flex;
  flex-direction: column;
}
.box .mb .mb-r .divider {
  background-color: rgba(204, 204, 204, 0.28);
  height: 0.2rem;
  width: 100%;
}
input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  background-color: #eee;
  height: 8px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-top: -6px;
  background-size: contain;
  outline: none;
  background-color: transparent;
  border: none;
  background-image: url("data:image/png;base64,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");
}
input[type="range"]::-webkit-slider-runnable-track {
  border-radius: 10px;
  background: linear-gradient(to right, #4e95ea 0%, #1e3575 80%, #eee 80%, #eee);
}
@media (min-width: 1280px) {
  html {
    font-size: 11px;
  }
  .box .mb .mb-r .pcfm {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 10px;
  }
  .box .mb .mb-r .pcfm {
    font-size: 9px;
  }
}
@media (min-width: 980px) and (orientation: landscape) {
  .box .mb .mb-l .mbtb .mbtitle {
    margin-bottom: 0.6rem;
  }
  .box .mb .mb-l .mbtb .mbtext {
    line-height: 1.6rem;
  }
}
@media all and (orientation: portrait) {
  body {
    background-color: #f5f5f5;
  }
}
@media (min-width: 980px) and (orientation: portrait) {
  .box .tb {
    height: 20rem;
  }
  .box .tb .wrap .logo {
    margin-top: 5rem;
    margin-right: 4rem;
    width: 18rem;
  }
  .box .tb .wrap .tltle-pg {
    margin-top: 5.5rem;
    font-size: 4rem;
  }
  .box .mb {
    height: calc(100% - 19rem);
    box-shadow: none;
    -webkit-box-shadow: none;
    top: 14rem;
  }
  .box .mb .mb-l {
    width: 100%;
    height: calc(100% - 20rem);
  }
  .box .mb .mb-l .mbtb {
    padding-left: 7.5%;
    padding-right: 7.5%;
    height: 12rem;
    background-color: #fff;
  }
  .box .mb .mb-l .mbtb .mbtitle {
    margin-bottom: 1rem;
    padding-top: 4rem;
    font-size: 3rem;
  }
  .box .mb .mb-l .mbtb .mbtext {
    line-height: 1.8rem;
    font-size: 1.4rem;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .box .mb .mb-l .mbcm {
    width: 85%;
    margin: 3rem auto 2rem;
    height: calc(100% - 18rem);
  }
  .box .mb .mb-l .mbcm ul {
    height: 100%;
  }
  .box .mb .mb-l .mbcm ul li {
    margin-bottom: 5.5rem;
  }
  .box .mb .mb-l .mbcm ul .cls .clstitle {
    font-size: 2rem;
  }
  .box .mb .mb-r {
    background: #30579c;
    position: relative;
    width: 100%;
    display: block;
    height: 20rem;
    box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
    -webkit-box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
  }
  .box .mb .mb-r .pcfm {
    display: block;
    width: 38%;
    float: left;
    margin: 5.5% 5% 0 7%;
  }
  .box .mb .mb-r .pcfm .pcfmtitle {
    margin-bottom: 0.3rem;
  }
  .box .mb .mb-r .pcfm .pcfmtext {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .box .mb .mb-r .pcfm .tp {
    text-align: left;
    margin-bottom: 0.8rem;
  }
  .box .mb .mb-r .pcfm .tip {
    text-align: left;
    float: left;
    margin-right: 0;
    margin-top: -1.6rem;
    font-size: 1rem;
  }
  .box .mb .mb-r .divider {
    width: 1px;
    height: 10rem;
    float: left;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    top: 4rem;
    left: 50%;
  }
}
@media (min-width: 720px) and (max-width: 980px) and (orientation: portrait) {
  .box .tb {
    height: 15rem;
  }
  .box .tb .wrap .logo {
    margin-top: 3.5rem;
    margin-right: 2.5rem;
    width: 14rem;
  }
  .box .tb .wrap .tltle-pg {
    margin-top: 4rem;
    font-size: 3rem;
  }
  .box .mb {
    height: calc(100% - 14rem);
    box-shadow: none;
    -webkit-box-shadow: none;
    top: 10.5rem;
  }
  .box .mb .mb-l {
    width: 100%;
    height: calc(100% - 18rem);
  }
  .box .mb .mb-l .mbtb {
    padding-left: 7.5%;
    padding-right: 7.5%;
    height: 12rem;
    background-color: #fff;
  }
  .box .mb .mb-l .mbtb .mbtitle {
    margin-bottom: 1rem;
    padding-top: 3rem;
    font-size: 2.6rem;
  }
  .box .mb .mb-l .mbtb .mbtext {
    line-height: 1.8rem;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .box .mb .mb-l .mbcm {
    width: 85%;
    margin: 1rem auto 0;
    height: calc(100% - 16rem);
  }
  .box .mb .mb-l .mbcm ul {
    height: 100%;
  }
  .box .mb .mb-l .mbcm ul li {
    margin-bottom: 5rem;
  }
  .box .mb .mb-r {
    background: #30579c;
    position: relative;
    width: 100%;
    display: block;
    height: 18rem;
    box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
    -webkit-box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
  }
  .box .mb .mb-r .pcfm {
    display: block;
    flex-direction: column;
    width: 38%;
    float: left;
    margin: 5.5% 5% 0 7%;
  }
  .box .mb .mb-r .pcfm .pcfmtitle {
    margin-bottom: 0.3rem;
  }
  .box .mb .mb-r .pcfm .pcfmtext {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .box .mb .mb-r .pcfm .tp {
    text-align: left;
    margin-bottom: 0.8rem;
  }
  .box .mb .mb-r .pcfm .tip {
    text-align: left;
    float: left;
    margin-right: 0;
    margin-top: -1.6rem;
    font-size: 1rem;
  }
  .box .mb .mb-r .divider {
    width: 1px;
    height: 10rem;
    float: left;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    top: 4rem;
    left: 50%;
  }
}
@media (min-width: 600px) and (max-width: 720px) and (orientation: portrait) {
  .box .tb {
    height: 14rem;
  }
  .box .tb .wrap {
    width: 90%;
  }
  .box .tb .wrap .logo {
    margin-top: 2.5rem;
    width: 12rem;
  }
  .box .tb .wrap .tltle-pg {
    clear: both;
    float: left;
    margin-top: 0.8rem;
    font-size: 2.6rem;
  }
  .box .mb {
    width: 90%;
    margin-left: 5%;
    height: calc(100% - 16rem);
    box-shadow: none;
    -webkit-box-shadow: none;
    top: 11rem;
  }
  .box .mb .mb-l {
    width: 100%;
    height: calc(100% - 18rem);
  }
  .box .mb .mb-l .mbtb {
    padding-left: 7.5%;
    padding-right: 7.5%;
    height: 10rem;
    background-color: #fff;
  }
  .box .mb .mb-l .mbtb .mbtitle {
    margin-bottom: 0.6rem;
    padding-top: 2rem;
    font-size: 2rem;
  }
  .box .mb .mb-l .mbtb .mbtext {
    line-height: 1.6rem;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .box .mb .mb-l .mbcm {
    width: 85%;
    margin: 3rem auto 0 auto;
    height: calc(100% - 13rem);
  }
  .box .mb .mb-l .mbcm ul {
    height: 100%;
  }
  .box .mb .mb-l .mbcm ul li {
    margin-bottom: 4.2rem;
  }
  .box .mb .mb-l .mbcm ul .cls .clsm .pb {
    width: 80%;
  }
  .box .mb .mb-l .mbcm ul .cls .clsm .ldvalue {
    width: 14%;
  }
  .box .mb .mb-r {
    background: #30579c;
    position: relative;
    width: 100%;
    display: block;
    height: 16rem;
    box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
    -webkit-box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
    padding-bottom: 2rem;
  }
  .box .mb .mb-r .pcfm {
    display: block;
    width: 38%;
    float: left;
    margin: 5.5% 5% 0 7%;
  }
  .box .mb .mb-r .pcfm .pcfmtitle {
    margin-bottom: 0.3rem;
    font-size: 2rem;
  }
  .box .mb .mb-r .pcfm .pcfmtext {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0.4rem;
    height: 3.4rem;
  }
  .box .mb .mb-r .pcfm .tp {
    text-align: left;
    margin-bottom: 0.8rem;
  }
  .box .mb .mb-r .pcfm .tip {
    text-align: left;
    float: left;
    margin-right: 0;
    margin-top: -1.6rem;
    font-size: 1rem;
  }
  .box .mb .mb-r .divider {
    width: 1px;
    height: 10rem;
    float: left;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    top: 4rem;
    left: 50%;
  }
}
@media (min-height: 360px) and (max-height: 719px) and (orientation: landscape) {
  body {
    background-color: #F5F5F5;
  }
  .box .tb {
    height: 13rem;
  }
  .box .tb .wrap .logo {
    margin-top: 3rem;
    margin-right: 2rem;
    width: 12rem;
  }
  .box .tb .wrap .tltle-pg {
    margin-top: 3rem;
    font-size: 2.8rem;
  }
  .box .mb {
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    top: 9rem;
  }
  .box .mb .mb-l {
    width: 100%;
    height: auto;
  }
  .box .mb .mb-l .mbtb {
    padding-left: 7.5%;
    padding-right: 7.5%;
    height: 12rem;
    background-color: #fff;
  }
  .box .mb .mb-l .mbtb .mbtitle {
    margin-bottom: 0.8rem;
    padding-top: 3rem;
    font-size: 2.2rem;
  }
  .box .mb .mb-l .mbtb .mbtext {
    line-height: 1.6rem;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .box .mb .mb-l .mbcm {
    width: 85%;
    margin: 3rem auto 0 auto;
    height: auto;
  }
  .box .mb .mb-l .mbcm ul {
    height: 100%;
  }
  .box .mb .mb-l .mbcm ul li {
    margin-bottom: 4.5rem;
  }
  .box .mb .mb-r {
    background: #30579c;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    display: block;
    height: auto;
    box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
    -webkit-box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
  }
  .box .mb .mb-r .pcfm {
    display: block;
    width: 38%;
    float: left;
    margin: 5.5% 5% 0 7%;
  }
  .box .mb .mb-r .pcfm .pcfmtitle {
    margin-bottom: 0.3rem;
  }
  .box .mb .mb-r .pcfm .pcfmtext {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    flex: 0.8;
    height: 3.4rem;
  }
  .box .mb .mb-r .pcfm .tp {
    text-align: left;
  }
  .box .mb .mb-r .pcfm .tip {
    text-align: left;
    float: left;
    margin-right: 0;
    font-size: 1rem;
  }
  .box .mb .mb-r .divider {
    width: 1px;
    height: 10rem;
    float: left;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    top: 4rem;
    left: 50%;
  }
}
@media (min-width: 980px) and (max-width: 1279px) and (orientation: landscape) {
  .box .mb .mb-l .mbcm ul .cls .clstitle {
    font-size: 1.8rem;
  }
  .box .mb .mb-r .pcfm .pcfmtitle {
    font-size: 2.6rem;
  }
  .box .mb .mb-r .pcfm .pcfmtext {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .box .mb .mb-r .pcfm .tip {
    font-size: 1.4rem;
  }
}
@media (min-width: 800px) and (max-width: 980px) and (orientation: landscape) {
  .box .tb {
    height: 11rem;
  }
  .box .tb .wrap .logo {
    margin-top: 2.5rem;
    width: 12rem;
  }
  .box .tb .wrap .tltle-pg {
    font-size: 3rem;
    margin-top: 2.5rem;
  }
  .box .mb {
    top: 8rem;
    height: calc(100% - 10rem);
  }
  .box .mb .mb-l .mbtb {
    height: 10rem;
  }
  .box .mb .mb-l .mbtb .mbtitle {
    margin-bottom: 0.4rem;
    font-size: 2.2rem;
  }
  .box .mb .mb-l .mbtb .mbtext {
    line-height: 1.4rem;
  }
  .box .mb .mb-l .mbcm {
    height: calc(100% - 12rem);
    margin-top: 2rem;
  }
  .box .mb .mb-l .mbcm ul {
    height: 100%;
  }
  .box .mb .mb-l .mbcm ul .cls .clstitle {
    font-size: 1.6rem;
  }
  .box .mb .mb-l .mbcm ul .cls .clsm .pb {
    height: 6px;
  }
  .box .mb .mb-r .pcfm {
    margin-top: 2rem;
  }
  .box .mb .mb-r .pcfm .pcfmtitle {
    font-size: 2.2rem;
  }
  .box .mb .mb-r .pcfm .pcfmtext {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .box .mb .mb-r .pcfm .tp {
    font-size: 8rem;
  }
  .box .mb .mb-r .pcfm .tip {
    font-size: 1.2rem;
  }
}
@media (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  body {
    background-color: #F5F5F5;
  }
  .box .tb {
    height: 13rem;
  }
  .box .tb .wrap .logo {
    margin-top: 3rem;
    margin-right: 2rem;
    width: 12rem;
  }
  .box .tb .wrap .tltle-pg {
    clear: both;
    float: left;
    margin-top: 0.5rem;
    font-size: 2.4rem;
  }
  .box .mb {
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    top: 11rem;
  }
  .box .mb .mb-l {
    width: 100%;
    height: auto;
  }
  .box .mb .mb-l .mbtb {
    padding-left: 7.5%;
    padding-right: 7.5%;
    height: auto;
    background-color: #fff;
  }
  .box .mb .mb-l .mbtb .mbtitle {
    margin-bottom: 0.8rem;
    padding-top: 2rem;
    font-size: 2rem;
  }
  .box .mb .mb-l .mbtb .mbtext {
    line-height: 1.6rem;
    width: 100%;
  }
  .box .mb .mb-l .mbcm {
    width: 85%;
    margin: 3rem auto 0 auto;
    height: auto;
  }
  .box .mb .mb-l .mbcm ul {
    height: 100%;
  }
  .box .mb .mb-l .mbcm ul li {
    margin-bottom: 4.5rem;
  }
  .box .mb .mb-l .mbcm ul .cls .clsm .ldvalue {
    width: 12.5%;
  }
  .box .mb .mb-r {
    background: #30579c;
    position: static;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    display: block;
    height: auto;
    box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
    -webkit-box-shadow: 0rem 1.6rem 4rem -0.5rem rgba(53, 59, 69, 0.4);
  }
  .box .mb .mb-r .pcfm {
    display: block;
    width: 80%;
    float: left;
    margin: 0 10%;
    margin-top: 6%;
  }
  .box .mb .mb-r .pcfm .pcfmtitle {
    margin-bottom: 0.3rem;
  }
  .box .mb .mb-r .pcfm .pcfmtext {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .box .mb .mb-r .pcfm .tp {
    text-align: left;
  }
  .box .mb .mb-r .pcfm .tip {
    text-align: left;
    float: left;
    font-size: 1rem;
  }
  .box .mb .mb-r .divider {
    width: 80%;
    height: 1px;
    float: left;
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 6%;
    margin-left: 10%;
  }
}
@media (min-width: 320px) and (max-width: 359px) and (orientation: portrait) {
  .box .tb .wrap .logo {
    margin-top: 2.5rem;
    width: 10rem;
  }
  .box .tb .wrap .tltle-pg {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
  .box .mb {
    top: 9rem;
  }
  .box .mb .mb-l .mbcm {
    margin: 2rem auto 0 auto;
  }
  .box .mb .mb-l .mbcm ul li {
    margin-bottom: 3.5rem;
  }
}
@media (min-height: 721px) and (max-height: 767px) and (orientation: landscape) {
  .box .mb .mb-l .mbcm {
    margin-top: 2rem;
  }
  .box .mb .mb-l .mbcm ul .cls .clstitle {
    font-size: 1.5rem;
  }
  .box .mb .mb-r .pcfm {
    margin-top: 2rem;
  }
}
