@media screen and (weex-theme: colmo) {
  .dof-noticebar {
    width: 750px;
    padding-top: auto;
    padding-bottom: auto;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #1C1E21;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height:96px;
  }
  .noticebar-content {
    font-size: 28px;
    color:  #B35336;
    flex: 1;
    lines: 2;
  }
  .btnText {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    border-style: solid;
    border-width: 2px;
    /* border-color: #FFFFFF;    无效*/
    /* border-top-color: #FFFFFF; */
    border-top-color: rgba(255, 255, 255, 0.4);
    border-bottom-color: rgba(255, 255, 255, 0.4);
    border-left-color: rgba(255, 255, 255, 0.4);
    border-right-color: rgba(255, 255, 255, 0.4);
    border-radius: 28px;
    height: 56px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: auto;
    margin-left: 44px;
  }
  .more-click-content {
    margin-left: 0px;
  }

}
