/* pc端 */
@media screen and (min-width: 576px) {
  .banner {
    /* height: 552px;
    position: relative; */
  }
  .banner img {
    width: 100%;
    /* height: 552px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  }
  /* main */
  .main {
    background: #F7F8FC;
    padding-top: 50px;
  }
  .main .container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  .main .tab-nav {
    width: 300px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .main .tab-nav .band {
    width: 300px;
    height: 195px;
  }
  .main .tab-nav .band img {
    width: 100%;
    height: 100%;
  }
  .main .tab-nav .tab-nav-item {
    color: #333333;
    font-size: 20px;
    display: block;
    width: 300px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #F6F8FD;
    border-top: 1px solid #fff;
    cursor: pointer;
  }
  .main .tab-nav .tab-nav-item:hover,
  .main .tab-nav .tab-nav-item.active {
    background: #D3EFCF;
    border-color: #D3EFCF;
  }
  .main .tab-content {
    flex-grow: 1;
    overflow: hidden;
  }
  .main .tab-content .tab-content-item {
    margin-bottom: 42px;
  }
  .main .tab-content .head {
    height: 161px;
    text-align: center;
    padding-top: 58px;
    box-sizing: border-box;
  }
  .main .tab-content .head .title {
    color: #333333;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
  }
  .main .tab-content .head .title::after {
    content: '';
    width: 108px;
    height: 75px;
    background: url('/static/index/img/bg.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* 员工活动 */
  .main .exercise li {
    overflow: hidden;
    padding: 33px 18px 34px;
    box-sizing: border-box;
    height: 295px;
    border-bottom: 1px solid #F9F3F3;
  }
  .main .exercise li:last-child {
    border-bottom: 0;
  }
  .main .exercise li:hover {
    background: #F9F3F3;
  }
  .main .exercise li a {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main .exercise li .thumb {
    width: 348px;
    height: 228px;
    margin-right: 39px;
    flex-shrink: 0;
  }
  .main .exercise li .thumb img {
    width: 100%;
  }
  .main .exercise li .content {
    flex-grow: 1;
  }
  .main .exercise li .title {
    margin-top: 32px;
    margin-bottom: 39px;
    color: #333333;
    font-size: 26px;
  }
  .main .exercise li .desc {
    color: #666;
    font-size: 20px;
  }
  .main .exercise li .desc p {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .main .bottom {
    text-align: center;
    margin-top: 30px;
  }
  .main .bottom .number {
    width: 24px;
    height: 24px!important;
    color: #666;
    font-size: 14px;
    border: 1px solid #eaeaea!important;
    margin-right: 10px;
    background: #f8f8f8;
  }

  .main .bottom a{
    color: #666;
  }

  .main .bottom .number a{
    color: #666;
  }

  .main .bottom .number.active {
    color: #fff;
    background: #5ABD4A;
  }
  .main .bottom .btn-prev {
    color: #666;
    width: 60px;
    height: 24px;
    border:1px solid #eaeaea;
    margin-right: 20px;
    padding: 0;
  }
  .main .bottom .btn-next {
    color: #666;
    width: 60px;
    height: 24px;
    border:1px solid #eaeaea;
    margin-right: 18px;
    padding: 0;
  }
  .main .bottom .el-pagination__jump {
    margin-left: 0;
  }
}

/* mobile端 */
@media screen and (max-width: 575.98px) {
  .banner {
    width: 100%;
    margin-top: 50px;
    font-size: 0;
  }
  .banner img {
    width: 100%;
  }
  .main {
    background: #F7F8FC;
    padding-top: 0.3rem;
  }
  .main .container {
    width: 9.4rem;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main .tab-nav {
    display: none;
  }
  .main .tab-content .head {
    padding-top: 0.2rem;
  }
  .main .tab-content .head .title {
    position: relative;
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    color: #333333;
    font-size: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .main .tab-content .head .title::after {
    content: '';
    width: 1.8rem;
    height: 1.5rem;
    background: url('../../public/img/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main .exercise {
    margin: 0.2rem 0;
  }
  .main .tab-content li {
    margin-bottom: 0.4rem;
  }
  .main .tab-content li a {
    display: block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main .tab-content .thumb {
    font-size: 0;
    float: left;
    width: 4rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .main .tab-content .thumb img {
    width: 100%;
  }
  .main .tab-content .content {
    flex-grow: 1;
  }
  .main .tab-content .content .title {
    color: #333333;
    font-size: 0.5rem;
    flex-grow: 1;
    margin-bottom: 0.2rem;
  }
  .main .tab-content .content .desc {
    color: #666;
    font-size: 0.4rem;
    height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
  }
  .main .tab-content .bottom .el-pagination {
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .main .tab-content .bottom .el-pagination__total {
    display: none;
  }
  .main .tab-content .bottom .el-pagination__jump {
    display: none;
  }
  .main .tab-content .bottom .number.active {
    color: #fff;
    background: #5ABD4A;
  }
}