.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.text-mhg {
  color: #3876fa !important;
}

.text-blue {
  color: #0072ff !important;
}

.text-333 {
  color: #333 !important;
}

.text-666 {
  color: #666 !important;
}

.text-999 {
  color: #999 !important;
}

.bg-mhg {
  background-color: #3876fa !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.no-mr {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.over-hd {
  overflow: hidden;
}

.middle {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.txt-nowrap {
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

/* 公共 */
.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.my-container {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 1680px) {
  .my-container {
    width: 1440px;
  }
}

@media only screen and (max-width: 1679px) and (min-width: 1440px) {
  .my-container {
    width: 1280px;
  }
}

@media only screen and (max-width: 1439px) and (min-width: 1280px) {
  .my-container {
    width: 1200px;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .my-container {
    width: 1200px;
  }
}

.top-navs {
  height: 58px;
  box-shadow: 0 10px 15px #eee;
  /* overflow: hidden; */
}

.top-navs .links {
  margin: 0 20px;
  font-size: 16px;
}

.top-navs a {
  display: inline-block;
  color: #333;
  padding: 0 16px;
  cursor: pointer;
  vertical-align: middle;
}

.top-navs a.active {
  color: #3876fa;
}

.top-navs a:hover {
  color: #3876fa;
}

.top-navs .mfsy {
  padding: 4px 20px;
  border: 1px solid #3876fa;
  border-radius: 20px;
  background-color: #d8e4fe;
  color: #3876fa;
}

.common-box1 {
  background-color: #fafafa;
}

.common-box1 .my-container {
  background-image: url("./bg-bottom.png");
  background-size: 100% 100%;
}

.common-box1 .my-container h4 {
  font-size: 48px;
}

.common-box1 .my-container .btn {
  width: 156px;
  padding: 10px 0;
}

footer {
  background-color: #464646;
}

footer .my-container {
  padding: 20px 40px;
}

footer .col p {
  margin-bottom: 6px;
}

/* 公共结束 */

/* 首页 */
.index-page .box1 {
  height: 700px;
  background-color: #fafafa;
}

.index-page .box1 .w-1366 {
  height: 100%;
  width: 1366px;
  margin: auto;
  background-image: url("./bg-bottom.png");
  background-size: 100% 100%;
}

.index-page .box1 .my-container {
  position: relative;
  height: 100%;
  padding: 0 10px;
  background-image: url("./bg-bottom.png");
  background-size: 100% 100%;
}

.index-page .box1 .box1-content {
  letter-spacing: 2px;
}

.index-page .box1 .box1-content h4 {
  position: absolute;
  top: 50px;
  font-size: 24px;
}

.index-page .box1 .box1-content h3 {
  position: absolute;
  top: 110px;
  font-size: 48px;
  color: #3876fa;
  line-height: 74px;
  font-weight: bold;
}

.index-page .box1 .box1-content .introduce {
  position: absolute;
  top: 280px;
  font-size: 16px;
}

.index-page .box1 .box1-content .mfsy {
  position: absolute;
  top: 370px;
  width: 156px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 18px;
  border-radius: 25px;
  background: rgb(56, 118, 250);
  background: linear-gradient(
    90deg,
    rgba(56, 118, 250, 1) 0%,
    rgba(123, 162, 248, 1) 100%
  );
}

.index-page .box1 .box1-content .pic {
  position: absolute;
  right: 20px;
  top: 0;
}

.index-page .box1 .box1-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.index-page .box1 .box1-bottom .data div {
  position: relative;
  padding-bottom: 50px;
}

.index-page .box1 .box1-bottom .data div::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80%;
  left: 10%;
  height: 1px;
  background: rgb(56, 118, 250);
  background: linear-gradient(
    90deg,
    rgba(56, 118, 250, 1) 0%,
    rgba(123, 162, 248, 1) 100%
  );
}

.index-page .box1 .box1-bottom .data h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-top: 36px;
  margin-bottom: 10px;
}

.index-page .box1 .box1-bottom .data p {
  color: #666;
}

.index-page .shadow-my {
  position: relative;
  z-index: 10;
  box-shadow: 2px 2px 10px #eee;
}

.index-page .box2 .tab-btns .col span {
  padding: 0 12px 8px 12px;
  border-bottom: 4px solid transparent;
}

.index-page .box2 .tab-btns .active span {
  color: #3876fa;
  border-bottom-color: #3876fa;
}

.index-page .box2 .tab-content h4.fs-2 {
  margin-top: 70px;
  margin-bottom: 20px;
}

.index-page .box2 .shadow-pic {
  box-shadow: 2px 2px 10px #ddd;
}

.index-page .box3 {
  height: 180px;
}

.index-page .box5 .fcs .col {
  height: 300px;
  width: 260px;
  padding: 20px 16px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 15px;
  background-color: white;
}

.index-page .box5 .fcs img {
  width: 70px;
  height: 70px;
  display: inline-block;
}

.index-page .box5 .fcs .btm {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

.index-page .box6 {
  height: 800px;
  overflow: hidden;
}

.index-page .box6 .my-container {
  position: relative;
  background-image: url("./bg-bottom.png");
  background-size: 100% 100%;
  overflow: hidden;
}

.index-page .box6 .carousel {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}

.index-page .box6 .comment {
  width: 1000px;
  height: 290px;
  background-image: url("./comment-bg.png");
  background-size: 100% 100%;
  font-size: 20px;
  color: #666;
  padding-left: 140px;
  padding-top: 50px;
  padding-right: 180px;
  line-height: 2;
  margin: 0 auto;
}

.index-page .box6 .btn {
  color: white;
  width: 156px;
  margin-top: 50px;
  padding: 10px 0;
}

/* 首页结束 */

/* 登录页 */
.login-page {
  background-image: url("./bg-bottom.png");
  background-size: 100% 100%;
}

.login-page .index-href {
  position: absolute;
  font-size: 18px;
  left: 40px;
  top: 20px;
  font-weight: bold;
  border-bottom: 2px solid #3876fa;
  letter-spacing: 2px;
}

.login-page .login-box {
  width: 400px;
  height: 500px;
  margin: 120px auto 0 auto;
  background-color: white;
}

.login-page .xy {
  background-color: #fffaf7;
  height: 44px;
  line-height: 44px;
  width: 100%;
}

.login-page .xy a {
  color: #999;
  text-decoration: underline;
}

.login-page .icon-shuaxin {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  color: #666;
  line-height: 220px;
  cursor: pointer;
  z-index: 10;
  font-size: 60px;
}

/* 登录页结束 */

/* 功能页 */

.functions-page .box2 {
  box-shadow: 2px 2px 10px #eee;
}

.functions-page .box2 .col .text-mhg {
  font-size: 48px;
}

.functions-page .box3 .pic img {
  width: 560px;
}

.functions-page .carousel-control-prev,
.functions-page .carousel-control-next {
  width: 60px;
}

.functions-page .carousel-control-prev-icon,
.functions-page .carousel-control-next-icon {
  width: 40px;
  height: 40px;
}

/* 功能页结束 */

/* 关于我们页 */

.about-page .box2 {
  box-shadow: 2px 2px 10px #eee;
}

/* 关于我们页结束 */

/* 去type=number箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.el-table__body-wrapper input.form-control {
  padding: 0 4px;
  height: 30px;
}

/* 去type=number箭头 */

/* 悬浮框 */
/*右侧悬浮*/
.d-li {
  position: fixed;
  z-index: 9;
  right: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #3876fa;
  color: #fff;
  font-size: 12px;
  border: 1px solid #3876fa;
  height: 72px;
  cursor: pointer;
  white-space: nowrap;
}
.d-li .icon-out {
  width: 72px;
  height: 72px;
  display: inline-block;
  vertical-align: top;
}
.d-li .icon-out .float-icons {
  background: url("./float-icons.png") no-repeat;
  background-size: 100px 200px;
  display: block;
}
.d-li .icon-out .f-icon-1 {
  width: 42px;
  height: 45px;
  margin-left: 20px;
  margin-top: 12px;
}
.d-li .icon-out .f-icon-2 {
  display: inline-block;
  width: 45px;
  height: 42px;
  margin-left: 20px;

  margin-top: 12px;
}
.d-li .icon-out .f-icon-3 {
  width: 41px;
  height: 43px;
  margin-left: 20px;
  background-position: 0 -99px;
  margin-top: 13px;
}
.d-li .icon-out .f-icon-4 {
  width: 42px;
  height: 42px;
  margin-left: 20px;
  background-position: 0 -152px;
  margin-top: 13px;
}
.d-li .icon-out .f-icon-5 {
  width: 72px;
  height: 72px;
  background: url("./wxzx.png") no-repeat 0 0 transparent;
  background-size: 100% 100%;
}
.d-li .icon-out p {
  height: 1em;
  line-height: 1em;
  text-align: center;
}
.d-li .icon-out .p1 {
  margin-top: -3px;
}
.d-li .icon-out .p2 {
  margin-top: -4px;
}
.d-li .icon-out .p3 {
  margin-top: -4px;
}
.d-li .icon-out .p4 {
  margin-top: -2px;
}
.d-li .float-tel {
  display: inline-block;
  position: relative;
  width: 158px;
  height: 100%;
  background-color: #fff;
}
.d-li .float-tel .f-icon-tel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135px;
  height: 40px;
  margin-top: -20px;
  margin-left: -67px;
  background: url("./xcx.jpg") no-repeat;
  background-size: 100%;
}

.d-li-1 {
  top: 75px;
}
.d-li-2 {
  top: 158px;
}
.d-li-3 {
  top: 241px;
  width: 72px;
  overflow: hidden;
}
.d-li-4 {
  top: 324px;
}
.d-li-4 .code-4 {
  position: absolute;
  top: -37px;
  left: -171px;
  background: url("./gzh.jpg") no-repeat;
  width: 147px;
  height: 147px;
  background-size: 100%;
  border: 1px solid #e5e5e5;
  display: none;
}
.d-li-5 {
  top: 406px;
}
.d-li-5 .code-4 {
  position: absolute;
  top: -37px;
  left: -171px;
  background: url("./xcx.jpg") no-repeat;
  width: 147px;
  height: 147px;
  background-size: 100%;
  border: 1px solid #e5e5e5;
  display: none;
}
.d-li:hover {
  background-color: rgba(123, 162, 248, 1);
  border: 1px solid rgba(123, 162, 248, 1);
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #3876fa !important;
  background-color: #3876fa !important;
  color: #fff;
}
.btn-login {
  position: relative;
}
.btn-login img {
  display: none;
  position: absolute;
  left: -60px;
  top: 60px;
  width: 200px;
  box-shadow: 2px 2px 10px #eee;
  padding: 20px;
  z-index: 999;
  background-color: #fff;
  border-radius: 10px;
}
.btn-login:hover img {
  display: block;
}
