﻿#navTop {
  background-color: rgba(255, 255, 255, 0.9);
}
#navTop .layui-nav {
  background: transparent;
}
#banner_bg {
  height: 600px;
  background: url('/Content/imgs/shopmm/pinggu_bg.jpg') no-repeat;
  background-size: 1920px 100%;
  background-position: center -27px;
}
.thBox {
  padding-top: 145px;
  color: white;
  text-align: center;
}
.thBox .th {
  font-size: 60px;
}
.thBox .text {
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: 14px;
  opacity: 0.8;
}
#pingguForm {
  padding-bottom: 60px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 1, 0.07);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 1, 0.07);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 1, 0.07);
}
#pingguForm .shopType {
  margin-bottom: 60px;
}
#pingguForm .shopType .item {
  float: left;
  width: 50%;
  height: 68px;
  line-height: 68px;
  background-color: #ebedf2;
  text-align: center;
  font-size: 20px;
  color: #1e1e1e;
  cursor: pointer;
}
#pingguForm .shopType .item > img {
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 20px;
  -webkit-filter: brightness(0.3);
  -moz-filter: brightness(0.3);
  -ms-filter: brightness(0.3);
  filter: brightness(0.3);
}
#pingguForm .shopType .item.active {
  color: white;
  background-color: #fe712a;
}
#pingguForm .shopType .item.active img {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
}
#pingguForm .assessSum {
  text-align: center;
  font-size: 24px;
  color: #575757;
  margin-bottom: 50px;
}
#pingguForm .assessSum .num {
  color: #fe712a;
  font-size: 60px;
}
#pingguForm form {
  position: relative;
}
#pingguForm form .layui-form-item {
  width: 550px;
  margin: auto;
}
#pingguForm form .layui-form-item #pingguBtn {
  background-color: #fe712a;
  font-size: 16px;
}
#pingguForm form input[type='text'] {
  margin-bottom: 18px;
  height: 50px;
  color: #686868;
  border-radius: 5px;
  border: solid 1px #fe712a;
}
#pingguForm form input[type='text']:hover {
  border-color: #fe712a !important;
}
#pingguForm form input[type='text']:focus {
  border-color: #fe712a !important;
}
#pingguForm form .layui-btn {
  color: #fff;
  border: none;
  width: 550px;
  height: 48px;
  display: block;
  margin: auto;
  margin-top: 30px;
  line-height: 48px;
  padding: 0 90px;
  border-radius: 30px;
  background-color: #21c58f;
}
#pg_advantage {
  text-align: center;
  margin-top: 210px;
}
#pg_advantage > ul > li {
  float: left;
  background-color: #fff;
  padding: 50px 0 70px 0;
  text-align: center;
  border-radius: 20px;
}
#pg_advantage > ul > li:not(:last-of-type) {
  margin-right: 11.2%;
}
#pg_advantage > ul > li > .imgBox {
  float: left;
  height: 60px;
  line-height: 60px;
}
#pg_advantage > ul > li > .imgBox img {
  vertical-align: middle;
  margin-right: 15px;
}
#pg_advantage > ul > li ul {
  float: left;
}
#pg_advantage > ul > li ul li {
  line-height: 30px;
  text-align: left;
  color: #a0a0a0;
}
#pg_advantage > ul > li ul li:first-of-type {
  font-size: 18px;
  color: #4d4d4d;
}
#newDataList {
  background-image: url(/Content/imgs/shopmm/evaluateCaseBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 670px;
  padding: 70px 0 90px 0;
  box-sizing: border-box;
  color: white;
}
#newDataList .commonTh {
  font-size: 28px;
  color: white;
  text-align: center;
}
#newDataList .tabTh {
  margin-top: 45px;
  background-color: #172245;
}
#newDataList .tabTh .item {
  float: left;
  text-align: center;
  width: 20%;
  height: 50px;
  line-height: 50px;
}
#newDataList .tabTh .item:first-of-type {
  width: 15%;
}
#newDataList .tabTh .item:nth-child(2) {
  width: 25%;
}
#newDataList .caseBox {
  height: 368px;
  overflow: hidden;
}
#newDataList .caseBox .dataList .itemData .item {
  float: left;
  padding: 15px 0;
  text-align: center;
  width: 20%;
  box-sizing: border-box;
}
#newDataList .caseBox .dataList .itemData .item:first-of-type {
  width: 15%;
}
#newDataList .caseBox .dataList .itemData .item:nth-child(2) {
  width: 25%;
}
#newDataList .caseBox .dataList .itemData .item.price {
  color: #fe712a;
}
#newDataList .caseBox .dataList .itemData:nth-child(2n+1) {
  background-color: #3e445c;
}
#newDataList .caseBox .dataList .itemData:nth-child(2n) {
  background-color: #4d5367;
}
#whyEvaluate {
  padding: 80px 0;
}
#whyEvaluate .commonTh {
  font-size: 28px;
  color: white;
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 85px;
}
#whyEvaluate ul .item {
  float: left;
  width: 360px;
  padding: 20px 30px;
  box-sizing: border-box;
  color: white;
  min-height: 355px;
  position: relative;
}
#whyEvaluate ul .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #ffffff transparent;
}
#whyEvaluate ul .item:not(:last-of-type) {
  margin-right: 60px;
}
#whyEvaluate ul .item:first-of-type {
  background-color: #3476ef;
}
#whyEvaluate ul .item:nth-child(2) {
  background-color: #fe712a;
}
#whyEvaluate ul .item:last-of-type {
  background-color: #252f4c;
}
#whyEvaluate ul .item > .num {
  float: right;
  margin-top: -5px;
  font-size: 70px;
  font-weight: bold;
  opacity: 0.2;
}
#whyEvaluate ul .item .imgBox {
  margin-top: 50px;
  height: 70px;
  line-height: 70px;
}
#whyEvaluate ul .item .imgBox img {
  vertical-align: middle;
}
#whyEvaluate ul .item > .th {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
#whyEvaluate ul .item > .text {
  font-size: 16px;
  opacity: 0.8;
  line-height: 160%;
}
#whyEvaluate .btnBox {
  text-align: center;
  margin-top: 50px;
}
#whyEvaluate .btnBox .pgBtn {
  display: inline-block;
  font-size: 20px;
  color: white;
  height: 60px;
  line-height: 60px;
  padding: 0 60px;
  background-color: #fe712a;
  border-radius: 50px;
}
#professional {
  background-image: url(/Content/imgs/shopmm/professionalBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 825px;
  padding: 70px 0 90px 0;
  box-sizing: border-box;
}
#professional .layui-main .commonTh {
  font-size: 28px;
  color: white;
  text-align: center;
}
#professional .layui-main > .text {
  font-size: 18px;
  text-align: center;
  color: white;
  opacity: 0.8;
  margin-top: 15px;
}
#professional .layui-main .contentBox {
  margin-top: 60px;
}
#professional .layui-main .contentBox .overallImg {
  width: 740px;
  position: absolute;
  right: 0;
  bottom: -50px;
}
#sellOrContact {
  padding: 70px 0;
  text-align: center;
}
#sellOrContact a {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  border-radius: 35px;
  padding: 0 80px;
  color: white;
  font-size: 20px;
  margin: 0 15px;
}
#sellOrContact .sellShop {
  background-color: #537ada;
}
#sellOrContact .contact {
  background-color: #fe712a;
}
#pg_Result {
  padding-top: 140px;
  text-align: center;
  display: none;
  margin-left: -5%;
  font-size: 15px;
  padding-left: 24%;
  padding-right: 25%;
}
#pg_Result .th {
  font-size: 18px;
  color: #537ada;
  margin-bottom: 35px;
}
#pg_Result .context {
  color: #686868;
  width: 370px;
  padding: 35px;
  margin: auto;
  box-sizing: border-box;
  background-color: #f0f0f0;
}
#pg_Result .context b {
  font-size: 2em;
  color: #e86d09;
  font-family: initial;
  display: block;
  margin-top: 10px;
}
#pg_Result .btnBox {
  margin-top: 8%;
  margin-bottom: 15%;
}
#pg_Result .btnBox .layui-btn {
  border-radius: 30px;
  width: 110px;
  height: 36px;
  line-height: 36px;
}
#pg_Result .btnBox .layui-btn:first-of-type {
  background-color: #537ada;
  margin-right: 10px;
}
#pg_Result .btnBox .layui-btn:last-of-type {
  background-color: transparent;
  border: 1px solid #537ada;
  color: #537ada;
}
#pg_Result .tips {
  font-size: 12px;
  color: #686868;
}
#pg_Result .tips span img {
  margin-bottom: 3px;
  margin-right: 3px;
}
#pg_Result .tips p {
  margin-top: 10px;
}