/*
 * @Author: WangYang 
 * @Date: 2019-04-27 11:17:28 
 * @Description:  
 * @Last Modified by:   WangYang 
 * @Last Modified time: 2019-04-27 11:17:28 
 */

/* 服务券：管理办法 */

.method-wrap .w {
  padding-right: 20px;
  text-align: justify;
}

.method-wrap h2 {
  padding: 50px 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #3d60d2;
}

.method-wrap h3 {
  padding-left: 80px;
  padding-top: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.method-wrap h4 {
  padding-left: 110px;
  padding-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.method-wrap p {
  padding-left: 82px;
  padding-top: 25px;
  line-height: 1.7;
  text-indent: 2em;
  font-size: 16px;
}

.method-wrap ol {
  padding-left: 174px;
  margin-top: 10px;
  list-style-type: decimal;
  line-height: 1.8;
  font-size: 14px;
  color: #333;
}

.method-wrap ul {
  padding-left: 30px;
  list-style-type: lower-alpha;
  line-height: 1.8;
  font-size: 14px;
  color: #333;
}

/* 服务券：申领认证材料 */

.approve-wrap {
  padding-top: 30px;
}

.approve-wrap .title {
  padding: 0 30px;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  box-sizing: border-box;
}

.approve-form {
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 70px;
  border: 1px solid #e3e3e3;
}

.approve-form .left {
  padding-left: 60px;
  width: 50%;
  box-sizing: border-box;
}

.approve-form .left li {
  position: relative;
  padding-bottom: 20px;
  font-size: 0;
}

.approve-form .left label {
  display: inline-block;
  line-height: 34px;
  width: 76px;
  font-size: 14px;
  vertical-align: top;
}

.approve-form .left input, .approve-form .left select {
  width: 300px;
  height: 34px;
  font-size: 14px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  vertical-align: top;
}

.approve-form .left input {
  padding-left: 4px;
}

.approve-form .left .select1 {
  margin-right: 10px;
  width: 72px;
}

.approve-form .left .input1 {
  width: 135px;
}

.approve-form .left .input2 {
  width: 190px;
}

.approve-form .left img {
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
}

.approve-form .left .err {
  position: absolute;
  left: 80px;
  bottom: 4px;
  font-size: 12px;
  color: #dd2828;
}

.approve-form .left button {
  margin-top: 20px;
  width: 150px;
  height: 42px;
  font-size: 16px;
  color: #fff;
  background: #f90;
  border: 1px solid #f90;
  border-radius: 4px;
}

.approve-form .left button:hover {
  background: #f60;
  border-color: #f60;
}

.approve-form .right {
  margin-top: 40px;
  padding-left: 120px;
  width: 50%;
  border-left: 1px dashed #c3c3c3;
  box-sizing: border-box;
}

.approve-form .right ul {
  padding-top: 20px;
  min-height: 200px;
  box-sizing: border-box;
}

.approve-form .right li {
  padding-bottom: 20px;
  font-size: 0;
}

.approve-form .right label {
  display: inline-block;
  line-height: 34px;
  width: 76px;
  font-size: 14px;
}

.approve-form .right .upload {
  width: 102px;
  height: 34px;
  font-size: 14px;
  color: #0a64d2;
  border: 1px solid #0a64d2;
  border-radius: 4px;
  background: #d7ebff;
  box-sizing: border-box;
}

.approve-form .right .upload:hover {
  color: #fff;
  background: #0a64d2;
}

.approve-form .right .label1 {
  color: #999;
  vertical-align: top;
}

.approve-form .right .uploaded {
  display: inline-block;
  font-size: 12px;
  color: #0a64d2;
}

.approve-form .right .uploaded li {
  padding: 0;
}

.approve-form .right .uploaded a {
  line-height: 34px;
  font-size: 12px;
  color: #0a64d2;
}

.approve-form .right .uploaded span {
  margin-left: 20px;
  line-height: 34px;
  font-size: 12px;
  color: #dd2828;
  cursor: pointer;
}

.approve-form .right .uploaded a:hover, .approve-form .right .uploaded span:hover {
  text-decoration: underline;
}

/* 服务券：所有服务 */
.all-service .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px;
}

.all-service .title h3 {
  padding-left: 10px;
  border-left: 6px solid #ff6600;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}

.all-service .title span {
  font-size: 12px;
  color: #999;
}

.all-service .title i {
  margin-right: 6px;
}

.all-service .title em {
  margin: 0 4px;
  color: #f60;
}

/* 服务券：筛选 */
.service-filter-box {

}

.service-filter-list {
  border: 1px solid #cccccc;
}

.service-filter-list li {
  display: flex;
}

.service-filter-list li:not(:first-of-type) {
  border-top: 1px solid #ddd;
}

.service-filter-list .label {
  padding: 10px 10px 0;
  width: 110px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  background: #f7f7f7;
}

.service-filter-list .sort {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding-top: 10px;
}

.service-filter-list .sort a {
  margin: 0 20px 10px;
  line-height: 20px;
  white-space: nowrap;
  font-size: 12px;
  color: #666;
}

.service-filter-list .sort a:hover,
.service-filter-list .sort a.active {
  color: #ff6600;
}

.service-filter-list .result .sort a {
  display: flex;
  padding: 0 4px 0 8px;
  border: 1px solid #ccc;
}

.service-filter-list .result .sort .iconfont {
  margin-left: 4px;
}

.service-filter-list .result .sort a:hover {
  border-color: #f60;
}

.service-filter-list .result .sort .empty {
  margin: 0 20px 10px;
  background: none;
  height: 22px;
  border: 0;
  font-size: 12px;
  color: #666;
  outline: none;
  opacity: 0;
}

.service-filter-list .result .sort .empty:hover {
  color: #f60;
}

.service-filter-list .result .sort .empty .iconfont {
  margin-right: 4px;
  font-size: 15px;
}

.service-products {
  width: 1200px;
  overflow: hidden;
}

.service-products .list {
  display: flex;
  flex-wrap: wrap;
  width: 1300px;
}

.service-products li {
  margin-top: 20px;
  margin-right: 20px;
  padding: 1px;
  width: 224px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.service-products li:hover {
  border-color: #f60;
}

.service-products .img {
  display: block;
  width: 220px;
  height: 180px;
}

.service-products .content {
  padding: 0 10px;
  background-color: #f5f5f5;
}

.service-products .price {
  position: relative;
  padding-top: 13px;
  line-height: 18px;
}

.service-products .price .new {
  font-size: 14px;
  color: #dd2828;
}

.service-products .price .new strong {
  font-weight: bold;
}

.service-products .price .old {
  margin-left: 6px;
  font-size: 12px;
  color: #999;
}

.service-products .price .icon {
  position: absolute;
  right: 0;
  top: 13px;
  width: 48px;
  height: 18px;
  background-image: url(../../images/wenzhou201904/fwq_icon.png);
}

.service-products .name {
  margin-top: 4px;
  line-height: 28px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.service-products .name a {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.service-products li:hover .name a {
  color: #f60;
}

.service-products .text {
  padding-bottom: 10px;
  height: 36px;
  overflow: hidden;
  line-height: 18px;
  font-size: 12px;
  color: #999;
}

.service-products .firm {
  display: block;
  line-height: 30px;
  font-size: 12px;
  color: #5b7692;
  border-top: 1px dashed #ccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.service-products li:hover .firm {
  color: #0a64d2;
}

/* 分页 */
.pagination-wrap {
  padding: 40px 0 10px;
  text-align: center;
}

#pagination {
  list-style: none;
  line-height: 1;
  font-size: 13px;
  color: #999;
}

#pagination li {
  display: inline-block;
  vertical-align: top;
}

#pagination li a {
  position: relative;
  float: left;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  margin-left: -1px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#pagination li:first-of-type a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

#pagination li:nth-last-child(4) a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

#pagination li em {
  float: left;
  font-style: normal;
  line-height: 30px;
}

#pagination li .total-data {
  margin: 0 10px;
  line-height: 30px;
}

#pagination li .jump-ipt {
  float: left;
  margin: 0 2px;
  padding: 0 4px;
  width: 44px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  box-sizing: border-box;
}

#pagination li .jump-btn {
  margin-left: 10px;
  border-radius: 3px;
}

#pagination li a:hover,
#pagination li span:hover,
#pagination > .active > a,
#pagination > .active > a:focus,
#pagination > .active > a:hover,
#pagination > .active > span,
#pagination > .active > span:focus,
#pagination > .active > span:hover {
  background-color: #0a64d2;
  border-color: #0a64d2;
  z-index: 2;
  color: #fff;
}

/**
  以下为修改老项目css的代码
 */
/* 服务券：详情页 */
table.shop-layout td.shop-sc-price i.pa {
  display: block;
  padding: 0;
  width: 48px;
  height: 18px;
  background: url(../../images/wenzhou201904/fwq_icon.png) no-repeat;  
}
table.shop-layout td.shop-yh-price i.pa{
  display: block;
  padding: 0;
  width: 48px;
  height: 18px;
  background: url(../../images/wenzhou201904/fwq_icon.png) no-repeat;  
}

.shop-detail-btn-box a.shop-btn-buy,
.shop-detail-btn-box a.shop-btn-chat {
  text-decoration: none;
}

a.shop-btn-buy,
h1.shop-detail-title a.shop-btn-buy {
  background: #f60;
}

a.shop-btn-buy:hover,
h1.shop-detail-title a.shop-btn-buy:hover {
  background: #f40;
}

a.shop-btn-chat,
h1.shop-detail-title a.shop-btn-chat {
  background: #83bbff;
}

a.shop-btn-chat:hover, h1.shop-detail-title a.shop-btn-chat:hover {
  background: #0a64d2;
}

.shop-detail-info h1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.shop-detail-subsidy {
  padding: 10px 5px;
  font-size: 0;
}

.shop-detail-subsidy a {
  display: inline-block;
  margin: 10px 17px;
  padding-top: 62px;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #f5f5f5 url(../../images/wenzhou201904/fwq_bt.png) 25px 10px no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shop-detail-subsidy a:nth-child(2) {
  background-position: -100px 10px;
}

.shop-detail-subsidy a:nth-child(3) {
  background-position: 21px -97px;
}

.shop-detail-subsidy a:nth-child(4) {
  background-position: -100px -97px;
}

.shop-detail-subsidy a:hover {
  background-color: #eee;
}

.shop-detail-right-menu .service-comp .pj {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 18px;
}

.shop-detail-right-menu .service-comp .pj i {
  width: 18px;
  height: 18px;
  background: url(../../images/wenzhou201904/pingfen.png) -22px 0 no-repeat;
  margin-right: 4px;
}

.shop-detail-right-menu .service-comp .pj i.selected {
  background-position-x: 0;
}

.shop-detail-right-menu .service-comp .pj span {
  margin-left: 10px;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

.service-comp h3 {
  position: relative;
  margin-left: 25px;
  color: #999;
}

.service-comp h3::before {
  display: block;
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  width: 22px;
  height: 22px;
  background: url(../../images/wenzhou201904/pj_icons.png) 0 0 no-repeat;
}

.service-comp .label-lx::before {
  background-position-x: -27px;
}

.service-comp .label-dh::before {
  background-position-x: -55px;
}

.service-comp .text {
  margin-left: 25px;
}
.service-comp .fwpf {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.service-comp .fwpf > div {
  margin: 0 5px;
}
.service-comp .fwpf label {
  color: #999;
}
.service-comp .fwpf span {
  display: block;
  margin: 0;
  line-height: 30px;
  font-weight: normal;
  color: #f60;
}
.shop-detail-right-menu .service-comp .text {
  font-weight: normal;
}

/*  */