.order-remark {
  padding-top: 30rpx;

  .order-remark_header {
    padding: 0 30rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30rpx;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30rpx;
    text-align: center;
    position: relative;

    .close {
      position: absolute;
      right: 40rpx;
    }

    .hover-class-opacity {
      opacity: .8;
    }
  }

  .content {
    padding: 0 30rpx;
  }

  .tag-content {
    margin-top: 20rpx;
    padding: 0 30rpx;

    .tip {
      font-size: 26rpx;
      color: #6d7278;
      font-weight: 600;
      margin-bottom: 20rpx;
    }

    .tag-box {
      display: flex;
      align-items: center;
      flex-wrap: wrap;

      .tag-item {
        margin-left: 10rpx;
        margin-bottom: 10rpx;
        background: rgb(233, 233, 233);
        border-radius: 14px;
        font-size: 12px;
        padding: 5px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        display: inline-block;
        max-width: 100%;

      }

      .hover-class-opacity {
        opacity: .8;
      }
    }
  }

  .submit {
    width: 100%;
    margin-top: 30rpx;
    box-sizing: border-box;
    padding: 30rpx 0;
    background: rgb(255, 255, 255);
    box-shadow: 0 -4rpx 12rpx #0000000d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}