/* 大会所用样式 */
.header{
    background-color:rgba(0, 0, 0, 0) !important;
  }
  .header_title{
    background-color:rgba(0, 0, 0, 0) !important;
    justify-content: end !important;
  }
  .header_title span{
    color: #333 !important;
  }
  @media screen and (max-width: 1920px) {
    .da_bg{
      background: url(../image/da_bg.jpg) no-repeat;
        background-size: 100% 100%;
        width: 100%;
    }
  }
  @media screen and (min-width: 1921px) {
    .da_bg{
      background: url(../image/da_bg2.jpg) no-repeat;
        background-size: cover;
        width: 100%;
    }
  }
  .area_da{
    margin: 0 !important;
  }
  .compant_logo{
    align-items: unset !important;
  }
  .logo-right{
    transform: translate(-57px,33px) !important;
  }
  .compant_logo .logo-right .wechat span{
    color: #2A926E !important;
    color: 18px !important;
  }
  .compant_logo .logo-right input{
    width: 212px !important;
  height: 32px !important;
  background: #FFFFFF !important;
  border: 2px solid #1E8C65 !important;
  border-radius: 16px !important;
  }
  .compant_logo .logo-right a img{
    transform: translate(-40px,-1px);
    width: 21px !important;
  }
  .compant_logo .logo-right .wechat img {
    width: 34px;
  }.titlemain .layui-nav{
    width: 1250px !important;
  }