@charset "UTF-8";
.w1400 {
    width: 1400px;
    height: auto;
    margin: 0 auto;
}
.headers {
    display: flex;
}
.headers > a {
    width: 264px;
    height: 44px;
    margin: 28px 0;
}
.headers > a  img {
    width: 100%;
    height: 100%;
    display: block;
}
.headers .searching {
    width: 600px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(112deg, #FF8252 14.59%, #FFB873 85.41%);
    margin: 28px 48px 28px 136px;
    display: flex;
}
.headers .searching .search_in {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 12px;
    background: #fff;
    margin: 2px;
    display: flex;
}
.headers .searching .search_in > img {
    width: 18px;
    height: 18px;
    margin: 12px 8px 12px 14px;
}
.headers .searching .search_in > input {
    width: calc(100% - 120px);
    height: 100%;
    outline: none;
    border: none;
    font-size: 15px;
    color: #999999;
}
.headers .searching .search_in .search_btn {
    width: 80px;
    height: 42px;
    background: url("http://img3.91jf.com/qcloud/adv/20240625/20240625152650_2392499148.png") no-repeat center / auto 100%;
    cursor: pointer;
}
.headers .subhead {
    width: 232px;
    height: 16px;
    background: url("https://img3.91jf.com/qcloud/adv/20240625/20240625153412_4332352720.png") no-repeat center / auto 100%;
    margin: 42px 0;
}
.headers .contacts {
    text-align: center;
    margin: 10px 0 0 48px;
}
.headers .contacts>img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
.headers .contacts>p {
    width: 100%;
    height: 16px;
    line-height: 16px;
    margin: 4px 0 0;
}

.onmouse {
    position: relative;
}
.onmouse .image {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.onmouse .image>img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s;
}
.onmouse:hover img {
    transform: scale(1.1);
}

.contents {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: #FFF2EB;
}
.banner {
    width: 100%;
    height: 400px;
}
.banner .image {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
.search_word {
    width: calc(1400px - 40px);
    height: 52px;
    padding: 17px 20px;
    background: #fff;
    border-radius: 16px;
    position: absolute;
    top: 357px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
}
.search_word .item {
    width: 200px;
    height: 52px;
    margin-right: 32px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.search_word .item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 36px;
    background: #EBEBEB;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.search_word .item:last-child {
    margin-right: 0;
}
.search_word .item>img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}
.search_word .item .word {
    width: calc(100% - 60px);
    height: 44px;
    margin: 4px 8px;
    overflow: hidden;
    cursor: pointer;
}
.search_word .item .word:hover p:first-child {
    color: #FF5900;
}
.search_word .item .word p:first-child {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
}
.search_word .item .word p:last-child {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999999;
}

.good_stuff {
    height: 404px;
    margin-top: 24px;
    background: url("http://img3.91jf.com/qcloud/adv/20240625/20240625164504_1148412489.png") no-repeat center / auto 100%;
    overflow: hidden;
}
.good_stuff .stuff {
    width: 1284px;
    height: 340px;
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    margin: 16px 16px 16px 68px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}
.good_stuff .stuff .item {
    width: 244px;
    height: 340px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 16px;
}
.good_stuff .stuff .item .image {
    width: 244px;
    height: 244px;
    border-radius: 8px;
    overflow: hidden;
}
.good_stuff .stuff .item:nth-child(5n + 1) {
    margin-left: 0;
}
.good_stuff .stuff .item .goods {
    width: 100%;
    height: 96px;
}
.good_stuff .stuff .item .goods .title {
    width: calc(100% - 16px);
    height: 48px;
    margin: 8px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.good_stuff .stuff .item .goods .info {
    width: calc(100% - 16px);
    height: 24px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.good_stuff .stuff .item .goods .info span:first-child {
    height: 24px;
    line-height: 24px;
    font-weight: 600;
    font-size: 20px;
    color: #fd5800;
}
.good_stuff .stuff .item .goods .info span:first-child>span {
    font-size: 14px;
    color: #fd5800;
    display: inline-block;
}
.good_stuff .stuff .item .goods .info span:last-child {
    height: 20px;
    line-height: 20px;
    margin: 2px 0;
    font-size: 14px;
    color: #999999;
}

.floor {
    height: auto;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    margin: 24px auto 0;
}
.floor .f_title {
    width: 375px;
    height: 44px;
    display: block;
    margin: 20px auto;
}
.floor .flr {
    width: 100%;
    height: auto;
    margin: 4px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.floor .flr .fla {
    width: 446px;
    height: 304px;
    margin: 0 0 16px 16px;
    border-radius: 8px;
    overflow: hidden;
}

.floor .flr .flb {
    width: 330px;
    height: 380px;
    margin: 0 0 16px 16px;
    border-radius: 8px;
    overflow: hidden;
}
.floor .flr .flb:first-child {
    width: 676px;
}
.goods_area {
    height: auto;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    margin: 24px auto 0
}
.seek {
    width: 100%;
    height: 100px;
    position: relative;
}
.seek .position {
    width: 1400px;
    height: 100px;
}
.seek .criteria {
    width: calc(100% - 40px);
    height: 50px;
    background: #FAFAFA;
    padding: 0 20px;
    position: relative;
}
.seek .criteria:last-child {
    background: #ffffff;
}
.seek .criteria:last-child::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.seek .criteria .introd {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    margin: 15px 20px 15px 0;
    float: left;
}
.seek .criteria .cate_ul {
    width: auto;
    height: 20px;
    font-size: 14px;
    margin: 15px 0;
    display: flex;
    flex-wrap: nowrap;
    float: left;
}
.seek .criteria .cate_ul>li {
    width: auto;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    color: #666666;
    margin: 0 20px;
}
.seek .criteria .rank_ul {
    width: auto;
    height: 20px;
    font-size: 14px;
    margin: 15px 0 15px 5px;
    display: flex;
    flex-wrap: nowrap;
    float: left;
}
.seek .criteria .rank_ul>li {
    width: auto;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    color: #666666;
    margin: 0 15px;
    position: relative;
}
.seek .criteria .cate_ul>li.hover,
.seek .criteria .cate_ul>li:hover,
.seek .criteria .rank_ul>li.hover,
.seek .criteria .rank_ul>li:hover {
    color: #FF5900;
}
.seek .criteria .rank_ul>li .price_ul {
    display: none;
    background: #ffffff;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 6;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.seek .criteria .rank_ul>li:hover .price_ul {
    display: block;
}
.seek .criteria .rank_ul>li .price_ul>li {
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 10px;
    color: #666666;
}
.seek .criteria .rank_ul>li .price_ul>li:hover {
    color: #FF5900;
}

.seek .criteria .operate {
    width: 205px;
    height: 50px;
    position: relative;
    float: left;
}
.seek .criteria .operate .section {
    width: auto;
    height: auto;
    background: #ffffff;
    z-index: 5;
    position: absolute;
}
.seek .criteria .operate .section .input {
    width: auto;
    height: 28px;
    margin: 11px 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.seek .criteria .operate .section .input input {
    width: 78px;
    height: 26px;
    line-height: 26px;
    outline: none;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    text-indent: 6px;
    color: #666666;
}
.seek .criteria .operate .section .input em {
    width: 9px;
    line-height: 28px;
}
.seek .criteria .operate .section .btn {
    width: auto;
    height: 28px;
    font-size: 14px;
    margin: 12px 15px;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: none;
}
.seek .criteria .operate .section .btn span {
    width: 42px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.seek .criteria .operate .section .btn span:first-child {
    border: 1px solid #e6e6e6;
    color: #666666;
}
.seek .criteria .operate .section .btn span:last-child {
    border: 1px solid #FF5900;
    color: #ffffff;
    background: #FF5900;
}
.seek .criteria .operate:hover .section {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.seek .criteria .operate:hover .section .btn {
    display: flex;
}
.seek .criteria .choice {
    width: auto;
    height: 26px;
    border: 1px solid #E2E2E2;
    margin: 11px 0 11px 5px;
    display: flex;
    flex-wrap: nowrap;
    float: left;
}
.seek .criteria .choice>li {
    width: 19px;
    height: 26px;
    border-right: 1px solid #E2E2E2;
    position: relative;
    cursor: pointer;
}
.seek .criteria .choice>li:last-child {
    border: none;
}
.seek .criteria .choice>li .bar {
    width: 19px;
    background: #ededed;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ededed;
}
.seek .criteria .choice>li .bar1 {
    height: 2px;
}
.seek .criteria .choice>li .bar2 {
    height: 12px;
}
.seek .criteria .choice>li .bar3 {
    height: 18px;
}
.seek .criteria .choice>li .bar4 {
    height: 8px;
}
.seek .criteria .choice>li .bar5 {
    height: 4px;
}
.seek .criteria .choice>li .msg_info {
    display: none;
    width: 129px;
    height: 38px;
    background: url("http://img3.91jf.com/qcloud/adv/20240626/20240626163235_1695934236.png") no-repeat center / auto 100%;
    position: absolute;
    top: -40px;
    left: -55px;
    text-align: center;
    line-height: 32px;
    z-index: 5;
}
.seek .criteria .choice>li:hover .bar {
    background: #FF5900;
}
.seek .criteria .choice>li:hover .msg_info {
    display: block;
}
.seek .criteria .kw_input {
    width: 298px;
    height: 30px;
    border: 1px solid #FF8252;
    border-radius: 8px;
    margin: 9px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    float: right;
}
.seek .criteria .kw_input>img {
    width: 20px;
    height: 20px;
    margin: 5px 4px 5px 6px;
}
.seek .criteria .kw_input input {
    outline: none;
    border: none;
    width: calc(100% - 92px);
    height: 30px;
    line-height: 30px;
    color: #CCCCCC;
    font-size: 14px;
}
.seek .criteria .kw_input .search_btn {
    width: 62px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #FF5900;
    cursor: pointer;
}

.goods_ul {
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.goods_ul .goods_li {
    width: 214px;
    height: 329px;
    border-radius: 8px;
    overflow: hidden;
    margin: 16px 0 0 16px;
}
.goods_ul .goods_li .image {
    width: 214px;
    height: 214px;
    border-radius: 8px;
    overflow: hidden;
}
.goods_ul .goods_li .goods {
    width: calc(100% - 16px);
    height: 99px;
    padding: 8px;
    overflow: hidden;
}
.goods_ul .goods_li .goods .title {
    width: 100%;
    height: 42px;
    margin-bottom: 8px;
    line-height: 21px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods_ul .goods_li .goods .price {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-weight: 600;
    font-size: 20px;
    color: #fd5800;
}
.goods_ul .goods_li .goods .price span {
    font-size: 14px;
    display: inline-block;
}
.goods_ul .goods_li .goods .info {
    width: 100%;
    height: 17px;
    margin-top: 8px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.goods_ul .goods_li .goods .info span {
    height: 17px;
    line-height: 17px;
    color: #666666;
}
.goods_ul .goods_li .goods .info span:last-child {
    color: #999999;
}
.goods_ul .no_data {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 20px auto;
}