.font-xl {
  font-size: .36rem;
}

.font-xxl {
  font-size: .5rem;
}

.case-wrapper .classification {
  margin-bottom: .6rem;
}

.case-wrapper .classification .item {
  float: left;
  width: 33.3333%;
  text-align: center;
  position: relative;
  padding-bottom: .14rem;
}

.case-wrapper .classification .item .icon {
  display: block;
  margin: 0 auto .02rem;
  height: 1.1rem;
  font-size: .24rem;
}

.case-wrapper .classification .item:first-child::before,
.case-wrapper .classification .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1.5rem;
  background: #e5e5e5;
}

.case-wrapper .classification .item:first-child::before {
  left: 0;
  right: auto;
}

.case-wrapper .thumbnail .item .bg-image {
  padding-top: 50%;
}

.case-wrapper .thumbnail .item .content {
  height: 4.4rem;
  background-color: #f7f7f7;
  padding: .4rem .3rem 0;
}

.case-wrapper .thumbnail .item .desc {
  font-size: .28rem;
  line-height: 1.6;
  margin-top: .16rem;
}

.case-wrapper .thumbnail .slick-arrow {
  position: absolute;
  top: 1.43rem;
  width: .6rem;
  height: .6rem;
  z-index: 2;
  font-size: 0;
  border: none;
  padding: 0;
}

.case-wrapper .thumbnail .slick-prev {
  left: 0;
  background: #f6f6f6 url(../images/a_prev.png) no-repeat center center;
  background-size: .23rem auto;
}

.case-wrapper .thumbnail .slick-next {
  right: 0;
  background: #f6f6f6 url(../images/a_next.png) no-repeat center center;
  background-size: .23rem auto;
}

.case-wrapper .title {
  margin-bottom: .44rem;
}

.case-wrapper {
  margin-bottom: .7rem;
}

.partner-wrapper .title {
  margin-bottom: .2rem;
}

.partner-wrapper .partner-list .item {
  width: 3.3rem;
  border: 1px solid #e5e5e5;
  margin-right: .3rem;
  margin-bottom: .3rem;
  float: left;
}

.partner-wrapper .partner-list .item:nth-child(2n) {
  margin-right: 0;
}

.partner-wrapper {
  margin-bottom: .38rem;
}

.hzgc-3 .desc {
  font-size: .28rem;
  line-height: 1.45;
  color: #888;
  margin-top: .12rem;
}

.hzgc-3 .form {
  margin-top: .44rem;
}

.hzgc-3 .form .row {
  background-color: #f7f7f7;
  position: relative;
  margin-bottom: .1rem;
}

.hzgc-3 .form .row .label {
  display: block;
  font-size: .28rem;
}

.hzgc-3 .form .txt {
  padding-left: 1.96rem;
}

.hzgc-3 .form .txt .label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1rem;
  padding-left: .5rem;
}

.hzgc-3 .form .txt input {
  display: block;
  height: 1rem;
  line-height: 1rem;
  width: 100%;
  border: none;
  background: none;
  font-size: .28rem;
}

.hzgc-3 .form .content {
  padding: .3rem .5rem;
}

.hzgc-3 .form .content textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: .92rem;
  border: none;
  background: transparent;
  resize: none;
  font-size: .28rem;
  line-height: 1.5;
  padding: .05rem 0;
}

.hzgc-3 .form .submit {
  display: block;
  width: 2.4rem;
  height: .8rem;
  line-height: .8rem;
  border: none;
  background-color: #005c30;
  font-size: .28rem;
  color: #fff;
  text-align: center;
  margin-top: .8rem;
}

.hzgc-3 .form input::-webkit-input-placeholder,
.hzgc-3 .form textarea::-webkit-input-placeholder {
  color: #bbb;
}

.hzgc-4 {
  background: url(../images/bg_4.jpg) no-repeat 0 .33rem;
  background-size: 100% auto;
  padding: .7rem 0 2.03rem
}

.hzgc-4 .title {
  margin-bottom: .55rem;
}

.hzgc-4 .content {
  background-color: #fff;
  padding: .8rem .5rem;
  font-size: .28rem;
}

.hzgc-4 .content ul li {
  padding-left: .64rem;
  background: no-repeat 0 center;
  background-size: .44rem;
  margin-bottom: .05rem;
}

.hzgc-4 .content ul li:last-child {
  margin-bottom: 0;
}

.hzgc-4 .content ul li:nth-child(1) {
  background-image: url(../images/icon_9.png);
}

.hzgc-4 .content ul li:nth-child(2) {
  background-image: url(../images/icon_10.png);
}

.hzgc-4 .content ul li:nth-child(3) {
  background-image: url(../images/icon_11.png);
}

.common-problem .list .item {
  margin-bottom: .8rem;
}

.common-problem .list .item .head {
  height: .8rem;
  line-height: .8rem;
  font-size: .26rem;
  padding: 0 .3rem;
  background-color: #f5f5f5;
}

.common-problem .list .item .sub .sub-item {
  border-bottom: 1px solid #f5f5f5;
}

.common-problem .list .item .sub .sub-item {
  padding: 0 0 .375rem;
}

.common-problem .list .item .sub .sub-item .problem {
  position: relative;
  font-size: .26rem;
  line-height: 1.18;
  padding: .375rem .64rem 0 .26rem;
}

.common-problem .list .item .sub .sub-item .problem::before {
  content: "";
  position: absolute;
  left: .1rem;
  top: .5rem;
  width: .06rem;
  height: .06rem;
  background-color: #005c30;
}

.common-problem .list .item .sub .sub-item .problem::after {
  content: "";
  position: absolute;
  right: .2rem;
  top: .44rem;
  width: .16rem;
  height: .16rem;
  background: url(../images/icon_12.png) no-repeat center center;
  background-size: .16rem auto;
}

.common-problem .list .item .sub .sub-item.open .problem::after {
  background: url(../images/icon_13.png) no-repeat center center;
  background-size: .14rem auto;
}

.common-problem .list .item .sub .sub-item .content {
  font-size: .28rem;
  line-height: 1.3;
  color: #555;
  padding: .22rem .64rem .58rem .26rem;
  display: none;
}

.zsyy-1 {
  position: relative;
  margin-bottom: .44rem;
}

.zsyy-1 .slider {
  width: 6.3rem;
  margin: -.6rem auto 0;
  position: relative;
  z-index: 1;
}

.zsyy-1 .slider .item {
  background-color: #fafafa;
  height: 2.5rem;
  padding: .42rem .2rem 0 .3rem;
}

.zsyy-1 .slider .item:nth-child(even) {
  background: #eaeaea;
}

.zsyy-1 .slider .item .item-title {
  font-size: .3rem;
  margin-bottom: .12rem;
}

.zsyy-1 .slider .item .desc {
  font-size: .24rem;
  line-height: 1.5;
  color: #555;
}

.zsyy-1 .arrows-prev,
.zsyy-1 .arrows-next {
  position: absolute;
  top: 2.44rem;
  width: .6rem;
  height: .6rem;
  z-index: 2;
}

.zsyy-1 .arrows-prev.slick-disabled {
  background: #f6f6f6 url(../images/a_prev.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-1 .arrows-next.slick-disabled {
  background: #f6f6f6 url(../images/a_next.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-1 .arrows-prev {
  left: .3rem;
  background: #005c30 url(../images/a_prev_hl.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-1 .arrows-next {
  right: .3rem;
  background: #005c30 url(../images/a_next_hl.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-2 .title {
  padding: 0 .3rem;
}

.zsyy-2 .list .item {
  width: 100%;
  padding: .42rem .98rem .44rem 1.88rem;
  position: relative;
}

.zsyy-2 .list .item:nth-child(even) {
  background: #fafafa;
}

.zsyy-2 .list .item .image {
  font-family: "huxiaobo";
  line-height: 100%;
  font-size: .9rem;
  color: #ddd;
  position: absolute;
  left: .6rem;
  top: .3rem;
}

.zsyy-2 .list .item .item-title {
  font-size: .3rem;
  margin-bottom: .16rem;
}

.zsyy-2 .list .item .desc {
  font-size: .28rem;
  line-height: 1.3;
  color: #555;
}

.zsyy-2 .arrows {
  text-align: center;
  font-size: 0;
}

.zsyy-2 .arrows .arrows-prev,
.zsyy-2 .arrows .arrows-next {
  display: inline-block;
  width: .6rem;
  height: .6rem;
}

.zsyy-2 .arrows-prev.slick-disabled {
  background: #f6f6f6 url(../images/a_prev.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-2 .arrows-next.slick-disabled {
  background: #f6f6f6 url(../images/a_next.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-2 .arrows-prev {
  background: #005c30 url(../images/a_prev_hl.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-2 .arrows-next {
  background: #005c30 url(../images/a_next_hl.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-2 {
  margin-bottom: .46rem;
}

.zsyy-3 .title {
  margin-bottom: .46rem;
}

.zsyy-3 .slider-wrap {
  position: relative;
}

.zsyy-3 .slider {
  margin-top: .6rem;
}

.zsyy-3 .slider .item {
  float: left;
  width: 50%;
  padding: 0 .3rem;
  min-height: 3.1rem;
}

.zsyy-3 .slider .item .number {
  font-family: "huxiaobo";
  font-size: .9rem;
  line-height: 100%;
  color: #ddd;
}

.zsyy-3 .slider .item:nth-child(even) {
  padding-left: .5rem;
  padding-right: .4rem;
}

.zsyy-3 .slider .item .item-title {
  font-size: .3rem;
  margin-bottom: .16rem;
}

.zsyy-3 .slider .item .desc {
  font-size: .28rem;
  line-height: 1.3;
  color: #555;
}

.zsyy-3 {
  margin-bottom: .44rem;
}

.zsyy-3 .arrows {
  text-align: right;
  font-size: 0;
  /* position: absolute; */
  bottom: 2rem;
  right: 1.1rem;
  z-index: 2;
  margin-top: .3rem;
}

.zsyy-3 .arrows .arrows-prev,
.zsyy-3 .arrows .arrows-next {
  display: inline-block;
  width: .6rem;
  height: .6rem;
}

.zsyy-3 .arrows-prev.slick-disabled {
  background: #f6f6f6 url(../images/a_prev.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-3 .arrows-next.slick-disabled {
  background: #f6f6f6 url(../images/a_next.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-3 .arrows-prev {
  background: #005c30 url(../images/a_prev_hl.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-3 .arrows-next {
  background: #005c30 url(../images/a_next_hl.png) no-repeat center center;
  background-size: .23rem auto;
}

.zsyy-4 .desc {
  font-size: .28rem;
  line-height: 1.45;
  color: #888;
  margin-top: .27rem;
}

.zsyy-4 .form {
  margin-top: .44rem;
}

.zsyy-4 .form .row {
  background-color: #f7f7f7;
  position: relative;
  margin-bottom: .1rem;
}

.zsyy-4 .form .row .label {
  display: block;
  font-size: .28rem;
}

.zsyy-4 .form .txt {
  padding-left: 1.96rem;
}

.zsyy-4 .form .txt .label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1rem;
  padding-left: .5rem;
}

.zsyy-4 .form .txt input {
  display: block;
  height: 1rem;
  line-height: 1rem;
  width: 100%;
  border: none;
  background: none;
  font-size: .28rem;
}

.zsyy-4 .form .content {
  padding: .3rem .5rem;
}

.zsyy-4 .form .content textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: .92rem;
  border: none;
  background: transparent;
  resize: none;
  font-size: .28rem;
  line-height: 1.5;
  padding: .05rem 0;
}

.zsyy-4 .form .submit {
  display: block;
  width: 2.4rem;
  height: .8rem;
  line-height: .8rem;
  border: none;
  background-color: #005c30;
  font-size: .28rem;
  color: #fff;
  text-align: center;
  margin-top: .8rem;
}

.zsyy-4 .form input::-webkit-input-placeholder,
.zsyy-4 .form textarea::-webkit-input-placeholder {
  color: #bbb;
}

.zsyy-4 {
  padding: 0 0 .96rem;
}

.download-wrapper .select {
  width: 4.2rem;
  height: .64rem;
  border: 1px solid #eee;
  margin-bottom: .5rem;
}

.download-wrapper .select .btn {
  width: .6rem;
  height: 100%;
  float: right;
  position: relative;
  border: none;
  background: transparent;
}

.download-wrapper .select .btn::after {
  content: "";
  width: 0;
  height: 0;
  border-top: .11rem solid #bbb;
  border-left: .11rem solid transparent;
  border-right: .11rem solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.download-wrapper .select .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: .5rem;
  background: #eee;
}

.download-wrapper .select select {
  display: block;
  box-sizing: border-box;
  width: calc(100% - .6rem);
  height: 100%;
  border: none;
  float: left;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 .2rem;
  font-size: .24rem;
  background: none;
}

.download-wrapper .download-list .item {
  margin-bottom: .2rem;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  background-color: #f5f5f5;
}

.download-wrapper .download-list .item a {
  display: block;
  padding-right: .6rem;
  padding-left: .3rem;
  font-size: .26rem;
  color: #000;
  position: relative;
}

.download-wrapper .download-list .item a::after {
  content: "";
  position: absolute;
  right: .2rem;
  top: .25rem;
  width: .3rem;
  height: .3rem;
  background: url(../images/download.png) no-repeat;
  background-size: .3rem auto;
}

.download-wrapper .download-list .item a:active,
.download-wrapper .download-list .item a:hover,
.download-wrapper .download-list .item a:visited {
  background: #005c30;
  color: #fff;
}

.download-wrapper .download-list .item a:active::after,
.download-wrapper .download-list .item a:hover::after,
.download-wrapper .download-list .item a:visited::after {
  background: url(../images/download_hl.png) no-repeat;
  background-size: .3rem auto;
}

.download-wrapper {
  padding-bottom: 1.04rem;
}

.download-wrapper .download-list {
  margin-bottom: .8rem;
}

.join-tabs {
  margin: 0 .3rem;
}

.join-tabs .tab-item {
  float: left;
  text-align: center;
  margin-right: .15rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: .28rem;
}

.join-tabs .tab-item:last-child {
  margin-right: 0;
}

.join-tabs .tab-item.active {
  background-color: #f7f7f7;
}

.join-tabs .tab-item .icon-box .icon {
  height: .8rem;
  display: block;
  margin: 0 auto;
}

.join-tabs .tab-item .icon-box .icon.select-icon {
  display: none;
}

.join-tabs .tab-item.active .icon-box .icon {
  display: none;
}

.join-tabs .tab-item.active .icon-box .icon.select-icon {
  display: block;
}

.join-ssection {
  margin-top: .66rem;
}

.join-ssection .title {
  font-size: .48rem;
}

.join-ssection .desc {
  font-size: .28rem;
  margin-top: .04rem;
  margin-bottom: .6rem;
}

.join-1 .content .text {
  background: url(../images/bg_2.jpg);
  font-size: .28rem;
  line-height: 1.8;
  padding: .7rem 1.4rem .8rem .45rem;
}

.join-2 .list .item {
  position: relative;
  padding: .4rem .3rem .4rem 1.54rem;
}

.join-2 .list .item:nth-child(odd) {
  background-color: #fafafa;
}

.join-2 .list .item .icon {
  height: .84rem;
  position: absolute;
  left: .26rem;
  top: .4rem;
}

.join-2 .list .item .txt {
  font-size: .28rem;
  line-height: .44rem;
  color: #333;
  margin-top: .1rem;
}

.join-3 .content .text {
  background: url(../images/bg_2.jpg);
  padding: .4rem .38rem .66rem .5rem;
}

.join-3 .content .text dl dd {
  font-size: .28rem;
  line-height: .44rem;
  margin-top: .18rem;
}

.join-3 .content .text dl {
  margin-bottom: .3rem;
}

.join-4 .email-group dt {
  margin-bottom: .18rem;
}

.join-4 .email-group dd {
  font-size: .28rem;
  line-height: .44rem;
  color: #333;
  text-transform: uppercase;
}

.join-4 .email-group {
  padding: 0 0 .84rem;
}

.title-view .title {
  font-size: .48rem;
}

.title-view .desc {
  font-size: .28rem;
  line-height: 1.65;
  margin-top: .03rem;
}

.title-view {
  padding-bottom: .6rem;
}

.shzp-section {
  margin-top: .66rem;
}

.table-join {
  width: 100%;
  font-size: .28rem;
}

.table-join .thead {
  background: #f5f5f5;
  display: flex;
  align-items: center;
}

.table-join .thead span {
  flex: 1;
  line-height: .6rem;
  font-size: .28rem;
  color: #005c30;
  padding: .1rem;
  text-align: center;
}

.table-join .thead .td2 {
  flex: 0 0 2rem;
}

.table-join .tbody .item {
  /* border-bottom: 1px solid #e5e5e5; */
}

.table-join .tbody .item .post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: .26rem 0;
}

.table-join .tbody .item .post span {
  flex: 1;
  text-align: center;
  padding: 0 .1rem;
}

.table-join .tbody .item .post .td1 {
  text-align: left;
}

.table-join .tbody .item .post .td2 {
  flex: 0 0 2rem;
}

.table-join .tbody .content {
  width: 100%;
  padding: .4rem 0 1rem;
  display: none;
  border-bottom: 1px solid #e5e5e5;
}

.table-join .tbody .content p {
  line-height: 1.6;
  color: #777;
  margin-bottom: .12rem;
  padding-left: .4rem;
  position: relative;
}

.table-join .tbody .content p::before {
  content: "·";
  font-size: .48rem;
  line-height: 100%;
  color: #777;
  position: absolute;
  left: 0;
  top: 0;
}

.table-join .tbody .content .btn {
  display: block;
  margin: .42rem auto 0;
  width: 3rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  font-size: .24rem;
  color: #fff;
  background: #005c30;
}

.shzp-2 .group .box .content {
  border: 1px solid #e5e5e5;
  background: url(../images/bg_2.jpg);
  padding: .4rem 0 .29rem;
}

.shzp-2 .group .box+.box {
  margin-top: .3rem;
}

.shzp-2 .group .box .tit {
  font-size: .36rem;
  margin-left: .3rem;
  margin-bottom: .32rem;
}

.shzp-2 .group .box .process {
  display: flex;
  flex-wrap: wrap;
}

.shzp-2 .group .box .process .item {
  flex: 1;
  font-size: .28rem;
  color: #777;
  padding: .28rem .2rem;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  position: relative;
}

.shzp-2 .group .box .process .item:last-child {
  border-right: none;
}

.shzp-2 .group .box .process .item::after {
  content: "";
  width: .26rem;
  height: .2rem;
  background: url(../images/icon_14.png) no-repeat;
  background-size: .26rem auto;
  position: absolute;
  right: -.14rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.shzp-2 .group .box .process .item:last-child::after {
  display: none;
}

.shzp-2 .group .box .process .item .icon {
  display: block;
  height: .68rem;
  margin: 0 auto .18rem;
}

.shzp-2 .group .box2 .process .item {
  flex: initial;
  width: 33.3333%;
  border-right: none;
  border-bottom: 1px solid #e5e5e5;
}

.shzp-2 .group .box2 .process {
  padding: 0 .38rem;
}

.shzp-2 .group .box2 .process .item:nth-last-child(1),
.shzp-2 .group .box2 .process .item:nth-last-child(2),
.shzp-2 .group .box2 .process .item:nth-last-child(3) {
  border-bottom: none;
}

.shzp-2 .group .box2 .process .item.item:nth-child(3)::after {
  transform: rotate(90deg);
  right: .85rem;
  top: 1.76rem;
}

.shzp-2 .group .box2 .process .item.item:nth-child(4)::after,
.shzp-2 .group .box2 .process .item.item:nth-child(5)::after {
  background: url(../images/icon_15.png) no-repeat;
  background-size: .26rem auto;
}

.shzp-3 .address-group .item {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: .9rem;
}

.shzp-3 .address-group .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.shzp-3 .address-group .item .icon {
  display: block;
  height: 1.2rem;
  margin: 0 auto .2rem;
}

.shzp-3 .address-group .item .txt {
  font-size: .28rem;
  color: #555;
  margin-top: .12rem;
}

.shzp-3 .address-group .item .btn {
  display: block;
  margin: .42rem auto 0;
  width: 3rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  background-color: #005c30;
  font-size: .24rem;
  color: #fff;
}

.shzp-4 .list .item {
  float: left;
  width: 3.4rem;
  height: 1.8rem;
  background: #f5f5f5;
  display: table;
  text-align: center;
  padding: 0 .3rem;
  margin-right: .1rem;
  margin-bottom: .1rem;
}

.shzp-4 .list .item:nth-child(2n) {
  margin-right: 0;
}

.shzp-4 .list .item .inner {
  display: table-cell;
  vertical-align: middle;
}

.shzp-4 .list .item .time {
  font-size: .28rem;
  color: #777;
}

.table-join2 {
  width: 100%;
  font-size: .28rem;
}

.table-join2 .thead {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 0 .5rem 0 .3rem;
}

.table-join2 .thead span {
  flex: 1;
  line-height: .8rem;
  font-size: .28rem;
  color: #005c30;
  text-align: center;
}

.table-join2 .thead .td1 {
  flex: 0 0 2.6rem;
  text-align: left;
}

.table-join2 .tbody .item .post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: .26rem .5rem .26rem .3rem;
  position: relative;
}

.table-join2 .tbody .item .post::after {
  content: "";
  position: absolute;
  width: .16rem;
  height: .16rem;
  top: .38rem;
  right: .3rem;
  background: url(../images/icon_12.png) no-repeat;
  background-size: .16rem auto;
}

.table-join2 .tbody .item.active .post::after {
  background: url(../images/icon_13.png) no-repeat center center;
  background-size: .14rem auto;
}

.table-join2 .tbody .item .post span {
  flex: 1;
  text-align: center;
  padding: 0 .1rem;
}

.table-join2 .tbody .item .post .td1 {
  text-align: left;
}

.table-join2 .tbody .item .post .td2 {
  flex: 0 0 2rem;
}

.table-join2 .tbody .item .post .td1 {
  flex: 0 0 2.6rem;
  text-align: left;
}

.table-join2 .tbody .content {
  width: 100%;
  padding: .4rem .3rem 1rem;
  display: none;
  border-bottom: 1px solid #e5e5e5;
}

.table-join2 .tbody .content dl {
  margin-bottom: .3rem;
}

.table-join2 .tbody .content dt {
  color: #005c30;
}

.table-join2 .tbody .content dd {
  line-height: 1.6;
  color: #777;
  margin-bottom: .12rem;
  position: relative;
}

.table-join2 .tbody .content .btn {
  display: block;
  margin: .42rem auto 0;
  width: 3rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  font-size: .24rem;
  color: #fff;
  background: #005c30;
}

.shzp-6 .process {
  display: flex;
  flex-wrap: wrap;
  padding: 0 .38rem;
  background: url(../images/bg_2.jpg);
  border: 1px solid #e5e5e5;
}

.shzp-6 .process .item {
  font-size: .28rem;
  color: #777;
  padding: .28rem .2rem;
  text-align: center;
  position: relative;
  width: 33.3333%;
  border-bottom: 1px solid #e5e5e5;
}

.shzp-6 .process .item:last-child {
  border-right: none;
}

.shzp-6 .process .item::after {
  content: "";
  width: .26rem;
  height: .2rem;
  background: url(../images/icon_14.png) no-repeat;
  background-size: .26rem auto;
  position: absolute;
  right: -.14rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.shzp-6 .process .item:last-child::after {
  display: none;
}

.shzp-6 .process .item .icon {
  display: block;
  height: .68rem;
  margin: 0 auto .18rem;
}

.shzp-6 .process .item:nth-last-child(1),
.shzp-6 .process .item:nth-last-child(2),
.shzp-6 .process .item:nth-last-child(3) {
  border-bottom: none;
}

.shzp-6 .process .item.item:nth-child(3)::after {
  transform: rotate(90deg);
  right: .85rem;
  top: 1.76rem;
}

.shzp-6 .process .item.item:nth-child(4)::after,
.shzp-6 .process .item.item:nth-child(5)::after,
.shzp-6 .process .item.item:nth-child(6)::after {
  right: auto;
  left: -.14rem;
  background: url(../images/icon_15.png) no-repeat;
  background-size: .26rem auto;
}

.shzp-6 .process .item.item:nth-child(4)::after {
  transform: rotate(-90deg);
  left: .85rem;
  top: 1.76rem;
}

.product-wrapper .group {
  margin-bottom: .7rem;
}

.product-wrapper .group .title {
  height: .9rem;
  line-height: .9rem;
  background-color: #f7f7f7;
  margin-bottom: .45rem;
}

.product-wrapper .group .title a {
  display: block;
  padding: 0 .3rem;
  position: relative;
}

.product-wrapper .group .title a .icon {
  height: .6rem;
  margin-right: .2rem;
}

.product-wrapper .group .title a::after {
  content: "";
  position: absolute;
  width: .14rem;
  height: .26rem;
  background: url(../images/icon_16.png) no-repeat;
  background-size: .14rem auto;
  right: .3rem;
  top: .32rem;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
}

.product-list .item {
  width: 50%;
}

.product-list .item a {
  display: block;
  margin-bottom: .35rem;
  padding-bottom: .18rem;
}

.product-list .item .bg-image {
  padding-top: 100%;
}

.product-list .item .item-title {
  text-align: center;
  font-size: .3rem;
  color: #555;
  margin-top: .2rem;
}

.product-list .item .txt {
  text-align: center;
  font-size: .24rem;
  color: #999;
}

.product-wrapper {
  padding-bottom: .32rem;
}

.product-list-wrap {
  padding-bottom: .8rem;
}

.product-list-wrap .Pages {
  margin-top: .4rem;
}

.product-detail-1 {
  padding: .74rem 0 1rem;
}

.product-detail-1 .title {
  font-size: .48rem;
  line-height: .6rem;
}

.product-detail-1 .type {
  display: block;
  font-size: .28rem;
  color: #888;
  margin-top: .14rem;
}

.product-detail-1 .image {
  margin-top: .4rem;
  background-color: #fafafa;
}

.product-detail-1 .image .bg-image {
  padding-top: 100%;
}

.product-detail-1 .attrs {
  padding: .3rem 0 .4rem;
}

.product-detail-1 .attrs .item {
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
  font-size: .28rem;
  color: #555;
}

.product-detail-1 .attrs .item .label {
  flex: 0 0 2rem;
  width: 2rem;
  height: .6rem;
  line-height: .6rem;
  background: #F9F9F9;
  text-align: center;
  margin-right: .3rem;
}

.product-detail-1 .attrs .item .txt {
  flex: 1;
}

.product-detail-1 .links {
  text-align: center;
  font-size: 0;
  padding: .3rem 0 0;
  border-top: 1px solid #eee;
}

.product-detail-1 .links a {
  float: left;
  width: 3.3rem;
  height: .8rem;
  background: #F5F5F5;
  margin-right: .3rem;
}

.product-detail-1 .links a:nth-child(2n) {
  margin-right: 0;
}

.product-detail-1 .links a img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.product-detail-2 .content {
  height: 2.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: url(../images/bg_2.jpg);
}

.product-detail-2 .content .desc {
  font-size: .28rem;
  color: #555;
  margin-top: .1rem;
}

.product-detail-2 {
  padding-bottom: 1rem;
}

.product-detail-3 {
  padding-bottom: .17rem;
}

.product-detail-3 .section {
  margin-bottom: 1rem;
}

.product-detail-3 .se1 .image {
  width: 3.24rem;
  float: left;
}

.product-detail-3 .se1 .content {
  float: left;
  width: calc(100% - 3.24rem);
  padding-left: .48rem;
  padding-right: .3rem;
}

.product-detail-3 .section .content .txt {
  font-size: .28rem;
  line-height: .44rem;
  color: #333;
  margin-top: .18rem;
}

.product-detail-3 .se2 .content {
  text-align: center;
  margin-top: .38rem;
}

.product-detail-3 .se3 .image {
  width: 3.24rem;
  float: left;
}

.product-detail-3 .se3 .content {
  float: left;
  width: calc(100% - 3.24rem);
  padding-right: .48rem;
  padding-left: .3rem;
}

.product-detail-3 .se4 .image {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: .1rem 0 .7rem;
  background: url(../images/bg_2.jpg);
}

.product-detail-3 .se4 .image .img1 {
  width: 3.9rem;
}

.product-detail-3 .se4 .image .img2 {
  width: 3.2rem;
}

.product-detail-3 .se4 .content {
  padding: .48rem .3rem 0;
}

.search-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  display: none;
}

.search-container .main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-container .main .icon-close {
  position: absolute;
  right: 0;
  bottom: 110%;
  width: .5rem;
  height: .5rem;
  background: url(../images/close.png) no-repeat center center;
  background-size: 70% auto;
}

.search-container .search {
  width: 6.04rem;
  height: 1rem;
  border-radius: 4px;
  border: 1px solid #e9eaed;
  overflow: hidden;
}

.search-container .search input {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 1rem);
  height: 100%;
  border: none;
  padding: 0 .2rem;
  font-size: .3rem;
}

.search-container .search .btn {
  border: none;
  height: 100%;
  width: 1rem;
  float: right;
  background: #e9eaed url(../images/search.png) no-repeat center center;
  background-size: .36rem auto;
}

.fixed-job {
  position: fixed;
  left: -100%;
  opacity: 0;
  -webkit-opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 300;
  transition: opacity 0.3s;
}

.fixed-job.show {
  left: 0;
  opacity: 1;
  -webkit-opacity: 1;
}

.fixed-job .main {
  position: absolute;
  z-index: 400;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 90%;
  min-height: 500px;
  top: 50%;
  left: 50%;
  padding: 20px;
  border-radius: 5px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.fixed-job .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat center center;
  background-size: 60% auto;
  cursor: pointer;
}

.fixed-job ol {
  padding-bottom: 10px;
}

.fixed-job ol span {
  font-size: 20px;
  color: #005c30;
}

.fixed-job li {
  position: relative;
}

.fixed-job li:not(:last-child) {
  margin-bottom: 20px;
}

.fixed-job li label {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 40px;
  color: #999;
}

.fixed-job li .text {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.fixed-job li .btn {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 43px;
  color: #fff;
  background: #005c30;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.fixed-job .queueList {
  margin: 0;
}

.fixed-job .placeholder {
  padding: 20px 0;
  font-size: 14px;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

.placeholder .webuploader-pick {
  background: #000;
}