.sdxsexbcc .main .tabs .items {
    width: -webkit-calc(100% - 440px);
    width: -moz-calc(100% - 440px);
    width: calc(100% - 440px);
    height: 41px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 45px;
  }
  .sdxsexbcc .main .tabs .items .item {
    width: auto;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    padding: 0 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    cursor: pointer;
    margin-left: unset;
  }