/* common */
html,body {
  height: 100%;
  color: #222222;
  font-size: 12px;
}

body {
  font-family: 'MicrosoftYaHei-Bold, MicrosoftYaHei;';
  overflow-x: visible;
  _overflow: visible;
}

html,body,p,dl,dt,dd,table,td,th,input,img,form,div,span,ul,ol,li,h1,h2,h3,h4,h5,h6,select,fieldset,button,sub,sup,textarea {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%
}

img {
  border: 0 none;
  vertical-align: top
}

em,i {
  font-style: normal
}

ul,ol {
  list-style: none outside none
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}

a {
  color: #6b7db3;
  text-decoration: none
}

a:hover {
  color: #ffffff;
  text-decoration: underline
}

:focus {
  outline: 0
}

.clear {
  clear: both;
  overflow: hidden;
  font-size: 0;
  height: 0;
  line-height: 0
}

/* content */
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.trans-shake {
  transition: all 0.3s ease;
}
.trans-shake:hover {
  transform: translateY(-10px);
}
.download-btn {
  cursor: pointer;
}
.download-btn span {
  vertical-align: middle;
}
.download-btn:hover {
  text-decoration: none;
}
.index-content {
  width: 100%;
}
.index-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 68px;
  line-height: 68px;
  width: 100%;
  background-color: #fff;
}
.index-top .w-1200 {
  position: relative;
}
.index-top .top-left {
  position: relative;
}
.index-top .logo-tip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
  width: 132px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #40465D;
  background: url('../images/flag2.png');
  background-size: 100% 100%;
  text-align: center;
}
.index-top .logo-text {
  font-size: 24px;
  vertical-align: middle;
  color: #40465D;
  margin-left: 9px;
}
.index-top .logo {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.index-top .download-btn {
  width: 125px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: url(../images/button_s.png) 0 0 no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.index-top #messager-box {
  position: absolute;
  top: 80px;
  width: 100%;
}
.index-top #messager-box li {
  height: 50px;
  text-align: center;
}
.index-top #messager-box li div {
  height: 52px;
  line-height: 52px;
  display: inline-block;
  background: #FEF8C9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 16px;
  color: #40465D;
  padding: 0 25px 0 14px;
  margin: 0 auto;
}
.index-top #messager-box li img {
  margin-right: 10px;
  width: 30px;
  height: 24px;
  vertical-align: middle;
}
.index-top #messager-box li span {
  vertical-align: middle;
}

.index-header {
  width: 100%;
  min-width: 1280px;
  height: 642px;
  padding-top: 68px;
  background: url(../images/bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
}
.img-pic0 {
  width: 980px;
  height: 544px;
  margin-top: 56px;
}
.index-header h1 {
  font-size: 68px;
  color: #000000;
  line-height: 90px;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 82px 0 16px;
}
.index-header h3 {
  font-size: 24px;
  color: #40465D;
  line-height: 31px;
  font-weight: normal;
  margin-bottom: 42px;
}
.index-header .download-div {
  margin-bottom: 15px;
  position: relative;
}
.index-header .download-num {
  display: inline-block;
  font-size: 16px;
  color: #40465D;
  line-height: 20px;
  vertical-align: bottom;
  margin-left: 14px;
  margin-bottom: 1px;
  position: absolute;
  bottom: 1px;
}
.index-header .download-num i {
  color: #0078FF;
}
.index-header .download-btn {
  position: relative;
  transition: all 0.3s;
  width: 232px;
  height: 61px;
  line-height: 58px;
  text-align: center;
  background: url(../images/button_l.png) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  border-radius: 31px;
  overflow: hidden;
}
.index-header-w{
  width: 1250px;
  margin: 47px auto 0;
}
.index-header-left{
  color: #40465D;
  width: 380px;
  text-align: left;
}
.index-header-right{
  width: 857px;
  height: 541px;
  background: url(../images/banner.png) no-repeat;
}
.index-header-left h1{
  font-weight: bold;
  font-size: 62px;
  color: #242526;
  line-height: 82px;
  letter-spacing: 1px;
  margin-top: 58px;
  position: relative;
}
.index-header-left h1 .logo-tip{
  position: absolute;
  right: 30px;
  top: 0px;
  width: 93px;
  height: 28px;
  line-height: 28px;
  background: #FFFFFF;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background: url('../images/flag.png');
  background-size: 100% 100%;
  font-weight: normal;
  letter-spacing: 0;
}
.index-header-text{
  font-size: 22px;
  color: #40465D;
  line-height: 36px;
  margin-top: 10px;
}
.index-header-left ul{
  width: 320px;
  margin-top: 29px;
  margin-bottom: 38px;
}
.index-header-left ul li {
  width: 154px;
  font-size: 18px;
  color: #40465D;
  margin-bottom: 22px;
  float: left;
  display: flex;
  align-items: center;
}
.index-header-left ul li i{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/check.png) 0 0 no-repeat;
  margin-right: 10px;
  vertical-align: bottom;
}
.index-header-left ul li span{
  display: inline-block;
  vertical-align: bottom;
}
.download-tips{
  font-size: 12px;
  color: #40465D;
  line-height: 16px;
  margin-top: 10px;
}

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.index-header .download-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 50%;
  top: -50%;
  margin-left: -50%;
  margin-top: -43%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .05);
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}
.index-header .download-btn .icon-download-win {
  background-image: url(../images/button_tip_l.png);
  width: 18px;
  height: 19px;
  margin-right: 10px;
}
.index-header .download-btn:hover {
  text-decoration: none;
  transform: scale(1.10);
}
.index-header .download-tip {
  font-size: 12px;
  color: #7E818F;
  line-height: 20px;
}

.index-main .main-item {
  padding-top: 124px;
  padding-bottom: 80px;
  text-align: center;
  min-width: 1200px;
}
.index-main .main-item .download-btn {
  display: inline-block;
  width: 232px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(319deg, #0078FF 0%, #00B6FD 100%);
  border-radius: 31px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.index-main .main-item .download-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 50%;
  top: -50%;
  margin-left: -50%;
  margin-top: -43%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .05);
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}
.index-main .main-item h1 {
  font-size: 50px;
  color: #000000;
  line-height: 66px;
  font-weight: normal;
}
.index-main .main-item .grid-list {
  width: 1164px;
  margin: 68px auto 60px;
}
.index-main .main-item .grid-item {
  float: left;
  width: 570px;
  height: 372px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px 9px #F0F1FA;
  border-radius: 20px;
  margin-right: 24px;
}
.index-main .main-item .grid-item:first-child, .index-main .main-item .grid-item:nth-child(2) {
  margin-bottom: 24px;
}
.index-main .main-item .grid-item:nth-child(2n) {
  margin-right: 0;
}
.index-main .main-item .grid-item:nth-child(3), .index-main .main-item .grid-item:nth-child(4), .index-main .main-item .grid-item:nth-child(5) {
  width: 371px;
  height: 372px;
  margin-right: 25px;
}
.index-main .main-item .grid-item:last-child{
  margin-right: 0;
}
.index-main .grid-item p {
  font-size: 18px;
  color: #464C62;
  line-height: 24px;
  margin-top: 45px;
  margin-left: 59px;
  text-align: left;
}
.index-main .grid-item h3 {
  font-weight: bold;
  font-size: 34px;
  color: #464C62;
  line-height: 45px;
}
.index-main .grid-item img {
  display: inline-block;
}
.index-main .main-item .grid-item:nth-child(3) img,
.index-main .main-item .grid-item:nth-child(4) img {
  width: 311px;
  height: 203px;
}
.index-main .main-item .grid-item:nth-child(5) img {
  width: 145px;
  height: 145px;
}
.index-main .grid-item .img-1 {
  width: 448px;
  height: 107px;
  margin-top: 89px;
  margin-bottom: 77px;
}
.index-main .grid-item .img-2 {
  width: 453px;
  height: 146px;
  margin-top: 33px;
  margin-bottom: 46px;
}
.index-main .grid-item .img-3 {
  width: 453px;
  height: 166px;
  margin-top: 58px;
  margin-bottom: 49px;
}
.index-main .grid-item .img-4 {
  width: 145px;
  height: 145px;
  margin-top: 43px;
  margin-bottom: 15px;
}
.index-main .list-tips {
  font-size: 18px;
  color: #40465D;
  line-height: 24px;
  margin-top: 28px;
  margin-bottom: 36px;
}
.index-main .list-tips li {
  display: inline-block;
  margin-right: 75px;
}
.index-main .list-tips li:last-child {
  margin-right: 0;
}
.index-main .list-tips .icon-right {
  width: 66px;
  height: 66px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 17px;
}
.index-main .list-tips .icon-right1 {
  background: url(../images/function_img6.png);
  background-size: 100% 100%;
}
.index-main .list-tips .icon-right2 {
  background: url(../images/function_img7.png);
  background-size: 100% 100%;
}
.index-main .list-tips .icon-right3 {
  background: url(../images/function_img5.png);
  background-size: 100% 100%;
}
.index-main .list-tips .icon-right4 {
  background: url(../images/function_img1.png);
  background-size: 100% 100%;
}
.index-main .list-tips .icon-right5 {
  background: url(../images/function_img4.png);
  background-size: 100% 100%;
}
.index-main .list-tips .icon-right6 {
  background: url(../images/function_img2.png);
  background-size: 100% 100%;
}
.index-main .list-tips .icon-right7 {
  background: url(../images/function_img3.png);
  background-size: 100% 100%;
}
.index-main .list-tips .icon-right8 {
  background: url(../images/function_img8.png);
  background-size: 100% 100%;
}
.index-main .list-tips span {
  vertical-align: middle;
}
.index-main .grid-item:last-child p {
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #464C62;
  line-height: 24px;
  margin-bottom: 46px;
}
.index-main .item {
  background: #F9FCFF;
  height: 612px;
  min-width: 1280px;
  overflow: hidden;
}
.index-main .item.last {
  height: 765px;
}
.index-main .item .download-btn {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(319deg, #0078FF 0%, #00B6FD 100%);
  border-radius: 30px;
  margin: 68px auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.index-main .item-context {
  width: 1167px;
  margin: 0 auto;
}
.index-main .item:nth-child(2n) {
  background: #F2F7FF;
}
.index-main .item-context .item-text {
  padding-top: 156px;
}
.index-main .item-context .item-text h2 {
  font-size: 40px;
  color: #000000;
  line-height: 52px;
  margin-bottom: 24px;
}
.index-main .item-context .item-text h2 span {
  color: #0078FF;
}
.index-main .item-context .item-text .desc {
  font-size: 18px;
  color: #40465D;
  line-height: 30px;
}
.index-main .item-img {
  display: inline-block;
  width: 824px;
  height: 612px;
}
.index-main .item-context .item-img img {
  width: 100%;
}
.index-main .item-1 .item-text {
  margin-left: 80px;
}
.index-main .item-2 .item-text {
  margin-left: 23px;
}
.index-main .item-3 .item-text {
  margin-left: 18px;
}
.index-main .item-4 .item-text {
  margin-left: 23px;
}
.index-main .item-5 .item-text {
  margin-left: 87px;
}

.index-main .user-list {
  height: 780px;
}
.index-main .user-context {
  width: 1200px;
  margin: 0 auto;
  padding-top: 107px;
}
.index-main .user-context h1 {
  font-size: 50px;
  color: #222222;
  line-height: 66px;
  font-weight: normal;
  text-align: center;
}
.index-main .user-grid {
  margin-top: 68px;
}
.index-main .user-item {
  float: left;
  width: 280px;
  height: 406px;
  margin-right: 18px;
  padding: 48px 21px 0 22px;
  text-align: center;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 6px rgba(240, 241, 250, 0.8);
  border-radius: 16px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(202, 233, 255, 1)) 1 1;
}
.index-main .user-item:last-child {
  margin-right: 0;
}
.index-main .user-item .user-avatar {
  width: 78px;
  height: 78px;
}
.index-main .user-item .user-name {
  font-size: 23px;
  color: #222222;
  line-height: 30px;
  margin-top: 19px;
  margin-bottom: 11px;
}
.index-main .user-item .separate {
  height: 1px;
  background-color:#D3E8FF;
  margin-top: 24px;
  margin-bottom: 20px;
}
.index-main .desc {
  font-size: 22px;
  color: #7E818F;
  line-height: 36px;
  text-align: left;
}

.index-footer {
  background: #F8F8F8;
  height: 88px;
  padding-top: 36px;
  width: 100%;
  min-width: 1280px;
}
.index-footer .footer {
  width: 1065px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}
.index-footer .footer a {
  color: #333;
}
.index-footer .footer .line {
  color: #CCCCCC;
  margin: 0 25px;
}
.index-footer .footer-top {
  margin-bottom: 20px;
}

.icon-download-right,
.icon-download-win,.icon-download {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.icon-download-win {
  width: 12px;
  height: 13px;
  background-image: url(../images/button_tip.png);
  margin-right: 6px;
}