/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0.000001%
*/
body {
  font: "12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"
    \5b8b\4f53 ",sans-serif";
}
a,
a:hover {
  text-decoration: none;
}
*{
  margin: 0;
  padding: 0;
}
.itemsd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.itemsA-btn .text .btn{
  display: block;
  width: 144px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: -o-transform 500ms;
  -moz-transition: transform 500ms, -moz-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms, -moz-transform 500ms,
    -o-transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms, -moz-transform 500ms,
    -o-transform 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.itemsA-btn .text .btn span{
  margin-right: 12px;
}

.itemsA-btn .text .btn i{
  font-size: 16px;
  vertical-align: middle;
}

.itemsA-btn .text .btn:hover{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.itemsA-btn .text .btn {
  color: #fff;
  background: #1bd1d1;
}

.itemsA .item{
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
}
.w1200d {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .w1200d {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200d {
    padding: 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .w1200d {
    padding: 0 20px;
  }
}
.icon {
  display: inline-block;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}


.icon-bubble,
.icon-bubble-blue {
  height: 17px;
  width: 18px;
}
.icon-bubble {
  background-image: url("../img/icon-bubble.png");
}
.icon-bubble-blue {
  background-image: url("../img/icon-bubble-blue.png");
}
.itemsd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.itemsA-btn .text .btn{
  display: block;
  width: 144px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: -o-transform 500ms;
  -moz-transition: transform 500ms, -moz-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms, -moz-transform 500ms,
    -o-transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms, -moz-transform 500ms,
    -o-transform 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.itemsA-btn .text .btn span{
  margin-right: 12px;
}

.itemsA-btn .text .btn i{
  font-size: 16px;
  vertical-align: middle;
}

.itemsA-btn .text .btn:hover{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.itemsA-btn .text .btn {
  color: #fff;
  background: #1bd1d1;
}

.itemsA .item{
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
}

.w1200d {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .w1200d {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200d {
    padding: 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .w1200d {
    padding: 0 20px;
  }
}

.detail-intra {
  padding: 70px 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 22px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
}

.detail-itemd {
  padding: 40px 0 70px;
}
.detail-itemd h3 {
  padding-bottom: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.detail-itemd .dot-line {
  width: 174px;
  display: block;
  margin: 0 auto;
}
.detail-itemd .itemsd-tit {
  color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  margin: 40px auto 0;
  text-align: center;
  width: 78%;
}
.itemsd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemsd .item {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemsd .pic img {
  height: 100%;
}
.itemsd .pic .pic02 {
  height: auto !important;
  object-fit: contain;
}
.itemsd h4 {
  color: #000;
  font-weight: 400;
}
.itemsd .text {
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}
.itemsA .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemsA .pic {
  width: 220px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.itemsA .pic img {
  height: auto;
  width: 100%;
}
.itemsA .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
  padding: 34px 0;
}
.itemsA .info h4 {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  white-space: pre-wrap;
}
.itemsA .info h5 {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}
.itemsA .info .text {
  font-size: 16px;
  line-height: 34px;
  /* white-space: pre-wrap; */
}
.itemsd .info .text span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: break-spaces;
}
.itemsA-btn {
  padding-right: 30px;
}
.itemsA-btn .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.itemsA-btn .text span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.itemsA-btn .text .btn {
  margin-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.itemsA-btn .tips {
  border-top: 1px solid #c6c5d0;
  margin-top: 24px;
  padding-top: 16px;
  color: #595959;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
}
.itemsA-btn .tiptip{
  text-align: left;
}
.itemsA-btn .tips a {
  color: #1bd1d1;
  text-decoration: underline;
}



@media screen and (max-width: 1200px) {

  .w1200d {
    width: 90%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200d {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .itemsA .item {
    padding: 0 20px;
  }
  .itemsA .item .pic {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {

  .w1200d {
    padding: 0 15px;
  }
  .detail-itemd {
    padding: 30px 0 30px;
  }
  .detail-itemd .itemsd-tit {
    width: 98%;
    line-height: 36px;
  }
  .detail-itemd h3 {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .itemsd.itemsA-btn .text {
    display: initial;
  }
  .itemsd.itemsA-btn .text .btn {
    display: block;
    margin: 20px 0 0;
  }
  .itemsd.itemsA-btn .tips {
    text-align: left;
  }
}
@media screen and (max-width: 378px) {
  .detail-itemd {
    padding: 24px 0 12px;
  }
  .detail-itemd h3 {
    padding-bottom: 12px;
    font-size: 24px;
  }
  .detail-itemd .dot-line {
    width: 131px;
  }
  .detail-itemd .item {
    margin-bottom: 16px;
  }
  .detail-itemd .itemsd-tit {
    font-size: 14px;
    margin-top: 24px;
  }

  .itemsd .item {
    width: 100%;
  }
  .itemsd .item h4 {
    font-size: 20px;
  }
  .itemsd .item .text {
    font-size: 14px;
  }
  .itemsd.itemsA .pic {
    display: none;
  }
  .itemsd.itemsA .info {
    margin: 0;
  }
  .itemsd.itemsA-btn {
    padding-right: 0;
  }


}
.maskLayerDeep::before {
  content: "";
  width: 0px;
  height: inherit;
  position: absolute;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.maskLayerDeep:hover::before {
  width: inherit;
  background-color: rgb(0, 49, 47, 0.16);
}
.maskLayerDeep p,
.maskLayerDeep span,
.maskLayerDeep i {
  position: relative;
}

