#app .app-wrapper {
  background: url("../images/bg.jpg") no-repeat bottom center;
  height: 1080px;
}
#app .global-header {
  min-width: 1200px;
}
#app .global-header-inner .login-wrapper {
  text-align: right;
  color: #fff;
  padding: 10px 0;
}
#app .global-header-inner .login-wrapper .mask {
  display: inline-block;
  border-radius: 30px;
  line-height: 28px;
  height: 28px;
  padding: 0 15px;
  font-size: 12px;
  /*background-color: rgba(0,0,0,0.45);*/
}
#app .global-header-inner .login-wrapper a {
  color: #fff;
}
#app .global-header-inner .logo-search {
  height: 65%;
}
#app .global-header .search-wrapper {
  margin-top: 100px;
  margin-bottom: 70px;
  width: 620px;
}
#app .global-header .search-wrapper .tab {
  box-sizing: border-box;
  height: 30px;
  width: 80%;
  padding: 0 30px;
  margin-bottom: 16px;
}
#app .global-header .search-wrapper .tab span {
  position: relative;
  line-height: 30px;
  padding: 0 16px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}
#app .global-header .search-wrapper .tab span.active {
  background-color: rgba(16, 137, 255, 1);
  color: rgba(255, 255, 255, 1);
}
#app .global-header .search-wrapper .search-input {
  /*border: 1px solid #e2e2e2;*/
  background: #fff;
  border-radius: 4px;
  line-height: 48px;
  height: 48px;
}
#app .global-header .search-wrapper .search-input .el-icon-search {
  line-height: 48px;
  text-align: center;
  width: 50px;
  font-size: 18px;
  color: rgba(0,0,0,0.45);
}
#app .global-header .search-wrapper .search-input input {
  width: 480px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  outline: none;
}
#app .global-header .search-wrapper .search-input input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.45);
}
#app .global-header .search-wrapper .search-input input::-moz-placeholder {
/* Firefox 19+ */
  color: rgba(0,0,0,0.45);
}
#app .global-header .search-wrapper .search-input input:-ms-input-placeholder {
/* IE 10+ */
  color: rgba(0,0,0,0.45);
}
#app .global-header .search-wrapper .search-input input:-moz-placeholder {
/* Firefox 18- */
  color: rgba(0,0,0,0.45);
}
#app .global-header .search-wrapper .search-input .btn-search {
  width: 90px;
  background-color: rgba(0, 144, 255, 1);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-color: rgba(225, 58, 46, 1);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
#app .global-header .nav-wrapper {
  width: 100%;
  height: auto;
  background: rgba(40, 133, 255, 1);
  opacity: 82%;
}
#app .global-header .nav-wrapper .nav {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#app .global-header .nav-wrapper .nav .item {
  width: 150px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
#app .global-header .nav-wrapper .nav .item::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  left: 0;
  bottom: 0;
  width: 100%;
  transform-origin: 0 bottom;
}
#app .global-header .nav-wrapper .nav .item:nth-child(9)::after,
#app .global-header .nav-wrapper .nav .item:nth-child(10)::after,
#app .global-header .nav-wrapper .nav .item:nth-child(11)::after,
#app .global-header .nav-wrapper .nav .item:nth-child(12)::after,
#app .global-header .nav-wrapper .nav .item:nth-child(13)::after,
#app .global-header .nav-wrapper .nav .item:nth-child(14)::after,
#app .global-header .nav-wrapper .nav .item:nth-child(15)::after,
#app .global-header .nav-wrapper .nav .item:nth-child(16)::after {
  display: none;
}
#app .global-header .nav-wrapper .nav .item a {
  position: relative;
  display: inline-block;
  padding: 17px 0;
  width: 100%;
  line-height: 18px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
}
.layout-1200 {
  width: 1200px;
  margin: 0 auto;
}
.logo-search .logo .title{
color: rgba(255, 255, 255, 1);
  font-weight: bold;
  font-size: 30px;
}
.logo .small {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.logo .label {
  display: inline-block;
  vertical-align: top;
}
.mask{
  right: 418px;
  position: fixed;
}
.mask a{
  margin: 0 10px;
}
.global-header-top{
  width: 100%;
  height: 48px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(113, 206, 255, 0.2);
  font-size: 14px;
}
.login-wrapper1{
  left: 456px;
  position: fixed;
  display: inline-block;
  border-radius: 30px;
  line-height: 28px;
  height: 28px;
  padding: 0 15px;
  font-size: 12px;
}
.nav li{
  width: 150px!important;
}
.global-footer{
  opacity: 82%;
  background-color: rgba(11, 36, 65, 1);
}