﻿@charset "utf-8";
@font-face {
  font-family: "lcgt-icon";
  src: url("fonts/lcgt-icon.eot?rw05rk");
  src: url("fonts/lcgt-icon.eot?rw05rk#iefix") format("embedded-opentype"),
    url("fonts/lcgt-icon.ttf?rw05rk") format("truetype"),
    url("fonts/lcgt-icon.woff?rw05rk") format("woff"),
    url("fonts/lcgt-icon.svg?rw05rk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="licon-"]:before,
[class*=" licon-"]:before,
[class*="ico-"]:before,
[class^="licon-"]:after,
[class*=" licon-"]:after,
[class*="ico-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lcgt-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "iconfont";
  src: url("fonts/font-b/iconfont.eot");
  src: url("fonts/font-b/iconfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-b/iconfont.woff2") format("woff2"),
    url("fonts/font-b/iconfont.woff") format("woff"),
    url("fonts/font-b/iconfont.ttf") format("truetype"),
    url("fonts/font-b/iconfont.svg#iconfont") format("svg");
}
.icon_whb {
  font-family: "iconfont" !important;
  display: block;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* reset */
html {
  _background-attachment: fixed;
  _background-image: url(about:blank);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 "microsoft yahei", "\5FAE\8F6F\96C5\9ED1", "simsun", tahoma,
    arial, serif;
  color: #6e6e6e;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
ol,
ul {
  list-style: none;
}
input[type="text"] {
  border: solid 1px #e6e6e6;
}
button {
  border: none;
  cursor: pointer;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
b {
  font-weight: normal;
}
i {
  font-style: normal;
}
a {
  color: #6e6e6e;
  text-decoration: none;
  cursor: pointer;
  outline: medium none;
}
a:hover {
  color: #027cdf;
}
.clear {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: "";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
body {
  background-color: #f5f5f5;
  min-width: 1214px;
}
.container {
  width: 1214px;
  margin: 0 auto;
}

/* btn */
.btn-blue,
.btn-red {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border: 0;
  text-align: center;
  background-color: #027cdf;
  color: #fff;
  cursor: pointer;
  padding: 0 25px;
  border-radius: 3px;
}
.btn-red {
  background-color: #ff5759;
}
.btn-gray {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  text-align: center;
  background-color: #f8f8f8;
  color: #6e6e6e;
  cursor: pointer;
  padding: 0 25px;
  border-radius: 3px;
}
.btn-blue:hover,
.btn-blue:visited,
.btn-red:hover,
.btn-red:visited {
  color: #fff;
}
.btn-gray:hover,
.btn-gray:visited {
  color: #6e6e6e;
}
button.btn-gray {
  height: 28px;
}
.uploadify-button {
  padding: 0;
}
.uploadify-queue {
  display: none;
}

/* header */
.new .zixun1 a {
  color: #c03;
}
.header {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

/* topbar */

.mobile_version {
  float: right;
  cursor: pointer;
  position: relative;
}
.mobile_version:hover {
  background-color: #fafafa !important;
}
.mobile_icon {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.mobile_version:hover span {
  color: #027cdf;
}
.mobile_version:hover .mobile_code_box {
  display: block;
}
.mobile_version .mobile_code_box {
  display: none;
  position: absolute;
  left: -27%;
  width: 130px;
  padding-bottom: 6px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(66, 109, 173, 0.16);
  z-index: 9;
}
.mobile_version .mobile_code_box .mobile_code_img {
  width: 110px;
  /* height: 110px; */
  margin: 10px auto 6px;
}
.mobile_version .mobile_code_box .mobile_code_img img {
  width: 100%;
  height: auto;
  display: block;
}
.mobile_version .mobile_code_box p {
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}

.topbar {
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #fafafa;
  font-size: 12px;
}
.topbar .inner {
  width: 1214px;
  margin: 0 auto;
  height: 29px;
  line-height: 29px;
}
.topbar-right {
  float: right; /*width: 300px;*/
  position: relative;
}
.topbar-right li {
  float: right;
  height: 29px;
  cursor: pointer;
  position: relative;
  background-color: #fafafa;
  width: 84px;
  text-align: center;
}
.topbar-right li .a {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 10001;
  line-height: 27px;
  height: 29px;
}
.topbar-right li .drop_down_icon {
  width: 16px;
  height: 16px;
  background: url(https://www.pinganzz.cn/assets/images/bxg/drop_down_icon.png) no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  vertical-align: middle;
}
.topbar-right li:hover .drop_down_icon {
  background: url(https://www.pinganzz.cn/assets/images/bxg/drop_down_icon_on.png) no-repeat;
}
.phone-version {
  background: url(https://www.pinganzz.cn/assets/images/common/phone-icon.png) 10px 9px no-repeat;
}
.topbar-right ul {
  background-color: #fff;
  z-index: 2;
  position: relative;
}
/*.topbar-right .phone-code { position: absolute; z-index: 1; left: 65px; top: -111px; border: solid 1px #e6e6e6; width: 232px; background: #ffffff; display: none; }
.topbar-right .phone-code { display: block; }
.topbar-right .phone-code i { position: absolute; width: 13px; height: 7px; background: url(https://www.pinganzz.cn/assets/images/common/tri2.png) no-repeat; top: -7px; left: 30px; }
.topbar-right .phone-code .code-box { float: left; width: 100px; padding: 10px 8px 5px 8px; text-align: center; line-height: 16px; color: #027cdf; }
.topbar-right .phone-code .code-box img { width: 88px; height: 88px; }*/

.topnav-tar {
  border: solid #fafafa;
  border-width: 0 1px;
}
.topnav-active {
  border-color: #c6c6c6;
  background-color: #ffffff;
}
.topnav-active .a {
  background-color: #ffffff;
  font-weight: bold;
}
.topnav-box {
  background: #ffffff;
  padding: 12px 12px 0;
  width: 625px;
  -webkit-box-shadow: #bababa 0px 2px 5px;
  box-shadow: rgba(66, 109, 173, 0.16) 0px 2px 5px;
  border: 1px solid #c6c6c6;
  border-top-color: #e2e2e2;
  z-index: 10000;
  position: absolute;
  right: -24px;
  top: 29px;
  display: none;
}
.topnav-box dl {
  width: 125px;
  float: left;
  padding-bottom: 30px;
  min-height: 200px;
  *height: 200px;
}
.topnav-box dt {
  font-size: 14px;
  font-weight: bold;
}
.topnav-box dl a {
  display: block;
  height: 29px;
  float: left;
  padding: 0 22px;
  white-space: nowrap;
  overflow: hidden;
}

/* login */
.centent {
  background: #f5f5f5;
  color: #6e6e6e;
  min-width: 1214px;
  overflow: hidden;
}
.ding {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  height: 29px;
  line-height: 29px;
}
.mnue_nr {
  width: 1214px;
  margin: 0 auto;
}
.mnue_nr:after {
  display: block;
  content: "";
  clear: both;
}
.shouc {
  float: right;
  margin-left: 38px;
}
.shouc > a,
.top_nav {
  margin-right: 20px;
  display: block;
  height: 29px;
  float: left;
  padding: 0 22px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 20px;
}
.dengl {
  float: left;
}
.yyhhoou {
  display: block;
  float: left;
}
.dah_tc {
  background: #f3f2f3;
  min-height: 288px;
  *height: 318px !important;
  padding: 12px;
  -webkit-box-shadow: #bababa 0px 0px 5px;
  -moz-box-shadow: #bababa 0px 0px 5px;
  box-shadow: #bababa 0px 0px 5px;
  behavior: url(/PIE.htc);
  margin-left: 6px;
  *width: 992px;
  *min-height: 142px;
  *border: 1px solid #c6c6c6 !important;
  z-index: 10000;
  width: 610px;
  position: absolute;
  display: none;
  margin-top: 29px;
  left: 50%;
}
.xhda_bt {
  width: 105%;
}
.xh_daq {
  line-height: 33px;
  float: left;
  width: 125px;
  height: 264px;
  *max-widht: 122px;
}
.xhd_ti {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: bold;
}
.xh_daq a {
  display: block;
  padding-left: 22px;
}
#show_member_info {
  position: relative;
  float: left;
}
.user_type_span1 li {
  position: relative;
  height: 29px;
  z-index: 101;
}
.user_type_span1 li .hint {
  position: absolute;
  white-space: nowrap;
  background: #ff6633;
  color: white;
  padding: 0 5px 0 12px;
  border-radius: 3px;
  line-height: 26px;
  top: 30px;
}
.user_type_span1 li .hint:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent #f63;
  position: absolute;
  top: -7px;
}
.topbar-right li:hover {
  background-color: #ffffff;
}
.topbar-right li:hover .code,
.topbar-right li:hover .option {
  display: block;
}
.topbar-right li .code {
  display: none;
  position: absolute;
  width: 110px;
  padding: 10px;
  background: white;
  border: solid 1px #e6e6e6;
  text-align: center;
  line-height: 14px;
  color: #027cdf;
  left: -27px;
}
.topbar-right li .code img {
  width: 100%;
}
.topbar-right li .option {
  display: none;
  position: absolute;
  white-space: nowrap;
  background: white;
  /* border: solid 1px #e6e6e6; */
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  box-shadow: 0 4px 8px 0 rgba(66, 109, 173, 0.16);
}
.topbar-right li .option p {
  /* border-bottom: solid 1px #e6e6e6; */
  padding: 4px 10px;
  text-align: center;
  line-height: 24px;
}
.topbar-right li .option p:hover {
  background-color: #f3faff;
}
.topbar-right li .option p:hover a {
  color: #027cdf;
}
.topbar-right li .licon-tri {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 6px 7px;
  border-style: solid;
  border-color: transparent transparent white;
  top: -7px;
  left: 46%;
}
.topbar-right li .licon-tri:before {
  content: "\c011";
  left: -8px;
  top: -4px;
  position: absolute;
  color: #e6e6e6;
  font-size: 14px;
}
.user_type_span1 li .hint .licon-i:before {
  content: "\c05f";
  margin-left: 5px;
  margin-top: 2px;
  cursor: pointer;
}
.yf_maijzx {
  float: left;
  margin-right: 20px;
}
.yf_maijzx .qq {
  position: relative;
  padding-left: 20px;
  background: url(https://www.pinganzz.cn/assets/images/QQ.png) no-repeat 0 0;
}
.yf_maijzx font:hover {
  color: #027cdf;
}
.yf_maijzx .home_logo img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
}
.user_type_span ul {
  display: none;
  position: absolute;
  left: -28px;
  background: #ffffff;
  width: 104px;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  top: 29px;
}
.user_type_span ul a {
  border-bottom: solid 1px #e6e6e6;
  height: 29px;
  line-height: 29px;
  display: block;
}

/* search */
.sousuo {
  margin: 0 auto;
  width: 1214px;
  padding-bottom: 15px;
}
.logo {
  float: left;
  width: 300px;
  text-align: left;
  overflow: hidden;
}
.logo img {
  max-width: 242px;
  border: 0;
  margin-top: 13px;
}
.suos_k {
  float: left;
  margin-left: 100px;
  width: 454px;
  margin-top: 25px;
}
.suos_k li {
  float: left;
}
.yyxhohe {
  width: 452px;
  height: 24px;
  border-bottom: 1px solid #dedede;
  margin-left: 1px;
  *margin-bottom: -1px !important;
}
.yyxhohe li {
  float: left;
  border-bottom: none;
  height: 23px;
  line-height: 23px;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  margin-left: -1px;
}
.yyxhohe li a {
  padding: 0 13px;
  display: block;
}
.yyxhohe .yysehyy {
  border-left: 1px solid #e3e3e3;
  background: #ededed;
  z-index: 10;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.yyxhohe .yysehyy a {
  border-bottom: 1px solid #ededed;
}
.sousuo-ipt {
  overflow: hidden;
}
.ss_k {
  width: 398px;
  height: 17px;
  line-height: 17px;
  border: 1px solid #dedede;
  background: #ededed;
  border-top: none;
  padding: 8px 6px;
  color: #6e6e6e;
}
.anniu {
  background: url(https://www.pinganzz.cn/assets/images/common/sousuo.png) no-repeat center #ededed;
  width: 40px;
  height: 34px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  +margin-top: 1px;
}
.search_slkj {
  margin-top: 10px;
}
.search_slkj a {
  margin-left: 10px;
}
.erweim {
  float: right;
  width: 216px;
}
.erweim img {
  margin-top: 14px;
}
.erweim p {
  display: block;
  text-align: center;
  margin-top: -5px;
  height: 18px;
}
.top-search {
  float: left;
  display: inline;
  width: 580px;
  line-height: 35px;
  margin-top: 32px;
}
.search-keywords {
  width: 454px;
  background: #fff;
  border: solid 1px #027cdf;
  float: left;
  margin-right: 10px;
  margin-left: 28px;
}
.top-search .enquiry-btn {
  float: left;
  width: 74px;
  height: 35px;
  border: solid 1px #027cdf;
  color: #027cdf;
  text-align: center;
}
/*
.top-search .search-type { border-bottom: 1px solid #DEDEDE; padding-left: 1px }
.top-search .search-type a { float: left; padding: 0 13px; border-bottom: none; height: 23px; line-height: 23px; border: 1px solid #e3e3e3; border-bottom: none; position: relative; top: 1px; cursor: pointer; margin-left: -1px }
.top-search .search-type .active { border-left: 1px solid #e3e3e3; background: #ededed; z-index: 10; border-bottom: 1px solid #ededed; position: relative; }  */
.top-search .search-select {
  float: left;
  width: 76px;
  height: 35px;
  position: relative;
}
.top-search .search-select .select-selected {
  text-align: center;
  color: #6e6e6e;
  border-right: solid 1px #e6e6e6;
  background: url(https://www.pinganzz.cn/assets/images/common/header-icons.png) 63px 15px no-repeat;
  display: block;
  cursor: pointer;
}
.top-search .search-select .select-option {
  width: 76px;
  border: solid 1px #e6e6e6;
  position: absolute;
  z-index: 99;
  left: -1px;
  overflow: hidden;
  display: none;
  background: #fff;
}
.top-search .search-select .select-option span {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #6e6e6e;
  text-align: center;
  cursor: pointer;
}
.top-search .search-select .select-option span:hover {
  background: #f8f8f8;
}
.top-search .search-select .select-option span.icon1 {
  background-position: 20px -12px;
}
.top-search .search-select .select-option span.icon2 {
  background-position: 20px -38px;
}
.top-search .search-select .select-option span.icon3 {
  background-position: 20px -64px;
}
.top-search .search-form .keywords {
  float: left;
  width: 290px;
  height: 19px;
  line-height: 19px;
  border: 0;
  outline: none;
  padding: 8px 6px;
  color: #6e6e6e;
}
.top-search .search-form .btn {
  float: left;
  position: relative;
  cursor: pointer;
  width: 76px;
  text-align: center;
  height: 35px;
  background-color: #027cdf;
  color: #fff;
}
.top-search .search-form .btn i {
  width: 18px;
  height: 16px;
  overflow: hidden;
  background: url(https://www.pinganzz.cn/assets/images/common/sousuo.png) no-repeat;
  position: absolute;
  left: 11px;
  top: 9px;
}
.top-search .ui-select-active .select-option {
  display: block;
}
/*.top-search .search-hot { margin-top: 10px }
.top-search .search-hot li { display: none; }
.top-search .search-hot .active { display: block; }
.top-search .search-hot a { margin-left: 10px }  */

/* navbar */
.mnue {
  background: url(https://www.pinganzz.cn/assets/images/common/mnue_bj.jpg) repeat-x;
  height: 43px;
}
.yyoshe {
  width: 189px;
  height: 43px;
  float: left;
  position: relative;
  z-index: 500;
}
.fenl_all {
  position: absolute;
  background: url(https://www.pinganzz.cn/assets/images/common/bj.png) no-repeat -46px 1px;
  width: 257px;
  height: 43px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 43px;
  left: -67px;
}
.fenl_all > li a {
  color: #fff;
  padding-left: 65px;
}
.mnue_nr1 {
  width: 1214px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.home {
  float: left;
  font-size: 16px;
  height: 43px;
  width: 1022px;
  overflow: hidden;
}
.home ul {
  width: 1025px;
}
.home li {
  float: left;
  padding-right: 3px;
  background: url(https://www.pinganzz.cn/assets/images/common/line.png) no-repeat right 0;
}
.home a {
  color: #fff;
  padding: 0 42px;
  line-height: 40px;
  display: block;
}
.home li:hover a,
.home .nav_click a {
  background: url(https://www.pinganzz.cn/assets/images/common/mune_bj1.png);
}

/* nav */
.nav {
  border-bottom: solid 2px #027cdf;
  height: 38px;
  line-height: 38px;
}
.nav .inner {
  width: 1214px;
  margin: 0 auto;
}
.main-nav {
  float: left;
  display: inline;
  width: 1040px;
}
.main-nav li {
  float: left;
  width: 12.5%;
  height: 38px;
  position: relative;
}
.main-nav li a {
  color: #666666;
  text-align: center;
  line-height: 38px;
  display: block;
  font-size: 16px;
}
.main-nav li:hover a,
.main-nav .current a {
  color: #019aea;
}
.main-nav li .new-remind {
  position: absolute;
  right: 14px;
  top: -6px;
}

/*搜索*/
.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.search {
  width: 1214px;
}

/* product-nav */
.product-nav {
  width: 174px;
  float: left;
  position: relative;
  z-index: 99;
}
.product-nav .hd {
  height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #027cdf;
}
.product-nav .bd {
  width: 174px;
  background: rgba(76, 76, 76, 0.9);
  position: absolute;
  left: 0;
  top: 39px;
  z-index: 99;
  display: none;
}
.product-nav .nav-hd {
  height: 43.5px;
  position: relative;
}
.product-nav .item-7 .nav-hd {
  border-bottom: 0;
}
.product-nav .nav-hd a {
  color: #ffffff;
}
.product-nav .item-8 .nav-hd {
  background: none;
}
.product-nav .nav-hd .name {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 100%;
  line-height: 36px;
  padding-left: 36px;
  font-size: 16px;
  box-sizing: border-box;
}
.product-nav .nav-hd .ico-sign {
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 13px;
  top: 7px;
  font-size: 16px;
  line-height: 16px;
  color: white;
  z-index: 2;
}
.product-nav .nav-hd .ico-arrow {
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 13px;
  color: #999;
  height: 20px;
  line-height: 20px;
  z-index: 2;
}
.product-nav .nav-bd {
  border: 1px solid #4badff;
  border-left: 0;
  background-color: #ffffff;
  width: 1039px;
  position: absolute;
  left: 174px;
  top: 0px;
  display: none;
  height: 346px;
  overflow: hidden;
}
.product-nav .nav-bd dl {
  padding-top: 22px;
  margin-left: 25px;
  margin-right: 25px;
  overflow: hidden;
}
.product-nav .nav-bd dt {
  float: left;
  width: 54px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.product-nav .nav-bd .d-list {
  float: left;
  width: 440px;
  display: inline;
  margin-left: 28px;
  line-height: 20px;
}
.product-nav .nav-bd .d-more a:hover {
  color: #027cdf;
}
.product-nav .nav-bd .last {
  border-bottom: 0;
}
.product-nav .nav-bd .last dt {
  margin-top: -10px;
}
.product-nav .nav-bd .d-list a {
  white-space: nowrap;
  word-break: normal;
  width: 52px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.product-nav .nav-bd a i {
  width: 1px;
  height: 12px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 3px;
  overflow: hidden;
}
.product-nav .nav-bd .d-list a:hover {
  text-decoration: underline;
  color: #027cdf;
}
.product-nav .nav-bd .more {
  float: right;
  margin-right: 35px;
  margin-bottom: 10px;
}
.product-nav .item-1 .ico-sign:before {
  content: "\c00e";
}
.product-nav .item-2 .ico-sign:before {
  content: "\c00c";
}
.product-nav .item-3 .ico-sign:before {
  content: "\c002";
}
.product-nav .item-4 .ico-sign:before {
  content: "\c004";
}
.product-nav .item-5 .ico-sign:before {
  content: "\c00a";
}
.product-nav .item-6 .ico-sign:before {
  content: "\c006";
}
.product-nav .item-7 .ico-sign:before {
  content: "\c008";
}
.product-nav .item-active .nav-bd {
  display: block;
}
.product-nav .item-active.item-7 .nav-hd {
  border-bottom: 0;
}
.product-nav .item-active .nav-hd .name {
  color: #027cdf;
}
.product-nav .item-active .nav-hd .ico-arrow {
  color: #027cdf;
  background-position: right -12px;
}
.product-nav .item-active .nav-hd .ico-sign {
  color: #027cdf;
}

/* footer */
.yyfoorter1 {
  border-bottom: 1px solid #cecece;
  height: 103px;
  padding: 22px 0;
  text-align: center;
  margin-top: 30px;
}
.yyfoorter1 ul {
  width: 800px;
  margin: 0 auto;
}
.yyfoorter1 ul li {
  float: left;
  margin: 0 35px;
  _width: 72px;
}
.yyfoorter1 ul li h3 {
  font-size: 14px;
  margin-bottom: 16px;
}
.yyfoorter1 ul li a {
  display: block;
  height: 20px;
}
.yyfoorter1 ul li a:hover {
  text-decoration: underline;
}
.yyfoseht {
  width: 601px;
  margin: 0 auto;
}
.footer2 {
  border-bottom: 1px solid #cecece;
  text-align: center;
  padding: 27px 0;
}
.footer2 h3 {
  font-size: 14px;
  line-height: 30px;
}
.footer3 {
  text-align: center;
  padding: 23px 0;
}
.footer3 h3 {
  margin-bottom: 20px;
}
.footer3 p {
  line-height: 22px;
}
.end-brand {
  text-align: center;
  margin: 0 auto;
  width: 360px;
}
.end-brand table {
  width: 100%;
}
.end-brand a {
  margin: 0 3px;
}
.aqlm {
  margin: 3px 0 0 0;
  position: relative;
}

/* pagebar */
.pager-w {
  overflow: hidden;
}
.pagebar {
  height: 30px;
  float: right;
  color: #666;
  margin: 10px 0 0px 0;
}
.pagebar a {
  display: block;
  float: left;
  margin: 0 2px;
  border: 1px solid #acc7e1;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  padding: 0 5px;
  line-height: 19px;
}
.pagebar .paongdl {
  padding: 3px 8px;
}
.pagebar .pasysl {
  *padding: 3px 8px 3px 8px !important;
  padding: 3px 8px;
}
.pagebar span {
  line-height: 26px;
  float: left;
  margin: 0 5px;
}
.pagebar a:hover {
  background: #2aa7f3;
  color: #fff;
}
.pagebar .paidskif {
  background: #66b6e7;
  color: #fff;
}
.paskdjklfi {
  width: 29px;
  vertical-align: middle;
  height: 23px;
  _height: 21px;
  line-height: 10px;
  text-align: center;
  border: 1px solid #4ca2d7;
  float: left;
}
.pagebar .mmanhui {
  padding: 0px 15px;
  height: 25px;
  line-height: 25px;
  color: #6e6e6e;
  background-color: #eceaea;
  border: 1px solid #dedede;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagebar form {
  display: inline;
}
.pagebar form input {
  line-height: 25px\9;
}

/* confirm popup */
.xuj {
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
.tancc2 ul {
  overflow: hidden;
}
.tancc2 ul li {
  width: 140px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #f3f3f3;
  margin-top: 10px;
}
.tancc2 ul li:last-child {
  border-left: solid 1px #fff;
}
.tancc2 {
  border: 1px solid #e6e6e6;
  position: absolute;
  z-index: 999;
  background: #fff;
  display: none;
}

/* login-popup */
.login-popup {
  width: 390px;
  padding: 10px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  font-size: 14px;
  position: fixed;
  z-index: 1003;
  display: none;
}
.login-popup .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url(https://www.pinganzz.cn/assets/images/common/close.png) center no-repeat;
  cursor: pointer;
}
.login-popup .bd {
  padding: 40px 0;
}
.login-popup .item {
  margin-bottom: 23px;
  line-height: 30px;
}
.login-popup .name {
  width: 90px;
  float: left;
  text-align: right;
}
.login-popup .value {
  float: left;
  margin-left: 8px;
  display: inline;
}
.login-popup .value input {
  width: 150px;
  padding: 0 5px;
  height: 28px;
  line-height: 28px\9;
  border: 1px solid #e6e6e6;
}
.login-popup .link {
  float: left;
  margin-left: 12px;
  color: #00a0e9;
}
.login-popup a.link:hover {
  color: #c03;
}
.login-popup .btn {
  text-align: center;
}
.login-popup .btn a {
  width: 145px;
  background: #00a0e9;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.login-popup .tips {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 200px;
  color: #c03;
  font-size: 12px;
}
.mask {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10002;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}

/* login-tips */
.login-tips {
  border: 1px solid #e6e6e6;
  width: 290px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  z-index: 10001;
  left: 130px;
  top: 398px;
  display: none;
}
.login-tips .ico {
  float: left;
  width: 23px;
  height: 27px;
  overflow: hidden;
  background: url(https://www.pinganzz.cn/assets/images/common/tis.jpg) no-repeat;
  display: inline;
  margin: 33px 0 0 20px;
}
.login-tips .words {
  width: 100px;
  float: left;
  display: inline;
  margin: 28px 0 0 10px;
  line-height: 18px;
}
.login-tips .btn {
  float: left;
  background: #00a0e9;
  border-radius: 4px;
  width: 114px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 30px 0 0 10px;
  cursor: pointer;
  color: #fff;
}
.login-tips .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url(https://www.pinganzz.cn/assets/images/common/close.png) center no-repeat;
  cursor: pointer;
}

/*****顶部位置路径*1*****/
.weizhi {
  clear: both;
  width: 880px;
  font-size: 14px;
  color: #999999;
  padding: 16px 0;
}
.weizhi a {
  font-size: 14px;
  color: #999999;
}
.weizhi a:hover {
  color: #027cdf;
}
.weizhi a:last-of-type {
  color: #027cdf;
}
.weizhi.fixed {
  position: fixed;
  top: 64px;
  z-index: 11;
  background: #fff;
  width: 880px;
}
/*****顶部位置路径*2*****/
.yyxhwer {
  height: 34px;
  line-height: 34px;
}

/*****顶部位置路径***end***/

/***蓝色按钮******/
.gs_dl_bj,
a.login_btn {
  background: #00a0e9;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.centent .no_r_margin,
.no_r_margin {
  margin-right: 0 !important;
}

/* contact-widget
.contact-widget { width: 68px; height: 300px; _overflow: hidden; position: fixed; right: 0; top: 50%; margin-top: -150px; z-index: 102; _position: absolute; _top: expression(documentElement.scrollTop+100+"px"); _margin-top: 0; font-size: 12px; }
.contact-widget .r-total { width: 99px; overflow: hidden; color: #FFF; position: absolute; text-align: center; right: -115px; top: 0px; z-index: 1003; }
.contact-widget .r-content { background-image: url(https://www.pinganzz.cn/assets/images/common/contact/r-content.png); background-repeat: no-repeat; }
.contact-widget .r-contant { width: 99px; height: 99px; }
.contact-widget .r-stalk { width: 99px; height: 46px; position: relative; }
.contact-widget .fwrx { position: absolute; top: 0px; left: 30px; font-weight: bold; }
.contact-widget .tell { position: absolute; top: 18px; left: 6px; }
.contact-widget .r-qtalk { width: 99px; height: 83px; text-align: center; padding: 1px 0 8px 0; }
.contact-widget .r-but { min-width: 69px; width: 69px; display: block; height: 17px; background: url(https://www.pinganzz.cn/assets/images/common/contact/qbut_03.png) no-repeat center center; margin-left: 14px; border: none; cursor: pointer; }
.contact-widget .space { height: 13px; }
.contact-widget .ksbj { }
.contact-widget .r-tail { width: 99px; height: 25px; cursor: pointer; padding-top: 18px; }
.contact-widget .r-tail a { color: #FFF; }
.contact-widget .r-tail a:hover { text-decoration: underline; }
.contact-widget .cross { float: right; }
.contact-widget .cross { width: 24px; height: 22px; display: block; overflow: hidden; background: url(https://www.pinganzz.cn/assets/images/common/contact/cross.png) no-repeat; }
.contact-widget .r-total2 { width: 68px; height: 145px; position: absolute; right: 0; top: 80px; }
.contact-widget .blue-box { width: 58px; height: 54px; background-image: url(https://www.pinganzz.cn/assets/images/common/contact/blue-box_03.png); cursor: pointer; display: block; }
.contact-widget .click-con { width: 32px; height: 91px; float: right; margin: -6px 0 0 0; background-image: url(https://www.pinganzz.cn/assets/images/common/contact/click-con_03.png); cursor: pointer; }
.contact-widget .rocket { width: 31px; height: 43px; float: left; display: inline; margin: 40px 0 0px 5px; background-image: url(https://www.pinganzz.cn/assets/images/common/contact/rocket3.png); }
.contact-widget .rocket:hover { background-position: 0 -43px; cursor: pointer; }
.contact-widget .cross2 { margin: 0 0 0 40px; }*/
.top-a-d-1 {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 101;
}
.top-a-d-1 a {
  width: 1920px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.top-a-d-1 .close {
  width: 21px;
  height: 21px;
  background: url(https://www.pinganzz.cn/assets/images/activeBut.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 150px;
  cursor: pointer;
}

/**采购管家****/
.steward_packup,
.steward_unfold {
  position: fixed;
  z-index: 101;
  left: -100%;
  display: none;
  bottom: 0;
  _position: absolute;
  _bottom: auto;
  _top: expression(
    eval(
      document.documentElement.scrollTop +
        document.documentElement.clientHeight-this.offsetHeight
    )
  );
}
.steward_packup {
  display: none;
  left: -160px;
}
.steward-hide {
  display: none !important;
}
.steward_unfold .blank {
  width: 100%;
  display: none;
  z-index: 100;
  height: 139px;
  background: url(https://www.pinganzz.cn/assets/images/loading-1.gif) no-repeat center center;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  left: 0;
  top: 0;
}
.su_b1_1,
.su_b1_2,
.su_close {
  background: url(https://www.pinganzz.cn/assets/images/stewardS_icon.png) no-repeat;
}
.steward_packup {
  width: 157px;
  height: 140px;
}
.steward_unfold {
  background: #024589 url(https://www.pinganzz.cn/assets/images/steward_bg.jpg) center no-repeat;
  width: 100%;
  height: 139px;
}
.steward_unfold .su_span {
  display: block;
  color: #000;
  margin-bottom: 6px;
}
.su_wrap {
  width: 1214px;
  margin: 0 auto;
  position: relative;
}
.su_pic {
  float: left;
  margin-top: -60px;
}
.su_txt {
  float: left;
  padding: 22px 40px 0 40px;
  height: 100px;
  width: 550px;
}
.su_banner {
  float: left;
  padding: 0px 40px 0 40px;
  height: 140px;
  width: 550px;
}
.su_txt1 {
  height: 56px;
}
/* .su_txt2 { height: 39px;margin-top: 6px;} */
.su_t1 {
  float: left;
  width: 40px;
  padding: 8px;
  background: #008adc;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
.su_text {
  float: left;
  width: 330px;
  height: 50px;
  padding: 3px;
  border: 0;
  outline: none;
}
.su_btn1 {
  float: left;
  width: 52px;
  height: 38px;
  padding: 9px;
  background: #fff;
  font-size: 16px;
  line-height: 19px;
  margin-left: 5px;
  text-align: center;
  position: relative;
}
.su_b1_1 {
  background-position: 0 2px;
  font-style: normal;
  color: #008adc;
  position: relative;
  display: block;
  width: 52px;
  height: 38px;
  line-height: 19px;
  text-indent: 13px;
  overflow: hidden;
}
.su_b1_1 input {
  opacity: 0;
  filter: alpha(opacity=0);
  _position: static;
  _zoom: 1;
  _filter: Alpha(opacity=0);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: -20px;
  cursor: pointer;
}
.su_b1_3 {
  width: 52px;
  height: 38px;
  overflow: hidden;
}
.su_b1_3 img {
  width: 100%;
}
.su_b1_2 {
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background-position: -29px -37px;
}
.su_ipt1,
.su_ipt2,
.su_ipt3,
.su_ipt4 {
  float: left;
  margin-right: 5px;
  background: #fff;
  padding: 5px 0;
}
.su_ipt1 {
  width: 140px;
}
/* .su_ipt2 { width: 149px; } */
.su_ipt3 {
  width: 84px;
}
.su_ipt1 span,
.su_ipt2 span {
  padding: 0 5px 0 8px;
  border-right: solid 1px #e6e6e6;
  line-height: 14px;
  color: #6e6e6e;
}
.su_ipt1 input,
.su_ipt2 input,
.su_ipt3 input,
.su_ipt4 input {
  border: 0;
  outline: none;
  height: 18px;
  *height: 16px;
  _height: 16px;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
  *vertical-align: middle;
}
.su_ipt2 input {
  width: 45px;
}
.su_ipt2 a {
  color: #008adc;
  padding: 0 10px;
}
.su_btn2 {
  float: left;
  width: 70px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #008adc;
  font-size: 16px;
  color: #fff;
}
.su_btn2:hover {
  color: #fff;
}
.su_code {
  float: left;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding-top: 10px;
}
.su_close {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 0;
  width: 16px;
  height: 16px;
  background-position: 1px -35px;
}
.cg_btn {
  width: 208px;
  margin-top: 12px;
  border-radius: 4px;
}
.onlyready {
  background-color: #f0f0f0;
}
@media only screen and (max-width: 640px) {
  .steward_packup,
  .steward_unfold {
    display: none;
  }
}
/**采购管家***end*/

/* animation */
.animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rightIn {
  -webkit-animation-name: rightIn;
  animation-name: rightIn;
}
@-webkit-keyframes rightIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ui-mask */
.ui-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  background-color: #000;
  z-index: 1001;
  filter: alpha(opacity=20);
}

/* ui-popup */
.ui-popup {
  position: fixed;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 1002;
  clear: both;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.ui-popup-title {
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f8f8f8;
  border-radius: 2px 2px 0 0;
}
.ui-popup-content {
  position: relative;
  padding: 20px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  zoom: 1;
}
.ui-popup-close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 14px;
  background: url(https://www.pinganzz.cn/assets/images/ico-close.png) no-repeat center center;
  cursor: pointer;
}
.ui-popup-btn {
  text-align: right;
  padding: 0 10px 12px;
  pointer-events: auto;
}
.ui-popup-btn a {
  height: 28px;
  line-height: 28px;
  margin: 0 6px;
  padding: 0 15px;
  border: 1px #dedede solid;
  background-color: #f1f1f1;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.ui-popup-btn a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.ui-popup-btn a:active {
  opacity: 0.7;
}
.ui-popup-btn .btn-confirm {
  border-color: #4898d5;
  background-color: #2e8ded;
  color: #fff;
}

/* ui-tips */
.ui-tips {
  position: absolute;
  background-color: #f90;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  z-index: 10001;
}
.ui-tips .tips-arrow {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  bottom: -6px;
  left: 12px;
  border-top: 7px solid #f90;
  border-left: 8px solid transparent;
}

/* ui-msg */
.ui-msg {
  position: absolute;
  left: 50%;
  min-width: 200px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  background-color: #000\9;
  filter: alpha(opacity=60);
  color: #fff;
  z-index: 10002;
}
.ui-msg .msg-content {
  padding: 12px 25px;
  text-align: center;
}
.ui-msg-1 {
  background-color: #fff;
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 1px solid #d3d4d3;
}
.placeholder-1 {
  background: url(https://www.pinganzz.cn/assets/images/placeholder/64.png) no-repeat center center;
}
.placeholder-2 {
  background: url(https://www.pinganzz.cn/assets/images/placeholder/128.png) no-repeat center center;
}
.placeholder-3 {
  background: url(https://www.pinganzz.cn/assets/images/placeholder/256.png) no-repeat center center;
}

.login-widget {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  display: none;
  width: 290px;
  height: 380px;
  background-color: #fff;
}
.open-market {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  display: none;
  width: 800px;
  height: 680px;
  background-color: #fff;
}
.login-widget .close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 6px;
  top: 8px;
  background: url(https://www.pinganzz.cn/assets/images/ico-close.png) no-repeat center center;
  cursor: pointer;
}
.open-market .close-all {
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 6px;
  top: 8px;
  background: url(https://www.pinganzz.cn/assets/images/article-user/close-all.gif) no-repeat center center;
  cursor: pointer;
}

/* ui-select */
.ui-select {
  border: 1px solid #e6e6e6;
  height: 26px;
  background: #fff;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  clear: both;
}
.ui-select-active {
  z-index: 1;
}
.ui-select .select-selected {
  line-height: 26px;
  height: 26px;
  margin-right: 31px;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  text-overflow: ellipsis;
}
.ui-select .select-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-color: #fff;
}
.ui-select .ico-1,
.ui-select .ico-2 {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  top: 10px;
  left: 6px;
  overflow: hidden;
  border: 5px dashed transparent;
  border-top: 5px solid #666;
}
.ui-select .ico-2 {
  top: 9px;
  border-top-color: #fff;
}
.ui-select .select-option {
  width: 100%;
  background: #fff;
  overflow: hidden;
  border: solid 1px #e6e6e6;
  border-top: 0;
  position: absolute;
  top: 26px;
  left: -1px;
  display: none;
}
.ui-select .select-option span {
  display: block;
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #e6e6e6;
  padding: 0 5px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  text-overflow: ellipsis;
}
.ui-select .select-option span:hover,
.ui-select .select-option span.active {
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
}
.ui-select-active .select-option {
  display: block;
}

/* autocomplete */
.ac_results {
  margin: 0;
  padding: 0px;
  clear: both;
  z-index: 9;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}
.ac_results li {
  margin: 0px;
  padding: 5px;
  cursor: default;
  display: block;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  text-overflow: ellipsis;
}
.ac_loading {
  background: none;
}
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #0a246a;
  color: white;
}

/*news-remark*/
.news-remark {
  width: 402px;
  height: 258px;
  position: fixed;
  display: none;
  background: url(https://www.pinganzz.cn/assets/images/person-center/seller-center/purchase.jpg);
  border: 0;
  z-index: 1003;
}
.news-remark .ui-popup-content ul {
  padding-top: 80px;
  padding-left: 122px;
}
.news-remark .ui-popup-content li {
  font-size: 12px;
  line-height: 18px;
  color: #0049a8;
  padding-top: 8px;
  text-align: center;
}
.news-remark .ui-popup-content li span {
  font-size: 16px;
  color: #0049a8;
  font-weight: bold;
}
.news-remark .ui-popup-content li i {
  font-size: 22px;
  margin-right: 5px;
}
.news-remark .close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 14px;
  background: url(https://www.pinganzz.cn/assets/images/ico-close.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
}
.news-remark .ui-popup-btn {
  line-height: 28px;
  padding-top: 20px;
}
.news-remark .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.news-remark .purchase-reminder {
  float: left;
  color: #cc0033;
}
.news-remark .btn-confirm {
  z-index: 2;
  position: relative;
}
.news-remark .ui-popup-btn span {
  display: inline-block;
}
.user_type_span1 .news-record {
  color: #c03;
  display: none;
}
.user_type_span1 .news-record a {
  color: #c03;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}

/*popup-purchase*/
.popup-purchase .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.popup-purchase .btn {
  text-align: center;
}
.popup-purchase div {
  padding: 6px 0;
}
.popup-purchase input {
  border: solid 1px #e6e6e6;
  width: 180px;
  height: 16px;
  padding: 5px;
}
.popup-purchase .link {
  color: #027cdf;
}
.popup-purchase b {
  color: #333;
  font-weight: bold;
}

/*新版首页 现货大全导航菜单*/
.product-nav .bd .item.item-active .new-nav-hd {
  box-sizing: border-box;
  border: 1px solid #027cdf;
  border-right-color: #fff;
  background: white;
  height: 49.7px;
}
.product-nav .nav-bd .link-list {
  /* width: 700px; */
  width: 562px;
  margin-left: 15px;
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  padding-bottom: 5px;
  height: 59px;
  position: relative;
}
.product-nav .nav-bd .link-list a {
  padding: 0 5px;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.product-nav .nav-bd dl p {
  /* height: 58px; */
  height: 51px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-nav .nav-bd dl .d-more {
  position: absolute;
  /* top: 28px; */
  bottom: 16px;
  right: 0;
  color: #027cdf;
  line-height: 20px;
  width: 78px;
}
.product-nav .nav-bd dl.last-item dd {
  border: none;
}
.product-nav .nav-bd .img-wrap {
  position: absolute;
  top: 22px;
  right: 40px;
  /* width: 165px;  */
  width: 330px;
}

.product-nav .nav-bd .img-wrap-div {
  float: left;
  width: 47%;
}

.product-nav .nav-bd .img-wrap-div:nth-child(odd) {
  margin-right: 10px;
}

.product-nav .nav-bd .img-wrap a {
  display: block;
  width: 100%;
  height: 92px;
  margin-bottom: 15px;
}
.product-nav .nav-bd .img-wrap a img {
  width: 100%;
  height: 100%;
}
/*footer-top*/
.footer-top {
  height: 100px;
  margin-top: 20px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #027cdf;
  background: #fff;
  font-size: 20px;
  line-height: 100px;
}
.footer-top ul {
  margin: 0 auto;
  width: 1214px;
}
.footer-top ul li {
  float: left;
  margin-right: 120px;
}
.footer-top ul li i {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  background: url("https://www.pinganzz.cn/assets/images/icon-message.png") no-repeat;
}
.footer-top ul li.item-1 i {
  background-position: -140px 0;
}
.footer-top ul li.item-2 i {
  background-position: -200px 0;
}
.footer-top ul li.item-3 i {
  background-position: -140px -62px;
}
.footer-top ul li.item-4 {
  float: right;
  text-align: right;
  padding-right: 0;
  margin-right: 80px;
}
.footer-top ul li.item-4 i {
  background-position: -200px -62px;
}

/*footer-wrap*/
.footer-wrap {
  background: #333333;
  color: #999999;
  padding-bottom: 50px;
}
.footer-wrap a {
  color: #999999;
}
.footer-wrap .footer-content a:hover {
  color: #999999;
}
.footer-wrap .footer-content {
  margin: 0 auto;
  width: 1214px;
  position: relative;
  padding-top: 30px;
}
.footer-wrap .footer-left {
  width: 906px;
  border-right: 1px dashed #5e5e5e;
}
.footer-wrap .footer-left .footer-nav {
  font-size: 14px;
  padding-bottom: 20px;
}
.footer-wrap .footer-left .footer-nav .title {
  font-size: 16px;
  color: #f4f4f4;
  padding-bottom: 10px;
}
.footer-wrap .footer-left .footer-nav ul {
  float: left;
  width: 86px;
  margin-right: 95px;
  text-align: center;
  line-height: 30px;
}
.footer-wrap .footer-left .footer-link {
  border-top: 1px dashed #5e5e5e;
  margin-right: 80px;
  padding-top: 25px;
  line-height: 32px;
  padding-left: 15px;
}
.footer-wrap .footer-left .footer-link p {
  font-size: 14px;
  font-weight: bold;
}
.footer-wrap .footer-right {
  position: absolute;
  right: 0;
  top: 30px;
  height: 220px;
  width: 188px;
  padding: 25px;
  background: #5e5e5e;
}
.footer-wrap .footer-right .qr-code {
  float: left;
  /* padding: 0 18px 5px 0; */
  cursor: pointer;
}
.footer-wrap .footer-right .qr-code p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.footer-wrap .footer-right .qr-code.right-code {
  padding: 0;
}
.footer-wrap .about-us {
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 15px;
}
.footer-wrap .copyright {
  line-height: 26px;
  padding-left: 15px;
}
.footer-wrap .safety-certificate {
  padding-top: 20px;
}
.footer-wrap .safety-certificate li {
  float: left;
  padding: 2px 15px;
}
/* .is_login, .no_login, .buyer_center, .seller_center{display: none;} */
.is_login,
.no_login {
  display: none;
}

/*文章内页*/
.data-advert {
  display: none;
}

/* 采购确认函 */
.popup-confirmation .title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.popup-confirmation table {
  width: 100%;
}
.popup-confirmation td,
.popup-confirmation th {
  border: solid 1px #e6e6e6;
  text-align: center;
}
.popup-confirmation .p1 {
  height: 30px;
}
.popup-confirmation span {
  float: left;
}
.popup-confirmation .right {
  float: right;
}
.popup-confirmation div {
  margin-top: 10px;
}
.popup-confirmation li {
  list-style-type: decimal;
  margin-left: 20px;
}

.page-wrap .page-num {
  float: left;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
}
.page-wrap .page-num select {
  width: 55px;
  padding: 0 5px;
  height: 28px;
  outline: none;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  border-color: #e6e6e6;
}
.page-wrap .page-num select:hover {
  border-color: #acc7e1;
}

@media print {
  .noprint {
    display: none;
    color: green;
  }
}
.layer-oss-iframe {
  display: block;
  width: 100%;
  overflow-y: hidden;
}
.layer-window-mini .layui-layer-title {
  padding: 0 60px 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.layer-window-mini .layui-layer-setwin {
  right: 10px;
  top: 10px;
}
.layer-oss-iframe {
  display: block;
  width: 100%;
  overflow-y: hidden;
}

/*新公共弹窗*/
.com-popup {
  display: none;
  position: fixed;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 1002;
  clear: both;
}
.com-popup-title {
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f8f8f8;
  border-radius: 2px 2px 0 0;
}
div.com-popup-close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 14px;
  background: url(https://www.pinganzz.cn/assets/images/ico-close.png) no-repeat center center;
  cursor: pointer;
}
.com-popup-content {
  position: relative;
  padding: 20px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  zoom: 1;
}
.popup-salesman-register {
  width: 400px;
}
.popup-salesman-register .remind {
  color: #ff4242;
  padding: 5px 8px 5px 12px;
  background: #f5f5f5;
  margin-bottom: 5px;
  line-height: 20px;
}
.popup-salesman-register .remind i {
  margin-right: 3px;
  font-size: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://www.pinganzz.cn/assets/images/common/remind-icon.png") no-repeat;
  vertical-align: middle;
}
.popup-salesman-register .text {
  margin: 10px 0;
}
.popup-salesman-register .text b {
  font-size: 16px;
}
.popup-salesman-register .btn {
  text-align: left;
}
.popup-salesman-register .btn a {
  width: 120px;
  margin-right: 10px;
}
.popup-salesman-register .btn a.btn-gray {
  margin-right: 0;
}

.login-purchase-popup-confirm .binding-weixin {
  height: 30px;
  line-height: 30px;
  border: solid 1px #ff9470;
  padding: 0px 10px;
  color: #ff8c65;
  border-radius: 3px;
  display: inline-block;
}
/*右侧栏*/
.right-weiget {
  position: fixed;
  top: 0;
  right: 0 !important;
  bottom: 0;
  background: white;
  z-index: 999;
  width: 36px;
  box-shadow: 0 0 5px #ccc;
  min-height: 402px;
  font-size: 12px;
}
.right-weiget i {
  color: inherit;
}
.right-weiget .tab-wrap {
  margin-top: 168px;
  border-bottom: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
}
.right-weiget .tab-wrap .weiget-tab {
  display: block;
  height: 86px;
  padding: 0 5px;
  padding-top: 30px;
  width: 26px;
  cursor: pointer;
}
.right-weiget .tab-wrap .weiget-tab:hover {
  background: #027cdf;
  color: white;
}
.right-weiget .licon-people:before {
  content: "\e919";
  display: block;
  text-align: center;
  font-size: 20px;
}
.right-weiget .licon-tel:before {
  content: "\e918";
  display: block;
  text-align: center;
  font-size: 20px;
}
.right-weiget .licon-line:before {
  content: "\e917";
  display: block;
  text-align: center;
  font-size: 20px;
}
.right-weiget .contact-popup {
  display: none;
  position: absolute;
  /* width: 110px; */
  width: 243px;
  /* left: -140px; */
  left: -271px;
  top: -90px;
  background: white;
  color: #6e6e6e;
  padding: 0 10px;
  box-shadow: 0 0 5px #ababab;
}
.right-weiget .contact-popup-wechat-number-wy,
.contact-popup-wechat-check-wy {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.contact-popup-wechat-qrcode-wrap-wy {
  width: 243px;
}
.contact-popup-wechat-qrcode-wy {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: inherit;
}
.right-weiget .contact-popup:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 7px;
  border-style: solid;
  border-color: transparent #fff;
  top: 45%;
  right: -7px;
}
.right-weiget .contact-popup:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: -10px;
}
.right-weiget .contact-popup p {
  line-height: 20px;
  padding: 8px 0;
  font-size: 14px;
}
.right-weiget .contact-popup p span {
  /* display: block; */
  color: #333;
  font-weight: bold;
}
.right-weiget .contact-popup p:first-child {
  border-bottom: solid 1px #e6e6e6;
}
.right-weiget .tab-wrap .tel-tab {
  background: #027cdf;
  /* background: -ms-linear-gradient(top, #3db7ff, #42e1ff);
    background: -moz-linear-gradient(top, #3db7ff, #42e1ff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3db7ff), to(#42e1ff));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3db7ff), to(#42e1ff));
    background: -webkit-linear-gradient(top, #3db7ff, #42e1ff);
    background: -o-linear-gradient(top, #3db7ff, #42e1ff); */
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3db7ff,endColorStr=#42e1ff);
  color: white;
  position: relative;
}
.right-weiget .tab-wrap .tel-tab:hover .contact-popup {
  display: block;
}
.right-weiget .code-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.right-weiget .code-wrap .code-tab {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
}
.right-weiget .code-wrap .small-tab {
  height: 90px;
  width: 36px;
  border-top: solid 1px #e6e6e6;
}
.right-weiget .code-wrap .code-tab:hover,
.right-weiget .code-wrap .top-tab:hover,
.right-weiget .code-wrap .small-tab:hover {
  background: #027cdf;
  color: white;
}
.right-weiget .code-wrap .icon-houtaishezhi:before {
  content: "\e6d8";
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 90px;
}
.right-weiget .code-tab .licon-code:before {
  content: "\e91a";
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 90px;
}
.right-weiget .code-tab .code-popup,
.code-popup1 {
  display: none;
  position: absolute;
  width: 110px;
  background: white;
  left: -140px;
  top: 0px;
  color: #6e6e6e;
  padding: 10px;
  box-shadow: 0 0 5px #ababab;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.right-weiget .code-tab:hover .code-popup {
  display: block;
}
.right-weiget .code-tab .code-popup:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 7px;
  border-style: solid;
  border-color: transparent #fff;
  top: 20%;
  right: -7px;
}
.right-weiget .code-tab .code-popup:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: -10px;
}
.right-weiget .code-tab .code-popup img {
  width: 100%;
}
.right-weiget .code-wrap .top-tab .licon-top:before {
  content: "\e91b";
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 90px;
}

.right-weiget .code-wrap .small-tab {
  height: 90px;
  width: 36px;
  border-top: solid 1px #e6e6e6;
  position: relative;
}

.right-weiget .code-wrap .small-tab .small-logo {
  width: 18px;
  display: block;
  margin: 36px auto;
}

.right-weiget .code-wrap .small-tab:hover .code-popup1 {
  display: block;
}
.right-weiget .small-tab .code-popup1:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 7px;
  border-style: solid;
  border-color: transparent #fff;
  top: 20%;
  right: -7px;
}
.right-weiget .small-tab .code-popup1:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: -10px;
}
.right-weiget .small-tab .code-popup1 img {
  width: 100%;
}

@media screen and (max-height: 720px) {
  .right-weiget .tab-wrap {
    margin-top: 87px;
  }
  .right-weiget .tab-wrap .weiget-tab {
    height: 66px;
    padding-top: 14px;
  }
  .right-weiget .code-tab .licon-code:before,
  .right-weiget .code-wrap .top-tab .licon-top:before {
    line-height: 36px;
  }
  .right-weiget .code-tab .code-popup {
    bottom: 0;
    top: auto;
  }
  .right-weiget .code-tab .code-popup:before {
    bottom: 12px;
    top: auto;
  }
}
@media screen and (max-width: 1300px) {
  .right-weiget {
    display: none;
  }
}

.product-nav .item-8 .ico-sign:before {
  content: " ";
  background: url("https://www.pinganzz.cn/assets/images/bxg_off.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.item-active.item-8 .ico-sign:before {
  content: " ";
  background: url("https://www.pinganzz.cn/assets/images/bxg_on.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.product-nav .item-2 .ico-sign:before {
  content: " ";
  background: url("https://www.pinganzz.cn/assets/images/lengzha-off.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.item-active.item-2 .ico-sign:before {
  content: " ";
  background: url("https://www.pinganzz.cn/assets/images/lengzha-on.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.product-nav .new-nav-hd {
  height: 49.7px;
}
.product-nav .new-nav-hd .name {
  height: 24px;
  line-height: 28px;
}
.product-nav .new-nav-hd-div {
  line-height: 20px;
  margin-left: 34px;
  /* position: absolute;
      bottom:0;
      left: 35px; */
}
.product-nav .new-nav-hd-div a {
  color: #999999;
  display: inline-block;
  margin-right: 2px;
  width: 99%;
  box-sizing: border-box;
  padding-right: 10px;
  font-size: 12px;
}
.product-nav .new-nav-hd-div a:hover {
  color: #027cdf !important;
}
.new-bd .nav-a {
  border: 1px solid #4badff;
  border-left: 0;
  background-color: #ffffff;
  width: 1039px;
  position: absolute;
  left: 174px;
  top: 0px;
  display: none;
  height: 346px;
  overflow: hidden;
}
.product-nav .new-nav-hd-div a span {
  float: right;
}
/* .product-nav .new-bd { border: 1px solid #4badff; border-left: 0; background-color: #ffffff; width: 1039px; position: absolute; left: 174px; top: 0px; display: none; height: 346px; overflow: hidden; } */
.product-nav .new-bd dl {
  padding-top: 22px;
  margin-left: 25px;
  margin-right: 25px;
  overflow: hidden;
}
.product-nav .new-bd dt {
  float: left;
  width: 54px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.product-nav .new-bd .d-list {
  float: left;
  width: 440px;
  display: inline;
  margin-left: 28px;
  line-height: 20px;
}
.product-nav .new-bd .d-more a:hover {
  color: #027cdf;
}
.product-nav .new-bd .last {
  border-bottom: 0;
}
.product-nav .new-bd .last dt {
  margin-top: -10px;
}
.product-nav .new-bd .d-list a {
  white-space: nowrap;
  word-break: normal;
  width: 52px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.product-nav .new-bd a i {
  width: 1px;
  height: 12px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 3px;
  overflow: hidden;
}
.product-nav .new-bd .d-list a:hover {
  text-decoration: underline;
  color: #027cdf;
}
.product-nav .new-bd .more {
  float: right;
  margin-right: 35px;
  margin-bottom: 10px;
}
.product-nav .new-bd .d-more a:hover {
  color: #027cdf;
}
.product-nav .new-bd dl .d-more {
  position: absolute !important;
  /* top: 28px; */
  bottom: 16px;
  right: 0;
  color: #027cdf;
  line-height: 20px;
  width: 78px;
}
.product-nav .new-bd dl p {
  /* height: 58px; */
  height: 51px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-nav .new-bd .link-list {
  /* width: 700px; */
  width: 562px;
  margin-left: 15px;
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  padding-bottom: 5px;
  height: 59px;
  position: relative;
  font-size: 14px;
}
.product-nav .new-bd .img-wrap {
  position: absolute;
  top: 22px;
  right: 40px;
  /* width: 165px;  */
  width: 330px;
}

.product-nav .new-bd .img-wrap-div {
  float: left;
  width: 47%;
}

.product-nav .new-bd .img-wrap-div:nth-child(odd) {
  margin-right: 10px;
}

.product-nav .new-bd .img-wrap a {
  display: block;
  width: 100%;
  height: 92px;
  margin-bottom: 15px;
}
.product-nav .new-bd .img-wrap a img {
  width: 100%;
  height: 100%;
}
.name:hover {
  color: #027cdf;
}
.product-nav .new-bd .link-list a {
  padding: 0 5px;
  text-align: center;
  position: relative;
  font-size: 14px;
}

.sub-menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
  /* padding: 0 370px; */
  font-size: 14px;
  color: #333;
  background-color: #fafafa;
}
.sub-menu ul li {
  height: 50px;
  box-sizing: border-box;
}
.sub-menu ul li a {
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.sub-menu ul li:hover {
  color: #027cdf;
}
.sub-menu ul li a img {
  filter: grayscale(100%);
}
.sub-menu ul li.active a {
  font-weight: 700;
  text-align: left;
  color: #027cdf;
}
.sub-menu ul li.active a img {
  font-weight: 700;
  text-align: left;
  color: #027cdf;
  filter: grayscale(0%);
}
.sub-menu ul li img {
  margin-right: 5px;
}

.imbox {
  position: fixed;
  bottom: 150px;
  right: 70px;
  width: 125px;
  height: 125px;
  z-index: 999;
}
.im {
  width: 100%;
  height: 100%;
}
.im-close{
  text-align: right;
}