.dym-product_hd {
  margin: 0 0 20px 0;
  /* min-height: 555px; */
}
.dym-product_hd .dym-product_info {
  padding: 25px;
  width: 895px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.dym-product_hd .dym-product_info .link-btn {
  width: 180px;
  height: 40px;
  line-height: 40px;
  margin-top: 14px;
  font-weight: 600;
}
.dym-product_hd .dym-product_info .pruduct-img {
  width: 317px;
  height: 317px;
  margin-right: 30px;
}
.dym-product_hd .dym-product_info .pruduct-right {
  width: 453px;
}
.dym-product_hd .dym-product_info .pruduct-right h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pruduct-right h1{
  margin-bottom: 5px;
}
.pruduct-right .des{
  color:#858D9C;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style {
  /* margin-top: 10px; */
  /* border-bottom: 1px solid #eaeef5; */
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-price {
  height: 50px;
  line-height: 50px;
  background-color: #fff9f8;
  padding: 0 14px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-price > p {
  height: 100%;
  display: inline-block;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-price > p > span, .dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-price > p > b {
  height: 100%;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .info-type {
  min-height: 32px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .info-type > span {
  width: 70px;
  min-width: 70px;
  /* padding: 9px 0; */
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-type {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-type ul {
  width: 380px;
  height: 100%;
  display: flex;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-type ul li {
  /* float: left; */
  /* width: 120px; */
  flex: 1;
  height: 100%;
  line-height: 32px;
  text-align: center;
  border: 1px solid #c0c5d0;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  padding: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-type ul li:last-child{
  margin-right: 0px;
}
/* .dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-type ul li:nth-child(3n+3) {
  margin-right: 0;
} */
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-type ul li:after {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: url(../images/sjx.svg);
  background-size: contain;
  content: "";
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-type ul .select {
  border: 1px solid #ec5c37;
  color: #ec5c37;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-type ul .select:after {
  display: block;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-city #selectAddress {
  position: relative;
  flex: 1;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-city #selectAddress > p {
  width: 100%;
  height: 32px;
  padding: 6px 0 6px 12px;
  box-sizing: border-box;
  border: 1px solid #c0c5d0;
  font-size: 12px;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-city .dym-mall_dropDown--address {
  top: 32px;
  left: 72px;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-number .num {
  height: 100%;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-number .num > span {
  display: inline-block;
  width: 24px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #c0c5d0;
  box-sizing: border-box;
  cursor: pointer;
}
.dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-number .num input {
  width: 50px;
  height: 32px;
  text-align: center;
  border: 1px solid #c0c5d0;
  box-sizing: border-box;
  margin: 0 5px;
}
.dym-product_hd .dym-product_service {
  background-color: #FFFFFF;
  width: 300px;
  margin-left: 5px;
  text-align: center;
}
.dym-product_hd .dym-product_service > h3 {
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-bottom: 1px solid #EAEEF5;
  font-size: 16px;
}
.dym-product_hd .dym-product_service .service {
  height: 286px;
}
.dym-product_hd .dym-product_service .service .name{
  font-size: 16px;
  color: #858D9C;
  margin-top: 15px;
}
.dym-product_hd .dym-product_service .service .service_imgBox {
  width: 206px;
  height: 206px;
  line-height: 206px;
  text-align: center;
  border: 1px solid #eaeef5;
  border-radius: 50%;
  margin: 22px auto;
}
.dym-product_hd .dym-product_service .service .service_imgBox img {
  width: 178px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
}
.dym-product_hd .dym-product_service .service_button {
  padding: 0 20px;
}
.dym-product_hd .dym-product_service .service_button .button_box {
  padding-top: 20px;
}
.dym-product_hd .dym-product_service .service_button .button_box .link-btn {
  font-size: 14px;
  margin-top: 0;
  color: #0090FF;
  border: 1px solid #0090FF;
}
.dym-product_hd .dym-product_service .service_button .button_box .link-btn.link-btn--primary, .dym-product_hd .dym-product_service .service_button .button_box .link-btn:hover {
  background-color: #0090FF;
  background-image: none;
  color: #FFFFFF;
}

.dym-product_bd {
  background-color: #FFFFFF;
}
.dym-product_bd .dym-product_tab {
  width: 1200px;
  height: 60px;
  background-color: #FFFFFF;
  color: #858d9c;
  font-size: 16px;
  box-shadow: 0px 0px 6px 0px #c0c5d0;
}
.dym-product_bd .dym-product_tab li {
  width: 150px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  float: left;
  cursor: pointer;
}
.dym-product_bd .dym-product_tab li i {
  width: 100%;
  height: 4px;
  margin-top: -1px;
  background-color: #0090FF;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.dym-product_bd .dym-product_tab .select {
  color: #0090FF;
  border: 1px solid #f0f0f0;
}
.dym-product_bd .dym-product_tab .select i {
  display: block;
}
.dym-product_bd .dym-product_banner img {
  width: 100%;
}
.dym-product_bd .dym-product_banner{
  background: url(../images/bg_detail_tit.jpg) no-repeat center center;
  width: 100%;
  height: 160px;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dym-product_bd .dym-product_banner .dym-product_title{
  font-size: 38px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
}
.dym-product_bd .dym-product_banner .dym-product_text{
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.81);
  margin-top: 10px;
}
.dym-product_bd .dym-product_service {
  /* font-size: 16px; */
  padding: 20px 30px;
  /* background: url(../img/xq-fwnr-dbj@3x.png) repeat; */
  background-size: 100% auto;
  color: #091627;
}
.dym-product_bd .dym-product_service .content-plate {
  margin-bottom: 10px;
}
.dym-product_bd .dym-product_service .content-plate > h3 {
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0090FF;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 4px;
  position: relative;
}
.dym-product_bd .dym-product_service .content-plate > h3:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    padding: 0;
    border-right: 10px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #0090FF;
    display: block;
    z-index: 12;
    content: "";
}
.dym-product_bd .dym-product_service .content-plate > ul {
  width: 605px;
  box-sizing: border-box;
  background-color: #f3f8ff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
}
.dym-product_bd .dym-product_service .content-plate > ul li {
  /* height: 75px; */
  /* border-bottom: 1px solid white; */
  margin-bottom: 8px;
  line-height: 30px;
}
.dym-product_bd .dym-product_service .content-plate > ul li:last-child{
  margin-bottom: 0px;
}
.dym-product_bd .dym-product_service .content-plate > ul li > span {
  /* display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  margin-right: 15px;
  color: #FFFFFF;
  background-color: #0090FF; */
}
.dym-product_bd .dym-product_service .content-plate > ul li > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 96%;
}
.dym-product_bd .dym-product_title {
  text-align: center;
  margin-bottom: 20px;
}
.dym-product_bd .dym-product_title .dym-product_title--back {
  /* width: 100%;
  position: absolute;
  font-size: 48px;
  color: #eff4fc;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; */
}
.dym-product_bd .dym-product_title b {
  font-size: 34px;
  font-weight: 600;
  color: #091627;
  line-height: 50px;
}
.dym-product_bd .dym-product_title .f-w {
  font-weight: 700;
}
.dym-product_bd .dym-product_title .black-back.dym-product_title--back {
  color: rgba(239, 244, 252, 0.3);
}
/* .dym-product_bd .dym-type_banner {
  height: 263px;
  background-color: #000000;
  background: url(../img/15@3x.png) no-repeat center;
  background-size: contain;
  padding-top: 112px;
  box-sizing: border-box;
} */
.dym-product_bd .dym-type_banner .dym-product_title {
  font-size: 48px;
  color: white;
  margin-bottom: 0;
}
.dym-product_bd .des {
  text-align: center;
  font-size: 28px;
  color: #858d9c;
}
.dym-product_bd .dym-product_process {
  padding: 20px 38px 30px;
  background: url(../images/bg_detail.jpg) no-repeat center;
  background-size: cover;
}
.dym-product_bd .dym-product_process .dym-product_title {
  margin-bottom: 30px;
}
.dym-product_bd .dym-product_process .dym-process {
  /* margin-top: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.dym-product_bd .dym-product_process .dym-process li {
  width: calc(25% - 25px);
  height: 140px;
  border: 1px solid #C3C3C3;
  border-radius: 8px;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  margin-right: 25px;
  margin-top: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.dym-product_bd .dym-product_process .dym-process li:nth-child(4n+4) {
  margin-right: 0;
}
.dym-product_bd .dym-product_process .dym-process li > h3 {
  font-size: 48px;
  font-weight: bold;
  color: #091627;
  text-align: center;
}
.dym-product_bd .dym-product_process .dym-process li > p {
  text-align: center;
  /* height: 65px; */
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dym-product_bd .dym-product_process .dym-process li > i {
  font-size: 168px;
  color: rgba(0, 0, 0, 0.02);
  line-height: 0.7;
  position: absolute;
  top: 0;
  left: -48px;
}
.dym-product_advantage{
  padding: 20px 20px 30px;
  background-color: #FFFFFF;
}
.dym-product_bd .dym-product_advantage ul {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: space-between;
}
.dym-product_bd .dym-product_advantage ul li {
  width: calc(50% - 16px);
  border-radius: 8px;
  /* margin-right: 32px; */
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.08);
  margin-top: 20px;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}
.dym-product_bd .dym-product_advantage ul li:nth-child(2n+2) {
  /* margin-right: 0; */
}
.dym-product_bd .dym-product_advantage ul li > span {
  width: 90px;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0090FF;
  margin-right: 22px;
  position: relative;
  height: 100%;
  border-radius: 12px;
}
.dym-product_bd .dym-product_advantage ul li > span::after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    padding: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0090FF;
    display: block;
    z-index: 12;
    content: "";
}
.dym-product_bd .dym-product_advantage ul li .info {
  flex: 1;
  padding: 5px 0 20px 0;
}
.dym-product_bd .dym-product_advantage ul li .info h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.dym-product_bd .dym-product_advantage ul li .info p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; */
}
/* 售后服务 start */
.dym-product_afterSale{
  padding: 20px 20px 30px;
  background: url(../images/bg_detail.jpg) no-repeat center;
  background-size: cover;
}
.type_comm_serve{
  display: flex;
  margin-top: 34px;
}
.type_comm_serve li{
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.type_comm_serve li img{
  width: 100px;
  height: 100px;
}
.type_comm_serve li h3{
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  margin-top: 12px;
  overflow: hidden;
}
.type_comm_serve li p{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 售后服务 end */
/* 常见问题 start */
.dym-product_bd .dym-product_problem {
  padding: 20px 30px 30px;
  margin-bottom: 60px;
}
.dym-product_bd .dym-product_problem ul {
  background: #fff;
  margin-top: 20px;
}
.dym-product_bd .dym-product_problem ul li {
}
.dym-product_bd .dym-product_problem ul li:last-child {
  margin-bottom: 0;
}
.dym-product_bd .dym-product_problem ul li .headImg {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.dym-product_bd .dym-product_problem ul li p {
  flex: 1;
  box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #091627;
  line-height: 22px
}
.dym-product_bd .dym-product_problem ul li .question > p {
  position: relative;
}
.dym-product_bd .dym-product_problem ul li .question > p::before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    padding: 0;
    border-right: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    display: block;
    z-index: 12;
    content: "";
}
.dym-product_bd .dym-product_problem ul li .answer {
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}
.dym-product_bd .dym-product_problem ul li .answer,.dym-product_bd .dym-product_problem ul li .question {
  width: calc(100% - 84px);
}
.dym-product_bd .dym-product_problem ul li .answer > p {
  background-color: #0090FF;
  position: relative;
  color: #fff;
}
.dym-product_bd .dym-product_problem ul li .answer > p:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    padding: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0090FF;
    display: block;
    z-index: 12;
    content: "";
}
.dym-product_bd .link-btn {
  width: 360px;
  height: 60px;
  background: linear-gradient(312deg, #FF734F 0%, #EC5C37 100%);
  border-radius: 30px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
}
.dym-product_bd .link-btn:hover{
  opacity: 0.9;
}
/* 详情 end */
.dym-model-show{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,.6);
  z-index: 99;
}
.dym-model-show .dym-model-show-box{
  width: 464px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding-bottom: 25px;
}
.dym-model-show .dym-model-box-title{
  height: 90px;
  color: #FFFFFF;
  background: url(../images/sy_hmtc_bjt@2x.png) no-repeat;
  position: relative;
  width: 100%;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.dym-model-show .icon-tel{
  width: 34px;
  height: 34px;
  margin-top: -5px;
  background-color: #0090FF;
  border-radius: 50%;
  text-align: center;
  position: relative;
  left: -12px;
  display: inline-block;
  vertical-align: middle;
}
.dym-model-show .model-success-tel{
  width: 20px;
  height: 20px;
  margin-top: 6px;
}
.dym-model-show .dym-model-box-text2{
  margin-bottom: 15px;
}
.dym-model-show .dym-model-box-btn{
  background-color: #FF734F;
  color: #fff;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  cursor: pointer;
}
.dym-model-show .model-close-img{
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 21px;
  margin-right: 15px;
  cursor: pointer;
}
.dym-model-show .dym-model-box-btn:hover{
  background-color: #EC5C37
}

/*# sourceMappingURL=detail.css.map */
.dym-goods-details{
  /* width: 1200px; */
  position: relative;
  overflow: hidden;
  clear: both;
}
.dym-goods-details .dym-goods-details-left{
  float: left;
}
.dym-goods-details .dym-goods-details-left .details-left-box{
  background-color: #fff;
  overflow: hidden;
  padding: 0px 15px 0px;
  margin-bottom: 10px;
}
.dym-goods-details .dym-goods-details-left .details-left-title{
  height: 55px;
  line-height: 55px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #EAEEF5;
  position: relative;
  text-indent: 15px;
  font-size: 18px;
}
.dym-goods-details .dym-goods-details-left .details-left-title::before{
  content: '';
  position: absolute;
  left: 0;
  top: 19px;
  width: 5px;
  height: 15px;
  background: #333;
}
.dym-goods-details .dym-goods-details-left .details-left-box ul li{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #EAEEF5;
  text-indent: 15px;
}
.dym-goods-details .dym-goods-details-left .details-left-box ul li h2{
  font-size: 14px;
  color: #666;
}
.dym-goods-details .dym-goods-details-left .details-left-box ul li h2:hover{
  color: #ec5c37;
}

.dym-goods-details .dym-goods-details-left .details-left-box ul li.hover h2 {
  color: #ec5c37;
}

.dym-goods-details .dym-goods-details-left ul li:last-child{
  /* border-bottom: none; */
}
.dym-goods-details .dym-goods-details-left ul li a{
  color: #000000;
  display: block;
}
.dym-goods-details .dym-goods-details-left ul li a:hover{
  color: #0090FF;
}

.dym-goods-details .dym-goods-details-left ul li.hover a {
  color: #0090FF;
}
.dym-product_hd .dym-product_info a.link-btn-shopping{
  background: #fff;
  color: #EC5C37;
  border: 1px solid #EC5C37;
  font-weight: bold;
}
.dym-product_hd .dym-product_info a.link-btn-shopping:hover {
  color: #ffbaa8;
}

/* 详情  公用头部 */
.dym-type_comm_title{
  text-align: center;
}
.dym-type_comm_title .type_comm_title_h3{
  height: 50px;
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
}
.dym-type_comm_title .des_info{
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}