html {
  font-family: 'Helvetica Neue', 'Microsoft YaHei', Helvetica, STHeiTi, Arial, sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #f9f9f9;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #2C6DE4;
}
a:hover {
  opacity: 0.7;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: 'Helvetica Neue', 'Microsoft YaHei', Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.fn-grid {
  width: 1190px;
  margin: 0 auto;
}
.fn-grid:before,
.fn-grid:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.index-page .banner-box {
  height: 600px;
  background-image: url('../images/banner01.jpg');
  background-size: 100% 600px;
  background-position: center;
  background-repeat: no-repeat;
}
.index-page .banner-box .centr-box {
  width: 1190px;
  position: relative;
  margin: 0 auto;
}
.index-page .banner-box .link-box {
  display: block;
  position: absolute;
  width: 197px;
  height: 60px;
  top: 462px;
  border-radius: 20px;
  cursor: pointer;
}
.index-page .banner-box .link-box.left {
  left: 0;
}
.index-page .banner-box .link-box.right {
  left: 227px;
}
.index-page .part1 {
  padding: 40px 0;
  background: url('../images/background-img.png');
}
.index-page .part1 .main {
  width: 1190px;
  position: relative;
  margin: 0 auto;
}
.index-page .part1 .line-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-page .part1 .line-flex.foot {
  margin-top: 140px;
}
.index-page .part1 .line-flex .box-item {
  width: 550px;
}
.index-page .part1 .line-flex .box-item.big {
  width: 750px;
}
.index-page .part1 .line-flex .box-item.small {
  width: 400px;
}
.index-page .part1 .line-flex .box-item .card-title-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
  padding-bottom: 2px;
}
.index-page .part1 .line-flex .box-item .card-title-box .title {
  color: #333;
  font-size: 16px;
  position: relative;
}
.index-page .part1 .line-flex .box-item .card-title-box .title::after {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 2px;
  left: 0;
  width: 63px;
  background: #3564FF;
}
.index-page .part1 .line-flex .box-item .card-title-box .sub-title {
  color: #A3A3A3;
  margin-left: 14px;
}
.index-page .part1 .line-flex .box-item .card-title-box .see-more {
  position: absolute;
  right: 0;
  color: #3564FF;
}
.index-page .part1 .line-flex .box-item .content-box {
  margin-top: 20px;
}
.index-page .part1 .line-flex .box-item .content-box .image-font-box {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 10px 40px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#577dfb), to(#6898F8));
  background: -moz-linear-gradient(left, #577dfb, #6898F8);
  background: linear-gradient(90deg, #577dfb, #6898F8);
}
.index-page .part1 .line-flex .box-item .content-box .image-font-box img {
  border-radius: 10px 0 0 10px;
}
.index-page .part1 .line-flex .box-item .content-box .image-font-box .font-content {
  padding: 18px;
  overflow: hidden;
  color: #fff;
}
.index-page .part1 .line-flex .box-item .content-box .image-font-box .font-content .font-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-page .part1 .line-flex .box-item .content-box .image-font-box .font-content .content-detail {
  margin-top: 10px;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-page .part1 .line-flex .box-item .content-box .content-list-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-page .part1 .line-flex .box-item .content-box .content-list-box .content-item {
  height: 290px;
  width: 365px;
  border-radius: 0px;
  background-color: #f6f6f6;
  padding: 46px 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.index-page .part1 .line-flex .box-item .content-box .content-list-box .content-item.first {
  margin-bottom: 0px;
}
.index-page .part1 .line-flex .box-item .content-box .content-list-box .content-item.icon-1 {
  background-image: url('../images/icon-1.png');
}
.index-page .part1 .line-flex .box-item .content-box .content-list-box .content-item.icon-2 {
  background-image: url('../images/icon-2.png');
}
.index-page .part1 .line-flex .box-item .content-box .content-list-box .content-item.icon-3 {
  background-image: url('../images/icon-3.png');
}
.index-page .part1 .line-flex .box-item .content-box .content-list-box .content-item.icon-4 {
  background-position: 200px -8px;
  background-image: url('../images/icon-4.png');
}
.index-page .part1 .line-flex .box-item .content-box .content-list-box .content-item .title {
  color: #333;
  font-size: 18px;
}
.index-page .part1 .line-flex .box-item .content-box .content-list-box .content-item .sub-title {
  color: #a3a3a3;
  font-size: 12px;
  margin-top: 4px;
}
.index-page .part1 .line-flex .box-item .link-item {
  display: block;
  position: relative;
  color: #333;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 14px;
}
.index-page .part1 .line-flex .box-item .link-item::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #4265F6;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.index-page .part1 .line-flex .box-item .link-item .top-pin-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #e84c4c;
  border: 1px solid #e84c4c;
  border-radius: 3px;
  padding: 0 3px;
  margin-right: 4px;
  line-height: 18px;
  vertical-align: middle;
  font-style: normal;
}
.index-page .part1 .line-flex .box-item .link-item:has(.top-pin-badge)::before {
  display: none;
}
.index-page .part1 .line-flex .box-item .link-item:has(.top-pin-badge) {
  padding-left: 0;
}
.index-page .part1 .swiper-box {
  height: 350px;
}
.index-page .part1 .swiper-box .carousel-item {
  height: 300px;
}
.index-page .part1 .swiper-box img {
  height: 300px;
  width: 100%;
}
.index-page .part1 .blue-box {
  background-color: #577dfb;
  background-image: url('../images/fuhao.png');
  background-repeat: no-repeat;
  background-position: 40px 30px;
  margin-top: 30px;
  color: #fff;
  padding: 58px 50px;
  position: relative;
}
.index-page .part1 .blue-box .box-title,
.index-page .part1 .blue-box .box-content {
  width: 500px;
}
.index-page .part1 .blue-box .box-title {
  font-size: 18px;
  margin-bottom: 16px;
}
.index-page .part1 .blue-box .box-content {
  font-size: 16px;
}
.index-page .part1 .blue-box .see-detail {
  display: block;
  height: 36px;
  width: 120px;
  border-radius: 5px;
  line-height: 36px;
  text-align: center;
  opacity: 0.8;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 20px;
}
.index-page .part1 .blue-box .abo-image {
  position: absolute;
  height: 330px;
  width: 520px;
  left: 600px;
  top: 50px;
  border-radius: 15px;
}
.index-page .part2 {
  height: 854px;
  background: url('../images/part2-bg.png') #3564FF;
  background-size: auto 854px;
  padding-top: 80px;
}
.index-page .part2 .part-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url('../images/book.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 80px;
}
.index-page .part2 .course-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1190px;
  margin: 0 auto;
  margin-top: 70px;
}
.index-page .part2 .course-list .course-item {
  color: #fff;
  width: 370px;
}
.index-page .part2 .course-list .course-item img {
  height: 260px;
  width: 370px;
}
.index-page .part2 .course-list .course-item .course-title {
  margin: 20px 0 10px 0;
  font-size: 16px;
}
.index-page .part2 .course-list .course-item .course-content {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 12px;
}
.index-page .part2 .course-list .course-item .course-info {
  margin-top: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-page .part2 .course-list .course-item .course-info .teacher-name,
.index-page .part2 .course-list .course-item .course-info .course-name {
  font-size: 12px;
  padding-left: 22px;
  background-position: left;
  background-repeat: no-repeat;
}
.index-page .part2 .course-list .course-item .course-info .teacher-name {
  background-image: url('../images/part2-user.png');
  margin-right: 14px;
}
.index-page .part2 .course-list .course-item .course-info .course-name {
  background-image: url('../images/part2-course.png');
}
.index-page .part2 .see-more-btn {
  text-align: center;
  margin: 60px auto;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 147px;
  border-radius: 50px;
}
.index-page .part2 .see-more-btn:hover {
  opacity: 0.8;
}
.index-page .part3 {
  background: url('../images/background-img.png');
  padding: 80px 0;
}
.index-page .part3 .part-title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  //background: url('../images/part3-icon.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 80px;
}
.index-page .part3 .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #F3F8FF;
  border-radius: 50px;
  width: 480px;
  margin: 0 auto;
  margin-top: 40px;
}
.index-page .part3 .tabs .tabs-item {
  background: #F3F8FF;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #3564FF;
  cursor: pointer;
}
.index-page .part3 .tabs .tabs-item:first-child {
  border-radius: 50px 0 0 50px;
}
.index-page .part3 .tabs .tabs-item:last-child {
  border-radius: 0 50px 50px 0;
}
.index-page .part3 .tabs .tabs-item.active {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#3F75E6), color-stop(0.01%, #5A9CFF), to(#3564FF));
  background: -moz-linear-gradient(right, #3F75E6 0%, #5A9CFF 0.01%, #3564FF 100%);
  background: linear-gradient(270deg, #3F75E6 0%, #5A9CFF 0.01%, #3564FF 100%);
  border-radius: 50px;
}
.index-page .part3 .zhuanye-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1190px;
  margin: 30px auto;
}
.index-page .part3 .zhuanye-list .zhuanye-item {
  width: 150px;
  height: 234px;
  background-color: #fff;
  cursor: pointer;
}
.index-page .part3 .zhuanye-list .zhuanye-item .zhuanye-title {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.index-page .part3 .zhuanye-list .zhuanye-item .big {
  display: none;
  height: 234px;
  width: 520px;
  border-radius: 0px;
  background: url('../images/zy-bg.png') #577dfb;
  color: #fff;
  padding: 40px;
}
.index-page .part3 .zhuanye-list .zhuanye-item .big .line {
  margin-top: 25px;
  height: 4px;
  width: 20px;
  background: #7B8FFF;
}
.index-page .part3 .zhuanye-list .zhuanye-item .big .link-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-page .part3 .zhuanye-list .zhuanye-item .big .link-list a {
  margin-right: 20px;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 4px;
}
.index-page .part3 .zhuanye-list .zhuanye-item .small {
  padding: 40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 160px;
  border-right: 1px solid #577dfb;
  border-top: 1px solid #577dfb;
  border-bottom: 1px solid #577dfb;
}
.index-page .part3 .zhuanye-list .zhuanye-item .small:first {
  border-left: 1px solid #F5F6FA;
}
.index-page .part3 .zhuanye-list .zhuanye-item .small.jisuanji {
  background-image: url('../images/jinji.png');
}
.index-page .part3 .zhuanye-list .zhuanye-item .small.jinji {
  background-image: url('../images/jinji.png');
}
.index-page .part3 .zhuanye-list .zhuanye-item .small.jianzhu {
  background-image: url('../images/jianzhu.png');
}
.index-page .part3 .zhuanye-list .zhuanye-item .small.yishu {
  background-image: url('../images/yishu.png');
}
.index-page .part3 .zhuanye-list .zhuanye-item .small.falv {
  background-image: url('../images/falv.png');
}
.index-page .part3 .zhuanye-list .zhuanye-item.active {
  width: 520px;
}
.index-page .part3 .zhuanye-list .zhuanye-item.active .zhuanye-title {
  text-align: left;
}
.index-page .part3 .zhuanye-list .zhuanye-item.active .small {
  display: none;
}
.index-page .part3 .zhuanye-list .zhuanye-item.active .big {
  display: block;
}

.notice-banner-box {
  height: 300px;
  background: url('../images/notice-banner.png') center;
  background-size: auto 300px;
}
.notice-banner-box .page-title {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 120px;
}
.grid {
  width: 1190px;
  margin: 0 auto;
}
.notice-link-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #A3A3A3;
  margin-top: 30px;
}
.notice-link-list a {
  color: #A3A3A3;
}
.notice-list {
  margin-top: 20px;
  min-height: 500px;
}
.notice-list .notice-list-item {
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  margin-top: 20px;
  display: block;
  cursor: pointer;
}
.notice-list .notice-list-item:first-child {
  margin-top: 0;
}
.notice-list .notice-list-item:last-child {
  border-bottom: 0;
}
.notice-list .notice-list-item.top .notice-title {
  padding-left: 38px;
  background: url('../images/notice-top.png') no-repeat left;
}
.notice-list .notice-list-item .notice-title {
  font-size: 16px;
  color: #333;
  width: 1000px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-list .notice-list-item .notice-content {
  color: #A3A3A3;
  margin-top: 6px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice-list .notice-list-item .notice-time {
  position: absolute;
  padding-left: 20px;
  background: url('../images/notice-time.png') no-repeat left;
  color: #A3A3A3;
  right: 0;
  top: 3px;
}
.paging-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.paging-box .layui-laypage-em {
  background-color: #4063F6 !important;
}
.paging-box .layui-laypage a:hover {
  color: #4063F6 !important;
}

.form-pages {
  width: 1190px;
  margin: 0 auto;
}
.form-pages *,
.form-pages *::before,
.form-pages *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-pages .link-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.form-pages .link-box .home {
  padding-left: 19px;
  background: url('../images/home.png') no-repeat;
  background-size: 16px;
  display: block;
  background-position: left center;
  color: #000;
  margin-right: 6px;
}
.form-pages .link-box .now {
  margin-left: 6px;
  color: #828080;
}
.form-pages .form-box {
  background: #fff;
  padding: 32px 134px;
}
.form-pages .form-box .form-title {
  color: #333;
  padding-left: 20px;
  font-size: 16px;
  border-left: 3px solid #3564FF;
}
.form-pages .form-box .form-model {
  margin-top: 80px;
}
.form-pages .form-box .form-model .layui-form .layui-form-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.form-pages .form-box .form-model .layui-form .layui-form-item.top {
  margin-top: 20px;
}
.form-pages .form-box .form-model .layui-form .layui-form-item.need .layui-form-label {
  color: #A3A3A3;
}
.form-pages .form-box .form-model .layui-form .layui-form-item .layui-form-label {
  width: 130px;
  text-align: left;
  color: #333;
}
.form-pages .form-box .form-model .layui-form .layui-form-item .layui-input-block {
  width: 300px;
  margin-left: 4px;
  position: relative;
}
.form-pages .form-box .form-model .layui-form .layui-form-item .layui-input-block .code {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #3564FF;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form-pages .form-box .form-model .layui-form .submit {
  background: -webkit-gradient(linear, right top, left top, from(#3F75E6), color-stop(0.01%, #5A9CFF), to(#3564FF));
  background: -moz-linear-gradient(right, #3F75E6 0%, #5A9CFF 0.01%, #3564FF 100%);
  background: linear-gradient(270deg, #3F75E6 0%, #5A9CFF 0.01%, #3564FF 100%);
  height: 40px;
  width: 180px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-left: 256px;
  margin-top: 50px;
}
.form-pages .form-box .form-model .layui-form .submit:hover {
  opacity: 0.8;
}

.introduce-page *,
.introduce-page *::before,
.introduce-page *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.introduce-page .grid {
  width: 1190px;
  margin: 0 auto;
}
.introduce-page .see-detail {
  height: 40px;
  width: 147px;
  border-radius: 50px;
  display: block;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  -webkit-box-shadow: 0px 1px 9px 2px #f9af85;
          box-shadow: 0px 1px 9px 2px #f9af85;
  background: -webkit-gradient(linear, right top, left top, from(#FF9D0B), to(#FF6813));
  background: -moz-linear-gradient(right, #FF9D0B 0%, #FF6813 100%);
  background: linear-gradient(270deg, #FF9D0B 0%, #FF6813 100%);
}
.introduce-page .see-detail.round {
  width: 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66px;
  line-height: 20px;
  margin-top: 0;
}
.introduce-page .layui-table {
  width: 990px;
  margin-bottom: 0;
}
.introduce-page .layui-table tbody tr:hover {
  background: transparent;
}
.introduce-page .layui-table td,
.introduce-page .layui-table th {
  padding: 18px 10px;
}
.introduce-page .layui-table td:hover,
.introduce-page .layui-table th:hover {
  background: transparent;
}
.introduce-page .banner {
  height: 598px;
  background: url('../images/page3-banner.png') center;
  background-size: auto 598px;
}
.introduce-page .banner .grid {
  position: relative;
}
.introduce-page .banner .grid a {
  display: block;
  position: absolute;
  height: 40px;
  width: 147px;
  left: 674px;
  top: 370px;
  border-radius: 50px;
}
.introduce-page .step-list {
  margin-top: -100px;
  background: url('../images/page3-step-bg.png') no-repeat bottom;
  background-size: auto 491px;
}
.introduce-page .step-list .main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.introduce-page .step-list .step-item {
  height: 245px;
  width: 300px;
  border-radius: 10px 10px 50px 10px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  padding: 38px;
  -webkit-box-shadow: 0px 0px 13px 0px #d1cfcf;
          box-shadow: 0px 0px 13px 0px #d1cfcf;
}
.introduce-page .step-list .step-item .number {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3564FF), to(#35AAFF));
  background: -moz-linear-gradient(top, #3564FF 50%, #35AAFF 100%);
  background: linear-gradient(180deg, #3564FF 50%, #35AAFF 100%);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 6px 10px 10px 6px;
  border-radius: 10px 0 40px 0;
}
.introduce-page .step-list .step-item .step-item-title {
  color: #333;
  font-size: 16px;
  position: relative;
}
.introduce-page .step-list .step-item .step-item-title::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background: #6B8EFF;
  top: 40px;
}
.introduce-page .step-list .step-item .step-item-content {
  color: #A3A3A3;
  margin-top: 36px;
}
.introduce-page .step-list .step-box-title {
  height: 245px;
  width: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduce-page .step-list .step-box-title .title {
  color: #3564FF;
  font-size: 28px;
  font-weight: bold;
}
.introduce-page .step-list .step-box-title .sub-title {
  color: #3564FF;
  margin-top: 16px;
}
.introduce-page .box-title {
  text-align: center;
  font-size: 28px;
  color: #3564FF;
  font-weight: bold;
  position: relative;
}
.introduce-page .box-title::after {
  position: absolute;
  content: '';
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  top: 60px;
  width: 40px;
  height: 2px;
  background: #3564FF;
}
.introduce-page .box-title.no::after {
  display: none;
}
.introduce-page .box-title.white {
  color: #fff;
}
.introduce-page .box-title.white::after {
  background: #fff;
}
.introduce-page .zhuanye-box {
  height: 600px;
  padding-top: 50px;
  position: relative;
  background: url('../images/background-img.png');
}
.introduce-page .zhuanye-box .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #F3F8FF;
  border-radius: 50px;
  width: 480px;
  margin: 0 auto;
  margin-top: 50px;
}
.introduce-page .zhuanye-box .tabs .tabs-item {
  background: #F3F8FF;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #3564FF;
  cursor: pointer;
}
.introduce-page .zhuanye-box .tabs .tabs-item:first-child {
  border-radius: 50px 0 0 50px;
}
.introduce-page .zhuanye-box .tabs .tabs-item:last-child {
  border-radius: 0 50px 50px 0;
}
.introduce-page .zhuanye-box .tabs .tabs-item.active {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#3F75E6), color-stop(0.01%, #5A9CFF), to(#3564FF));
  background: -moz-linear-gradient(right, #3F75E6 0%, #5A9CFF 0.01%, #3564FF 100%);
  background: linear-gradient(270deg, #3F75E6 0%, #5A9CFF 0.01%, #3564FF 100%);
  border-radius: 50px;
}
.introduce-page .zhuanye-box .image-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 20px;
  background: #fff url('../images/table-icon.png') no-repeat;
  background-position: 18px 18px;
  -webkit-box-shadow: 0 3px 8px 0 #d3cfcf;
          box-shadow: 0 3px 8px 0 #d3cfcf;
  border-radius: 14px;
}
.introduce-page .zhuanye-box .image-box img {
  position: absolute;
  top: 20px;
  left: 10px;
}
.introduce-page .zhuanye-box .image-box .mask {
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.9)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 80%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 80%);
}
.introduce-page .zhuanye-box .image-box .see-all {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #FF782D;
}
.introduce-page .zhuanye-box .image-box .see-all::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 40px;
  height: 2px;
  background: #FF782D;
}
.introduce-page .wangdian-box {
  height: 540px;
  border-radius: 0px;
  padding-top: 54px;
  background: url('../images/wangdian-box.png');
}
.introduce-page .wangdian-box .wangdian-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introduce-page .wangdian-box .wangdian-list .wangdian-item {
  height: 220px;
  width: 200px;
  border-radius: 20px;
  background: #fff;
}
.introduce-page .wangdian-box .wangdian-list .wangdian-item .wangdian-city {
  border-radius: 20px 20px 0 0;
  height: 110px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 100px;
  background: #3564FF url('../images/wangdian-bg.png') center;
}
.introduce-page .wangdian-box .wangdian-list .wangdian-item .wangdian-detail {
  padding: 20px;
  text-align: center;
  color: #333;
}

.introduce-page .wangdian-box .mianshi-list .list-item {
  padding: 0 10px;
  height: 30px;
  color: #fff;
  width:960px;
  display:block;
  background: linear-gradient(270deg, #3F75E6 0%, #5A9CFF 0.01%, #3564FF 100%);
  border-radius: 20px;
  font-size: 12px;
  margin: auto;
  margin-bottom:20px;
  line-height: 30px;
  text-align: center;
}

.introduce-page .wangdian-box .link {
  margin: 40px auto;
}
.introduce-page .price-box {
  height: 710px;
  padding-top: 50px;
  background: url('../images/background-img.png');
}
.introduce-page .price-box .link {
  margin: 20px auto;
}
.introduce-page .price-box .price-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.introduce-page .price-box .price-list .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 724px;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introduce-page .price-box .price-list .right {
  float: right;
}
.introduce-page .price-box .price-list .right .item {
  height: 290px;
  width: 280px;
  background: url('../images/border-price-2.png');
}
.introduce-page .price-box .price-list .item {
  margin-bottom: 30px;
  padding: 20px;
  min-height: 130px;
  width: 260px;
  text-align: center;
  border: 1px solid;
  border-color: #ff6813;
  border-radius: 5px; 
}
.introduce-page .price-box .price-list .item .price {
  font-size: 20px;
  color: #333;
  position: relative;
}
.introduce-page .price-box .price-list .item .price::before {
  width: 150px;
  height: 3px;
  background: #FE583A;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.introduce-page .price-box .price-list .item .price::after {
  width: 4px;
  height: 3px;
  background: #fff;
  content: '';
  position: absolute;
  left: 36%;
  bottom: -8px;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.introduce-page .price-box .price-list .item .city {
  margin-top: 30px;
  color: #333;
}
.introduce-page .price-box .price-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  width: 876px;
  margin-top: 60px;
  padding-left: 100px;
}
.introduce-page .price-box .price-footer .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 540px;
}
.introduce-page .price-box .price-footer .list .list-item {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #3564FF;
  border-radius: 50px;
  font-size: 12px;
}
.introduce-page .price-box .price-footer .list .list-item:first-child {
  margin-right: 10px;
}
.introduce-page .price-box .price-footer .list .list-item:last-child {
  margin-left: 10px;
}
.introduce-page .last-box {
  height: 443px;
  background: url('../images/part4-bg1.png'), url('../images/part4-bg.png');
  padding-top: 50px;
}
.introduce-page .last-box .last-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.introduce-page .last-box .last-list .item {
  height: 173px;
  width: 324px;
  background: url('../images/border.png') center no-repeat;
  color: #fff;
  background-size: 324px 173px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.introduce-page .last-box .last-list .item.center {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.introduce-page .last-box .last-list .item .image {
  margin-right: 20px;
  border: 8px solid #fff;
}
.introduce-page .last-box .last-list .item .name {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.introduce-page .last-box .last-list .item .name.zixun {
  text-align: center;
}
.introduce-page .last-box .last-list .item .name.zixun::after {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -10px;
  width: 30px;
  height: 2px;
  background: #fff;
}
.introduce-page .last-box .last-list .item .talk-btn {
  display: block;
  height: 36px;
  width: 120px;
  background: #fff;
  color: #3846C9;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  margin-top: 30px;
}

.rules-banner {
  height: 240px;
  background-image: url('../images/rules-bg-2.png'), url('../images/rules-bg.png');
  background-repeat: no-repeat;
  background-size: auto 240px;
  background-position: center;
}
.rules-banner .main {
  width: 1190px;
  margin: 0 auto;
  padding-top: 110px;
}
.rules-banner .title {
  color: #fff;
  font-size: 36px;
}
.rules-banner .link-list {
  text-align: right;
  color: #fff;
}
.rules-banner .link-list a {
  color: #fff;
}
.rules-main {
  width: 1190px;
  margin: 0 auto;
  background: #fff;
  min-height: 200px;
  margin-top: -40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.rules-main .left-box {
  width: 300px;
  border-right: 1px solid #F4F4F4;
}
.rules-main .left-box .menu-item a {
  display: block;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  padding-left: 80px;
  color: #333;
}
.rules-main .left-box .menu-item a::before {
  content: '-';
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.rules-main .left-box .menu-item.active a {
  color: #fff;
  background: #185EE2;
}
.rules-main .left-box .menu-item.active .menu-childen {
  margin-top: 10px;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 10px;
}
.rules-main .left-box .menu-item.active .menu-childen-item {
  background: #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  border-bottom: 0;
}
.rules-main .left-box .menu-item.active .menu-childen-item.active {
  color: #185EE2;
}
.rules-main .left-box .menu-item.active .menu-childen-item::before {
  display: none;
}
.rules-main .left-box .menu-item.active .menu-childen-item::after {
  content: '>';
  position: absolute;
  right: 40px;
}
.rules-main .left-box .join-box {
  display: block;
  height: 80px;
  width: 300px;
  color: #fff;
  line-height: 80px;
  -webkit-box-shadow: 0px 5px 9px 1px #ccc9c9;
          box-shadow: 0px 5px 9px 1px #ccc9c9;
  font-size: 18px;
  padding-left: 54px;
  margin-top: 20px;
  background: #185EE2 url('../images/lijibaoming.png') no-repeat center;
}
.rules-main .right-box {
  width: 890px;
  padding: 26px 60px;
}
.rules-main .right-box .right-box-title {
  color: #185EE2;
  font-size: 16px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
  padding-left: 20px;
  position: relative;
}
.rules-main .right-box .right-box-title::before {
  content: '';
  width: 3px;
  height: 20px;
  background: #185EE2;
  position: absolute;
  left: 0;
  top: 2px;
}
.rules-main .right-box .content-detail {
  padding-top: 46px;
}
.rules-main .right-box .content-detail .title {
  font-size: 20px;
  text-align: center;
}
.rules-main .right-box .content-detail .content {
  color: #767676;
  margin-top: 30px;
  line-height: 24px;
}

.form-pages {
  width: 1190px;
  margin: 0 auto;
}
.form-pages *,
.form-pages *::before,
.form-pages *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-pages .link-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.form-pages .link-box .home {
  padding-left: 19px;
  background: url('../images/home.png') no-repeat;
  background-size: 16px;
  display: block;
  background-position: left center;
  color: #000;
  margin-right: 6px;
}
.form-pages .link-box .now {
  margin-left: 6px;
  color: #828080;
}
.form-pages .form-box {
  background: #fff;
  padding: 32px 134px;
}
.form-pages .form-box .form-title {
  color: #333;
  padding-left: 20px;
  font-size: 16px;
  border-left: 3px solid #3564FF;
}
.form-pages .form-box .form-model {
  margin-top: 40px;
}
.form-pages .form-box .form-model .layui-form .layui-form-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.form-pages .form-box .form-model .layui-form .layui-form-item.top {
  margin-top: 20px;
}
.form-pages .form-box .form-model .layui-form .layui-form-item.need .layui-form-label {
  color: #A3A3A3;
}
.form-pages .form-box .form-model .layui-form .layui-form-item .layui-form-label {
  width: 130px;
  text-align: left;
  color: #333;
}
.form-pages .form-box .form-model .layui-form .layui-form-item .layui-input-block {
  width: 300px;
  margin-left: 4px;
  position: relative;
}
.form-pages .form-box .form-model .layui-form .layui-form-item .layui-input-block .code {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #3564FF;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form-pages .form-box .form-model .layui-form .submit {
  background: -webkit-gradient(linear, right top, left top, from(#3F75E6), color-stop(0.01%, #5A9CFF), to(#3564FF));
  background: -moz-linear-gradient(right, #3F75E6 0%, #5A9CFF 0.01%, #3564FF 100%);
  background: linear-gradient(270deg, #3F75E6 0%, #5A9CFF 0.01%, #3564FF 100%);
  height: 40px;
  width: 180px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-left: 256px;
  margin-top: 50px;
}
.form-pages .form-box .form-model .layui-form .submit:hover {
  opacity: 0.8;
}

.footer-box {
  height: 268px;
  background: #1D1F35;
}
.footer-box .main-box {
  width: 1190px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0 30px 0;
  position: relative;
}
.footer-box .main-box .logo {
  color: #fff;
  font-size: 16px;
  background: url('../images/footer-icon.png') no-repeat left;
  padding-left: 6px;
}
.footer-box .main-box .logo img {
  position: relative;
  top: 3px;
}
.footer-box .main-box .col-item {
  color: #fff;
}
.footer-box .main-box .col-item .content-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.footer-box .main-box .col-item .content-item .title {
  margin-right: 18px;
  padding-left: 18px;
  position: relative;
}
.footer-box .main-box .col-item .content-item .title::before {
  content: '';
  width: 2px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #656565;
}
.footer-box .main-box .col-item .content-item .value {
  color: #9FA1B6;
}
.footer-box .main-box .copy-right {
  position: absolute;
  color: #AFAFAF;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 12px;
}

.notice-banner-box {
  height: 300px;
  background: url('../images/notice-banner.png') center;
  background-size: auto 300px;
}
.notice-banner-box .page-title {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 120px;
}
.grid {
  width: 1190px;
  margin: 0 auto;
}
.notice-link-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #A3A3A3;
  margin-top: 30px;
}
.notice-link-list a {
  color: #A3A3A3;
}
.notice-list {
  margin-top: 20px;
}
.notice-list .notice-list-item {
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  margin-top: 20px;
  display: block;
  cursor: pointer;
}
.notice-list .notice-list-item:first-child {
  margin-top: 0;
}
.notice-list .notice-list-item:last-child {
  border-bottom: 0;
}
.notice-list .notice-list-item.top .notice-title {
  padding-left: 38px;
  background: url('../images/notice-top.png') no-repeat left;
}
.notice-list .notice-list-item .notice-title {
  font-size: 16px;
  color: #333;
  width: 1000px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-list .notice-list-item .notice-content {
  color: #A3A3A3;
  margin-top: 6px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice-list .notice-list-item .notice-time {
  position: absolute;
  padding-left: 20px;
  background: url('../images/notice-time.png') no-repeat left;
  color: #A3A3A3;
  right: 0;
  top: 3px;
}
.paging-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.paging-box .layui-laypage-em {
  background-color: #4063F6 !important;
}
.paging-box .layui-laypage a:hover {
  color: #4063F6 !important;
}

.header-box {
  background: #fff;
  height: 80px;
}
.header-box .main {
  width: 1190px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header-box .main .logo {
  color: #3341C4;
  font-size: 20px;
  background: url('../images/header-icon.png') no-repeat left;
}
.header-box .main .logo img {
  position: relative;
  top: 3px;
}
.header-box .main .tabbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-box .main .tabbar .tabbar-item {
  margin: 0 16px;
  cursor: pointer;
  display: block;
  color: #333;
  padding-bottom: 8px;
}
.header-box .main .tabbar .tabbar-item:hover {
  color: #3341C4;
}
.header-box .main .tabbar .tabbar-item.active {
  color: #3341C4;
  border-bottom: 2px solid #3341C4;
}
.header-box .main .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-box .main .buttons .btn {
  width: 70px;
  height: 36px;
  border-radius: 5px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.header-box .main .buttons .btn:hover {
  opacity: 0.8;
}
.header-box .main .buttons .btn.line {
  border: 1px solid #3564FF;
  color: #3564FF;
  margin-right: 10px;
}
.header-box .main .buttons .btn.fill {
  background: #3564FF;
  color: #fff;
  border-radius: 5px 5px 15px 5px;
}
.page-register-noticelayer .foot {
  text-align: center;
  padding: 0 20px 20px 20px;
}
.page-register-noticelayer .foot .checkbox {
  margin-bottom: 10px;
}
.ui-fixtool {
  position: fixed;
  background: #577dfb;
  width: 66px;
  padding: 0 4px;
  top: 70%;
  right: 10px;
  border-radius:5px;
}
.ui-fixtool a {
  padding: 10px 0;
  text-align: center;
  display: block;
}
.ui-fixtool a .img {
  display: block;
}
.ui-fixtool a .img img {
  width: 40px;
  height: 40px;
}
.ui-fixtool a .text {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-top: 6px;
}
.faq-detail {
  padding-top: 10px;
}
.faq-detail .faq-list {
  padding: 20px;
}
.faq-detail .faq-list .item.active .hd i {
  background: url('../images/vector-on.png') no-repeat;
}
.faq-detail .faq-list .item.active .hd span {
  color: #185EE2;
}
.faq-detail .faq-list .item.active .bd {
  display: block;
}
.faq-detail .faq-list .item .hd {
  position: relative;
  padding-left: 40px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #F4F4F4;
  cursor: pointer;
}
.faq-detail .faq-list .item .hd i {
  width: 12px;
  height: 12px;
  position: absolute;
  background: url('../images/vector.png') no-repeat;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.faq-detail .faq-list .item .hd span {
  font-size: 20px;
  color: #333333;
}
.faq-detail .faq-list .item .bd {
  display: none;
  padding: 20px 0 20px 40px;
}
.faq-detail .faq-list .item .bd .child-item .title {
  position: relative;
  padding-left: 34px;
}
.faq-detail .faq-list .item .bd .child-item .title i {
  padding: 2px 4px;
  background: #333;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  position: absolute;
  left: 0px;
  top: 2px;
}
.faq-detail .faq-list .item .bd .child-item .title i::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 6px solid transparent;
  border-top: 4px solid #333;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.faq-detail .faq-list .item .bd .child-item .title span {
  font-size: 18px;
}
.faq-detail .faq-list .item .bd .child-item .main {
  padding: 10px 10px;
  color: #767676;
  line-height: 28px;
}

.ui-login-content .login-layer-content {
  padding: 10px 30px;
}
.ui-login-content .login-layer-content .layui-this {
  color: #2C6DE4;
}
.ui-login-content .login-layer-content .layui-tab-content {
  padding-top: 30px;
}
.ui-login-content .login-layer-content .layui-form-item {
  margin-bottom: 30px;
}
.ui-login-content .login-layer-content .qrcode-content {
  text-align: center;
}
.ui-login-content .login-layer-content .qrcode-content img {
  width: 180px;
  height: 180px;
}

.ui-password .password-input .icon-password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  background-image: url('../images/icon-password-eye.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.ui-password .password-input .icon-password-eye.on {
  background-image: url('../images/icon-password-uneye.png');
}



.page-register .page-register-main {
  background: #fff;
  padding: 20px 0;
  margin: 20px 0;
}
.page-register .page-register-main .register-head {
  margin-bottom: 40px;
  padding: 0 30px;
}
.page-register .page-register-main .register-head .register-quote {
  padding: 0 15px;
  margin: 30px 50px;
  background-color: initial;
  font-size: 16px;
}

.page-register .page-register-main .layui-form {
  padding: 0 200px;
}
.page-register .page-register-main .register-login {
  padding: 0 380px;
}
.page-register .page-register-main .register-login .layui-form {
  padding: 0;
}
.page-register .page-register-main .register-login .layui-form-item {
  width: 100%;
}
.page-register .page-register-main .register-login .login-layer-content {
  padding: 0;
}
.page-register .page-register-main .layui-form-item {
  width: 580px;
}
.page-register .page-register-main .layui-form-item .layui-form-label {
  font-size: 14px;
  color: #333;
  width: 160px;
}
.page-register .page-register-main .layui-form-item .layui-input-block {
  margin-left: 190px;
}
.page-register .page-register-main .layui-form-item a:hover {
  color: #2C6DE4;
}
.page-register .page-register-main .register-qrcode {
  text-align: center;
}
.page-register .page-register-main .register-qrcode .qrcode-img img {
  width: 180px;
  height: 180px;
}
.page-register .page-register-main .register-qrcode .qrcode-text {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 30px;
}
.page-register .page-register-main .register-qrcode .qrcode-button {
  margin-top: 50px;
}
.page-register .register-success-tips {
  margin-top: 30px;
  text-align: center;
}
.page-register .register-success-tips .icon-register-success {
  display: inline-block;
  width: 108px;
  height: 108px;
  background: url('../images/icon-register-success.png') no-repeat;
}
.page-register .register-success-tips .tips {
  font-size: 24px;
  color: #2C6DE4;
  line-height: 32px;
  margin-top: 30px;
}
.page-register .page-register-noticelayer .foot {
  text-align: center;
  padding: 0 20px 20px 20px;
}
.page-register .page-register-noticelayer .foot .checkbox {
  margin-bottom: 10px;
}


