@charset "utf-8";
.search_show {
    font-size: 12px;
    line-height: 30px;
}
.search_show .show_tit {
    color: #999999;
    margin-top: 10px;
}
.search_show .show_list {
    width: calc(100% - 70px);
}
.search_show .show_list .show_item {
    color: #666666;
    padding: 0 8px;
    height: 30px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 0 10px;
}
.search_show .show_list .show_item i {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    line-height: 30px;
}
.filter ._fx_wrapper {
    background: #fff;
    margin-top: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.filter .filter_item {
    padding: 17px 0;
    border-top: 1px solid #f6f6f6;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.filter .filter_item:first-child {
    border-top: none;
}
.filter .filter_item .filter_tit {
    color: #999999;
    width: 70px;
    text-align: right;
}
.filter .filter_item .filter_right {
    width: calc(100% - 70px);
}
.filter .filter_item .category_item,
.filter .filter_item .condition_item {
    margin: 0 9px;
    padding: 0 7px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 4px;
    border-radius: 4px;
}
.filter .filter_item .category_item:hover {
    color: #FF414D;
}
.filter .filter_item .condition_item .checkbox i {
    padding-left: 24px;
    position: relative;
    line-height: 20px;
    display: inline-block;
}
.filter .filter_item .condition_item .checkbox i::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border: 1px solid #BCBCBC;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
}
.filter .filter_item .condition_item .checkbox input:checked + i::before {
    content: '\e622';
    font-family: iconfont;
    border-color: #FF414D;
    background: #FF414D;
}
.filter .filter_item .condition_item .checkbox:hover i::before {
    border-color: #FF414D;
}
.filter .filter_item .condition_item .checkbox:hover i,
.filter .filter_item .condition_item .checkbox input:checked + i {
    color: #FF414D;
}
.sort {
    margin-top: 10px;
}
.sort ._fx_wrapper {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}
.sort ._fx_wrapper .sort_tit {
    padding-right: 10px;
    width: 73px;
    box-sizing: border-box;
    color: #999999;
    text-align: center;
}
.sort ._fx_wrapper .sort_item {
    line-height: 40px;
    color: #666;
    cursor: pointer;
    padding: 0 14px;
}
.sort ._fx_wrapper .sort_item:not(.nohover):hover {
    color: #FF414D;
}
.sort ._fx_wrapper .sort_item > div {
    font-size: 12px;
    color: #999999;
}
.sort ._fx_wrapper .sort_item > div .layui-input {
    width: 100px;
    height: 30px;
    background: #F6F6F6;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 28px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #F6F6F6;
    display: inline-block;
    vertical-align: middle;
}
.sort ._fx_wrapper .sort_item > div .layui-input:hover,
.sort ._fx_wrapper .sort_item > div .layui-input:focus {
    border-color: #FF414D !important;
}
.sort ._fx_wrapper .sort_item > div span {
    margin: 0 6px;
}
.sort ._fx_wrapper .sort_item > div .layui-btn {
    vertical-align: middle;
    background: transparent;
    height: 30px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    padding: 0 6px;
    display: none;
}
.sort ._fx_wrapper .sort_item.arrow {
    position: relative;
    padding-right: 18px;
}
.sort .arrow::after,
.sort .arrow::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 4px;
    border: 4px solid transparent;
    top: 50%;
}
.sort .arrow::before {
    margin-top: -10px;
    border-bottom-color: #BCBCBC;
}
.sort .arrow::after {
    margin-top: 1px;
    border-top-color: #BCBCBC;
}
.sort .arrow.up::before {
    border-bottom-color: #FF414D;
}
.sort .arrow.down::after {
    border-top-color: #FF414D;
}
.lists {
    padding: 5px 0;
}
.lists .list {
    margin: 0 -5px;
}

.expert_list {
    margin: 5px -5px;
}
.expert_list .expert_item {
    width: calc(33.33333% - 10px);
    height: 194px;
    border: 1px solid transparent;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px;
    box-sizing: border-box;
}
.expert_list .expert_item:hover {
    border-color: #FF414D;
    box-shadow: 0px 23px 24px 3px rgba(255, 65, 77, 0.15);
}
.expert_list .expert_item a {
    display: block;
}
.expert_list .expert_item .expert_info  {
    padding: 21px 18px 14px;
}
.expert_list .expert_item .expert_info .expert_head {
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.expert_list .expert_item .expert_info .expert_msg {
    width: calc(100% - 110px);
    padding-left: 30px;
    box-sizing: border-box;
}
.expert_list .expert_item .expert_name {
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}
.expert_list .expert_item .item_intor {
    width: 50%;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 13px;
}
.expert_list .expert_item .badge_list {
    margin-top: 15px;
}
.expert_list .expert_item .layui-badge {
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.expert_list .expert_item .expert_intor {
    padding: 12px 20px 15px;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    box-sizing: border-box;
}
/*商品列表页、店铺商品列表页制作方案的按钮样式*/
.map-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    z-index: 2;
    display: flex;
    display: none;
}
.map-top__btn {
    flex: 1;
    width: 50%;
    height: 30px;
    text-align: center;
    background: rgba(255, 65, 77, .8);
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    line-height: 30px;
    margin: 0;
    border-radius: 0; 
}
.goods_item_skin_two:hover .map-top {
    display: flex;
}