/* 搜索框 */
.search {
    width: 100%;
    height: 0.46rem;
    padding: 0 0.1rem;
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    box-sizing: border-box;
    background-color: #f4f4f4;
}

.back {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.105rem 0.035rem 0.105rem 0;
    font-size: 0.24rem;
    color: #333;
}

.search_box {
    height: 0.3rem;
    margin: 0.07rem 0 0.08rem 0;
    position: relative;
    -webkit-box-flex: 1;
    flex: auto;
    border: 0.01rem solid #EF2B25;
    border-radius: 0.165rem;
    background-color: #fff;
    overflow: hidden;
}

.search_box p {
    padding: 0 0.3rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.search_box img {
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    top: 0.07rem;
    left: 0.12rem;
}

.search_box input {
    width: 100%;
    height: auto;
    margin-left: 0.12rem;
    padding: 0.06rem 0.12rem 0.06rem 0;
    font-size: 0.12rem;
    color: #333;
    line-height: 0.16rem;
    border: 0;
    box-sizing: content-box;
    background-color: transparent;
}

.cancel {
    width: 0.28rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    font-size: 0.12rem;
    color: #666;
    line-height: 0.14rem;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0.06rem;
}

.cancel span {
    font-size: 0.14rem;
    color: #fff;
}

.chat {
    -webkit-box-flex: 0;
    flex: 0 0 0.245rem;
    margin: 0.095rem 0 0.105rem 0.16rem;
    width: 0.245rem;
    height: 0.25rem;
}

.chat img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* 圆角 */
.radius_wrap {
    width: 0.1rem;
    height: 0.1rem;
    position: fixed;
    top: 0.46rem;
    z-index: 1000;
    background-color: #f4f4f4;
}

.radius_left {
    left: 0;
}

.radius_right {
    right: 0;
}

.radius {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0 0.1rem 0 0;
    background-color: #fff;
}

.radius_left .radius {
    border-radius: 0.1rem 0 0 0;
}

.radius_right .radius {
    border-radius: 0 0.1rem 0 0;
}

/* 搜索条件 */
.filter_wrap {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0.46rem;
    left: 0;
    z-index: 999;
}

.filter {
    width: 100%;
    height: 0.47rem;
    border-bottom: 0.01rem solid #f4f4f4;
    background-color: #fff;
}

.filter dt {
    width: 33.3%;
    float: left;
}

.filter_con {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.filter_head {
    width: 100%;
    height: 0.47rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_head p {
    height: 0.21rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
    font-weight: normal;
}

.down,
.showicon {
    width: 0.11rem;
    height: 0.11rem;
    margin: 0.02rem 0 0 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showicon {
    background-image: url(../images/filter.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.down i {
    width: 0;
    height: 0;
    border: 0.04rem solid transparent;
    border-top-color: #333;
}

.down img {
    width: 0.11rem;
    height: 0.11rem;
}

.divfocus p {
    color: #EF2B25;
}

.divfocus .down i {
    border-top-color: #EF2B25;
}

.divfocus .showicon {
    background-image: url(../images/filter1.png);
}

.Modal {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: scroll;
}

.Modal_ul {
    width: 100%;
    min-height: 2.7rem;
    position: relative;
    left: 0;
    box-sizing: border-box;
    background-color: #fff;
}

.Modalul li {
    width: 100%;
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.Modalul li p {
    font-size: 0.15rem;
    color: #4C4B4B;
    line-height: 0.53rem;
    font-weight: normal;
    box-sizing: border-box;
    /* border-bottom: 0.01rem solid #eee; */
}

.shaixuan_ul {
    width: auto;
    height: 100%;
    margin-left: 0.9rem;
    padding: 0.16rem 0.1rem 0.5rem;
    overflow-x: hidden;
    overflow-y: scroll;
}

.layui-collapse,
.layui-colla-item,
.layui-colla-content {
    border: none;
}

.filterList {
    margin-bottom: 0.12rem;
}

.filterList h2 {
    height: 0.21rem;
    margin-bottom: 0.1rem;
    padding: 0;
    font-size: 0.15rem;
    line-height: 0.21rem;
    font-weight: bold;
    background-color: #fff;
}

.layui-colla-icon {
    left: unset;
    right: 0;
}

.layui-colla-content {
    padding: 0;
}

.filterItem {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.filterItem p {
    width: 0.85rem;
    margin-bottom: 0.12rem;
    flex: 0 0 0.85rem !important;
    -webkit-box-flex: 0 !important;
    position: relative;
    display: inline-block;
    padding: 0.11rem 0.05rem;
    font-size: 0.12rem;
    color: #333;
    line-height: 0.16rem;
    font-weight: normal;
    text-align: center;
    border-width: 0.01rem;
    border-style: solid;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    border-radius: 0.04rem;
}

.border1 {
    color: #f44b36 !important;
    border-color: #EF2B25 !important;
    background-color: #fcedeb !important;
}

.filter_btns {
    height: 0.5rem;
    padding: 0 0.08rem;
    position: absolute;
    left: 0.9rem;
    bottom: 0;
    right: 0;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.btn {
    display: inline-block;
    width: 1.305rem;
    height: 0.37rem;
    font-size: 0.16rem;
    line-height: 0.37rem;
    font-weight: bold;
    margin: 0.08rem 0 0.045rem 0;
    padding: 0 0.14rem;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    flex: 0 0 1.305rem;
    -webkit-box-flex: 0;
    border-radius: 0.185rem;
    overflow: hidden;
}

.resetBtn {
    color: #333;
    background-color: #fff;
}

.submitBtn {
    color: #fff;
    background-color: #EF2B25;
}

/* 商品列表 */
.goods_wrap {
    width: 100%;
    position: relative;
    top: 0.93rem;
    left: 0;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
}

.haslist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gameList {
    padding: 0.2rem 0.2rem 0 0.08rem;
    margin-bottom: 0.08rem;
    overflow: hidden;
}

.gameList li {
    float: left;
    width: 48%;
    margin-bottom: 0.16rem;
    /* margin-right: calc(100% - 3.62rem); */
    /* padding: 0; */
    position: relative;
}

.gameList li:nth-child(even) {
    float: right;
    margin-right: 0;
}

.gameList li a {
    display: block;
    width: 100%;
}

.pic {
    position: relative;
    width: 105%;
    padding-top: 100%;
}

.pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.1rem;
}

.det {
    padding: 0.12rem 0 0;
    background-color: #fff;
}

.title {
    height: 0.32rem;
    margin-bottom: 0.08rem;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.16rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.price {
    display: inline-block;
    height: 0.16rem;
    font-size: 0.17rem;
    color: #EF2B25;
    line-height: 0.16rem;
    font-weight: bold;
    vertical-align: middle;
}

.price span {
    font-size: 0.11rem;
}

.none {
    width: 100%;
    height: 2rem;
    font-size: 0.14rem;
    color: #999;
    line-height: 2rem;
    text-align: center;
}

.layui-layer-btn0 {
    display: block !important;
    width: 0.5rem;
    margin: 0.2rem auto !important;
    font-size: 0.14rem;
    text-align: center;
}

.del {
    display: none;
}

.layui-form-item {
    width: 100%;
    height: auto;
}

.layui-input-block {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.layui-icon-ok {
    display: none;
}

.layui-form-item .layui-form-checkbox {
    /* position: relative;
    display: inline-block; */
    height: auto;
    line-height: 0.16rem;
    margin: 0 0 0.12rem 0;
    padding: 0.11rem 0.05rem;
    -webkit-box-flex: 0 !important;
    flex: 0 0 0.85rem !important;
    border-width: 0.01rem;
    border-style: solid;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    border-radius: 0.04rem;
}

.layui-form-checkbox span {
    display: block;
    font-size: 0.12rem;
    color: #333;
    line-height: 0.16rem;
    font-weight: normal;
    text-align: center;
    background-color: #f8f8f8;
}

.layui-form-checked {
    color: #f44b36 !important;
    border-color: #EF2B25 !important;
    background-color: #fcedeb !important;
}

.layui-form-checked span {
    color: #f44b36 !important;
    background-color: #fcedeb !important;
}

.layui-form-checkbox:hover span {
    background-color: transparent;
}

.layui-laypage-count {
    display: block !important;
}

#pageSize {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}