.head {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 5px solid #BF2E27;
}

.head_ad {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #ff5010;
}

.head-top {
    border-bottom: 1px solid #dfdfdf;
}

.head-top .top {
    width: 80rem;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: auto;
}

.top .top-lt {
    font-size: 14px;
    color: #212529;
}

.top .top-menu {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.top-menu a {
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.top-menu a:hover {
    text-decoration: none;
    color: #BF2E27;
}

.exchange-rate {
    font-size: 15px;
    color: #fff;
    background-color: #BF2E27;
    border-radius: 5px;
    padding: 2px 8px 2px 8px;
}

.head-logo-search-cart {
    width: 80rem;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.head-logo-search-cart .logo {
    display: block;
    width: 180px;
    overflow: hidden;
}

.logo img {
    width: 100%;
    overflow: hidden;
}

.head-logo-search-cart .search {
    width: 58%;
    overflow: hidden;
}

.search-m {
    overflow: hidden;
    display: flex;
    padding-left: 15px;
}

.search-m div {
    font-size: 14px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 3px 10px 3px 10px;
    border-radius: 5px 5px 0 0;
    margin-left: 5px;
}

.search-m div:hover {
    background-color: #BF2E27;
    color: #fff;
    cursor: pointer;
}

.search-m div:active {
    background-color: #BF2E27;
    color: #fff;
    cursor: pointer;
}

.search-input {
    border: 2px solid #BF2E27;
    border-radius: 5px;
    padding: 5px;
}

.search .search-language {
    width: 120px;
    height: 35px;
    border: none;
    outline: none;
}

.search .search-s {
    width: 67%;
    height: 35px;
    border: none;
    outline: none;
}

.search .search-b {
    width: 70px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #BF2E27;
}

.search .search-c {
    width: 108px;
    height: 35px;
    font-size: 15px;
    color: #666;
    border: none;
    border-radius: 5px;
    background-color: #eee;
    margin-left: 10px;
}

.search .search-c:hover {
    background-color: #BF2E27;
    color: #fff;
}

.search-c i {
    font-size: 18px
}

.shopping-cat {
    width: 120px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px 5px 10px 5px;
    background-color: #f7f7f7;
    display: flex;
    transition: ease .5s;
    margin-top: 25px;
    justify-content: center;
    font-weight: bold;
}
.shopping-cat i {font-size:16px;}

.shopping-cat:hover {
    text-decoration: none;
    color: #fff;
    background-color: #BF2E27;
    border: none;
    transition: ease .5s;
}

.shopping-cat strong {
    background-color: #BF2E27;
    color: #fff;
    border-radius: 100%;
    padding: 1px;
    text-align: center;
    line-height: 21px;
    height: 24px;
    width: 24px;
    font-size:16px;
}

.menu {
    width: 80rem;
    padding: 0 0 .5rem 0;
    margin: auto;
}

.menu li {
    float: left;
}

.menu a {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #212529;
    padding: .3rem 1.5rem .3rem 1.5rem;
}

.menu a:hover {
    font-size: 1rem;
    font-weight: bold;
    color: #BF2E27;
}

.menu .menu-se {
    width: 8rem;
    height: 2rem;
    font-size: 1rem;
    font-weight: bold;
    float: left;
    padding: 0.3rem 1.5rem 0.3rem 1.5rem;
    border: none;
    outline: none;
    margin-right: 2rem;
}

.m-list {
    background: url(../images/list.png) no-repeat 0;
}


.link_bg {
    width: 100%;
    overflow: hidden;
    background: #eeebe0;
    border-top: 1px solid #e5e2d7;
    border-bottom: 1px solid #e5e2d7;
    margin-top: 2rem;
}

.link {
    width: 80rem;
    overflow: hidden;
    margin: auto;
    display: flex;
    gap: 9rem;
}

.link_list {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.link_list_title {
    border-bottom: 1px solid #dddad0;
    padding-bottom: 1rem;
    font-weight: bold;
    color: #5f5442
}

.link_list ul {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.link_list li {
    margin-bottom: .2rem;
}

.link_list a {
    font-size: 14px;
    color: #999083;
}

.link_list a:hover {
    color: #BF2E27;
    text-decoration: underline;
}

.footer_bg {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.footer {
    width: 80rem;
    overflow: hidden;
    font-size: 15px;
    color: #5f5442;
    text-align: center;
    margin: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

/*** 图片拖拽搜索样式 ***/
.drag-drop-area {
    display: none;
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.drag-drop-area.drag-over {
    background-color: #f0f8ff;
}