.member-ul {
  background: #fff;
  padding: 24px;
}
.member-ul .member-li {
  width: 485px;
  height: 232px;
  opacity: 1;
  border: 1px solid #d0d0d0;
  background: #fff;
  -webkit-box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 24px;
  float: left;
  margin-right: 44px;
  margin-bottom: 24px;
}
.member-ul .member-li .li-img {
  height: 184px;
  width: 191px;
  border-radius: 6px;
  float: left;
  overflow: hidden;
}
.member-ul .member-li .li-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.member-ul .member-li .li-content {
  float: left;
  width: 244px;
  padding-left: 18px;
  height: 184px;
  position: relative;
}
.member-ul .member-li .li-content .title {
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #161616;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.member-ul .member-li .li-content .num {
  font-size: 14px;
  color: #fb6c4c;
}
.member-ul .member-li .li-content .intro {
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(134deg, #ffc72a 8%, #ff8d2a 92%);
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(255, 154, 42, 0.09);
          box-shadow: 0 3px 6px 0 rgba(255, 154, 42, 0.09);
  position: absolute;
  left: 18px;
  bottom: 10px;
}
.service .service-top {
  background: #fff;
  padding: 24px;
}
.service .service-top .service-title {
  padding-top: 12px;
  height: 58px;
  line-height: 46px;
  font-size: 16px;
  color: #303030;
}
.service .service-top .service-title i {
  color: #2D8CF0;
  font-size: 14px;
  margin-right: 8px;
}
.service .service-top .service-content {
  padding: 24px 0;
  border-top: 1px solid #e3e4e6;
  border-bottom: 1px solid #e3e4e6;
}
.service .service-top .service-content .content-img {
  float: left;
  width: 343px;
  height: 190px;
}
.service .service-top .service-content .content-content {
  float: left;
  margin-top: 12px;
  margin-left: 20px;
  width: 450px;
}
.service .service-top .service-content .content-content img {
  display: block;
  width: 100%;
  height: auto;
}
.service .service-top .service-content .content-content .content-title {
  font-size: 18px;
  color: #303030;
  margin-bottom: 10px;
}
.service .service-top .service-content .content-content .content-title span {
  color: #FA0606;
}
.service .service-top .service-content .content-content .content-num {
  line-height: 24px;
  font-size: 14px;
  color: #303030;
}
.service .service-top .service-content .content-content .content-price {
  margin-top: 8px;
  line-height: 24px;
  font-size: 14px;
  color: #303030;
}
.service .service-top .service-content .content-content .content-price span {
  color: #FA0606;
}
.service .service-top .service-content .content-content .taocan {
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
}
.service .service-top .service-content .content-content .taocan.active {
  background: #ff4400;
  color: #fff;
  border: 1px solid #ff4400;
}
.service .service-top .service-content .content-content .taocan:hover {
  background: #ff4400;
  color: #fff;
  border: 1px solid #ff4400;
}
.service .service-top .service-content .content-btn {
  float: right;
  margin: 32px 100px 0 0;
}
.service .service-top .service-content .content-btn .btn-btn {
  width: 210px;
  height: 74px;
  opacity: 1;
  background: rgba(42, 134, 237, 0.06);
  border: 1px solid #2d8cf0;
  border-radius: 3px;
  font-size: 20px;
  color: #2d8cf0;
  text-align: center;
  line-height: 74px;
  cursor: pointer;
}
.service .service-top .service-content .content-btn .btn-btn.disabled {
  background-color: #f7f7f7;
  border: 1px solid #dcdee2;
  color: #c5c8ce;
  cursor: not-allowed;
}
.service .service-top .service-content .content-btn p {
  margin-top: 5px;
  font-size: 12px;
  color: #ff4400;
}
.service .service-top .service-list {
  padding-top: 9px;
}
.service .service-top .service-list .list-title {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #2d8cf0;
}
.service .service-top .service-list .list-li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.service .service-top .service-list .list-li .li-img {
  width: 122px;
  height: 122px;
  border-radius: 6px;
  overflow: hidden;
}
.service .service-top .service-list .list-li .li-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.service .service-top .service-list .list-li p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #161616;
}
.service .service-bottom {
  background: #fff;
  padding: 24px;
  margin-top: 20px;
}
.service .service-bottom .service-title {
  padding-top: 12px;
  height: 58px;
  line-height: 46px;
  font-size: 16px;
  color: #303030;
  border-bottom: 1px solid #e3e4e6;
}
.service .service-bottom .service-title i {
  color: #2D8CF0;
  font-size: 14px;
  margin-right: 8px;
}
.service .service-bottom .service-content {
  margin-bottom: 20px;
}
.service .service-bottom .content-title {
  padding-left: 22px;
  background: #1890ff;
  border-radius: 4px 4px 0 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #ffffff;
}
.service .service-bottom .content-title.zhuyi {
  background: #f76244;
}
.service .service-bottom .content-content {
  padding: 0 22px;
  background: #f5f5f5;
  line-height: 30px;
  color: #131313;
  font-size: 14px;
  border-left: 1px solid #cacbcf;
  border-right: 1px solid #cacbcf;
  border-bottom: 1px solid #cacbcf;
}
.service .service-bottom .content-content img {
  max-width: 100%;
}
.pay-wrapper {
  padding: 0 24px 24px;
  background: #fff;
}
.pay-wrapper .pay-title {
  height: 76px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  line-height: 76px;
}
.pay-wrapper .pay-detailes {
  padding-top: 27px;
  color: #101010;
}
.pay-wrapper .pay-detailes .detailes-title {
  font-size: 16px;
}
.pay-wrapper .pay-detailes .detailes-ordernumber {
  font-size: 14px;
  margin-top: 20px;
}
.pay-wrapper .pay-detailes .detailes-content {
  margin-top: 20px;
}
.pay-wrapper .pay-detailes .detailes-content .content-images {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
}
.pay-wrapper .pay-detailes .detailes-content .content-images img {
  display: block;
  width: 100%;
  height: 100%;
}
.pay-wrapper .pay-detailes .detailes-content .content-text {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
.pay-wrapper .pay-detailes .detailes-content .content-text p {
  font-size: 14px;
  color: #303030;
  margin-bottom: 10px;
}
.pay-wrapper .pay-detailes .detailes-content .content-text p span {
  color: #FA0606;
}
.pay-wrapper .pay-detailes .detailes-money {
  margin-top: 10px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #101010;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.pay-wrapper .pay-detailes .detailes-money .money-l {
  float: left;
}
.pay-wrapper .pay-detailes .detailes-money .money-r {
  float: right;
  color: #fa0606;
}
.pay-wrapper .pay-paytype {
  padding-top: 24px;
}
.pay-wrapper .pay-paytype .paytype-title {
  font-size: 16px;
  color: #101010;
}
.pay-wrapper .pay-paytype .paytype-ul {
  margin-top: 5px;
}
.pay-wrapper .pay-paytype .paytype-ul .paytype-li {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
}
.pay-wrapper .pay-paytype .paytype-ul .paytype-li:hover {
  background: #f0f0f0;
}
.pay-wrapper .pay-paytype .paytype-ul .paytype-li .li-l {
  float: left;
}
.pay-wrapper .pay-paytype .paytype-ul .paytype-li .li-l i {
  font-size: 26px;
  margin-right: 5px;
  color: #101010;
  vertical-align: middle;
}
.pay-wrapper .pay-paytype .paytype-ul .paytype-li .li-r {
  float: right;
}
.pay-wrapper .pay-paytype .paytype-xianxia {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(119, 140, 151, 0.1);
          box-shadow: 0 2px 10px 0 rgba(119, 140, 151, 0.1);
}
.pay-wrapper .pay-paytype .paytype-xianxia .xianxia-squre {
  height: 63px;
  line-height: 62px;
  padding: 0 16px;
  border-bottom: 1px solid #f1f1f1;
}
.pay-wrapper .pay-paytype .paytype-xianxia .xianxia-squre.no-line {
  border-bottom: none;
}
.pay-wrapper .pay-paytype .paytype-xianxia .xianxia-squre .squre-name {
  font-size: 14px;
  color: #161616;
  display: inline-block;
  vertical-align: middle;
  width: 128px;
}
.pay-wrapper .pay-paytype .paytype-xianxia .xianxia-squre .squre-text {
  font-size: 14px;
  color: #000000;
}
.pay-wrapper .pay-paytype .paytype-xianxia .xianxia-squre .squre-text img {
  width: 95px;
  height: 34px;
  vertical-align: middle;
}
.pay-wrapper .pay-paytype .paytype-xianxia .xianxia-squre .squre-num {
  font-size: 14px;
  color: #8d8d8d;
  display: inline-block;
  width: 257px;
  height: 32px;
  background: #f2f2f2;
  border-radius: 2px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}
.pay-wrapper .pay-paytype .paytype-xianxia .xianxia-squre .squre-btn {
  float: right;
}
.pay-wrapper .pay-paytype .pay-btn {
  background: #f07b2d;
  border-radius: 4px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 50px;
  cursor: pointer;
}
.zhezhao {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow-y: auto;
  z-index: 1003;
}
.zhezhao .wechart-pay {
  position: absolute;
  width: 300px;
  padding: 20px 50px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.zhezhao .wechart-pay .pay-name {
  font-size: 14px;
}
.zhezhao .wechart-pay .pay-img {
  margin: 10px 0;
  width: 100%;
}
.zhezhao .wechart-pay .pay-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.zhezhao .wechart-pay .pay-money {
  font-size: 14px;
}
.result {
  padding: 150px 0;
  background: #fff;
}
.result .result-img {
  width: 260px;
  margin: 0 auto;
}
.result .result-img img {
  display: block;
  width: 100%;
  height: auto;
}
.result p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  margin-top: 20px;
}
.result h4 {
  font-size: 20px;
  color: #67d752;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}
.result .result-btn {
  margin-top: 50px;
  text-align: center;
}
