﻿/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* BEM support Func
 -------------------------- */

/* Element Chalk Variables */

/* Transition
-------------------------- */

/* Colors
-------------------------- */

/* 53a8ff */

/* 66b1ff */

/* 79bbff */

/* 8cc5ff */

/* a0cfff */

/* b3d8ff */

/* c6e2ff */

/* d9ecff */

/* ecf5ff */

/* Link
-------------------------- */

/* Background
-------------------------- */

/* Border
-------------------------- */

/* Box-shadow
-------------------------- */

/* Fill
-------------------------- */

/* Font
-------------------------- */

/* Size
-------------------------- */

/* z-index
-------------------------- */

/* Disable base
-------------------------- */

/* Icon
-------------------------- */

/* Checkbox
-------------------------- */

/* Radio
-------------------------- */

/* Select
-------------------------- */

/* Alert
-------------------------- */

/* Message Box
-------------------------- */

/* Message
-------------------------- */

/* Notification
-------------------------- */

/* Input
-------------------------- */

/* Cascader
-------------------------- */

/* Group
-------------------------- */

/* Tab
-------------------------- */

/* Button
-------------------------- */

/* cascader
-------------------------- */

/* Switch
-------------------------- */

/* Dialog
-------------------------- */

/* Table
-------------------------- */

/* Pagination
-------------------------- */

/* Popover
-------------------------- */

/* Tooltip
-------------------------- */

/* Tag
-------------------------- */

/* Tree
-------------------------- */

/* Dropdown
-------------------------- */

/* Badge
-------------------------- */

/* Card
--------------------------*/

/* Slider
--------------------------*/

/* Steps
--------------------------*/

/* Menu
--------------------------*/

/* Rate
--------------------------*/

/* DatePicker
--------------------------*/

/* Loading
--------------------------*/

/* Scrollbar
--------------------------*/

/* Carousel
--------------------------*/

/* Collapse
--------------------------*/

/* Transfer
--------------------------*/

/* Header
  --------------------------*/

/* Footer
--------------------------*/

/* Main
--------------------------*/

/* Break-point
--------------------------*/

/* Break-points
 -------------------------- */

/* Scrollbar
 -------------------------- */

/* Placeholder
 -------------------------- */

/* BEM
 -------------------------- */

/* Element Chalk Variables */

/* Transition
-------------------------- */

/* Colors
-------------------------- */

/* 53a8ff */

/* 66b1ff */

/* 79bbff */

/* 8cc5ff */

/* a0cfff */

/* b3d8ff */

/* c6e2ff */

/* d9ecff */

/* ecf5ff */

/* Link
-------------------------- */

/* Background
-------------------------- */

/* Border
-------------------------- */

/* Box-shadow
-------------------------- */

/* Fill
-------------------------- */

/* Font
-------------------------- */

/* Size
-------------------------- */

/* z-index
-------------------------- */

/* Disable base
-------------------------- */

/* Icon
-------------------------- */

/* Checkbox
-------------------------- */

/* Radio
-------------------------- */

/* Select
-------------------------- */

/* Alert
-------------------------- */

/* Message Box
-------------------------- */

/* Message
-------------------------- */

/* Notification
-------------------------- */

/* Input
-------------------------- */

/* Cascader
-------------------------- */

/* Group
-------------------------- */

/* Tab
-------------------------- */

/* Button
-------------------------- */

/* cascader
-------------------------- */

/* Switch
-------------------------- */

/* Dialog
-------------------------- */

/* Table
-------------------------- */

/* Pagination
-------------------------- */

/* Popover
-------------------------- */

/* Tooltip
-------------------------- */

/* Tag
-------------------------- */

/* Tree
-------------------------- */

/* Dropdown
-------------------------- */

/* Badge
-------------------------- */

/* Card
--------------------------*/

/* Slider
--------------------------*/

/* Steps
--------------------------*/

/* Menu
--------------------------*/

/* Rate
--------------------------*/

/* DatePicker
--------------------------*/

/* Loading
--------------------------*/

/* Scrollbar
--------------------------*/

/* Carousel
--------------------------*/

/* Collapse
--------------------------*/

/* Transfer
--------------------------*/

/* Header
  --------------------------*/

/* Footer
--------------------------*/

/* Main
--------------------------*/

/* Break-point
--------------------------*/

.el-message {
  min-width: 19rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebeef5;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity 0.3s, -webkit-transform .4s;
  transition: opacity 0.3s, -webkit-transform .4s;
  -o-transition: opacity 0.3s, -o-transform .4s;
  transition: opacity 0.3s, transform .4s;
  transition: opacity 0.3s, transform .4s, -webkit-transform .4s, -o-transform .4s;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.el-message.is-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.el-message.is-closable .el-message__content {
    padding-right: 16px; }

.el-message p {
    margin: 0; }

.el-message--info .el-message__content {
    color: #909399; }

.el-message--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8; }

.el-message--success .el-message__content {
      color: #67c23a; }

.el-message--warning {
    background-color: #fdf6ec;
    border-color: #faecd8; }

.el-message--warning .el-message__content {
      color: #e6a23c; }

.el-message--error {
    background-color: #fef0f0;
    border-color: #fde2e2; }

.el-message--error .el-message__content {
      color: #f56c6c; }

.el-message__icon {
    margin-right: 10px; }

.el-message__content {
    padding: 0;
    font-size: 12px;
    line-height: 1; }

.el-message__content:focus {
      outline-width: 0; }

.el-message__closeBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    color: #c0c4cc;
    font-size: 0.8rem; }

.el-message__closeBtn:focus {
      outline-width: 0; }

.el-message__closeBtn:hover {
      color: #909399; }

.el-message .el-icon-success {
    color: #67c23a; }

.el-message .el-icon-error {
    color: #f56c6c; }

.el-message .el-icon-info {
    color: #909399; }

.el-message .el-icon-warning {
    color: #e6a23c; }

.el-message-fade-enter,
.el-message-fade-leave-active {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }

html,
body {
  height: 100%;
  font-size: 12px;
  overflow: hidden; }

a {
  color: rgba(255, 255, 255, 0.8); }

.body {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    background-image: url("../images/loginBg.png");
    background-position: center !important;
    -webkit-background-size: contain !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    margin-top:75px !important;
}

header.top,
footer.bottom {
  position: absolute;
  height: 80px;
  z-index: 10;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  background-color: #fff; }

header.top *,
  footer.bottom * {
    vertical-align: inherit; }

.logo {
  display: inline-block;
  height: 78px;
  width: 200px;
  overflow: hidden;
  position: relative; }

.logo > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

header.top {
  top: 0;
  border-bottom: 1px solid #ccc; }

footer.bottom {
  bottom: 0;
  border-top: 1px solid #ccc; }

.container {
  width: 1000px;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.logo {
  float: left; }

.top-list {
  float: right;
  margin: 0;
  list-style: none; }

.top-list [class*="login-icon"],
  .top-list [class^="login-icon"] {
    margin-right: .3em; }

.top-list > li, .top-list-item {
    float: left;
    line-height: 78px;
    width: 120px;
    text-align: center;
    position: relative; }

.top-list > li > a, .top-list-item > a {
      color: #888;
      text-decoration: none; }

.top-list > li:hover .login-qq-hover-popup,
    .top-list > li:hover .login-weixin-hover-popup, .top-list-item:hover .login-qq-hover-popup,
    .top-list-item:hover .login-weixin-hover-popup {
      display: block; }

.info-jump-list {
  margin: 0;
  display: inline-block;
  list-style: none; }

.info-jump-list > li, .info-jump-list-item {
    line-height: 78px;
    float: left; }

.info-jump-list > li > a, .info-jump-list-item > a {
      color: #888;
      text-decoration: none; }

.info-jump-list > li + li,
    .info-jump-list > li .info-jump-list-item, .info-jump-list-item + li,
    .info-jump-list-item .info-jump-list-item {
      margin-left: 0.5em; }

.info-jump-list > li + li::before,
      .info-jump-list > li .info-jump-list-item::before, .info-jump-list-item + li::before,
      .info-jump-list-item .info-jump-list-item::before {
        content: '|';
        margin-right: 0.5em;
        color: #888; }

.info-unit {
  display: inline-block; }

.bottom-info-left,
.bottom-info-right {
  line-height: 78px; }

.bottom-info-left {
  float: left; }

.bottom-info-right {
  float: right; }

.panelcontent {
  position: absolute;
  left: 50%;
  top: 78px;
  bottom: 78px;
  margin-left: -600px; }

.login-panel {
  width: 340px;
  height: 340px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2); }

.login-panel-head {
  overflow: hidden; }

.login-panel-head-item {
    float: left;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.2); }

.login-panel-head-item.active {
      background-color: transparent; }

.login-panel-body {
  display: none;
  padding: 23px 28px 0 28px; }

.login-panel-body.active {
    display: block; }

.login-ctrl {
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8); }

.login-btn {
  height: 45px;
  background-color: #77a5fc;
  border-radius: 5px;
  width: 100%;
  color: #fff;
  border: 1px solid #77a5fc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.login-panel-body-row {
  height: 73px;
  line-height: 73px;
  overflow: hidden; }

.login-panel-body-row.end {
    height: 48px;
    line-height: 32px; 
    display:flex;
    justify-content:space-between;}

.login-panel-body-row-left {
    float: left; }

.login-panel-body-row-right {
    float: right; }

.fc-phone {
  color: #f36e16; }

.login-icon-home, .login-icon-download, .login-icon-star, .login-icon-qq, .login-icon-weixin, .login-icon-phone {
  display: inline-block;
  height: 1.4em;
  width: 1.6em;
  background-image: url("../images/login_icon.png"); }

.login-icon-home {
  background-position: 0px 0px; }

.login-icon-download {
  background-position: 0px -100px; }

.login-icon-star {
  background-position: 0px -202px; }

.login-icon-qq {
  background-position: 0px -900px; }

.login-icon-weixin {
  background-position: 0px -1000px; }

.login-icon-phone {
  width: 1.2em;
  background-position: 0px -600px; }

.login-qq-hover-popup,
.login-weixin-hover-popup {
  position: absolute;
  display: none;
  padding: 0.5em 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  left: 50%;
  line-height: 1.44;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 65px; }

.login-qq-hover-popup::before, .login-qq-hover-popup::after,
  .login-weixin-hover-popup::before,
  .login-weixin-hover-popup::after {
    position: absolute;
    content: '';
    border-style: solid;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    border-color: transparent;
    border-width: 0 10px 10px 10px; }

.login-qq-hover-popup::before,
  .login-weixin-hover-popup::before {
    top: -10px;
    border-bottom-color: #ccc;
    z-index: 998; }

.login-qq-hover-popup::after,
  .login-weixin-hover-popup::after {
    top: -9px;
    border-bottom-color: #fff;
    z-index: 999; }

.login-qq-hover-popup > a,
  .login-weixin-hover-popup > a {
    color: #77a5fc; }
[v-cloak]
{
    display: none;
}
@font-face {
  font-family: 'element-icons';
  src: url("../icons/element-icons.woff") format("woff"), url("../icons/element-icons.ttf") format("truetype");
  /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  font-weight: normal;
  font-style: normal; }
[class^="el-icon-"], [class*=" el-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'element-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.el-icon-loading:before {
  content: "\e6cf"; }
.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}
@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}


/* ��¼ҳ�Ż� */
.Login-Head{
    width:100%;
    height:75px;
    display:flex;
    align-items:center;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    background-color: #fff;
}
.fullimg{
    width:100%;
    height:100%;
}
.Login-Head-Logo{
    width:134px;
    height:32px;
    display:flex;
    margin-right:44px;
}
.Login-Head-Nav{
    font-size: 16px;
    color: #353535;
    cursor: pointer;
    font-weight:400;
    box-sizing:border-box;
    padding:0 23px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.Nav-Active{
    background: linear-gradient(0deg,#ffffff, #f6faff);
    color:#1E77FC;
}
.btn-Box{
    margin-left:165px;
    display:flex;
    align-items:center;
    visibility:hidden;
}
.btn-Box-show{
    visibility:visible;
}
.btn-Box div{
    padding:0 20px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    color:#b2b2b2;
    margin-right:10px;
    cursor: pointer;
}
.btn-Box a{
    padding:0 20px;
    height: 36px;
    background: #1e77fc;
    border-radius: 4px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    color:#FFFFFF;
    cursor: pointer;
    text-decoration:none;
}
.Login-Foot{
    width:100%;
    display:flex;
    justify-content:center;
    box-sizing:border-box;
    margin-top:58px;
    padding-bottom:79px;
}
.Login-Foot-Fixed{
    position: absolute;
    bottom: 10px;
    left: 0;
    margin:0;
    padding:0;
}
.Login-QrCode-Box{
    width:60px;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-right:20px;
}
.Login-QrCode-Box div{
    width:60px;
    height:60px;
    display:flex;
}
.Login-QrCode-Box span{
    font-size: 12px;
    color: #888;
    margin-top:3px;
}
.Login-Foot-Content{
    display:flex;
    flex-direction:column;
}
.Foot-Content-Top{
    display:flex;
    flex-direction:column;
}
.Foot-Logo{
    width:83px;
    height:20px;
}
.Foot-Content-Top>div:last-child{
    display:flex;
    align-items:center;
    padding:10px 0;
    box-sizing:border-box;
}
.Foot-Content-Top>div:last-child>a,.Foot-Content-Top>div:last-child>div{
    font-size: 12px;
    color: #888;
    margin-right:20px;
}
.Foot-Content-Top>div:last-child>div>span{
    color:#FF6A00;
}
.Foot-Content-Top>div:last-child>a{
    cursor: pointer;
    text-decoration:none;
}
.Foot-Content-Bottom{
    display:flex;
    border-top: 1px solid #e8e8e8;
    padding-top:8px;
    box-sizing:border-box;
    font-size: 12px;
    color: #b2b2b2;
}
.white-text{
    color:rgba(255,255,255,0.8) !important;
}
.Login_show{
    width:100%;
    padding-top: 75px;
    box-sizing: border-box;
}
.Login_show *{
    box-sizing:border-box;
}
.Page-Banner{
    width:100%;
}
.Page-Banner img{
    width:100%;
}
.Page-Item{
    width:100%;
    height:600px;
    border-bottom: 1px solid #e8e8e8;
    display:flex;
    justify-content: center;
    align-items:center;
    padding:0 20px;
}
.Page-Item:last-child{
    background: linear-gradient(180deg,#ffffff, #f6faff);
    border:none;
}

.Item-Content{
    display:flex;
    flex-direction:column;
}
.Item-Title{
    font-size: 36px;
    font-weight: 700;
    color: #353535;
    margin-bottom:24px;
}
.Item-Tips{
    font-size: 18px;
    font-weight: 400;
    color: #888;
    margin-bottom:81px;
    line-height: 27px;
}
.downLoad-Btn-Box{
    display:flex;
    
}
.downLoad-Btn-Box>div{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.downLoad-Btn-Box>div:first-child{
    margin-right:48px;
}
.downLoad-Btn{
    padding:0 20px;
    height: 36px;
    background: #1e77fc;
    border-radius: 4px;
    font-size:18px;
    color:#fff;
    font-weight: 700;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
}
.downLoad-Btn-Item{
    min-width:168px;
    position:relative;
}
.hover-btn,.click-btn{
    min-width:168px;
}
.dowLoad-Tip{
    font-size:12px;
    color:#b2b2b2;
    position:absolute;
    left:0;
    top:-31px;
    font-weight:400;
    width:max-content;
}
.downLoad-Btn:hover{
    background: #3585fc;
    color:#fff;
}
.downLoad-Btn:visited{
    color:#fff;
}
.downLoad-Btn:active{
    background: #1b6be2;
    color:#fff;
}
.dowLoad-Pop-Box{
    width:205px;
    height:219px;
}
.dowLoad-Pop{
    width:205px;
    height:219px;
    display:flex;
    position: relative;
}
.dowLoad-img{
    width:152px;
    height:152px;
    display:flex;
    position:absolute;
    left:26px;
    top:34px;
}
.Item-Img{
    display:flex;
}
.DownLoad-Card{
    width: 326px;
    height: 420px;
    background: #ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    margin-right:50px;
}
.DownLoad-Card:last-child{
    margin:0;
}
.DownLoad-Card:hover{
    box-shadow: 0px 12px 24px 0px rgba(45,131,255,0.16); 
}
.Card-Logo{
    width:96px;
    height:96px;
    display:flex;
    margin-bottom:20px;
}
.Card-Title{
    font-size:28px;
    color:#353535;
    font-weight:700;
    margin-bottom:10px;
}
.Card-Tip{
    font-size:14px;
    color:#888;
    margin-bottom:50px;
}
.recommend-Box{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.recommend-Pop{
    position:relative;
    padding: 0 10px;
    border-radius: 4px;
    height:22px;
    display:flex;
    background-color:#ffb854;
    font-size: 12px;
    color:#fff;
    font-weight:400;
    align-items: center;
    justify-content: center;
    margin-bottom:11px;
}
.recommend-Pop::after{
    content:'';
    position:absolute;
    width:0;
	height:0;
    border: 6px solid transparent;
    border-top-color: #ffb854;
    bottom: -12px;
}
.Mini-Code-Box{
    display:flex;
    flex-direction:column;
    align-items:center;
     width:128px;
}
.Mini-Code {
    width:128px;
    height:128px;
    display:flex;
    position:relative;
}
.QrCode{
    width:114px;
    height:114px;
    display:flex;
    position: absolute;
    top:7px;
    left:7px;
}
.Mini-Tip{
    margin-top:14px;
    font-size:14px;
    color:#b2b2b2;
}
.hiddenCanvas{
    position: fixed;
    top: 999999px;
    left: 0;
}
.page-hidden{
    overflow:hidden;
}

.change-language-box
{
    line-height:40px !important;
    padding:0 !important;
    margin-bottom:-1rem !important;
    border: none !important;
}

.new-login-panel-body-row
{
    height: 60px !important;
    line-height: 60px !important;
}

.new-login-panel-body
{
    padding-top: 6px !important;
}
.message-arrow-top .dowLoad-Tip{
    top: -45px;
    width: auto;
}
