@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  font-family: 'MicrosoftYaHei';
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* 保持图片缩小后不模糊 */
}

.img {
  font-size: 0;
}

.img img {
  max-width: 100%;
}

.shade {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}

.gh {
  display: none;
}

.header .header-fiexd {
  border: 1px solid #e5e5e5;
}

.header .header-fiexd .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  background: #fff;
}
.header .header-fiexd  .logo{
  font-size: 0;
}
.header .telephone {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
}

.header .telephone .img {
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  width: 100%;
  background: #c6020c;
  font-size: 18px;
}

.nav .nav-box {
  color: #fff;
}

.nav ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
}

.nav li {
  position: relative;
  width: 100%;
  line-height: 58px;
  text-align: center;
}

.nav li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.2);
}

.nav li:last-child::after {
  display: none;
}

.nav li.active, .nav li:hover {
  background: #e00404;
}

.nav li a {
  display: block;
}

.g-more {
  display: inline-block;
  padding: 0 15px;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #9d0208;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.g-more:hover {
  background: #e00404;
}

.global-head {
  padding-top: 40px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-bottom: 2px solid #b5babe;
}

.global-head span {
  margin-top: 7px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.global-head .icon1 {
  margin-right: 23px;
  background-image: url(../images/icon_02.png);
  width: 19px;
  height: 19px;
}

.global-head .icon2 {
  margin-left: 23px;
  width: 19px;
  height: 19px;
  background-image: url(../images/icon_03.png);
}

.global-head h3 {
  font-size: 30px;
  font-weight: bold;
}

.g-hd {
  margin-bottom: 50px;
  padding: 30px 0 0; 
  text-align: center;
}

.g-hd h3 {
  position: relative;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  font-family: 'SourceHanSansCN-Heavy';
}

.g-hd h3 span {
  position: relative;
  z-index: 2;
}

.g-hd p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #ededed;
  font-weight: bold;
  font-size: 58px;
  font-family: 'SourceHanSansCN-Heavy';
}

.g-deail-btn {
  margin: 0 auto;
  display: block;
  width: 124px;
  line-height: 34px;
  text-align: center;
  border-radius: 16px;
  border: solid 1px #e5e5e5;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.g-deail-btn:hover {
  background: #9d0208;
  border-color: #9d0208;
}

.global-list {
  padding: 15px 0;
}

.global-list li {
  padding: 20px 10px;
  border-bottom: 1px dashed #dddddd;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.global-list li:hover .time {
  background: #e00404;
  color: #fff;
}

.global-list li:hover .tit {
  color: #e00404;
  text-decoration: underline;
}

.global-list li:hover .desc {
  color: #e00404;
}

.global-list a {
  position: relative;
  display: block;
  padding-left: 105px;
}

.global-list .time {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 84px;
  background-color: #f2f2f2;
  color: #666666;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.global-list .time .day {
  margin-bottom: 7px;
  font-size: 24px;
}

.global-list .time .date {
  font-size: 14px;
}

.global-list .tit {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #282828;
}

.global-list .desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}

.pages {
  margin-top: 28px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pages a {
  margin-right: 10px;
  display: block;
  padding: 0 22px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  line-height: 40px;
  border: solid 1px #dddddd;
}

.pages a:hover, .pages a.active {
  color: #fff;
  background: #a00c0c;
  border-color: #a00c0c;
}

.pages span {
  font-size: 18px;
  color: #000000;
}

.footer-top-link {
  display: none;
}

.footer {
  background: url(../images/bg_02.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #4f4f4f;
}

.footer .bd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 60px 0 50px;
}

.footer .link {
  padding-right: 10%;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .link .tit {
  font-size: 18px;
  color: #fff;
}

.footer .link .tit i {
  display: none;
}

.footer .link .line {
  margin: 15px 0;
  width: 15px;
  height: 3px;
  background: #aa111d;
}

.footer .link .content {
  color: #cbcbcb;
  font-size: 16px;
}

.footer .link .content a, .footer .link .content p {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.footer .link .content a:last-child, .footer .link .content p:last-child {
  margin: 0;
}

.footer .link .content a:hover {
  color: #fff;
}

.footer .qr-block {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #cbcbcb;
  font-size: 14px;
}

.footer .qr-block .img {
  background: #fff;
  width: 165px;
  padding: 10px;
}

.footer .qr-block .img img {
  display: block;
  width: 100%;
}

.footer .qr-block .txt {
  margin-left: 20px;
}

.footer .qr-block .txt p {
  margin-bottom: 10px;
}

.footer .qr-block .txt p:last-child {
  margin-bottom: 0;
}

.footer .qr-block .txt a {
  margin-top: 30px;
  display: block;
  width: 110px;
  line-height: 31px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #e60012;
  border-radius: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.footer .qr-block .txt a:hover {
  background: #9d0208;
}

.footer .copy {
  padding: 18px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.12);
  font-size: 14px;
  line-height: 1;
  color: #a9a9a9;
}

.hotline-wrap {
  position: fixed;
  top: 30%;
  right: 0px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.hotline-wrap li {
  position: relative;
  margin-bottom: 2px;
}

.hotline-wrap li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.hotline-wrap li:last-child {
  margin-bottom: 0;
}

.hotline-wrap li .icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: #e60212;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.hotline-wrap li .icon p {
  margin-top: 5px;
}

.hotline-wrap li .dropdown {
  position: absolute;
  top: 0;
  right: 100%;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.hotline-wrap li .dropdown::before {
  content: '';
  position: absolute;
  top: 28px;
  right: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 8px;
  border-color: transparent transparent transparent #e60212;
}

.hotline-wrap li .dropdown .box {
  background: #e60212;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}

.hotline-wrap li .dropdown .tit {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.hotline-wrap li .dropdown p {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 35px;
}

.hotline-wrap li .dropdown p:last-child {
  margin: 0;
}

.hotline-wrap li .dropdown.phone .box {
  width: 190px;
  padding: 20px 0;
}

.hotline-wrap li .dropdown.qr .box {
  padding: 10px;
  width: 162px;
}

.hotline-wrap li .dropdown.qr .box img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1380px) {
  .g-hd h3 {
    font-size: 28px;
  }
  .g-hd p {
    font-size: 42px;
  }
  .footer .qr-block .img {
    padding: 5px;
    width: 145px;
  }
}

@media only screen and (max-width: 1199px) {
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  input,
  textarea {
    -webkit-appearance: none;
    /*去除input默认样式*/
  }
  html {
    min-height: 100%;
    position: relative;
  }
  body {
    position: static;
  }
  img {
    max-width: 100%;
  }
  .height {
    height: 100%;
    overflow: hidden;
  }
  .container {
    padding: 0 5%;
    max-width: none;
  }
  .gh {
    display: block;
    position: relative;
    height: 35px;
    width: 35px;
    top: 0px;
    right: 0;
    z-index: 100;
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    z-index: 230;
    cursor: pointer;
  }
  .gh.selected {
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .gh a {
    display: block;
    height: 2px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 60%;
    margin: 0 20%;
    background: #000;
  }
  .gh a:after,
  .gh a:before {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    background: #000;
  }
  .gh a:after {
    top: 8px;
  }
  .gh a:before {
    top: -8px;
  }
  .gh.selected a:after,
  .gh.selected a:before {
    top: 0;
  }
  .gh.selected a:before {
    -moz-transform: translateY(0px) rotate(-45deg);
      -o-transform: translateY(0px) rotate(-45deg);
         transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
  }
  .gh.selected a:after {
    -moz-transform: translateY(0px) rotate(45deg);
      -o-transform: translateY(0px) rotate(45deg);
         transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
  }
  .gh.selected a {
    background-color: transparent !important;
  }
  .g-more {
    font-size: 12px;
  }
  .global-head {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .global-head h3 {
    font-size: 20px;
  }
  .global-head .icon1 {
    width: 13px;
    height: 13px;
  }
  .global-head .icon2 {
    width: 13px;
    height: 13px;
  }
  .header {
    height: 80px;
  }
  .header .header-fiexd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 200;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  }
  .header .header-fiexd .container {
    height: 80px;
  }
  .header .telephone {
    display: none;
  }
  .nav {
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    width: 100%;
    width: 100%;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 200;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
  }
  .nav.show {
    opacity: 1;
    visibility: visible;
  }
  .nav.show .nav-box {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .nav .nav-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: #fff;
    width: 80%;
    height: 100%;
    color: #333;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .nav ul {
    display: block;
  }
  .nav li {
    text-align: left;
  }
  .nav li.active, .nav li:hover {
    color: #fff;
  }
  .nav li a {
    display: block;
    padding-left: 40px;
  }
  .hotline-wrap li .icon {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
  .hotline-wrap li .icon img {
    width: 25px;
  }
  .hotline-wrap li .dropdown p {
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
  .footer .qr-block .img {
    padding: 8px;
    width: 145px;
  }
  .g-hd p {
    font-size: 34px;
  }
  .g-hd h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 820px) {
  .g-hd {
    padding-top: 50px;
  }
  .g-hd h3 {
    font-size: 24px;
  }
  .g-hd p {
    font-size: 28px;
  }
  .header {
    height: 70px;
  }
  .header .header-fiexd .container {
    height: 70px;
  }
  .nav {
    top: 70px;
  }
  .footer-top-link {
    display: block;
    padding: 14px 20px;
    line-height: 20px;
    color: #f2f2f2;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
  }
  .footer-top-link a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    color: #f2f2f2;
  }
  .footer-top-link .footer-arrow-top {
    margin-left: 5px;
    display: block;
    position: relative;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    background-image: url("../images/down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
  .footer .container {
    padding: 0;
  }
  .footer .bd {
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .link {
    padding: 0;
    width: 100%;
    display: block;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 14px;
  }
  .footer .link .tit {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 14px;
    color: #ebeff2;
    -webkit-tap-highlight-color: transparent;
  }
  .footer .link .tit::before {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    width: auto;
    background-color: #666666;
  }
  .footer .link .tit.show i::after {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  .footer .link .tit i {
    display: none;
    position: relative;
    width: 8px;
    height: 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .footer .link .tit i::before, .footer .link .tit i::after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #ebeff2;
    top: 9px;
    right: 0;
  }
  .footer .link .tit i::after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .footer .link .line {
    display: none;
  }
  .footer .link .content {
    position: relative;
    display: block;
    /* background-color: #666666; */
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 10px 20px;
    overflow: hidden;
    font-size: 14px;
  }
  .footer .link .content a {
    display: block;
    line-height: 20px;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    color: #f8f8f8;
  }
  .footer .qr-block {
    display: none;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .copy{
    padding: 18px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .global-head{
    padding-top: 30px;
  }
  .g-hd p {
    font-size: 24px;
  }
  .g-hd h3 {
    padding-top: 10px;
    font-size: 20px;
  }
  .header {
    height: 60px;
  }
  .header .header-fiexd .container {
    height: 60px;
  }
  .header .header-fiexd .logo {
    width: 270px;
  }
  .nav {
    top: 60px;
  }
  .footer .link .tit i::before, .footer .link .tit i::after {
    width: 8px;
    height: 1px;
  }
  .footer .copy {
    line-height: 1.5;
  }
  .global-list {
    padding: 0;
  }
  .global-list .time {
    width: 72px;
    height: 72px;
  }
  .global-list .time .day {
    font-size: 20px;
  }
  .global-list a {
    padding-left: 90px;
  }
  .global-list .tit {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .global-list .desc {
    font-size: 13px;
    line-height: 20px;
  }
}
