* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 980px;
  max-width: 1700px;
  background-image: url("../img/common/bg.png");
  padding: 0 110px;
  margin: auto;
}

.home {
  position: relative;
  background-image: url("../img/login/bg_main.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 65px auto;
  text-align: center;
  padding-bottom: 128px;
}

.home .home-operate {
  position: absolute;
  right: 40px;
  top: 20px;
}

.home .home-operate .header-operate-link {
  height: 42px;
  cursor: pointer;
}

.home .home-header {
  margin-top: 30px;
}

.home .home-main {
  position: relative;
}

.home .home-main .home-main-top {
  display: block;
  margin: 0 auto 80px;
}

.home .home-main .home-main-left,
.home .home-main .home-main-right {
  width: 95px;
}

.home .home-main .home-main-left {
  position: absolute;
  top: 0;
  left: -50px;
}

.home .home-main .home-main-right {
  position: absolute;
  top: 0;
  right: -50px;
}

.home .home-main .search-input {
  width: 385px;
  height: 50px;
  color: #222;
  font-size: 18px;
  background: url("../img/login/bg_input.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  padding: 0 20px;
  vertical-align: middle;
}

.home .home-main .search-icon {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-left: 12px;
  cursor: pointer;
}

.home .home-main .home-main-link {
  text-align: center;
  margin-top: 50px;
}

.home .home-main .home-main-link .link-item {
  margin-right: 70px;
  display: inline-block;
}

.home .home-main .home-main-link .link-item .link-item-icon {
  width: 44px;
  height: 44px;
}

.home .home-main .home-main-link .link-item .link-item-text {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #8d3939;
  margin-top: 14px;
  text-decoration: none;
}

.home .home-main .home-main-link .link-item:hover .link-item-icon,
.home .home-main .home-main-link .link-item:hover .link-item-text {
  opacity: 0.7;
}

@media screen and (max-width: 1400px) {
  .home .home-main .home-main-link .link-item {
    margin-right: 35px;
  }
}

.home .home-main .home-main-link .link-item:last-child {
  margin-right: 0;
}

.home .home-footer {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .home .home-footer .home-footer-img {
    width: 850px;
  }
}
