@charset "UTF-8";
a {
  text-decoration: none; }

.line {
  width: 1px;
  height: 18px;
  background: #75829B; }

.titleLine {
  width: 1px;
  height: 18px;
  background: #75829B; }

@font-face {
  font-family: 'BrushScript';
  /*字体名称*/
  src: url("../fonts/Brush-Script.eot");
  src: url("../fonts/Brush-Script.eot?#iefix") format("embedded-opentype"), url("../fonts/Brush-Script.woff") format("woff"), url("../fonts/Brush-Script.ttf") format("truetype"), url("../fonts/Brush-Script.svg#ChunkFiveRegular") format("svg"); }
@font-face {
  font-family: BoldRegular;
  src: url("../fonts/DINCond-BoldRegular_0.ttf"); }
.nav_header {
  width: 100%;
  height: 72px;
  background: #fff;
  display: flex;
  align-items: center; }
  .nav_header_body {
    width: 1200px;
    height: 72px;
    line-height: 72px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    .nav_header_body_left {
      display: flex;
      flex-direction: row;
      line-height: 72px; }
      .nav_header_body_left img {
        width: 51px;
        height: 30px;
        margin-top: 20px; }
      .nav_header_body_left .line {
        margin: 26px 10px 0 10px; }
      .nav_header_body_left .titleLine {
        margin: 26px 10px 0 10px; }
      .nav_header_body_left .titleName {
        font-size: 18px;
        color: #07142E;
        font-weight: 400; }
    .nav_header_body_right {
      display: flex;
      align-items: center; }
      .nav_header_body_right p {
        background: #125BF0;
        width: 108px;
        height: 40px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        border-radius: 20px; }

* {
  padding: 0;
  border: none;
  margin: 0;
  font-family: "Microsoft YaHei"; }

a {
  text-decoration: none; }

.titleName {
  font-size: 18px; }

.body_line {
  width: 16px;
  height: 4px;
  border-radius: 2px;
  background: #1B60EC; }

.w100 {
  width: 100%; }

.ml50 {
  margin-left: 50px; }

.bgf {
  background: #fff; }

.bgf8 {
  background: #F8F9FB; }

.cp {
  cursor: pointer; }

button:focus {
  outline: 0; }

.nav_header {
  width: 100%;
  height: 72px;
  background: #fff;
  display: flex;
  align-items: center; }
  .nav_header_body {
    width: 1200px;
    height: 72px;
    line-height: 72px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .nav_header_body_left {
      display: flex;
      flex-direction: row;
      line-height: 72px; }
      .nav_header_body_left img {
        width: 51px;
        height: 30px;
        margin-top: 20px; }
      .nav_header_body_left .line {
        margin: 26px 10px 0 10px; }
      .nav_header_body_left strong {
        color: #07142E; }
    .nav_header_body_right {
      display: flex;
      align-items: center; }
      .nav_header_body_right p {
        background: #125BF0;
        width: 108px;
        height: 40px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        border-radius: 20px; }

.markingPages_banner {
  max-height: 680px;
  background: #454c5b;
  background: url("../images/markingPageBanner.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  width: 100%;
  height: 680px; }
  .markingPages_banner_info {
    width: 1100px;
    margin: auto;
    height: 680px;
    max-height: border-box;
    display: flex;
    align-items: center; }
    .markingPages_banner_info_dwonloadInfo {
      text-align: left;
      color: #fff; }
      .markingPages_banner_info_dwonloadInfo strong {
        font-size: 48px; }
      .markingPages_banner_info_dwonloadInfo p {
        margin-top: 37px;
        font-size: 24px; }
      .markingPages_banner_info_dwonloadInfo_window {
        margin-top: 70px; }
      .markingPages_banner_info_dwonloadInfo_mac {
        margin-top: 30px; }
      .markingPages_banner_info_dwonloadInfo button {
        background: #1B60EC;
        color: #fff;
        width: 200px;
        height: 60px;
        border-radius: 30px;
        font-size: 16px;
        font-weight: 400;
        border: none;
        outline: none; }
.markingPages_body {
  width: 1100px;
  height: auto;
  margin: auto;
  display: flex;
  padding: 132px 0 132px 0;
  align-items: center;
  justify-content: space-between; }
  .markingPages_body img {
    width: 100%; }
  .markingPages_body strong {
    font-size: 30px;
    color: #07142E;
    font-weight: 400; }
  .markingPages_body .body_line {
    margin-top: 30px;
    margin-bottom: 39px; }
  .markingPages_body .info {
    color: #4B5467;
    font-size: 16px;
    line-height: 30px; }
.markingPages_end {
  background: url("../images/markingPages_end.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  width: 100%;
  height: 406px; }
  .markingPages_end_body {
    width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .markingPages_end_body p {
      color: #F0F3F8;
      font-size: 14px; }
    .markingPages_end_body_tit {
      margin-top: 91px; }
    .markingPages_end_body_img {
      margin-top: 40px;
      float: left; }
  .markingPages_end_endInfo {
    width: 100%;
    border-top: 1px solid #4B5467;
    margin-top: 70px;
    text-align: center;
    padding-top: 10px; }
    .markingPages_end_endInfo p {
      line-height: 24px;
      color: #75829B;
      font-size: 12px; }

.markingPages_fixed {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 320px;
  height: 276px;
  background:  url("../images/marking-fixed_bg.png") no-repeat;}
  .markingPages_fixed_main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;}
    .markingPages_fixed_main_logo {
      width: 136px;
      height: 36px;
      background: #FFFFFF;
      border-radius: 8px;
      border: 2px solid #E7EBF3;
      position: absolute;
      top: -20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .markingPages_fixed_main_desc {
      margin: 30px 24px 0 24px;
      line-height: 18px;
      text-align: center;
      font-size: 14px;
      color: #031530;
      font-weight: bold;
    }
    .markingPages_fixed_main_first {
      line-height: 24px;
      font-size: 12px;
      color: #4B5467;
    }
    .markingPages_fixed_main_customer {
      margin-top: 8px;
      height: 18px;
      line-height: 18px;
      font-size: 12px;
      color: #646C7D;
      font-family: PingFangSC-Regular, PingFang SC;
    }
    .markingPages_fixed_main_box {
      width: 91%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-top: 12px;
    }
    .markingPages_fixed_main_box_code {
      width: 124px;
      height: 124px;
      border-radius: 4px;
      border: 1px solid #EFF2F7; }
      .markingPages_fixed_main_box_code img {
        width: 100%;
        height: 100%;
      }
    .markingPages_fixed_main_close {
      position: absolute;
      right: 0;
      top: -17px;
      cursor: pointer;
    }
  


/*# sourceMappingURL=markingPages.css.map */
