﻿@charset "UTF-8";
var,
em,
strong {
  font-style: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

body {
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.clear {
  *zoom: 1;
}

@font-face {
  font-family: myFirstFont;
  src: url("FZHTJW.ttf") ；;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: black;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: inherit;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: inherit;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: inherit;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: inherit;
}

body,
html {
  min-width: 1200px;
}

.one-overflow, .jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tag__main .jhs-tag, .jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tag__main .jhs-tag .tag-name, .jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tag__main .jhs-tag .tag-money, .jh-wrapper .jh-main .jh-test .test-left .left-title, .jh-wrapper .jh-main .jh-test .test-right .right-item .item-title, .jh-wrapper .jh-main .jh-bxal .bxal-bottom .bottom-item .bottom-name, .jh-wrapper .jh-main .jh-lpjq .lpjq-right .right-item .right-title, .jh-wrapper .jh-main .jh-cpwd .cpwd-item .item-title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*文本格式化，超出范围，显示省略号*/
body,
html {
  background: #f6f6f6;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-y-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-y-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-y-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-y-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-y-sa {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex-x-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-x-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-x-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-num {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 0;
}

.flex-one {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.jh-wrapper {
  background-color: #f6f6f6;
}

.jh-wrapper .detail-header {
  width: 1158px;
  border: 1px solid #dfdfdf;
  padding: 20px;
  background: #fff;
  margin: 78px auto 15px;
}

.jh-wrapper .detail-header .detail-header__left__img {
  width: 70px;
  height: 70px;
  display: block;
}

.jh-wrapper .detail-header .detail-header-left__content {
  padding-left: 10px;
  font-size: 21px;
}

.jh-wrapper .detail-header .detail-header-left__content_p {
  padding-top: 10px;
  font-size: 16px;
}

.jh-wrapper .detail-header .detail-header__right--a {
  display: inline-block;
  width: 135px;
  height: 45px;
  line-height: 45px;
  background-color: #ff6f6f;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.jh-wrapper .jh-main {
  background-color: #fff;
  width: 1200px;
  background-color: #fff;
  margin: 0 auto 20px;
}

.jh-wrapper .jh-main .jh-item {
  width: 895px;
  padding: 20px 15px 0;
  overflow: hidden;
  margin:0 auto;
}

.jh-wrapper .jh-main .jh-item .item-name {
  margin: 10px auto;
  width: 200px;
  height: 51px;
  line-height: 51px;
  border-radius: 26px;
  border: solid 3px #ff6f6f;
  color: #ff6f6f;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.jh-wrapper .jh-main .jh-item .item-name::before {
  content: '';
  position: absolute;
  left: -254px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 254px;
  height: 3px;
  background-color: #ff6f6f;
  border-radius: 2px;
}

.jh-wrapper .jh-main .jh-item .item-name::after {
  content: '';
  position: absolute;
  right: -254px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 254px;
  height: 3px;
  background-color: #ff6f6f;
  border-radius: 2px;
}

.jh-wrapper .jh-main .jh-item .product-title {
  font-size: 20px;
  color: #333;
  height: 44px;
  line-height: 1;
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jh-wrapper .jh-main .jh-item .product-title::before {
  content: '';
  width: 3px;
  height: 20px;
  background-color: #ff6f6f;
  border-radius: 2px;
  display: inline-block;
  margin-left: -11px;
  margin-right: 11px;
  margin-top: 2px;
}

.jh-wrapper .jh-main .jh-item .product-content .to-detail {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 10px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  font-size: 16px;
  color: #333;
}

.jh-wrapper .jh-main .jh-item .product-content .buttips {
  height: 42px;
  line-height: 42px;
  margin-top: 30px;
}

.jh-wrapper .jh-main .jh-item .product-content .tabn {
  width: 829px;
  margin: 20px 0 0;
  border: 1px solid #dfdfdf;
  color: #666;
  font-size: 14px;
}

.jh-wrapper .jh-main .jh-item .product-content .tabtd1 {
  width: 150px;
  height: 40px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  text-align: center;
}

.jh-wrapper .jh-main .jh-item .product-content .tabtd2 {
  width: 155px;
  height: 40px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  text-align: center;
}

.jh-wrapper .jh-main .jh-item .product-content .tabtd3,
.jh-wrapper .jh-main .jh-item .product-content .tabtd3ct {
  height: 31px;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 31px;
  text-align: left;
}

.jh-wrapper .jh-main .jh-item .product-content .tabtd3 .tabtd3-inner {
  max-height: 123px;
  overflow: hidden;
}

.jh-wrapper .jh-main .jh-item .product-content .tabtd3ct {
  text-align: center;
}

.jh-wrapper .jh-main .jh-item .product-content .bg {
  background: #fbfafa;
}

.jh-wrapper .jh-main .jh-item .product-content .tabn2 {
  display: none;
  width: 829px;
  margin: 20px 0;
  border: 1px solid #dfdfdf;
  color: #666;
  font-size: 14px;
}

.jh-wrapper .jh-main .jh-item .product-content .tab2td1 {
  width: 130px;
  height: 40px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  text-align: center;
}

.jh-wrapper .jh-main .jh-item .product-content .tab2td2 {
  width: 253px;
  height: 40px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  text-align: center;
}

.jh-wrapper .jh-main .jh-item .product-content .tab2td3 {
  width: 123px;
  height: 40px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  text-align: center;
}

.jh-wrapper .jh-main .jh-item .product-content .tab2td4 {
  width: 200px;
  height: 40px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  text-align: center;
}

.jh-wrapper .jh-main .jh-item .product-content .tab2td5 {
  width: 200px;
  height: 48px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  text-align: center;
}

.jh-wrapper .jh-main .jh-jhs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 10px;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main {
  width: 436px;
  min-height: 498px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 2px #ff952e;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tj {
  width: 134px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #ff952e;
  border-radius: 6px 0px 10px 0px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tj1 {
  background-color: #ff952e;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tj2 {
  background-color: #a26aff;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-person {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-person .person-img {
  display: block;
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-person .person-right {
  line-height: 1.8;
  color: #999999;
  font-size: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-person .person-right .right-name {
  font-weight: bold;
  color: #333333;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-person .person-right .right-infor {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-js {
  font-size: 18px;
  color: #666;
  margin: 15px;
  line-height: 1.5em;
  height: 54px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tag__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tag__main .jhs-tag {
  min-width: 129px;
  max-width: 180px;
  width: 180px;
  padding: 0 10px;
  margin: 0 15px 15px 0;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tag__main .jhs-tag .tag-name {
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-tag__main .jhs-tag .tag-money {
  font-size: 16px;
  max-width: 100%;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-bf {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding-top: 20px;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-bf .jhs-bf__money {
  font-size: 24px;
  color: #ff8a00;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main .jhs-detail {
  display: block;
  margin: 6px auto 10px;
  font-size: 16px;
  color: #fff;
  width: 174px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #ff952e;
  border-radius: 5px;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main2 {
  border: solid 2px #a26aff;
  margin-right: 0;
}

.jh-wrapper .jh-main .jh-jhs .jhs-main2 .jhs-detail {
  background-color: #a26aff;
}

.jh-wrapper .jh-main .jh-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 15px;
}

.jh-wrapper .jh-main .jh-test .test-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
  background-color: #f0f7ff;
  width: 340px;
}

.jh-wrapper .jh-main .jh-test .test-left .left-img {
  width: 340px;
  height: 227px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.jh-wrapper .jh-main .jh-test .test-left .left-title {
  font-size: 21px;
  color: #2c2c2c;
  line-height: 1;
  padding: 15px;
  background-color: #f0f7ff;
}

.jh-wrapper .jh-main .jh-test .test-left .left-content {
  font-size: 16px;
  color: #666666;
  line-height: 1.3;
  padding: 0 15px;
  margin-bottom: 15px;
  background-color: #f0f7ff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jh-wrapper .jh-main .jh-test .test-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jh-wrapper .jh-main .jh-test .test-right .right-item {
  display: block;
  padding: 15px 0;
}

.jh-wrapper .jh-main .jh-test .test-right .right-item:not(:last-of-type) {
  border-bottom: 1px dotted #e0e0e0;
}

.jh-wrapper .jh-main .jh-test .test-right .right-item .item-title {
  color: #2c2c2c;
  font-size: 21px;
  padding-bottom: 10px;
}

.jh-wrapper .jh-main .jh-test .test-right .right-item .item-content {
  color: #666;
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jh-wrapper .jh-main .jh-bxal {
  padding-top: 25px;
  padding-bottom: 15px;
}

.jh-wrapper .jh-main .jh-bxal .bxal-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.jh-wrapper .jh-main .jh-bxal .bxal-top .top-img {
  width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
}

.jh-wrapper .jh-main .jh-bxal .bxal-top .top-right .right-title {
  color: #2c2c2c;
  font-size: 21px;
  line-height: 1;
  padding-bottom: 15px;
}

.jh-wrapper .jh-main .jh-bxal .bxal-top .top-right .righ-content {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  height: 48px;
}

.jh-wrapper .jh-main .jh-bxal .bxal-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jh-wrapper .jh-main .jh-bxal .bxal-bottom .bottom-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 283px;
  height: 189px;
  position: relative;
  margin-bottom: 15px;
}

.jh-wrapper .jh-main .jh-bxal .bxal-bottom .bottom-item:nth-of-type(3n-1) {
  margin-left: 15px;
  margin-right: 15px;
}

.jh-wrapper .jh-main .jh-bxal .bxal-bottom .bottom-item .bottom-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.jh-wrapper .jh-main .jh-bxal .bxal-bottom .bottom-item .bottom-name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}

.jh-wrapper .jh-main .jh-lpjq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
}

.jh-wrapper .jh-main .jh-lpjq .lpjq-left {
  width: 361px;
  height: 240px;
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.jh-wrapper .jh-main .jh-lpjq .lpjq-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jh-wrapper .jh-main .jh-lpjq .lpjq-right .right-item:not(:last-of-type) {
  border-bottom: 1px dotted #e0e0e0;
}

.jh-wrapper .jh-main .jh-lpjq .lpjq-right .right-item .right-title {
  color: #2c2c2c;
  font-size: 19px;
  line-height: 1;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.jh-wrapper .jh-main .jh-lpjq .lpjq-right .right-item .right-content {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  height: 72px;
}

.jh-wrapper .jh-main .jh-cpwd {
  padding-bottom: 15px;
}

.jh-wrapper .jh-main .jh-cpwd .cpwd-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jh-wrapper .jh-main .jh-cpwd .cpwd-item:not(:last-of-type) {
  border-bottom: 1px dotted #e0e0e0;
}

.jh-wrapper .jh-main .jh-cpwd .cpwd-item .item-title {
  color: #2c2c2c;
  font-size: 19px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jh-wrapper .jh-main .jh-cpwd .cpwd-item .item-infor {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1;
  color: #999;
}

.jh-wrapper .jh-main .jh-wytw {
  padding-top: 15px;
}

.jh-wrapper .jh-main .jh-wytw .v-error {
  color: red;
  font-size: 14px;
  padding-left: 130px;
  height: 30px;
  line-height: 30px;
}

.jh-wrapper .jh-main .jh-wytw label {
  color: #666;
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  width: 109px;
  display: block;
}

.jh-wrapper .jh-main .jh-wytw label .input-must {
  color: #ff6f6f;
}

.jh-wrapper .jh-main .jh-wytw .form-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-left {
  padding-right: 20px;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-left .form-input__item {
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-left .form-input__item input {
  width: 360px;
  height: 34px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-left .form-input__item input:focus {
  outline: none;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-left .form-input__item--code input {
  width: 240px;
  display: block;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-left .form-input__item--code .getcode-btn {
  background-color: #ff6f6f;
  color: #fff;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 15px;
  width: 70px;
  margin-left: 20px;
  border-radius: 5px;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-right label {
  width: 90px;
  display: block;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-right .right-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-right .right-msg textarea {
  resize: none;
  padding: 10px;
  width: 268px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-right .right-item {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-right .right-item .item-select__main .item-select {
  width: 82px;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  border: 1px solid #ddd8d8;
  outline: 0;
  border-radius: 3px;
}

.jh-wrapper .jh-main .jh-wytw .form-top .form-right .v-error {
  padding-left: 100px;
}

.jh-wrapper .jh-main .jh-wytw .form-xy {
  color: #2c2c2c;
  font-size: 16px;
  text-align: center;
  padding: 25px 0 15px;
}

.jh-wrapper .jh-main .jh-wytw .form-xy .xy-node {
  cursor: pointer;
}

.jh-wrapper .jh-main .jh-wytw .form-btn {
  width: 253px;
  height: 40px;
  line-height: 40px;
  outline: none;
  border: none;
  text-align: center;
  color: #fff;
  background-color: #ff6f6f;
  border-radius: 5px;
  font-size: 20px;
  margin-bottom: 20px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  margin-left: 194px;
}

.jh-wrapper .page-hflg {
  visibility: hidden;
  height: 0;
  position: relative;
  top: -50px;
  overflow: hidden;
  width: 100%;
}

.jh-wrapper .mp-mail {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#40000000,endColorstr=#40000000) \9;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+200));
}

.jh-wrapper .mp-con {
  overflow: hidden;
  position: relative;
  top: 150px;
  left: 50%;
  width: 500px;
  max-height: 570px;
  overflow-y: auto;
  padding-bottom: 30px;
  margin-left: -250px;
  background: #fff;
  border-radius: 3px;
}

.jh-wrapper .mp-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  background: url(https://pres.vobao.com/Images/V3/baorequest/new/mp_close.png);
  cursor: pointer;
}

.jh-wrapper .mp-h {
  width: 500px;
  height: 55px;
  padding-bottom: 6px;
  background: url(https://pres.vobao.com/Images/V3/baorequest/new/mp-bg.png) bottom left no-repeat;
  color: #333;
  font-size: 21px;
  text-indent: 15px;
  line-height: 55px;
}

.jh-wrapper .mp-tips {
  overflow: hidden;
  width: 500px;
  margin-top: 15px;
}

.jh-wrapper .mp-tips h1 {
  width: 500px;
  color: #333;
  font-size: 19px;
  text-align: center;
  margin: 15px 0;
}

.jh-wrapper .mp-tips h2 {
  width: 480px;
  color: #666;
  font-size: 15px;
  text-align: center;
  margin: 15px 0;
  padding: 0 10px;
}

.jh-wrapper .mp-tips h3 {
  width: 480px;
  color: #434a54;
  font-size: 15px;
  text-align: center;
  margin: 15px 0;
  padding: 0 10px;
}

.jh-wrapper .mp-tips h3 a, .jh-wrapper .mp-tips p a {
  color: #0072c6;
}

.jh-wrapper .mp-tips p {
  width: 460px;
  color: #666;
  font-size: 13px;
  line-height: 30px;
  text-align: left;
  margin: 15px 0;
  padding: 0 20px;
}

.jh-wrapper .mp-button {
  width: 500px;
  height: 42px;
  margin: 30px 0 20px 0;
  text-align: center;
}

.jh-wrapper .mp-button input {
  width: 167px;
  height: 42px;
  border: 0;
  outline: 0;
  text-align: center;
  font-size: 19px;
  line-height: 42px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  background: #ff7144;
  cursor: pointer;
  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff981c,endColorStr=#ff5418);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#ff981c), to(#ff5418));
  background: -webkit-linear-gradient(top, #ff981c, #ff5418);
  background: -o-linear-gradient(top, #ff981c, #ff5418);
}

.jh-wrapper .mb-orange {
  color: #ff6701;
}

.jh-wrapper .mp-text {
  display: inline-block;
  text-indent: 2em;
}
