html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  font-family: sans-serif;
}
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,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul,
dl {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a {
  text-decoration: none;
  transition: color 0.2s ease;
}
img {
  border: none;
}
em {
  font-style: normal;
}
.row {
  display: flex;
  flex-direction: row;
}
/* 从左侧对齐 */
.rowStart {
  justify-content: flex-start;
}
/* 从右侧对齐 */
.rowEnd {
  justify-content: flex-end;
}
/* 两侧对齐 */
.bothSide {
  justify-content: space-between;
}
/* 平均分布 */
.avarage {
  justify-content: space-around;
}
/* 水平居中 */
.rowCenter {
  justify-content: center;
}
/* 垂直居中 */
.verCenter {
  align-items: center;
}
.clr {
  zoom: 1;
}
.clr:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.i-hide {
  display: none;
}
.i-show {
  display: block;
}
.lineBlock {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.lbBox {
  font-size: 0 !important;
  *word-spacing: -1px !important;
}
.emptys {
  margin-left: -1px;
  width: 1px;
  height: 100%;
  font-size: 0;
  vertical-align: middle;
}
label,
dd,
dd,
dt {
  font-weight: normal;
}
.boxsiz {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a:hover,
a:focus {
  text-decoration: none;
}
html,
body {
  width: 100%;
  min-width: 1360px;
}
body {
  min-width: 1180px;
}
.width-1180 {
  width: 1180px;
  margin: 0 auto;
}
.width-1280 {
  width: 1280px;
  margin: 0 auto;
}
.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mr24 {
  margin-right: 24px;
}
.mr26 {
  margin-right: 26px;
}
.mr20 {
  margin-right: 20px;
}
.ml56 {
  margin-left: 56px;
}
.mb20 {
  margin-bottom: 20px;
}
.pcb-head {
  width: 100%;
  height: 70px;
}
.pcb-head .pcb-head-wrap {
  height: 100%;
}
.pcb-head .pcb-head-wrap .l {
  height: 100%;
}
.pcb-head .pcb-head-wrap .l .t1 {
  font-size: 13px;
  color: #5c5f66;
  font-weight: 600;
  margin-left: 20px;
}
.pcb-head .pcb-head-wrap .r {
  height: 100%;
}
.pcb-head .pcb-head-wrap .r .t1 em {
  font-size: 12px;
  color: #959ba6;
}
.pcb-head .pcb-head-wrap .r .t1 .iconfont {
  color: #0081d2;
  font-size: 20px;
  cursor: pointer;
}
.pcb-head .pcb-head-wrap .r .t1 span {
  font-size: 12px;
  color: #737780;
}
.pcb-head .pcb-head-wrap .r .t2 em {
  font-size: 12px;
  color: #959ba6;
}
.pcb-head .pcb-head-wrap .r .t2 span {
  font-size: 12px;
  color: #5c5f66;
  font-weight: bold;
}
.pcb-footer {
  padding: 30px 0;
  border-top: 1px solid #E6EAF2;
}
.pcb-footer .pcb-footer-top .l ul {
  border-right: 1px dashed #E6EAF2;
  padding-right: 86px;
}
.pcb-footer .pcb-footer-top .l ul li {
  float: left;
  margin-right: 90px;
}
.pcb-footer .pcb-footer-top .l ul li a {
  margin-bottom: 10px;
  font-size: 14px;
  color: #5c5f66;
  display: block;
}
.pcb-footer .pcb-footer-top .l ul li a:hover {
  color: #0081d2;
}
.pcb-footer .pcb-footer-top .l ul li a:first-child {
  margin-bottom: 12px;
  color: #3a3c40;
  font-weight: bold;
}
.pcb-footer .pcb-footer-top .l ul li:last-child {
  margin-right: 0;
}
.pcb-footer .pcb-footer-top .r {
  padding-left: 60px;
}
.pcb-footer .pcb-footer-top .r .t1 {
  font-size: 14px;
  color: #5c5f66;
  margin-bottom: 3px;
}
.pcb-footer .pcb-footer-top .r .t2 {
  font-size: 20px;
  color: #3a3c40;
  font-weight: bold;
  margin-bottom: 20px;
}
.pcb-footer .pcb-footer-top .r .t3 {
  font-size: 14px;
  color: #5c5f66;
  margin-bottom: 4px;
}
.pcb-footer .pcb-footer-top .r .t4 {
  font-size: 14px;
  color: #5c5f66;
}
.pcb-footer .pcb-footer-top .r .code-pic {
  padding-left: 47px;
}
.pcb-footer .pcb-footer-top .r .code-pic img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.pcb-footer .pcb-footer-top .r .code-pic p {
  font-size: 12px;
  color: #959ba6;
  text-align: center;
}
.pcb-footer .pcb-footer-bottom {
  border-top: 1px solid #E6EAF2;
  padding-top: 20px;
  margin-top: 10px;
}
.pcb-footer .pcb-footer-bottom .l .text {
  width: 504px;
  margin-right: 97px;
}
.pcb-footer .pcb-footer-bottom .l .text p {
  font-size: 12px;
  color: #959ba6;
}
.pcb-footer .pcb-footer-bottom .l .text p.t1 {
  margin-bottom: 8px;
}
.pcb-footer .pcb-footer-bottom .l .pic p {
  font-size: 12px;
  color: #959ba6;
  margin-bottom: 12px;
}
.pcb-footer .pcb-footer-bottom .l .pic img {
  width: 120px;
  height: 40px;
  margin-right: 20px;
}
.pcb-footer .pcb-footer-bottom .r p {
  font-size: 12px;
  color: #959ba6;
}
.pcb-footer .pcb-footer-bottom .r .pic img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.sldie-bar {
  position: fixed;
  right: 5px;
  top: 50%;
  width: 48px;
  z-index: 999;
  margin-top: -154px;
  display: block !important;
}
.sldie-bar dl {
  width: 48px;
}
.sldie-bar dl dd {
  width: 48px;
  height: 50px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 24px 0px rgba(230, 234, 242, 0.5);
}
.sldie-bar dl dd:hover {
  background-color: #E6EAF2;
}
.sldie-bar dl dd a {
  height: 50px;
  display: block;
  text-align: center;
}
.sldie-bar dl dd a.phone-a {
  position: relative;
}
.sldie-bar dl dd a.phone-a:hover .phone-div {
  display: block;
}
.sldie-bar dl dd a.phone-a .phone-div {
  text-align: left;
  position: absolute;
  height: 185px;
  width: 200px;
  box-shadow: 0px 2px 24px 0px rgba(230, 234, 242, 0.5);
  background-color: #fff;
  z-index: 99;
  padding: 8px 0;
  box-sizing: border-box;
  top: 0;
  left: -200px;
  display: none;
}
.sldie-bar dl dd a.phone-a .phone-div .item {
  padding: 12px 0 0 20px;
}
.sldie-bar dl dd a.phone-a .phone-div .item h3 {
  font-size: 12px;
  color: #959BA6;
}
.sldie-bar dl dd a.phone-a .phone-div .item p {
  font-size: 14px;
  color: #3A3C40;
  padding-top: 4px;
}
.sldie-bar dl dd a.ewm-a {
  position: relative;
}
.sldie-bar dl dd a.ewm-a:hover .ewm-div {
  display: block;
}
.sldie-bar dl dd a.ewm-a .ewm-div {
  position: absolute;
  height: 225px;
  width: 200px;
  box-shadow: 0px 2px 24px 0px rgba(230, 234, 242, 0.5);
  background-color: #fff;
  z-index: 99;
  top: 0;
  left: -200px;
  display: none;
  box-sizing: border-box;
  padding-top: 20px;
}
.sldie-bar dl dd a.ewm-a .ewm-div img {
  width: 160px;
  height: 160px;
}
.sldie-bar dl dd a.ewm-a .ewm-div p {
  font-size: 12px;
  color: #959BA6;
  margin-top: 8px;
}
.sldie-bar dl dd a .icon {
  height: 40px;
  width: 40px;
  margin: 5px 4px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sldie-bar dl dd a .icon.car-icon {
  background-image: url('../../images/common/slide1.png');
}
.sldie-bar dl dd a .icon.message-icon {
  background-image: url('../../images/common/slide2.png');
}
.sldie-bar dl dd a .icon.jsq-icon {
  background-image: url('../../images/common/slide3.png');
}
.sldie-bar dl dd a .icon.ewm-icon {
  background-image: url('../../images/common/slide4.png');
}
.sldie-bar dl dd a .icon.edit-icon {
  background-image: url('../../images/common/slide5.png');
}
.sldie-bar dl dd a .circle {
  position: absolute;
  right: 0;
  top: -4px;
  min-width: 10px;
  height: 16px;
  background: #E82121;
  border-radius: 8px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
  z-index: 99;
}
.sldie-bar dl dt {
  width: 48px;
  height: 48px;
  margin-top: 10px;
  background: #737780;
}
.sldie-bar dl dt a {
  height: 48px;
  display: block;
  text-align: center;
  line-height: 48px;
}
.sldie-bar dl dt a .iconfont {
  font-size: 40px;
  color: #fff;
}
.slide-bar-box {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -118px;
  z-index: 9999;
}
.slide-bar-box dl {
  height: 50px;
}
.slide-bar-box dl dd {
  position: relative;
  height: 49px;
  width: 48px;
  background: #FFFFFF;
  border: 1px solid #AAD0F2;
  border-bottom: none;
  text-align: center;
}
.slide-bar-box dl dd.last {
  height: 48px;
  border-bottom: 1px solid #AAD0F2;
}
.slide-bar-box dl dd a .iconfont {
  font-size: 40px;
  color: #0081D2;
  vertical-align: middle;
}
.slide-bar-box dl dd .show {
  position: absolute;
  left: -164px;
  top: -1px;
  width: 162px;
  background: #FFFFFF;
  padding: 10px 0;
  border: 1px solid #E4ECED;
  text-align: left;
  white-space: nowrap;
  display: none;
}
.slide-bar-box dl dd .show .iconfont {
  color: #0081D2;
  font-size: 32px;
  margin-left: 12px;
}
.slide-bar-box dl dd .show button {
  position: absolute;
  right: 8px;
  background: #fff;
}
.slide-bar-box dl dd .show button .icon-cuo-01 {
  font-size: 20px;
  color: #666;
}
.slide-bar-box dl dd .show .text {
  margin-left: 4px;
  text-align: center;
}
.slide-bar-box dl dd .show .text .tit {
  font-size: 14px;
  color: #131414;
  font-weight: bold;
  line-height: 20px;
}
.slide-bar-box dl dd .show .text .t1 {
  font-size: 12px;
  color: #0081D2;
}
.slide-bar-box dl dd .show .text .t2 {
  font-size: 12px;
  color: #131414;
  opacity: 0.6;
  margin-bottom: 2px;
}
.slide-bar-box dl dd .show .text .t3 {
  font-size: 12px;
  color: #131414;
  opacity: 0.6;
}
.slide-bar-box dl dd .show .pic img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.slide-bar-box dl dd .show .pic p {
  font-size: 14px;
  color: #494c4d;
  text-align: center;
}
.slide-bar-box dl dd .show .pic p.bigp {
  color: #0081D2;
  font-size: 13px;
  font-weight: bold;
}
.slide-bar-box dl dd:hover .show {
  display: block !important;
}
.slide-bar-box dl dd:hover .show .pic {
  display: block !important;
}
.slide-bar-box dl dd .num {
  position: absolute;
  left: 2px;
  top: 1px;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #E59115;
  border-radius: 8px;
  font-size: 11px;
  color: #ffffff;
}
.slide-bar-box dl dt {
  margin-top: 10px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #AAD0F2;
  text-align: center;
  display: none;
}
.slide-bar-box dl dt a .iconfont {
  font-size: 30px;
  color: #0081D2;
  vertical-align: middle;
}
.p-head {
  height: 68px;
  background: #ffffff;
}
.p-head .box .l {
  height: 68px;
}
.p-head .box .l .logo img {
  width: 133px;
  height: 38px;
}
.p-head .box .l .qd100 {
  margin: 0 20px;
}
.p-head .box .l .text p {
  font-size: 14px;
  color: #131414;
  line-height: 20px;
  margin-left: 14px;
  font-weight: bold;
}
.p-head .box .r {
  height: 68px;
}
.p-head .box .r .line1 {
  width: 1px;
  height: 12px;
  background: #BEC5C6;
  color: #bec5c6;
  margin: 0 12px;
}
.p-head .box .r .line2 {
  width: 1px;
  height: 12px;
  background: #BEC5C6;
  color: #bec5c6;
  margin: 0 8px;
}
.p-head .box .r .line3 {
  width: 1px;
  height: 16px;
  background: #BEC5C6;
  color: #bec5c6;
  margin: 0 6px;
}
.p-head .box .r .t1 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
}
.p-head .box .r .t2 {
  margin-right: 20px;
}
.p-head .box .r .t2 .iconfont {
  font-size: 28px;
  color: #0081D2;
  margin-right: 4px;
}
.p-head .box .r .t2 .iconfont.icon-weixin-01 {
  color: #29CB4A;
  font-size: 35px;
}
.p-head .box .r .t2 span {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
}
.p-head .box .r .shopping-con {
  position: relative;
}
.p-head .box .r .shopping-con:hover .txshow-tips {
  display: block;
}
.p-head .box .r .shopping-con .car-ico {
  position: relative;
  margin-right: 20px;
  height: 68px;
  line-height: 68px;
  cursor: pointer;
}
.p-head .box .r .shopping-con .car-ico span {
  position: absolute;
  top: 13px;
  left: 0;
  right: -18px;
  width: 16px;
  height: 16px;
  background: #E59115;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  color: #ffffff;
}
.p-head .box .r .shopping-con .car-ico .iconfont {
  font-size: 28px;
  color: #0081D2;
}
.p-head .box .r .shopping-con .txshow-tips {
  position: absolute;
  width: 330px;
  max-height: 360px;
  z-index: 99999;
  left: -280px;
  top: 48px;
  display: none;
}
.p-head .box .r .shopping-con .txshow-tips .top {
  height: 20px;
  position: relative;
}
.p-head .box .r .shopping-con .txshow-tips .top .san {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 14px;
  right: 30px;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.16);
  transform: rotate(45deg);
}
.p-head .box .r .shopping-con .txshow-tips .con {
  max-height: 340px;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.p-head .box .r .shopping-con .txshow-tips .con .s {
  display: block;
  height: 4px;
  width: 13px;
  position: absolute;
  top: -2px;
  right: 28px;
  background: #fcfcfc;
  opacity: 0.5;
  border-radius: 50%;
}
.p-head .box .r .shopping-con .txshow-tips .con .box {
  max-height: 299px;
  background: #FFFFFF;
  padding: 0 10px;
  overflow-y: auto;
  padding-bottom: 40px;
  /*滚动条样式*/
}
.p-head .box .r .shopping-con .txshow-tips .con .box::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}
.p-head .box .r .shopping-con .txshow-tips .con .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.p-head .box .r .shopping-con .txshow-tips .con .box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #707070;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li:hover .pcbText {
  color: #0081D2;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li p {
  width: 230px;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li:last-child {
  border-bottom: 0;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li .typeImg {
  height: 60px;
  width: 60px;
  margin-right: 20px;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li .pcbText {
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li .pcbText .moneyRed {
  color: #E51515;
  font-weight: bold;
}
.p-head .box .r .shopping-con .txshow-tips .con .box ul li .pcbText a {
  font-weight: 400;
}
.p-head .box .r .shopping-con .txshow-tips .con .btom {
  width: 308px;
  height: 40px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
  padding: 0 10px;
}
.p-head .box .r .shopping-con .txshow-tips .con .btom a {
  color: #0081D2;
}
.p-head .box .r .avatar {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  cursor: pointer;
}
.p-head .box .r .avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.p-head .box .r .material {
  height: 68px;
  position: relative;
  cursor: pointer;
}
.p-head .box .r .material .wrap .tel {
  font-size: 14px;
  color: #131414;
}
.p-head .box .r .material .wrap .point {
  position: absolute;
  top: -5px;
  right: 11px;
  width: 6px;
  height: 6px;
  background: #E59115;
  border-radius: 50%;
}
.p-head .box .r .material .wrap .icon {
  width: 7px;
  height: 6px;
  background: url("../../images/p-home/arrow.png") no-repeat center;
  background-size: cover;
  margin-left: 5px;
}
.p-head .box .r .material .list-box {
  position: relative;
  display: none;
}
.p-head .box .r .material .list-box .up {
  position: absolute;
  top: -7px;
  right: 53px;
  width: 18px;
  height: 8px;
  background: url("../../images/p-home/up.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.p-head .box .r .material .list-box .list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 162px;
  background: #FFFFFF;
  border: 1px solid #E4ECED;
  z-index: 9999;
}
.p-head .box .r .material .list-box .list li {
  position: relative;
  padding-left: 12px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #E4ECED;
}
.p-head .box .r .material .list-box .list li:last-child {
  border-bottom: none;
}
.p-head .box .r .material .list-box .list li .iconfont {
  font-size: 18px;
  color: #131414;
}
.p-head .box .r .material .list-box .list li .num {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #E59115;
  border-radius: 8px;
  font-size: 12px;
  color: #ffffff;
  display: block;
}
.p-head .box .r .material .list-box .list li span {
  font-size: 14px;
  color: #0081D2;
  margin-left: 12px;
}
.p-head .box .r .material .list-box .list li span.color {
  color: #131414;
  opacity: 0.6;
}
.p-head .box .r .hov:hover .list-box {
  display: block;
}
.p-head .box .r .icon-yonghu-01 {
  font-size: 28px;
  color: #0081D2;
}
.p-head .box .r .link {
  font-size: 14px;
  color: #0a60be;
  font-weight: bold;
}
.p-head .box .r .link.ml {
  margin-left: 8px;
}
.p-nav {
  height: 48px;
  background: #0081d2;
}
.p-nav .box {
  height: 48px;
}
.p-nav .box ul {
  height: 48px;
}
.p-nav .box ul li {
  height: 100%;
  position: relative;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.p-nav .box ul li .hot {
  position: absolute;
  top: -3px;
  right: 10px;
  width: 31px;
  height: 14px;
  line-height: 14px;
  background: #E59115;
  border-radius: 3px;
  text-align: center;
}
.p-nav .box ul li .hot span {
  font-size: 11px;
  color: #ffffff;
}
.p-nav .box ul li .hot i {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background: url("../../images/p-home/hot.png") no-repeat center;
  background-size: cover;
}
.p-nav .box ul li .link {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.p-nav .box ul li .arrow {
  width: 7px;
  height: 6px;
  background: url(../../images/p-home/arrow.png) no-repeat center;
  background-size: cover;
  margin-left: 4px;
}
.p-nav .box ul li .list-box {
  position: relative;
  display: none;
}
.p-nav .box ul li .list-box .up {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 18px;
  height: 8px;
  margin: 0 auto;
  background: url("../../images/p-home/up.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.p-nav .box ul li .list-box .list {
  position: absolute;
  top: 0px;
  width: 132px;
  background: #FFFFFF;
  border: 1px solid #E4ECED;
  right: -52px;
  z-index: 999;
}
.p-nav .box ul li .list-box .list dd {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #E4ECED;
  text-align: left;
}
.p-nav .box ul li .list-box .list dd:last-child {
  border-bottom: none;
}
.p-nav .box ul li .list-box .list dd .iconfont {
  font-size: 18px;
  color: #131414;
}
.p-nav .box ul li .list-box .list dd .num {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #E59115;
  border-radius: 8px;
  font-size: 12px;
  color: #ffffff;
  display: block;
}
.p-nav .box ul li .list-box .list dd span {
  font-size: 14px;
  color: #0a60be;
  margin-left: 12px;
}
.p-nav .box ul li .list-box .list dd span.color {
  color: #131414;
  opacity: 0.6;
}
.p-nav .box ul li:hover .list-box {
  display: block;
}
.p-nav .box ul li.curr {
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
}
.p-nav .box ul li.curr a.link {
  color: #0a60be;
}
.cn-nav {
  height: 48px;
  background: #0081d2;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
}
.cn-nav .cn-box {
  position: relative;
  z-index: 9;
}
.cn-nav .cn-box .cur {
  color: #0081D2;
}
.cn-nav ul li {
  float: left;
  position: relative;
}
.cn-nav ul li a {
  display: inline-block;
  padding: 0 25px;
  color: #FFFFFF;
}
.cn-nav ul li .cn-home {
  color: #0081D2;
}
.cn-nav ul li .cn-san {
  width: 16px;
  height: 13px;
  position: absolute;
  top: 18px;
  left: 99px;
  background: url(../../images/menu.png) no-repeat center;
  transition: all 0.2s ease-in-out;
}
.cn-nav ul li .cnt-san {
  width: 16px;
  height: 13px;
  position: absolute;
  top: 18px;
  left: 99px;
  background: url(../../images/menu_hover.png) no-repeat center;
}
.cn-nav ul li .cn-san1 {
  width: 16px;
  height: 13px;
  position: absolute;
  top: 18px;
  left: 84px;
  background: url(../../images/menu.png) no-repeat center;
  transition: all 0.2s ease-in-out;
}
.cn-nav ul li .cnt-san1 {
  width: 16px;
  height: 13px;
  position: absolute;
  top: 18px;
  left: 84px;
  background: url(../../images/menu_hover.png) no-repeat center;
}
.cn-nav ul li .cn-left {
  width: 102px;
  padding: 0px 16px;
}
.cn-nav ul li .cn-width {
  width: 88px;
  padding: 0px 16px;
}
.cn-nav ul li .cn-list1 {
  position: absolute;
  background: #fff;
  display: none;
  z-index: 9;
  text-align: center;
}
.cn-nav ul li .cn-list1 .cn-a {
  display: block;
  width: 120px;
  border-bottom: 1px solid #EEEEEE;
  color: #494C4D;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.cn-nav ul li .cn-list1 .cn-a:hover {
  color: #0081D2;
}
.cn-nav ul li .cn-list1 .cn-bg {
  background: url(../../images/nav-sj.png) no-repeat top center;
}
.cn-nav ul li .cn-list1 .cn-bor {
  border: 0;
}
.cn-nav ul li .cn-list {
  position: absolute;
  background: #fff;
  display: none;
  z-index: 9;
  text-align: center;
}
.cn-nav ul li .cn-list .cn-a {
  display: block;
  width: 134px;
  border-bottom: 1px solid #EEEEEE;
  color: #494C4D;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.cn-nav ul li .cn-list .cn-a:hover {
  color: #0081D2;
}
.cn-nav ul li .cn-list .cn-bg {
  background: url(../../images/nav-sj.png) no-repeat top center;
}
.cn-nav ul li .cn-list .cn-bor {
  border: 0;
}
.cn-nav ul li:hover a {
  color: #0081D2;
}
.cn-nav ul li:hover .cn-san {
  background: url(../../images/menu_hover.png) no-repeat center;
  transform: rotate(180deg);
}
.cn-nav ul li:hover .cn-san1 {
  background: url(../../images/menu_hover.png) no-repeat center;
  transform: rotate(180deg);
}
.cn-nav ul li:hover .cn-list {
  display: block;
  border-top: 2px solid #0081D2;
}
.cn-nav ul li:hover .cn-list1 {
  display: block;
  border-top: 2px solid #0081D2;
}
.cn-nav .nav-line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 82px;
  height: 48px;
  background-color: #fff;
  font-size: 0;
  line-height: 40px;
}
.p-footer {
  background: #131414;
  padding: 35px 0 0px 0;
}
.p-footer .box .top {
  width: 1280px;
}
.p-footer .box .top li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.p-footer .box .top li a {
  color: #999999;
}
.p-footer .box .top .foo-li1 a {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.p-footer .box .top .foo-p {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
}
.p-footer .box .top .foo-p1 {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.p-footer .box .top .foo-p2 {
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.p-footer .box .top .foo-p3 {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.p-footer .box .copyright {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.p-footer .box .copyright .tit {
  font-size: 14px;
  color: #494c4d;
  margin-right: 20px;
}
.p-footer .box .copyright .i6 {
  width: 39px;
  height: 35px;
  background: url("../../images/p-footer/iso.png") no-repeat center;
  background-size: cover;
  margin-right: 20px;
}
.p-footer .box .copyright .i7 {
  width: 35px;
  height: 35px;
  background: url("../../images/p-footer/ul.png") no-repeat center;
  background-size: cover;
  margin-right: 20px;
}
.p-footer .box .copyright .i8 {
  width: 38px;
  height: 35px;
  background: url("../../images/p-footer/SGS.png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .foo-t {
  margin: 0 40px;
}
.p-footer .box .copyright .i1 {
  width: 110px;
  height: 36px;
  margin-right: 20px;
  background: url("../../images/p-footer/a (1).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i2 {
  width: 110px;
  height: 36px;
  background: url("../../images/p-footer/a (2).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i3 {
  width: 110px;
  height: 36px;
  margin-right: 20px;
  background: url("../../images/p-footer/a (3).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i4 {
  width: 134px;
  height: 36px;
  margin-right: 20px;
  background: url("../../images/p-footer/a (5).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .copyright .i5 {
  width: 148px;
  height: 36px;
  background: url("../../images/p-footer/a (4).png") no-repeat center;
  background-size: cover;
}
.p-footer .box .foo-foo {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.p-footer .box .foo-foo p {
  text-align: left;
}
.p-footer .box .foo-foo p span {
  display: block;
  width: 52%;
}
.p-footer .box .foo-foo p span:last-child {
  width: 42%;
}
.p-footer .box .foo-foo p a {
  color: #999999;
}
.p-footer .box .foo-foo .foo-both {
  width: 900px;
  margin: 0 auto;
}
.p-footer .box .foo-foo .foo2-span {
  margin-right: 30px;
}
.p-footer .box .foo-foo .foo2-p {
  margin-bottom: 2px;
}
.home {
  height: 48px;
  background: #0081D2;
}
.home .nav-wrap {
  height: 48px;
}
.home .nav-wrap .nav li {
  position: relative;
  float: left;
  height: 48px;
  line-height: 48px;
  margin-right: 40px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.home .nav-wrap .nav li.curr:after {
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #FFFFFF;
  width: 100%;
  height: 3px;
  content: '';
}
.home .nav-wrap .nav li a.xb {
  position: absolute;
  left: 41px;
  top: -5px;
  width: 50px;
  height: 20px;
  background: url('../../images/home/yu.png') no-repeat center;
  background-size: cover;
}
.home .nav-wrap .nav li a.link {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}
.home .nav-wrap .nav li .iconzujiantubiaojiantou1 {
  font-size: 14px;
  color: #FFFFFF;
}
.home .nav-wrap .nav li dl {
  position: absolute;
  bottom: -74px;
  width: 100%;
  left: 0;
  background: #0081D2;
  z-index: 99999999;
  display: none;
}
.home .nav-wrap .nav li dl dd {
  text-align: center;
  height: 37px;
  line-height: 37px;
  transition: all 0.2s ease;
}
.home .nav-wrap .nav li dl dd:hover {
  background: #0090EB;
}
.home .nav-wrap .nav li dl dd a {
  font-size: 14px;
  color: #ffffff;
}
.home .nav-wrap .nav li.curr a,
.home .nav-wrap .nav li:hover a {
  color: #FFFFFF;
}
.home .nav-wrap .nav li:hover:after {
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #FFFFFF;
  width: 100%;
  height: 3px;
  content: '';
}
.home .nav-wrap .nav li:hover dl {
  display: block;
}
.home .nav-wrap .login-bar {
  height: 100%;
  white-space: nowrap;
}
.home .nav-wrap .login-bar .logged {
  height: 100%;
  padding: 0 20px;
  vertical-align: top;
}
.home .nav-wrap .login-bar .logged a:hover {
  color: #0090eb;
}
.home .nav-wrap .login-bar .logged .lg .iconfont {
  font-size: 20px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged .lg span {
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
}
.home .nav-wrap .login-bar .logged .line {
  width: 1px;
  height: 14px;
  background: #E6EAF2;
  color: #e6eaf2;
  margin: 0 5px 0 5px;
}
.home .nav-wrap .login-bar .logged .rg {
  font-size: 14px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged .car {
  margin-left: 30px;
}
.home .nav-wrap .login-bar .logged .car .iconfont {
  font-size: 20px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged .car span {
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
  margin-right: 6px;
}
.home .nav-wrap .login-bar .logged .car .circle {
  min-width: 10px;
  height: 16px;
  background: #E82121;
  border-radius: 8px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
}
.home .nav-wrap .login-bar .logged-in {
  height: 100%;
  vertical-align: top;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar {
  position: relative;
  text-align: center;
  cursor: pointer;
  height: 100%;
  padding: 0 10px;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar ul {
  position: absolute;
  bottom: -74px;
  width: 100%;
  left: 0;
  background: #0081D2;
  z-index: 99999999;
  display: none;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar ul li {
  height: 37px;
  line-height: 37px;
  transition: all 0.2s ease;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar ul li:hover {
  background: #0090EB;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar ul li a {
  font-size: 14px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar .iconzujiantubiaojiantou9 {
  font-size: 20px;
  color: #FFFFFF;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar .iconzujiantubiaojiantou1 {
  font-size: 14px;
  color: #FFFFFF;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar .tel {
  font-weight: bold;
  padding: 0 5px;
  font-size: 14px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar:hover {
  background: #0090EB;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar:hover ul {
  display: block;
}
.home .nav-wrap .login-bar .logged-in .logged-in-bar:hover .iconzujiantubiaojiantou1:before {
  content: "\e628";
}
.home .nav-wrap .login-bar .logged-in .car {
  height: 100%;
  padding: 0 10px;
}
.home .nav-wrap .login-bar .logged-in .car .iconfont {
  font-size: 20px;
  color: #ffffff;
}
.home .nav-wrap .login-bar .logged-in .car span {
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
  margin-right: 6px;
}
.home .nav-wrap .login-bar .logged-in .car .circle {
  min-width: 10px;
  height: 16px;
  background: #E82121;
  border-radius: 8px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
}
.home .nav-wrap .login-bar .logged-in .car:hover {
  background: #0090EB;
}
.layui-layer-setwin {
  right: 36px !important;
  top: 19px !important;
}
.layui-layer-title {
  font-size: 13px !important;
  font-weight: bold !important;
  background: #ffffff !important;
  height: auto !important;
  line-height: 21px !important;
  padding: 10px 0 15px 0 !important;
  margin: 0 30px;
}
.layui-layer-title span {
  position: relative;
  display: inline-block;
}
.layui-layer-title span:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  text-align: center;
  width: 100%;
  height: 5px;
  background: #0081D2;
  content: "";
  display: inline-block;
}
.layui-layer-page .layui-layer-content {
  height: auto;
  overflow: hidden;
}
.login-layer {
  padding: 30px 60px 40px 60px;
}
.login-layer .cypbb {
  display: none;
}
.login-layer .inpt {
  position: relative;
  margin-bottom: 20px;
  white-space: nowrap;
}
.login-layer .inpt .iconfont {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 30px;
  color: #e6eaf2;
  margin-top: -17px;
}
.login-layer .inpt .imgCode {
  width: 164px;
  height: 60px;
  text-align: right;
}
.login-layer .inpt .imgCode img {
  width: 120px;
  height: 60px;
}
.login-layer .inpt .inp {
  width: 320px;
  height: 58px;
  line-height: 58px;
  background: #f7f9fc;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  padding-left: 60px;
  transition: all 0.4s ease;
}
.login-layer .inpt .inp:focus {
  border: 1px solid #0081d2;
  background: #ffffff;
}
.login-layer .inpt .inp::-webkit-input-placeholder {
  color: #959ba6;
}
.login-layer .inpt .button-class {
  font-size: 14px;
  color: #0081d2;
  position: absolute;
  right: 21px;
  top: 21px;
  font-weight: bold;
  background: none;
}
.login-layer .inpt.error .iconfont {
  color: #e82121;
}
.login-layer .inpt.error .inp {
  border: 1px solid #e82121;
  color: #e82121;
}
.login-layer .inpt.status .iconfont {
  color: #0081d2;
}
.login-layer .btn {
  margin-top: 20px;
}
.login-layer .btn a {
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0081D2;
  border-radius: 2px;
  display: block;
  font-size: 18px;
  color: #ffffff;
}
.login-layer .login-bar {
  padding-top: 30px;
}
.login-layer .login-bar .l .circle {
  width: 12px;
  height: 12px;
  padding: 3px;
  border-radius: 18px;
  border: 1px solid #C2C7CC;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.login-layer .login-bar .l .circle.act {
  border-color: #0081D2;
}
.login-layer .login-bar .l .circle.act i {
  display: block;
  width: 12px;
  height: 12px;
  background: #0081D2;
  border-radius: 12px;
}
.login-layer .login-bar .l .txt {
  font-size: 14px;
  color: #959ba6;
  margin-left: 6px;
}
.login-layer .login-bar .r a {
  font-size: 14px;
  color: #0081d2;
}
.login-layer .other-login {
  margin-top: 60px;
  text-align: center;
}
.login-layer .other-login .t1 {
  position: relative;
  font-size: 14px;
  color: #5c5f66;
}
.login-layer .other-login .t1:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 117px;
  height: 1px;
  color: #e6eaf2;
  background: #E6EAF2;
  content: '';
}
.login-layer .other-login .t1:after {
  position: absolute;
  right: 0;
  top: 11px;
  width: 117px;
  height: 1px;
  color: #e6eaf2;
  background: #E6EAF2;
  content: '';
}
.login-layer .other-login .icon-wrap {
  margin-top: 24px;
}
.login-layer .other-login .icon-wrap li {
  background: #E6EAF2;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.login-layer .other-login .icon-wrap li:hover {
  background: #0081D2;
}
.login-layer .other-login .icon-wrap li .iconfont {
  font-size: 30px;
  color: #FFFFFF;
}
.login-layer .code-login {
  cursor: pointer;
}
.login-layer .code-login .pull-left {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../../images/home/code2.jpg") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.login-layer .code-login .pull-lefts {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../../images/home/code1.jpg") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.login-layer .onRegister2 .wrp_code {
  border: 1px solid #E2E2E2;
  width: 198px;
  height: 198px;
  margin: 0 auto;
}
.login-layer .onRegister2 .wrp_code .qrcode {
  width: 198px;
  height: 198px;
}
.login-layer .onRegister2 .info {
  margin-top: 15px;
}
.login-layer .onRegister2 .info .t1 {
  text-align: center;
  color: #373737;
  font-size: 13px;
}
.login-layer .onRegister2 .text-center {
  margin-top: 20px;
  text-align: center;
}
.login-layer .onRegister2 .text-center .t1 {
  font-size: 14px;
  color: #0081d2;
  margin-right: 20px;
}
.login-layer .onRegister2 .text-center .t1:hover {
  text-decoration: underline;
}
.login-layer .onRegister2 .text-center .t2 {
  font-size: 14px;
  color: #0081d2;
}
.login-layer .onRegister2 .text-center .t2:hover {
  text-decoration: underline;
}
.login-layer .tab-box {
  text-align: center;
  margin-bottom: 26px;
  padding-bottom: 14px;
}
.login-layer .tab-box span {
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 20px;
  color: #959ba6;
  cursor: pointer;
}
.login-layer .tab-box span.curr {
  color: #3a3c40;
  font-weight: bold;
}
.login-layer .tab-box span.curr::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 5px;
  width: 80px;
  background: #0081D2;
  content: '';
  z-index: 11;
  margin: 0 auto;
}
.website-tip {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 224, 178, 0.5);
}
.website-tip .tip-wrap {
  position: relative;
}
.website-tip .tip-wrap span {
  font-size: 14px;
  color: #e89721;
}
.website-tip .tip-wrap .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #e89721;
  cursor: pointer;
}
.selects-qty {
  position: absolute;
  left: 0px;
  top: 39px;
  z-index: 9;
  width: 461px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 10px 0 16px 18px;
  display: none;
}
.selects-qty .arrow {
  position: absolute;
  left: 21px;
  top: -10px;
  width: 13px;
  height: 11px;
  background: url("../../images/common/ico.png") no-repeat -5px -52px;
  background-color: #fff;
}
.selects-qty dl dd {
  float: left;
  width: 14%;
  margin-bottom: 15px;
  cursor: pointer;
}
.selects-qty dl dd .arr {
  width: 14px;
  height: 13px;
  background: url("../../images/common/ico.png") no-repeat 0 0;
}
.selects-qty dl dd.curr .arr {
  width: 14px;
  height: 13px;
  background: url("../../images/common/ico.png") no-repeat -16px 0;
}
.selects-qty dl dd span {
  font-size: 14px;
  color: #666666;
  margin-left: 5px;
}
.selects-qty .wrap {
  margin-top: 3px;
}
.selects-qty .wrap label {
  font-size: 14px;
  color: #666666;
  margin-right: 13px;
  white-space: nowrap;
}
.selects-qty .wrap .inp {
  width: 158px;
  border: solid 1px #e5e5e5;
}
.selects-qty .wrap .inp::-webkit-outer-spin-button,
.selects-qty .wrap .inp::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.selects-qty .wrap .inp:focus {
  border: solid 1px #00a0e9;
}
.selects-qty .wrap .btn {
  margin-left: 40px;
}
.selects-qty .wrap .btn a {
  width: 68px;
  height: 30px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.selects-qty .wrap .btn a.ok {
  background-color: #1080d0;
  color: #fefefe;
  margin-right: 10px;
}
.selects-qty .wrap .btn a.canel {
  background-color: #f3f3f3;
  color: #666666;
}
.pcb-ad .indexRightAd {
  position: fixed;
  width: 140px;
  height: 254px;
  bottom: 54px;
  z-index: 101;
}
.pcb-ad .indexRightAd img {
  width: 140px;
  height: 254px;
}
.pcb-ad .indexRightAd.none {
  left: -150px;
}
.pcb-ad .indexRightAd.show {
  left: 10px;
}
.pcb-ad .fast-key {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 120px;
  background: #0860BF;
  z-index: 999;
}
.pcb-ad .fast-key.none {
  display: none;
}
.pcb-ad .fast-key.show {
  display: block;
}
.pcb-ad .fast-key .fast-key-wrap .l {
  position: relative;
  height: 120px;
  white-space: nowrap;
}
.pcb-ad .fast-key .fast-key-wrap .l .pic {
  position: absolute;
  top: -46px;
  left: 0;
  width: 162px;
  height: 146px;
  background: url("../../images/registerPage/b.png") no-repeat center;
  background-size: cover;
}
.pcb-ad .fast-key .fast-key-wrap .l .text {
  margin-left: 191px;
}
.pcb-ad .fast-key .fast-key-wrap .l .text .t1 {
  font-size: 20px;
  color: #f7f9fc;
}
.pcb-ad .fast-key .fast-key-wrap .l .text .t2 {
  font-size: 30px;
  color: #f7f9fc;
  font-weight: bold;
}
.pcb-ad .fast-key .fast-key-wrap .l .text .t2 em {
  font-size: 30px;
  color: #e0c629;
  font-weight: bold;
}
.pcb-ad .fast-key .fast-key-wrap .r {
  position: relative;
  height: 120px;
  white-space: nowrap;
}
.pcb-ad .fast-key .fast-key-wrap .r .iconzujiantubiaojiantou10 {
  position: absolute;
  right: -46px;
  top: 10px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.pcb-ad .fast-key .fast-key-wrap .r .input-wrap {
  width: 360px;
  height: 48px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #ffffff;
}
.pcb-ad .fast-key .fast-key-wrap .r .input-wrap .iconfont {
  font-size: 30px;
  color: #BBC1CC;
  margin-left: 16px;
  margin-right: 16px;
}
.pcb-ad .fast-key .fast-key-wrap .r .input-wrap input {
  font-size: 14px;
  height: 100%;
  vertical-align: middle;
}
.pcb-ad .fast-key .fast-key-wrap .r .input-wrap input::-webkit-input-placeholder {
  color: #959ba6;
}
.pcb-ad .fast-key .fast-key-wrap .r .btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #e89721;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 20px;
}
.pcb-ad-tx {
  position: fixed;
  width: 140px;
  height: 254px;
  bottom: 54px;
  z-index: 101;
}
.pcb-ad-tx .cha {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.pcb-ad-tx .indexRightAd img {
  width: 140px;
  height: 254px;
}
.pcb-ad-tx .indexRightAd.none {
  left: -150px;
}
.pcb-ad-tx .indexRightAd.show {
  left: 10px;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #0081D2 !important;
  background-color: #0081D2 !important;
}
#nc_1_wrapper {
  width: 100% !important;
}
.nc-container .nc_scale .nc_ok,
.nc-container .nc_scale .nc_bg {
  background: #0081D2 !important;
}
.nc-container .nc_scale .btn_ok {
  color: #0081D2 !important;
}
.layui-layer-title em {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
}
.layui-layer-title em.curr:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  text-align: center;
  width: 100%;
  height: 5px;
  background: #0081D2;
  content: "";
  display: inline-block;
}
.paymentSetting-layer {
  padding: 20px;
}
.paymentSetting-layer .inpt-wrap {
  margin-bottom: 20px;
  white-space: nowrap;
}
.paymentSetting-layer .inpt-wrap .code-wrap {
  position: relative;
}
.paymentSetting-layer .inpt-wrap .code-wrap .code {
  position: absolute;
  right: 10px;
  top: 16px;
  background: none;
  font-size: 14px;
  color: #0081d2;
}
.paymentSetting-layer .inpt-wrap .code-wrap .code.btnDisabled {
  color: #CCCCCC;
}
.paymentSetting-layer .inpt-wrap .code-wrap .inp0 {
  width: 298px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  background: #F7F9FC;
  text-indent: 1em;
}
.paymentSetting-layer .inpt-wrap .code-wrap .inp0:focus {
  background: #ffffff;
}
.paymentSetting-layer .inpt-wrap label {
  width: 96px;
  font-size: 14px;
  color: #5c5f66;
  text-align: right;
  margin-right: 22px;
}
.paymentSetting-layer .inpt-wrap .inp1 {
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  text-indent: 1em;
  background: #F7F9FC;
}
.paymentSetting-layer .inpt-wrap .inp1:focus {
  background: #ffffff;
}
.paymentSetting-layer .inpt-wrap .inp2 {
  height: 54px;
  background: #F7F9FC;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  margin-right: 8px;
  font-size: 16px;
  color: #3a3c40;
  line-height: 54px;
  text-align: center;
}
.paymentSetting-layer .inpt-wrap .inp2:focus {
  background: #ffffff;
}
.paymentSetting-layer .inpt-wrap .w2 {
  width: 54px;
}
.paymentSetting-layer .inpt-wrap .w3 {
  width: 198px;
}
.paymentSetting-layer .inpt-wrap .imgCode {
  width: 76px;
  height: 50px;
}
.paymentSetting-layer .inpt-wrap .imgCode img {
  width: 76px;
  height: 50px;
}
.paymentSetting-layer .inpt-wrap .t1 {
  font-size: 16px;
  color: #3a3c40;
  font-weight: bold;
}
.paymentSetting-layer .inpt-wrap .t2 {
  margin-top: 10px;
  font-size: 12px;
  color: #5c5f66;
}
.paymentSetting-layer .inpt-wrap .t3 {
  font-size: 12px;
  color: #0081d2;
  margin-left: 10px;
  cursor: pointer;
}
.paymentSetting-layer .btn {
  margin-top: 40px;
  margin-left: 121px;
}
.paymentSetting-layer .btn a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0081D2;
  border-radius: 2px;
  display: block;
  color: #ffffff;
  font-size: 14px;
}
.browser {
  width: 100%;
  height: 100%;
  background: url(../../images/tips/zz.png) no-repeat center;
  background-size: cover;
  position: fixed;
  left: 0;
  /*  */
  top: 0;
  z-index: 9999;
}
.browser .browser-box {
  width: 616px;
  height: 300px;
  padding: 26px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -308px;
  font-size: 17px;
  font-weight: 400;
  color: #666666;
}
.browser .browser-box .logo {
  width: 103px;
  height: 42px;
  display: block;
  margin: 0 auto;
  margin-bottom: 26px;
}
.browser .browser-box p {
  margin-bottom: 14px;
}
.browser .browser-box .recommend {
  padding-top: 14px;
  margin-bottom: 40px;
  line-height: 20px;
}
.browser .browser-box .recommend i {
  display: inline-block;
  width: 214px;
  height: 0px;
  border: 1px solid #707070;
}
.browser .browser-box .recommend span {
  margin: 0 20px;
}
.browser .browser-box .browser-con {
  text-align: center;
}
.browser .browser-box .browser-con a {
  display: inline-block;
  text-align: center;
  color: #666666;
  margin: 0 35px;
}
.browser .browser-box .browser-con a img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.browser .browser-box .browser-con a p {
  font-size: 12px;
}
.w780 {
  width: 780px;
}
.w380 {
  width: 380px;
}
.w380 img {
  width: 100%;
  height: 60px;
}
.w118 {
  width: 118px !important;
}
.w78 {
  width: 78px !important;
}
.w178 {
  width: 178px !important;
}
.w138 {
  width: 138px !important;
}
.w140 {
  width: 140px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr14 {
  margin-right: 14px !important;
}
.mt16 {
  margin-top: 16px;
}
.mt20 {
  margin-top: 20px;
}
.pl18 {
  padding-left: 18px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.disabled {
  background: none !important;
  color: #959ba6 !important;
  cursor: not-allowed !important;
  font-weight: normal !important;
  border: 1px dashed #E6EAF2 !important;
}
.disabled span {
  color: #959ba6 !important;
}
.disabled::before {
  display: none;
}
.disabled::after {
  display: none;
}
.onsroll {
  position: fixed;
  top: 0px;
  z-index: 2;
  left: 50%;
  margin-left: 211px;
  _position: absolute;
  _bottom: auto;
}
.timebor {
  border-bottom: 1px solid #E6EAF2;
  padding-bottom: 25px;
}
.bor {
  border-bottom: 10px solid #E6EAF2;
}
.pcb {
  padding: 0px 0 70px 0;
  background: #F9F8FD;
}
.pcb .title {
  font-size: 20px;
  color: #3a3c40;
  font-weight: bold;
  margin-bottom: 20px;
}
.pcb .section .pcb-l {
  width: 780px;
}
.pcb .section .pcb-l .pcb-box,
.pcb .section .pcb-l .pcb-bz {
  padding: 5px 30px 5px 30px;
  margin-bottom: 5px;
  background: #FFFFFF;
  border-radius: 2px;
}
.pcb .section .pcb-l .pcb-box .tit,
.pcb .section .pcb-l .pcb-bz .tit {
  margin-bottom: 20px;
}
.pcb .section .pcb-l .pcb-box .tit .l .t1,
.pcb .section .pcb-l .pcb-bz .tit .l .t1 {
  font-size: 20px;
  color: #3a3c40;
  font-weight: bold;
  margin-right: 30px;
}
.pcb .section .pcb-l .pcb-box .tit .l .t2,
.pcb .section .pcb-l .pcb-bz .tit .l .t2 {
  font-size: 12px;
  color: #e89721;
}
.pcb .section .pcb-l .pcb-box .tit .l .t3,
.pcb .section .pcb-l .pcb-bz .tit .l .t3 {
  font-size: 12px;
  color: #959ba6;
}
.pcb .section .pcb-l .pcb-box .tit .shrink,
.pcb .section .pcb-l .pcb-bz .tit .shrink {
  font-size: 12px;
  color: #0081d2;
}
.pcb .section .pcb-l .pcb-box .line,
.pcb .section .pcb-l .pcb-bz .line {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pcb .section .pcb-l .pcb-box .pcb-block,
.pcb .section .pcb-l .pcb-bz .pcb-block {
  margin-bottom: 5px;
  white-space: nowrap;
}
.pcb .section .pcb-l .pcb-box .pcb-block label,
.pcb .section .pcb-l .pcb-bz .pcb-block label {
  width: 125px;
  text-align: left;
  font-size: 13px;
  color: #5c5f66;
  white-space: nowrap;
  margin-right: 8px;
}
.pcb .section .pcb-l .pcb-box .pcb-block label span,
.pcb .section .pcb-l .pcb-bz .pcb-block label span {
  font-size: 16px;
  cursor: pointer;
  color: #ABB3BE;
}
.pcb .section .pcb-l .pcb-box .pcb-block label span:hover,
.pcb .section .pcb-l .pcb-bz .pcb-block label span:hover {
  color: #0081D2;
}
.pcb .section .pcb-l .pcb-box .pcb-block label span:hover .arrow-tips,
.pcb .section .pcb-l .pcb-bz .pcb-block label span:hover .arrow-tips {
  height: 100px;
}
.pcb .section .pcb-l .pcb-box .pcb-block label span:hover .arrow-tips.arrow-tips-500,
.pcb .section .pcb-l .pcb-bz .pcb-block label span:hover .arrow-tips.arrow-tips-500 {
  height: 180px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline {
  position: relative;
  max-width: 533px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline li,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline li {
  float: left;
  height: 28px;
  background: #FFF;
  border-radius: 2px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #E6EAF2;
  margin-right: 10px;
  font-size: 13px;
  color: #5c5f66;
  cursor: pointer;
  padding: 0 10px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline li:hover,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline li:hover {
  border: 1px solid #0081D2;
  position: relative;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline li.curr,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline li.curr {
  border: 1px solid #0081D2;
  color: #3a3c40;
  background: #E6F7FF;
  position: relative;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline .sel,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline .sel {
  height: 30px;
  background: #F7F9FC;
  border-radius: 2px;
  line-height: 28px;
  border: 1px solid #E6EAF2;
  text-indent: 1em;
  font-size: 14px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline .inp,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline .inp {
  height: 28px;
  background: #F7F9FC;
  border-radius: 2px;
  line-height: 28px;
  border: 1px solid #E6EAF2;
  text-indent: 1em;
  font-size: 14px;
  transition: all 0.4s ease;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline .inp:focus,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline .inp:focus {
  background: #ffffff;
  border: 1px solid #0081D2;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline .inp::-webkit-input-placeholder,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline .inp::-webkit-input-placeholder {
  color: #959ba6;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline .closeico,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline .closeico {
  font-size: 14px;
  color: #5c5f66;
  margin: 0 10px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em {
  width: 14px;
  height: 14px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em.color1,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em.color1 {
  background: #028002;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em.color2,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em.color2 {
  background: #BB1408;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em.color3,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em.color3 {
  background: #FFD203;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em.color4,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em.color4 {
  background: #0D4AD9;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em.color5,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em.color5 {
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border: 1px solid #ACB3BF;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em.color6,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em.color6 {
  background: #000000;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em.color7,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em.color7 {
  background: #a20495;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em.color8,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em.color8 {
  background-color: #218626;
  background-image: -webkit-linear-gradient(top, #58de5f, #218626);
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline em.color9,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline em.color9 {
  background-color: #0f0f0f;
  background-image: -webkit-linear-gradient(top, #666666, #000000);
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-block-inline span,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-block-inline span {
  font-size: 14px;
  color: #3a3c40;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb_boardcolor li,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb_boardcolor li {
  margin-bottom: 10px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .text,
.pcb .section .pcb-l .pcb-bz .pcb-block .text {
  font-size: 14px;
  color: #5c5f66;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext {
  margin-top: 10px;
  font-size: 12px;
  color: #959ba6;
  margin-left: 130px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext.cc-tips,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext.cc-tips {
  margin-top: 0;
  position: relative;
  top: -8px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext.fr4-tips,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext.fr4-tips {
  margin: 0;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext.num-tips,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext.num-tips {
  margin: 0 0 0 20px;
  color: #E89721;
  visibility: hidden;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext.sl-tips,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext.sl-tips {
  margin: 0 0 0 20px;
  font-size: 14px;
  border-bottom: 1px dashed #0081D2;
  cursor: pointer;
  position: relative;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext.sl-tips:hover .sl-div,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext.sl-tips:hover .sl-div {
  height: 295px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext.sl-tips span,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext.sl-tips span {
  color: #0081D2;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext.sl-tips .sl-div,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext.sl-tips .sl-div {
  position: absolute;
  left: -240px;
  top: 25px;
  z-index: 3;
  height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext.sl-tips .sl-div .arrow,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext.sl-tips .sl-div .arrow {
  display: block;
  position: relative;
  top: 2px;
  left: 246px;
  width: 13px;
  height: 11px;
  background: url(../../images/common/ico.png) no-repeat -5px -52px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .tiptext.sl-tips .sl-div .img-p,
.pcb .section .pcb-l .pcb-bz .pcb-block .tiptext.sl-tips .sl-div .img-p {
  border: 1px solid #cccccc;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text {
  width: 550px;
  background: #F7F9FC;
  padding: 10px 20px 10px 20px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t1,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t1 {
  margin-bottom: 10px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t1 span,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t1 span {
  font-size: 14px;
  color: #959ba6;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t1 em,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t1 em {
  font-size: 14px;
  color: #5c5f66;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t2,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t2 {
  margin-bottom: 10px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t2 span,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t2 span {
  font-size: 14px;
  color: #959ba6;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t2 em,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t2 em {
  font-size: 14px;
  color: #5c5f66;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t3 span,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t3 span {
  font-size: 14px;
  color: #959ba6;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t3 em,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_l .panelway_param_text-t3 em {
  font-size: 14px;
  color: #5c5f66;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_r,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_r {
  cursor: pointer;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_r .iconfont,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_r .iconfont {
  font-size: 20px;
  color: #0081d2;
}
.pcb .section .pcb-l .pcb-box .pcb-block .panelway_param_text .panelway_param_text_r span,
.pcb .section .pcb-l .pcb-bz .pcb-block .panelway_param_text .panelway_param_text_r span {
  margin-left: 4px;
  font-size: 15px;
  color: #0081d2;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-textarea,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-textarea {
  position: relative;
  width: 590px;
  height: 80px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  box-sizing: border-box;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-textarea textarea,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-textarea textarea {
  width: 568px;
  padding: 15px 10px;
  resize: none;
  font-size: 14px;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-textarea textarea::-webkit-input-placeholder,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-textarea textarea::-webkit-input-placeholder {
  color: #959ba6;
}
.pcb .section .pcb-l .pcb-box .pcb-block .pcb-textarea .limitWords,
.pcb .section .pcb-l .pcb-bz .pcb-block .pcb-textarea .limitWords {
  font-size: 12px;
  color: #959ba6;
  position: absolute;
  right: 14px;
  bottom: 9px;
  z-index: 1;
}
.pcb .section .pcb-l .pcb-box .tbtb,
.pcb .section .pcb-l .pcb-bz .tbtb {
  font-size: 16px;
  color: #3a3c40;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.pcb .section .pcb-l .pcb-box .upload-pcb .wrap,
.pcb .section .pcb-l .pcb-bz .upload-pcb .wrap {
  width: 140px;
  height: 30px;
  background: #0081D2;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.pcb .section .pcb-l .pcb-box .upload-pcb .wrap .iconfont,
.pcb .section .pcb-l .pcb-bz .upload-pcb .wrap .iconfont {
  font-size: 20px;
  color: #ffffff;
}
.pcb .section .pcb-l .pcb-box .upload-pcb .wrap span,
.pcb .section .pcb-l .pcb-bz .upload-pcb .wrap span {
  font-size: 14px;
  color: #ffffff;
}
.pcb .section .pcb-l .pcb-box .upload-pcb .upload-t1,
.pcb .section .pcb-l .pcb-bz .upload-pcb .upload-t1 {
  font-size: 14px;
  color: #5c5f66;
  margin-left: 8px;
  margin-right: 8px;
}
.pcb .section .pcb-l .pcb-box .upload-pcb .upload-t2,
.pcb .section .pcb-l .pcb-bz .upload-pcb .upload-t2 {
  font-size: 14px;
  color: #0081d2;
}
.pcb .section .pcb-l .pcb-block-slideup {
  padding: 20px 30px 30px 30px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
}
.pcb .section .pcb-l .pcb-block-slideup .tit .l .t1 {
  font-size: 20px;
  color: #3a3c40;
  font-weight: bold;
  margin-right: 30px;
}
.pcb .section .pcb-l .pcb-block-slideup .tit .l .t2 {
  font-size: 12px;
  color: #e89721;
}
.pcb .section .pcb-l .pcb-block-slideup .tit .l .t3 {
  font-size: 12px;
  color: #959ba6;
}
.pcb .section .pcb-l .pcb-block-slideup .tit .shrink {
  font-size: 12px;
  color: #0081d2;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block {
  margin-bottom: 10px;
  white-space: nowrap;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block label {
  width: 125px;
  text-align: left;
  font-size: 14px;
  color: #5c5f66;
  white-space: nowrap;
  margin-right: 8px;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block label span {
  font-size: 16px;
  cursor: pointer;
  color: #ABB3BE;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block label span:hover {
  color: #0081D2;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block label span:hover .arrow-tips {
  height: 100px;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block label span:hover .arrow-tips.arrow-tips-500 {
  height: 180px;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .pcb-block-inline li {
  float: left;
  height: 28px;
  background: #F7F9FC;
  border-radius: 2px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #E6EAF2;
  margin-right: 14px;
  font-size: 14px;
  color: #5c5f66;
  cursor: pointer;
  padding: 0 13px;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .pcb-block-inline li:hover {
  border: 1px solid #0081D2;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .pcb-block-inline li.curr {
  border: 2px solid #0081D2;
  color: #3a3c40;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  position: relative;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .pcb-block-inline li.curr::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 18px solid #0081D2;
  border-left: 18px solid transparent;
  bottom: 0;
  right: 0;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .pcb-block-inline li.curr::before {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e644";
  position: absolute;
  bottom: -8px;
  right: -1px;
  z-index: 1;
  color: #fff;
  font-weight: normal;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .pcb-block-inline .inp {
  height: 28px;
  background: #F7F9FC;
  border-radius: 2px;
  line-height: 28px;
  border: 1px solid #E6EAF2;
  text-indent: 1em;
  font-size: 14px;
  transition: all 0.4s ease;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .pcb-block-inline .inp:focus {
  border: 1px solid #0081D2;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .pcb-block-inline .inp::-webkit-input-placeholder {
  color: #959ba6;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .pcb-block-inline .closeico {
  font-size: 14px;
  color: #5c5f66;
  margin: 0 10px;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .text {
  font-size: 14px;
  color: #5c5f66;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .tiptext {
  margin-top: 10px;
  font-size: 12px;
  color: #959ba6;
  margin-left: 120px;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .textarea {
  position: relative;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .textarea textarea {
  width: 398px;
  height: 68px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  padding: 15px 10px;
  background: #F9F8FD;
  font-size: 14px;
  resize: none;
  transition: all 0.2s ease;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .textarea textarea:focus {
  background: #ffffff;
  border: 1px solid #0081D2;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .textarea textarea::-webkit-input-placeholder {
  color: #959ba6;
}
.pcb .section .pcb-l .pcb-block-slideup .pcb-block .textarea span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #959ba6;
}
.pcb .section .pcb-r {
  width: 380px;
  border-radius: 2px;
}
.pcb .section .pcb-r .psb-submit-box {
  padding: 17px 20px 20px 20px;
  background: #ffffff;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param {
  padding-bottom: 16px;
  border-bottom: 1px dashed #E6EAF2;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-title {
  margin-bottom: 10px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-title .l {
  font-size: 14px;
  color: #3a3c40;
  font-weight: bold;
  line-height: 26px;
  display: block;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-title .r {
  line-height: 26px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-title .r .t1 {
  font-size: 12px;
  color: #0081d2;
  margin-right: 20px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-title .r .shrink {
  font-size: 12px;
  color: #959BA6;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-title .r .shrink .arrow-icon {
  height: 20px;
  width: 20px;
  background: url(../../images/pcb/arrow-b.png) no-repeat center;
  background-size: cover;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-title .r .shrink.curr .arrow-icon {
  background: url(../../images/pcb/arrow-t.png) no-repeat center;
  background-size: cover;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .detail-wrap {
  width: 340px;
  border-collapse: collapse;
  border: 1px solid #E6EAF2;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .detail-wrap tr .bor {
  border-right: 1px solid #E6EAF2;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .detail-wrap tr td {
  height: 34px;
  border-bottom: 1px solid #E6EAF2;
  white-space: nowrap;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .detail-wrap tr td.bornone {
  border-bottom: none;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .detail-wrap tr td .t1 {
  width: 68px;
  font-size: 12px;
  color: #5C5F66;
  box-sizing: border-box;
  padding: 0 10px;
  height: 100%;
  line-height: 34px;
  background-color: #F7F9FC;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .detail-wrap tr td .t2 {
  font-size: 12px;
  color: #3a3c40;
  width: 92px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 10px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .detail-wrap tr:nth-of-type(n+4) {
  display: none;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-param-more {
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-param-more span {
  color: #959ba6;
  font-size: 12px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-param .pcb-param-more .arrow-icon {
  height: 20px;
  width: 20px;
  background: url(../../images/pcb/arrow-b.png) no-repeat center;
  background-size: cover;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price {
  padding-top: 15px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #E6EAF2;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .pcb-title {
  margin-bottom: 10px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .pcb-title .l {
  font-size: 14px;
  color: #3a3c40;
  font-weight: bold;
  line-height: 26px;
  display: block;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .pcb-title .r {
  line-height: 26px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .pcb-title .r .t1 {
  font-size: 12px;
  color: #0081d2;
  margin-right: 20px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .pcb-title .r .shrink {
  font-size: 12px;
  color: #959BA6;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .pcb-title .r .shrink .arrow-icon {
  height: 20px;
  width: 20px;
  background: url(../../images/pcb/arrow-b.png) no-repeat center;
  background-size: cover;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .pcb-title .r .shrink.curr .arrow-icon {
  background: url(../../images/pcb/arrow-t.png) no-repeat center;
  background-size: cover;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li {
  margin-bottom: 12px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .l {
  position: relative;
  font-size: 14px;
  color: #5c5f66;
  cursor: pointer;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .l .iconfont:hover .arrow-tips {
  display: block;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .l .arrow-tips {
  position: absolute;
  top: 18px;
  left: 54px;
  height: auto;
  overflow: hidden;
  transition: all 0.2s linear;
  z-index: 111;
  background: #fff;
  display: none;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .l .arrow-tips.arrow-tips-500 {
  transition: all 0.3s linear;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .l .arrow-tips .arrow {
  position: relative;
  z-index: 4;
  top: 1px;
  left: 21px;
  display: block;
  height: 8px;
  width: 16px;
  background: url('../../images/pcb/top-arrow.png') no-repeat;
  background-size: 100% 100%;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .l .arrow-tips .tips {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(172, 179, 191, 0.2);
  padding: 20px;
  border: 1px solid #0081D2;
  z-index: 3;
  font-size: 12px;
  color: #5C5F66;
  width: 280px;
  white-space: pre-wrap;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .r .t1 {
  font-size: 14px;
  color: #0081d2;
  font-weight: bold;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .r .t2 {
  font-size: 14px;
  color: #5c5f66;
  text-decoration: line-through;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .r .t22 {
  font-size: 14px;
  color: #5c5f66;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail li .r .t3 {
  font-size: 20px;
  color: #e82121;
  font-weight: bold;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail-wrap {
  width: 340px;
  border-collapse: collapse;
  border: 1px solid #E6EAF2;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail-wrap tr .bor {
  border-right: 1px solid #E6EAF2;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail-wrap tr td {
  height: 34px;
  border-bottom: 1px solid #E6EAF2;
  white-space: nowrap;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail-wrap tr td.bornone {
  border-bottom: none;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail-wrap tr td .t1 {
  width: 68px;
  font-size: 12px;
  color: #5C5F66;
  box-sizing: border-box;
  padding: 0 10px;
  height: 100%;
  line-height: 34px;
  background-color: #F7F9FC;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .detail-wrap tr td .t2 {
  font-size: 12px;
  color: #3a3c40;
  width: 92px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 10px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-price .promotion {
  margin-top: 10px;
  font-size: 12px;
  color: #e89721;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery {
  margin-top: 15px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-title .l span {
  font-size: 14px;
  color: #3a3c40;
  font-weight: bold;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-title .l em {
  margin-left: 8px;
  font-size: 12px;
  color: #959ba6;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-title .r .mr {
  margin-right: 4px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-title .r select {
  min-width: 86px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  font-size: 12px;
  color: #3a3c40;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-delivery-select {
  white-space: nowrap;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-delivery-select .layui-input {
  height: 25px !important;
  font-size: 12px;
  color: #3A3C40;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-delivery-select .layui-form-select dl {
  top: 24px;
  max-height: 223px;
  bottom: inherit;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-delivery-select .layui-form-select dl dd {
  font-size: 12px;
  color: #3A3C40;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-delivery-select .layui-form-select dl dd.layui-this {
  color: #ffffff;
  background-color: #0081d2;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list {
  margin-top: 14px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list .w1 {
  width: 200px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list .w2 {
  width: 77px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list dt {
  margin-bottom: 12px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list dt span {
  font-size: 12px;
  color: #959ba6;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list dd {
  margin-bottom: 12px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list dd .circle {
  width: 12px;
  height: 12px;
  padding: 3px;
  border-radius: 18px;
  border: 1px solid #ACB3BF;
  cursor: pointer;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list dd .circle.act {
  border-color: #0081D2;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list dd .circle.act i {
  display: block;
  width: 12px;
  height: 12px;
  background: #0081D2;
  border-radius: 12px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list dd .c1 {
  font-size: 12px;
  color: #5c5f66;
  margin-right: 6px;
  margin-left: 4px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list dd .c2 {
  padding: 0 3px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #0081D2;
  border-radius: 2px;
  font-size: 12px;
  color: #FFFFFF;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .list dd .t1 {
  font-size: 12px;
  color: #5c5f66;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-delivery-more {
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-delivery-more span {
  color: #959ba6;
  font-size: 12px;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-delivery-more .arrow-icon {
  height: 20px;
  width: 20px;
  background: url(../../images/pcb/arrow-b.png) no-repeat center;
  background-size: cover;
}
.pcb .section .pcb-r .psb-submit-box .pcb-delivery .pcb-delivery-more.curr .arrow-icon {
  background: url(../../images/pcb/arrow-t.png) no-repeat center;
  background-size: cover;
}
.pcb .btn-s {
  width: 380px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0081D2;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: block;
}
.pcb .btn-s:hover {
  background: #0090EB;
}
.pcb .tip {
  margin-top: 12px;
  font-size: 12px;
  color: #959ba6;
}
.pcb .tip a {
  margin-left: 8px;
  color: #e89721;
}
.board-up-layer {
  padding: 30px 30px 40px 50px;
}
.board-up-layer .list-wrap {
  margin-bottom: 30px;
}
.board-up-layer .list-wrap li {
  margin-bottom: 12px;
}
.board-up-layer .list-wrap li .circle {
  width: 12px;
  height: 12px;
  padding: 3px;
  border-radius: 18px;
  border: 1px solid #C2C7CC;
  cursor: pointer;
}
.board-up-layer .list-wrap li .circle.act {
  border-color: #0081D2;
}
.board-up-layer .list-wrap li .circle.act i {
  display: block;
  width: 12px;
  height: 12px;
  background: #0081D2;
  border-radius: 12px;
}
.board-up-layer .list-wrap li .text {
  margin-left: 14px;
  font-size: 14px;
  color: #5c5f66;
}
.board-up-layer .input-group li {
  margin-bottom: 10px;
}
.board-up-layer .input-group li label {
  width: 17px;
  font-size: 14px;
  color: #5c5f66;
  vertical-align: middle;
  margin-right: 15px;
  text-align: left;
}
.board-up-layer .input-group li input {
  width: 298px;
  height: 38px;
  line-height: 38;
  text-indent: 1em;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  background: #F9F8FD;
}
.board-up-layer .input-group li input:focus {
  border: 1px solid #0081D2;
}
.board-up-layer .input-group li input::-webkit-input-placeholder {
  color: #959ba6;
}
.board-up-layer .btn-wrap {
  margin-top: 30px;
}
.board-up-layer .btn-wrap .r .canel {
  width: 98px;
  height: 38px;
  border-radius: 2px;
  border: 1px solid #e6eaf2;
  margin-right: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #5c5f66;
}
.board-up-layer .btn-wrap .r .ok {
  width: 100px;
  height: 40px;
  background: #0081d2;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}
.car-layer {
  padding: 40px 0;
  text-align: center;
}
.car-layer .cal {
  width: 158px;
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  font-size: 14px;
  color: #5c5f66;
  font-weight: bold;
  text-align: center;
  margin-right: 20px;
}
.car-layer .ok {
  width: 120px;
  height: 40px;
  background: #0081d2;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.wt1 {
  height: 54px;
  width: 156px;
  margin-left: 20px;
}
.wt2 {
  height: 28px;
  width: 70px;
  margin-left: 10px;
}
.wt3 {
  height: 27px;
  width: 89px;
  margin-left: 10px;
}
.wt4 {
  height: 32px;
  width: 80px;
  margin-left: 10px;
}
.wt5 {
  height: 36px;
  width: 31px;
  margin-left: 10px;
}
label .iconiconfontquestion {
  position: relative;
}
label .iconiconfontquestion .arrow-tips {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: -22px;
  height: 0px;
  overflow: hidden;
  transition: all 0.2s linear;
}
label .iconiconfontquestion .arrow-tips.arrow-tips-500 {
  transition: all 0.3s linear;
}
label .iconiconfontquestion .arrow-tips .arrow {
  position: relative;
  z-index: 4;
  top: 1px;
  left: 21px;
  display: block;
  height: 8px;
  width: 16px;
  background: url('../../images/pcb/top-arrow.png') no-repeat;
  background-size: 100% 100%;
}
label .iconiconfontquestion .arrow-tips .tips {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(172, 179, 191, 0.2);
  padding: 20px;
  border: 1px solid #0081D2;
  z-index: 3;
  font-size: 12px;
  color: #5C5F66;
  width: 280px;
  white-space: pre-wrap;
}
.pcb-layer-box .save {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0081D2;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 124px;
}
.pcb-layer-box .pcb-way-layer {
  position: relative;
  padding: 20px 30px 28px 40px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-show {
  position: absolute;
  right: 60px;
  top: 30px;
  text-align: center;
}
.pcb-layer-box .pcb-way-layer .pcb-way-show .pic {
  width: 123px;
  height: 78px;
  margin-bottom: 10px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-show .pic img {
  width: 123px;
  height: 78px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-show .pic-text .iconfont {
  font-size: 20px;
  color: #0081d2;
}
.pcb-layer-box .pcb-way-layer .pcb-way-show .pic-text span {
  font-size: 14px;
  color: #0081d2;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input {
  margin-bottom: 15px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input label {
  width: 84px;
  text-align: left;
  font-size: 14px;
  color: #5c5f66;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap {
  font-size: 14px;
  color: #3a3c40;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp {
  position: relative;
  white-space: nowrap;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp input {
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  text-indent: 1em;
  font-size: 14px;
  color: #3a3c40;
  background: #F7F9FC;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp input:focus {
  background: #ffffff;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp input::-webkit-input-placeholder {
  color: #959ba6;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp input.w1 {
  width: 138px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .tip-text {
  color: #5c5f66;
  font-size: 14px;
  margin-left: 10px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty {
  position: absolute;
  left: 0px;
  top: 39px;
  z-index: 9;
  width: 461px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 10px 0 16px 18px;
  display: none;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .arrow {
  position: absolute;
  left: 21px;
  top: -10px;
  width: 13px;
  height: 11px;
  background: url("../../images/common/ico.png") no-repeat -5px -52px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty dl dd {
  float: left;
  width: 14%;
  margin-bottom: 15px;
  cursor: pointer;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty dl dd .arr {
  width: 14px;
  height: 13px;
  background: url("../../images/common/ico.png") no-repeat 0 0;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty dl dd.curr .arr {
  width: 14px;
  height: 13px;
  background: url("../../images/common/ico.png") no-repeat -16px 0;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty dl dd span {
  font-size: 14px;
  color: #666666;
  margin-left: 5px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap {
  margin-top: 3px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap label {
  font-size: 14px;
  color: #666666;
  margin-right: 13px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap .inp {
  width: 158px;
  border: solid 1px #e5e5e5;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap .inp::-webkit-outer-spin-button,
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap .inp::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap .inp:focus {
  border: solid 1px #00a0e9;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap .btn {
  margin-left: 40px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap .btn a {
  width: 68px;
  height: 30px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap .btn a.ok {
  background-color: #1080d0;
  color: #fefefe;
  margin-right: 10px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .pcb-way-inp .selects-qty .wrap .btn a.canel {
  background-color: #f3f3f3;
  color: #666666;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap select {
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  text-indent: 1em;
  font-size: 14px;
  color: #3a3c40;
  background: #F7F9FC;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .type {
  margin-bottom: 10px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .type p {
  margin-right: 9px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .type p span {
  color: #5c5f66;
  font-size: 14px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .type p em {
  font-size: 14px;
  color: #5c5f66;
  margin-left: 5px;
  margin-right: 8px;
  font-weight: bold;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .type .txt-wrap input {
  height: 28px;
  border-radius: 2px;
  border: 1px solid #e6eaf2;
  text-indent: 1em;
  font-size: 14px;
  color: #3a3c40;
  background: #F7F9FC;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .type .txt-wrap input:focus {
  background: #ffffff;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .type .txt-wrap input::-webkit-input-placeholder {
  color: #959ba6;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .type .txt-wrap input.w1 {
  width: 78px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .type .txt-wrap span {
  font-size: 14px;
  color: #5c5f66;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .tt {
  margin-bottom: 8px;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .tt span {
  font-size: 14px;
  color: #959ba6;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .pcb-way-layer-wrap .tt em {
  font-size: 14px;
  color: #5C5F66;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .txt {
  font-size: 12px;
  color: #959ba6;
}
.pcb-layer-box .pcb-way-layer .pcb-way-layer-input .tit {
  font-size: 14px;
  color: #5c5f66;
  font-weight: bold;
  margin-bottom: 19px;
}
.pcb-layer-box .pcb-way-layer .line {
  height: 1px;
  color: #e6eaf2;
  background: #E6EAF2;
  margin-bottom: 15px;
}
.pcb-layer-box .pcb-way-layer .design {
  padding-top: 28px;
  text-align: center;
}
.pcb-layer-box .pcb-way-layer .design .tit {
  position: relative;
  width: 580px;
  height: 1px;
  background: #E6EAF2;
  margin: 0 auto;
}
.pcb-layer-box .pcb-way-layer .design .tit .left {
  position: absolute;
  left: 0;
  top: -8px;
  width: 1px;
  height: 16px;
  background: #E6EAF2;
  color: #E6EAF2;
}
.pcb-layer-box .pcb-way-layer .design .tit .right {
  position: absolute;
  right: 0;
  top: -8px;
  width: 1px;
  height: 16px;
  background: #E6EAF2;
  color: #E6EAF2;
}
.pcb-layer-box .pcb-way-layer .design .tit span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  text-align: center;
  font-size: 14px;
  color: #5c5f66;
  background: #ffffff;
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap {
  position: relative;
  margin-top: 23px;
  text-align: center;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .design-wrap-tit {
  position: absolute;
  right: 33px;
  width: 1px;
  height: 99%;
  background: #E6EAF2;
  margin: 0 auto;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .design-wrap-tit .left {
  position: absolute;
  left: -7px;
  top: 0;
  width: 16px;
  height: 1px;
  background: #E6EAF2;
  color: #E6EAF2;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .design-wrap-tit .right {
  position: absolute;
  left: -7px;
  bottom: 0;
  width: 16px;
  height: 1px;
  background: #E6EAF2;
  color: #E6EAF2;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .design-wrap-tit span {
  position: absolute;
  left: -10px;
  top: 50%;
  text-align: center;
  font-size: 14px;
  color: #5c5f66;
  background: #ffffff;
  display: block;
  margin-top: -16px;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold {
  position: relative;
  width: 580px;
  padding: 20px;
  border: 1px solid #0081D2;
  box-sizing: border-box;
  margin: 0 auto;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold .left {
  position: absolute;
  left: 0;
  top: 0;
  color: #959ba6;
  font-size: 12px;
  width: 20px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #0081D2;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold .left:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '工艺边';
  display: block;
  margin-top: -24px;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold .top {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  text-align: center;
  color: #959ba6;
  font-size: 12px;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  text-align: center;
  color: #959ba6;
  font-size: 12px;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold .right {
  position: absolute;
  right: 0;
  top: 0;
  color: #959ba6;
  font-size: 12px;
  width: 20px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #0081D2;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold .right:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '工艺边';
  display: block;
  margin-top: -24px;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldnone {
  border: none;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldnone .left,
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldnone .top,
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldnone .right,
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldnone .bottom {
  display: none !important;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldleft {
  padding: 0;
  border: none;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldleft .left {
  height: calc(100% - 2px);
  left: -2px;
  border: 1px solid #0081D2;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldleft .right {
  height: calc(100% - 2px);
  right: 0;
  border: 1px solid #0081D2;
  border-left: none;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldleft table {
  width: 540px;
  margin: 0 auto;
  border-left: none;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldtop {
  padding: 10px 0;
  border: none;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldtop .top {
  top: -7px;
  border: 1px solid #0081D2;
  border-bottom: none;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap .needHold.needHoldtop .bottom {
  bottom: -7px;
  border: 1px solid #0081D2;
  border-top: none;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  box-sizing: border-box;
  border: 1px solid #0081D2;
}
.pcb-layer-box .pcb-way-layer .design .design-wrap table tr td {
  height: 56px;
  border-right: 1px solid #0081D2;
  border-bottom: 1px solid #0081D2;
  font-size: 14px;
  color: #5c5f66;
  background: #F7F9FC;
}
.pcb-layer-box .pcb-way-layer .error {
  margin: 30px auto 20px;
  width: 678px;
  height: 58px;
  padding-left: 20px;
  background: #F7F9FC;
  border: 1px solid #E6EAF2;
}
.pcb-layer-box .pcb-way-layer .error .iconfont {
  color: #e89721;
  font-size: 20px;
}
.pcb-layer-box .pcb-way-layer .error span {
  font-size: 14px;
  color: #3a3c40;
  font-weight: bold;
  margin-left: 10px;
}
.pcb-layer-box .pcb-way-layer .bnt-wrap {
  margin-top: 30px;
}
.pcb-layer-box .pcb-way-layer .bnt-wrap .l {
  margin-top: 10px;
  font-size: 14px;
  color: #5c5f66;
}
.pcb-layer-box .pcb-way-layer .bnt-wrap .l em {
  color: #0081d2;
}
.pcb-layer-box .pcb-way-layer .bnt-wrap .btn-calel {
  width: 118px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  color: #5c5f66;
  margin-right: 5px;
  border: 1px solid #E6EAF2;
}
.pcb-layer-box .pcb-way-layer .bnt-wrap .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0081D2;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
}
.pcb-layer-box .layui-input,
.layui-select,
.layui-textarea {
  height: 28px !important;
  line-height: 28px !important;
}
.pcb-ad {
  height: 60px;
  background: #F7F9FC;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pcb-ad .wrap {
  position: relative;
  height: 60px;
  overflow: hidden;
}
.pcb-ad .wrap .bd ul {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.pcb-ad .wrap .bd ul li .pic img {
  width: 100%;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.pcb-ad .wrap .hd {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}
.pcb-ad .wrap .hd li {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #FFFFFF;
  cursor: pointer;
  margin-right: 4px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pcb-ad .wrap .hd li.on {
  background-color: #0081D2;
}
.autolayer .layui-layer-content {
  height: auto !important;
  overflow: hidden !important;
}
.smt-layer {
  padding: 20px 30px 30px 30px;
}
.smt-layer .tip {
  font-size: 14px;
  color: #5c5f66;
}
.smt-layer .tip a {
  color: #0081d2;
}
.smt-layer .list {
  width: 720px;
  margin-top: 17px;
}
.smt-layer .list tbody tr th {
  height: 48px;
  background: #F7F9FC;
  border-radius: 2px;
  border-right: none;
  font-size: 14px;
  color: #5c5f66;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #E6EAF2;
  border-top: 1px solid #E6EAF2;
  padding-left: 18px;
}
.smt-layer .list tbody tr th:first-child {
  border-left: 1px solid #E6EAF2;
}
.smt-layer .list tbody tr th:last-child {
  border-right: 1px solid #E6EAF2;
}
.smt-layer .list tbody tr td {
  padding: 12px 0 12px 18px;
  text-align: left;
  border-right: none;
  border-bottom: 1px solid #E6EAF2;
}
.smt-layer .list tbody tr td .type1 {
  width: 295px;
}
.smt-layer .list tbody tr td .type1 .txt {
  margin-left: 18px;
}
.smt-layer .list tbody tr td .type1 .txt .t1 span {
  width: 187px;
  font-size: 14px;
  color: #5c5f66;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smt-layer .list tbody tr td .type1 .txt .t1 em {
  font-size: 14px;
  color: #5c5f66;
}
.smt-layer .list tbody tr td .type1 .txt .t2 {
  margin-top: 4px;
}
.smt-layer .list tbody tr td .type1 .txt .t2 span {
  font-size: 14px;
  color: #5c5f66;
}
.smt-layer .list tbody tr td .type1 .txt .t2 a {
  font-size: 12px;
  color: #0081d2;
  margin-left: 9px;
}
.smt-layer .list tbody tr td .type2 {
  width: 126px;
  font-size: 14px;
  color: #5c5f66;
}
.smt-layer .list tbody tr td .type3 {
  width: 95px;
  font-size: 14px;
  color: #5c5f66;
}
.smt-layer .list tbody tr td .type4 {
  font-size: 14px;
  color: #5c5f66;
}
.smt-layer .btn-wrap {
  margin-top: 28px;
}
.smt-layer .btn-wrap .l {
  font-size: 12px;
  color: #5C5F66;
  margin-top: 14px;
  width: 439px;
}
.smt-layer .btn-wrap .l em {
  font-size: 12px;
  color: #e82121;
}
.smt-layer .btn-wrap .r .canel {
  width: 98px;
  height: 38px;
  border-radius: 2px;
  border: 1px solid #e6eaf2;
  margin-right: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #5c5f66;
}
.smt-layer .btn-wrap .r .ok {
  width: 100px;
  height: 40px;
  background: #0081d2;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}
.upload-layer {
  padding: 0 40px 40px 30px;
  display: none;
}
.upload-layer .upload-text {
  padding: 28px 30px 40px 30px;
}
.upload-layer .upload-text p {
  font-size: 14px;
  color: #5c5f66;
  margin-bottom: 10px;
}
.upload-layer .tab {
  margin-bottom: 50px;
  text-align: center;
}
.upload-layer .tab li {
  margin-right: 60px;
}
.upload-layer .tab li:last-child {
  margin-right: 0;
}
.upload-layer .tab li .circle {
  width: 12px;
  height: 12px;
  padding: 3px;
  border-radius: 18px;
  border: 1px solid #C2C7CC;
  cursor: pointer;
}
.upload-layer .tab li .circle.act {
  border-color: #0081D2;
}
.upload-layer .tab li .circle.act i {
  display: block;
  width: 12px;
  height: 12px;
  background: #0081D2;
  border-radius: 12px;
}
.upload-layer .tab li .txt {
  font-size: 14px;
  color: #5c5f66;
  margin-left: 8px;
}
.upload-layer .upload-box {
  width: 420px;
  height: 115px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e6eaf2;
  text-align: center;
  cursor: pointer;
  margin: 0 auto 70px;
}
.upload-layer .upload-box .upload-ico .iconfont {
  font-size: 40px;
  color: #047fd3;
}
.upload-layer .upload-box .upload-ico span {
  font-size: 14px;
  color: #3a3c40;
}
.upload-layer .upload-box .text {
  margin-top: 10px;
  color: #959ba6;
  font-size: 12px;
}
.upload-layer .upload-show {
  width: 378px;
  background: #f7f9fc;
  border-radius: 2px;
  border: 1px solid #e6eaf2;
  padding: 22px 20px;
  margin: 0 auto 70px;
}
.upload-layer .upload-show .l .iconfont {
  font-size: 20px;
  color: #e8b46b;
}
.upload-layer .upload-show .l span {
  font-size: 14px;
  color: #3a3c40;
  margin-left: 10px;
}
.upload-layer .upload-show .r {
  font-size: 14px;
  color: #0081d2;
}
.upload-layer .btn-wrap .l {
  font-size: 12px;
  color: #5C5F66;
  margin-top: 14px;
  width: 439px;
}
.upload-layer .btn-wrap .l em {
  font-size: 12px;
  color: #e82121;
}
.upload-layer .btn-wrap .r .canel {
  width: 98px;
  height: 38px;
  border-radius: 2px;
  border: 1px solid #e6eaf2;
  margin-right: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #5c5f66;
}
.upload-layer .btn-wrap .r .ok {
  width: 100px;
  height: 40px;
  background: #0081d2;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}
