/*! index.html */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}


/*! index.css */

html {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}

p {
  color: #777;
  margin: 0;
}

h2 {
  font-size: 24px;
  color: #000;
}

h3 {
  font-size: 20px;
  color: #000;
}

.btn {
  outline: 0 !important;
  box-shadow: none !important;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #666;
}

.navbar {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  border: 0 none;
}

.navbar-right {
  margin-right: 0;
}

.fy-navbar-brand {
  padding: 4px 0;
  display: block;
}

.content-main {
  background: url('https://qn.feijing88.com/websem/img/bg.jpg') 50% no-repeat;
  background-size: cover;
  height: 570px;
  width: 100%;
}

.content-main ul li,
.content-main p {
  /* visibility: hidden; */
  /* hide for SEO */
  color: transparent;
}

.navbar-nav li a {
  font-size: 16px;
  color: #fff;
  padding: 25px 28px;
  display: block;
}

.navbar-nav li a.active {
  background: #3178F2;
}

.navbar-nav li a:hover,
.navbar-nav li a.active:hover {
  background: #3057B5;
}

.sticky-nav {
  z-index: 999 !important;
  height: 50px;
  background: #3057B5;
}

.sticky-nav ul {
  width: 1200px;
  margin: 0 auto;
}
.sticky-nav ul li {
  padding: 0;
}

.sticky-nav ul li:first-child a {
  border-left: 1px solid #3178F2;
}

.sticky-nav ul li a {
  width: 240px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  border-right: 1px solid #3178F2;
  color: #FDF0E7;
}
.sticky-nav ul li a .nav-icon {
  margin-right: 15px;
}

.sticky-nav ul li a:hover {
  background: #3178F2;
}

.section-wrapper {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.section {
  height: 570px;
  max-width: 1200px;
  margin: 0 auto;
}

.section ul {
  height: 328px;
  margin: 0;
  white-space: nowrap;
  margin: 0 60px;
  max-width: 1080px;
  overflow: hidden;
}

.section .center {
  margin: 0 auto;
}

.section h2 {
  margin: 0;
  padding: 32px 0 12px;
}

.section .section-desc {
  font-size: 18px;
  margin-bottom: 30px;
}

.section .card {
  width: 240px;
  height: 328px;
  background: #fff;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 0;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
}

.section .card a {
  display: block;
  padding: 34px 48px 0 48px;
  text-decoration: none;
}

.section .card + .card {
  margin-left: 40px;
}

.section .btn-groups {
  margin-top: 40px;
}

.section .btn-groups .btn {
  width: 178px;
  height: 54px;
  font-size: 14px;
  padding: 17px 0;
  background-image: url('https://qn.feijing88.com/websem/img/btn_bgimg_2.png');
  background-repeat: no-repeat;
  color: #3178F2;
}

.section .btn-groups .btn.free:hover {
  background-image: url('https://qn.feijing88.com/websem/img/btn_bgimg_2.png');
  color: #3178F2;
}

.section .btn-groups .btn.qimo:hover {
  background-image: url('https://qn.feijing88.com/websem/img/btn_bgimg_1.png');
  color: #fff;
}

.section .btn-groups .btn {
  margin: 0 15px;
}

.section .btn-groups .btn.active {
  background-image: url('https://qn.feijing88.com/websem/img/btn_bgimg_1.png');
  color: #fff;
  box-shadow: none;
}

.section-dark h2,
.section-dark h3 {
  color: #fff;
}

.section-dark p {
  color: #9395C5;
}

.section-dark .card {
  background: transparent;
  border: 1px solid #45477F;
}

.section-dark .card p {
  color: #9091B6;
}

.card img {
  max-height: 120px;
  max-width: 120px;
}

.list-wrap {
  display: flex;
}

.btn-left + ul {
  margin: 0 20px;
}

.btn-left {
  opacity: 0;
}

.btn-left,
.btn-right {
  width: 40px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-left:hover,
.btn-right:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.btn-left img,
.btn-right img {
  width: 20px;
  height: 32px;
}


.footer {
  background: #383B42;
  width: 100%;
}

.footer .inner {
  padding: 58px 0 50px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer h3 {
  display: inline-block;
  color: #fff;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  margin: 2px 0;
}

.footer .content-left .content-header > img {
  padding-right: 19px;
}

.footer h3.company-name {
  /* border-left: 1px solid rgba(255, 255, 255, 0.1); */
  /* padding-left: 19px; */
}

.footer .content,
.footer .msg {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}

.footer .msg {
  padding: 30px 0;
}

.footer .content-left {
  float: left;
  min-width: 400px;
}

.footer .content-header {
  display: inline-block;
  height: 33px;
  margin-bottom: 27px;
}

.footer .content-right {
  float: right;
  min-width: 230px;
}

.footer .desc {
  text-align: left;
  max-width: 600px;
  word-break: break-all;
  line-height: 22px;
}

.footer p,
.footer .text-grey {
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  text-align: center;
}

.footer .text-grey {
  margin-left: 17px;
}

.footer span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.footer li {
  margin-bottom: 13px;
  /* height: 20px; */
  /* line-height: 20px; */
  vertical-align: middle;
}
.footer li a,
.footer li a:hover {
  vertical-align: middle;
  color: #fff;
  opacity: 0.4;
  text-decoration: none;
}

.footer .msg a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}

.footer .msg .copyright {
  text-align: left;
}

.footer .footer-icon {
  margin-right: 15px;
}

.sidebar .sidebar-btn {
  position: fixed;
  z-index: 2222;
  right: 30px;
  bottom: 260px;
  height: 80px;
  width: 64px;
  background-color: #3178f2;
  text-align: center;
  cursor: pointer;
  border: 0 none;
}

.sidebar .qq > img {
  margin-top: 15px;
}

.sidebar .sidebar-btn.top {
  bottom: 180px;
}
.sidebar .sidebar-btn:hover {
  background-color: #3057B5;
}

.sidebar .sidebar-btn p {
  margin-top: 3px;
  font-size: 12px;
  color: #fff;
}

/* left sidebar */
.left-sidebar .sidebar-icon {
  position: fixed;
  z-index: 2222;
  left: -10px;
  top: 45%;
  height: 100px;
  width: 140px;
  cursor: pointer;
  border: 0 none;
}

.qq {
  display: inline-block;
  position: relative;
  height: auto;
}

.qq-popover:hover .qq-container {
  display: flex;
}

.qq-popover .popover-wrapper {
  height: 80px;
  width: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qq-popover .qq-container {
  position: absolute;
  width: 229px;
  left: -229px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
}

.qq-popover .qq-container .menu {
  width: 213px;
  background-color: #3178F2;
}

.qq-popover .qq-container .menu .item {
  height: 72px;
  display: flex;
  align-items: center;
}

.qq-popover .qq-container .menu .item:hover {
  background-color: #3057B5;
  text-decoration: none;
}

.qq-popover .qq-container .menu .item:hover .right p {
  color: #fff;
}

.qq-popover .qq-container .menu .item img {
  width: 28px;
  margin: 0 16px;
}

.qq-popover .qq-container .menu .item .right p {
  margin: 0;
  text-align: left;
  font-size: 14px;
}

.qq-popover .qq-container .menu .is-sports .right p {
  color: #E6C57A;
}

.qq-popover .qq-container .menu .is-esports .right p {
  color: #FF932D;
}

.qq-popover .qq-container .triangle {
  border-left: 10px solid #3178f2;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.qq-popover .qq-container .menu .group__title {
  height: 42px;
  line-height: 42px;
  padding-left: 16px;
  margin: 0;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
  cursor: auto;
  border-bottom: 1px solid #2262D0;
}

.qq-popover .qq-container .menu .group:last-of-type {
  border-top: 1px solid #2262D0;
}

#footer-kefu>div {
  display: flex;
  margin-bottom: 10px;
}

#footer-kefu p {
  max-width: 285px;
  text-align: left;
  opacity: 1;
}

#footer-kefu span,
#footer-kefu a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.44);
  text-decoration: none;
}

#footer-kefu a:hover {
  color: #fff;
}
