.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: #ff6600 !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: #ff6600 !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: #ff6600;
}

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

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

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

.common-box1 .my-container {
  background-image: url("../image/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("../image/bg-bottom.png");
  background-size: 100% 100%;
}

.index-page .box1 .my-container {
  position: relative;
  height: 100%;
  padding: 0 10px;
  background-image: url("../image/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: #ff6600;
  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(246, 96, 51);
  background: linear-gradient(90deg, rgba(246, 96, 51, 1) 0%, rgba(250, 142, 14, 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(246, 96, 51);
  background: linear-gradient(90deg, rgba(246, 96, 51, 1) 0%, rgba(250, 142, 14, 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: #ff6600;
  border-bottom-color: #ff6600;
}

.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("../image/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("../image/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("../image/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 #ff6600;
  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箭头 */

/* 悬浮框 */
.suspend {
  width: 40px;
  height: 245px;
  position: fixed;
  top: 200px;
  right: 0;
  overflow: hidden;
  z-index: 9999;
  background: url(../image/suspend.png);
}

.suspend dl {
  width: 120px;
  height: 245px;
  float: right;
  margin-bottom: 0;
}

.suspend dl dd {
  height: 84px;
}

.suspend dl dd a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
/* 悬浮框结束 */