.pj-head {
  height: 106px;
  position: relative;
  z-index: 3;
}
.pj-head .small-nav-alone-center {
  position: relative;
  z-index: 3;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.pj-head .small-nav-alone-center .fr-li a {
  color: #333;
}
.pj-head .small-nav-alone-center .hello-text {
  font-size: 12px;
}
.pj-head .small-nav-alone-center .fr-li {
  margin-left: 30px;
}
.pj-head .small-nav-alone-center .fr-li a {
  color: #333;
}
.pj-head .small-nav-alone-center .fr-li.top-nav-dynamic {
  margin-left: 0;
}
.pj-head .small-nav-alone-center .fr-li.top-nav-dynamic div {
  margin-left: 30px;
}
.pj-head .small-nav-alone-center .fr-li.top-nav-dynamic div.user-name-li {
  position: relative;
}
.pj-head .small-nav-alone-center .fr-li.top-nav-dynamic div.user-name-li .user-name-a {
  width: 80px;
  height: 36px;
}
.pj-head .small-nav-alone-center .fr-li.top-nav-dynamic div.user-name-li:hover .user-name-drop {
  display: block;
}
.pj-head .small-nav-alone-center .fr-li.top-nav-dynamic div.user-name-li .user-name-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -34px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.pj-head .small-nav-alone-center .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.pj-head .small-nav-alone-center .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a:hover {
  color: #09C867;
}
.pj-head .small-nav-alone-center .fr-li.top-nav-dynamic div .register-li {
  color: #09C867;
}
.pj-head .small-nav-alone-center .fr-li.user-order-li {
  position: relative;
}
.pj-head .small-nav-alone-center .fr-li.user-order-li .user-order-a {
  height: 36px;
}
.pj-head .small-nav-alone-center .fr-li.user-order-li i {
  font-size: 24px;
}
.pj-head .small-nav-alone-center .fr-li.user-order-li:hover .user-order-drop {
  display: block;
}
.pj-head .small-nav-alone-center .fr-li.user-order-li .user-order-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -10px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.pj-head .small-nav-alone-center .fr-li.user-order-li .user-order-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.pj-head .small-nav-alone-center .fr-li.user-order-li .user-order-drop a:hover {
  color: #09C867;
}
.pj-head .small-nav-alone-center .fr-li.qrcode-li {
  position: relative;
}
.pj-head .small-nav-alone-center .fr-li.qrcode-li:hover .head-qrcode-div {
  display: block;
}
.pj-head .small-nav-alone-center .fr-li.qrcode-li .head-qrcode-div {
  display: none;
  position: absolute;
  height: 168px;
  width: 130px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 3;
  left: 50%;
  margin-left: -65px;
}
.pj-head .small-nav-alone-center .fr-li.qrcode-li .head-qrcode-div img {
  display: block;
  height: 98px;
  width: 98px;
  margin: 16px auto 0;
}
.pj-head .small-nav-alone-center .fr-li.qrcode-li .head-qrcode-div .qr-t {
  height: 17px;
  text-align: center;
  color: #000000;
  line-height: 17px;
  margin-top: 2px;
}
.pj-head .small-nav-alone-center .fr-li.qrcode-li .head-qrcode-div .qr-t.desc {
  color: #606266;
}
.pj-head .jp-nav {
  height: 58px;
  border-top: 1px solid rgba(16, 16, 16, 0.03);
  z-index: 2;
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
}
.pj-head .jp-nav > div .img-a {
  margin-top: 13px;
}
.pj-head .jp-nav > div .img-a img {
  width: 80px;
  height: 32px;
}
.pj-head .jp-nav > div .navs {
  margin-left: 32px;
}
.pj-head .jp-nav > div .navs li {
  width: 150px;
  text-align: center;
}
.pj-head .jp-nav > div .navs li.active a {
  color: #0075C1;
}
.pj-head .jp-nav > div .navs li.active a::after {
  display: block;
  content: '';
  width: 28px;
  height: 4px;
  background: #0075c1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
}
.pj-head .jp-nav > div .navs li a {
  text-align: center;
  color: #191919;
  font-size: 16px;
  height: 57px;
  line-height: 57px;
  position: relative;
}
.pj-head .jp-nav > div .navs li a:hover {
  color: #0075C1;
}
.pj-head .jp-nav > div .navs li a.yp-nav::before {
  display: block;
  content: '';
  width: 37px;
  height: 18px;
  background: url('../../images/pj/2.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -32px;
  top: 10px;
}
.pj-head .jp-nav > div .search-div {
  position: relative;
  top: 13px;
}
.pj-head .jp-nav > div .search-div .input-div {
  height: 32px;
  width: 304px;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 30px;
  position: relative;
  border: 1px solid #0075c1;
}
.pj-head .jp-nav > div .search-div .input-div input {
  height: 30px;
  border: none;
  color: #28292b;
  width: 240px;
}
.pj-head .jp-nav > div .search-div .search-btn {
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #0075c1;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 0;
}
.pj-head .pj-head-csf {
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: -100000px;
  z-index: 1;
  left: 0;
  right: 0;
  padding-bottom: 33px;
}
.pj-head .pj-head-csf > div {
  margin-top: 46px;
}
.pj-head .pj-head-csf > div:first-child {
  margin-top: 31px;
}
.pj-head .pj-head-csf > div .first-itm {
  width: 264px;
  margin-left: 44px;
}
.pj-head .pj-head-csf > div .first-itm:first-child {
  margin-left: 0;
}
.pj-head .pj-head-csf > div .first-itm > p {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 21px;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
}
.pj-head .pj-head-csf > div .first-itm > p a {
  color: #333333;
  font-weight: 600;
}
.pj-head .pj-head-csf > div .first-itm .sec-itms .sec-itm {
  margin-top: 24px;
  height: 18px;
}
.pj-head .pj-head-csf > div .first-itm .sec-itms .sec-itm a {
  font-size: 14px;
  color: #333333;
}
.pj-head .pj-head-csf > div .first-itm .sec-itms .sec-itm a:hover {
  color: #0075c1;
}
.pj-head .pj-head-csf > div .first-itm .sec-itms .sec-itm a b {
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
  max-width: 264px;
}
.pj-head .pj-head-csf > div .first-itm .sec-itms .sec-itm a b.hot-b {
  max-width: 227px;
}
.pj-head .pj-head-csf > div .first-itm .sec-itms .sec-itm a i {
  width: 37px;
  height: 18px;
  background: url('../../images/pj/2.png') no-repeat;
  background-size: 100% 100%;
}
.table {
  background-color: #fff;
}
.table .thead {
  background: #0075c1;
  color: #fff;
}
.table .thead li {
  height: 48px;
  line-height: 48px;
  padding-left: 7px;
}
.table .thead li.first {
  padding-left: 12px;
}
.table .tr li {
  min-height: 1px;
}
.table .tr .px155 {
  width: 155px;
}
.table .tr .px100 {
  width: 100px;
}
.table .tr .px120 {
  width: 120px;
}
.table .tr .px88 {
  width: 88px;
}
.table .tr .px87 {
  width: 87px;
}
.table .tr .px153 {
  width: 153px;
}
.table .tr .px125 {
  width: 125px;
}
.table .tr .px145 {
  width: 145px;
}
.table .tr .px92 {
  width: 92px;
}
.table .tbody .no-data {
  height: 509px;
  padding: 46px 160px 0;
}
.table .tbody .no-data img {
  width: 236px;
  height: 181px;
  margin: 0 auto;
}
.table .tbody .no-data .text {
  font-size: 14px;
  text-align: center;
  color: #303133;
  line-height: 24px;
}
.table .tbody .no-data .text a {
  color: #0275C1;
  text-decoration: underline;
}
.table .tbody .no-data .text.text1 {
  margin-top: 5px;
}
.table .tbody .tr {
  padding: 12px 0 12px;
  border-bottom: 1px solid #EBEEF5;
}
.table .tbody .tr li {
  padding: 0 0 0 7px;
}
.table .tbody .tr li.model-li {
  padding-left: 12px;
}
.table .tbody .tr li.model-li a {
  line-height: 20px;
  color: #606266;
  word-wrap: break-word;
  word-break: break-all;
  width: 100%;
}
.table .tbody .tr li.model-li p {
  width: 104px;
  height: 24px;
  border-radius: 4px;
  line-height: 24px;
  margin-top: 8px;
  text-align: center;
}
.table .tbody .tr li.model-li p.yx {
  background: rgba(42, 174, 103, 0.06);
  color: #2AAE67;
}
.table .tbody .tr li.model-li p.yx i {
  background-image: url('../../images/pj/30.png');
  height: 12px;
  top: 2px;
}
.table .tbody .tr li.model-li p.gl {
  background: rgba(0, 117, 193, 0.06);
  color: #0075C1;
}
.table .tbody .tr li.model-li p.gl i {
  background-image: url('../../images/pj/31.png');
  height: 16px;
  top: 4px;
}
.table .tbody .tr li.model-li p i {
  width: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
  position: relative;
}
.table .tbody .tr li.zzs-li p,
.table .tbody .tr li.zzs-li a {
  display: block;
  color: #606266;
  line-height: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.table .tbody .tr li.qdl-li p {
  word-wrap: break-word;
  word-break: break-all;
  line-height: 24px;
  line-height: 20px;
  color: #606266;
}
.table .tbody .tr li.kc-li .btn {
  display: block;
  line-height: 22px;
  width: 80px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #0075C1;
  color: #0075C1;
  text-align: center;
}
.table .tbody .tr li.step-price {
  width: 295px;
  min-height: 1px;
  padding-left: 0;
}
.table .tbody .tr li.step-price .ladder-price.active p {
  color: #FFBC3D;
}
.table .tbody .tr li.step-price .ladder-price p {
  padding-left: 7px;
  line-height: 20px;
  color: #606266;
}
.table .tbody .tr li.hq-li .check-div {
  cursor: pointer;
  line-height: 24px;
}
.table .tbody .tr li.hq-li .check-div i {
  font-size: 14px;
  vertical-align: top;
  color: #666;
}
.table .tbody .tr li.hq-li .check-div span {
  font-size: 14px;
  margin-left: 4px;
  width: 125px;
  color: #303133;
}
.table .tbody .tr li.hq-li .check-div.active i {
  color: #0075C1;
}
.table .tbody .tr li.sl-li {
  padding-top: 8px;
}
.table .tbody .tr li.sl-li .operat-num {
  width: 118px;
  height: 26px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.table .tbody .tr li.sl-li .operat-num input {
  display: block;
  padding: 0 2px;
  width: 58px;
  font-size: 12px;
  text-align: center;
  color: #606266;
  line-height: 26px;
}
.table .tbody .tr li.sl-li .operat-num a {
  display: block;
  width: 26px;
  height: 26px;
  background: #f5f7fa;
  line-height: 26px;
  color: #C0C4CC;
  text-align: center;
  font-size: 18px;
}
.table .tbody .tr li.sl-li .operat-num a.reduce-btn {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #dcdfe6;
}
.table .tbody .tr li.sl-li .operat-num a.add-btn {
  border-radius: 0 4px  4px 0;
  border-left: 1px solid #dcdfe6;
}
.table .tbody .tr li.sl-li .num-text {
  text-align: left;
  padding-top: 6px;
  color: #303133;
}
.table .tbody .tr li.sl-li .num-text span {
  font-weight: 600;
  text-align: center;
  color: #0075C1;
  line-height: 20px;
}
.table .tbody .tr li.cz-li .btn {
  display: block;
  line-height: 22px;
  width: 80px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #0075C1;
  color: #0075C1;
  text-align: center;
  margin-top: 8px;
}
.table .tbody .tr li.cz-li .btn:first-child {
  margin-top: 0;
  background: #0075C1;
  color: #fff;
}
.table .tbody .tr li.cz-li .down-btn {
  width: 80px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  color: #0075c1;
  line-height: 20px;
  margin-top: 4px;
}
.table .tbody .tr li.cz-li .down-btn i {
  margin-right: 2px;
}
.table .tbody .tr li .kc-wp {
  line-height: 20px;
  color: #606266;
}
.g-tip p {
  color: #0075c1 !important;
  border: 1px solid #0075c1 !important;
}
.g-tip p::before {
  border-top: 5px #0075c1 solid !important;
}
.pj-wrp {
  min-width: 1190px;
  background: #f5f7fa;
}
.pj-wrp .content .bn-img {
  width: 100%;
}
.pj-wrp .content .sec-1 {
  background: #fff;
}
.pj-wrp .content .sec-1 .filter-section {
  padding: 17px 0 0;
}
.pj-wrp .content .sec-1 .filter-section .filter-item .text {
  color: #303133;
  display: block;
  width: 80px;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}
.pj-wrp .content .sec-1 .filter-section .filter-item .datas {
  width: 1000px;
  max-height: 39px;
  overflow: hidden;
}
.pj-wrp .content .sec-1 .filter-section .filter-item .datas .datas-wrapper {
  width: 100%;
}
.pj-wrp .content .sec-1 .filter-section .filter-item .datas .data {
  display: block;
  height: 22px;
  color: #303133;
  margin: 0 0 17px 24px;
  line-height: 22px;
  font-size: 14px;
}
.pj-wrp .content .sec-1 .filter-section .filter-item .datas .data:hover {
  color: #0075C1;
}
.pj-wrp .content .sec-1 .filter-section .filter-item .datas .data.active {
  color: #0075C1;
}
.pj-wrp .content .sec-1 .filter-section .filter-item .up-or-down {
  display: none;
  color: #0075C1;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}
.pj-wrp .content .sec-1 .filter-section .filter-item .up-or-down span {
  font-weight: 600;
}
.pj-wrp .content .sec-1 .filter-section .filter-item .up-or-down i {
  font-weight: 600;
  margin-left: 2px;
}
.pj-wrp .content .sec-2 {
  margin-top: 24px;
}
.pj-wrp .common-pagination-ul {
  text-align: right;
  padding: 10px 15px;
}
.pj-wrp .common-pagination-ul li {
  vertical-align: middle;
  text-align: center;
}
.pj-wrp .common-pagination-ul li.active {
  background: #0075C1;
  border: 1px solid #0075C1;
}
.footer {
  margin-top: 48px;
}
