/* 字体样式 */
* {
  font-family: "PingFang-SC-Medium", Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
html,
body {
  font-size: 50px;
}
/*字体大小*/
.fz0 {
  font-size: 0;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px!important;
}
.fz15 {
  font-size: 15px!important;
}
.fz16 {
  font-size: 16px!important;
}
.fz17 {
  font-size: 17px!important;
}
.fz18 {
  font-size: 18px!important;
}
.fz19 {
  font-size: 19px!important;
}
.fz20 {
  font-size: 20px!important;
}
.fz21 {
  font-size: 21px!important;
}
.fz22 {
  font-size: 22px;
}
.fz23 {
  font-size: 23px;
}
.fz24 {
  font-size: 24px;
}
.fz25 {
  font-size: 25px;
}
.fz26 {
  font-size: 26px;
}
.fz27 {
  font-size: 27px;
}
.fz28 {
  font-size: 28px;
}
.fz29 {
  font-size: 29px;
}
.fz30 {
  font-size: 30px;
}
.fz31 {
  font-size: 31px;
}
.fz32 {
  font-size: 32px;
}
.fz33 {
  font-size: 33px;
}
.fz34 {
  font-size: 34px;
}
.fz35 {
  font-size: 35px;
}
.fz36 {
  font-size: 36px;
}
.fz37 {
  font-size: 37px;
}
.fz38 {
  font-size: 38px;
}
.fz39 {
  font-size: 39px;
}
.fz40 {
  font-size: 40px;
}
.fz40 {
  font-size: 40px;
}
.fz41 {
  font-size: 41px;
}
.fz42 {
  font-size: 42px;
}
.fz43 {
  font-size: 43px;
}
.fz44 {
  font-size: 44px;
}
.fz45 {
  font-size: 45px;
}
.fz46 {
  font-size: 46px;
}
.fz47 {
  font-size: 47px;
}
.fz48 {
  font-size: 48px;
}
.fz49 {
  font-size: 49px;
}
.fz50 {
  font-size: 50px;
}
/* 字体粗细 */
.ultralight {
  font-weight: 100;
}
.thin {
  font-weight: 200;
}
/* 黑体-简 细 */
.light {
  font-weight: 300;
}
/* 微软雅黑 中 */
.regular {
  font-weight: 400;
}
/* 黑体-简 中 */
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
/* 微软雅黑 粗 */
.bold {
  font-weight: 700;
}
.heavy {
  font-weight: 900;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: 100;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #666;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
.login_form {
  padding: 15px 15px;
}
/* 自动断行 */
.break {
  word-break: break-all;
  word-wrap: break-word;
}
/* 字体超出隐藏 */
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn_b {
  margin: 0.3rem auto;
}
/* 文字位置 */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.tc {
  text-align: center!important;
}
.tl {
  text-align: left!important;
}
.tr {
  text-align: right!important;
}
/* 清除边距 */
.clear-margin {
  margin: 0;
}
.clear-padding {
  padding: 0;
}
/* 浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清浮动 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  _height: 1%;
}
.clear {
  clear: both;
}
/* 块元素和行内元素转换 */
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.none {
  display: none;
}
/* 添加边距 */
/* 宽度100% */
.fluid {
  width: 100%;
}
/* 常用兼容简写 */
/* 圆角 */
/* 阴影 */
/* 转换 */
/* 平面移动 */
/* 2d旋转 */
/* 3d旋转 */
/* 元素拉伸 倍数*/
/* 过渡 */
/* 绑定动画 */
/* 多列布局 */
/* 列数 */
/* 列间距 */
/* 规则 */
/* 常用方法 */
/* 颜色 */
/* button:hover */
.br5 {
  border-radius: 0.05rem;
}
.br10 {
  border-radius: 0.10rem;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.nob {
  border: none!important;
}
.break_all {
  word-break: break-all;
}
.line2 {
  word-break: break-all;
  text-align: left;
  max-height: 0.8rem;
  line-height: 0.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btn_l {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.btn_r {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mh90 {
  min-height: 0.9rem;
  padding-top: 0.23rem;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.block {
  display: block;
}
.input {
  border: 0 none;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}
.theme-c {
  color: #0052D9;
}
.theme-bg {
  background-color: linear-gradient(-55deg, #1885f1, #0058d9);
}
.h1 {
  color: #333;
}
.h2 {
  color: #666;
}
.h3 {
  color: #8b8b8b;
}
.h4 {
  color: #7b7b7b;
}
.bg-fc {
  color: #fff;
}
.opacity {
  opacity: 0.5;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.head {
  background: #fff;
}
.head .head-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .head-content .nav-content {
  display: flex;
}
.head .head-content .nav-wrap {
  display: flex;
  align-items: center;
}
.head .head-content .nav-a {
  font-size: 16px;
  color: #333333;
  display: block;
  height: 80px;
  display: flex;
  width: 90px;
  align-items: center;
  justify-content: center;
}
.head .head-content .nav-a:hover {
  color: #0052d9;
}
.head .head-content .login {
  margin-left: 45px;
  display: flex;
}
.head .head-content .login .nav-a {
  color: #666666;
  width: 74px;
  position: relative;
  margin-left: 0;
  font-size: 14px;
}
.head .head-content .login .nav-a:hover {
  color: #0052d9;
}
.head .head-content .zc-btn {
  padding: 7px 11px;
  background: #0052d9;
  border-radius: 4px;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
}
.head .head-content .zc-btn:hover {
  background: #2e7dff;
}
.head .head-content .logo a {
  display: block;
  width: 157px;
  height: 41px;
  margin-top: -12px;
}
.head .head-content .logo a img {
  height: 100%;
}
.foot {
  background: #212121;
}
.foot .firend-link {
  position: relative;
}
.foot .firend-link::after {
  content: '';
  position: absolute;
  background: #383838;
  height: 1px;
  width: 100%;
  left: 0;
}
.foot .firend-link::after {
  bottom: 0;
}
.foot .firend-link::after::after {
  top: 0;
}
.foot .firend-link .friend-link-content {
  display: flex;
  padding: 17px 0;
}
.foot .firend-link .friend-link-content .title {
  color: #fff;
  height: 30px;
  display: flex;
  align-items: center;
}
.foot .firend-link .friend-link-content .link-a {
  color: #717171;
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.foot .firend-link .friend-link-content .link-a:hover {
  color: #0052d9;
}
.foot .foot-bottom {
  display: flex;
  justify-content: space-between;
  padding: 45px 0;
}
.foot .foot-bottom .copy-qx .child-link {
  display: flex;
  padding-bottom: 8px;
}
.foot .foot-bottom .copy-qx .child-link .link-a {
  padding-left: 20px;
}
.foot .foot-bottom .copy-qx .copy {
  color: #717171;
}
.foot .wb-wx-phone {
  display: flex;
  align-items: center;
}
.foot .wb-wx-phone .phone-wrap {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.foot .wb-wx-phone .phone-wrap .phone-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.foot .wb-wx-phone .phone-wrap .time {
  color: #8B8B8B;
}
.foot .wx-wb {
  display: flex;
}
.foot .icon-wrap {
  width: 34px;
  height: 34px;
  background: #383838;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 6px;
  cursor: pointer;
}
.foot .icon-wrap .copy-icon {
  width: 18px;
  display: block;
}
.foot .icon-wrap .copy-icon-sel {
  display: none;
}
.foot .icon-wrap:hover .qrcoe-wrap {
  display: block;
}
.foot .icon-wrap:hover .copy-icon {
  display: none;
}
.foot .icon-wrap:hover .copy-icon-sel {
  display: block;
}
.foot .qrcoe-wrap {
  display: none;
  position: absolute;
  background: #fff;
  text-align: center;
  padding-bottom: 10px;
  bottom: 42px;
}
.foot .qrcoe-wrap::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #fff;
  transform: translateX(-50%);
}
.foot .qrcoe-wrap .code-wrap {
  width: 80px;
  height: 80px;
  padding: 10px 10px 4px;
  background: #fff;
}
.foot .qrcoe-wrap .qrcode-img {
  display: block;
  width: 100%;
  height: 100%;
}
.left-announcement {
  width: 380px;
  height: 470px;
  box-sizing: border-box;
  padding-top: 70px;
  text-align: center;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.left-announcement .title {
  padding-bottom: 20px;
  position: relative;
}
.left-announcement .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 2px;
  background: #fff;
}
.left-announcement .name {
  padding: 25px 0 30px;
  text-align: center;
}
.left-announcement .list-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 270px;
  margin: 0 auto;
}
.left-announcement .list-wrap .list {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 18px;
  text-align: left;
}
.left-announcement .list-wrap .list:nth-child(2n) {
  padding-left: 40px;
}
.left-announcement .btn {
  width: 129px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0052d9;
  margin: 25px auto 0;
}
#pagination {
  display: flex;
  align-items: center;
}
#pagination .btn-group {
  display: flex;
}
#pagination .btn-group .btn-default {
  width: 73px;
  height: 32px;
  border: 1px solid #d4d6dd;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  margin: 0 5px;
}
#pagination .btn-group .btn-default:hover {
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  color: #fff;
}
#pagination .btn-group#page_center_botton .active {
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  color: #fff;
}
#pagination .btn-group#page_center_botton .btn-default {
  width: 32px;
  height: 32px;
}
#pagination .sum {
  margin-right: 5px;
}
.page-sum-wrap {
  padding-top: 30px;
}
.espcms_path-wrap {
  display: flex;
  align-items: center;
}
.espcms_path-wrap .icon {
  margin: 0px 5px 2px 0;
  display: block;
}
.espcms_path-wrap .espcms_path.breadcrumb {
  display: flex;
  align-items: center;
}
.espcms_path-wrap .espcms_path.breadcrumb li {
  display: flex;
  align-items: center;
  line-height: 60px;
  padding-right: 20px;
  position: relative;
}
.espcms_path-wrap .espcms_path.breadcrumb li::after {
  content: '>';
  position: absolute;
  right: 6px;
}
.espcms_path-wrap .espcms_path.breadcrumb li:last-child::after {
  content: '';
}
.espcms_path-wrap .espcms_path.breadcrumb a {
  display: block;
}
.espcms_path-wrap .espcms_path.breadcrumb a:hover {
  color: #0052d9;
}
a:hover {
  color: #0052d9;
}
.lj-espcms_page_right {
  padding: 30px 0;
}
.lj-espcms_page_right .search {
  width: 1200px;
  margin: 0 auto;
}
.lj-espcms_page_right .search .item {
  display: flex;
  align-items: top;
}
.lj-espcms_page_right .search .item .label {
  color: #535353;
  font-size: 14px;
  display: block;
  width: 90px;
  margin-bottom: 16px;
}
.lj-espcms_page_right .search .item .list-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
}
.lj-espcms_page_right .search .item .list-wrap li {
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #7b7b7b;
  cursor: pointer;
}
.lj-espcms_page_right .search .item .list-wrap li.active {
  color: #0052d9;
}
.lj-espcms_page_right .search .item .list-wrap li:hover {
  color: #0052d9;
}
.noda {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 20px;
}
.noda #pagination {
  justify-content: center;
}
.index-page .banner {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .banner .banner-content {
  text-align: center;
}
.index-page .banner .banner-content .dis {
  padding: 10px 0 25px;
  color: #F3F3F3;
}
.index-page .banner .banner-content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 40px;
  border: 1px solid #ffffff;
  margin: 0 auto;
}
.index-page .banner .banner-content .btn:hover {
  color: #fff;
  border: 1px solid #2e7dff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.index-page .recommend-wrap {
  background: #f5f7fa;
  padding-bottom: 70px;
}
.index-page .recommend-wrap .top-content {
  background: #fff;
  margin-bottom: 40px;
}
.index-page .recommend-wrap .top-wrap {
  height: 324px;
  position: relative;
}
.index-page .recommend-wrap .top-wrap .title {
  text-align: center;
  padding: 50px 0 40px;
  font-weight: 400;
}
.index-page .recommend-wrap .top-wrap .items {
  display: flex;
  justify-content: space-between;
  padding: 0 75px;
}
.index-page .recommend-wrap .top-wrap .items .item {
  width: 265px;
  text-align: center;
}
.index-page .recommend-wrap .top-wrap .items .item .num {
  margin: 0 5px;
}
.index-page .recommend-wrap .top-wrap .items .item .kh {
  padding: 22px 0 15px;
}
.index-page .recommend-wrap .bottom-wrap .title {
  text-align: center;
  padding: 0 0 33px 0;
  font-weight: 400;
}
.index-page .recommend-wrap .bottom-wrap .bottom-content {
  border: 1px solid #e5e5e5;
  background: #fff;
}
.index-page .recommend-wrap .bottom-wrap .list-items {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.index-page .recommend-wrap .bottom-wrap .list-items .list-item {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
}
.index-page .recommend-wrap .bottom-wrap .list-items .list-item:last-child {
  border-right: 0;
}
.index-page .recommend-wrap .bottom-wrap .list-items .list-item.active {
  color: #0052d9;
}
.index-page .recommend-wrap .bottom-wrap .code-wrap {
  padding: 26px 55px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.index-page .recommend-wrap .bottom-wrap .code-wrap .code-item {
  width: 195px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 102px;
  margin-bottom: 18px;
  position: relative;
}
.index-page .recommend-wrap .bottom-wrap .code-wrap .code-item:nth-child(4n) {
  margin-right: 0;
}
.index-page .recommend-wrap .bottom-wrap .code-wrap .code-item .code-mian {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .recommend-wrap .bottom-wrap .code-wrap .code-item .code-mian .icon {
  width: 23px;
  height: 23px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  line-height: 23px;
}
.index-page .recommend-wrap .bottom-wrap .code-wrap .code-item .btn {
  width: 195px;
  height: 42px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s all;
}
.index-page .recommend-wrap .bottom-wrap .code-wrap .code-item:hover .btn {
  opacity: 1;
}
.index-page .recommend-wrap .bottom-wrap .get-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #535353;
  cursor: pointer;
  border-top: 1px solid #e5e5e5;
}
.index-page .recommend-wrap .bottom-wrap .get-btn img {
  margin-right: 5px;
}
.index-page .pretty-wrap {
  background: #fff;
  padding-bottom: 65px;
}
.index-page .pretty-wrap .title {
  font-weight: 400;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
.index-page .pretty-wrap .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.index-page .pretty-wrap .item .item-left {
  width: 316px;
  height: 296px;
  border: 1px solid #e5e5e5;
}
.index-page .pretty-wrap .item .item-left:hover {
  box-shadow: 0px 0px 30px 0px rgba(103, 45, 0, 0.3);
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.index-page .pretty-wrap .item .item-left:hover .icon-wrap .icon {
  display: none;
}
.index-page .pretty-wrap .item .item-left:hover .icon-wrap .icon-sel {
  display: block;
}
.index-page .pretty-wrap .item .item-left:hover .name,
.index-page .pretty-wrap .item .item-left:hover .left-list-wrap,
.index-page .pretty-wrap .item .item-left:hover .btn {
  color: #fff;
}
.index-page .pretty-wrap .item .item-left:hover .btn {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.index-page .pretty-wrap .item .item-left .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.index-page .pretty-wrap .item .item-left .icon-wrap .icon {
  display: block;
}
.index-page .pretty-wrap .item .item-left .icon-wrap .icon-sel {
  display: none;
}
.index-page .pretty-wrap .item .item-left .name {
  color: #333;
  padding: 0 30px 15px;
}
.index-page .pretty-wrap .item .item-left .left-list-wrap {
  padding: 0 30px 20px;
  color: #7B7B7B;
  line-height: 22px;
}
.index-page .pretty-wrap .item .item-left .btn {
  font-size: 14px;
  color: #7B7B7B;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e5e5e5;
}
.index-page .pretty-wrap .item .item-right {
  border: 1px solid #e5e5e5;
  width: 854px;
}
.index-page .pretty-wrap .item .item-right .bottom-content {
  border: 1px solid #e5e5e5;
}
.index-page .pretty-wrap .item .item-right .list-items {
  display: flex;
}
.index-page .pretty-wrap .item .item-right .list-items .list-item {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.index-page .pretty-wrap .item .item-right .list-items .list-item:last-child {
  border-right: 0;
}
.index-page .pretty-wrap .item .item-right .list-items .list-item.active {
  border-bottom: 1px solid transparent;
  color: #0052d9;
}
.index-page .pretty-wrap .item .item-right .code-wrap {
  padding: 23px 20px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.index-page .pretty-wrap .item .item-right .code-wrap .code-item {
  width: 195px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 12px 0;
  position: relative;
}
.index-page .pretty-wrap .item .item-right .code-wrap .code-item:nth-child(4n) {
  margin-right: 0;
}
.index-page .pretty-wrap .item .item-right .code-wrap .code-item .code-mian {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .pretty-wrap .item .item-right .code-wrap .code-item .code-mian .icon {
  width: 23px;
  height: 23px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  line-height: 23px;
}
.index-page .pretty-wrap .item .item-right .code-wrap .code-item .btn {
  width: 195px;
  height: 42px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s all;
}
.index-page .pretty-wrap .item .item-right .code-wrap .code-item:hover .btn {
  opacity: 1;
}
.index-page .application-wrap {
  height: 599px;
  background: #f5f7fa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page .application-wrap .item {
  width: 585px;
  height: 454px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-top: 5px solid #2e7dff;
}
.index-page .application-wrap .item .title {
  padding: 40px 0 20px 45px;
  position: relative;
}
.index-page .application-wrap .item .title::after {
  content: '';
  position: absolute;
  top: 42px;
  left: 0;
  width: 5px;
  height: 30px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.index-page .application-wrap .item .dec {
  width: 490px;
  margin: 0 auto;
  color: #7b7b7b;
  padding: 28px 0 35px;
  border-top: 1px solid #e5e5e5;
}
.index-page .application-wrap .item .link-wrap {
  width: 490px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.index-page .application-wrap .item .link-wrap .link-list {
  width: 20%;
}
.index-page .application-wrap .item .link-wrap .link-list a {
  display: block;
  padding: 12px 0;
}
.index-page .application-wrap .item .link-wrap .link-list a:hover {
  color: linear-gradient(-55deg, #1885f1, #0058d9);
}
.index-page .application-wrap .item .btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7B7B7B;
  border-top: 1px solid #e5e5e5;
}
.index-page .application-wrap .item:first-child {
  margin-right: 40px;
}
.index-page .application-wrap .item:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
.index-page .application-wrap .item:hover .btn {
  color: linear-gradient(-55deg, #1885f1, #0058d9);
}
.index-page .value-added-wrap {
  background: #fff;
}
.index-page .value-added-wrap .title {
  padding: 65px 0 60px;
  font-weight: 400;
  text-align: center;
}
.index-page .value-added-wrap .item-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-page .value-added-wrap .item-wrap .item {
  padding-bottom: 60px;
  margin-right: 96px;
}
.index-page .value-added-wrap .item-wrap .item:nth-child(6n) {
  margin-right: 0;
}
.index-page .value-added-wrap .item-wrap .item-a {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-page .value-added-wrap .item-wrap .item-a .icon-wrap {
  width: 78px;
  height: 78px;
  background: #F5F7FA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.index-page .value-added-wrap .item-wrap .item-a .icon-wrap .icon {
  display: block;
}
.index-page .value-added-wrap .item-wrap .item-a .icon-wrap .icon-sel {
  display: none;
}
.index-page .value-added-wrap .item-wrap .item-a:hover .icon-wrap {
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  box-shadow: 0px 0px 10px 0px rgba(0, 29, 70, 0.3);
}
.index-page .value-added-wrap .item-wrap .item-a:hover .icon {
  display: none;
}
.index-page .value-added-wrap .item-wrap .item-a:hover .icon-sel {
  display: block;
}
.index-page .step-wrap {
  background: #f5f7fa;
  padding-bottom: 70px;
}
.index-page .step-wrap .title {
  font-weight: 400;
  text-align: center;
  padding: 70px 0 55px;
}
.index-page .step-wrap .step-mian {
  display: flex;
  justify-content: space-between;
}
.index-page .step-wrap .step-mian .arr {
  height: 14px;
  display: block;
  margin-top: 57px;
}
.index-page .step-wrap .step-mian .step-list {
  width: 212px;
  text-align: center;
  cursor: pointer;
}
.index-page .step-wrap .step-mian .step-list:hover .name {
  color: #0052d9;
}
.index-page .step-wrap .step-mian .step-list .name {
  padding: 18px 0 15px;
}
.index-page .step-wrap .step-mian .step-list .dec {
  color: #7B7B7B;
}
.index-page .news-wrap {
  padding-bottom: 70px;
}
.index-page .news-wrap .title {
  padding: 70px 0 24px;
  text-align: center;
  font-weight: 400;
}
.index-page .news-wrap .item-wrap {
  display: flex;
  justify-content: space-between;
}
.index-page .news-wrap .item-wrap .item {
  width: 360px;
}
.index-page .news-wrap .item-wrap .item .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.index-page .news-wrap .item-wrap .item .list-a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.index-page .news-wrap .item-wrap .item .list-a .list-left {
  display: flex;
  align-items: center;
}
.index-page .news-wrap .item-wrap .item .list-a .list-left .icon {
  display: block;
  margin-right: 5px;
}
.index-page .news-wrap .item-wrap .item .list-a .list-left .icon-sel {
  display: none;
}
.index-page .news-wrap .item-wrap .item .list-a .list-left .text {
  width: 280px;
}
.index-page .news-wrap .item-wrap .item .list-a:hover .icon {
  display: none;
}
.index-page .news-wrap .item-wrap .item .list-a:hover .icon-sel {
  display: block;
}
.index-page .dandle-wrap {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .dandle-wrap .btn {
  width: 170px;
  height: 45px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin: 40px auto 0;
}
.index-page .dandle-wrap .btn:hover {
  border: 1px solid #2e7dff;
  color: #fff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.index-page .code-wrap {
  background: #f5f7fa;
  padding-bottom: 70px;
}
.index-page .code-wrap .title {
  font-weight: 400;
  padding: 70px 0 0px;
}
.index-page .code-wrap .name {
  display: flex;
  padding-bottom: 18px;
  padding-top: 30px;
  justify-content: space-between;
}
.index-page .code-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 34px;
}
.index-page .code-wrap .list-wrap .list {
  margin-right: 34px;
}
.index-page .code-wrap .list-wrap .list .list-a {
  display: block;
}
.index-page .code-wrap .list-wrap .list .list-a:hover {
  color: #0052d9;
}
.index-page .application-good-code-wrap {
  padding-top: 60px;
}
.index-page .application-good-code-wrap .title {
  padding-bottom: 0!important;
}
.index-page .application-good-code-wrap .title-dec {
  padding: 15px 0 30px;
  text-align: center;
}
.index-page .application-good-code-wrap .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-top: 1px solid #e5e5e5;
}
.news-list-page .banner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-list-page .banner .title {
  font-weight: 600;
}
.news-list-page .banner .dec {
  padding: 20px 0 30px;
}
.news-list-page .banner .btn {
  width: 142px;
  height: 40px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
}
.news-list-page .banner .btn:hover {
  border: 1px solid #2e7dff;
  color: #fff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.news-list-page .tab-items {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #efefef;
}
.news-list-page .tab-items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 100px;
  position: relative;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.news-list-page .tab-items .item.active {
  position: relative;
  color: #0052d9;
}
.news-list-page .tab-items .item.active a {
  color: #0052d9;
}
.news-list-page .tab-items .item.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.news-list-page .tab-items .item:hover {
  position: relative;
  color: #0052d9;
}
.news-list-page .tab-items .item:hover a {
  color: #0052d9;
}
.news-list-page .tab-items .item:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.news-list-page .main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.news-list-page .main .mian-left {
  width: 750px;
  padding: 40px 0;
}
.news-list-page .main .news-list-wrap .news-list-a {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.news-list-page .main .news-list-wrap .news-list-a:hover .dec,
.news-list-page .main .news-list-wrap .news-list-a:hover .name {
  color: #0052d9;
}
.news-list-page .main .news-list-wrap .news-list-a:hover .dec font,
.news-list-page .main .news-list-wrap .news-list-a:hover .name font {
  color: #0052d9;
}
.news-list-page .main .news-list-wrap .news-list-a .name {
  padding-top: 30px;
}
.news-list-page .main .news-list-wrap .news-list-a .time {
  padding: 20px 0;
  color: #909090;
}
.news-list-page .main .news-list-wrap .news-list-a .dec {
  color: #909090;
}
.news-list-page .main .main-right {
  padding-top: 65px;
}
.news-list-page .main .main-right .right-news-list {
  margin-bottom: 20px;
  width: 336px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}
.news-list-page .main .main-right .right-news-list .list ul li {
  border-bottom: 1px solid #e7e7e7;
  height: 57px;
  line-height: 57px;
}
.news-list-page .main .main-right .right-news-list .list ul .active a {
  color: #0052D9 !important;
}
.news-list-page .main .main-right .right-news-list .list ul li:last-child {
  border-bottom: none;
}
.news-list-page .main .main-right .right-news-list .list ul li:nth-child(n+2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 26px;
}
.news-list-page .main .main-right .right-news-list .list ul li:nth-child(n+2) a {
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.news-list-page .main .main-right .right-news-list .list ul li:nth-child(n+2) a:hover {
  color: #0052D9;
}
.news-list-page .main .main-right .right-news-list .list ul li:first-child {
  background: #f7f8fa;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.news-list-page .main .main-right .right-news-list .list ul li:first-child p {
  margin: 0px 26px;
}
.news-list-page .main .main-right .right-news-wrap {
  width: 336px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 9px 25px;
  margin-top: 20px;
}
.news-list-page .main .main-right .right-news-wrap .title {
  padding: 17px 0;
  font-weight: 400;
  border-bottom: 1px solid #e7e7e7;
}
.news-list-page .main .main-right .right-news-wrap .list-wrap {
  padding: 13px 0;
}
.news-list-page .main .main-right .right-news-wrap .list {
  line-height: 44px;
  padding-left: 20px;
  position: relative;
}
.news-list-page .main .main-right .right-news-wrap .list .list-a {
  display: block;
}
.news-list-page .main .main-right .right-news-wrap .list .list-a:hover {
  color: #0052d9;
}
.news-list-page .main .main-right .right-news-wrap .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.news-list-page .main .main-right .right-news-wrap .list:hover {
  color: #0052d9;
}
.news-list-page .code-wrap {
  background: #f5f7fa;
  padding-bottom: 70px;
}
.news-list-page .code-wrap .title {
  font-weight: 400;
  padding: 70px 0 0px;
}
.news-list-page .code-wrap .name {
  display: flex;
  padding-bottom: 18px;
  padding-top: 30px;
  justify-content: space-between;
}
.news-list-page .code-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 34px;
}
.news-list-page .code-wrap .list-wrap .list {
  margin-right: 34px;
}
.news-list-page .code-wrap .list-wrap .list .list-a {
  display: block;
}
.news-list-page .code-wrap .list-wrap .list .list-a:hover {
  color: #0052d9;
}
.news-detail-wrap .menu-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.news-detail-wrap .menu-wrap .link {
  height: 60px;
  line-height: 60px;
}
.news-detail-wrap .menu-wrap .link:hover {
  color: #0052d9;
}
.news-detail-wrap .main {
  padding: 65px 0 60px;
}
.news-detail-wrap .main .main-right {
  padding-top: 0;
}
.news-detail-wrap .main .mian-left {
  padding: 0;
}
.news-detail-wrap .main .mian-left .title-wrap {
  border-bottom: 1px solid #e7e7e7;
}
.news-detail-wrap .main .mian-left .title-wrap .title {
  font-weight: 600;
}
.news-detail-wrap .main .mian-left .title-wrap .tip {
  padding: 22px 0 26px;
}
.news-detail-wrap .main .mian-left .html {
  padding: 22px 0 50px;
}
.news-detail-wrap .main .mian-left .next-prev {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.news-detail-wrap .main .mian-left .next-prev .link:hover {
  color: #0052d9;
}
.news-detail-wrap .main .mian-left .related-wrap {
  padding-top: 50px;
  border-top: 1px solid #e7e7e7;
}
.news-detail-wrap .main .mian-left .related-wrap .title {
  font-weight: 400;
  padding-bottom: 10px;
}
.news-detail-wrap .main .mian-left .related-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-detail-wrap .main .mian-left .related-wrap .list-wrap .list {
  width: 45%;
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
  line-height: 42px;
}
.news-detail-wrap .main .mian-left .related-wrap .list-wrap .list .link-a {
  display: block;
}
.news-detail-wrap .main .mian-left .related-wrap .list-wrap .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-57%);
  width: 5px;
  height: 5px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.all-code-list-page {
  background: #f5f7fa;
}
.all-code-list-page .title {
  padding: 50px 0 0;
  text-align: center;
  font-weight: 400;
}
.all-code-list-page .item {
  padding: 50px 0;
  border-bottom: 1px solid #e7e7e7;
}
.all-code-list-page .item:last-child {
  border-bottom: 0;
}
.all-code-list-page .item .name {
  font-weight: 600;
}
.all-code-list-page .item .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.all-code-list-page .item .list-wrap .list {
  margin-right: 60px;
  padding-top: 25px;
}
.all-code-list-page .item .list-wrap .list .list-a:hover {
  color: #0052d9;
}
.about-page .banner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-page .banner .title {
  font-weight: 600;
}
.about-page .banner .dec {
  padding: 20px 0 30px;
}
.about-page .banner .btn {
  width: 142px;
  height: 40px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
}
.about-page .banner .btn:hover {
  border: 1px solid #2e7dff;
  color: #fff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.about-page .value-added-wrap {
  background: #fff;
}
.about-page .value-added-wrap .title {
  padding: 65px 0 60px;
  font-weight: 400;
  text-align: center;
}
.about-page .value-added-wrap .item-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-page .value-added-wrap .item-wrap .item {
  padding-bottom: 60px;
  margin-right: 96px;
}
.about-page .value-added-wrap .item-wrap .item:nth-child(6n) {
  margin-right: 0;
}
.about-page .value-added-wrap .item-wrap .item-a {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-page .value-added-wrap .item-wrap .item-a .icon-wrap {
  width: 78px;
  height: 78px;
  background: #F5F7FA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .value-added-wrap .item-wrap .item-a .icon-wrap .icon {
  display: block;
}
.about-page .value-added-wrap .item-wrap .item-a .icon-wrap .icon-sel {
  display: none;
}
.about-page .value-added-wrap .item-wrap .item-a:hover .icon-wrap {
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  box-shadow: 0px 0px 10px 0px rgba(0, 29, 70, 0.3);
}
.about-page .value-added-wrap .item-wrap .item-a:hover .icon {
  display: none;
}
.about-page .value-added-wrap .item-wrap .item-a:hover .icon-sel {
  display: block;
}
.about-page .step-wrap {
  background: #f5f7fa;
  padding-bottom: 70px;
}
.about-page .step-wrap .title {
  font-weight: 400;
  text-align: center;
  padding: 70px 0 55px;
}
.about-page .step-wrap .step-mian {
  display: flex;
  justify-content: space-between;
}
.about-page .step-wrap .step-mian .arr {
  height: 14px;
  display: block;
  margin-top: 57px;
}
.about-page .step-wrap .step-mian .step-list {
  width: 212px;
  text-align: center;
  cursor: pointer;
}
.about-page .step-wrap .step-mian .step-list:hover .name {
  color: #0052d9;
}
.about-page .step-wrap .step-mian .step-list .name {
  padding: 18px 0 15px;
}
.about-page .step-wrap .step-mian .step-list .dec {
  color: #7B7B7B;
}
.about-page .dandle-wrap {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .dandle-wrap .btn {
  width: 170px;
  height: 45px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin: 40px auto 0;
}
.about-page .dandle-wrap .btn:hover {
  border: 1px solid #2e7dff;
  color: #fff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.about-page .core-wrap {
  padding: 70px 0;
  background: #f5f7fa;
}
.about-page .core-wrap .title {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.about-page .core-wrap .item-wrap {
  display: flex;
  justify-content: space-between;
}
.about-page .core-wrap .item-wrap .item {
  padding: 12px;
  background: #fff;
}
.about-page .core-wrap .item-wrap .item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.about-page .core-wrap .item-wrap .item .text-wrap {
  padding: 25px 0 18px;
  text-align: center;
}
.about-page .core-wrap .item-wrap .item .text-wrap .name {
  padding-bottom: 12px;
}
.about-page .features {
  padding: 70px 0;
}
.about-page .features .title {
  font-weight: 400;
  text-align: center;
}
.about-page .features .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-page .features .item-wrap .item {
  width: 285px;
  height: 284px;
  box-sizing: border-box;
  padding: 0 28px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.about-page .features .item-wrap .item .item-content {
  text-align: center;
}
.about-page .features .item-wrap .item .item-content .name {
  padding: 20px 0 10px;
}
.about-page .features .item-wrap .item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.scarcity-wrap .banner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.scarcity-wrap .banner .title {
  font-weight: 600;
}
.scarcity-wrap .banner .dec {
  padding: 20px 0 30px;
}
.scarcity-wrap .banner .btn {
  width: 142px;
  height: 40px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
}
.scarcity-wrap .banner .btn:hover {
  border: 1px solid #2e7dff;
  color: #fff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.scarcity-wrap .what-is-95 {
  background: #fff;
  padding: 70px 0;
}
.scarcity-wrap .what-is-95 .title {
  font-weight: 400;
  text-align: center;
}
.scarcity-wrap .what-is-95 .items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
}
.scarcity-wrap .what-is-95 .items .item {
  width: 585px;
  height: 240px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-top: 5px solid #2e7dff;
}
.scarcity-wrap .what-is-95 .items .item:first-child {
  margin-right: 30px;
}
.scarcity-wrap .what-is-95 .items .item:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
.scarcity-wrap .what-is-95 .items .item .title {
  padding: 36px 0 20px 45px;
  position: relative;
  text-align: left;
}
.scarcity-wrap .what-is-95 .items .item .title::after {
  content: '';
  position: absolute;
  top: 42px;
  left: 0;
  width: 5px;
  height: 30px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.scarcity-wrap .what-is-95 .items .item .dec {
  width: 490px;
  margin: 0 auto;
  color: #7b7b7b;
  padding: 28px 0 35px;
  border-top: 1px solid #e5e5e5;
}
.scarcity-wrap .step-wrap {
  padding-bottom: 70px;
}
.scarcity-wrap .step-wrap .title {
  font-weight: 400;
  text-align: center;
  padding: 70px 0 55px;
}
.scarcity-wrap .step-wrap .step-mian {
  display: flex;
  justify-content: space-between;
}
.scarcity-wrap .step-wrap .step-mian .arr {
  height: 14px;
  display: block;
  margin-top: 57px;
}
.scarcity-wrap .step-wrap .step-mian .step-list {
  width: 212px;
  text-align: center;
  cursor: pointer;
}
.scarcity-wrap .step-wrap .step-mian .step-list:hover .name {
  color: #0052d9;
}
.scarcity-wrap .step-wrap .step-mian .step-list .name {
  padding: 18px 0 15px;
}
.scarcity-wrap .step-wrap .step-mian .step-list .dec {
  color: #7B7B7B;
}
.scarcity-wrap .dandle-wrap {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scarcity-wrap .dandle-wrap .btn {
  width: 170px;
  height: 45px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin: 40px auto 0;
}
.scarcity-wrap .dandle-wrap .btn:hover {
  border: 1px solid #2e7dff;
  color: #fff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.scarcity-wrap .why-select-95-1010 {
  padding: 70px 0;
  background: #f5f7fa;
}
.scarcity-wrap .why-select-95-1010 .title {
  font-weight: 400;
  text-align: center;
}
.scarcity-wrap .why-select-95-1010 .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scarcity-wrap .why-select-95-1010 .items .item {
  width: 585px;
  height: 200px;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 50px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.scarcity-wrap .why-select-95-1010 .items .item .icon {
  margin-right: 50px;
}
.scarcity-wrap .why-select-95-1010 .items .item .name {
  padding-bottom: 10px;
}
.scarcity-wrap .why-select-95-1010 .items .item .dec {
  line-height: 23px;
}
.scarcity-wrap .why-select-95-1010 .items .item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.scarcity-wrap .why-select-95-1010.why-select-95 {
  background: #f5f7fa;
}
.choice-wrap .banner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.choice-wrap .banner .title {
  font-weight: 400;
}
.choice-wrap .banner .input-wrapa {
  display: flex;
  align-items: top;
  justify-content: center;
  padding: 30px 0 17px;
}
.choice-wrap .banner .input-wrapa .sc-input {
  width: 735px;
  height: 48px;
  box-sizing: border-box;
  padding: 0 25px;
  background: #ffffff;
  border: 1px solid #ececec;
  font-size: 13px;
  color: #666;
}
.choice-wrap .banner .input-wrapa .btn-submit {
  width: 115px;
  height: 48px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  color: #fff;
  cursor: pointer;
}
.choice-wrap .banner .input-wrapa .btn-submit:hover {
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.choice-wrap .banner .link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.choice-wrap .banner .link-wrap .link-a {
  margin-right: 18px;
}
.choice-wrap .banner .link-wrap .link-a:hover {
  color: linear-gradient(-55deg, #1885f1, #0058d9);
}
.choice-wrap .classification-wrap .title {
  line-height: 82px;
  display: flex;
  align-items: center;
}
.choice-wrap .classification-wrap .title .filter-list {
  min-width: 93px;
  height: 25px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 25px;
  margin-left: 10px;
}
.choice-wrap .classification-wrap .title .filter-list span {
  font-size: 14px;
  color: #333;
}
.choice-wrap .classification-wrap .title .clear {
  font-size: 14px;
  color: #888;
  margin-left: 15px;
}
.choice-wrap .classification-wrap .item {
  padding-bottom: 6px;
  display: flex;
  align-items: top;
}
.choice-wrap .classification-wrap .item .item-name {
  width: 110px;
}
.choice-wrap .classification-wrap .item .list-wrap {
  width: 1090px;
  display: flex;
  flex-wrap: wrap;
}
.choice-wrap .classification-wrap .item .list-wrap .list {
  margin-right: 16px;
  margin-bottom: 16px;
}
.choice-wrap .classification-wrap .item .list-wrap .list .list-form {
  display: flex;
  align-items: center;
}
.choice-wrap .classification-wrap .item .list-wrap .list .list-form .text-input {
  width: 59px;
  height: 21px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  margin-right: 15px;
}
.choice-wrap .classification-wrap .item .list-wrap .list .list-form .input {
  background: transparent;
}
.choice-wrap .classification-wrap .item .list-wrap .list.active .list-a {
  color: #0052d9;
}
.choice-wrap .classification-wrap .item .list-wrap .list:hover .list-a {
  color: #0052d9;
}
.choice-wrap .result-wrap {
  background: #f5f7fa;
  padding-top: 40px;
  padding-bottom: 1px;
}
.choice-wrap .result-wrap .filter-wrap {
  height: 45px;
  padding: 0 40px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  margin: 0px auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choice-wrap .result-wrap .filter-wrap .left {
  display: flex;
  align-items: center;
}
.choice-wrap .result-wrap .filter-wrap .left .a-block {
  display: flex;
  align-items: center;
}
.choice-wrap .result-wrap .filter-wrap .left .a-block .icon {
  margin-left: 4px;
  transform: rotateZ(90deg);
}
.choice-wrap .result-wrap .filter-wrap .left .input-wrap {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.choice-wrap .result-wrap .filter-wrap .left .input-wrap .label {
  padding-right: 20px;
}
.choice-wrap .result-wrap .filter-wrap .left .input-wrap .text-input {
  width: 97px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.choice-wrap .result-wrap .filter-wrap .left .input-wrap .h-g {
  width: 10px;
  height: 0px;
  border: 1px solid #acacac;
  margin: 0 7px;
}
.choice-wrap .result-wrap .filter-wrap .left .input-wrap .submit {
  width: 50px;
  height: 24px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  margin-left: 12px;
  font-size: 14px;
  color: #fff;
}
.choice-wrap .result-wrap .items {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.choice-wrap .result-wrap .items .item {
  width: 190px;
  height: 100px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  margin-bottom: 12px;
  text-align: center;
}
.choice-wrap .result-wrap .items .item .code {
  padding-bottom: 5px;
}
.choice-wrap .result-wrap .items .item:nth-child(6n) {
  margin-right: 0;
}
.choice-wrap .result-wrap .items .item:hover {
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  box-shadow: 0px 0px 30px 0px rgba(108, 45, 0, 0.2);
}
.choice-wrap .result-wrap .items .item:hover .code,
.choice-wrap .result-wrap .items .item:hover .price {
  color: #fff;
}
.choice-wrap #pagination {
  justify-content: center;
  padding-bottom: 30px;
}
.activity-page .banner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.activity-page .banner .title {
  font-weight: 600;
}
.activity-page .banner .dec {
  padding: 20px 0 30px;
}
.activity-page .banner .btn {
  width: 142px;
  height: 40px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
}
.activity-page .banner .btn:hover {
  border: 1px solid #2e7dff;
  color: #fff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.activity-page .spike-wrap {
  padding: 70px 0;
}
.activity-page .spike-wrap .title {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.activity-page .spike-wrap .spike-main {
  display: flex;
  justify-content: space-between;
}
.activity-page .spike-wrap .spike-main .left-count-down {
  padding-top: 40px;
}
.activity-page .spike-wrap .spike-main .left-count-down .count-down {
  width: 291px;
  height: 67px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.activity-page .spike-wrap .spike-main .left-count-down .count-down .text {
  margin-top: 6px;
}
.activity-page .spike-wrap .spike-main .left-count-down .count-down .count-down-text {
  margin: 0 5px;
}
.activity-page .spike-wrap .spike-main .left-count-down .title {
  padding-bottom: 20px;
}
.activity-page .spike-wrap .spike-main .left-count-down .name {
  padding: 20px 0 25px;
}
.activity-page .spike-wrap .spike-main .left-count-down .btn {
  margin: 15px auto 0;
}
.activity-page .spike-wrap .spike-main .right {
  width: 790px;
  height: 470px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.activity-page .spike-wrap .spike-main .right .right-title {
  line-height: 84px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
  text-align: center;
}
.activity-page .spike-wrap .spike-main .right .code-wrap {
  padding: 35px 45px;
  display: flex;
  flex-wrap: wrap;
}
.activity-page .spike-wrap .spike-main .right .code-wrap .code-item {
  width: 195px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 12px 0;
  margin-right: 57px;
  position: relative;
}
.activity-page .spike-wrap .spike-main .right .code-wrap .code-item:nth-child(3n) {
  margin-right: 0;
}
.activity-page .spike-wrap .spike-main .right .code-wrap .code-item .code-mian {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-page .spike-wrap .spike-main .right .code-wrap .code-item .code-mian .icon {
  width: 23px;
  height: 23px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  line-height: 23px;
}
.activity-page .spike-wrap .spike-main .right .code-wrap .code-item .btn {
  width: 195px;
  height: 42px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s all;
}
.activity-page .spike-wrap .spike-main .right .code-wrap .code-item:hover .btn {
  opacity: 1;
}
.activity-page .recommend-wrap {
  padding: 70px 0 40px;
  background: #f6f7fb;
}
.activity-page .recommend-wrap .title {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.activity-page .recommend-wrap .recommend-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activity-page .recommend-wrap .recommend-main .left {
  margin-bottom: 30px;
}
.activity-page .recommend-wrap .recommend-main .item {
  width: 380px;
  height: 470px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.activity-page .recommend-wrap .recommend-main .item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.activity-page .recommend-wrap .recommend-main .item .item-dec {
  padding: 0 32px;
  height: 235px;
  border-bottom: 1px solid #e5e5e5;
}
.activity-page .recommend-wrap .recommend-main .item .item-dec .item-title {
  padding: 35px 0 20px;
  font-weight: 400;
}
.activity-page .recommend-wrap .recommend-main .item .item-dec .time {
  padding: 10px 0 15px;
}
.activity-page .recommend-wrap .recommend-main .item .code-list {
  padding: 0 30px;
}
.activity-page .recommend-wrap .recommend-main .item .code-list .list-title {
  display: flex;
  justify-content: space-between;
  line-height: 51px;
}
.activity-page .recommend-wrap .recommend-main .item .code-list .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activity-page .recommend-wrap .recommend-main .item .code-list .lists .list {
  margin-bottom: 15px;
}
.activity-page .recommend-wrap .recommend-main .item .code-list .lists .list:hover a {
  color: #0052d9;
}
.activity-page .recommend-wrap .recommend-main .item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-top: 1px solid #e5e5e5;
}
.activity-page .recommend-wrap .recommend-main .item .btn:hover {
  color: #0052d9;
}
.activity-page .step-wrap {
  padding: 70px 0;
}
.activity-page .step-wrap .title {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.activity-page .step-wrap .step-main {
  display: flex;
  justify-content: space-between;
}
.activity-page .step-wrap .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 790px;
  height: 470px;
}
.activity-page .step-wrap .items .item {
  width: 380px;
  height: 220px;
  box-sizing: border-box;
  padding: 35px 30px 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.activity-page .step-wrap .items .item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.activity-page .step-wrap .items .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity-page .step-wrap .items .item .top .icon-text {
  color: #E1E1E1;
}
.activity-page .step-wrap .items .item .name {
  padding: 25px 0 10px;
  font-weight: 400;
}
.activity-page .news-400-wrap {
  padding: 70px 0;
  background: #f6f7fb;
}
.activity-page .news-400-wrap .title {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.activity-page .news-400-wrap .news-400-main {
  display: flex;
  justify-content: space-between;
}
.activity-page .news-400-wrap .right {
  width: 790px;
  height: 470px;
  box-sizing: border-box;
  padding: 0 30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.activity-page .news-400-wrap .right .l-j {
  width: 450px;
}
.activity-page .news-400-wrap .right .l-j .l-j-name {
  padding: 25px 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.activity-page .news-400-wrap .right .l-j .l-j-list {
  padding-top: 20px;
}
.activity-page .news-400-wrap .right .l-j .l-j-list .l-j-list-name {
  font-weight: 400;
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
}
.activity-page .news-400-wrap .right .l-j .l-j-list .l-j-list-name::after {
  content: '';
  width: 3px;
  height: 15px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.activity-page .news-400-wrap .right .news-right {
  width: 230px;
}
.activity-page .news-400-wrap .right .news-right .n-r-name {
  padding: 25px 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
}
.activity-page .news-400-wrap .right .news-right .n-r-name a {
  font-weight: normal;
}
.activity-page .news-400-wrap .right .news-right .n-r-list {
  line-height: 32px;
}
.activity-page .news-400-wrap .right .news-right .n-r-list:hover a {
  color: #0052d9;
}
.activity-page .dandle-wrap {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-page .dandle-wrap .btn {
  width: 170px;
  height: 45px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin: 40px auto 0;
}
.activity-page .dandle-wrap .btn:hover {
  border: 1px solid #2e7dff;
  color: #fff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.province-400-page .banner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.province-400-page .banner .title {
  font-weight: 600;
}
.province-400-page .banner .dec {
  padding: 20px 0 30px;
}
.province-400-page .banner .btn {
  width: 142px;
  height: 40px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
}
.province-400-page .banner .btn:hover {
  border: 1px solid #2e7dff;
  color: #fff;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.province-400-page .menu-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.province-400-page .menu-wrap .link {
  height: 60px;
  line-height: 60px;
}
.province-400-page .menu-wrap .link:hover {
  color: #0052d9;
}
.province-400-page .what-is-95 {
  background: #fff;
  padding: 70px 0;
}
.province-400-page .what-is-95 .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.province-400-page .what-is-95 .items .item {
  width: 585px;
  height: 240px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-top: 5px solid #2e7dff;
}
.province-400-page .what-is-95 .items .item:first-child {
  margin-right: 30px;
}
.province-400-page .what-is-95 .items .item:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
.province-400-page .what-is-95 .items .item .title {
  padding: 36px 0 20px 45px;
  position: relative;
  text-align: left;
}
.province-400-page .what-is-95 .items .item .title::after {
  content: '';
  position: absolute;
  top: 42px;
  left: 0;
  width: 5px;
  height: 30px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
}
.province-400-page .what-is-95 .items .item .dec {
  width: 490px;
  margin: 0 auto;
  color: #7b7b7b;
  padding: 28px 0 35px;
  border-top: 1px solid #e5e5e5;
}
.province-400-page .spike-wrap {
  background: #f6f7fb;
  padding: 70px 0;
}
.province-400-page .spike-wrap .spike-main {
  display: flex;
  justify-content: space-between;
}
.province-400-page .spike-wrap .spike-main .left-count-down {
  padding-top: 40px;
}
.province-400-page .spike-wrap .spike-main .left-count-down .count-down {
  width: 291px;
  height: 67px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.province-400-page .spike-wrap .spike-main .left-count-down .title {
  padding-bottom: 20px;
}
.province-400-page .spike-wrap .spike-main .left-count-down .name {
  padding: 20px 0 25px;
}
.province-400-page .spike-wrap .spike-main .left-count-down .btn {
  margin: 15px auto 0;
}
.province-400-page .spike-wrap .spike-main .right {
  width: 790px;
  height: 470px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.province-400-page .spike-wrap .spike-main .right .tab-lists {
  display: flex;
}
.province-400-page .spike-wrap .spike-main .right .tab-lists .tab-list {
  flex: 1;
  line-height: 52px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.province-400-page .spike-wrap .spike-main .right .tab-lists .tab-list.active {
  border-bottom: 0;
  color: #0052d9;
}
.province-400-page .spike-wrap .spike-main .right .tab-lists .tab-list:last-child {
  border-right: 0;
}
.province-400-page .spike-wrap .spike-main .right .code-wrap {
  padding: 35px 45px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.province-400-page .spike-wrap .spike-main .right .code-wrap .code-item {
  width: 195px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 14px 0;
  margin-right: 57px;
  position: relative;
}
.province-400-page .spike-wrap .spike-main .right .code-wrap .code-item:nth-child(3n) {
  margin-right: 0;
}
.province-400-page .spike-wrap .spike-main .right .code-wrap .code-item .code-mian {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.province-400-page .spike-wrap .spike-main .right .code-wrap .code-item .code-mian .icon {
  width: 23px;
  height: 23px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  line-height: 23px;
}
.province-400-page .spike-wrap .spike-main .right .code-wrap .code-item .btn {
  width: 195px;
  height: 42px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s all;
}
.province-400-page .spike-wrap .spike-main .right .code-wrap .code-item:hover .btn {
  opacity: 1;
}
.province-400-page .other-400-wrap {
  padding: 40px 0;
}
.province-400-page .other-400-wrap .other-400-main {
  display: flex;
  justify-content: space-between;
}
.province-400-page .other-400-wrap .other-400-main .right {
  width: 790px;
  height: 470px;
  box-sizing: border-box;
  padding: 0 38px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.province-400-page .other-400-wrap .other-400-main .right .item {
  width: 325px;
  line-height: 42px;
  font-size: 14px;
}
.province-400-page .other-400-wrap .other-400-main .right .item .list-a {
  color: #7b7b7b;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.province-400-page .other-400-wrap .other-400-main .right .item .list-a:hover {
  color: #0052d9;
}
.province-400-page .other-400-wrap .other-400-main .right .item .province-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.province-400-page .other-400-wrap .other-400-main .right .item .province-list .list {
  width: 33%;
}
.province-400-page .other-400-wrap .other-400-main .right .item .province-list .list:last-child {
  text-align: right;
}
.province-400-page .other-400-wrap .other-400-main .right .name {
  padding: 40px 0 20px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
.province-400-page .other-400-wrap .other-400-main .right .r-item .list-a {
  justify-content: space-between;
}
.province-400-page .news-400-wrap {
  padding: 70px 0;
  background: #f6f7fb;
}
.province-400-page .news-400-wrap .title {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.province-400-page .news-400-wrap .news-400-main {
  display: flex;
  justify-content: space-between;
}
.province-400-page .news-400-wrap .right {
  width: 790px;
  height: 470px;
  box-sizing: border-box;
  padding: 0 30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.province-400-page .news-400-wrap .right .l-j {
  width: 450px;
}
.province-400-page .news-400-wrap .right .l-j .l-j-name {
  padding: 25px 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.province-400-page .news-400-wrap .right .l-j .l-j-list {
  padding-top: 20px;
}
.province-400-page .news-400-wrap .right .l-j .l-j-list .l-j-list-name {
  font-weight: 400;
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
}
.province-400-page .news-400-wrap .right .l-j .l-j-list .l-j-list-name::after {
  content: '';
  width: 3px;
  height: 15px;
  background: linear-gradient(-55deg, #1885f1, #0058d9);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.province-400-page .news-400-wrap .right .news-right {
  width: 230px;
}
.province-400-page .news-400-wrap .right .news-right .n-r-name {
  padding: 25px 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
}
.province-400-page .news-400-wrap .right .news-right .n-r-name a {
  font-weight: normal;
}
.province-400-page .news-400-wrap .right .news-right .n-r-list {
  line-height: 32px;
}
.province-400-page .news-400-wrap .right .news-right .n-r-list:hover a {
  color: #0052d9;
}
.province-400-page .step-wrap {
  padding: 70px 0;
}
.province-400-page .step-wrap .title {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.province-400-page .step-wrap .step-main {
  display: flex;
  justify-content: space-between;
}
.province-400-page .step-wrap .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 790px;
  height: 470px;
}
.province-400-page .step-wrap .items .item {
  width: 380px;
  height: 220px;
  box-sizing: border-box;
  padding: 35px 30px 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.province-400-page .step-wrap .items .item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.province-400-page .step-wrap .items .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.province-400-page .step-wrap .items .item .top .icon-text {
  color: #E1E1E1;
}
.province-400-page .step-wrap .items .item .name {
  padding: 25px 0 10px;
  font-weight: 400;
}
.province-400-page .province-400-step-wrap {
  padding: 70px 0;
}
.province-400-page .province-400-step-wrap .title {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.province-400-page .province-400-step-wrap .province-400-step-main {
  display: flex;
  justify-content: space-between;
}
.province-400-page .province-400-step-wrap .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  width: 790px;
  height: 470px;
}
.province-400-page .province-400-step-wrap .items .item {
  width: 250px;
  height: 143px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.province-400-page .province-400-step-wrap .items .item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.province-400-page .province-400-step-wrap .items .item .name {
  padding-bottom: 15px;
  font-weight: 400;
  width: 80%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.province-400-page .province-400-step-wrap .items .item .dec {
  font-weight: 400;
}
.province-400-page .code-wrap {
  background: #f5f7fa;
  padding-bottom: 70px;
}
.province-400-page .code-wrap .title {
  font-weight: 400;
  padding: 70px 0 0px;
}
.province-400-page .code-wrap .name {
  display: flex;
  padding-bottom: 18px;
  padding-top: 30px;
  justify-content: space-between;
}
.province-400-page .code-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 34px;
}
.province-400-page .code-wrap .list-wrap .list {
  margin-right: 34px;
}
.province-400-page .code-wrap .list-wrap .list .list-a {
  display: block;
}
.province-400-page .code-wrap .list-wrap .list .list-a:hover {
  color: #0052d9;
}
