@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
html,
body {
  min-width: 1200px;
  font: 12px/100% "Microsoft YaHei";
}
a {
  text-decoration: none;
  color: black;
}
ul,
ol {
  list-style: none;
}
input {
  outline: none;
  border: 0 none;
}
i,
em {
  font-style: normal;
}
/*iconfont阿里字体图标*/
@font-face {
  font-family: 'iconfont';
  /* project id 864845 */
  src: url('../fonts/font_864845_y77u8c8poqe.eot');
  src: url('../fonts/font_864845_y77u8c8poqe.eot') format('embedded-opentype'), url('../fonts/font_864845_y77u8c8poqe.woff2') format('woff2'), url('../fonts/font_864845_y77u8c8poqe.woff') format('woff'), url('../fonts/font_864845_y77u8c8poqe.ttf') format('truetype'), url('../fonts/font_864845_y77u8c8poqe.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'iconfont2';
  /* project id 864845 */
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.over-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*如是ie浏览器则显示*/
/*.ieShow {
    display: none;
    position: absolute;
    padding: 20px;
    background: #fff;
    z-index: 1000;
    border-radius: 5px;
    border: 1px solid #999;
    overflow: hidden;
    margin: 320px 360px;
    .title {
        font-size: 16px;
        color: #333;
    }
    .content {
        padding: 25px 20px;
    }
    .confirm {
        float: right;
        padding: 10px 20px;
        border-radius: 5px;
        background: #3494FF;
        border: 1px solid #3494FF;
        color: #fff;
        cursor: pointer;
    }
}*/
/*导航--顶部*/
header {
  width: 100%;
  height: 60px;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
.myExit {
  position: absolute;
  top: 60px;
  z-index: 300;
  padding: 0;
  margin: 0;
  border: none;
  display: none;
}
.all-header {
  width: 1200px;
  height: 60px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.all-header .iframepage {
  display: none;
}
.header-logo {
  width: 130px;
  height: 40px;
  float: left;
  margin-top: 10px;
}
.header-logo a {
  display: block;
  width: 130px;
  height: 40px;
  background: url("../images/gqj_logo1.png") no-repeat;
  background-size: 100%;
}
nav {
  float: left;
  margin-left: 35px;
}
nav > ul > li {
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  list-style: none;
  font-size: 16px;
  color: #333;
}
nav li:nth-child(4) {
  position: relative;
}
nav li a {
  cursor: pointer;
  display: block;
  height: 60px;
  min-width: 68px;
  padding: 0 14px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
nav li:hover > a {
  background: rgba(232, 77, 91, 0.4);
  color: #fff;
}
nav li .nuxt-link-exact-active {
  color: white;
  background: #e24949;
}
nav li .active-bg {
  background: url("../images/hot.png");
  background-position-x: 9px;
}
/*nav>ul>li:nth-child(4)>a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 1px solid;
	-webkit-transform: rotateZ(45deg);
	border-color: transparent #333 #333 transparent;
	transform: rotateZ(45deg);
	display: inline-block;
	margin-bottom: 3px;
}*/
nav > ul > li:nth-child(4) > a.nuxt-link-exact-active:after {
  border-color: transparent #fff #fff transparent;
}
nav > ul > li:nth-child(4):hover > a:after {
  border-color: #fff transparent transparent #fff;
  margin-bottom: -3px;
}
nav li:nth-child(4):hover .slidedown {
  display: block;
}
.all-header .slidedown {
  width: 234px;
  z-index: 300;
  color: #333;
  display: none;
  position: absolute;
  top: 94%;
  left: 50%;
  padding-top: 17px;
  transform: translate(-27%, 0px);
}
.all-header .slidedown::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  box-shadow: 0px 0px 4px 0px rgba(68, 68, 68, 0.3);
  transform: rotateZ(-45deg) translateX(-50%) skew(6deg, 6deg);
  background: #fff;
  top: 6px;
  left: 26%;
}
.all-header .slidedown::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 24%;
  width: 30px;
  height: 9px;
  background: #fff;
  transform: translate(-11px, 16px);
}
.all-header .slidedown .d-main {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(68, 68, 68, 0.3);
  overflow: hidden;
}
.all-header .slidedown .d-main ul {
  float: left;
  cursor: pointer;
  margin: 10px 0 8px;
}
.all-header .slidedown li {
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  float: left;
}
.all-header .slidedown li span:hover {
  background: rgba(232, 77, 91, 0.4);
  color: #fff;
}
.all-header .slidedown li:nth-child(2n-1) {
  border-right: 1px solid #EBEBEB;
}
.all-header .slidedown li a {
  color: #333;
  text-align: center;
  height: 30px;
  line-height: 33px;
  width: 80px;
  font-size: 12px;
  display: inline-block;
}
.all-header .slidedown li span.active {
  color: #fff;
  background: #E84D5B;
  border-radius: 3px;
}
nav li:nth-child(8) {
  position: relative;
}
nav li:nth-child(8):hover .slidedown1 {
  display: block;
}
nav li:nth-child(9) {
  position: relative;
}
nav li:nth-child(9):hover .slidedown2 {
  display: block;
}
.all-header .slidedown1 {
  width: 234px;
  z-index: 300;
  color: #333;
  display: none;
  position: absolute;
  top: 94%;
  left: 50%;
  padding-top: 17px;
  transform: translate(-27%, 0px);
}
.all-header .slidedown1::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  box-shadow: 0px 0px 4px 0px rgba(68, 68, 68, 0.3);
  transform: rotateZ(-45deg) translateX(-50%) skew(6deg, 6deg);
  background: #fff;
  top: 6px;
  left: 26%;
}
.all-header .slidedown1::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 24%;
  width: 30px;
  height: 9px;
  background: #fff;
  transform: translate(-11px, 16px);
}
.all-header .slidedown1 .d-main1 {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(68, 68, 68, 0.3);
  overflow: hidden;
}
.all-header .slidedown1 .d-main1 ul {
  float: left;
  cursor: pointer;
  margin: 10px 0 8px;
}
.all-header .slidedown1 li {
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  float: left;
}
.all-header .slidedown1 li span:hover {
  background: rgba(232, 77, 91, 0.4);
  color: #fff;
}
.all-header .slidedown1 li:nth-child(2n-1) {
  border-right: 1px solid #EBEBEB;
}
.all-header .slidedown1 li a {
  color: #333;
  text-align: center;
  height: 30px;
  line-height: 33px;
  width: 80px;
  font-size: 12px;
  display: inline-block;
}
.all-header .slidedown1 li span.active {
  color: #fff;
  background: #E84D5B;
  border-radius: 3px;
}
nav li:nth-child(7):hover .slidedown2 {
  display: block;
}
.all-header .slidedown2 {
  width: 234px;
  z-index: 300;
  color: #333;
  display: none;
  position: absolute;
  top: 94%;
  left: 50%;
  padding-top: 17px;
  transform: translate(-27%, 0px);
}
.all-header .dropdown {
  position: relative;
}
.all-header .dropdown > a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid;
  -webkit-transform: rotate(45deg);
  border-color: transparent #333 #333 transparent;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.2s;
}
.all-header .dropdown > a.nuxt-link-exact-active::after {
  border-color: transparent #fff #fff transparent;
}
.all-header .dropdown:hover > a::after {
  border-color: transparent #fff #fff transparent;
  transform: rotate(225deg);
  margin-bottom: 0;
}
.all-header .dropdown .dropdown-menu {
  width: 120px;
  z-index: 300;
  color: #333;
  display: none;
  position: absolute;
  top: 94%;
  left: 50%;
  padding-top: 17px;
  transform: translate(-50%, 0px);
}
.all-header .dropdown .dropdown-menu::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  box-shadow: 0px 0px 4px 0px rgba(68, 68, 68, 0.3);
  transform: rotateZ(-45deg) translateX(-50%) skew(6deg, 6deg);
  background: #fff;
  top: 6px;
  left: 50%;
}
.all-header .dropdown .dropdown-menu::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 24%;
  width: 30px;
  height: 10px;
  background: #fff;
  transform: translate(20px, 16px);
}
.all-header .dropdown .dropdown-main {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(68, 68, 68, 0.3);
  overflow: hidden;
}
.all-header .dropdown ul,
.all-header .dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.all-header .dropdown ul {
  padding: 10px 0;
}
.all-header .dropdown li {
  padding: 0 18px;
}
.all-header .dropdown li a {
  cursor: pointer;
  display: block;
  line-height: 32px;
  height: 32px;
  width: 100%;
  font-size: 12px;
  color: #333;
}
.all-header .dropdown li a:hover {
  background-color: rgba(232, 77, 91, 0.4);
}
.all-header .dropdown:hover .dropdown-menu {
  display: block;
}
.all-header .slidedown2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  box-shadow: 0px 0px 4px 0px rgba(68, 68, 68, 0.3);
  transform: rotateZ(-45deg) translateX(-50%) skew(6deg, 6deg);
  background: #fff;
  top: 6px;
  left: 26%;
}
.all-header .slidedown2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 24%;
  width: 30px;
  height: 9px;
  background: #fff;
  transform: translate(-11px, 16px);
}
.all-header .slidedown2 .d-main2 {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(68, 68, 68, 0.3);
  overflow: hidden;
}
.all-header .slidedown2 .d-main2 ul {
  float: left;
  cursor: pointer;
  margin: 10px 0 8px;
}
.all-header .slidedown2 li {
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  float: left;
}
.all-header .slidedown2 li span:hover {
  background: rgba(232, 77, 91, 0.4);
  color: #fff;
}
.all-header .slidedown2 li:nth-child(2n-1) {
  border-right: 1px solid #EBEBEB;
}
.all-header .slidedown2 li a {
  color: #333;
  text-align: center;
  height: 30px;
  line-height: 33px;
  width: 80px;
  font-size: 12px;
  display: inline-block;
}
.all-header .slidedown2 li span.active {
  color: #fff;
  background: #E84D5B;
  border-radius: 3px;
}
.login_title {
  padding-top: 8px;
  float: right;
}
.login_title .app {
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: -8px;
  cursor: pointer;
}
.login_title .app a {
  color: #333;
  font-size: 16px;
}
.login_title .app i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
  font-size: 20px;
}
.login_title .app i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
}
.login_title .before_login {
  overflow: hidden;
  padding-top: 9px;
  padding-left: 20px;
  display: block;
}
.login_title .before_login i {
  float: left;
  color: #e24949;
  margin-top: 9px;
  font-size: 18px !important;
}
.login_title .before_login li {
  float: left;
  width: 73px;
  height: 26px;
  border: 1px solid #e5e5e5;
  color: #656464;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}
.login_title .before_login li:nth-child(3) {
  background: #e24949;
  color: #fff;
  border: none;
}
.login_title .before_login li:nth-child(2):hover {
  background: #e24949;
  color: #fff;
  border: none;
}
.login_title .before_login li.login_btn {
  line-height: 24px;
}
.login_title .before_login li.zhuce1_btn {
  line-height: 26px;
}
.login_title .after_login {
  display: none;
  width: 60px;
  height: 52px;
  text-align: right;
  float: right;
}
.login_title .after_login li {
  /*float: left;*/
  display: inline-block;
  vertical-align: middle;
}
.login_title .after_login li img {
  cursor: pointer;
}
.login_title .after_login li:nth-child(1) {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.login_title .after_login li:nth-child(1) .anchor_tab {
  width: 50px;
  position: absolute;
  bottom: -2px;
  left: -5px;
  display: none;
}
.login_title .after_login li:nth-child(1) .anchor_tab > img {
  width: 100%;
}
.login_title .after_login li:nth-child(1) > img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}
.login_title .after_login:hover .editbox {
  display: block;
}
.login_title .after_login .editbox {
  width: 358px;
  position: absolute;
  top: 60px;
  right: 0px;
  display: none;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: left;
  z-index: 600;
}
.login_title .after_login .editbox::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  transform: rotateZ(-45deg) translateX(-50%);
  background: #fff;
  top: -8px;
  right: 10px;
}
.login_title .after_login .editbox::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -7px;
  width: 30px;
  height: 11px;
  background: #fff;
  transform: translate(-11px, 16px);
}
.login_title .after_login .editbox > div:nth-child(1) {
  border-bottom: 1px solid #EDEFF0;
}
.login_title .after_login .editbox > div .editimg,
.login_title .after_login .editbox > div .editname {
  display: inline-block;
  vertical-align: middle;
}
.login_title .after_login .editbox > div .editimg {
  margin: 14px 16px;
  cursor: pointer;
}
.login_title .after_login .editbox > div .editimg img {
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}
.login_title .after_login .editbox > div .editname {
  margin-top: -2px;
}
.login_title .after_login .editbox > div .user_id {
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 12px;
  line-height: 24px;
  cursor: pointer;
}
.login_title .after_login .editbox > div .user_id i {
  color: #999;
}
.login_title .after_login .editbox > div .user_enounce,
.login_title .after_login .editbox > div .editexit {
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.login_title .after_login .editbox > div .editexit {
  float: right;
  margin: 20px 20px 0px 0px;
  line-height: 24px;
}
.login_title .after_login .editbox > div.usercenter {
  text-align: center;
}
.login_title .after_login .editbox > div.usercenter > div {
  display: inline-block;
  width: 32%;
  color: #9498A0;
  text-align: center;
  padding: 12px 0px 6px;
  cursor: pointer;
}
.login_title .after_login .editbox > div.usercenter > div:nth-child(3) {
  display: none;
}
.login_title .after_login .editbox > div.usercenter > div i {
  margin-bottom: 5px;
  font-size: 20px;
}
.login_title .after_login .editbox > div.usercenter > div span {
  font-size: 12px;
  line-height: 25px;
}


.live-title {
    margin-top: 18px;
    margin-bottom: 12px
}

.live-title .info-box {
    height: 114px;
    width: 100%;
    background-image: url(//static.fly2a.com/static/image/f-live/f-live-bgc.png);
    justify-content: center
}

.live-title .info-box,.live-title .info-box .team-home {
    display: flex;
    align-items: center
}

.live-title .info-box .team-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
}

.live-title .info-box .team-center .center-up {
    color: #787778;
    text-align: center;
    font-size: 12px
}

.live-title .info-box .team-center .center-up .event-name {
    color: #333;
    display: inline-block;
    padding: 12px 0 6px 0
}

.live-title .info-box .team-center .center-middle {
    margin-top: 8px;
    margin-bottom: 13px;
    font-size: 14px;
    color: #666
}

.live-title .info-box .team-center .center-down {
    color: #787778
}

.live-title .info-box .team-away {
    display: flex;
    align-items: center
}

.live-title .info-box .team-icon {
    width: 72px;
    height: 72px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(86,85,85,.31),0 1px 1px 0 rgba(237,235,233,.34);
    border-radius: 8px;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    align-items: center
}
.live-title .info-box .team-icon img {
    width: 72px;
    height: 72px;
}

.live-title .info-box .away-img,.live-title .info-box .home-img {
    width: 50px;
    height: 50px
}

.live-title .info-box .score {
    font-size: 30px;
    width: 50px;
    text-align: center
}

.live-title .info-box .name {
    font-size: 24px;
    line-height: 24px;
    color: #313031;
    overflow: hidden;
    width: 241px
}

.live-title .info-box .home-name {
    text-align: right
}

.live-title .info-box .away-name {
    text-align: left
}