@charset "UTF-8";
@media screen and (max-width: 750px) {
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-40 {
    margin-bottom: 0;
  }
  .p-01 {
    padding-bottom: 0.1px;
  }
  .pb-20 {
    padding-bottom: 1px;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-banner {
    min-width: 100%;
    -webkit-filter: grayscale(0.01);
    filter: grayscale(0.01);
    height: 88px;
    background-size: 100% 88px;
  }
  .header-banner .web-logo {
    display: block;
    width: 225px;
    margin-left: 16px;
  }
  .header-nav {
    min-width: 100%;
    background-color: transparent;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header-nav .container {
    position: relative;
    width: 296px;
    height: 100%;
    background-color: #0ab143;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
  }
  .header-nav .item {
    width: 186px;
    padding: 7px 0;
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bcc7c0;
  }
  .header-nav .item span {
    display: block;
    width: 104px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    text-align: center;
  }
  .header-nav .item.active span {
    background-color: transparent;
    color: #fff;
  }
  .header-nav .close-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .header-nav.show {
    right: 0;
  }
  .horizontal-notices {
    height: 30px;
    margin-bottom: 0;
  }
  .horizontal-notices .headlines-icon {
    width: 61px;
    background-size: cover;
  }
  .horizontal-notices .notices-list .notices-item {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-position: 0 13px;
  }
  .horizontal-notices .notices-list .notices-more {
    font-size: 12px;
    width: 55px;
  }
  .focus-imgs-news-dynamic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .focus-imgs-news-dynamic .focus-imgs {
    width: 100%;
  }
  .focus-imgs-news-dynamic .focus-imgs-item img {
    height: auto;
  }
  .focus-imgs-news-dynamic .focus-imgs-item h3 {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 80px;
    font-size: 14px;
  }
  .focus-imgs-news-dynamic .news-dynamic {
    width: 100%;
  }
  .swiper .swiper-pagination {
    bottom: 10px;
    right: 10px;
    padding: 0;
  }
  .swiper .swiper-pagination:hover {
    background-color: transparent;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .swiper
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }
  .swiper.carousel-this-ind-rect
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
  }
  /* 公共样式 */
  .module-title {
    height: 40px;
    padding: 6px 0;
    background-image: url("../images/home/png_list_01.png");
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 24px 38px;
    font-size: 18px;
    color: #333333;
    padding: 0 15px;
  }
  .module-title .title {
    height: 24px;
    line-height: 24px;
  }
  .module-title .title b {
    color: #0ab143;
  }
  .module-title .more {
    display: none;
  }
  /* 公共样式 */
  .module-tabs {
    width: 100%;
    padding-top: 12px;
  }
  .module-tabs .tabs-title {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 14px;
    margin-bottom: 0;
  }
  .module-tabs .tabs-title .tab-title {
    display: block;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f5f6f7;
    margin-right: 8px;
  }
  .module-tabs .tabs-title .tab-title:last-child {
    margin-right: 0;
  }
  .module-tabs .tabs-title .tab-title.active {
    background-color: #0ab143;
    color: #ffffff;
  }
  .module-tabs .tabs-title.handle {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 14px;
  }
  .module-tabs .tabs-panel .tab-panel {
    display: none;
  }
  .module-tabs .tabs-panel .tab-panel.active {
    display: block;
  }
  /* 公共样式 */
  .info-list {
    padding-left: 14px;
    padding-right: 14px;
  }
  .info-list .item {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 9px;
  }
  .info-list .item.rect {
    padding-left: 11px;
    background-position: 0 10px;
  }
  .info-list .item.rect:hover {
    background-position: 0 10px;
  }
  .info-list .item.icon1 {
    padding-left: 20px;
    background-position: 0 0;
    background-size: 16px 18px;
  }
  .info-list .item .title {
    width: 72%;
  }
  .footer {
    min-width: 100%;
    height: 440px;
  }
  .footer .website-inner-link,
  .footer .third-app {
    display: none;
  }
  .footer .website-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .website-ownership {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .website-ownership .sydw-icon {
    margin-left: 38px;
    margin-bottom: 12px;
  }
  .footer .website-ownership ul li {
    font-size: 14px;
    line-height: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  #back-top {
    right: 32px;
  }
  #back-top img {
    display: block;
    width: 32px;
  }
  .module-more {
    display: block;
  }
  .load-more {
    display: block;
  }
  .middle-banners {
    padding: 14px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 12px;
    margin-bottom: 8px;
  }
  .middle-banners .banner:first-child {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .middle-banners .banner img {
    height: 91px;
  }
  .journal-industry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .journal-industry .journal-box {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .journal-industry .journal-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 14px;
    padding-bottom: 20px;
  }
  .journal-industry .journal-introduction img {
    width: 90%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .journal-industry .journal-introduction div {
    width: 100%;
  }
  .journal-industry .journal-introduction div p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 13px;
  }
  .journal-industry .journal-introduction div a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    line-height: 40px;
    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-introduce {
    padding: 0 20px 40px;
  }
  .journal-industry .council-introduce .council-item {
    width: 100% !important;
  }
  .journal-industry .industry-box {
    width: 100%;
    margin-bottom: 8px;
  }
  .journal-industry .industry-box .head-figure {
    padding: 0 14px;
    margin-bottom: 8px;
  }
  .council-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .council-list .council-item {
    width: 100%;
    margin-right: 0;
  }
  .service-data-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .service-data-center .service-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .data-center-box {
    width: 100%;
    margin-bottom: 8px;
  }
  .center-box {
    padding: 9px 14px 0;
  }
  .center-box .center-item {
    width: 84px;
    margin-bottom: 15px;
    margin-right: 3px;
  }
  .center-box .center-item:nth-child(4n) {
    margin-right: 0;
  }
  .center-box .center-item img {
    width: 59px;
    height: 59px;
    margin-bottom: 5px;
  }
  .center-box .center-item h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .data-info-public {
    width: 100vw;
  }
  .data-center .data-content {
    width: 100%;
    overflow-x: auto;
  }
  .data-center .data-content .data-panel {
    width: 1200px;
  }
  .index-search-num {
    margin-bottom: 8px;
  }
  .index-search {
    padding: 14px;
  }
  .index-search-category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-search-category .button {
    margin-bottom: 12px;
  }
  .other-imgs a {
    width: 49%;
    display: block;
    margin-right: 2%;
    margin-bottom: 8px;
  }
  .other-imgs a:nth-child(2n) {
    margin-right: 0;
  }
  .other-imgs a img {
    width: 100%;
  }
  .max-list-item {
    padding: 0 14px;
  }
  .max-list-item > a {
    padding: 8px 0;
    border-bottom: none;
  }
  .max-list-item > a img {
    width: 108px;
    height: 80px;
  }
  .max-list-item > a .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 8px;
  }
  .max-list-item > a .content h2 {
    display: none;
  }
  .max-list-item > a .content p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .article-detail {
    padding: 0 !important;
    margin-bottom: 8px;
  }
  .article-detail .article-detail-head {
    background-color: #fff;
    padding: 0 14px;
    padding-top: 20px;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .article-detail .article-detail-head .article-detail-head-title {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    text-align: left;
    margin-bottom: 27px;
    padding: 0;
  }
  .article-detail .article-detail-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-detail .article-detail-box .article-detail-left {
    background-color: #fff;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 0 14px;
  }
  .article-detail .article-detail-box .article-detail-right {
    width: 100%;
  }
  .article-detail .article-detail-content {
    padding: 0;
  }
  .article-detail .article-detail-content p {
    line-height: 24px;
    font-size: 16px;
    text-indent: 32px;
    margin-bottom: 11px;
  }
  .article-detail .article-detail-content img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 11px;
  }
  .article-detail .article-detail-content img.space {
    float: none !important;
    margin: 20px 0 !important;
  }
  .article-detail .article-detail-content .file-list {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-detail .article-detail-content .file-list > span {
    width: auto;
    margin-bottom: 10px;
  }
  .article-detail .article-detail-content .file-list ul {
    margin-left: 0;
  }
  .article-detail .article-detail-like {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .article-detail .article-detail-like .like-icon {
    display: block;
    margin-bottom: 7px;
    width: 26px;
    height: 28px;
    background-color: transparent;
    border-radius: 0;
    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: 18px;
    color: #da2226;
  }
  .regulations {
    padding: 10px 14px 0 !important;
    margin-bottom: 8px;
  }
  .regulations .article-detail-head {
    width: 100%;
    background-color: #eff2f6;
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .regulations .article-detail-head .article-detail-head-title {
    margin-bottom: 0;
    text-align: center;
  }
  .regulations .article-detail-content {
    padding: 0;
  }
  .share span.icon {
    width: 48px;
    height: 48px;
    background-size: cover;
  }
  .list3 {
    padding-top: 8px;
  }
  .list3 li {
    padding-bottom: 8px;
  }
  .list3 li:last-child {
    padding-bottom: 0;
  }
  .list3 li a img {
    width: 100%;
  }
  .list3 li a h3 {
    width: 100%;
  }
  .focus-item img {
    height: auto;
  }
  .focus-item h3 {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .news-module-dynamic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .news-module-dynamic .news-dynamic-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .news-module-dynamic .news-dynamic-list .max-list-item img {
    width: 108px;
    height: 80px;
  }
  .news-module-dynamic .news-dynamic-side {
    width: 100%;
  }
  .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: 8px;
  }
  .news-module-dynamic .news-dynamic-side .topic-list li:last-child {
    margin-bottom: 0;
  }
  .about-us {
    padding: 0;
  }
  .about-us .about-us-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .about-us .about-us-top .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .about-us .about-us-top .left a {
    display: block;
  }
  .about-us .about-us-top .left a img {
    display: block;
    width: 100%;
    height: 248px;
  }
  .about-us .about-us-top .right {
    width: 100%;
    padding: 0 14px;
    margin-bottom: 47px;
  }
  .about-us .about-us-top .right p {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .about-us .about-us-top .right a {
    font-size: 16px;
    width: 268px;
    margin-left: 77px;
    line-height: 40px;
  }
  .about-us .module-tabs {
    padding: 0 14px;
  }
  .info-public {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-public > div {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
  }
  .info-public > div:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .topic-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topic-list .topic-list-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 8px 14px;
  }
  .topic-list .topic-list-item:last-child {
    margin-bottom: 0;
  }
  .topic-list .topic-list-item div {
    width: 100%;
    margin-bottom: 8px;
  }
  .topic-list .topic-list-item div img {
    display: block;
    width: 100%;
  }
  .topic-list .topic-list-item div h4 {
    line-height: 24px;
    font-size: 14px;
    padding: 0 14px;
  }
  .topic-list .topic-list-item p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .con-sub .content {
    padding: 0 14px;
    padding-top: 8px;
  }
  .con-sub .certificate_png {
    width: 100%;
  }
  .con-sub .module-tabs {
    margin-bottom: 10px;
  }
  .con-sub .module-tabs .tabs-title {
    margin-bottom: 12px;
  }
  .con-sub .module-tabs .tabs-title .tab-title {
    margin-bottom: 0;
  }
  .con-sub .module-tabs .tab-panel p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
  }
  .con-sub .module-tabs .tab-panel div {
    background-color: #f7f7f7;
    padding: 14px;
  }
  .con-sub .module-tabs .tab-panel div.introduce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .con-sub .module-tabs .tab-panel div.introduce img {
    margin-bottom: 8px;
  }
  .con-sub .module-tabs .tab-panel div.introduce p {
    font-size: 14px;
    line-height: 22px;
  }
  .con-sub .module-tabs .tab-panel div.introduce_p {
    padding: 0;
    display: block;
    position: relative;
    height: 152px;
    overflow: hidden;
  }
  .con-sub .module-tabs .tab-panel div.introduce_p.max-h {
    height: auto;
  }
  .con-sub .module-tabs .tab-panel div.introduce_p .introduce_more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #0ab143;
    font-size: 14px;
    background-color: rgba(247, 247, 247, 0.9);
    width: 100%;
    line-height: 40px;
    text-align: center;
  }
  .con-sub .form {
    padding: 14px;
    padding-bottom: 20px;
    margin: 0 -14px;
  }
  .con-sub .form h3 {
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #0ab143;
    margin-bottom: 20px;
  }
  .con-sub .form .layui-form-label {
    width: 100px;
    font-size: 14px;
    color: #333333;
  }
  .con-sub .form .layui-input-block {
    margin-left: 100px;
  }
  .con-sub .form .submit {
    text-align: center;
    margin-top: 20px;
  }
  .con-sub .form .submit .layui-btn {
    width: 166px;
    height: 38px;
    line-height: 38px;
    background: #0ab143;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
  }
  .con-sub .form .upload-btn {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    color: #999999;
  }
  .offices-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    padding-top: 10px;
    background-color: transparent !important;
  }
  .offices-tabs .offices-title {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .offices-tabs .offices-title .office-title {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 13px;
  }
  .offices-tabs .offices-title .office-title.active {
    padding: 0;
    border-left: none;
  }
  .offices-tabs .offices-title .office-title.active::before {
    display: none;
  }
  .offices-tabs .offices-title .office-title:nth-child(3n) {
    margin-right: 0;
  }
  .offices-tabs .offices-panel {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    border: none;
    margin-left: 0;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .offices-tabs .offices-panel .office-panel {
    padding-top: 0;
    padding-left: 0;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .offices-tabs .offices-panel .office-panel h4 {
    font-size: 16px;
    line-height: 22px;
    border-left: 6px solid #1a59a8;
    padding-left: 8px;
  }
  .offices-tabs .offices-panel .office-panel p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .list2 {
    padding: 0 14px;
  }
  .list2 li:last-child {
    padding-bottom: 0;
  }
  #hot-imgs-carousel {
    margin-bottom: 8px;
  }
  .review {
    width: 100%;
    position: fixed;
    right: auto;
    left: 0;
    top: auto;
    bottom: 40px;
    padding: 5px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .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 {
    margin-left: 20px;
    background-color: rgb(219, 70, 70);
  }
  .theme-activity {
    padding: 0;
    padding-bottom: 0px;
  }
  .theme-activity > div img {
    width: 100%;
    margin-bottom: 8px;
  }
  .theme-activity > div p {
    padding: 14px;
    line-height: 22px;
    font-size: 16px;
    text-indent: 32px;
    margin-bottom: 8px;
  }
  .p-60-1 {
    padding: 14px;
  }
  .theme-activity-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .theme-activity-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .theme-activity-list li a img {
    width: 100%;
    height: auto;
  }
  .theme-activity-list li a div {
    padding: 8px;
  }
  .theme-activity-list li a h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .theme-activity-list li a p {
    font-size: 14px;
    line-height: 19px;
  }
  .website-statement {
    padding-top: 14px;
    margin-bottom: 8px;
  }
  .website-statement .article-detail-head {
    width: 100%;
    background-color: transparent;
  }
  .website-statement .article-detail-content {
    padding: 14px;
  }
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .online-booking {
    padding-top: 30px;
  }
  .online-booking h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .online-booking .title {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .online-booking .sub-form {
    font-size: 16px;
  }
  .online-booking .sub-form.send-by-post {
    margin-bottom: 0px;
  }
  .online-booking .sub-form .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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: 20px;
  }
  .online-booking .sub-form .item .item.unit-type:last-child {
    margin-bottom: 0;
  }
  .online-booking .sub-form .item.sub-amount {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .online-booking .sub-form .item .unit-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .online-booking .sub-form .item .unit-type .label {
    margin-bottom: 0;
  }
  .online-booking .sub-form .item .mut .label {
    min-width: 120px;
  }
  .online-booking .sub-form .item .mut .input {
    width: 202px !important;
  }
  .online-booking .sub-form .item .province {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .online-booking .sub-form .item .province .label {
    max-width: 100px;
  }
  .online-booking .sub-form .item .label {
    width: auto;
    min-width: 100px;
    text-align: right;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .online-booking .sub-form .item .label1 {
    max-width: 100px;
  }
  .online-booking .sub-form .item .portion-item .div1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .online-booking .sub-form .item .portion-item .div1 > div {
    -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;
  }
  .online-booking .sub-form .item .portion-item .div2 {
    margin-right: 0;
  }
  .online-booking .sub-form .item .portion-item .input {
    width: 222px;
  }
  .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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .online-booking .submit-box .submit {
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .online-booking .submit-box .voucher-upload-btn {
    margin-left: 0;
  }
  .modal .content {
    padding: 10px 0;
    border-radius: 14px;
  }
  .modal .content .close {
    position: fixed;
  }
  .modal .content .title {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 18px;
  }
  .voucher-upload-form {
    width: 300px;
    padding: 0 10px;
  }
  .voucher-upload-form .layui-form-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voucher-upload-form .mb-box {
    margin-bottom: 20px;
  }
  .voucher-upload-form .layui-form-label {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .voucher-upload-form .layui-input-block {
    margin-left: 20px;
    width: 240px;
  }
  .voucher-upload-form .submit-btn,
  .voucher-upload-form .cancel-btn {
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .voucher-upload-form .submit-btn {
    margin-bottom: 20px;
  }
  .voucher-upload-form .cancel-btn {
    margin-left: 0;
  }
  .voucher-upload-form .voucher-upload-btn {
    margin-bottom: 10px;
  }
  .voucher-upload-form .voucher-upload-block {
    width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voucher-upload-form .remark {
    margin-left: 0;
  }
  .success,
  .failed {
    width: 300px;
    padding: 20px 0;
    height: auto;
  }
  #info-confirm-modal .content {
    height: 80vh;
    overflow-y: auto;
  }
  .info-confirm {
    width: 300px;
  }
  .info-confirm .title {
    margin-bottom: 24px !important;
  }
  .info-confirm .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .info-confirm .item span {
    margin-bottom: 10px;
  }
  .info-confirm .item.copies > span {
    margin-right: 30px;
  }
  .info-confirm .item.copies .label {
    margin-right: 10px;
  }
  .info-confirm .item > span {
    margin-right: 50px;
  }
  .info-confirm .item .label {
    display: inline-block;
    margin-right: 10px;
    min-width: 80px;
    text-align: right;
  }
  .info-confirm .btns {
    padding-top: 20px;
    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: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .info-confirm .submit-btn {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
