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;
}
.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: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 .shop {
  width: 23px;
  height: 22px;
  background: url(../../images/member-head/shopping-cart.png) no-repeat center;
  position: relative;
  margin-right: 60px;
}
.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 ul {
  width: 94px;
  position: absolute;
  top: 20px;
  left: 44px;
  display: none;
  z-index: 99999999;
}
.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;
}
.section .banner {
  height: 700px;
  width: 100%;
  background: url(../../images/dccb/banner.png) no-repeat center;
  background-size: cover;
}
.section .banner .ban-box {
  width: 342px;
  height: 398px;
  background: url(../../images/jmdcb/kuang.png) no-repeat center;
  background-size: cover;
  padding: 0 32px;
}
.section .banner .ban-box p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 30px;
}
.section .banner .ban-box p span {
  color: #E21616;
}
.section .banner .ban-box ul li {
  position: relative;
  margin-bottom: 27px;
}
.section .banner .ban-box ul li .iconfont {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 24px;
}
.section .banner .ban-box ul li input {
  display: inline-block;
  width: 312px;
  height: 40px;
  border: 1px solid #EDEDED;
  padding-left: 30px;
}
.section .banner .ban-box ul li .box-pwd {
  width: 237px;
}
.section .banner .ban-box ul li a {
  display: inline-block;
  width: 76px;
  height: 40px;
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.section .banner .ban-box ul li:nth-child(3) {
  margin-bottom: 23px;
}
.section .banner .ban-box .box-txt {
  height: 16px;
  margin-bottom: 35px;
}
.section .banner .ban-box .box-txt .txcheckbox {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
.section .banner .ban-box .box-txt span {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}
.section .banner .ban-box .box-txt .tx-yonghu {
  color: #444444;
  cursor: pointer;
}
.section .banner .ban-box .ban-btn {
  display: block;
  width: 342px;
  height: 40px;
  background: #0081D2;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.section .banner .home-pcb .home-pcb-box {
  width: 480px;
  height: 300px;
  background: url(../../images/dccb/tx-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 3;
}
.section .banner .home-pcb .home-pcb-box .tab {
  height: 39px;
}
.section .banner .home-pcb .home-pcb-box .tab li {
  position: relative;
  width: 136px;
  padding-left: 29px;
  padding-top: 30px;
  font-size: 16px;
  color: #5c5f66;
  border-right: 1px solid #E6EAF2;
  cursor: pointer;
  transition: all 0.2s ease;
}
.section .banner .home-pcb .home-pcb-box .tab li:last-child {
  border-right: none;
}
.section .banner .home-pcb .home-pcb-box .tab li.curr {
  color: #3a3c40;
  font-weight: bold;
}
.section .banner .home-pcb .home-pcb-box .location {
  height: 39px;
  margin-right: 24px;
}
.section .banner .home-pcb .home-pcb-box .location .iconfont {
  font-size: 20px;
  color: #0081d2;
  margin-right: 4px;
}
.section .banner .home-pcb .home-pcb-box .location em {
  font-size: 14px;
  color: #959ba6;
  margin-left: 4px;
  margin-right: 4px;
}
.section .banner .home-pcb .home-pcb-box .location span {
  font-size: 14px;
  color: #3a3c40;
  font-weight: bold;
}
.section .banner .home-pcb .home-pcb-box .show-wrap {
  padding: 20px 30px 0 30px;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .form-boxs {
  white-space: nowrap;
  margin-bottom: 15px;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box label {
  color: #5C5F66;
  font-size: 14px;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap {
  margin-top: 5px;
  white-space: nowrap;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .w98 {
  width: 73px;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .w78 {
  width: 78px;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .w220 {
  width: 180px;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .sel {
  height: 50px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  font-size: 14px;
  padding-left: 10px;
  background: #F9F9FB;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .sel::-webkit-input-placeholder {
  color: #959ba6;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .inp {
  height: 34px;
  border-radius: 2px;
  border: 1px solid #E6EAF2;
  font-size: 14px;
  text-indent: 1em;
  background: #F9F9FB;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .inp::-webkit-input-placeholder {
  color: #959ba6;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .inp-wrap .tt {
  font-size: 14px;
  color: #5c5f66;
  padding: 0 6px;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .form-box .layui-input {
  height: 36px !important;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .btn-wrap {
  padding-top: 15px;
}
.section .banner .home-pcb .home-pcb-box .show-wrap .btn-wrap .btn {
  width: 421px;
  height: 36px;
  background: #0081D2;
  border-radius: 2px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.section .banner .width-1280 {
  height: 700px;
}
.section .box-top {
  padding-top: 50px;
  opacity: 0;
  position: relative;
  top: -50px;
}
.section .box-top p {
  font-size: 30px;
  font-family: Source Han ans SC;
  font-weight: 400;
  color: #131414;
  text-align: center;
}
.section .box-top p span {
  font-size: 18px;
  font-weight: 400;
  margin: 0 14px;
  color: rgba(19, 20, 20, 0.6);
}
.section .box-top p .color2 {
  color: #FFFFFF;
  opacity: 0.6;
}
.section .box-top .color1 {
  color: #FFFFFF;
}
.section .box1 {
  width: 100%;
  height: 730px;
  background: url(../../images/dccb/bg1.png) no-repeat center;
  background-size: cover;
}
.section .box1 .b1-con {
  height: 545px;
  background: url(../../images/dccb/kuang.png) no-repeat center;
  background-size: cover;
}
.section .box1 .b1-con .b1-l {
  width: 611px;
  height: 420px;
  margin-top: 87px;
  position: relative;
}
.section .box1 .b1-con .b1-l p {
  font-size: 24px;
  font-weight: 400;
  color: #131414;
  padding-left: 143px;
  margin-bottom: 15px;
}
.section .box1 .b1-con .b1-l p img {
  margin-right: 14px;
}
.section .box1 .b1-con .b1-l p:first-child {
  font-size: 34px;
  font-weight: 400;
  color: #E71919;
  padding-left: 190px;
  padding-top: 49px;
}
.section .box1 .b1-con .b1-l .b1-btom {
  margin-left: 143px;
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}
.section .box1 .b1-con .b1-l .b1-btom img {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -30px;
  animation: guide_icon 3s linear infinite;
}
@keyframes guide_icon {
  from {
    left: -30px;
  }
  to {
    left: 280px;
  }
}
.section .box1 .b1-con .b1-l .b1-btom a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 48px;
  width: 159px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E71919;
  border-right: 0;
  border-radius: 25px 0px 0px 25px;
}
.section .box1 .b1-con .b1-l .b1-btom a span {
  font-size: 24px;
  color: #F41515;
}
.section .box1 .b1-con .b1-l .b1-btom a:last-child {
  width: 160px;
  height: 50px;
  background: #FF9A2B;
  border-radius: 0px 25px 25px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  border: 0;
  position: relative;
  left: -4px;
  top: -2px;
}
.section .box1 .b1-con .b1-l .b1-btom a:last-child:hover {
  background: #FFA94B;
}
.section .box1 .b1-con .b1-l .b1-size {
  width: 172px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  background: url(../../images/dccb/b1-k.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 39px;
  right: 46px;
}
.section .box1 .b1-con .b1-r {
  width: 640px;
  height: 420px;
  overflow: hidden;
  margin-top: 87px;
  border-radius: 30px;
}
.section .box1 .b1-con .b1-r:hover img {
  transition: all 0.5s ease;
  transform: scale(1.3);
}
.section .box2 {
  width: 100%;
  height: 602px;
  background: url(../../images/dccb/bg2.png) no-repeat center;
  background-size: cover;
}
.section .box2 .b2-top {
  margin: 0 auto;
  width: 332px;
  height: 56px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #131414;
  border: 1px solid #131414;
  border-left: 0;
  border-right: 0;
  margin-bottom: 29px;
}
.section .box2 .b2-con {
  background: #F7F7F7;
}
.section .box2 .b2-con .b2-tbox {
  width: 321px;
  height: 150px;
  border: 1px solid #E3E3E3;
  border-right: 0;
  position: relative;
}
.section .box2 .b2-con .b2-tbox:nth-child(4n) {
  border-right: 1px solid #E3E3E3;
}
.section .box2 .b2-con .b2-tbox span {
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #131414;
}
.section .box2 .b2-con .b2-tbox span:last-child {
  font-size: 120px;
  font-weight: bold;
  opacity: 0.2;
  position: absolute;
  left: 0px;
  top: 0;
}
.section .box2 .b2-con .b2-tbox .color1 {
  color: #ED5798;
}
.section .box2 .b2-con .b2-tbox .color2 {
  color: #BD98FC;
}
.section .box2 .b2-con .b2-tbox .color3 {
  color: #1D98FB;
}
.section .box2 .b2-con .b2-tbox .color4 {
  color: #BE9AFC;
}
.section .box2 .b2-con .b2-bbox {
  width: 321px;
  height: 150px;
  border: 1px solid #E3E3E3;
  border-right: 0;
  border-top: 0;
  position: relative;
}
.section .box2 .b2-con .b2-bbox:nth-child(4n) {
  border-right: 1px solid #E3E3E3;
}
.section .box2 .b2-con .b2-bbox span {
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #131414;
}
.section .box2 .b2-con .b2-bbox span:last-child {
  font-size: 120px;
  font-weight: bold;
  opacity: 0.2;
  position: absolute;
  right: 0px;
  top: 0;
}
.section .box2 .b2-con .b2-bbox .color5 {
  color: #E9AD2A;
}
.section .box2 .b2-con .b2-bbox .color6 {
  color: #22BEBA;
}
.section .box2 .b2-con .b2-bbox .color7 {
  color: #EB5696;
}
.section .box2 .b2-con .b2-bbox .color8 {
  color: #73DE91;
}
.section .box3 {
  width: 100%;
  height: 130px;
  background: url(../../images/dccb/bg3.png) no-repeat center;
  background-size: cover;
  text-align: center;
}
.section .box3 p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.section .box3 p:first-child {
  padding-top: 28px;
}
.section .box4 {
  height: 1496px;
  width: 100%;
  background: url(../../images/dccb/bg4.png) no-repeat center;
  background-size: cover;
}
.section .box4 .b4-btn {
  font-size: 18px;
  font-weight: 400;
  color: #FF9A2B;
  display: block;
  width: 180px;
  height: 40px;
  border: 1px solid #FF9A2B;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 40px;
}
.section .box4 .b4-btn:hover {
  background: #FF9A2B;
  color: #fff;
}
.section .box4 .b4-box {
  width: 100%;
  height: 416px;
  background: url(../../images/dccb/kuang2.png) no-repeat left center;
  position: relative;
}
.section .box4 .b4-box .box-l {
  width: 620px;
  padding-left: 52px;
  padding-top: 64px;
}
.section .box4 .b4-box .box-l p {
  font-size: 30px;
  font-weight: 400;
  color: #131414;
  margin-bottom: 46px;
}
.section .box4 .b4-box .box-l .box-con ul li {
  width: 280px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}
.section .box4 .b4-box .box-l .box-con ul li span {
  color: #E31919;
}
.section .box4 .b4-box .box-l a {
  display: block;
  width: 150px;
  height: 40px;
  background: #FF9A2B;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.section .box4 .b4-box .box-l a:hover {
  background: #FFA94B;
}
.section .box4 .b4-box .img-box {
  width: 554px;
  height: 324px;
  position: absolute;
  top: 42px;
  right: 26px;
  border-radius: 25px;
  overflow: hidden;
}
.section .box4 .b4-box .img-box:hover img {
  transition: all 0.2s ease;
  transform: scale(1.3);
}
.section .box4 .b4-bg {
  background: url(../../images/dccb/kuang3.png) no-repeat right center;
}
.section .box4 .b4-bg .img-box {
  width: 554px;
  height: 324px;
  position: absolute;
  top: 42px;
  left: 26px;
  overflow: hidden;
}
.section .box4 .b4-bg .img-box:hover img {
  transition: all 0.2s ease;
  transform: scale(1.3);
}
.section .box4 .b4-bg .box-l {
  width: 620px;
  padding-left: 52px;
  padding-top: 64px;
  position: absolute;
  right: 0;
}
.section .box4 .b4-bg .box-l p {
  font-size: 30px;
  font-weight: 400;
  color: #131414;
  margin-bottom: 46px;
}
.section .box4 .b4-bg .box-l .box-con ul li {
  width: 280px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}
.section .box4 .b4-bg .box-l .box-con ul li span {
  color: #E31919;
}
.section .box4 .b4-bg .box-l a {
  display: block;
  width: 150px;
  height: 40px;
  background: #FF9A2B;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.section .box4 .b4-bg .box-l a:hover {
  background: #FFA94B;
}
.section .box5 {
  width: 100%;
  height: 578px;
  background: url(../../images/dccb/bg5.png) no-repeat center;
  background-size: cover;
}
.section .box5 .box-top {
  opacity: 1;
  top: 0;
}
.section .box5 .b5-top {
  width: 684px;
  height: 36px;
  border: 1px solid #E59115;
  line-height: 36px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 32px;
}
.section .box5 .b5-top .b5-top1 {
  font-size: 18px;
  font-weight: 400;
  color: #FF9A2B;
  width: 680px;
  height: 32px;
  border: 1px solid #E59115;
  text-align: center;
  line-height: 36px;
}
.section .box5 .b5-con {
  width: 1042px;
  height: 354px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.section .box5 .b5-con .b5-box {
  position: absolute;
  top: 0;
  left: -260px;
  display: inline-block;
  opacity: 0;
}
.section .box5 .b5-con .b5-box .b5-tbox {
  height: 200px;
}
.section .box5 .b5-con .b5-box .b5-tbox p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.section .box5 .b5-con .b5-box .b5-tbox p:first-child {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 11px;
  color: #FFFFFF;
}
.section .box5 .b5-con .b5-box .b5-bbox {
  height: 155px;
  width: 261px;
}
.section .box5 .b5-con .b5-box .b5-bbox p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.section .box5 .b5-con .b5-box .b5-bbox p:first-child {
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 11px;
}
.box7 {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 26.65rem;
  background: url(../../images/jmdcb/hz.png) no-repeat center;
  background-size: cover;
}
.register-agreement {
  padding: 0 10px;
  height: 800px;
  overflow-y: auto;
}
