/* 搜索框 */
.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: #EF2B25;
}

.back {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.105rem 0.035rem 0.105rem 0;
    font-size: 0.24rem;
    color: #fff;
}

.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 {
    position: relative;
    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: #999;
    line-height: 0.16rem;
    border: 0;
    box-sizing: content-box;
    background-color: transparent;
}

.cancel {
    width: 0.14rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    line-height: 0.14rem;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0.06rem;
    z-index: 10;
    border-radius: 50%;
    background-color: #d5d5d6;
}

.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: #EF2B25;
}

.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;
}

/* 选项卡 */
.layui-tab-card {
    display: flex;
    position: fixed;
    top: 0.46rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: #fff;
    overflow: hidden;
}

.layui-tab-title {
    width: 0.5rem;
    height: 100%;
    border: none;
}

.layui-tab-card>.layui-tab-title {
    background-color: #f8f8f8;
}

.layui-tab-title {
    white-space: normal;
}

.layui-tab-card>.layui-tab-title li {
    margin: 0;
    padding: 0;
}

.layui-tab-title li {
    width: 100%;
    height: 0.5rem;
    min-width: unset;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.5rem;
}

.layui-tab-card>.layui-tab-title .layui-this:after {
    border: none;
}

.layui-tab-card>.layui-tab-title .layui-this {
    color: #EF2B25;
}

.layui-tab-bar {
    display: none;
}

.layui-tab-content {
    padding: 0;
}

.layui-tab-item {
    margin-bottom: 0.5rem;
    position: absolute;
    top: 0;
    left: 0.5rem;
    right: 0;
    bottom: 0.31rem;
    flex: 1;
    -webkit-box-flex: 1;
    background-color: #fff;
}

.layui-tab-item ul {
    width: 100%;
    height: 100%;
    /* display: flex;
    flex-wrap: wrap; */
    padding: 0.15rem 0;
    color: #333;
    background-color: #fff;
    overflow-y: scroll;
}

.none {
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
    color: #999;
    text-align: center;
    line-height: 2rem;
}

.layui-tab-item ul li {
    float: left;
    width: 33.33%;
    max-width: 33.33%;
    margin-bottom: 0.16rem;
    padding: 0;
    flex: auto;
    -webkit-box-flex: 1;
}

.layui-tab-item ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pic {
    margin-bottom: 0.06rem;
}

.layui-tab-item ul li a img {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
}

.layui-tab-item ul li a p {
    width: 100%;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.2rem;
    text-align: center;
}