body {
  overflow: auto !important;
  padding: 0 !important;
}
.ny-box .ny-r {
  overflow: hidden;
}
.ny-box .ny-r .left-btn {
  z-index: 28;
}

/*.mtcr_all_th:not(.colhide):nth-last-child(2):not(.colhide) .sel-dl-box.on {
  left: auto;
  right: calc(0px - var(--widthcry));
}*/
@media only screen and (min-width: 1440px) {
  .sel-box {
    max-height: none !important;
  }
  .sel-box .r {
    display: block;
    position: relative;
    z-index: 3;
  }
  input {
    outline: none !important;
  }
  .c-table thead tr .td,
  .c-table tbody tr .td {
    padding: 0.2rem 0.25rem 0.2rem 0.15rem;
  }
  .c-table thead tr th,
  .c-table tbody tr th {
    font-size: 0.14rem;
  }
  .c-table thead tr th .td,
  .c-table tbody tr th .td {
    padding: 0.2rem 0.25rem 0.2rem 0.15rem;
  }
  .c-table thead tr th .off,
  .c-table tbody tr th .off {
    color: #999;
  }
  .c-table thead tr th:nth-child(1),
  .c-table tbody tr th:nth-child(1) {
    width: 0.75rem;
  }
  .c-table thead tr th:nth-child(2),
  .c-table tbody tr th:nth-child(2) {
    width: 1.8rem;
  }
  .c-table thead tr th:nth-child(3),
  .c-table tbody tr th:nth-child(3) {
    width: 3rem;
  }
  .c-table thead tr th:nth-child(n+4),
  .c-table tbody tr th:nth-child(n+4) {
    width: 1.45rem;
  }
  .c-table thead tr th:last-child .sel-dl-box.on,
  .c-table tbody tr th:last-child .sel-dl-box.on {
    right: -0.2rem;
    left: auto;
  }
  .c-table thead tr th.new,
  .c-table tbody tr th.new {
    position: relative;
  }
  .c-table thead tr th.new::after,
  .c-table tbody tr th.new::after {
    position: absolute;
    content: '';
    width: 0.37rem;
    height: 0.17rem;
    background: url(../img/new.png) no-repeat center;
    background-size: 100% 100%;
    left: 0.15rem;
    top: 0.05rem;
  }
  .c-table thead th td,
  .c-table tbody th td {
    background: #f9f9f9;
  }
  .c-table thead .sel,
  .c-table tbody .sel {
    position: relative;
  }
  .c-table thead .sel::after,
  .c-table tbody .sel::after {
    content: '';
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/sel-on.png) no-repeat center;
    background-size: 100% 100%;
  }
  .c-table thead .sel-td,
  .c-table tbody .sel-td {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-table thead .sel-td .sel-dl,
  .c-table tbody .sel-td .sel-dl {
    position: relative;
    width: 0.19rem;
    height: 0.15rem;
  }
  .c-table thead .sel-td .sel-dl i,
  .c-table tbody .sel-td .sel-dl i {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.19rem;
    height: 0.15rem;
    background: url(../img/sel-dl.png) no-repeat center;
    background-size: 100% 100%;
  }
  .c-table thead .sel-td .sel-dl:hover i,
  .c-table tbody .sel-td .sel-dl:hover i {
    background-image: url(../img/sel-dl2.png);
  }
  .c-table thead .sel-td .sel-dl-box,
  .c-table tbody .sel-td .sel-dl-box {
    display: none;
    position: absolute;
    z-index: 2;
    left: -0.15rem;
    top: -0.25rem;
    width: 2.69rem;
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
  }
  .c-table thead .sel-td .sel-dl-box.on,
  .c-table tbody .sel-td .sel-dl-box.on {
    display: block;
  }
  .c-table thead .sel-td .sel-dl-box .close,
  .c-table tbody .sel-td .sel-dl-box .close {
    background: #e8e8e8;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0.2rem;
  }
  .c-table thead .sel-td .sel-dl-box .close img,
  .c-table tbody .sel-td .sel-dl-box .close img {
    width: 0.21rem;
    height: 0.21rem;
    cursor: pointer;
  }
  .c-table thead .sel-td .sel-dl-box .sel-dl-list,
  .c-table tbody .sel-td .sel-dl-box .sel-dl-list {
    min-height: 1.6rem;
    padding: 0.24rem;
  }
  .c-table thead .sel-td .sel-dl-box .sel-dl-list .item,
  .c-table tbody .sel-td .sel-dl-box .sel-dl-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .c-table thead .sel-td .sel-dl-box .sel-dl-list .item p,
  .c-table tbody .sel-td .sel-dl-box .sel-dl-list .item p {
    font-size: 0.14rem;
    padding-left: 0.1rem;
    flex: 1;
    word-break: break-word;
  }
  .c-table thead .sel-td .sel-px,
  .c-table tbody .sel-td .sel-px {
    cursor: pointer;
  }
  .c-table thead .sel-td .sel-px img.hide,
  .c-table tbody .sel-td .sel-px img.hide {
    display: none;
  }
  .c-table thead .addcar,
  .c-table tbody .addcar {
    cursor: pointer;
  }
  .c-table thead tr:last-child th {
    position: relative;
  }
  .c-table thead tr:last-child th:nth-child(1)::after,
  .c-table thead tr:last-child th:nth-child(2)::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eceef1;
    left: 0;
    bottom: 0;
  }
  .c-table .sel-all {
    cursor: pointer;
  }
  .c-table .check {
    display: flex;
    align-items: center;
  }
  .c-table .check a {
    padding-left: 5px;
  }
  .sel {
    position: relative;
  }
  .sel::after {
    content: '';
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/sel-on.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-td {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sel-td .sel-dl {
    position: relative;
    width: 0.19rem;
    height: 0.15rem;
  }
  .sel-td .sel-dl i {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.19rem;
    height: 0.15rem;
    background: url(../img/sel-dl.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-td .sel-dl:hover i {
    background-image: url(../img/sel-dl2.png);
  }
  .sel-td .sel-dl-box {
    display: none;
    position: absolute;
    z-index: 90;
    left: -0.15rem;
    top: -0.25rem;
    width: 2.69rem;
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
  }
  .sel-td .sel-dl-box.on {
    display: block;
  }
  .sel-td .sel-dl-box .close {
    opacity: 1;
    float: none;
    background: #e8e8e8;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0.2rem;
    position: relative;
    z-index: 20;
  }
  .sel-td .sel-dl-box .close img {
    width: 0.21rem;
    height: 0.21rem;
    cursor: pointer;
  }
  .sel-td .sel-dl-box .sel-dl-list {
    min-height: 1.6rem;
    padding: 0.24rem;
  }
  .sel-td .sel-dl-box .sel-dl-list .item {
    display: flex;
    align-items: inherit;/*center;*/
    margin-bottom: 0.1rem;
  }
  .sel-td .sel-dl-box .sel-dl-list .item p {
    font-size: 0.14rem;
    padding-left: 0.1rem;
    flex: 1;
    word-break: break-word;
    white-space: initial;
    margin-top: 4px;
  }
  .sel-td .sel-px {
    cursor: pointer;
  }
  .sel-td .sel-px img.hide {
    display: none;
  }
  .addcar {
    cursor: pointer;
  }
  .sel-l {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    background-color: #e8e8e8;
    touch-action: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    width: 0;
    padding: 0.3rem 0;
  }
  .sel-l.on {
    padding: 0.3rem;
    width: 3rem;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s, 0.3s;
  }
  .sel-l .list {
    width: 100%;
  }
  .sel-l .list .item .ipt {
    display: flex;
    margin-bottom: 0.2rem;
  }
  .sel-l .list .item .ipt p {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    padding-left: 0.1rem;
    cursor: pointer;
  }
  .sel-l .list .item .ipt p span {
    padding-right: 0.1rem;
  }
  .sel-l .list .item .ipt p i {
    margin-top: 0.05rem;
    width: 0.12rem;
    height: 0.06rem;
    background: url(../img/sel-sel.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.1s;
  }
  .sel-l .list .item .ipt p.on i {
    transform: scale(-1);
  }
  .sel-l .list .list2 {
    display: none;
    padding-left: 0.3rem;
  }
  .sel-l .list .list2.on {
    display: block;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .sel-box {
    max-height: none !important;
  }
  .sel-box .r {
    display: block;
    position: relative;
    z-index: 3;
  }
  input {
    outline: none !important;
  }
  .c-table thead tr .td,
  .c-table tbody tr .td {
    padding: 0.2rem 0.25rem 0.2rem 0.15rem;
  }
  .c-table thead tr th,
  .c-table tbody tr th {
    font-size: 0.14rem;
  }
  .c-table thead tr th .td,
  .c-table tbody tr th .td {
    padding: 0.2rem 0.25rem 0.2rem 0.15rem;
  }
  .c-table thead tr th .off,
  .c-table tbody tr th .off {
    color: #999;
  }
  .c-table thead tr th:nth-child(1),
  .c-table tbody tr th:nth-child(1) {
    width: 0.75rem;
  }
  .c-table thead tr th:nth-child(2),
  .c-table tbody tr th:nth-child(2) {
    width: 1.8rem;
  }
  .c-table thead tr th:nth-child(3),
  .c-table tbody tr th:nth-child(3) {
    width: 3rem;
  }
  .c-table thead tr th:nth-child(n+4),
  .c-table tbody tr th:nth-child(n+4) {
    width: 1.45rem;
  }
  .c-table thead tr th:last-child .sel-dl-box.on,
  .c-table tbody tr th:last-child .sel-dl-box.on {
    right: -0.2rem;
    left: auto;
  }
  .c-table thead tr th.new,
  .c-table tbody tr th.new {
    position: relative;
  }
  .c-table thead tr th.new::after,
  .c-table tbody tr th.new::after {
    position: absolute;
    content: '';
    width: 0.37rem;
    height: 0.17rem;
    background: url(../img/new.png) no-repeat center;
    background-size: 100% 100%;
    left: 0.15rem;
    top: 0.05rem;
  }
  .c-table thead th td,
  .c-table tbody th td {
    background: #f9f9f9;
  }
  .c-table thead .sel,
  .c-table tbody .sel {
    position: relative;
  }
  .c-table thead .sel::after,
  .c-table tbody .sel::after {
    content: '';
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/sel-on.png) no-repeat center;
    background-size: 100% 100%;
  }
  .c-table thead .sel-td,
  .c-table tbody .sel-td {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-table thead .sel-td .sel-dl,
  .c-table tbody .sel-td .sel-dl {
    position: relative;
    width: 0.19rem;
    height: 0.15rem;
  }
  .c-table thead .sel-td .sel-dl i,
  .c-table tbody .sel-td .sel-dl i {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.19rem;
    height: 0.15rem;
    background: url(../img/sel-dl.png) no-repeat center;
    background-size: 100% 100%;
  }
  .c-table thead .sel-td .sel-dl:hover i,
  .c-table tbody .sel-td .sel-dl:hover i {
    background-image: url(../img/sel-dl2.png);
  }
  .c-table thead .sel-td .sel-dl-box,
  .c-table tbody .sel-td .sel-dl-box {
    display: none;
    position: absolute;
    z-index: 2;
    left: -0.15rem;
    top: -0.25rem;
    width: 2.69rem;
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
  }
  .c-table thead .sel-td .sel-dl-box.on,
  .c-table tbody .sel-td .sel-dl-box.on {
    display: block;
  }
  .c-table thead .sel-td .sel-dl-box .close,
  .c-table tbody .sel-td .sel-dl-box .close {
    background: #e8e8e8;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0.2rem;
  }
  .c-table thead .sel-td .sel-dl-box .close img,
  .c-table tbody .sel-td .sel-dl-box .close img {
    width: 0.21rem;
    height: 0.21rem;
    cursor: pointer;
  }
  .c-table thead .sel-td .sel-dl-box .sel-dl-list,
  .c-table tbody .sel-td .sel-dl-box .sel-dl-list {
    min-height: 1.6rem;
    padding: 0.24rem;
  }
  .c-table thead .sel-td .sel-dl-box .sel-dl-list .item,
  .c-table tbody .sel-td .sel-dl-box .sel-dl-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .c-table thead .sel-td .sel-dl-box .sel-dl-list .item p,
  .c-table tbody .sel-td .sel-dl-box .sel-dl-list .item p {
    font-size: 0.14rem;
    padding-left: 0.1rem;
    flex: 1;
    word-break: break-word;
  }
  .c-table thead .sel-td .sel-px,
  .c-table tbody .sel-td .sel-px {
    cursor: pointer;
  }
  .c-table thead .sel-td .sel-px img.hide,
  .c-table tbody .sel-td .sel-px img.hide {
    display: none;
  }
  .c-table thead .addcar,
  .c-table tbody .addcar {
    cursor: pointer;
  }
  .c-table thead tr:last-child th {
    position: relative;
  }
  .c-table thead tr:last-child th:nth-child(1)::after,
  .c-table thead tr:last-child th:nth-child(2)::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eceef1;
    left: 0;
    bottom: 0;
  }
  .c-table .sel-all {
    cursor: pointer;
  }
  .c-table .check {
    display: flex;
    align-items: center;
  }
  .c-table .check a {
    padding-left: 5px;
  }
  .sel {
    position: relative;
  }
  .sel::after {
    content: '';
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/sel-on.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-td {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sel-td .sel-dl {
    position: relative;
    width: 0.19rem;
    height: 0.15rem;
  }
  .sel-td .sel-dl i {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.19rem;
    height: 0.15rem;
    background: url(../img/sel-dl.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sel-td .sel-dl:hover i {
    background-image: url(../img/sel-dl2.png);
  }
  .sel-td .sel-dl-box {
    display: none;
    position: absolute;
    z-index: 2;
    left: -0.15rem;
    top: -0.25rem;
    width: 2.69rem;
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
  }
  .sel-td .sel-dl-box.on {
    display: block;
  }
  .sel-td .sel-dl-box .close {
    opacity: 1;
    float: none;
    background: #e8e8e8;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0.2rem;
  }
  .sel-td .sel-dl-box .close img {
    width: 0.21rem;
    height: 0.21rem;
    cursor: pointer;
  }
  .sel-td .sel-dl-box .sel-dl-list {
    min-height: 1.6rem;
    padding: 0.24rem;
  }
  .sel-td .sel-dl-box .sel-dl-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .sel-td .sel-dl-box .sel-dl-list .item p {
    font-size: 0.14rem;
    padding-left: 0.1rem;
    flex: 1;
    word-break: break-word;
  }
  .sel-td .sel-px {
    cursor: pointer;
  }
  .sel-td .sel-px img.hide {
    display: none;
  }
  .addcar {
    cursor: pointer;
  }
  .sel-l {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    background-color: #e8e8e8;
    touch-action: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    width: 0;
    padding: 0.3rem 0;
  }
  .sel-l.on {
    padding: 0.3rem;
    width: 3rem;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s, 0.3s;
  }
  .sel-l .list {
    width: 100%;
  }
  .sel-l .list .item .ipt {
    display: flex;
    margin-bottom: 0.2rem;
  }
  .sel-l .list .item .ipt p {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    padding-left: 0.1rem;
    cursor: pointer;
  }
  .sel-l .list .item .ipt p span {
    padding-right: 0.1rem;
  }
  .sel-l .list .item .ipt p i {
    margin-top: 0.05rem;
    width: 0.12rem;
    height: 0.06rem;
    background: url(/img/sel-sel.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.1s;
  }
  .sel-l .list .item .ipt p.on i {
    transform: scale(-1);
  }
  .sel-l .list .list2 {
    display: none;
    padding-left: 0.3rem;
  }
  .sel-l .list .list2.on {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .sel-box {
    max-height: none !important;
  }
  .sel-box .r {
    display: block;
    position: relative;
    z-index: 3;
  }
  input {
    outline: none !important;
  }
  .c-table thead tr .td,
  .c-table tbody tr .td {
    padding: 0.15rem;
  }
  .c-table thead tr th,
  .c-table tbody tr th {
    font-size: 0.2rem;
  }
  .c-table thead tr th .td,
  .c-table tbody tr th .td {
    padding: 0.15rem;
  }
  .c-table thead tr th .off,
  .c-table tbody tr th .off {
    color: #999;
  }
  .c-table thead tr th:nth-child(1),
  .c-table tbody tr th:nth-child(1) {
    width: 0.75rem;
  }
  .c-table thead tr th:nth-child(2),
  .c-table tbody tr th:nth-child(2) {
    width: 1.8rem;
  }
  .c-table thead tr th:nth-child(3),
  .c-table tbody tr th:nth-child(3) {
    width: 3rem;
  }
  .c-table thead tr th:nth-child(n+4),
  .c-table tbody tr th:nth-child(n+4) {
    width: 1.45rem;
  }
  .c-table thead tr th:last-child .sel-dl-box.on,
  .c-table tbody tr th:last-child .sel-dl-box.on {
    right: -0.2rem;
    left: auto;
  }
  .c-table thead tr th.new,
  .c-table tbody tr th.new {
    position: relative;
  }
  .c-table thead tr th.new::after,
  .c-table tbody tr th.new::after {
    position: absolute;
    content: '';
    width: 0.37rem;
    height: 0.17rem;
    background: url(../img/new.png) no-repeat center;
    background-size: 100% 100%;
    left: 0.15rem;
    top: 0.05rem;
  }
  .c-table thead th td,
  .c-table tbody th td {
    background: #f9f9f9;
  }
  .c-table thead .sel,
  .c-table tbody .sel {
    position: relative;
  }
  .c-table thead .sel::after,
  .c-table tbody .sel::after {
    content: '';
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/sel-on.png) no-repeat center;
    background-size: 100% 100%;
  }
  .c-table thead .sel-td,
  .c-table tbody .sel-td {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-table thead .sel-td .sel-dl,
  .c-table tbody .sel-td .sel-dl {
    position: relative;
    width: 0.19rem;
    height: 0.15rem;
  }
  .c-table thead .sel-td .sel-dl i,
  .c-table tbody .sel-td .sel-dl i {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.19rem;
    height: 0.15rem;
    background: url(../img/sel-dl.png) no-repeat center;
    background-size: 100% 100%;
  }
  .c-table thead .sel-td .sel-dl:hover i,
  .c-table tbody .sel-td .sel-dl:hover i {
    background-image: url(../img/sel-dl2.png);
  }
  .c-table thead .sel-td .sel-dl-box,
  .c-table tbody .sel-td .sel-dl-box {
    display: none;
    position: absolute;
    z-index: 2;
    left: -0.15rem;
    top: -0.25rem;
    width: 2.69rem;
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
  }
  .c-table thead .sel-td .sel-dl-box.on,
  .c-table tbody .sel-td .sel-dl-box.on {
    display: block;
  }
  .c-table thead .sel-td .sel-dl-box .close,
  .c-table tbody .sel-td .sel-dl-box .close {
    background: #e8e8e8;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0.2rem;
  }
  .c-table thead .sel-td .sel-dl-box .close img,
  .c-table tbody .sel-td .sel-dl-box .close img {
    width: 0.21rem;
    height: 0.21rem;
    cursor: pointer;
  }
  .c-table thead .sel-td .sel-dl-box .sel-dl-list,
  .c-table tbody .sel-td .sel-dl-box .sel-dl-list {
    min-height: 1.6rem;
    padding: 0.24rem;
  }
  .c-table thead .sel-td .sel-dl-box .sel-dl-list .item,
  .c-table tbody .sel-td .sel-dl-box .sel-dl-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .c-table thead .sel-td .sel-dl-box .sel-dl-list .item p,
  .c-table tbody .sel-td .sel-dl-box .sel-dl-list .item p {
    font-size: 0.14rem;
    padding-left: 0.1rem;
    flex: 1;
    word-break: break-word;
  }
  .c-table thead .sel-td .sel-px,
  .c-table tbody .sel-td .sel-px {
    cursor: pointer;
  }
  .c-table thead .sel-td .sel-px img.hide,
  .c-table tbody .sel-td .sel-px img.hide {
    display: none;
  }
  .c-table thead .addcar,
  .c-table tbody .addcar {
    cursor: pointer;
  }
  .c-table thead tr:last-child th {
    position: relative;
  }
  .c-table thead tr:last-child th:nth-child(1)::after,
  .c-table thead tr:last-child th:nth-child(2)::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eceef1;
    left: 0;
    bottom: 0;
  }
  .c-table .sel-all {
    cursor: pointer;
  }
  .c-table .check {
    display: flex;
    align-items: center;
  }
  .c-table .check a {
    padding-left: 5px;
  }
  .sel-l {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    background-color: #e8e8e8;
    touch-action: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    width: 0;
    padding: 0.3rem 0;
  }
  .sel-l.on {
    padding: 0.3rem;
    width: 3.5rem;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s, 0.3s;
  }
  .sel-l .list {
    width: 100%;
  }
  .sel-l .list .item .ipt {
    display: flex;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }
  .sel-l .list .item .ipt input {
    width: 0.2rem;
    height: 0.2rem;
  }
  .sel-l .list .item .ipt p {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding-left: 0.1rem;
    cursor: pointer;
    margin-top: 4px;
  }
  .sel-l .list .item .ipt p span {
    padding-right: 0.1rem;
  }
  .sel-l .list .item .ipt p i {
    margin-top: 0.05rem;
    width: 0.12rem;
    height: 0.06rem;
    background: url(../img/sel-sel.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.1s;
  }
  .sel-l .list .item .ipt p.on i {
    transform: scale(-1);
  }
  .sel-l .list .list2 {
    display: none;
    padding-left: 0.3rem;
  }
  .sel-l .list .list2.on {
    display: block;
  }
}
