@charset "utf-8";
/* 产品详情标题 */
.product_title_wrap {
  width: 100%;
  height: 42px;
  background-color: #f4f7ff;
}
.product_title_wrap .product_title {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  box-sizing: border-box;
}
.product_title_wrap .product_title a {
  color: #999;
  font-size: 12px;
  font-family: "微软雅黑";
}
.product_title_wrap .product_title span {
  margin: 0 4px;
  color: #999;
  font-size: 12px;
  font-family: "微软雅黑";
}
/* 产品详情标题 结束*/
/*产品详情记账开始*/
.product_account_wrap {
  width: 100%;
  height: 340px;
}
.product_account {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  height: 340px;
  margin: 0 auto;
  box-sizing: border-box;
}
.product_account_left {
  padding-top: 20px;
  width: 400px;
  height: 300px;
  float: left;
}
.product_account_left img {
  width: 400px;
  height: 300px;
}
.product_account_right {
  width: calc(100% - 430px);
  height: 340px;
  float: right;
}
.product_account_right .title {
  font-size: 26px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #222;
  margin-top: 20px;
  margin-bottom: 14px;
}
.product_account_right .content {
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #999;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product_account_right .comment {
  overflow: hidden;
}
.product_account_right .comment li {
  float: left;
  width: 80px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ff0000;
  text-align: center;
  font-size: 14px;
  color: #ff0000;
  margin-right: 10px;
}
.product_account_right .jmsAdress .sp {
  font-size: 14px;
  color: #999;
  font-family: "微软雅黑";
  line-height: 40px;
}
.jmsAdress {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
}
.jmsAdress .pick-area {
  text-align: center;
  display: inline-block;
  width: calc(60%) !important;
  margin-left: 20px;
  max-width: 240px !important;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  cursor: pointer;
  background: transparent !important;
}
.jmsAdress .pick-area .pick-show {
  width: 100%;
  padding: 0 20px 0 10px !important;
  line-height: 38px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 38px;
}
.jmsAdress .pick-area .pick-show span {
  padding: 0;
  margin-top: 0;
  font-size: 14px;
  color: #333 !important;
  background: transparent !important;
  line-height: 38px;
  display: inline-block;
  height: 38px;
}
.jmsAdress .pick-area .pick-show i {
  color: #333 !important;
}
.jmsAdress .pick-area .pick-show em.pick-arrow {
  border: none;
  width: 14px;
  height: 14px;
  background: url(../images/demo/adress_bg.png) no-repeat center center;
  background-size: 13px auto;
  top: 8px;
  right: 10px !important;
}
.jmsAdress .pick-area .pick-list {
  width: 100% !important;
  border-radius: 0px;
  top: 42px;
  border: 1px solid #bfbfbf !important;
}
.jmsAdress .pick-area .pick-list li {
  text-align: left;
}
.product_account_right .btn-ul {
  width: 100%;
  padding: 20px 0 14px 0;
}
.product_account_right .btn-ul li {
  display: inline-block;
  width: 40%;
  max-width: 188px;
  height: 44px;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  font-family: "微软雅黑";
  cursor: pointer;
}
.product_account_right .btn-ul li:first-child {
  background-color: #0E84FF;
  color: #fff;
  margin-right: 20px;
}
.product_account_right .btn-ul li:last-child {
  border: 2px solid #0E84FF;
  color: #0E84FF;
  box-sizing: border-box;
}
.product_account_right .safe li {
  height: 14px;
  line-height: 14px;
  display: inline-block;
  font-size: 12px;
  font-family: "微软雅黑";
  color: #999;
  margin-right: 30px;
}
.product_account_right .safe li:nth-child(2) {
  margin-right: 40px;
}
.product_account_right .safe li i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: red;
  vertical-align: middle;
  margin-right: 6px;
  padding-bottom: 2px;
}
.product_account_right .safe li:first-child i {
  background: url(../images/demo/safe1.png) no-repeat;
}
.product_account_right .safe li:nth-child(2) i {
  background: url(../images/demo/safe2.png) no-repeat;
}
.product_account_right .safe li:last-child i {
  background: url(../images/demo/safe3.png) no-repeat;
}
/*产品详情记账结束*/
.product_section_wrap {
  width: 100%;
  background: #f4f8ff;
  padding-bottom: 80px;
}
.product_section_wrap .product_section {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  overflow: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product_sidebar {
  width: 260px;
  height: 100%;
}
/*侧边栏代理记账*/
.product_sidebar .account {
  margin-top: 20px;
}
.product_sidebar .account li {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #fff;
  margin-top: 1px;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #333;
  padding-left: 20px;
  box-sizing: border-box;
}
.product_sidebar .account li:first-child {
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #333;
  margin-top: 0px;
  margin-bottom: 2px;
}
.product_sidebar .account li:first-child i {
  display: inline-block;
  width: 6px;
  height: 18px;
  background: #0E84FF;
  margin-right: 10px;
  vertical-align: middle;
}
/*侧边栏代理记账 结束*/
/*主题部分 */
.product_main {
  width: calc(100% - 280px);
  height: 100%;
}
.product_main #menu {
  margin-top: 20px;
}
.product_main #navbar {
  width: 100%;
  height: 58px;
  background: #fff;
  font-size: 0;
  margin-bottom: 1px;
  z-index: 99;
}
.product_main #navbar li {
  display: inline-block;
  width: 33.33%;
  max-width: 180px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.product_main #navbar li a {
  width: 100%;
  height: 54px;
  display: block;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #333;
}
#menu ul li a:hover,
#menu ul li a.current {
  border-top: 4px solid #0E84FF;
  color: #0E84FF;
}
#navbar.fixed {
  width: 100%;
  position: fixed;
  top: 0;
}
.product_main #content {
  background: #fff;
}
.product_main #content .it {
  width: 100%;
  padding: 30px;
}
/*导航 结束*/
@media screen and (max-width: 768px) {
  /* 产品详情标题 */
  .product_title_wrap {
    display: none;
  }
  /* 产品详情标题 结束*/
  /*产品详情记账开始*/
  .product_account_wrap {
    height: unset;
  }
  .product_account {
    max-width: 100%;
    padding: 0;
    height: unset;
  }
  .product_account_left {
    padding-top: 0px;
    width: 100%;
    height: unset;
    float: unset;
    position: relative;
  }
  .price-wraper {
    width: 100%;
    padding: 0 0.6rem;
    height: 1.9rem;
    background: -webkit-gradient(linear, left top, right top, from(#ed8559), to(#ea5b4a));
    background: linear-gradient(90deg, #ed8559 0%, #ea5b4a 100%);
    font-size: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .price-wraper .price {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    padding-left: 0.6rem;
    position: relative;
    height: 1.9rem;
    line-height: 1.9rem;
    vertical-align: top;
  }
  .price-wraper .price::before {
    position: absolute;
    content: "¥";
    left: 0;
    top: 0.7rem;
    display: inline-block;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1rem;
  }
  .price-wraper .price-detail {
    vertical-align: top;
    line-height: 1.9rem;
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 0.6rem;
    margin-left: 0.7rem;
  }
  .product_account_left img {
    width: 100%;
    height: unset;
  }
  .product_account_right {
    width: 100%;
    height: unset;
    float: unset;
    padding: 1rem 0.6rem 0.8rem 0.6rem;
  }
  .product_account_right .title {
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.1rem;
    color: #222;
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
  }
  .product_account_right .content {
    height: unset;
    line-height: 0.9rem;
    font-size: 0.6rem;
    padding-top: 0.3rem;
    margin-bottom: 0.8rem;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
  }
  .product_account_right .comment {
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
  .product_account_right .comment li {
    margin: 0 0.3rem 0.3rem 0;
    float: unset;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.3rem;
    color: #F9A042;
    font-size: 0.55rem;
    background: #FFF2E5;
    display: inline-block;
    border-radius: 0.5rem;
    border: none;
  }
  .product_account_right .safe {
    width: 100%;
    border-top: 0.025rem solid #ececec;
    padding-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product_account_right .safe li {
    display: inline-block;
    width: 33.33%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.55rem;
    color: #333;
    margin: 0 !important;
    position: relative;
  }
  .product_account_right .safe li i {
    width: 0.7rem;
    height: 0.7rem;
    background: unset;
    margin-right: 0.2rem;
    padding-bottom: 0;
  }
  .product_account_right .safe li:nth-child(1) i {
    background: url(../images/demo/icon_zfaq.png) no-repeat center center;
    background-size: 0.7rem auto;
  }
  .product_account_right .safe li:nth-child(2) i {
    background: url(../images/demo/icon_gsbp.png) no-repeat center center;
    background-size: 0.7rem auto;
  }
  .product_account_right .safe li:nth-child(3) i {
    background: url(../images/demo/icon_shbz.png) no-repeat center center;
    background-size: 0.7rem auto;
  }
  .product_account_right .safe li::after {
    content: "";
    position: absolute;
    width: 0.025rem;
    height: 0.6rem;
    right: 0px;
    top: 0.1rem;
    background: #EFEFEF;
  }
  .product_account_right .safe li:last-child::after {
    content: unset;
  }
  /*产品详情记账结束*/
  .product_section_wrap {
    width: 100%;
    height: unset;
    background: #fff;
    padding-bottom: 0;
    border-top: 0.4rem solid #f5f5f5;
  }
  .product_section_wrap .product_section {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    min-height: 1200px;
    overflow: auto;
    margin: 0 auto;
  }
  .product_sidebar {
    display: none;
  }
  /*主题部分 */
  .product_main {
    width: 100%;
    height: unset;
    float: unset;
  }
  .product_main #menu {
    margin-top: 0rem;
  }
  .product_main #navbar {
    width: 100%;
    height: 2rem;
    margin-bottom: 0.025rem;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.025rem solid #ececec;
    align-items: center;
  }
  .product_main #navbar li {
    display: inline-block;
    width: 33.33%;
    max-width: unset;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
  }
  .product_main #navbar li a {
    height: 2rem;
    font-size: 0.6rem;
  }
  #menu ul li a:hover,
  #menu ul li a.current {
    border-top: 0.1rem solid #0E84FF;
  }
  #navbar.fixed {
    width: 100%;
    position: fixed;
    top: 0;
  }
  .it {
    padding: 0.6rem 0.6rem 1rem 0.6rem;
  }
  /*导航 结束*/
  .footer-wraper {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 2.1rem;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.025rem solid #ececec;
  }
  .footer-wraper .tel-ask-wraper {
    width: 31%;
    background: #fff;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-wraper .tel-ask-wraper a {
    display: flex;
    width: 100%;
    height: 2.1rem;
    justify-content: center;
    align-items: center;
  }
  .footer-wraper .tel-ask-wraper .tel-icon {
    width: 0.85rem;
    height: 0.85rem;
    background: url(../images/demo/icon_dhzx.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.25rem;
  }
  .footer-wraper .tel-ask-wraper .kefu-icon {
    width: 0.85rem;
    height: 0.85rem;
    background: url(../images/demo/icon_zxkh.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.25rem;
  }
  .footer-wraper .tel-ask-wraper .text {
    display: inline-block;
    vertical-align: top;
    height: 2.1rem;
    line-height: 2.1rem;
    color: #666666;
    font-size: 0.6rem;
  }
  .footer-wraper .booking-btn {
    display: block;
    width: 38%;
    text-align: center;
    height: 2.1rem;
    line-height: 2.1rem;
    background: -webkit-gradient(linear, left top, right top, from(#dd402e), to(#ea614a));
    background: linear-gradient(90deg, #dd402e 0%, #ea614a 100%);
    color: #fff;
    font-size: 0.6rem;
  }
}
