*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}
body {
  font-family: MicrosoftYaHei, MicrosoftYaHei-Bold, PingFang SC,
    PingFangSC-Regular, Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container {
  width: 1200px;
  margin: auto;
}
.container:after,
.container:before {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.slide-fade-enter-active {
  transition: all 0.3s ease;
}
.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(-30px);
  opacity: 0;
}
.layout {
  padding-top: 70px;
}
.layout > .layout-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.layout > .layout-header .navbar-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border-color: #e6e6e6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
}
.layout > .layout-header .navbar {
  height: 70px;
}
.layout > .layout-header .navbar > .navbar-left {
  float: left;
}
.layout > .layout-header .navbar > .navbar-right {
  float: right;
}
.layout > .layout-header .navbar > .navbar-right .locales .locale {
  color: #676767;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 0 10px;
}
.layout > .layout-header .navbar > .navbar-right .locales .locale.active {
  color: #e1261a;
}
.layout > .layout-header .navbar > .navbar-left,
.layout > .layout-header .navbar > .navbar-right {
  height: inherit;
  display: flex;
  align-items: center;
}
.layout > .layout-header .navbar .logo {
  width: 200px;
  height: inherit;
  cursor: pointer;
  background: url(../img/logo3.png) 50% no-repeat;
  background-size: 150px;
}
.layout > .layout-header .navbar .nav-item {
  width: 170px;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.layout > .layout-header .navbar .nav-item a {
  position: relative;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  color: #191919;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.layout > .layout-header .navbar .nav-item a:before {
  right: 50%;
}
.layout > .layout-header .navbar .nav-item a:after {
  left: 50%;
}
.layout > .layout-header .navbar .nav-item a:after,
.layout > .layout-header .navbar .nav-item a:before {
  position: absolute;
  top: 100%;
  width: 0;
  content: "";
  height: 3px;
  transition: 0.2s;
  transform-style: preserve-3d;
  background-color: #e1261a;
}
.layout > .layout-header .navbar .nav-item.active a {
  color: #e1261a;
}
.layout > .layout-header .navbar .nav-item.active a:after,
.layout > .layout-header .navbar .nav-item.active a:before,
.layout > .layout-header .navbar .nav-item:hover a:after,
.layout > .layout-header .navbar .nav-item:hover a:before {
  width: 50%;
}
.layout > .layout-header .navbar .nav-item > img {
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.layout > .layout-header .popover {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 98;
}
.layout > .layout-header .popover.show > .container {
  height: auto;
  opacity: 1;
}
.layout > .layout-header .popover > .container {
  background-color: #f8f8f8;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.layout > .layout-header .popover .panel {
  display: inline-block;
  width: 14.28%;
  text-align: center;
  padding: 20px 0;
  vertical-align: top;
}
.layout > .layout-header .popover .panel:nth-child(8),
.layout > .layout-header .popover .panel:nth-child(9),
.layout > .layout-header .popover .panel:nth-child(10),
.layout > .layout-header .popover .panel:nth-child(11),
.layout > .layout-header .popover .panel:nth-child(12),
.layout > .layout-header .popover .panel:nth-child(13),
.layout > .layout-header .popover .panel:nth-child(14) {
  border-top: 1px solid #ebebeb;
}
.layout > .layout-header .popover .panel > .panel-header {
  padding: 10px 0;
}
.layout
  > .layout-header
  .popover
  .panel
  > .panel-body
  .list-group
  .list-group-item {
  padding: 5px 0;
}
.layout
  > .layout-header
  .popover
  .panel
  > .panel-body
  .list-group
  .list-group-item
  a {
  display: inline-block;
  padding: 3px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}
.layout
  > .layout-header
  .popover
  .panel
  > .panel-body
  .list-group
  .list-group-item
  a:hover {
  color: #e22819;
}
.layout
  > .layout-header
  .popover
  .panel
  > .panel-body
  .list-group
  .list-group-item
  a.active {
  color: #fff !important;
  background-color: #e22819;
}
.layout > .layout-footer {
  padding: 40px 0;
  background-color: #191919;
  text-align: center;
}
.layout > .layout-footer .statement {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  color: #999;
}
.layout > .layout-footer .statement a {
  margin-left: 5px;
  color: #999;
  text-decoration: none;
}
.layout > .layout-footer .statement a:hover {
  color: #e1261a;
}
.section[data-v-57bf49ea] {
  width: 100%;
  height: 400px;
  background: url(../img/bg1.d1f1f2d4.png) 50% no-repeat;
}
.section > .container[data-v-57bf49ea] {
  padding: 50px 60px;
  height: inherit;
  background: url(../img/bg2.c10bd9c8.png) 120% -100% no-repeat,
    url(../img/bg3.e4ece251.png) 85% 70% no-repeat;
}
.section > .container .sport[data-v-57bf49ea] {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #f8f8f8;
  background-color: #df2718;
  border-radius: 20px 5px 20px 5px;
}
.section > .container .sport img[data-v-57bf49ea] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.section > .container .sport span[data-v-57bf49ea] {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  vertical-align: middle;
}
.section > .container .title[data-v-57bf49ea] {
  padding: 20px 0;
  color: #fff;
  font-size: 34px;
}
.section > .container .sub-title[data-v-57bf49ea] {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  max-width: 580px;
  height: 120px;
}
.section > .container .choose[data-v-57bf49ea] {
  margin-top: 20px;
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
