/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  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:after,blockquote:before,q:after,q:before {
  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;
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-one {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.text-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
}


.none {
  display: none !important;
}

header {
  background: #fff;
  height: 70px;
  position: relative;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 3px 6px 1px rgba(51, 51, 51, 0.1);
}
header .logo {
  width: 160px;
  margin-right: 140px;
  float: left;
}
header .logo img {
  width: 40px;
  height: 40px;
  float: left;
  margin: 15px 10px 0 0;
}
header .logo p {
  font-size: 16px;
  color: #333;
  font-family: "Alibaba PuHuiTi 2-95 ExtraBold", "Alibaba PuHuiTi 20";
  font-weight: bold;
  line-height: 70px;
}
header ul {
  float: left;
}
header ul li {
  font-size: 14px;
  height: 70px;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei";
  margin-right: 62px;
  float: left;
}
header ul li a {
  color: #333333;
  display: block;
  line-height: 72px;
  transition: 0.2s;
}
header ul li a:hover {
  color: #715CFF
}
header ul li.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #715CFF;
  border-radius: 4px 4px 4px 4px;
  margin-top: -19px;
  display: block;
}
header .right {
  text-align: center;
}
header .right .land {
  height: 40px;
  width: 96px;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  float: right;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .right .land:hover {
  opacity: 0.8;
}
header .right .register {
  background: #715cff;
  color: #ffffff;
  line-height: 40px;
}
header .right .login {
  border: 1px solid #dddddd;
  line-height: 38px;
  color: #666666;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .right .sign {
  position: relative;
  text-align: left;
  height: 70px;
}
header .right .sign .figure {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  float: right;
  margin-top: 15px;
}
header .right .sign .userInformation {
  width: 320px;
  background: #FEFBF6;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 21;
  right: 0px;
  top: 70px;
  border-radius: 20px;
  display: none;
}
header .right .sign .userInformation .userInformation-t {
  overflow: hidden;
  padding: 32px 24px 0 24px;
  border-radius: 20px 20px 0px 0px;
  background: url("../img/user_bg.png") no-repeat center;
  width: 320px;
  height: 111px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .right .sign .userInformation .userInformation-t .avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
}
header .right .sign .userInformation .userInformation-t .name-container {
  overflow: hidden;
}
header .right .sign .userInformation .userInformation-t .nickname {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  max-width: 100%;
  margin-right: 4px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .right .sign .userInformation .userInformation-t .id {
  margin-top: 2px;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
header .right .sign .userInformation .userInformation-b {
  width: 300px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 11px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 10px;
}
header .right .sign .userInformation .userInformation-b p {
  line-height: 40px;
  text-indent: 14px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  margin: 3px 0;
}
header .right .sign .userInformation .userInformation-b p a {
  color: #333;
  display: block;
}
header .right .sign .userInformation .userInformation-b p:hover,
header .right .sign .userInformation .userInformation-b p a:hover {
  color: #FE7326;
  background: #FEFBF6;
}
header .right .sign:hover .userInformation {
  display: block;
}

footer {
  height: 104px;
  background: #3B3B3B;
  text-align: center;
  color: #999999;
  font-size: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer a {
  color: #999999;
  transition: 0.2s;
}
footer .links {
  color: #fff;
  font-size: 14px;
  padding: 32px 0 24px;
}
footer .links a {
  color: #fff;
  margin: 0 5px;
  transition: 0.2s;
}
footer a:hover {
  color: #715CFF!important;
}

.download {
  width: 182px;
  height: 58px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#DED9FF));
  background: linear-gradient(90deg, #FFFFFF 0%, #DED9FF 100%);
  border-radius: 28px 28px 28px 28px;
  font-weight: bold;
  color: #715CFF;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.download:hover {
  opacity: 0.8;
}
.download img {
  width: 20px;
  height: 20px;
  margin: 0 1px -2px 0;
}

.bottom {
  height: 300px;
  width: 100%;
  background: url("../img/download/bg.png") no-repeat center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.bottom .title {
  width: 322px;
  height: 78px;
  display: block;
  margin: 57px auto 3px;
}
.bottom p {
  font-size: 20px;
  margin-bottom: 33px;
  letter-spacing: 2.2px;
}
.bottom .download {
  border: 2px solid #FFFFFF;
  margin: 0 auto;
  width: 180px;
  height: 56px;
  line-height: 54px;
}

/* 图标 */
.time {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/icons.png") -48px -10px;
  margin: 0px 3px -2px 0;
}
.eye {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url("../img/icons.png") -10px -50px;
  margin: 0 3px -1px 7px;
}

/* 面包屑 */
.head-links {
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  margin: 20px auto 28px;
  width: 1200px;
}
.head-links a {
  color: #666666;
  transition: 0.2s;
}
.head-links a:hover {
  color: #715CFF;
}
.head-links .link-split {
  color: #666666;
  margin: 0 2px;
}


.alert-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.alert-mask .mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.alert-mask.none {
  display: none !important;
}
.alert {
  width: 500px;
  height: 211px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 30px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 30px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px 8px 8px 8px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  z-index: 100;
}
.alert .title {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  line-height: 28px;
  margin-bottom: 9px;
}
.alert .title img {
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.alert .content {
  line-height: 25px;
  font-size: 14px;
  color: #666;
  padding-left: 40px;
  height: 63px;
}
.alert .btn {
  color: #ffffff;
  background-color: #2c7df1;
  float: right;
  padding: 8px 19px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.alert .btn:hover {
  opacity: 0.8;
}