@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #0ab143;
  text-decoration: none;
}

body {
  background-color: #f5f6f7;
  font-family: "MicrosoftYaHei";
}

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

.bg-white {
  background-color: #ffffff;
}

.bg-white-i {
  background-color: #ffffff !important;
}

.hidden {
  display: none !important;
}

.pb-20 {
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.p-40 {
  padding: 40px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.mt-40 {
  margin-top: 40px;
}

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

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.mobile-show {
  display: none !important;
}

.mobile-show-flex {
  display: none !important;
}

.header-tool-bar {
  background-color: #f2f7f3;
  font-size: 14px;
}
.header-tool-bar .container {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-tool-bar .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-tool-bar .left a {
  color: #000000;
  margin-right: 17.25px;
}
.header-tool-bar .left .mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}
.header-tool-bar .left .mail span {
  margin-right: 4px;
}
.header-tool-bar .right {
  color: #36393c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-tool-bar .search {
  height: 32px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-tool-bar .search button[type="submit"] {
  display: block;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  background-color: #0ab143;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.header-tool-bar .search button[type="submit"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/home/icon_fd.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
}
.header-tool-bar .search button[type="submit"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-radial-gradient(
    circle,
    #ccc 10%,
    transparent 10.1%
  );
  background-image: radial-gradient(circle, #ccc 10%, transparent 10.1%);
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header-tool-bar .search button[type="submit"]:active::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
.header-tool-bar .search input[type="text"] {
  display: block;
  font-size: 16px;
  width: 141px;
  height: 32px;
  line-height: 24px;
  border: none;
  outline: none;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #81ce97;
  color: #ffffff;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.header-tool-bar .search input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.header-tool-bar .search input[type="text"]::-moz-placeholder {
  color: #ffffff;
}
.header-tool-bar .search input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.header-tool-bar .search input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}
.header-tool-bar .search input[type="text"]::placeholder {
  color: #ffffff;
}
.header-tool-bar .search input[type="text"]:focus {
  width: 241px;
}

.header-banner {
  width: 100%;
  min-width: 1200px;
  height: 180px;
  background-color: #1b6eb4;
  background-repeat: no-repeat;
  background-size: 100% 180px;
  background-position: 0 0;
}
.header-banner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-search {
  display: none;
  padding: 4px 5px;
  background-color: #fff;
}
.mobile-search button[type="submit"] {
  width: 52px;
  height: 32px;
  line-height: 32px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #999999;
  font-size: 16px;
}
.mobile-search button[type="submit"]::after {
  display: none;
}
.mobile-search button[type="submit"]:active::after {
  display: none;
}
.mobile-search input[type="text"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 32px;
  line-height: 32px;
  border: none;
  outline: none;
  padding-left: 28px;
  padding-right: 10px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #f6f6f6;
  background-image: url(../images/home/icon_search.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
.mobile-search input[type="text"] ::-webkit-input-placeholder {
  color: #ccc;
}
.mobile-search input[type="text"] ::-moz-placeholder {
  color: #ccc;
}
.mobile-search input[type="text"] :-ms-input-placeholder {
  color: #ccc;
}
.mobile-search input[type="text"] ::-ms-input-placeholder {
  color: #ccc;
}
.mobile-search input[type="text"] ::placeholder {
  color: #ccc;
}

.header-nav {
  min-width: 1200px;
  height: 48px;
  background-color: #0ab143;
  margin-bottom: 20px;
}
.header-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav .item {
  display: block;
  color: #ffffff;
}
.header-nav .item span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}
.header-nav .item.active span {
  background-color: #ffffff;
  color: #0ab143;
}
.header-nav .item-child {
  position: relative;
}
.header-nav .item-child .child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
  border-top: 1px solid #0ab143;
}
.header-nav .item-child .child-item {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}
.header-nav .item-child .child-item:hover {
  background-color: #0ab143;
  color: #ffffff;
}
.header-nav .item-child:hover .child {
  display: block;
}
.header-nav .close-box {
  display: none;
  width: 100%;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 26px;
}
.header-nav .close-box .menu-close {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 2px solid #ffffff;
  position: relative;
}
.header-nav .close-box .menu-close::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav .close-box .menu-close::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-nav .mobile-other {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.header-nav .mobile-other a {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding: 6px 12px;
  border: 1px solid #fff;
}

.horizontal-notices {
  height: 48px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.horizontal-notices .headlines-icon {
  width: 95px;
  height: 100%;
  background-image: url("../images/home/png_tt.png");
  background-repeat: no-repeat;
}
.horizontal-notices .notices-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.horizontal-notices .notices-list .notices-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 1500px;
  height: 100%;
  overflow: hidden;
}
.horizontal-notices .notices-list .notices-item {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-left: 12px;
  margin-right: 43px;
  margin-left: 13px;
  background-image: url("../images/home/png_g_b.png");
  background-repeat: no-repeat;
  background-position: 0 21px;
}
.horizontal-notices .notices-list .notices-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0ab143;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.9)),
    to(#ffffff)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.9) 0%,
    #ffffff 100%
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 100%);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

.focus-imgs-news-dynamic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.focus-imgs-news-dynamic .focus-imgs {
  width: 590px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
.focus-imgs-news-dynamic .focus-imgs-item {
  display: block;
  width: 100%;
  position: relative;
}
.focus-imgs-news-dynamic .focus-imgs-item img {
  display: block;
  width: 100%;
  height: 390px;
}
.focus-imgs-news-dynamic .focus-imgs-item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding-left: 24px;
  padding-right: 100px;
  background-color: rgba(10, 177, 67, 0.8);
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.focus-imgs-news-dynamic .news-dynamic {
  width: 590px;
}

.focus-item {
  display: block;
  width: 100%;
  position: relative;
}
.focus-item img {
  display: block;
  width: 100%;
  height: 218px;
}
.focus-item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding-left: 5px;
  padding-right: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper .swiper-pagination {
  width: auto;
  left: auto;
  bottom: 15px;
  right: 10px;
  padding: 3px 5px;
  border-radius: 10px;
}
.swiper .swiper-pagination:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
}
.swiper.carousel-this-ind-rect
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
}
.swiper.carousel-all-primary .swiper-pagination .swiper-pagination-bullet {
  background: #0ab143;
  opacity: 0.2;
}
.swiper.carousel-all-primary
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper.carousel-this-ind-primary .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
.swiper.carousel-this-ind-primary
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0ab143;
}

.middle-banners {
  padding: 20px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.middle-banners .banner {
  display: block;
  width: 100%;
}
.middle-banners .banner:first-child {
  margin-right: 20px;
}
.middle-banners .banner img {
  display: block;
  width: 100%;
  height: 148px;
}

.journal-industry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.journal-industry .journal-box {
  width: 793px;
  min-height: 450px;
  margin-right: 20px;
}
.journal-industry .journal-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.journal-industry .journal-introduction img {
  display: block;
  margin-right: 20px;
}
.journal-industry .journal-introduction div {
  width: 249px;
}
.journal-industry .journal-introduction div p {
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 57px;
}
.journal-industry .journal-introduction div a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  width: 195px;
  line-height: 48px;
  text-align: center;
  background: #0ab143;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(10, 177, 67, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(10, 177, 67, 0.3);
  border-radius: 4px;
}
.journal-industry .council-win .max-list {
  padding-bottom: 40px;
}
.journal-industry .council-win .max-list-item a {
  padding: 0;
  margin-bottom: 24px;
  border-bottom: none;
}
.journal-industry .council-introduce {
  padding: 0 20px 40px;
}
.journal-industry .council-introduce .council-item {
  width: 50% !important;
}
.journal-industry .industry-box {
  width: 387px;
  padding-bottom: 16px;
}
.journal-industry .industry-box .head-figure {
  display: block;
  padding: 0 20px;
  margin-bottom: 15px;
}
.journal-industry .industry-box .info-list .item {
  margin-bottom: 12px;
}

.council-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.council-list .council-item {
  width: 33.3333%;
  padding-right: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.council-list .council-item .logo {
  width: 120px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.council-list .council-item .logo img {
  max-width: 100%;
  max-height: 100%;
}
.council-list .council-item .introduce {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.council-list .council-item .introduce h3 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 22px;
}
.council-list .council-item .introduce .legal-person {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.council-list .council-item .introduce .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #999999;
}
.council-list .council-item .introduce .info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.council-list .council-item .introduce .info span i {
  display: block;
  margin-bottom: 8px;
}

.service-data-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.service-data-center .service-box {
  width: 793px;
  margin-right: 20px;
}

.data-center-box {
  width: 387px;
}

.center-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 13px 0 0;
}
.center-box .center-item {
  width: 126px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.center-box .center-item img {
  width: 88px;
  height: 88px;
  margin-bottom: 8px;
}
.center-box .center-item h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
}

.data-info-public {
  padding: 20px 0;
}

.friendly-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.friendly-link > * {
  display: block;
  margin-right: 10px;
}
.friendly-link > *:last-child {
  margin-right: 0;
}
.friendly-link select {
  display: block;
  width: 156px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ebedee;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
}

.footer {
  width: 100%;
  min-width: 1200px;
  height: 287px;
  background-image: url("../images/home/footer_bj.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer a {
  color: #ffffff;
}
.footer .container {
  padding-top: 32px;
}
.footer .website-inner-link {
  width: 469px;
  margin: 0 auto;
  margin-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer .website-inner-link > * {
  color: #ffffff;
  display: block;
  font-size: 20px;
}
.footer .website-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .website-ownership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .website-ownership .sydw-icon {
  display: block;
  margin-right: 40px;
}
.footer .website-ownership .sydw-icon img {
  display: block;
  width: 53px;
  height: 65px;
}
.footer .website-ownership ul li {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .website-ownership ul li img {
  margin-left: 5px;
  vertical-align: text-top;
}
.footer .third-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .third-app li {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}
.footer .third-app li:last-child {
  margin-right: 0;
}
.footer .third-app li img {
  display: block;
  width: 84px;
  height: 84px;
  margin-bottom: 8px;
}
.footer .third-app li span {
  font-size: 12px;
  color: #ffffff;
}

.fixed-notices {
  position: fixed;
  width: 200px;
  z-index: 1000;
  top: 300px;
  left: 20px;
}
.fixed-notices .fixed-notices-item {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.fixed-notices .fixed-notices-item a {
  display: block;
  width: 100%;
}
.fixed-notices .fixed-notices-item a img {
  display: block;
  width: 100%;
}
.fixed-notices .fixed-notices-item .close {
  display: block;
  position: absolute;
  right: 0;
  top: -12px;
  width: 37px;
  height: 25px;
  background-image: url("../images/home/btn_close.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 公共样式 */
.module-title {
  height: 72px;
  padding: 10px 0;
  background-image: url("../images/home/png_list_01.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-title .title {
  height: 35px;
  line-height: 35px;
}
.module-title .title b {
  color: #0ab143;
}
.module-title .more {
  font-size: 16px;
  color: #333333;
  height: 21px;
  line-height: 21px;
  font-weight: normal;
}

/* 公共样式 */
.module-tabs {
  width: 100%;
}
.module-tabs .tabs-title {
  border-bottom: 1px solid #0ab143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-bottom: 20px;
}
.module-tabs .tabs-title .tab-title {
  display: block;
  padding: 0 16px;
  height: 35px;
  line-height: 35px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.module-tabs .tabs-title .tab-title.active {
  background-color: #0ab143;
  color: #ffffff;
}
.module-tabs .tabs-panel .tab-panel {
  display: none;
}
.module-tabs .tabs-panel .tab-panel.active {
  display: block;
}

.module-more {
  display: none;
  width: 94%;
  line-height: 40px;
  margin: 20px auto;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #cccccc;
}
.module-more.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.module-more.w-full {
  width: 100%;
}

.load-more {
  display: none;
  width: 94%;
  line-height: 40px;
  padding: 20px 0;
  margin: 0 auto;
  color: #cccccc;
}
.load-more span {
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

/* 公共样式 */
.info-list {
  padding-left: 20px;
  padding-right: 20px;
}
.info-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.info-list .item.rect {
  padding-left: 16px;
  background-image: url("../images/home/png_point_h.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.info-list .item.rect:hover {
  background-image: url("../images/home/png_point_g.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.info-list .item.icon1 {
  padding-left: 25px;
  background-image: url("../images/home/icon_bg.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.info-list .item .title {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list .item .time {
  display: block;
  color: #999999;
}
.info-list .item.no-time .title {
  width: 100%;
}
.info-list .item:hover {
  color: #0ab143 !important;
}
.info-list .item:visited {
  color: #999999;
}

.bread-crumbs > * {
  color: #999999;
  display: inline-block;
}
.bread-crumbs .bread {
  position: relative;
  padding-right: 20px;
}
.bread-crumbs .bread::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}
.bread-crumbs .bread:last-child {
  padding-right: 0;
}
.bread-crumbs .bread:last-child::after {
  content: "";
}

.article-detail {
  position: relative;
}
.article-detail .article-detail-head {
  padding-top: 35px;
  padding-bottom: 24px;
}
.article-detail .article-detail-head .article-detail-head-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
.article-detail .article-detail-head .article-detail-head-title-info {
  padding: 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.article-detail .article-detail-head .article-detail-head-title-info > * {
  display: block;
  color: #333333;
}
.article-detail .article-detail-head .article-detail-head-title-info1 {
  background-color: #eff2f6;
  padding: 12px;
}
.article-detail .article-detail-head .article-detail-head-title-info1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-detail
  .article-detail-head
  .article-detail-head-title-info1
  span:first-child {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 8px;
}
.article-detail .article-detail-head .article-detail-head-title-info1 span b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
  font-size: 12px;
}
.article-detail .article-detail-head .article-detail-head-title-info1 span b i {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-detail
  .article-detail-head
  .article-detail-head-title-info1
  span
  b
  i.num {
  color: #1a59a8;
}
.article-detail .article-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-detail .article-detail-box .article-detail-left {
  width: 880px;
  margin-right: 20px;
}
.article-detail .article-detail-box .article-detail-right {
  width: 300px;
  position: relative;
}
.article-detail .article-detail-box .fixed_video {
  position: fixed;
  top: 20px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.article-detail .article-detail-box .absolute_video {
  position: absolute;
  bottom: 0px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.article-detail .article-detail-content {
  padding: 60px;
  padding-bottom: 30px;
  color: #333333;
}
.article-detail .article-detail-content p {
  line-height: 32px;
  font-size: 18px;
  text-indent: 36px;
  margin-bottom: 20px;
}
.article-detail .article-detail-content img {
  max-width: 100%;
  display: block;
  margin: 20px auto !important;
}
.article-detail .article-detail-content img.space {
  margin: 20px !important;
}
.article-detail .article-detail-content table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #333;
  margin-bottom: 20px !important;
}
.article-detail .article-detail-content table td {
  border: 1px solid #333;
  text-align: center;
}
.article-detail .article-detail-content table p {
  margin-bottom: 0;
  text-align: center;
  text-indent: inherit;
}
.article-detail .article-detail-content .file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding-top: 20px;
}
.article-detail .article-detail-content .file-list > span {
  width: 60px;
}
.article-detail .article-detail-content .file-list ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.article-detail .article-detail-content .file-list li {
  margin-bottom: 20px;
}
.article-detail .article-detail-content .file-list a {
  color: #0ab143;
  line-height: 22px;
}
.article-detail .article-detail-like {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-detail .article-detail-like .like-icon {
  display: block;
  margin-bottom: 7px;
  width: 64px;
  height: 64px;
  background-color: #eff2f6;
  border-radius: 50%;
  background-image: url("../images/detail/icon_no_d.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.article-detail .article-detail-like .like-icon.liked {
  background-image: url("../images/detail/icon_yes_d.png");
}
.article-detail .article-detail-like .like-num {
  display: block;
  font-size: 24px;
  color: #da2226;
}

.regulations {
  padding: 40px;
}
.regulations .article-detail-head {
  width: 1040px;
  background-color: #eff2f6;
  padding: 40px 0;
}
.regulations .article-detail-head .article-detail-head-title {
  margin-bottom: 0;
}
.regulations .article-detail-content {
  padding: 0 80px 80px 80px;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share span {
  display: block;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 14px;
  color: #333333;
}
.share span.icon {
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  border-radius: 50%;
}
.share span.icon.wechat {
  background-image: url("../images/detail/icon_wechat.png");
}
.share span.icon.pyq {
  background-image: url("../images/detail/icon_pyq.png");
}
.share span.icon.weibo {
  background-image: url("../images/detail/icon_web.png");
}

.bl-title {
  border-left: 6px solid #0ab143;
  padding-left: 8px;
  font-size: 20px;
  line-height: 27px;
  color: #0ab143;
  font-weight: bold;
}

.article-p {
  line-height: 32px;
  font-size: 18px;
  text-indent: 36px;
  margin-bottom: 20px;
}

.article-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.about-us {
  padding: 20px;
}
.about-us .about-us-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.about-us .about-us-top .left {
  width: 570px;
  margin-right: 40px;
}
.about-us .about-us-top .left a {
  display: block;
}
.about-us .about-us-top .left a img {
  display: block;
  width: 100%;
  height: 376px;
}
.about-us .about-us-top .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-us .about-us-top .right p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.about-us .about-us-top .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  width: 311px;
  line-height: 56px;
  text-align: center;
  background: #0ab143;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(10, 177, 67, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(10, 177, 67, 0.3);
  border-radius: 4px;
}
.about-us .about-us-top .right a img {
  display: block;
  width: 21px;
  height: 20px;
  margin-left: 10px;
}
.about-us .module-tabs {
  padding: 0 60px;
}

.pagination {
  text-align: center;
}
.pagination .layui-laypage {
  margin: 0;
}
.pagination .layui-laypage a,
.pagination .layui-laypage span,
.pagination .layui-laypage .layui-laypage-curr {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 0 10px;
}
.pagination .layui-laypage a:hover,
.pagination .layui-laypage span:hover,
.pagination .layui-laypage .layui-laypage-curr:hover {
  color: #0ab143;
}
.pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0ab143;
}

.max-list-item {
  padding: 0 20px;
}
.max-list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ebedee;
}
.max-list-item > a img {
  display: block;
  width: 168px;
  height: 110px;
}
.max-list-item > a .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 20px;
}
.max-list-item > a .content h2 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.max-list-item > a .content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 2;
}
.max-list-item > a .content .tool {
  line-height: inherit;
}
.max-list-item > a .content .time {
  display: block;
  color: #999999;
}

.news-module-dynamic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.news-module-dynamic .news-dynamic-list {
  width: 793px;
  margin-right: 20px;
}
.news-module-dynamic .news-dynamic-list .max-list-item img {
  width: 168px;
  height: 110px;
}
.news-module-dynamic .news-dynamic-side {
  width: 387px;
}
.news-module-dynamic .news-dynamic-side .info-list {
  padding: 0;
}
.news-module-dynamic .news-dynamic-side .info-list li .item h2 {
  width: 100%;
}
.news-module-dynamic .news-dynamic-side .info-list li:last-child .item {
  margin-bottom: 0;
}
.news-module-dynamic .news-dynamic-side .topic-list li {
  margin-bottom: 12px;
}
.news-module-dynamic .news-dynamic-side .topic-list li:last-child {
  margin-bottom: 0;
}

.index-search-num {
  color: #999999;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
.index-search-num b {
  color: #da2226;
}

.index-search {
  padding: 40px;
}

.index-search-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-search-category .button {
  display: block;
  margin-right: 12px;
  width: 88px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #cccccc;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.index-search-category .button.active {
  color: #ffffff;
  background-color: #0ab143;
  border-color: #0ab143;
}
.index-search-category.activity-category .button {
  min-width: 88px;
  width: auto;
  padding: 0 10px;
}

.info-public {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-public > div {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 590px;
  height: 440px;
}
.info-public > div:last-child {
  margin-right: 0;
}

.service-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 0 40px;
}
.service-search .service-search-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-search .service-search-entry img {
  display: block;
  margin-bottom: 16px;
}
.service-search .service-search-entry h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.topic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topic-list .topic-list-item {
  width: 49%;
  display: block;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffffff;
}
.topic-list .topic-list-item:nth-child(2n) {
  margin-right: 0;
}
.topic-list .topic-list-item div {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.topic-list .topic-list-item div img {
  display: block;
  width: 100%;
}
.topic-list .topic-list-item div h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(10, 177, 67, 0.8);
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topic-list .topic-list-item p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 3;
}

.service-platform {
  position: relative;
}
.service-platform .entry-box {
  position: absolute;
  top: 71px;
  right: 100px;
  width: 460px;
  height: 309px;
  padding: 32px;
}
.service-platform .entry-box h4 {
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 17px;
}
.service-platform .entry-box p {
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 32px;
}
.service-platform .entry-box .entry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background-color: #0ab143;
  -webkit-box-shadow: 0px 8px 10px -3px rgba(28, 89, 168, 0.5);
  box-shadow: 0px 8px 10px -3px rgba(28, 89, 168, 0.5);
  width: 100%;
  height: 63px;
}
.service-platform .entry-box .entry-item img {
  display: block;
  margin-right: 8px;
}
.service-platform .entry-box .entry-item.jszx {
  background-color: #50b772;
  -webkit-box-shadow: 0px 8px 10px -3px rgba(80, 183, 114, 0.5);
  box-shadow: 0px 8px 10px -3px rgba(80, 183, 114, 0.5);
}

.data-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data-center .data-tabs {
  margin-right: 20px;
  width: 268px;
}
.data-center .data-tabs .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  background-color: #0ab143;
  padding-left: 64px;
  letter-spacing: 2px;
}
.data-center .data-tabs .title + div {
  background-color: #edf8ee;
  margin-left: 12px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.data-center .data-tabs .data-tab {
  height: 56px;
  line-height: 56px;
  padding-left: 52px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.data-center .data-tabs .data-tab.active {
  padding-left: 46px;
  border-left: 6px solid #0ab143;
  color: #0ab143;
  font-weight: bold;
  position: relative;
}
.data-center .data-tabs .data-tab.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#edf8ee),
    to(#0ab143)
  );
  background: -webkit-linear-gradient(right, #edf8ee 0%, #0ab143 100%);
  background: linear-gradient(270deg, #edf8ee 0%, #0ab143 100%);
  opacity: 0.3;
}
.data-center .data-content {
  width: 912px;
  min-height: 1000px;
  background-color: #fff;
}
.data-center .data-content .data-panel {
  display: none;
}
.data-center .data-content .data-panel.active {
  display: block;
}

#back-top {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 100px;
  cursor: pointer;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#back-top span {
  display: none;
}
#back-top img {
  display: block;
  width: 48px;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.accordion .accordion-item {
  width: 90px;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.accordion .accordion-item .img {
  width: 100%;
  height: 270px;
  position: relative;
}
.accordion .accordion-item .img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(#000000)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    #000000 100%
  );
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
  opacity: 0.9;
}
.accordion .accordion-item .img h3 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 270px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px;
}
.accordion .accordion-item .text {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 480px;
  height: 128px;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000000)
  );
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 12px 20px;
}
.accordion .accordion-item .text h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
.accordion .accordion-item .text p {
  font-size: 16px;
  line-height: 25px;
  color: #ddd;
}
.accordion .accordion-item:first-child {
  width: 480px;
}
.accordion .accordion-item.active .img::before {
  display: none;
}
.accordion .accordion-item.active .img h3 {
  display: none;
}
.accordion .accordion-item.active .text {
  display: block;
}

.review {
  width: 100px;
  position: fixed;
  right: 100px;
  top: 200px;
  padding: 5px;
  z-index: 1000;
}
.review .btn {
  display: block;
  padding: 5px 8px;
  background-color: #0ab143;
  border: none;
  outline: none;
  color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.review .btn.turn-down {
  background-color: rgb(219, 70, 70);
}

.theme-activity {
  padding: 30px 60px;
  padding-bottom: 1px;
}
.theme-activity > div img {
  display: block;
  margin-bottom: 20px;
}
.theme-activity > div p {
  line-height: 32px;
  font-size: 18px;
  text-indent: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333333;
}

.p-60-1 {
  padding: 30px 59px 30px 60px;
}

.theme-activity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.theme-activity-list li {
  width: 347px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.theme-activity-list li a {
  display: block;
}
.theme-activity-list li a img {
  display: block;
  width: 347px;
}
.theme-activity-list li a div {
  padding: 20px;
  background-color: #edf8ee;
}
.theme-activity-list li a h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.theme-activity-list li a p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 3;
}

.list2 {
  padding: 0 20px;
}
.list2 li {
  display: block;
  padding-bottom: 20px;
}
.list2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list2 li a img {
  display: block;
}
.list2 li a h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-left: 12px;
  padding-top: 4px;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 4;
}

.list3 li {
  display: block;
  padding-bottom: 20px;
}
.list3 li a {
  display: block;
  cursor: pointer;
  position: relative;
}
.list3 li a img {
  display: block;
}
.list3 li a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 300px;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 50px;
  background-image: url(../images/detail/play_circle.png);
  background-repeat: no-repeat;
  background-position: 8px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list3 li a h3.vn {
  position: initial;
  padding: 0 20px;
  background-image: none;
}
.list3 li:last-child {
  padding-bottom: 0;
}

.other-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-imgs a {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.other-imgs a:nth-child(4n) {
  margin-right: 0;
}
.other-imgs a img {
  display: block;
}

.service_promote {
  position: relative;
}
.service_promote .service_promote_text {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: 1px solid #ccc;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 14px;
}
.service_promote.banner {
  width: 100%;
  margin-right: 0;
}
.service_promote.banner img {
  width: 100%;
}

.con-sub .content {
  padding: 80px;
  padding-top: 40px;
}
.con-sub .certificate_png {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.con-sub .module-tabs .tabs-title {
  margin-left: 0;
  margin-bottom: 40px;
}
.con-sub .module-tabs .tab-panel p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}
.con-sub .module-tabs .tab-panel div {
  background-color: #f7f7f7;
  padding: 20px;
}
.con-sub .module-tabs .tab-panel div.introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent !important;
  padding: 0 !important;
}
.con-sub .module-tabs .tab-panel div.introduce img {
  display: block;
  margin-right: 40px;
}
.con-sub .module-tabs .tab-panel div.introduce p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.con-sub .module-tabs .tab-panel div.introduce_p {
  padding: 0 !important;
  background-color: transparent !important;
}
.con-sub .module-tabs .tab-panel div.introduce_p .introduce_more {
  display: none;
}
.con-sub .form {
  background-color: #eff2f6;
  padding: 40px;
  padding-bottom: 20px;
}
.con-sub .form h3 {
  text-align: center;
  line-height: 35px;
  font-size: 26px;
  font-weight: bold;
  color: #0ab143;
}
.con-sub .form .layui-form-label {
  width: 120px;
  font-size: 18px;
  color: #333333;
}
.con-sub .form .layui-form-label i {
  font-style: normal;
  color: #da2226;
  display: inline-block;
  margin-right: 2px;
}
.con-sub .form .layui-input-block {
  margin-left: 120px;
}
.con-sub .form .submit {
  text-align: center;
  margin-top: 40px;
}
.con-sub .form .submit .layui-btn {
  width: 277px;
  height: 64px;
  line-height: 64px;
  background: #0ab143;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.con-sub .form .upload-btn {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  color: #999999;
}

.online-booking {
  padding-top: 50px;
}
.online-booking h3 {
  text-align: center;
  line-height: 35px;
  font-size: 26px;
  font-weight: bold;
  color: #0ab143;
  margin-bottom: 60px;
}
.online-booking .title {
  height: 60px;
  line-height: 60px;
  border-left: 12px solid #0ab143;
  padding-left: 40px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ceefda),
    to(#ffffff)
  );
  background: -webkit-linear-gradient(left, #ceefda 0%, #ffffff 100%);
  background: linear-gradient(to right, #ceefda 0%, #ffffff 100%);
  margin-bottom: 30px;
}
.online-booking .sub-form {
  margin-bottom: 40px;
  color: #333;
  font-size: 18px;
}
.online-booking .sub-form.send-by-post {
  margin-bottom: 60px;
}
.online-booking .sub-form.send-by-post .item {
  margin-bottom: 20px;
}
.online-booking .sub-form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.online-booking .sub-form .item:last-child,
.online-booking .sub-form .item .unit-type,
.online-booking .sub-form .item .province {
  margin-bottom: 0;
}
.online-booking .sub-form .item .unit-type,
.online-booking .sub-form .item .province {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.online-booking .sub-form .item .label {
  width: 180px;
  text-align: right;
  margin-right: 28px;
}
.online-booking .sub-form .item .label i {
  font-style: normal;
  color: #da2226;
  display: inline-block;
  margin-right: 2px;
}
.online-booking .sub-form .item .label1 {
  padding-top: 7px;
}
.online-booking .sub-form .item .portion-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 23px;
}
.online-booking .sub-form .item .portion-item > div:last-child {
  margin-bottom: 0;
}
.online-booking .sub-form .item .portion-item > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.online-booking .sub-form .item .portion-item .city-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.online-booking .sub-form .item .portion-item .city-picker select {
  border: 1px solid #cccccc;
  height: 36px;
  line-height: 36px;
  width: 160px;
  margin-right: 20px;
}
.online-booking .sub-form .item .portion-item .city-picker select:last-child {
  margin-right: 0;
}
.online-booking
  .sub-form
  .item
  .portion-item
  .city-picker
  select
  option:first-child {
  color: #999999;
}
.online-booking .sub-form .item .portion-item .div1 > .custom-checkbox {
  padding-top: 7px;
}
.online-booking .sub-form .item .portion-item .div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 50px;
}
.online-booking .sub-form .item .portion-item .div2:last-child {
  margin-right: 0;
}
.online-booking .sub-form .item .portion-item .custom-checkbox {
  margin-right: 24px;
}
.online-booking .sub-form .item .portion-item .custom-radio {
  margin-right: 50px;
}
.online-booking .sub-form .item .portion-item .custom-radio:last-child {
  margin-right: 0;
}
.online-booking .sub-form .item .portion-item .electronic_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.online-booking .sub-form .item .portion-item .electronic_input .input {
  height: 36px;
  width: 80px;
  border: 1px solid #cccccc;
  margin-right: 8px;
  padding-left: 5px;
}
.online-booking .sub-form .item .portion-item .remark-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.online-booking .sub-form .item .portion-item .remark {
  font-size: 14px;
  color: #0ab143;
  margin-left: 20px;
}
.online-booking .sub-form .item .portion-item .custom-checkbox-label {
  line-height: 24px;
}
.online-booking .sub-form .item .portion-item .input {
  width: 300px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  padding: 0 10px;
  color: #333333;
}
.online-booking .sub-form .item .portion-item .input.number {
  padding-right: 0;
}
.online-booking .sub-form .voucher-upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.online-booking .sub-form .voucher-upload-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
}
.online-booking .sub-form .remark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #0ab143;
  font-size: 14px;
  line-height: 19px;
  margin-left: 16px;
}
.online-booking .sub-form .receive-phone-number {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.online-booking .sub-form .receive-phone-number .item {
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.online-booking .sub-form .receive-phone-number .item .portion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.online-booking .sub-form .receive-phone-number .item .portion-item .submit {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #0ab143;
  color: #ffffff;
  border: none;
  cursor: pointer;
  margin: 0 20px;
}
.online-booking
  .sub-form
  .receive-phone-number
  .item
  .portion-item
  .downloadTemplate {
  color: #000000;
  text-decoration: underline;
}
.online-booking .submit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.online-booking .submit-box .submit {
  width: 315px;
  height: 64px;
  line-height: 64px;
  background: #0ab143;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.online-booking .submit-box .text-btn {
  color: #0ab143;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 40px;
  cursor: pointer;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-checkbox .custom-checkbox-origin {
  visibility: hidden;
}
.custom-checkbox .custom-checkbox-input {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.custom-checkbox .custom-checkbox-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/home/checkbox.png");
}
.custom-checkbox .custom-checkbox-origin:checked + .custom-checkbox-inner {
  background-image: url("../images/home/checkbox_s.png");
}

.custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-radio .custom-radio-origin {
  visibility: hidden;
}
.custom-radio .custom-radio-input {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.custom-radio .custom-radio-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/home/radio.png");
}
.custom-radio .custom-radio-origin:checked + .custom-radio-inner {
  background-image: url("../images/home/radio_s.png");
}

.offices-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offices-tabs .offices-title {
  width: 256px;
  background-color: #edf8ee;
}
.offices-tabs .offices-title .office-title {
  line-height: 44px;
  padding-left: 52px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.offices-tabs .offices-title .office-title.active {
  padding-left: 46px;
  border-left: 6px solid #0ab143;
  color: #0ab143;
  font-weight: bold;
  position: relative;
}
.offices-tabs .offices-title .office-title.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#edf8ee),
    to(#0ab143)
  );
  background: -webkit-linear-gradient(right, #edf8ee 0%, #0ab143 100%);
  background: linear-gradient(270deg, #edf8ee 0%, #0ab143 100%);
  opacity: 0.3;
}
.offices-tabs .offices-panel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.offices-tabs .offices-panel .office-panel {
  display: none;
}
.offices-tabs .offices-panel .office-panel.active {
  display: block;
}
.offices-tabs .offices-panel .office-panel p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

#hot-imgs-carousel {
  margin-bottom: 20px;
}

.website-statement {
  padding-top: 40px;
}
.website-statement .article-detail-head {
  width: 1040px;
  background-color: #eff2f6;
}
.website-statement .article-detail-content {
  padding: 0 80px 80px 80px;
}

#video-layer.layui-layer-content {
  overflow: initial !important;
}

.video {
  position: relative;
}
.video h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.social-share .icon-wechat .wechat-qrcode {
  line-height: initial;
}

.mobile-nav {
  display: none;
  margin-bottom: 2px;
}
.mobile-nav .nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: hidden;
  overflow-x: auto;
  background-color: #fff;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.mobile-nav .nav::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.mobile-nav .nav > div {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.mobile-nav .nav .item {
  line-height: 44px;
  margin-left: 20px;
  font-size: 14px;
  color: #333333;
}
.mobile-nav .nav .item.active {
  font-size: 16px;
  font-weight: bold;
  color: #0ab143;
  position: relative;
}
.mobile-nav .nav .item.active::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 3px;
  background-color: #0ab143;
}
.mobile-nav .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  width: 40px;
  height: 44px;
}
.mobile-nav .icon img {
  display: block;
}

#confirm-leave {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#confirm-leave .box {
  width: 360px;
  height: 200px;
  background-image: url("../images/home/png1_bj.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#confirm-leave .box .title {
  width: 100%;
  height: 32px;
  padding: 0 13px 0 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0ab143;
  color: #fff;
  margin-bottom: 36px;
}
#confirm-leave .box .title .icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/home/icon_off.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#confirm-leave .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 48px;
  margin-bottom: 31px;
}
#confirm-leave .box .content img {
  margin-right: 24px;
}
#confirm-leave .box .content p {
  line-height: 21px;
  font-weight: bold;
}
#confirm-leave .box .leave-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#confirm-leave .box .leave-btn .btn {
  width: 112px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  background-color: #0ab143;
  margin-right: 32px;
  cursor: pointer;
}
#confirm-leave .box .leave-btn .btn:last-child {
  margin-right: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  z-index: 2100;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .content {
  background-color: #fff;
  position: relative;
  padding: 40px;
  border-radius: 24px;
}
.modal .content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-image: url("../images/home/btn_colse.png");
  cursor: pointer;
}
.modal .content .title {
  height: 50px;
  line-height: 50px;
  border-left: 12px solid #0ab143;
  padding-left: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ceefda),
    to(#ffffff)
  );
  background: -webkit-linear-gradient(left, #ceefda 0%, #ffffff 100%);
  background: linear-gradient(to right, #ceefda 0%, #ffffff 100%);
  margin-bottom: 48px;
}

.check-my-sub-form {
  width: 540px;
  padding: 0 30px;
}
.check-my-sub-form .layui-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.check-my-sub-form .mb-box {
  margin-bottom: 56px;
}
.check-my-sub-form .layui-form-label {
  font-size: 18px;
  width: 100px;
  padding: 0;
  color: #333333;
}
.check-my-sub-form .layui-form-label i {
  color: #da2226;
}
.check-my-sub-form .layui-input-block {
  margin-left: 0;
  width: 380px;
}
.check-my-sub-form .layui-input {
  border: 1px solid #cccccc;
}
.check-my-sub-form .btns {
  width: 100%;
  padding-top: 40px;
}
.check-my-sub-form .submit-btn {
  width: 480px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  background-color: #0ab143;
  color: #ffffff;
}

.success,
.failed {
  width: 320px;
  height: 180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #333333;
}
.success img,
.failed img {
  display: block;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
}
.success p,
.success span,
.failed p,
.failed span {
  line-height: 28px;
}

.info-confirm {
  width: 810px;
}
.info-confirm .info {
  height: 560px;
  overflow: auto;
}
.info-confirm.con {
  width: 520px;
}
.info-confirm .title {
  margin-bottom: 24px !important;
}
.info-confirm .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 30px;
}
.info-confirm .item.copies > span {
  margin-right: 30px;
}
.info-confirm .item.copies .label {
  margin-right: 10px;
}
.info-confirm .item.phone-number span:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-all;
}
.info-confirm .item > span {
  margin-right: 50px;
}
.info-confirm .item .label {
  display: inline-block;
  margin-right: 10px;
  min-width: 80px;
}
.info-confirm .btns {
  padding-top: 20px;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-confirm .submit-btn,
.info-confirm .cancel-btn {
  width: 220px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
}
.info-confirm .submit-btn {
  background-color: #0ab143;
  color: #ffffff;
  margin-right: 24px;
}
.info-confirm .cancel-btn {
  background-color: #ffffff;
  color: #0ab143;
  border: 1px solid #0ab143;
}

#check-my-sub-modal .failed,
#check-my-sub-modal .info-confirm {
  display: none;
}
#check-my-sub-modal .info-confirm .title {
  height: 30px !important;
  line-height: 30px !important;
  border-left: 0 !important;
  background: #ffffff !important;
  margin-bottom: 10px !important;
}

.mobile-ag-imgs-item {
  position: relative;
}
.mobile-ag-imgs-item img {
  display: block;
  width: 100%;
}

.mobile-drawer-imgs-item {
  position: relative;
  overflow: hidden;
}
.mobile-drawer-imgs-item .img {
  position: relative;
}
.mobile-drawer-imgs-item .img img {
  display: block;
  width: 100%;
}
.mobile-drawer-imgs-item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mobile-drawer-imgs-item .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
.mobile-drawer-imgs-item .text p {
  font-size: 14px;
  line-height: 25px;
  color: #ddd;
}
