/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}
img{
  background-size:100% 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "微软雅黑";
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
i {
  display: block;
}
.clear {
  clear: both;
}
.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
html{
  /* 1920px设计稿下的初始基准 */
  font-size: 5.20833vw;
}
@media screen and (max-width:1920px) {
  html {
    font-size: 100px;
  }
}
.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.none {
  display: none !important;
}
.top_bg {
  height: 8rem;
  background: url("../img/bg.png") no-repeat center top;
  background-size: cover;
}

header {
  height: 0.72rem;
  width: 100%;
  max-width: 14.6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.14rem;
  line-height: 0.4rem;
  text-align: center;
  position: relative;
  padding: 0 0.2rem;
}

header .logo {
  width: 1.34rem;
  height: 0.32rem;
}

header .logo img {
  width: 1.34rem;
  height: 0.32rem;
  display: block;
}

header .header_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0.16rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .header_center a {
  width: 0.8rem;
  height: 0.4rem;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  margin: 0 0.24rem;
  color: #333333;
  display: inline-block;
  -webkit-transition: background 0.2s, font-weight 0.2s;
  -o-transition: background 0.2s, font-weight 0.2s;
  transition: background 0.2s, font-weight 0.2s;
}

header .header_center a:hover {
  background: #E6E8F1;
  font-weight: bold;
}

header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

header .header_right .download {
  width: 1.2rem;
  height: 0.4rem;
  background: #2367EB;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  color: #FFFFFF;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  margin-right: 0.16rem;
}

header .header_right .download:hover {
  opacity: 0.8;
}

header .header_right .sign {
  width: 0.8rem;
  height: 0.4rem;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
  cursor: pointer;
  -webkit-transition: color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}

header .header_right .sign:hover {
  color: #2367EB;
  border-color: #2367EB;
}

header .header_right .user_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
header .header_right .user_info:hover .user_tab {
  display: block;
}

header .header_right .user_info > .avatar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-right: 0.1rem;
}

header .header_right .user_info .nickname {
  max-width: 1rem;
}

header .header_right .user_info .user_tab {
  position: absolute;
  display: none;
  z-index: 3;
  top: 0.57rem;
  right: 0;
  width: 2.8rem;
  height: 1.26rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0rem 0.08rem 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0rem 0.08rem 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
header .header_right .user_info .user_tab::before {
  content: "";
  width: 1rem;
  height: 0.2rem;
  position: absolute;
  top: -0.2rem;
  right: 0;
}
header .header_right .user_info .user_tab .user_tab_header {
  padding: 0.16rem 0.22rem 0.22rem;
  text-align: left;
}
header .header_right .user_info .user_tab .user_tab_header .avatar {
  width: 0.5rem;
  height: 0.5rem;
  float: left;
  border-radius: 50%;
  margin-right: 0.18rem;
}
header .header_right .user_info .user_tab .user_tab_header .nickname {
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  max-width: 1.8rem;
  margin: 0.04rem 0 0.05rem;
  line-height: 0.21rem;
}
header .header_right .user_info .user_tab .user_tab_header .info {
  font-size: 0.13rem;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.18rem;
}
header .header_right .user_info .user_tab .user_tab_header .info .phone {
  width: 0.18rem;
  height: 0.18rem;
  margin: -1px 0.04rem 0 0;
}
header .header_right .user_info .user_tab .user_tab_header .info .split {
  width: 1px;
  height: 0.12rem;
  background: #ccc;
  margin: 0 0.08rem;
}
header .header_right .user_info .user_tab .user_tab_bottom {
  height: 0.4rem;
  background: #F5F5F5;
  border-radius: 0rem 0rem 0.08rem 0.08rem;
  font-size: 0.14rem;
  color: #424242;
  cursor: pointer;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
header .header_right .user_info .user_tab .user_tab_bottom:hover {
  opacity: 0.8;
}
header .header_right .user_info .user_tab .user_tab_bottom .sign_out {
  width: 0.2rem;
  height: 0.2rem;
  margin-bottom: -0.05rem;
}

.main {
  height: 7.28rem;
  text-align: center;
  position: relative;
  padding-top: 1.35rem;
}

.main h1 {
  font-weight: bold;
  font-size: 0.6rem;
  color: #202020;
  line-height: 0.71rem;
}

.main h2 {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.33rem;
  margin: 0.26rem 0 0.62rem;
}

.main .download {
  width: 2.8rem;
  height: 0.68rem;
  background: #2367EB;
  -webkit-box-shadow: 0rem 0.04rem 0.1rem 1px rgba(0, 111, 255, 0.35);
          box-shadow: 0rem 0.04rem 0.1rem 1px rgba(0, 111, 255, 0.35);
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.68rem;
  margin: 0 auto 0.2rem;
  cursor: pointer;
  display: block;
  border-radius: 0.1rem;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.main .download:hover {
  opacity: 0.8;
}

.main .info {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.19rem;
}

.main .main_bottom {
  margin-top: 1.02rem;
  width: 100%;
  height: 1.92rem;
  background: -o-linear-gradient(top, rgba(221, 229, 242, 0) 0%, #DDE5F2 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 229, 242, 0)), to(#DDE5F2));
  background: linear-gradient(180deg, rgba(221, 229, 242, 0) 0%, #DDE5F2 100%);
}

.bottom_bg {
  min-height: calc(100vh - 8rem);
  position: relative;
  background: -o-linear-gradient(top, #DDE5F2 0%, #EFF1F3 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#DDE5F2), to(#EFF1F3));
  background: linear-gradient(180deg, #DDE5F2 0%, #EFF1F3 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom_bg .client {
  width: 100%;
  margin: -2.44rem auto 0.98rem;
  max-width: 14.16rem;
}

footer {
  font-size: 0.12rem;
  color: #8B8F94;
  line-height: 0.16rem;
  text-align: center;
  position: absolute;
  bottom: 0.17rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.connect {
  width: 0.48rem;
  height: 0.68rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0.03rem 0.1rem 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.03rem 0.1rem 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  position: fixed;
  right: 0.2rem;
  bottom: 1.46rem;
  z-index: 3;
}

.connect .icon {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.22rem 0.12rem;
  background: url("../img/connect.svg") no-repeat center;
  background-size: contain;
}

.connect:hover .icon {
  background: url("../img/connect_hover.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  header .header_center {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 530px) {
  header .header_center a {
    margin: 0;
  }

  header .header_right .download {
    display: none;
  }

  .main h1 {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 370px) {
  header .header_center {
    display: none;
  }

  .main .client {
    top: 5.56rem;
  }
}