body{
  background: url(./imgs/bg_1.png);
  background-size: 1200px;
  position: relative;
}
.header .login{
  width: 1400px;
  margin: 0 auto;
  text-align: right;
}
.container{
  background:url(./imgs/bg_2.png) no-repeat bottom;
}
.header .login{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .login a,.header .login span{
  color: #150D00;
  font-size: 14px;
}
.header .login span{
  margin: 0 5px;
}
.header .login .logout{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./imgs/logout.svg) no-repeat;
  font-size: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.top {
  text-align: center;
  margin-top: 0px;
  color: #150D00;
}
.topTitle{
  font-size: 52px;
  line-height: 52px;
  /* background: linear-gradient(180deg, #FFFFFF 0%, #4F8CC0 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  font-weight: 800;
  font-family: PingFang-SC-Heavy, PingFang-SC;
}
.topText{
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.boldText{
  font-weight: bold;
}
.searchBox{
  padding: 20px 0 0px 0px;
  display: flex;
  justify-content: center;
}
.searchBody{
  display: flex;
  width: 100%;
  padding: 0 20px;
}
.searchBody .left{
  width: 450px;
  margin-right: 30px;
}
.searchBody .left .row{
  margin-top: 10px;
}
.searchBody .left .searchInput{
  border-color: var(--theme-color);
  height: 450px;
  vertical-align: top;
}
.searchBtnWrap{
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.searchBtnWrap button{
  width: 82px;
  text-align: center;
  padding: 0;
}
.middle{
  flex: 1;
}
.right{
  flex: 1;
  font-size: 12px;
}
.right .box{
  padding: 10px 20px;
  margin-bottom: 10px;
}
.right .grayBox{
  background: #F8F8F8;
  padding-bottom: 10px;
}
.right .borderBox{
  border: 1px solid #eee;
  padding: 10px 0;
}
.right .borderBox .title{
  padding-left: 20px;
}
.right .borderBox .content{
  padding: 5px 0 5px 20px;
}
.right .title{
  font-weight: bold;
  color: #333;
  margin-bottom: 0px;
  font-size: 14px;
}
.right .grayBox ul{
  margin:0;
  padding:0;
}
.right .grayBox li{
  list-style: none;
  color: #666
}
.borderBox .content .name{
  font-weight: 400;
}
.borderBox .content{
  border-bottom: 1px solid #eee;
}
.borderBox .content:last-child{
  border: none;
  padding-bottom: 0;
}

.footer{
  height: 230px;
  background: #150D00;
  margin-top: 50px;
}
.footer .footerTop{
  width: 1170px;
  padding: 40px 0 20px 60px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
}
.footer li{
  line-height: 30px;
}
.footerBottom{
  border-top: 1px solid  rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-top: 10px;
}
.footerBg{
  background: url(../css/imgs/bg_2.png) no-repeat;
  /* background-repeat:repeat-x; */
  background-position: bottom;
  background-size: contain;

}
.searchWrapInline{
  margin-left: 20px;
}
.searchWrapInline input{
  width: 291px;
}