#app .top {
  background-color: #FAFAFA;
}

#app .top>div {
  width: 1200px;
  color: #666;
  font-size: .8em;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

#app .contact {
  float: left;
  color: red;
}

#app .contact .el-icon-phone {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

#app .link {
  float: right;
}

#app .link .el-link {
  font-weight: 700;
  font-size: .8em;
  color: rgb(173,173,173);
  margin: 0 20px;
}

#app .link .el-link.highlight {
  color:rgb(38,139,210);
}

#app .link .el-link:hover {
  color: rgb(231,76,60);
}

#app .menu-container {
  position: relative;
  margin: 2px auto;
  width: 1200px;
  height: 65px;
  line-height: 65px;
}

.menu-container img {
  width: 200px;
}

.menu-container img[alt='logo'] {
  z-index: 1;
  position: absolute;
  top: 10px;
  width:100px;
  height:45px;
}

.menu-container img[alt='logo-r'] {
  z-index: 2;
  position: absolute;
  left: 102px;
  width:200px;
  height:70px;
}

.menu-container .menus {
  float: right;
}

.menu-container .menus a {
  display: inline-block;
  color: black;
  font-weight: 700;
  height: 51px;
  margin: 7px 0 7px 25px;
  padding: 0 10px;
  text-align: center;
}

.menu-container .menus a:hover,
.menu-container .menus a.current {
  color: rgb(42, 161, 152);
  border-bottom: 2px solid rgb(42, 161, 152);
}

.menu-container .menus a.highlight {
  color:rgb(231,76,60);
}

.menu-container .menus a .el-icon-mobile-phone {
  font-weight: 700;
}

.menu-container .menus a .el-icon-mobile-phone:before {
  color: rgb(231,76,60);
}

.big-banner img {
  width: 100%;
}

.tips-container {
  padding: 26px 0;
  background-color: rgb(242,242,242);
}

.tips-container .tips {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 90px;
  margin: 0px auto;
}

.tips-container .tips-item {
  width: 220px;
  height: 90px;
  background-size: contain;
}

.tips-container .tips-item div {
  padding-left: 20px;
}

.tips-container .tips-item div.title {
  height: 30px;
  line-height: 30px;
  margin: 20px 0 4px 0;
  color: #000;
  font-size: 1.4em;
}

.tips-container .tips-item div.tip {
  height: 20px;
  line-height: 20px;
  font-size: .9em;
}

.popup-container {
  width: 320px;
}

.popup-container .popup-item {
  float: left;
  width: 140px;
  margin: 10px 10px 0;
}

.popup-container .popup-item .el-image {
  width: 140px;
  height: 140px;
}

.popup-container .popup-item div.popup-tip {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: .9em;
}