.header {
  background-color: #fff;
  line-height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .header-wrapper {
  height: 80px;
  width: 100%;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.05);
}
.header .header-wrapper .page-container {
  position: relative;
}
.header .header-wrapper .page-container .logo {
  background: url(../image/logo.png) no-repeat center;
  background-size: 380px auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 80px;
}
.header .header-wrapper .page-container .btn-area {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.header .header-wrapper .page-container .btn-area .btn {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #3a8ee6;
  width: 150px;
  text-align: center;
  line-height: 46px;
  border-radius: 50px;
}
.header .header-wrapper .page-container .btn-area .btn:hover {
  background-color: #409eff;
}
.header .header-wrapper .page-container .btn-area .btn:active {
  background-color: #66b1ff;
}
.header .header-wrapper .page-container .btn-area2 {
  position: absolute;
  top: 0;
  right: 170px;
}
.header .header-wrapper .page-container .btn-area2 .btn {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background: #fc6b4f;
  width: 150px;
  text-align: center;
  line-height: 46px;
  border-radius: 50px;
}
.header .header-wrapper .page-container .btn-area2 .btn:hover {
  background-color: #ff7b61;
}
.header .header-wrapper .page-container .btn-area2 .btn:active {
  background-color: #ff7b61;
}