* {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC",
        "Helvetica Neue", "Hiragino Sans GB", "Noto Sans", Tahoma, "Arial",
        "simsun", "sans-serif";
}

.banner-wrap {
    min-width: 1200px;
    /* background: #fafafa; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0;
}
.banner-title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}
.banner-msg {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
}

.scroll-tab-wrap {
  min-width: 1200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.scroll-tab-wrap.sticky {
  position: sticky;
  top: 60px;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
  z-index: 3;
}

.tab-section {
	display: inline-block;
	border-bottom: 3px solid rgba(120,130,140,.13);
	margin-top: 0;
	height: 64px;
	padding: 20px 0 0;
	font-weight: bold;
}

.tab-section_item {
	display: inline-block;
	height: 44px;
	line-height: 24px;
	padding: 0 26px;
	text-align: center;
	white-space: nowrap;
color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	min-width: 96px;
	font-size: 18px;
	font-weight: normal;
}
.tab-section_item:hover{
  color: #008C33
}

.tab-section_item.active {
  position: relative;
	color: #3cb067;
font-weight: bold;
}

.tab-section_item.active:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #3cb067;
}

.batch-wrap {
    min-width: 1200px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    background-color: #ffffff;
    padding: 80px 0 0;
}
.batch-title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: -10px;
    margin-top: 65px;
}

.batch-sub-wrap {
  
    border-radius: 4px;
    width: 1000px;
    padding: 32px 40px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.batch-sub-wrap:last-child{
    margin-bottom: 0;
}
.batch-sub-wrap__title {
  font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
}
.batch-sub-wrap__content {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
}
.batch-sub-wrap__more-wrap {
    /* margin-top: 32px; */
    text-align: center;
}
.batch-sub-wrap__more-wrap .clifont {
    font-size: 16px;
    margin-left: 2px;
}

.batch-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
}
.batch-msg {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
}

.batch-img {
    width: 1000px;
    height: auto;
    margin-left: -40px;
    margin-top: 20px;
}
.batch-infos {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.batch-infos__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 440px;
    margin-top: 48px;
}
.batch-infos__block:first-child {
    margin-top: 0;
}
.batch-infos__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
}
.batch-infos__msg {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 24px;
}
.batch-infos__gap {
    height: 8px;
}
.batch-infos__more {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin-top: 24px;
}
.batch-tips {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;

    color: rgba(0, 0, 0, 0.85);
}

.fac-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fac-title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}
.fac-sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
}
.fac-infos {
    display: flex;
    /* width: 1000px; */
    /* justify-content: space-between; */
    margin-top: 40px;
}
.fac-infos__block {
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    padding: 24px 32px;
}
.fac-infos__block:last-child {
    margin-left: 16px;
}

.fac-infos__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.fac-infos__msg {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #656565;
    margin-top: 8px;
}
.fac-infos__more {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 27px 24px !important;
}
.fac-infos__more .clifont {
    font-size: 18px;
}
.fac_infos__img {
    height: 240px;
    margin: 24px -32px -24px;
}

.service-wrap {
 
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0 0;
}
.service-sample {
    width: 1000px;
    height: 56px;
    margin: 31px auto 0;
    padding: 16px 24px;
    border: 1px solid rgba(120, 130, 140, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}
.service-sample__content {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.85);
}
.service-sample__btn {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #155eb7;
}
.service-sample__btn:hover {
    color: #014c8c;
}
.service-sample__btn .clifont {
    font-size: 16px;
    margin-left: 4px;
}

.service-title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}
.service-msg {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
}
.service-header {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: flex-start;
    width: 1000px;
    margin: 32px 0 16px;
}

.service-blocks {
    display: flex;
    justify-content: space-between;
    width: 1000px;
}
.service-item {
    position: relative;
    width: 238px;
    height: 311px;
    background: #ffffff;
    border: 1px solid rgba(120, 130, 140, 0.13);
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
}
.service-item:hover {
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
}
.service-item__img img {
    width: 236px;
    height: 160px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.service-item__img-icon {
    position: absolute;
    top:120px;
    right:8px;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
    display: none;
}
.service-item__img-icon:hover{
    background: rgba(0, 0, 0, 0.5);
}
.service-item__img-icon .clifont{
    font-size: 24px;
    color:#FFFFFF;
}
.service-item:hover .service-item__img-icon {
    display: flex;
}
.service-item__info {
    padding: 8px 12px 16px;
}
.service-item__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    color: rgba(0, 0, 0, 0.85);
}
.service-item__tags {
    display: flex;
    margin-top: 12px;
    overflow: auto;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}
.service-item__tags::-webkit-scrollbar {
    display: none;
}
.service-item__tag {
    padding: 2px 4px;
    background: #dde7fa;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.85);
    margin: 0 3px;
    white-space: nowrap;
}
.service-item__tag:first-child {
    margin-left: 0;
}
.service-item__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 12px;
}
.service-item__detail {
    /* margin-top: 16px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 16px;
    width: 100%;
    padding: 0 12px;
}
.service-item__detail .pLink {
    padding: 0;
}
.service-item__price {
    display: flex;
    align-items: center;
}
.service-item__price-range {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}
.service-item__price-unit {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.65);
    margin-left: 4px;
    margin-top: 2px;
}
.service-item__more {
    /* position: absolute;
    right: 12px;
    bottom: 19px; */
    display: flex;
    align-items: center;
}
.service-tip {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: flex-start;
    width: 1000px;
    margin-top: 32px;
    display: flex;
    align-items: center;
}

.issue-wrap {
    min-width: 1200px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0 64px;
}
.issue-title {
    width: 1000px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.85);
}
.issue-main {
    margin-top: 24px;
    width: 1000px;
    background: #fafafa;
    border-radius: 4px;
}
.issue-item__label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;

    color: rgba(0, 0, 0, 0.85);
}
.issue-item__info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.65);
    padding: 0 24px 24px;
}

/* collapse */
.collapse-item {
    width: 100%;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    cursor: pointer;
}
.collapse-item:first-child {
    border-radius: 4px 4px 0 0;
}
.collapse-item:last-child {
    border-bottom: none;
    border-radius: 0 0 4px 4px;
}
.collapse-item:hover {
    background: #f5f5f5;
}
.collapse-item__toggle {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}
.collapse-item__toggle .clifont {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.25);
}
.collapse-item__toggle-icon--oepn {
    display: block;
}
.collapse-item__toggle-icon--close {
    display: none;
}
.collapse-item__open .collapse-item__toggle-icon--close {
    display: block;
}
.collapse-item__open .collapse-item__toggle-icon--oepn {
    display: none;
}
.collapse-item__content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.collapse-item__open + .collapse-item__content {
    max-height: 66px;
}

.make-wrap {
    min-width: 1200px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 56px 0 80px;
}

.make-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.85);
}
/* .make-sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
} */

.make-btn {
    /* cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 46px;
    height: 52px;
    background: #166bc7;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.12); */
    padding: 0 32px;
    font-size: 16px;
    line-height: 38px;
    margin-top: 24px;
}
/* .make-btn:hover {
    color: #ffffff;
    background: #3989d4;
}

.make-btn:active {
    color: #ffffff;
    background: #155eb7;
} */


  .top-search-wrap {
      display: none;
  }

  .community-wrap {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
  }

  .comment-wrap {
    padding: 0 24px !important;
  }

  .community-wrapper .left-warp {
    width: 718px;
    margin-right: 24px;
  }

  .community-wrapper .left-warp .content-box .tab-wrap {
    padding: 18px 24px 0;
    position: relative;
  }

  .community-wrapper .content-box .right-extra, .community-wrapper .content-box .right-extra-exp {
    right: 24px !important
  }

  /* .community-wrapper .left-warp .content-box .tab-ul {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  } */

  .community-wrapper .content-box .tab-li {
    padding-top: 4px;
    padding-bottom: 0;
  }
  .community-wrapper .left-warp .content-box .tab-li.active {
    display: inline-block !important;
    pointer-events: none !important;
    color: rgba(0, 0, 0, 0.85) !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 1 !important;
    padding-bottom: 0;
  }

  .community-wrapper .left-warp .content-box .tab-li.active::after {
    display: none !important;
  }

  .community-wrapper .left-warp .content-box .tab-wrap {
    padding-top: 0 !important;
  }

  .community-wrapper .left-warp .content-box .right-extra {
    top: 12px !important;
  }

  .community-wrapper .left-warp .init-list {
    padding: 0 24px;
  }
  .community-wrapper .right-warp .comment-box {
      padding: 24px 24px 18px 24px;
  }
/* modals */
.modal-dialog {
    width: 212px;
    margin-top: calc(100vh * 0.5 - 100px);
}

.modal-header {
    border: none;
    padding: 15px 15px 0 15px !important;
}

.modal-body {
    /* padding: 0 0 20px 0 !important; */
}

.contact-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #333333;
}

.contact-img {
    background: url("../img/contact_8faf13a.png") no-repeat;
    background-size: 100% 100%;
    width: 180px;
    height: 180px;
    margin-top: 16px;
    border: none;
}

#contactModal .modal-header {
    position: absolute;
    width: 100%;
    z-index: 100;
}

#contactModal .modal-body {
    padding: 24px;
}

#contactModal .modal-dialog {
    margin-top: calc(100vh * 0.5 - 135px);
}

.zoom-pic .modal-header {
    border: none;
    padding: 15px 15px 0 15px !important;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.zoom-pic .modal-dialog {
    margin: 0;
    width: 100%;
}

.zoom-pic .modal-content {
    background: transparent;
}

.zoom-pic .modal-header .clifont {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.zoom-pic .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    padding: 0 0 20px 0;
}

.zoomout-img {
    border-radius: 8px;
    max-width: 90vw;
    max-height: 90vh;
    top: 50%;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sampleModal .modal-dialog {
    width: 600px;
    margin-top: calc(100vh * 0.5 - 200px);
}

#sampleModal .modal-body {
  padding: 0 0 20px 0;
}

.sample-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 39px 35px;
    width: 600px;
}

.sample-header {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #333;
}

.sample-content {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #333;
    margin-top: 12px;
}

.sample-imgWrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #333;
}

.sample-imgWrap img {
    width: 167px;
    height: 167px;
    margin-bottom: 8px;
    /* background: url('/static/images/paint/sample.png') no-repeat; */
    /* background-size: contain; */
}

/* 覆盖链接样式 */
.pLink {
    color: #357bb3 !important;
    padding: 5px 0; /*点击热区*/
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pLink:hover {
    color: #114a78 !important;
}
.hr {
    height: 4px;
}
@media screen and (max-device-width: 450px) {
    .w-1000 {
        padding: 0 !important;
    }
    .banner-wrap,
    .batch-wrap,
    .make-wrap,
    .fac-wrap,
    .service-wrap,
    .issue-wrap {
        min-width: 0;
        padding: 48px 16px;
    }
    .banner-title {
        font-size: 28px;
        line-height: 1.5;
    }
    .batch-title,
    .fac-title,
    .service-title {
        font-size: 24px;
        line-height: 34px;
    }
    .batch-sub-wrap__title,
    .service-header {
        font-size: 18px;
        line-height: 28px;
    }
    .banner-wrap + br,
    .scroll-tab-wrap {
        display: none;
    }
    .fac-infos {
        flex-direction: column;
    }
    .fac-infos__block {
        margin-right: 0;
        margin-left: 0;
    }
    .fac-infos__block:first-child {
        margin-bottom: 16px;
    }
    .fac-infos__block:last-child {
        margin-left: 0;
    }
    .fac_infos__img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
    }
    .batch-sub-wrap,
    .batch-img,
    .issue-main,
    .fac-infos,
    .issue-wrap,
    .service-wrap,
    .service-header,
    .service-tip,
    .issue-title {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .community-wrap,
    .service-sample {
        display: none !important;
    }

    .service-blocks {
        width: 100%;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .service-item + .service-item {
        margin-left: 8px;
    }
    .collapse-item__content {
        height: 0;
    }
    .collapse-item__open + .collapse-item__content {
        max-height: unset;
        height: auto;
    }
}
