.login-portrait .login-info {
  width: 80%;
  height: 250px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.login-landscape .login-info {
  width: 320px;
  height: 250px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.login-block {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .login-block {
    background-image: url(img/login_bg_phone.jpg);
    background-color: #42a6d1;
  }
  .login-block .login-info {
    width: 80%;
    height: 250px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) {
  .login-block {
    background-image: url(img/login_bg_pad.jpg);
    background-color: #3a97c9;
  }
  .login-block .login-info {
    width: 320px;
    height: 250px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.login-block .login-tip {
  height: 100%;
  width: 100%;
  position: absolute;
}
.login-block .login-info {
  position: absolute;
  color: #ffffff;
  font-size: 17px;
}
.login-block .login-info .texting {
  border-bottom: 1px #ffffff solid;
  width: 100%;
  height: 45px;
}
.login-block .login-info .texting label {
  display: block;
}
.login-block .login-info .texting ~ .texting {
  padding-top: 20px;
}
.login-block .login-info .texting img {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.login-block .login-info .texting input {
  height: 40px;
  font-size: 17px;
  margin-left: 10px;
  outline: none;
  border: none;
  background-color: transparent;
  color: #ffffff;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.login-block .login-info .texting ::-webkit-input-placeholder {
  color: #ffffff;
}
.login-block .login-info .btn-login {
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: #009abd;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  margin-top: 90px;
}
.login-block .login-info .btn-login:active {
  background-color: #e5e5e5;
}
.need-login .dynamic-page {
  display: none;
}
.need-login .login-block {
  display: block;
}
.need-login .ios-block {
  display: none;
}
.pc-bg {
  background-image: url(img/image_background.png);
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/css/img/bg_pc.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/css/img/bg_pc.jpg', sizingMethod='scale');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.device-bg-landscape {
  background-image: url(img/banner@3x.png);
  background-color: #43abde;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.device-bg-landscape body {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 14px;
}
.device-bg-landscape .dynamic-page {
  position: absolute;
  top: 30%;
  right: 19.6%;
  text-align: right;
}
.device-bg-landscape .dynamic-page .title .item {
  font-size: 1.8em;
}
.device-bg-landscape .dynamic-page .title .addition {
  font-size: 1.1em;
}
.device-bg-portrait {
  background-image: url(img/banner@2x.png);
  background-size: 100% auto;
}
.device-bg-portrait body {
  font-size: 12px;
}
.device-bg-portrait .dynamic-page {
  margin: 5.3% auto auto auto;
}
.device-bg-portrait .title {
  display: none;
}
.pc-block {
  display: none;
  margin-top: 6.5%;
  position: relative;
}
.pc-block .dl-list {
  list-style: none;
  position: absolute;
  width: 600px;
}
.pc-block .dl-list:after {
  content: '';
  display: table;
  clear: both;
}
.pc-block .dl-list .dl-li {
  float: left;
  text-align: center;
}
#phone-qr,
#pad-qr {
  display: none;
  background: #fff;
}
.dl-li {
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}
.dl-li img,
.dl-li .dl-img-box {
  width: 120px;
  height: 144px;
}
.dl-li.li-phone .li-subtitle {
  display: none;
}
.dl-li.li-phone:hover img {
  display: none;
}
.dl-li.li-phone:hover .dl-img-box {
  border-radius: 5px;
  background: white;
}
.dl-li.li-phone:hover .dl-img-box #phone-qr {
  display: inline-block;
  margin: 7px 6px 0px;
}
.dl-li.li-phone:hover .dl-img-box .li-subtitle {
  color: black;
  text-align: center;
  display: block;
  font-size: 12px;
  margin-top: 0px;
}
.dl-li.li-pad {
  margin-left: 10px;
}
.dl-li.li-pad img {
  width: 5.8em;
}
.dl-li.li-pad:hover img {
  display: none;
}
.dl-li.li-pad:hover #pad-qr {
  display: inline-block;
}
.dl-li.li-win {
  margin-left: 20px;
}
.dl-li.li-win .dl-btn {
  text-decoration: none;
  color: #ffffff;
}
.dl-li.li-win:hover {
  cursor: pointer;
}
.dl-li.li-win:hover img {
  content: url(img/image_windowssx_s.png);
}
.dl-li.li-js:hover img {
  content: url(img/image_windowsjh_s.png);
}
.dl-li.li-linux {
  margin-left: 20px;
}
.dl-li.li-linux:hover img {
  content: url(img/image_linux_s.png);
}
.dl-li.li-mac {
  margin-left: 20px;
}
.dl-li.li-mac .dl-btn {
  text-decoration: none;
  color: #ffffff;
}
.dl-li.li-mac:hover {
  cursor: pointer;
}
.dl-li.li-mac:hover img {
  content: url(img/image_Mac_s.png);
}
.dl-li .li-title {
  font-size: 1.1em;
  margin-top: 6px;
  display: block;
}
.dl-li .li-subtitle {
  font-size: 0.9em;
}
.pc-left-logo {
  display: none;
}
.introduce {
  color: #ffffff;
  margin-top: 10px;
}
.introduce .version-introduce {
  color: #ffffff;
  display: block;
}
.introduce .introduce-arrow {
  width: 10px;
  height: 8px;
  margin-left: 5px;
}
.btn {
  display: block;
  font-family: "microsoft yahei", Sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #4285F4;
  background-color: #ffffff;
  border-radius: 8px;
}
.btn:active {
  background-color: #e5e5e5;
}
.device-content-landscape .block {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 25px 0 auto auto;
  font-size: 15px;
  display: block;
  font-family: "microsoft yahei", Sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #4285F4;
  background-color: #ffffff;
  border-radius: 8px;
}
.device-content-landscape .block:active {
  background-color: #e5e5e5;
}
.device-content-landscape .block .size {
  font-size: 0.7em;
}
.device-content-landscape .note {
  text-align: right;
  color: #fff;
  font-size: 1em;
  margin-top: 10px;
}
.device-content-landscape .introduce .version {
  margin-top: 10px;
  font-size: 1em;
}
.device-content-landscape .introduce .version-introduce {
  margin-top: 25px;
  font-size: 1.1em;
}
.device-content-landscape .tips {
  color: #fff7b0;
  font-size: 0.9em;
  margin-top: 30px;
  text-align: center;
  max-width: 276px;
}
.device-content-landscape .tips::before {
  content: '';
  background-image: url(img/alert_yellow.png);
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 7px;
  background-size: 100% 100%;
}
.device-content-portrait .block {
  width: 210px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  margin: 23px auto auto auto;
  display: block;
  font-family: "microsoft yahei", Sans-serif;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #4285F4;
  border-radius: 4px;
}
.device-content-portrait .block.pad-btn {
  margin-top: 11px;
}
.device-content-portrait .block:active {
  background-color: #007baf;
}
.device-content-portrait .block .size {
  font-size: 10px;
}
.device-content-portrait .note {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
  color: #999999;
}
.device-content-portrait .introduce {
  margin-top: 5px;
  text-align: center;
}
.device-content-portrait .introduce .version {
  font-size: 11px;
  color: #999999;
}
.device-content-portrait .introduce .version-introduce {
  font-size: 14px;
  color: #4285F4;
  margin-top: 15px;
  text-decoration: none;
}
.device-content-portrait .tips {
  color: #0097e8;
  font-size: 16px;
  text-align: center;
  width: 76%;
  margin: 31px auto auto auto;
}
.device-content-portrait .tips::before {
  content: '';
  background-image: url(img/alert_blue.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 5px;
  background-size: 100% 100%;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.hidden {
  display: none !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.title {
  font-family: "microsoft yahei", Sans-serif;
  color: #ffffff;
}
.title .addition {
  overflow: hidden;
}
html {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  background-repeat: no-repeat;
}
html.pc body {
  background-image: url(img/image_background.png);
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/css/img/bg_pc.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/css/img/bg_pc.jpg', sizingMethod='scale');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  html.pc body {
    font-size: 14px;
  }
}
html.pc .pc-left-logo {
  display: none;
  margin-left: 5.5em;
  margin-top: 190px;
  margin-right: 75px;
  width: 45%;
  height: 60%;
}
@media only screen and (max-width: 768px) {
  html.pc .pc-left-logo {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  html.pc .pc-left-logo {
    width: 30%;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 992px) {
  html.pc .pc-left-logo {
    width: 40%;
  }
}
html.pc .dynamic-page {
  position: absolute;
  top: 50%;
  margin-top: -157px;
  right: 15%;
  text-align: right;
}
html.pc .dynamic-page .title-border {
  padding: 0 5px;
  position: relative;
  top: 3px;
  height: 15px;
  width: 1px;
}
@media only screen and (max-width: 1200px) {
  html.pc .dynamic-page {
    right: 13.5%;
  }
}
@media only screen and (max-width: 800px) {
  html.pc .dynamic-page {
    right: 6.5%;
  }
}
html.pc .dynamic-page .item {
  font-size: 2.2em;
  text-align: left;
  margin-bottom: 20px;
}
html.pc .dynamic-page .addition {
  font-size: 1.3em;
  padding-top: 3%;
  overflow: hidden;
}
html.pc .dynamic-page .pc-block {
  margin-top: 30px;
}
html.pc.mac .pc-block .li-win {
  display: none;
}
html.pc.win .pc-block .li-mac {
  display: none;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  html.pad {
    background-image: url(img/image_background.png);
    background-color: #43abde;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  html.pad body {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
  }
  html.pad .dynamic-page {
    position: absolute;
    top: 30%;
    right: 19.6%;
    text-align: right;
  }
  html.pad .dynamic-page .title .item {
    font-size: 1.8em;
  }
  html.pad .dynamic-page .title .addition {
    font-size: 1.1em;
  }
  html.pad body {
    font-size: 16px;
  }
  html.pad .dynamic-page {
    right: 12%;
  }
  html.pad .pc-left-logo {
    display: inline-block;
    width: auto;
    height: 44%;
    margin-top: 21%;
    margin-left: 5%;
  }
}
@media screen and (orientation: landscape) {
  html.pad {
    height: 100vh;
    background-image: url(img/image_background.png);
    background-color: #43abde;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  html.pad body {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
  }
  html.pad .dynamic-page {
    position: absolute;
    top: 30%;
    right: 11%;
    text-align: right;
  }
  html.pad .dynamic-page .title .item {
    font-size: 1.8em;
  }
  html.pad .dynamic-page .title .addition {
    font-size: 1.1em;
  }
  html.pad .pc-left-logo {
    display: inline-block;
    width: auto;
    height: 43%;
    margin-top: 21%;
    margin-left: 5%;
  }
}
@media screen and (orientation: portrait) {
  html.pad {
    background-image: url(img/banner@2x.png);
    background-size: 100% auto;
  }
  html.pad .ios-block,
  html.pad .android-block,
  html.pad .harmony-block {
    margin-top: 95%;
  }
  html.pad body {
    font-size: 12px;
  }
  html.pad .dynamic-page {
    margin: 5.3% auto auto auto;
  }
  html.pad .title {
    display: none;
  }
  html.pad body {
    font-size: 14px;
  }
}
html.phone .ios-block,
html.phone .android-block,
html.phone .harmony-block {
  height: 186px;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 321px) and (orientation: portrait) {
  html.phone {
    background-image: url(img/banner@2x.png);
    background-size: 100% auto;
  }
  html.phone .ios-block,
  html.phone .android-block,
  html.phone .harmony-block {
    top: 50%;
  }
  html.phone body {
    font-size: 12px;
  }
  html.phone .dynamic-page {
    margin: 5.3% auto auto auto;
  }
  html.phone .title {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) and (orientation: portrait) {
  html.phone {
    background-image: url(img/banner@2x.png);
    background-size: 100% auto;
  }
  html.phone .ios-block,
  html.phone .android-block,
  html.phone .harmony-block {
    top: 55%;
  }
  html.phone body {
    font-size: 12px;
  }
  html.phone .dynamic-page {
    margin: 5.3% auto auto auto;
  }
  html.phone .title {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  html.phone {
    background-image: url(img/banner@2x.png);
    background-size: 100% auto;
  }
  html.phone .ios-block,
  html.phone .android-block,
  html.phone .harmony-block {
    margin-top: 95%;
    margin-bottom: 20px;
  }
  html.phone body {
    font-size: 12px;
  }
  html.phone .dynamic-page {
    margin: 5.3% auto auto auto;
  }
  html.phone .title {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  html.phone {
    background-image: url(img/banner@3x.png);
    background-color: #43abde;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  html.phone body {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
  }
  html.phone .dynamic-page {
    position: absolute;
    top: 30%;
    right: 19.6%;
    text-align: right;
  }
  html.phone .dynamic-page .title .item {
    font-size: 1.8em;
  }
  html.phone .dynamic-page .title .addition {
    font-size: 1.1em;
  }
}
.common-block {
  display: none;
}
@media screen and (orientation: portrait) {
  .common-block .block {
    width: 210px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    margin: 23px auto auto auto;
    display: block;
    font-family: "microsoft yahei", Sans-serif;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #4285F4;
    border-radius: 4px;
  }
  .common-block .block.pad-btn {
    margin-top: 11px;
  }
  .common-block .block:active {
    background-color: #007baf;
  }
  .common-block .block .size {
    font-size: 10px;
  }
  .common-block .note {
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    color: #999999;
  }
  .common-block .introduce {
    margin-top: 5px;
    text-align: center;
  }
  .common-block .introduce .version {
    font-size: 11px;
    color: #999999;
  }
  .common-block .introduce .version-introduce {
    font-size: 14px;
    color: #4285F4;
    margin-top: 15px;
    text-decoration: none;
  }
  .common-block .tips {
    color: #0097e8;
    font-size: 16px;
    text-align: center;
    width: 76%;
    margin: 31px auto auto auto;
  }
  .common-block .tips::before {
    content: '';
    background-image: url(img/alert_blue.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 5px;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .common-block .block {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 25px 0 auto auto;
    font-size: 15px;
    display: block;
    font-family: "microsoft yahei", Sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #4285F4;
    background-color: #ffffff;
    border-radius: 8px;
  }
  .common-block .block:active {
    background-color: #e5e5e5;
  }
  .common-block .block .size {
    font-size: 0.7em;
  }
  .common-block .note {
    text-align: right;
    color: #fff;
    font-size: 1em;
    margin-top: 10px;
  }
  .common-block .introduce .version {
    margin-top: 10px;
    font-size: 1em;
  }
  .common-block .introduce .version-introduce {
    margin-top: 25px;
    font-size: 1.1em;
  }
  .common-block .tips {
    color: #fff7b0;
    font-size: 0.9em;
    margin-top: 30px;
    text-align: center;
    max-width: 276px;
  }
  .common-block .tips::before {
    content: '';
    background-image: url(img/alert_yellow.png);
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-right: 7px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .common-block .block {
    width: 210px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    margin: 23px auto auto auto;
    display: block;
    font-family: "microsoft yahei", Sans-serif;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #4285F4;
    border-radius: 4px;
  }
  .common-block .block.pad-btn {
    margin-top: 11px;
  }
  .common-block .block:active {
    background-color: #007baf;
  }
  .common-block .block .size {
    font-size: 10px;
  }
  .common-block .note {
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    color: #999999;
  }
  .common-block .introduce {
    margin-top: 5px;
    text-align: center;
  }
  .common-block .introduce .version {
    font-size: 11px;
    color: #999999;
  }
  .common-block .introduce .version-introduce {
    font-size: 14px;
    color: #4285F4;
    margin-top: 15px;
    text-decoration: none;
  }
  .common-block .tips {
    color: #0097e8;
    font-size: 16px;
    text-align: center;
    width: 76%;
    margin: 31px auto auto auto;
  }
  .common-block .tips::before {
    content: '';
    background-image: url(img/alert_blue.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 5px;
    background-size: 100% 100%;
  }
}
.android-block,
.harmony-block,
.ios-block {
  display: none;
}
@media screen and (orientation: portrait) {
  .android-block .block,
  .harmony-block .block,
  .ios-block .block {
    width: 210px;
    height: 34px;
    /* line-height: 34px; */
    font-size: 16px;
    margin: 23px auto auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "microsoft yahei", Sans-serif;
    /* text-align: center; */
    text-decoration: none;
    color: #ffffff;
    background-color: #4285F4;
    border-radius: 4px;
  }
  .android-block .block.pad-btn,
  .harmony-block .block.pad-btn,
  .ios-block .block.pad-btn {
    margin-top: 11px;
  }
  .android-block .block:active,
  .harmony-block .block:active,
  .ios-block .block:active {
    background-color: #007baf;
  }
  .android-block .block .size,
  .harmony-block .block .size,
  .ios-block .block .size {
    font-size: 10px;
  }
  .android-block .note,
  .harmony-block .note,
  .ios-block .note {
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    color: #999999;
  }
  .android-block .introduce,
  .harmony-block .introduce,
  .ios-block .introduce {
    margin-top: 5px;
    text-align: center;
  }
  .android-block .introduce .version,
  .harmony-block .introduce .version,
  .ios-block .introduce .version {
    font-size: 11px;
    color: #999999;
  }
  .android-block .introduce .version-introduce,
  .harmony-block .introduce .version-introduce,
  .ios-block .introduce .version-introduce {
    font-size: 14px;
    color: #4285F4;
    margin-top: 15px;
    text-decoration: none;
  }
  .android-block .tips,
  .harmony-block .tips,
  .ios-block .tips {
    color: #0097e8;
    font-size: 16px;
    text-align: center;
    width: 76%;
    margin: 31px auto auto auto;
  }
  .android-block .tips::before,
  .harmony-block .tips::before,
  .ios-block .tips::before {
    content: '';
    background-image: url(img/alert_blue.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 5px;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .android-block .block,
  .harmony-block .block,
  .ios-block .block {
    width: 200px;
    height: 40px;
    /* line-height: 40px; */
    margin: 25px 0 auto auto;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "microsoft yahei", Sans-serif;
    font-weight: bold;
    /* text-align: center; */
    text-decoration: none;
    color: #4285F4;
    background-color: #ffffff;
    border-radius: 8px;
  }
  .android-block .block:active,
  .harmony-block .block:active,
  .ios-block .block:active {
    background-color: #e5e5e5;
  }
  .android-block .block .size,
  .harmony-block .block .size,
  .ios-block .block .size {
    font-size: 0.7em;
  }
  .android-block .note,
  .harmony-block .note,
  .ios-block .note {
    text-align: right;
    color: #fff;
    font-size: 1em;
    margin-top: 10px;
  }
  .android-block .introduce .version,
  .harmony-block .introduce .version,
  .ios-block .introduce .version {
    margin-top: 10px;
    font-size: 1em;
  }
  .android-block .introduce .version-introduce,
  .harmony-block .introduce .version-introduce,
  .ios-block .introduce .version-introduce {
    margin-top: 25px;
    font-size: 1.1em;
  }
  .android-block .tips,
  .harmony-block .tips,
  .ios-block .tips {
    color: #fff7b0;
    font-size: 0.9em;
    margin-top: 30px;
    text-align: center;
    max-width: 276px;
  }
  .android-block .tips::before,
  .harmony-block .tips::before,
  .ios-block .tips::before {
    content: '';
    background-image: url(img/alert_yellow.png);
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-right: 7px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .android-block .block,
  .harmony-block .block,
  .ios-block .block {
    width: 210px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    margin: 23px auto auto auto;
    display: block;
    font-family: "microsoft yahei", Sans-serif;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #4285F4;
    border-radius: 4px;
  }
  .android-block .block.pad-btn,
  .harmony-block .block.pad-btn,
  .ios-block .block.pad-btn {
    margin-top: 11px;
  }
  .android-block .block:active,
  .harmony-block .block:active,
  .ios-block .block:active {
    background-color: #007baf;
  }
  .android-block .block .size,
  .harmony-block .block .size,
  .ios-block .block .size {
    font-size: 10px;
  }
  .android-block .note,
  .harmony-block .note,
  .ios-block .note {
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    color: #999999;
  }
  .android-block .introduce,
  .harmony-block .introduce,
  .ios-block .introduce {
    margin-top: 5px;
    text-align: center;
  }
  .android-block .introduce .version,
  .harmony-block .introduce .version,
  .ios-block .introduce .version {
    font-size: 11px;
    color: #999999;
  }
  .android-block .introduce .version-introduce,
  .harmony-block .introduce .version-introduce,
  .ios-block .introduce .version-introduce {
    font-size: 14px;
    color: #4285F4;
    margin-top: 15px;
    text-decoration: none;
  }
  .android-block .tips,
  .harmony-block .tips,
  .ios-block .tips {
    color: #0097e8;
    font-size: 16px;
    text-align: center;
    width: 76%;
    margin: 31px auto auto auto;
  }
  .android-block .tips::before,
  .harmony-block .tips::before,
  .ios-block .tips::before {
    content: '';
    background-image: url(img/alert_blue.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 5px;
    background-size: 100% 100%;
  }
}
.weixin {
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  float: right;
  z-index: 999;
  background-color: rgba(1, 1, 1, 0.8);
}
.weixin .weixin-tip {
  height: auto;
  width: 100%;
  position: absolute;
  margin-top: -15px;
  right: -5px;
}
.pc .pc-block,
.pc .qr {
  display: block;
}
.pc .pc-left-logo {
  display: inline !important;
}
.android-device .android-block {
  display: block;
}
.harmony-device .harmony-block {
  display: block;
}
.ios-device .ios-block {
  display: block;
}
.weixin-webview .weixin {
  display: block;
}
.alert-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 998;
  display: none;
  top: 0;
}
.alert-box .alert-cover {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.alert-box .alert-body {
  background-color: #fff;
  width: 270px;
  min-height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -135px;
  border-radius: 8px;
}
.alert-box .alert-body .alert-content {
  padding-top: 20px;
  text-align: center;
  font-size: 18px;
}
.alert-box .alert-body .alert-content .alert-title {
  padding-bottom: 25px;
  color: #000;
}
.alert-box .alert-body .alert-content .alert-tips {
  font-size: 14px;
}
.alert-box .alert-body .alert-footer {
  width: 100%;
  height: 44px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.alert-box .alert-body .alert-footer .alert-btn {
  line-height: 44px;
  font-size: 18px;
  color: #0097e5;
}
.alert-box .alert-body .alert-footer .alert-btn:hover {
  background-image: linear-gradient(#ebebeb, #efefef);
}
.alert-box .alert-addrs {
  list-style: none;
  font-size: 16px;
}
.alert-box .alert-addrs .dl-address {
  padding-bottom: 8px;
}
.alert-box .alert-addrs .dl-address a {
  color: #0a98d4;
}
.pc-type-box {
  width: 520px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  margin-top: -153px;
}
.pc-type-box .pc-show-body {
  font-size: 16px;
  color: #666666;
  background: #f5f5f5;
  border-radius: 5px;
}
.pc-type-box .pc-show-content {
  padding: 10px;
}
.pc-type-box .pc-show-detail {
  text-align: center;
}
.pc-type-box .pc-show-detail img {
  width: 500px;
}
.pc-type-box .pc-show-type {
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.pc-type-box .pc-show-type li {
  width: 50%;
  float: left;
}
.pc-type-box .pc-show-type .pc-type-name {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333333;
}
.pc-type-box .pc-show-type .pc-type-desc {
  font-size: 13px;
  color: #666666;
}
.pc-type-box .pc-show-footer {
  text-align: left;
}
.pc-type-box .pc-show-footer .pc-type-desc {
  font-size: 12px;
}
