*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #f2f2f2;
}

.el-divider {
  background-color: #DCDFE6;
  position: relative;
}

.el-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}

.app {
  max-width: 96%;
  margin: 20px auto auto auto;
  text-align: left;
}

.container {}

.brand {
  display: inline-block;
  width: 25%;
  min-width: 340px;
  height: 210px;
  margin: 20px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  background: #FFFFFF;
  cursor: pointer;
  text-align: left;
}

.logoPanel {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand .logo {
  width: 120px;
  border-style: none;
}

.brand .el-divider--horizontal {
  width: 100%;
  margin: 0;
  background: #666;
}

.t-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title1 {
  font-weight: 700;
  font-size: 24px;
  white-space: nowrap;
}

.title2 {
  font-weight: 300;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .app {
    max-width: 98%;
    margin-top: 20px;
  }

  .brand {
    width: 20%;
    min-width: 300px;
    height: 200px;
    margin: 10px;
    padding: 10px;
  }

  .brand .logo {
    width: 100px;
  }

  .title1 {
    font-size: 20px;
  }
}