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;
}
.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-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.va-t {
  vertical-align: top;
}
.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;
}
.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;
}
.block {
  display: block;
}
.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: #0a60be;
  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 .car-ico {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.p-head .box .r .car-ico span {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  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 .car-ico .iconfont {
  font-size: 28px;
  color: #0a60be;
}
.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: #0a60be;
  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 .icontubiao16 {
  font-size: 28px;
  color: #0a60be;
}
.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: #0A60BE;
}
.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;
  position: relative;
}
.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: block;
  padding: 0 25px;
  color: #FFFFFF;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
.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;
  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;
  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;
}
.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;
}
.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/p-home/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/p-home/ico.png") no-repeat 0 0;
}
.selects-qty dl dd.curr .arr {
  width: 14px;
  height: 13px;
  background: url("../../images/p-home/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: #0A60BE;
  color: #fefefe;
  margin-right: 10px;
}
.selects-qty .wrap .btn a.canel {
  background-color: #f3f3f3;
  color: #666666;
}
.layui-layer-setwin .layui-layer-close1 {
  background-position: -96px -37px !important;
}
.layui-layer-ico {
  background: url("../../images/p-home/icon.png") no-repeat !important;
}
.layui-layer-setwin a {
  width: 18px !important;
  height: 18px !important;
}
.layui-layer-title {
  height: auto !important;
  padding: 16px 0 !important;
  background-color: #ffffff !important;
  border: none !important;
  line-height: inherit !important;
}
.layui-layer-title span {
  padding: 0 24px;
  height: 30px;
  background: #0A60BE;
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  margin-right: 20px;
}
.layui-layer-title span.disabled {
  width: 144px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid rgba(166, 173, 173, 0.5);
  color: #0a60be;
  font-weight: bold;
}
.layui-layer-page .layui-layer-content {
  height: auto !important;
  overflow-y: hidden !important;
}
.pcb-layer-box .layui-layer-title span {
  cursor: pointer;
}
.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;
}
.confirm-box {
  padding: 0 24px 24px 24px;
}
.confirm-box .pay-doing-text {
  margin-top: 22px;
}
.confirm-box .pay-doing-text .btn-1 {
  width: 150px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #5998D9;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #0A60BE;
}
.confirm-box .pay-doing-text .btn-2 {
  width: 152px;
  height: 40px;
  background: #0A60BE;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-left: 16px;
}
.kefu-box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -118px;
  margin-left: 662px;
  width: 90px;
  height: 126px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E4ECED;
  text-align: center;
  z-index: 9999;
}
.kefu-box .t1 {
  padding-top: 36px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #131414;
  font-weight: bold;
}
.kefu-box .t2 {
  font-size: 12px;
  color: #131414;
  padding-bottom: 4px;
  opacity: 0.6;
}
.kefu-box .t3 {
  font-size: 12px;
  color: #131414;
  opacity: 0.6;
}
.kefu-box .im {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #E4ECED;
  border-radius: 50%;
  margin: 0 auto;
}
.kefu-box .text {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 92px;
  height: 28px;
  background: #0A60BE;
  border-radius: 14px;
  text-align: center;
  display: block;
}
.kefu-box .text .iconfont {
  font-size: 20px;
  color: #ffffff;
  margin-right: 2px;
}
.kefu-box .text span {
  font-size: 12px;
  color: #ffffff;
}
.page-bg {
  background: #E8F1F2;
}
.user-fast {
  height: 120px;
  background: #D2ECFF;
  border-top: 1px solid #AAD0F2;
}
.user-fast .box {
  height: 100%;
}
.user-fast .box .text .t1 {
  font-size: 20px;
  color: #131414;
  font-weight: bold;
  margin-bottom: 8px;
}
.user-fast .box .text .t2 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
}
.user-fast .box .form-box {
  margin-left: 120px;
}
.user-fast .box .form-box .w1 {
  width: 122px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #5998D9;
  text-indent: 10px;
  font-size: 14px;
}
.user-fast .box .form-box .w1::-webkit-input-placeholder {
  color: #131414;
  opacity: 0.6;
}
.user-fast .box .form-box .t1 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
  margin: 0 8px;
}
.user-fast .box .form-box .t2 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
  margin-left: 8px;
  margin-right: 18px;
}
.user-fast .box .form-box .num-box .inp {
  width: 164px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #5998D9;
  text-indent: 10px;
  font-size: 14px;
}
.user-fast .box .form-box .num-box .inp::-webkit-input-placeholder {
  color: #131414;
  opacity: 0.6;
}
.user-fast .box .form-box .fast-btn {
  margin-left: 19px;
  width: 166px;
  height: 40px;
  background: #0A60BE;
  border-radius: 2px;
  text-align: center;
}
.user-fast .box .form-box .fast-btn .iconfont {
  font-size: 20px;
  color: #ffffff;
  margin-right: 4px;
}
.user-fast .box .form-box .fast-btn span {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.user-tip-box {
  height: 30px;
  line-height: 30px;
  background: #FFF1E3;
  border-radius: 2px;
  border: 1px solid #FADEBA;
}
.user-tip-box .l {
  height: 30px;
  padding-left: 12px;
}
.user-tip-box .l .iconfont {
  font-size: 24px;
  color: #e59115;
}
.user-tip-box .l span {
  font-size: 14px;
  color: #e59115;
}
.user-tip-box .r {
  padding-right: 10px;
}
.user-tip-box .r .iconfont {
  font-size: 12px;
  color: #b6b9b7;
  cursor: pointer;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #0a60be !important;
}
.layui-form-onswitch {
  border-color: #0A60BE !important;
  background-color: #0A60BE !important;
}
.success-layer-box {
  padding: 0 24px 24px 24px;
}
.success-layer-box .box {
  margin-bottom: 30px;
}
.success-layer-box .box .iconfont {
  font-size: 48px;
  color: #99d15e;
}
.success-layer-box .box .text {
  margin-left: 16px;
}
.success-layer-box .box .text .t1 {
  font-size: 14px;
  color: #131414;
  font-weight: bold;
  margin-bottom: 8px;
}
.success-layer-box .box .text .t2 {
  font-size: 14px;
  color: #131414;
  opacity: 0.6;
}
.success-layer-box .btn {
  text-align: right;
}
.success-layer-box .btn .btn1 {
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #5998D9;
  font-size: 14px;
  color: #0A60BE;
  font-weight: bold;
  margin-right: 16px;
}
.success-layer-box .btn .btn2 {
  width: 152px;
  height: 40px;
  background: #0A60BE;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.detail-box {
  position: absolute;
  top: -51px;
  left: 37px;
  z-index: 1111;
  border: 1px solid #AAD0F2;
  display: none;
}
.detail-box .left {
  position: absolute;
  left: -9px;
  top: 53px;
  width: 10px;
  height: 17px;
  background: url("../../images/p-home/left.png") no-repeat center;
  background-size: cover;
}
.detail-box table {
  width: 670px;
  background: #FFFFFF;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: 672px;
  table-layout: fixed;
}
.detail-box table tr td {
  padding-left: 16px;
  border-bottom: 1px solid #E4ECED;
  height: 24px;
  text-align: left;
  box-sizing: border-box;
}
.detail-box table tr td:nth-child(2) {
  border-right: 1px solid #E4ECED;
}
.detail-box table tr td.t1 {
  width: 98px;
  font-size: 12px;
  color: #131414;
  opacity: 0.6;
}
.detail-box table tr td.t2 {
  background: #EDF6F7;
  width: 110px;
  color: #131414;
  font-size: 12px;
  font-weight: bold;
}
.detail-box table tr td.t2 p {
  width: 490px;
  white-space: normal;
}
.detail-box table tr:last-child td {
  border-bottom: none;
}
.layui-form-select .layui-input {
  font-size: 14px;
}
.layui-input,
.layui-select,
.layui-textarea {
  height: 30px;
}
.layui-form-select dl dd,
.layui-form-select dl dt {
  font-size: 14px;
}
.layui-form-select dl dd.layui-this {
  background-color: #0A60BE;
  color: #fff;
}
.pcb-ad {
  position: fixed;
  width: 140px;
  height: 254px;
  bottom: 54px;
  z-index: 101;
}
.pcb-ad .cha {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.pcb-ad .indexRightAd img {
  width: 140px;
  height: 254px;
}
.pcb-ad .indexRightAd.none {
  left: -150px;
}
.pcb-ad .indexRightAd.show {
  left: 10px;
}
.member-head {
  background: #fff;
  height: 30px;
}
.member-head a {
  font-size: 12px;
  color: #999999;
}
.member-head a .mr5 {
  margin-right: 5px;
}
.member-head a .ml20 {
  margin-left: 20px;
}
.member-head .head-r ul {
  height: 30px;
}
.member-head .head-r ul li {
  width: 68px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #CCCCCC;
  position: relative;
}
.member-head .head-r ul li .li-nav {
  width: 860px;
  padding: 7px 0;
  position: absolute;
  left: -700px;
  top: 14px;
  z-index: 2;
  display: none;
}
.member-head .head-r ul li .li-nav ul {
  background: #fff;
  height: 72px;
  padding: 13px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.member-head .head-r ul li .li-nav ul li {
  height: 56px;
  margin-top: 14px;
  border-right: 1px solid #ccc;
  padding: 0 25px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.member-head .head-r ul li .li-nav ul li span {
  color: #666666;
}
.member-head .head-r ul li .li-nav ul li a {
  margin-top: 10px;
  display: block;
}
.member-head .head-r ul li .li-nav ul li a.color {
  color: #666666;
  margin-top: 0;
}
.member-head .head-r ul li .li-nav ul li a:hover {
  color: #0081D2;
}
.member-head .head-r ul li .li-nav ul li:last-child {
  border-right: 0;
}
.member-head .head-r ul li .li-nav ul li:first-child {
  text-align: right;
}
.member-head .head-r ul li .li-nav ul li:nth-child(3) {
  width: 133px;
}
.member-head .head-r ul li .li-nav ul li:nth-child(3) a {
  display: inline-block;
}
.member-head .head-r ul li .li-nav ul li:nth-child(4) {
  width: 121px;
}
.member-head .head-r ul li .li-nav ul li:nth-child(4) a {
  display: inline-block;
}
.member-head .head-r ul li .li-nav ul li:nth-child(5) {
  width: 121px;
}
.member-head .head-r ul li .li-nav ul li:nth-child(5) a {
  display: inline-block;
}
.member-head .head-r ul li:hover .li-nav {
  display: block;
}
.member-head .head-r ul li:last-child {
  border-right: 0;
}
.member-head .head-r ul li a {
  display: block;
}
.member-nav {
  height: 80px;
  background: #0081D2;
  opacity: 1;
}
.member-nav .nav-l {
  height: 80px;
}
.member-nav .nav-l .r-nav {
  margin-left: 14px;
}
.member-nav .nav-l .r-nav p {
  font-size: 20px;
  line-height: 36px;
  color: #FFFFFF;
}
.member-nav .nav-l .r-nav a {
  display: inline-block;
  width: 79px;
  height: 20px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 25px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #FFFFFF;
}
.member-nav .nav-l ul li {
  margin-left: 50px;
}
.member-nav .nav-l ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #FFFFFF;
}
.member-nav .nav-r {
  height: 80px;
}
.member-nav .nav-r .txshow-tips {
  position: absolute;
  width: 330px;
  max-height: 360px;
  z-index: 99999;
  left: -280px;
  top: 15px;
  display: none;
}
.member-nav .nav-r .txshow-tips .top {
  height: 20px;
  position: relative;
}
.member-nav .nav-r .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);
}
.member-nav .nav-r .txshow-tips .con {
  max-height: 340px;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.member-nav .nav-r .txshow-tips .con .s {
  display: block;
  height: 4px;
  width: 13px;
  position: absolute;
  top: -2px;
  right: 28px;
  background: #fcfcfc;
  opacity: 0.5;
  border-radius: 50%;
}
.member-nav .nav-r .txshow-tips .con .box {
  max-height: 299px;
  background: #FFFFFF;
  padding: 0 10px;
  overflow-y: auto;
  padding-bottom: 40px;
  /*滚动条样式*/
}
.member-nav .nav-r .txshow-tips .con .box::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}
.member-nav .nav-r .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);
}
.member-nav .nav-r .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);
}
.member-nav .nav-r .txshow-tips .con .box ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #707070;
}
.member-nav .nav-r .txshow-tips .con .box ul li:hover .pcbText {
  color: #0081D2;
}
.member-nav .nav-r .txshow-tips .con .box ul li:hover .pcbText a {
  color: #0081D2;
}
.member-nav .nav-r .txshow-tips .con .box ul li p {
  width: 230px;
}
.member-nav .nav-r .txshow-tips .con .box ul li a {
  display: block;
  width: 177px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.member-nav .nav-r .txshow-tips .con .box ul li a .dian {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #F31E1E;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.member-nav .nav-r .txshow-tips .con .box ul li:last-child {
  border-bottom: 0;
}
.member-nav .nav-r .txshow-tips .con .box ul li .typeImg {
  height: 60px;
  width: 60px;
  margin-right: 20px;
}
.member-nav .nav-r .txshow-tips .con .box ul li .pcbText {
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
}
.member-nav .nav-r .txshow-tips .con .box ul li .pcbText .moneyRed {
  color: #E51515;
  font-weight: bold;
}
.member-nav .nav-r .txshow-tips .con .box ul li .pcbText a {
  font-weight: 400;
}
.member-nav .nav-r .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;
}
.member-nav .nav-r .txshow-tips .con .btom a {
  display: block;
  color: #0081D2;
  width: 50px;
  height: 17px;
}
.member-nav .nav-r .EQshow {
  width: 23px;
  height: 22px;
  background: url(../../images/member-head/EQ.png) no-repeat center;
  background-size: cover;
  margin-right: 60px;
  position: relative;
}
.member-nav .nav-r .EQshow:hover .txshow-tips {
  display: block;
}
.member-nav .nav-r .EQshow .txshow-tips {
  width: 200px !important;
  left: -155px !important;
}
.member-nav .nav-r .EQshow .txshow-tips .box {
  padding-bottom: 10px !important;
}
.member-nav .nav-r .EQshow a {
  display: block;
  width: 25px;
  height: 25px;
}
.member-nav .nav-r .EQshow .red-quan {
  width: 20px;
  height: 20px;
  background: #E51515;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  right: -17px;
  top: -4px;
  z-index: 1;
}
.member-nav .nav-r .shop {
  width: 23px;
  height: 22px;
  background: url(../../images/member-head/shopping-cart.png) no-repeat center;
  margin-right: 60px;
  position: relative;
}
.member-nav .nav-r .shop:hover .txshow-tips {
  display: block;
}
.member-nav .nav-r .shop a {
  display: block;
  width: 25px;
  height: 25px;
}
.member-nav .nav-r .shop .red-quan {
  width: 20px;
  height: 20px;
  background: #E51515;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  right: -17px;
  top: -4px;
  z-index: 1;
}
.member-nav .nav-r .personal {
  cursor: pointer;
  position: relative;
}
.member-nav .nav-r .personal:hover .personal-ul {
  display: block;
}
.member-nav .nav-r .personal .agent {
  background: red;
  display: inline-block;
  position: absolute;
  padding: 0 6px;
  top: -20px;
  left: 44px;
  font-size: 12px;
  border-radius: 15px 6px 6px 0;
  color: #ffffff;
}
.member-nav .nav-r .personal ul {
  width: 94px;
  position: absolute;
  top: 12px;
  left: 44px;
  display: none;
  z-index: 99999999;
  padding-top: 20px;
}
.member-nav .nav-r .personal ul li {
  width: 94px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border-bottom: 1px solid #DCDCDC;
  background: #fff;
}
.member-nav .nav-r .personal ul li a {
  font-size: 14px;
  color: #00356B;
}
.member-nav .nav-r .personal ul li:last-child {
  border-bottom: 0;
}
.member-nav .nav-r .personal ul li:last-child a {
  color: #999;
}
.member-nav .nav-r .personal .people {
  margin-right: 20px;
}
.member-nav .nav-r .personal span {
  margin-right: 10px;
  font-size: 14px;
  color: #FFFFFF;
}
.member-nav .nav-r .personal .s-s {
  display: none;
}
.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;
}
