.listsizes .items {
  display: inline-block;
  margin-right: 10px;
  line-height: 24px;
  border-radius: 5px;
  border: 1px solid green;
  width: 60px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600; }
.listsizes .item_active {
  background: green;
  color: #fff; }

.result_ajax {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap; }
  .result_ajax .item2 {
    float: left;
    display: inline-block;
    width: calc(100% / 5);
    line-height: 24px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box; }
    .result_ajax .item2 svg {
      transform: translate(5px, 5px); }
    @media all and (max-width: 500px) {
      .result_ajax .item2 {
        width: calc(100% / 2); } }
  .result_ajax .item2sl {
    border: 2px solid red;
    box-sizing: border-box; }
  .result_ajax .item2_ischat_1 {
    color: #003599;
    font-weight: 600;
    background: #c5d9ff; }
    .result_ajax .item2_ischat_1 a {
      display: none; }

.tinhanmau1 .msg {
  width: 100%;
  float: right;
  line-height: 20px; }
.tinhanmau1 .msgcp {
  background: #6ed0ff; }
.tinhanmau1 .copy {
  width: 100%;
  float: left;
  text-align: left; }
  .tinhanmau1 .copy a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: orange; }
    .tinhanmau1 .copy a:hover {
      background: blue; }
.tinhanmau1 .item {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap; }
  .tinhanmau1 .item .msg, .tinhanmau1 .item .copy {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .tinhanmau1 .item .msg {
    border-bottom: none; }
.tinhanmau1 .note {
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  color: red; }

/*# sourceMappingURL=chartshopee.css.map */
