@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.test-logo, .full,
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html,
body {
  background-size: 1920px auto;
}

.test-logo {
  position: absolute;
  left: 554px;
  top: 40px;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: url(../images/logo.png) center/contain no-repeat;
}

.main {
  min-width: 1200px;
}

.top {
  height: 443px;
  background: url(../images/bg-linegradient.png) center top no-repeat #f8f8f8;
}

.full,
.page {
  overflow: hidden;
}

/*clear*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.w1000 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;
}

div {
  margin: 0 auto;
  font: normal 14px/180% \5fae\8f6f\96c5\9ed1;
}

/*header*/
.header {
  position: relative;
  height: 40px;
  background: #f8f8f8;
}

.header > span {
  float: left;
}

.header span img {
  margin-top: 3px;
}

.header em {
  float: right;
  line-height: 40px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-size: 12px;
}

.header em a {
  margin: 0 6px;
}

.header em,
.header em a:link,
.header em a:visited,
.header em a:hover {
  color: #6b6b6b;
}

.header .w1000 {
  position: relative;
}

.header .w1000 a {
  display: inline-block;
}

.header .w1000 .choose-lang {
  position: relative;
  float: right;
}

.header .w1000 .list-lang-wrap {
  display: none;
  position: absolute;
  right: -80px;
  top: 38px;
  width: 140px;
}

.header .w1000 .list-lang {
  position: relative;
  background: rgba(233, 239, 241, 0.95);
  padding: 12px 0 12px 15px;
  color: #6d6d6d;
  font-size: 14px;
  border-top: 3px solid #f2f2f2;
}

.header .w1000 .list-lang:after {
  position: absolute;
  top: -25px;
  left: 20px;
  border: 12px solid transparent;
  border-bottom: 12px solid #f2f2f2;
  content: "";
}

.header .w1000 .list-lang li:hover a {
  color: #333;
}

.nav-wrap {
  position: relative;
  height: 110px;
}

.logo-sport {
  position: absolute;
  left: 0;
  top: 33px;
  z-index: 1;
}

.nav-list {
  margin-left: 180px;
  font-size: 0;
  text-align: center;
}

.nav-list li {
  margin-right: 20px;
  display: inline-block;
  font: bold 15px/117px 'Microsoft YaHei';
}

.nav-list li a {
  color: #231815;
}

.nav-list li a:hover {
  text-decoration: underline;
}

.main-content {
  background: url(../images/bg.jpg) center top no-repeat #7fe9ff;
  background-size: 1920px auto;
  padding-top: 820px;
}

.top-wrap img {
  width: 100%;
  height: auto;
  float: left;
}

.big-title {
  text-align: center;
  background: #f2f2f2;
  padding: 38px 0;
  padding-bottom: 22px;
}

.big-title h1,
.big-title h2 {
  font-size: 36px;
  color: #303030;
  margin-bottom: 12px;
}

.big-title h1 a,
.big-title h2 a {
  font-size: 34px;
  color: #303030;
}

.big-title .list-small-news {
  color: #303030;
}

.big-title .list-small-news li {
  display: inline-block;
  margin: 6px;
}

.big-title a {
  color: #303030;
  font-size: 14px;
}

.big-title a:hover {
  text-decoration: underline;
}

.big-title .sum-list {
  text-align: center;
}

.main-news {
  position: relative;
  min-height: 610px;
  margin-bottom: 26px;
  background: #ffffff;
  padding-top: 74px;
  padding-right: 30px;
}

.left-swiper-wrap {
  position: absolute;
  top: 74px;
  left: 30px;
  width: 638px;
  height: 457px;
}

.left-swiper-wrap .pagi1 {
  position: absolute;
  right: 10px;
  bottom: 18px;
  z-index: 3;
}

.left-swiper-wrap .pagi1 .swiper-pagination-bullet {
  background: #d2d2d2;
  margin-right: 5px;
  opacity: 1;
}

.left-swiper-wrap .pagi1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.right-news-wrap {
  margin-left: 690px;
  padding-top: 8px;
  overflow: auto;
  max-height: 600px;
}

.right-news-wrap h2 {
  color: #333333;
  margin-bottom: 10px;
  font: bold 30px "Microsoft YaHei";
}

.right-news-wrap .news-group {
  margin-left: 0;
  margin-right: auto;
}

.right-news-wrap .news-group .list-right-news {
  margin-bottom: 12px;
}

.right-news-wrap .news-group p {
  text-indent: 2em;
}

.right-news-wrap .news-group li {
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2.3;
}

.right-news-wrap .news-group li:hover {
  text-decoration: underline;
}

.right-news-wrap .news-group li:before {
  position: absolute;
  left: 4px;
  top: 14px;
  width: 4px;
  height: 4px;
  content: "";
  background: url(../images/dot.png) no-repeat;
  background-size: contain;
}

.right-news-wrap .news-group li a:hover {
  text-decoration: underline;
}

.right-news-wrap .news-group:first-child {
  margin-bottom: 12px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 16px;
}

.swiper-wrapper,
.swiper-container {
  height: 100%;
}

.swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.swiper-slide .img-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.swiper-slide .desc .page-index {
  display: none;
  position: absolute;
  left: 80px;
  top: 10px;
  font-size: 24px;
}

.swiper-slide .desc .page-index .num1 {
  color: #d52d14;
}

.swiper-slide .desc .page-index .num2 {
  position: absolute;
  left: 35px;
  top: 0;
  color: #fff;
}

.swiper-slide .desc p {
  width: 480px;
  margin-left: 20px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copyright {
  text-align: center;
  padding: 54px 0 130px 0;
  color: #fff;
  height: 150px;
}

.arrow-left {
  position: absolute;
  left: 18px;
  top: 346px;
  z-index: 3;
  width: 16px;
  height: auto;
  cursor: pointer;
}

.arrow-right {
  position: absolute;
  right: 18px;
  top: 346px;
  z-index: 3;
  width: 16px;
  height: auto;
  cursor: pointer;
}

.common-title {
  display: inline-block;
  width: 286px;
  height: 46px;
  background: url(../images/bg-title.png) center no-repeat;
}

.common-title h3 {
  font: bold 28px/1.5 "Microsoft YaHei";
  color: #356367;
  margin-top: -20px;
}

.common-title p {
  color: #636363;
}

.bk-news .list-news li {
  position: relative;
  float: left;
  width: 460px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
  padding-left: 10px;
  line-height: 2.2;
}

.bk-news .list-news li:hover {
  text-decoration: underline;
}

.bk-news .list-news li:nth-child(even) {
  margin-left: 70px;
}

.bk-news .list-news li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 2px;
  height: 2px;
  background: #d72217;
  font-weight: bold;
  content: "";
}

.bk {
  margin-bottom: 45px;
}

.border-title {
  border-left: 4px solid #cf171a;
  padding-left: 16px;
  height: 32px;
  letter-spacing: 0.1em;
  font: normal 32px/1 'Microsoft YaHei';
  margin-bottom: 50px;
}

.type-img-wrap {
  background: #fff;
}

.bk-title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.bk-title h3 {
  position: relative;
  display: inline-block;
  font: bold 60px/1 'Microsoft YaHei';
  color: #fff;
  padding: 10px 90px;
}

.bk-title h3:after {
  position: absolute;
  left: 50%;
  margin-left: -210px;
  bottom: -28px;
  content: "";
  width: 420px;
  height: 18px;
  background: url(../images/bg-anli.png) center no-repeat;
}

.search-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 370px;
  height: 90px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  background: #e3f7ff;
  color: #848484;
}

.search-box img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
}

.search-box input {
  background: transparent;
  font-size: 35px;
  margin-left: 80px;
  margin-top: 20px;
}

.type-wrap {
  padding-top: 50px;
}

.type1-wrap {
  position: relative;
  width: 380px;
  height: 66px;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  font-size: 0;
  margin-bottom: 30px;
  color: #1484c6;
}

.type1-wrap .item-type1 {
  display: inline-block;
  font-size: 42px;
  width: 380px;
  height: 66px;
  border: 1px solid;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  line-height: 66px;
}

.type1-wrap .arrow-left1 {
  position: absolute;
  left: -50px;
  top: 20px;
  cursor: pointer;
}

.type1-wrap .arrow-right1 {
  position: absolute;
  right: -50px;
  top: 20px;
  cursor: pointer;
}

.type2-wrap {
  position: relative;
  width: 900px;
  margin: 0 auto;
  height: 56px;
  text-align: center;
  overflow: visible;
  font-size: 0;
  margin-bottom: 30px;
  color: #1484c6;
}

.type2-wrap .item-type2 {
  display: inline-block;
  font-size: 34px;
  width: 220px;
  height: 56px;
  border: 1px solid;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  line-height: 56px;
}

.type2-wrap .arrow-left2 {
  position: absolute;
  left: -50px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}

.type2-wrap .arrow-right2 {
  position: absolute;
  right: -50px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}

.swiper-slide-active .item-type2 {
  color: #f00;
}

.swiper-out {
  width: 1188px;
  height: 1517.4px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.swiper-out .swiper-container {
  overflow: visible;
}

.swiper-out .swiper-slide {
  padding-top: 30px;
  overflow-y: auto;
}

.swiper-out .swiper-slide li {
  float: left;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(71, 175, 218, 0.35);
  box-shadow: 0px 2px 22px 0px rgba(71, 175, 218, 0.35);
  margin-left: 25px;
  padding: 40px 20px 0;
  width: 550px;
  height: 450px;
  margin-bottom: 20px;
  background: #fff;
}

.swiper-out .swiper-slide li .img-item {
  margin-bottom: 15px;
}

.swiper-out .swiper-slide li:nth-child(odd) {
  margin-left: 30px;
}

.swiper-out .swiper-slide li .desc-wrap p {
  font: normal 32px/1 'Microsoft YaHei';
  margin-bottom: 15px;
}

.swiper-out .swiper-slide li .zan-box {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.swiper-out .swiper-slide li .zan-box .count {
  position: absolute;
  left: 40px;
  margin-top: 15px;
  font-size: 22px;
  color: #333333;
}

.swiper-out .swiper-slide li .zan-box .zan-count {
  position: absolute;
  left: 0;
  height: 100%;
  width: auto;
}

.swiper-out .swiper-slide li .zan-box .postmsg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

/* pc端专用样式 */
/* 移动端专用样式 */
@media (min-device-width: 0px) and (max-device-width: 666px) {
  body {
    min-width: 1440px;
  }
  .fixed-liuyan .liuyan-box {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }
  div.layui-layer-btn a {
    height: 66px;
    line-height: 50px;
    margin: 5px 5px 0;
    padding: 5px 56px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
  }
  div.layui-layer-btn .layui-layer-btn0 {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    font-size: 30px;
  }
  div.yidun.yidun--light .yidun_tips__text {
    font-size: 28px;
  }
  #captcha_div {
    margin-top: 600px !important;
  }
}

html {
  overflow-x: hidden;
}

.fixed-liuyan {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.fixed-liuyan .liuyan-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 340px;
  margin-left: -300px;
  margin-top: -200px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-top: 40px;
}

.fixed-liuyan .liuyan-box textarea {
  display: block;
  border: 1px solid #ccc;
  width: 540px;
  height: 200px;
  resize: none;
  padding: 15px;
  font-size: 14px;
  color: #333;
  margin: 0 auto;
  margin-bottom: 30px;
}

.fixed-liuyan .liuyan-box .btn-close {
  position: absolute;
  right: 13px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

.fixed-liuyan .liuyan-box .btn-submit {
  width: 140px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  background: #0b346e;
  margin: 0 auto;
  color: #fff;
  opacity: .8;
  cursor: pointer;
}

.fixed-liuyan .liuyan-box .btn-submit:hover {
  opacity: 1;
}
