@charset "UTF-8";
/* line 1, ../sass/util/_reset.scss */
body,
div,
h1,
h2,
h3,
h4,
ul,
li,
p,
dl,
dt,
dd,
a,
span,
table,
tr,
td {
  margin: 0 auto;
  padding: 0;
}

/* line 22, ../sass/util/_reset.scss */
body {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

/* line 26, ../sass/util/_reset.scss */
body.mac {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

/* line 30, ../sass/util/_reset.scss */
body #YSF-BTN-HOLDER {
  display: none !important;
}

/* line 34, ../sass/util/_reset.scss */
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

/* line 40, ../sass/util/_reset.scss */
a:active {
  star: expression(this.onFocus=this.blur());
}

/* line 44, ../sass/util/_reset.scss */
ul {
  list-style: none;
}

/* line 48, ../sass/util/_reset.scss */
img {
  border: none;
  height: auto;
}

/* line 53, ../sass/util/_reset.scss */
.clear {
  zoom: 1;
}

/* line 57, ../sass/util/_reset.scss */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

/* line 63, ../sass/util/_reset.scss */
button {
  border: none;
  cursor: pointer;
}

/* line 68, ../sass/util/_reset.scss */
input {
  border: none;
  outline: none;
}

/* line 73, ../sass/util/_reset.scss */
h1,
h2,
h3,
h4 {
  font-weight: normal;
}

/*chrome滚动条样式*/
/* line 82, ../sass/util/_reset.scss */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: rgba(222, 222, 222, 0.5);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

/* line 90, ../sass/util/_reset.scss */
::-webkit-scrollbar-button {
  display: none;
}

/* line 94, ../sass/util/_reset.scss */
::-webkit-scrollbar-track {
  background-color: #fff;
}

/* line 98, ../sass/util/_reset.scss */
::-webkit-scrollbar-track-piece {
  background: #fff;
}

/* line 102, ../sass/util/_reset.scss */
::-webkit-scrollbar-thumb {
  width: 8px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

/* line 110, ../sass/util/_reset.scss */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* line 114, ../sass/util/_reset.scss */
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}

@-moz-keyframes flower_rotate {
  50% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes flower_rotate {
  50% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes flower_rotate {
  50% {
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes checkshow {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@-webkit-keyframes checkshow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@keyframes checkshow {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(24px);
    -ms-transform: translateX(24px);
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@-moz-keyframes pcsynchronize {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pcsynchronize {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pcsynchronize {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes balloon_rotate {
  0% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes balloon_rotate {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes balloon_rotate {
  0% {
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes key_rotate {
  50% {
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@-webkit-keyframes key_rotate {
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@keyframes key_rotate {
  50% {
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@-moz-keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes ways_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ways_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ways_rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cloud_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes cloud_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes cloud_rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 88, header/*.png */
.header-sprite, .header-shadow #header-warp #header-right #user-info #dropdown i, .header-shadow #header-warp #header-right #user-info #dropdown i.close {
  background-image: url('images/header-s0063598835.png');
  background-repeat: no-repeat;
}

/* line 1, ../sass/util/_reset.scss */
body,
div,
h1,
h2,
h3,
h4,
ul,
li,
p,
dl,
dt,
dd,
a,
span,
table,
tr,
td {
  margin: 0 auto;
  padding: 0;
}

/* line 22, ../sass/util/_reset.scss */
body {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

/* line 26, ../sass/util/_reset.scss */
body.mac {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

/* line 30, ../sass/util/_reset.scss */
body #YSF-BTN-HOLDER {
  display: none !important;
}

/* line 34, ../sass/util/_reset.scss */
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

/* line 40, ../sass/util/_reset.scss */
a:active {
  star: expression(this.onFocus=this.blur());
}

/* line 44, ../sass/util/_reset.scss */
ul {
  list-style: none;
}

/* line 48, ../sass/util/_reset.scss */
img {
  border: none;
  height: auto;
}

/* line 53, ../sass/util/_reset.scss */
.clear {
  zoom: 1;
}

/* line 57, ../sass/util/_reset.scss */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

/* line 63, ../sass/util/_reset.scss */
button {
  border: none;
  cursor: pointer;
}

/* line 68, ../sass/util/_reset.scss */
input {
  border: none;
  outline: none;
}

/* line 73, ../sass/util/_reset.scss */
h1,
h2,
h3,
h4 {
  font-weight: normal;
}

/*chrome滚动条样式*/
/* line 82, ../sass/util/_reset.scss */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: rgba(222, 222, 222, 0.5);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

/* line 90, ../sass/util/_reset.scss */
::-webkit-scrollbar-button {
  display: none;
}

/* line 94, ../sass/util/_reset.scss */
::-webkit-scrollbar-track {
  background-color: #fff;
}

/* line 98, ../sass/util/_reset.scss */
::-webkit-scrollbar-track-piece {
  background: #fff;
}

/* line 102, ../sass/util/_reset.scss */
::-webkit-scrollbar-thumb {
  width: 8px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

/* line 110, ../sass/util/_reset.scss */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* line 114, ../sass/util/_reset.scss */
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}

/* line 8, ../sass/widget/_header.scss */
#header {
  position: relative;
  height: 72px;
}

/* line 12, ../sass/widget/_header.scss */
#youdao-meeting {
  width: 64px;
  height: 70px;
  position: absolute;
}

/* line 17, ../sass/widget/_header.scss */
.youdao-meeting-link {
  color: #298dff;
  display: inline-block;
  width: 64px;
  padding-right: 9px;
  position: absolute;
  top: 0px;
  right: 0;
}

/* line 26, ../sass/widget/_header.scss */
.meeting-tip {
  min-width: 74px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 27px;
  margin-left: 35px;
  font-size: 10px;
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 16px;
  background-color: #298DFF;
  text-align: center;
}

/* line 41, ../sass/widget/_header.scss */
.meeting-tip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border-top: solid 5px transparent;
  border-right: solid 5px #298DFF;
  border-bottom: solid 5px transparent;
  border-left: solid 5px transparent;
}

/* line 52, ../sass/widget/_header.scss */
.header-shadow {
  width: 100%;
  background: #fefefe;
  margin-top: 0px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 999;
  top: 0;
}
/* line 62, ../sass/widget/_header.scss */
.header-shadow #header-warp {
  width: 1200px;
  height: 72px;
  margin: 0 auto;
}
/* line 66, ../sass/widget/_header.scss */
.header-shadow #header-warp #logo {
  width: 153px;
  height: 38px;
  float: left;
  margin: 18px 73px 17px 1px;
}
/* line 71, ../sass/widget/_header.scss */
.header-shadow #header-warp #logo img {
  width: 100%;
}
/* line 75, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-nav {
  float: left;
  height: 72px;
  font-size: 0;
}
/* line 79, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 7px;
  margin: 0 12px 0 12px;
  font-size: 16px;
  border-bottom: 2px #fefefe solid;
}
/* line 87, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-nav li:hover {
  color: #3086f2;
  border-bottom: 2px #3086f2 solid;
}
/* line 92, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-nav .new {
  position: relative;
}
/* line 94, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-nav .new img {
  width: 29px;
  position: absolute;
  top: 13px;
  right: -21px;
}
/* line 101, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-nav .nav-current {
  border-bottom: 2px #3086f2 solid;
}
/* line 103, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-nav .nav-current a {
  color: #3086f2;
}
/* line 107, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-nav a {
  color: #7c808c;
  text-decoration: none;
  line-height: 70px;
  display: block;
}
/* line 112, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-nav a:hover {
  color: #3086f2;
}
/* line 117, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right {
  margin: 17px 0px 15px 0px;
  width: 265px;
  height: 40px;
  float: right;
}
/* line 122, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right .f-left {
  float: left;
}
/* line 125, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right .f-right {
  float: right;
}
/* line 128, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info {
  float: right;
  width: 120px;
  height: 40px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  color: #5383FE;
  border: 1px #5383FE solid;
  margin-left: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 140, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info .user-drop {
  width: 92px;
  height: 40px;
  padding: 0 14px;
}
/* line 144, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info .user-drop:hover {
  background-color: #e6f1ff;
}
/* line 148, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info #dropdown-button {
  color: #5383FE;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
/* line 154, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info #dropdown {
  display: none;
  font-size: 16px;
  float: left;
  width: 10px;
  height: 100%;
}
/* line 160, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info #dropdown i {
  margin-top: 13px;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
/* line 167, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info #dropdown i.close {
  background-position: 0 -16px;
  width: 16px;
  height: 16px;
}
/* line 174, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info #dropdown-list {
  position: absolute;
  top: 42px;
  width: 120px;
  z-index: 100;
  display: none;
}
/* line 180, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info #dropdown-list li {
  cursor: pointer;
  display: inline;
}
/* line 184, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info #dropdown-list a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  color: #248aff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  display: block;
  text-decoration: none;
}
/* line 194, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #user-info #dropdown-list a:hover {
  background-color: #e6f1ff;
}
/* line 200, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #btn-top {
  margin-left: 13px;
  display: inline-block;
  width: 114px;
  height: 40px;
  color: #fff;
  border: solid 1px #5383FE;
  font-size: 14px;
  line-height: 40px;
  background-color: #5383FE;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 211, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right #btn-top:hover {
  opacity: 0.9;
}
/* line 216, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right.login #dropdown-button {
  width: 80px;
  float: left;
  text-align: left;
}
/* line 221, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right.login #dropdown {
  display: block !important;
}
/* line 224, ../sass/widget/_header.scss */
.header-shadow #header-warp #header-right.login #user-info {
  margin-left: 12px;
  -moz-animation-name: float-center;
  -webkit-animation-name: float-center;
  animation-name: float-center;
  -moz-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-moz-keyframes float-center {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 12px;
  }
}
@-webkit-keyframes float-center {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 12px;
  }
}
@keyframes float-center {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 12px;
  }
}
/* line 241, ../sass/widget/_header.scss */
.header-shadow a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #7c808c;
}

/* line 249, ../sass/widget/_header.scss */
body #header {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

/* line 253, ../sass/widget/_header.scss */
body.mac #header {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

/* line 257, ../sass/widget/_header.scss */
.client #header {
  display: none;
}

/* line 88, footer/*.png */
.footer-sprite {
  background-image: url('images/footer-s74fd3931a8.png');
  background-repeat: no-repeat;
}

@-moz-keyframes flower_rotate {
  50% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes flower_rotate {
  50% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes flower_rotate {
  50% {
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes checkshow {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@-webkit-keyframes checkshow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@keyframes checkshow {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(24px);
    -ms-transform: translateX(24px);
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@-moz-keyframes pcsynchronize {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pcsynchronize {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pcsynchronize {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes balloon_rotate {
  0% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes balloon_rotate {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes balloon_rotate {
  0% {
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes key_rotate {
  50% {
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@-webkit-keyframes key_rotate {
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@keyframes key_rotate {
  50% {
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@-moz-keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes ways_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ways_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ways_rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cloud_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes cloud_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes cloud_rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 5, ../sass/widget/_footer.scss */
#footer #ft-follow-us li #weibo:hover img, #footer #ft-follow-us li #wechat:hover img {
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* line 11, ../sass/widget/_footer.scss */
#footer {
  height: 335px;
  background-color: #383b48;
  margin-bottom: 0;
  color: #a8abb3;
}
/* line 16, ../sass/widget/_footer.scss */
#footer #ft-follow-us {
  width: 150px;
  height: 48px;
  padding-top: 36px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
/* line 23, ../sass/widget/_footer.scss */
#footer #ft-follow-us li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 7px;
  vertical-align: top;
}
/* line 29, ../sass/widget/_footer.scss */
#footer #ft-follow-us li a {
  display: block;
}
/* line 32, ../sass/widget/_footer.scss */
#footer #ft-follow-us li #weibo {
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/weibo.svg");
  width: 48px;
  height: 48px;
}
/* line 36, ../sass/widget/_footer.scss */
#footer #ft-follow-us li #weibo:hover {
  zoom: 1;
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/weibo-hover.svg");
}
/* line 39, ../sass/widget/_footer.scss */
#footer #ft-follow-us li #weibo:hover img {
  position: relative;
  bottom: 181px;
  right: 60px;
  display: block;
}
/* line 48, ../sass/widget/_footer.scss */
#footer #ft-follow-us li #wechat {
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/wechat.svg");
  width: 48px;
  height: 48px;
}
/* line 52, ../sass/widget/_footer.scss */
#footer #ft-follow-us li #wechat img {
  display: none;
}
/* line 55, ../sass/widget/_footer.scss */
#footer #ft-follow-us li #wechat:hover {
  zoom: 1;
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/wechat-hover.svg");
}
/* line 58, ../sass/widget/_footer.scss */
#footer #ft-follow-us li #wechat:hover img {
  position: relative;
  bottom: 181px;
  right: 60px;
  display: block;
}
/* line 69, ../sass/widget/_footer.scss */
#footer #ft-links {
  text-align: center;
  height: 20px;
  padding-top: 32px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
}
/* line 76, ../sass/widget/_footer.scss */
#footer #ft-links li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 7px;
  font-weight: normal;
}
/* line 82, ../sass/widget/_footer.scss */
#footer #ft-links li a {
  color: #a8abb3;
  text-decoration: none;
}
/* line 85, ../sass/widget/_footer.scss */
#footer #ft-links li a:hover {
  color: #ffffff;
}
/* line 91, ../sass/widget/_footer.scss */
#footer #ft-about-links {
  text-align: center;
  height: 20px;
  padding-top: 23px;
  margin: 0 auto;
}
/* line 96, ../sass/widget/_footer.scss */
#footer #ft-about-links li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 7px;
}
/* line 101, ../sass/widget/_footer.scss */
#footer #ft-about-links li a {
  font-size: 14px;
  color: #a8abb3;
  text-decoration: none;
}
/* line 105, ../sass/widget/_footer.scss */
#footer #ft-about-links li a:hover {
  color: #ffffff;
}
/* line 111, ../sass/widget/_footer.scss */
#footer .ft-line {
  width: 1200px;
  height: 0px;
  border-bottom: 1px solid #ffffff;
  opacity: 0.1;
  padding-top: 32px;
}
/* line 118, ../sass/widget/_footer.scss */
#footer #copyright {
  text-align: center;
  font-size: 14px;
  height: 20px;
  padding-top: 32px;
  opacity: 0.6;
  margin: 0 auto;
}
/* line 125, ../sass/widget/_footer.scss */
#footer #copyright p {
  margin-bottom: 12px;
}
/* line 127, ../sass/widget/_footer.scss */
#footer #copyright p .beian-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
/* line 134, ../sass/widget/_footer.scss */
#footer #copyright a {
  font-size: 14px;
  color: #a8abb3;
  text-decoration: none;
}
/* line 138, ../sass/widget/_footer.scss */
#footer #copyright a:hover {
  color: #ffffff;
}

/* line 145, ../sass/widget/_footer.scss */
body #footer {
  font-family: 'PingFangSC-Regular', 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

/* line 149, ../sass/widget/_footer.scss */
body.mac #footer {
  font-family: PingFangSC-Regular, Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

/* 收费页面在PC客户端不显示头和尾 */
/* line 155, ../sass/widget/_footer.scss */
.client #footer {
  display: none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 6, ../sass/widget/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* line 7, ../sass/widget/_colorbox.scss */
#cboxWrapper {
  max-width: none;
}

/* line 8, ../sass/widget/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 9, ../sass/widget/_colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 10, ../sass/widget/_colorbox.scss */
#cboxContent {
  position: relative;
}

/* line 11, ../sass/widget/_colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 12, ../sass/widget/_colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 13, ../sass/widget/_colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 14, ../sass/widget/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 15, ../sass/widget/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 16, ../sass/widget/_colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 17, ../sass/widget/_colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 24, ../sass/widget/_colorbox.scss */
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 25, ../sass/widget/_colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 26, ../sass/widget/_colorbox.scss */
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

/* line 27, ../sass/widget/_colorbox.scss */
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

/* line 28, ../sass/widget/_colorbox.scss */
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

/* line 29, ../sass/widget/_colorbox.scss */
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

/* line 30, ../sass/widget/_colorbox.scss */
#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

/* line 31, ../sass/widget/_colorbox.scss */
#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

/* line 32, ../sass/widget/_colorbox.scss */
#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

/* line 33, ../sass/widget/_colorbox.scss */
#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

/* line 34, ../sass/widget/_colorbox.scss */
#cboxContent {
  background: #fff;
  overflow: hidden;
}

/* line 35, ../sass/widget/_colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 36, ../sass/widget/_colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/*#cboxLoadedContent{margin-bottom:28px;}*/
/* line 38, ../sass/widget/_colorbox.scss */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

/* line 39, ../sass/widget/_colorbox.scss */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* line 40, ../sass/widget/_colorbox.scss */
#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

/* line 41, ../sass/widget/_colorbox.scss */
#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 44, ../sass/widget/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 47, ../sass/widget/_colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 49, ../sass/widget/_colorbox.scss */
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/* line 50, ../sass/widget/_colorbox.scss */
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 51, ../sass/widget/_colorbox.scss */
#cboxPrevious:hover {
  background-position: -75px -25px;
}

/* line 52, ../sass/widget/_colorbox.scss */
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 53, ../sass/widget/_colorbox.scss */
#cboxNext:hover {
  background-position: -50px -25px;
}

/*#cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}*/
/* line 56, ../sass/widget/_colorbox.scss */
#cboxClose {
  position: fixed;
  top: 15px;
  right: 15px;
  background: url(images/video_close.png) no-repeat;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/* line 64, ../sass/widget/_colorbox.scss */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* line 75, ../sass/widget/_colorbox.scss */
#colorbox {
  position: fixed !important;
  top: 10% !important;
}

/* line 3, ../sass/util/_global.scss */
body {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

/* line 7, ../sass/util/_global.scss */
body.mac {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

/*chrome滚动条样式*/
/* line 12, ../sass/util/_global.scss */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: rgba(222, 222, 222, 0.5);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

/* line 20, ../sass/util/_global.scss */
::-webkit-scrollbar-button {
  display: none;
}

/* line 24, ../sass/util/_global.scss */
::-webkit-scrollbar-track {
  background-color: #fff;
}

/* line 28, ../sass/util/_global.scss */
::-webkit-scrollbar-track-piece {
  background: #fff;
}

/* line 32, ../sass/util/_global.scss */
::-webkit-scrollbar-thumb {
  width: 8px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

/* line 40, ../sass/util/_global.scss */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* line 44, ../sass/util/_global.scss */
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}

/* 隐藏文字 */
/* line 50, ../sass/util/_global.scss */
h1 a, #hd p, #doc2 #hd .bd-wrap a, .multi-plat a, h2, #doc1 .btn, #doc2 .btn, .fl-pop a, .multi-op a, .play-video {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  zoom: 1;
  -webkit-text-size-adjust: none;
}

/* line 58, ../sass/util/_global.scss */
#doc2 #hd .bd-wrap .multi-plat a {
  line-height: 30px;
  *line-height: 0;
}

/* IE67 */
/* line 64, ../sass/util/_global.scss */
.dl-item .dl-now, .dl-item .dl-alte, h1, .nav, .login, .ft dl, .dl-item dl, #awards li {
  *display: inline;
  *zoom: 1;
}

/* line 70, ../sass/util/_global.scss */
body a {
  text-decoration: none;
}

/* line 75, ../sass/util/_global.scss */
body, html {
  width: 100%;
  overflow-x: hidden;
  min-width: 1200px;
}

/* line 240, group-index/*.png */
.group-index-sprite, .head-container .head .head-bd .top-play i, .head-container .head .slide1 .head-ft i, .head-container .head .slide2 .head-ft i, .head-container .head .slide3 .head-ft i, .case-container .case-wrap .swiper-button-next, .case-container .case-wrap .swiper-button-next:hover, .case-container .case-wrap .swiper-button-prev, .case-container .case-wrap .swiper-button-prev:hover, .case-container .cases .swiper-slide.slide1 i, .case-container .cases .swiper-slide.slide2 i, .case-container .cases .swiper-slide.slide3 i, .case-container .cases .swiper-slide.slide4 i, .case-container .cases .swiper-slide.slide5 i, .case-container .cases .swiper-slide.slide6 i, .case-container .cases .swiper-slide.slide7 i, .case-container .cases .swiper-slide.slide8 i, .case-container .cases .swiper-slide.slide1 span, .case-container .cases .swiper-slide.slide2 span, .case-container .cases .swiper-slide.slide3 span, .case-container .cases .swiper-slide.slide4 span, .case-container .cases .swiper-slide.slide5 span, .case-container .cases .swiper-slide.slide6 span, .case-container .cases .swiper-slide.slide7 span, .case-container .cases .swiper-slide.slide8 span, #header #header-warp #logo, .lt-ie9 .ie-cases .swiper-slide.slide1 i, .lt-ie9 .ie-cases .swiper-slide.slide2 i, .lt-ie9 .ie-cases .swiper-slide.slide3 i, .lt-ie9 .ie-cases .swiper-slide.slide4 i, .lt-ie9 .ie-cases .swiper-slide.slide5 i, .lt-ie9 .ie-cases .swiper-slide.slide6 i, .lt-ie9 .ie-cases .swiper-slide.slide7 i, .lt-ie9 .ie-cases .swiper-slide.slide8 i, .lt-ie9 .ie-cases .swiper-slide.slide1 span, .lt-ie9 .ie-cases .swiper-slide.slide2 span, .lt-ie9 .ie-cases .swiper-slide.slide3 span, .lt-ie9 .ie-cases .swiper-slide.slide4 span, .lt-ie9 .ie-cases .swiper-slide.slide5 span, .lt-ie9 .ie-cases .swiper-slide.slide6 span, .lt-ie9 .ie-cases .swiper-slide.slide7 span, .lt-ie9 .ie-cases .swiper-slide.slide8 span {
  background-image: url('images/group-index-scfd8cc50ac.png');
  background-repeat: no-repeat;
}

/* line 16, ../sass/groupintro.scss */
body {
  background: #fff;
  min-width: 480px;
  overflow-x: hidden;
}

/* line 22, ../sass/groupintro.scss */
h1 {
  margin: 0;
  padding: 0;
  font-weight: 100;
}

/* line 24, ../sass/groupintro.scss */
.container {
  width: 100%;
  height: 100%;
}

/* line 29, ../sass/groupintro.scss */
.head-container {
  width: 100%;
  height: auto;
  /* background: #435471;*/
  overflow: hidden;
}
/* line 35, ../sass/groupintro.scss */
.head-container .head {
  position: relative;
  text-align: center;
  height: 720px;
  width: 100%;
  overflow: hidden;
}
/* line 42, ../sass/groupintro.scss */
.head-container .head .head-bd {
  padding-top: 270px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
/* line 47, ../sass/groupintro.scss */
.head-container .head .head-bd .group-title {
  color: #fff;
  font-size: 56px;
}
/* line 51, ../sass/groupintro.scss */
.head-container .head .head-bd .top-group {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 48px;
  margin-right: 20px;
  width: 190px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #338bf1;
  border-radius: 4px;
  font-size: 20px;
}
/* line 63, ../sass/groupintro.scss */
.head-container .head .head-bd .top-group:hover {
  background-color: #2d7cd8;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
/* line 68, ../sass/groupintro.scss */
.head-container .head .head-bd .top-play {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 48px;
  margin-right: 20px;
  width: 210px;
  height: 58px;
  line-height: 58px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
}
/* line 82, ../sass/groupintro.scss */
.head-container .head .head-bd .top-play i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 -1097px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
/* line 89, ../sass/groupintro.scss */
.head-container .head .head-bd .top-play:hover {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
/* line 95, ../sass/groupintro.scss */
.head-container .head .swiper-slide {
  position: absolute;
  left: 0;
  text-align: center;
  background: #fff;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
}
/* line 111, ../sass/groupintro.scss */
.head-container .head .swiper-slide.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 100;
}
/* line 115, ../sass/groupintro.scss */
.head-container .head .swiper-slide.slide1 {
  background-image: url("https://shared-https.ydstatic.com/website/images/groupintro/banner1.png");
}
/* line 118, ../sass/groupintro.scss */
.head-container .head .swiper-slide.slide2 {
  background-image: url("https://shared-https.ydstatic.com/website/images/groupintro/banner2.png");
}
/* line 121, ../sass/groupintro.scss */
.head-container .head .swiper-slide.slide3 {
  background-image: url("https://shared-https.ydstatic.com/website/images/groupintro/banner3.png");
}
/* line 124, ../sass/groupintro.scss */
.head-container .head .head-ft {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 131, ../sass/groupintro.scss */
.head-container .head .head-ft a {
  color: #fff;
  font-size: 15px;
}
/* line 134, ../sass/groupintro.scss */
.head-container .head .head-ft a:hover {
  text-decoration: underline;
}
/* line 139, ../sass/groupintro.scss */
.head-container .head .slide1 .head-ft i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 0;
  width: 69px;
  height: 26px;
  margin-right: 16px;
}
/* line 144, ../sass/groupintro.scss */
.head-container .head .slide2 .head-ft i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 -30px;
  width: 88px;
  height: 28px;
  margin-right: 16px;
}
/* line 149, ../sass/groupintro.scss */
.head-container .head .slide3 .head-ft i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 -62px;
  width: 88px;
  height: 27px;
  margin-right: 16px;
}
/* line 155, ../sass/groupintro.scss */
.head-container .head .swiper-pagination {
  position: absolute;
  z-index: 20;
  right: 100px;
  bottom: 36px;
}
/* line 161, ../sass/groupintro.scss */
.head-container .head .swiper-pagination span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
/* line 171, ../sass/groupintro.scss */
.head-container .head .swiper-pagination span.active {
  background: #559cf7;
}

/* line 177, ../sass/groupintro.scss */
.item-container {
  height: 720px;
  width: 100%;
  background-color: #fff;
}
/* line 182, ../sass/groupintro.scss */
.item-container .item-wrap {
  width: 1440px;
  height: 100%;
  position: relative;
}
/* line 187, ../sass/groupintro.scss */
.item-container .item-wrap .item-text {
  position: absolute;
  top: 250px;
  width: 400px;
  padding: 0 38px;
  color: #595959;
}
/* line 194, ../sass/groupintro.scss */
.item-container .item-wrap .item-text h1 {
  font-size: 40px;
}
/* line 197, ../sass/groupintro.scss */
.item-container .item-wrap .item-text .subhead {
  padding: 30px 0;
  font-size: 18px;
}
/* line 201, ../sass/groupintro.scss */
.item-container .item-wrap .item-text .des {
  color: #898989;
  font-size: 14px;
  line-height: 24px;
}
/* line 207, ../sass/groupintro.scss */
.item-container .item-wrap .item-text.left {
  left: 0;
}
/* line 210, ../sass/groupintro.scss */
.item-container .item-wrap .item-text.right {
  right: 0;
}
/* line 213, ../sass/groupintro.scss */
.item-container .item-wrap .item-img {
  width: 954px;
  height: auto;
  position: absolute;
  bottom: 30px;
}
/* line 219, ../sass/groupintro.scss */
.item-container .item-wrap .item-img.left {
  left: 0;
}
/* line 222, ../sass/groupintro.scss */
.item-container .item-wrap .item-img.right {
  right: 0;
}

/* line 227, ../sass/groupintro.scss */
.item-container.page1 {
  height: 617px;
  width: 100%;
  background-image: url("https://shared-https.ydstatic.com/website/images/groupintro/page1_bg-229e6931bf.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 617px;
  text-align: center;
}
/* line 235, ../sass/groupintro.scss */
.item-container.page1 img {
  margin: 0 auto;
  height: 463px;
  width: auto;
  margin-top: 40px;
}
/* line 241, ../sass/groupintro.scss */
.item-container.page1 p {
  font-size: 36px;
  color: #595959;
  padding-top: 66px;
}
/* line 246, ../sass/groupintro.scss */
.item-container.page1 p span {
  color: #389dee;
  padding: 0 16px;
  font-size: 40px;
}

/* line 253, ../sass/groupintro.scss */
.item-container.page3 {
  background-color: #F2F6FA;
}

/* line 256, ../sass/groupintro.scss */
.case-container {
  width: 100%;
  height: 526px;
  background-image: url("https://shared-https.ydstatic.com/website/images/groupintro/case_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
    Introduced in IE 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
  */
  -ms-user-select: none;
  user-select: none;
}
/* line 276, ../sass/groupintro.scss */
.case-container .case-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
}
/* line 282, ../sass/groupintro.scss */
.case-container .case-wrap {
  width: 1440px;
  height: 100%;
  position: relative;
}
/* line 287, ../sass/groupintro.scss */
.case-container .case-wrap .title {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 70px;
  font-size: 40px;
  color: #595959;
}
/* line 295, ../sass/groupintro.scss */
.case-container .case-wrap .swiper-button-next {
  top: 280px;
  background-position: 0 -809px;
  width: 44px;
  height: 68px;
}
/* line 59, ../../vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.case-container .case-wrap .swiper-button-next:hover, .case-container .case-wrap .swiper-button-next.next-hover {
  background-position: 0 -881px;
}
/* line 298, ../sass/groupintro.scss */
.case-container .case-wrap .swiper-button-next:hover {
  background-position: 0 -881px;
  width: 44px;
  height: 68px;
}
/* line 302, ../sass/groupintro.scss */
.case-container .case-wrap .swiper-button-prev {
  top: 280px;
  background-position: 0 -953px;
  width: 44px;
  height: 68px;
}
/* line 59, ../../vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.case-container .case-wrap .swiper-button-prev:hover, .case-container .case-wrap .swiper-button-prev.prev-hover {
  background-position: 0 -1025px;
}
/* line 305, ../sass/groupintro.scss */
.case-container .case-wrap .swiper-button-prev:hover {
  background-position: 0 -1025px;
  width: 44px;
  height: 68px;
}
/* line 311, ../sass/groupintro.scss */
.case-container .cases {
  padding: 30px;
  width: 1180px;
  position: relative;
  overflow: hidden;
}
/* line 319, ../sass/groupintro.scss */
.case-container .cases .swiper-slide {
  width: 250px;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: all 0.2s;
}
/* line 326, ../sass/groupintro.scss */
.case-container .cases .swiper-slide:hover {
  transform: scale(1.06);
}
/* line 329, ../sass/groupintro.scss */
.case-container .cases .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  color: #717171;
  font-size: 30px;
  background-color: #fff;
  position: relative;
}
/* line 338, ../sass/groupintro.scss */
.case-container .cases .swiper-slide a i {
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -25px;
}
/* line 345, ../sass/groupintro.scss */
.case-container .cases .swiper-slide a span {
  display: block;
  position: absolute;
  top: 114px;
  left: 50%;
  margin-left: -29px;
}
/* line 353, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide1 i {
  background-position: 0 -93px;
  width: 50px;
  height: 50px;
}
/* line 356, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide2 i {
  background-position: 0 -179px;
  width: 50px;
  height: 50px;
}
/* line 359, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide3 i {
  background-position: 0 -266px;
  width: 50px;
  height: 52px;
}
/* line 362, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide4 i {
  background-position: 0 -354px;
  width: 58px;
  height: 41px;
  top: 44px;
}
/* line 366, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide5 i {
  background-position: 0 -431px;
  width: 50px;
  height: 51px;
}
/* line 369, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide6 i {
  background-position: 0 -518px;
  width: 50px;
  height: 50px;
}
/* line 372, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide7 i {
  background-position: 0 -604px;
  width: 50px;
  height: 49px;
}
/* line 375, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide8 i {
  background-position: 0 -688px;
  width: 52px;
  height: 48px;
}
/* line 378, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide1 span {
  background-position: 0 -147px;
  width: 58px;
  height: 28px;
}
/* line 381, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide2 span {
  margin-left: -42px;
  background-position: 0 -233px;
  width: 85px;
  height: 29px;
}
/* line 385, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide3 span {
  background-position: 0 -322px;
  width: 58px;
  height: 28px;
}
/* line 388, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide4 span {
  background-position: 0 -399px;
  width: 58px;
  height: 28px;
}
/* line 391, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide5 span {
  background-position: 0 -486px;
  width: 58px;
  height: 28px;
}
/* line 394, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide6 span {
  margin-left: -27px;
  background-position: 0 -572px;
  width: 55px;
  height: 28px;
}
/* line 398, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide7 span {
  background-position: 0 -657px;
  width: 58px;
  height: 27px;
}
/* line 401, ../sass/groupintro.scss */
.case-container .cases .swiper-slide.slide8 span {
  margin-left: -27px;
  background-position: 0 -740px;
  width: 61px;
  height: 23px;
}
/* line 407, ../sass/groupintro.scss */
.case-container .ie-cases {
  display: none;
}

/* line 412, ../sass/groupintro.scss */
.anli-container {
  width: 100%;
  height: 526px;
  background-color: #559CF7;
}
/* line 417, ../sass/groupintro.scss */
.anli-container .anli-wrap {
  width: 1000px;
}
/* line 419, ../sass/groupintro.scss */
.anli-container .anli-wrap .title {
  text-align: center;
  padding-top: 64px;
  font-size: 40px;
  color: #fff;
}
/* line 425, ../sass/groupintro.scss */
.anli-container .anli-wrap img {
  margin-top: 60px;
  width: 979px;
}

/* line 432, ../sass/groupintro.scss */
.trial-container {
  width: 100%;
  height: 300px;
  background-image: url("https://shared-https.ydstatic.com/website/images/groupintro/trial_bg-229e6931bf.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  text-align: center;
}
/* line 442, ../sass/groupintro.scss */
.trial-container p {
  padding: 84px 0 46px;
  font-size: 36px;
  color: #595959;
}
/* line 447, ../sass/groupintro.scss */
.trial-container a {
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #338bf1;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 20px;
}
/* line 458, ../sass/groupintro.scss */
.trial-container a:hover {
  background-color: #2d7cd8;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

/* line 468, ../sass/groupintro.scss */
#header #header-warp #logo {
  background-position: 0 -767px;
  width: 152px;
  height: 38px;
}
/* line 470, ../sass/groupintro.scss */
#header #header-warp #logo img {
  display: none;
}

@media (max-width: 1281px) {
  /* line 477, ../sass/groupintro.scss */
  .head-container .head {
    height: 600px;
  }
  /* line 479, ../sass/groupintro.scss */
  .head-container .head .head-bd {
    padding-top: 200px;
  }

  /* line 484, ../sass/groupintro.scss */
  .item-container {
    height: 600px;
  }
  /* line 486, ../sass/groupintro.scss */
  .item-container.page1 {
    height: 550px;
    background-size: 100% 550px;
  }
  /* line 489, ../sass/groupintro.scss */
  .item-container.page1 img {
    height: 400px;
  }
  /* line 493, ../sass/groupintro.scss */
  .item-container .item-wrap {
    width: 1230px;
  }
  /* line 495, ../sass/groupintro.scss */
  .item-container .item-wrap .item-text {
    width: 380px;
    top: 190px;
  }
  /* line 499, ../sass/groupintro.scss */
  .item-container .item-wrap .item-img {
    width: 800px;
    top: 10%;
    bottom: 40px;
  }

  /* line 506, ../sass/groupintro.scss */
  .case-container {
    height: 400px;
  }
  /* line 508, ../sass/groupintro.scss */
  .case-container .case-wrap {
    width: 1100px;
  }
  /* line 510, ../sass/groupintro.scss */
  .case-container .case-wrap .title {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  /* line 514, ../sass/groupintro.scss */
  .case-container .case-wrap .cases {
    width: 950px;
  }
  /* line 517, ../sass/groupintro.scss */
  .case-container .case-wrap .swiper-button-next {
    top: 224px;
  }
  /* line 520, ../sass/groupintro.scss */
  .case-container .case-wrap .swiper-button-prev {
    top: 224px;
  }
}
@media (max-width: 991px) {
  /* line 528, ../sass/groupintro.scss */
  .item-container {
    height: 420px;
  }
  /* line 530, ../sass/groupintro.scss */
  .item-container .item-wrap {
    width: 926px;
  }
  /* line 532, ../sass/groupintro.scss */
  .item-container .item-wrap .item-text {
    top: 118px;
  }
  /* line 534, ../sass/groupintro.scss */
  .item-container .item-wrap .item-text h1 {
    font-size: 30px;
  }
  /* line 537, ../sass/groupintro.scss */
  .item-container .item-wrap .item-text .subhead {
    padding: 15px 0;
    font-size: 16px;
  }
  /* line 541, ../sass/groupintro.scss */
  .item-container .item-wrap .item-text .des {
    font-size: 13px;
  }
  /* line 545, ../sass/groupintro.scss */
  .item-container .item-wrap .item-img {
    max-width: 500px;
    top: 13%;
    bottom: 90px;
  }

  /* line 552, ../sass/groupintro.scss */
  .case-container {
    height: 400px;
  }
  /* line 554, ../sass/groupintro.scss */
  .case-container .case-wrap {
    width: 900px;
  }
  /* line 556, ../sass/groupintro.scss */
  .case-container .case-wrap .title {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  /* line 560, ../sass/groupintro.scss */
  .case-container .case-wrap .cases {
    width: 750px;
  }
  /* line 563, ../sass/groupintro.scss */
  .case-container .case-wrap .swiper-button-next {
    top: 224px;
  }
  /* line 566, ../sass/groupintro.scss */
  .case-container .case-wrap .swiper-button-prev {
    top: 224px;
  }

  /* line 571, ../sass/groupintro.scss */
  .anli-container {
    height: 450px;
  }
  /* line 573, ../sass/groupintro.scss */
  .anli-container .anli-wrap {
    width: 800px;
  }
  /* line 575, ../sass/groupintro.scss */
  .anli-container .anli-wrap img {
    width: 800px;
  }
}
/* line 583, ../sass/groupintro.scss */
.lt-ie9 .cases {
  display: none;
}
/* line 586, ../sass/groupintro.scss */
.lt-ie9 .swiper-button-next {
  display: none;
}
/* line 589, ../sass/groupintro.scss */
.lt-ie9 .swiper-button-prev {
  display: none;
}
/* line 592, ../sass/groupintro.scss */
.lt-ie9 .ie-cases {
  position: relative;
  display: block;
  height: 180px;
  /*overflow: hidden;*/
  margin: 0 100px;
}
/* line 598, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide {
  width: 250px;
  height: 180px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 20px;
}
/* line 607, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide:hover {
  transform: scale(1.1);
}
/* line 610, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  color: #717171;
  font-size: 30px;
  background-color: #fff;
  position: relative;
}
/* line 619, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide a i {
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -25px;
}
/* line 626, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide a span {
  display: block;
  position: absolute;
  top: 114px;
  left: 50%;
  margin-left: -29px;
}
/* line 634, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide1 i {
  background-position: 0 -93px;
  width: 50px;
  height: 50px;
}
/* line 637, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide2 i {
  background-position: 0 -179px;
  width: 50px;
  height: 50px;
}
/* line 640, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide3 i {
  background-position: 0 -266px;
  width: 50px;
  height: 52px;
}
/* line 643, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide4 i {
  background-position: 0 -354px;
  width: 58px;
  height: 41px;
  top: 44px;
}
/* line 647, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide5 i {
  background-position: 0 -431px;
  width: 50px;
  height: 51px;
}
/* line 650, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide6 i {
  background-position: 0 -518px;
  width: 50px;
  height: 50px;
}
/* line 653, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide7 i {
  background-position: 0 -604px;
  width: 50px;
  height: 49px;
}
/* line 656, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide8 i {
  background-position: 0 -688px;
  width: 52px;
  height: 48px;
}
/* line 659, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide1 span {
  background-position: 0 -147px;
  width: 58px;
  height: 28px;
}
/* line 662, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide2 span {
  margin-left: -42px;
  background-position: 0 -233px;
  width: 85px;
  height: 29px;
}
/* line 666, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide3 span {
  background-position: 0 -322px;
  width: 58px;
  height: 28px;
}
/* line 669, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide4 span {
  background-position: 0 -399px;
  width: 58px;
  height: 28px;
}
/* line 672, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide5 span {
  background-position: 0 -486px;
  width: 58px;
  height: 28px;
}
/* line 675, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide6 span {
  margin-left: -27px;
  background-position: 0 -572px;
  width: 55px;
  height: 28px;
}
/* line 679, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide7 span {
  background-position: 0 -657px;
  width: 58px;
  height: 27px;
}
/* line 682, ../sass/groupintro.scss */
.lt-ie9 .ie-cases .swiper-slide.slide8 span {
  margin-left: -27px;
  background-position: 0 -740px;
  width: 61px;
  height: 23px;
}
