/* line 5, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/screen.scss */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/* line 8, ../sass/screen.scss */
a {
  text-decoration: none;
}

/* line 11, ../sass/screen.scss */
.clearfix {
  *zoom: 1;
}

/* line 13, ../sass/screen.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 16, ../sass/screen.scss */
.clearfix:after {
  clear: both;
}

/* line 19, ../sass/screen.scss */
.pc_nav {
  width: 100%;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-top: 24px;
  font-size: 16px;
}
/* line 27, ../sass/screen.scss */
.pc_nav .nav, .pc_nav .nav2 {
  width: 418px;
  margin: 0 auto;
}
/* line 31, ../sass/screen.scss */
.pc_nav span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin: 0 33px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  background: rgba(100, 156, 238, 0);
  color: #333333;
  border: 1px solid #D5D5D5;
  border-radius: 18px;
  padding-left: 18px;
  position: relative;
}
/* line 45, ../sass/screen.scss */
.pc_nav span:hover, .pc_nav span.active {
  color: #659CED;
  border: 1px solid #64A3FF;
}
/* line 48, ../sass/screen.scss */
.pc_nav span:hover .icon_app, .pc_nav span.active .icon_app {
  background: url("../images/icon_app1.png") center center no-repeat;
  width: 10px;
  height: 17px;
}
/* line 53, ../sass/screen.scss */
.pc_nav span:hover .icon_pc, .pc_nav span.active .icon_pc {
  background: url("../images/icon_pc1.png") center center no-repeat;
  width: 20px;
  height: 18px;
}
/* line 61, ../sass/screen.scss */
.pc_nav a {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 67, ../sass/screen.scss */
.pc_nav .icon_app {
  position: absolute;
  display: inline-block;
  background: url("../images/icon_app2.png") center center no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 17px;
  right: 98px;
  top: 9px;
}
/* line 78, ../sass/screen.scss */
.pc_nav .icon_pc {
  position: absolute;
  display: inline-block;
  background: url("../images/icon_pc2.png") center center no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 18px;
  right: 102px;
  top: 9px;
}

/* line 89, ../sass/screen.scss */
.pc_main {
  background: url("../images/bg.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1224px;
}
/* line 94, ../sass/screen.scss */
.pc_main .title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 40px;
}
/* line 100, ../sass/screen.scss */
.pc_main .content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #4B4B4B;
  line-height: 32px;
  font-weight: inherit;
}
/* line 107, ../sass/screen.scss */
.pc_main .button {
  display: inline-block;
  background: url("../images/btn.png") center no-repeat;
  width: 185px;
  height: 58px;
  margin-top: 67px;
  margin-bottom: 2px;
}
/* line 115, ../sass/screen.scss */
.pc_main .tips {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #171920;
  line-height: 14px;
  margin-left: 9px;
  width: 170px;
  text-align: center;
}
/* line 125, ../sass/screen.scss */
.pc_main .pc_m_new, .pc_main .pc_m_old {
  width: 1180px;
  margin: 0 auto;
  height: 577px;
}
/* line 129, ../sass/screen.scss */
.pc_main .pc_m_new .left, .pc_main .pc_m_old .left {
  float: left;
  margin: 40px 20px 20px 10px;
}
/* line 133, ../sass/screen.scss */
.pc_main .pc_m_new .right, .pc_main .pc_m_old .right {
  float: left;
  width: 487px;
  margin-left: 80px;
}
/* line 137, ../sass/screen.scss */
.pc_main .pc_m_new .right .icon_new, .pc_main .pc_m_old .right .icon_new {
  display: inline-block;
  background: url("../images/new.png") no-repeat;
  background-size: 100%;
  width: 64px;
  height: 26px;
  margin-bottom: 15px;
}
/* line 148, ../sass/screen.scss */
.pc_main .pc_m_new .left {
  background: url("../images/pc-1.png") top center no-repeat;
  width: 551px;
  height: 436px;
}
/* line 155, ../sass/screen.scss */
.pc_main .pc_m_old .left {
  background: url("../images/pc-2.png") top center no-repeat;
  width: 573px;
  height: 430px;
  margin-left: 0;
}

/* line 165, ../sass/screen.scss */
.w1180 {
  width: 1180px;
  margin: 0 auto;
}

/* line 173, ../sass/screen.scss */
.banner_pic img {
  display: none;
  width: 192px;
  height: 340px;
  margin: 40px 0 0 160px;
  border-radius: 1px;
}

/* line 181, ../sass/screen.scss */
.apppart {
  width: 100%;
  background-size: auto;
  margin-bottom: 15px;
}
/* line 185, ../sass/screen.scss */
.apppart .mask {
  background: url("../images/mask.png") no-repeat;
  background-size: auto;
  width: 192px;
  height: 340px;
  position: absolute;
  margin: 129px 0 0 160px;
  z-index: 12;
}
/* line 194, ../sass/screen.scss */
.apppart .app_title {
  height: 21px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin: 20px 10px 15px;
}
/* line 203, ../sass/screen.scss */
.apppart .applist0, .apppart .applist_detail {
  position: relative;
  width: 100%;
  background: url("../images/app_bg.png") top center no-repeat;
  height: 611px;
  margin-bottom: 28px;
}
/* line 209, ../sass/screen.scss */
.apppart .applist0 .left, .apppart .applist_detail .left {
  float: left;
  margin-top: 89px;
  background: url("../images/mobile.png") no-repeat;
  background-size: 100%;
  width: 548px;
  height: 481px;
}
/* line 217, ../sass/screen.scss */
.apppart .applist0 .right, .apppart .applist_detail .right {
  margin-top: 111px;
  float: left;
  width: 530px;
  display: inline-block;
}
/* line 222, ../sass/screen.scss */
.apppart .applist0 .right .title, .apppart .applist_detail .right .title {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #171920;
  line-height: 28px;
  margin-bottom: 40px;
  white-space: nowrap;
}
/* line 230, ../sass/screen.scss */
.apppart .applist0 .right .content, .apppart .applist_detail .right .content {
  color: #4a4b4b;
  font-size: 16px;
  line-height: 32px;
  font-weight: initial;
  margin-bottom: 100px;
}
/* line 237, ../sass/screen.scss */
.apppart .applist0 .right .button, .apppart .applist_detail .right .button {
  display: block;
  background: url("../images/bg_btn2.png") top center no-repeat;
  width: 235px;
  height: 57px;
  line-height: 48px;
  color: #649CEE;
  margin-bottom: 8px;
}
/* line 245, ../sass/screen.scss */
.apppart .applist0 .right .button:hover, .apppart .applist0 .right .button .active, .apppart .applist_detail .right .button:hover, .apppart .applist_detail .right .button .active {
  background: url("../images/bg_btn.png") top center no-repeat;
  width: 235px;
  height: 57px;
  color: #ffffff;
  line-height: 46px;
}
/* line 251, ../sass/screen.scss */
.apppart .applist0 .right .button:hover .split, .apppart .applist0 .right .button .active .split, .apppart .applist_detail .right .button:hover .split, .apppart .applist_detail .right .button .active .split {
  display: inline-block;
  background: url("../images/split.png") no-repeat;
  background-size: 100%;
}
/* line 257, ../sass/screen.scss */
.apppart .applist0 .right .button:hover.ios em, .apppart .applist0 .right .button .active.ios em, .apppart .applist_detail .right .button:hover.ios em, .apppart .applist_detail .right .button .active.ios em {
  background: url("../images/iphone2.png?v2") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 16px;
}
/* line 265, ../sass/screen.scss */
.apppart .applist0 .right .button:hover.and em, .apppart .applist0 .right .button .active.and em, .apppart .applist_detail .right .button:hover.and em, .apppart .applist_detail .right .button .active.and em {
  background: url("../images/android2.png") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
}
/* line 273, ../sass/screen.scss */
.apppart .applist0 .right .button span, .apppart .applist_detail .right .button span {
  display: inline-block;
  float: left;
}
/* line 277, ../sass/screen.scss */
.apppart .applist0 .right .button .tt, .apppart .applist_detail .right .button .tt {
  text-align: left;
  width: 99px;
}
/* line 281, ../sass/screen.scss */
.apppart .applist0 .right .button .split, .apppart .applist_detail .right .button .split {
  display: inline-block;
  background: url("../images/split2.png") no-repeat;
  background-size: 100%;
  width: 1px;
  height: 23px;
  margin-right: 9px;
  margin-top: 13px;
}
/* line 292, ../sass/screen.scss */
.apppart .applist0 .right .ios em, .apppart .applist_detail .right .ios em {
  background: url("../images/iphone1.png") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
  margin-left: 30px;
  margin-top: 15px;
  float: left;
}
/* line 305, ../sass/screen.scss */
.apppart .applist0 .right .and em, .apppart .applist_detail .right .and em {
  float: left;
  background: url("../images/android1.png") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
  display: inline-block;
  margin-right: 7px;
  margin-left: 30px;
  margin-top: 14px;
}
/* line 317, ../sass/screen.scss */
.apppart .applist0 .right .img, .apppart .applist_detail .right .img {
  float: right;
  margin-top: -137px;
  margin-right: 135px;
  padding: 5px;
  background: #ffffff;
}
/* line 323, ../sass/screen.scss */
.apppart .applist0 .right .img img, .apppart .applist_detail .right .img img {
  width: 110px;
}
/* line 327, ../sass/screen.scss */
.apppart .applist0 .right .tips, .apppart .applist_detail .right .tips {
  color: #4E4E4E;
  font-size: 14px;
  float: right;
  margin-top: -54px;
  margin-right: 35px;
  line-height: 20px;
}
/* line 337, ../sass/screen.scss */
.apppart .applist1, .apppart .applist2 {
  width: 1200px;
  font-size: 14px;
  color: #171920;
}
/* line 341, ../sass/screen.scss */
.apppart .applist1 li, .apppart .applist2 li {
  position: relative;
  width: 502px;
  height: 119px;
  padding: 38px;
  background: white;
  border: 1px solid rgba(230, 230, 230, 0.7);
  float: left;
  margin: 10px;
}
/* line 350, ../sass/screen.scss */
.apppart .applist1 li .content, .apppart .applist2 li .content {
  width: 378px;
  margin-left: 120px;
}
/* line 354, ../sass/screen.scss */
.apppart .applist1 li .title, .apppart .applist2 li .title {
  height: 45px;
}
/* line 357, ../sass/screen.scss */
.apppart .applist1 li img, .apppart .applist2 li img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 32px;
  margin-bottom: 50px;
  border-radius: 13px;
}
/* line 366, ../sass/screen.scss */
.apppart .applist1 li .left, .apppart .applist1 li h3, .apppart .applist2 li .left, .apppart .applist2 li h3 {
  display: inline-block;
  float: left;
}
/* line 369, ../sass/screen.scss */
.apppart .applist1 li .left a, .apppart .applist1 li h3 a, .apppart .applist2 li .left a, .apppart .applist2 li h3 a {
  width: 200px;
  color: #171920;
  font-size: 20px;
  font-style: inherit;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
}
/* line 377, ../sass/screen.scss */
.apppart .applist1 li .left a:hover, .apppart .applist1 li h3 a:hover, .apppart .applist2 li .left a:hover, .apppart .applist2 li h3 a:hover {
  color: #649CF0;
}
/* line 382, ../sass/screen.scss */
.apppart .applist1 li .right, .apppart .applist2 li .right {
  float: right;
  margin-top: -5px;
}
/* line 386, ../sass/screen.scss */
.apppart .applist1 li H4, .apppart .applist2 li H4 {
  display: block;
  line-height: 20px;
  font-style: inherit;
}
/* line 391, ../sass/screen.scss */
.apppart .applist1 li .btn, .apppart .applist1 li a.btn, .apppart .applist2 li .btn, .apppart .applist2 li a.btn {
  display: inline-block;
  text-align: center;
  width: 76px;
  height: 28px;
  line-height: 28px;
  background: #649cee;
  border-radius: 4px;
  color: #ffffff;
}
/* line 400, ../sass/screen.scss */
.apppart .applist1 li .btn:hover, .apppart .applist1 li a.btn:hover, .apppart .applist2 li .btn:hover, .apppart .applist2 li a.btn:hover {
  background: #8ABBFF;
}
/* line 406, ../sass/screen.scss */
.apppart .applist3 {
  clear: both;
  width: 1200px;
  font-size: 14px;
  color: #171920;
}
/* line 411, ../sass/screen.scss */
.apppart .applist3 li {
  position: relative;
  width: 234px;
  height: 230px;
  padding: 22px;
  background: white;
  border: 1px solid rgba(230, 230, 230, 0.7);
  float: left;
  margin: 10px;
}
/* line 421, ../sass/screen.scss */
.apppart .applist3 li img {
  float: left;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 13px;
  display: inline-block;
}
/* line 429, ../sass/screen.scss */
.apppart .applist3 li .title {
  text-align: right;
  height: 45px;
  width: 140px;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 0px;
  float: left;
}
/* line 438, ../sass/screen.scss */
.apppart .applist3 li .left, .apppart .applist3 li h3 {
  display: inline-block;
}
/* line 441, ../sass/screen.scss */
.apppart .applist3 li .left a, .apppart .applist3 li h3 a {
  width: 140px;
  color: #171920;
  font-size: 18px;
  font-style: inherit;
  margin-bottom: 15px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
/* line 452, ../sass/screen.scss */
.apppart .applist3 li .left a:hover, .apppart .applist3 li h3 a:hover {
  color: #649CF0;
}
/* line 457, ../sass/screen.scss */
.apppart .applist3 li .right {
  float: right;
}
/* line 461, ../sass/screen.scss */
.apppart .applist3 li H4 {
  display: block;
  line-height: 23px;
  font-style: inherit;
}
/* line 467, ../sass/screen.scss */
.apppart .applist3 li .btn, .apppart .applist3 li a.btn {
  display: inline-block;
  text-align: center;
  width: 76px;
  height: 28px;
  line-height: 28px;
  background: #649cee;
  border-radius: 4px;
  color: #ffffff;
  margin-top: 10px;
}
/* line 477, ../sass/screen.scss */
.apppart .applist3 li .btn:hover, .apppart .applist3 li a.btn:hover {
  background: #8ABBFF;
}
/* line 484, ../sass/screen.scss */
.apppart .app_icon img {
  width: 80px;
  height: 80px;
  margin: 0 29px -28px 0;
  border-radius: 13px;
}

/* line 493, ../sass/screen.scss */
.mar_b50 {
  width: 100%;
  height: 50px;
}

/* line 498, ../sass/screen.scss */
.page_appdown {
  background: #F4F6F8;
}
