* {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    list-style: none;
}

a {
    color: #020202;
    text-decoration: none;
}

.page {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}

.back-top {
    position: fixed;
    right: 50px;
    bottom: 150px;
    width: 48px;
    height: 40px;
    line-height: 46px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    z-index: 9999;
}

.back-top span {
    font-size: 30px;
}

/* 顶部导航 */
.headMenu {
    width: 100%;
    font-size: 12px;
    color: #666666;
    background-color: #f5f5f5;
}

.headMenu .nav {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 34px;
}

.headMenu-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headMenu-left li {
    list-style: none;
    cursor: pointer;
}

.headMenu-left li .down {
    width: 10px;
    height: 6px;
    margin-left: 5px;
}

.headMenu-left li:nth-child(2) {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headMenu-left li:nth-child(2) span {
    padding: 0 3px;
    background: #ff5500;
    color: #fff;
    border-radius: 50%;
    min-height: 15px;
    display: inline-block;
    max-height: 15px;
    line-height: 15px;
}

.headMenu-left li:hover {
    list-style: none;
    cursor: pointer;
    color: #EF6C00;
}

.headMenu-left .user_info {
    position: relative;
}

.headMenu-left .account {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 30px;
    display: none;
    width: 250px;
    height: 110px;
    background: #fff;
    color: #666666;
    padding: 10px 15px;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px #dcdcdc;
}

.headMenu-left .account .account-top {
    text-align: right;
}

.headMenu-left .account .account-top a {
    cursor: pointer;
    color: #666666;
}

.headMenu-left .account .account-top a:nth-child(1):hover {
    color: #ef6c00;
}

.headMenu-left .account .account-top a:nth-child(3):hover {
    color: #ef6c00;
}

.headMenu-left .account .account-top span:nth-child(2) {
    margin: 0 5px;
    color: #ccc;
}

.headMenu-left .account .account-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headMenu-left .account .account-info img {
    width: 50px;
    height: 50px;
    margin: 0 15px;
}

.headMenu-left .account .account-info p {
    cursor: pointer;
    color: #666666;
}

.headMenu-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headMenu-right li {
    list-style: none;
    margin-left: 20px;
    cursor: pointer;
}

.headMenu-right li .down {
    width: 10px;
    height: 6px;
    margin-left: 5px;
}

.left_ad{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    top: 180px;
    right: calc(50% + 610px);
}
.right_ad{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    top: 180px;
    left: calc(50% + 610px);
}


.headMenu-right li:nth-child(3) {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headMenu-right li:nth-child(3) span {
    padding: 0 3px;
    background: #ff5500;
    color: #fff;
    border-radius: 50%;
    min-height: 15px;
    display: inline-block;
    max-height: 15px;
    line-height: 15px;
}

.headMenu-right li:hover {
    list-style: none;
    margin-left: 20px;
    cursor: pointer;
    color: #EF6C00;
}

.headMenu-right .favorite {
    position: relative;
}

.headMenu-right .favorite-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    display: none;
    width: 80px;
    background: #fff;
    color: #666666;
    padding: 0 10px;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px #dcdcdc;
    z-index: 9999;
}

.headMenu-right .favorite-info a {
    color: #666666;
}

.headMenu-right .favorite-info a:hover {
    color: #ef6c00;
}

.headMenu-right .contact-service {
    position: relative;

}

.headMenu-right .service-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    display: none;
    min-width: 200px;
    background: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px #dcdcdc;
    z-index: 9999;
}

.headMenu-right .service-info div a {
    color: #666666;
}

.headMenu-right .service-info div a:hover {
    color: #ef6c00;
}

/* 搜索框 */
.middle-search {
    min-width: 1200px;
    width: 100%;
    padding: 0;
}

.middle-search .middle {
    display: flex;
    height: 120px;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    padding: 0 10px;
}

.middle-search .logo {
    width: auto;
    height: 70px;
    object-fit: contain;
    margin-right: 100px;
}

.search-box .search_con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-box .search_service {
    font-size: 12px;
    cursor: pointer;
    line-height: 26px;
    text-align: center;
    background: #f0f0f0;
    width: 60px;
    height: 26px;
    border-radius: 4px 4px 0 0;
}

.back_primary {
    background: #EF6C00 !important;
    color: #fff !important;
}

.search_con li {
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
    line-height: 26px;
    text-align: center;
    background: #f0f0f0;
    width: 52px;
    height: 26px;
    border-radius: 4px 4px 0 0;
}

.middle .goods_img {
    width: 142px;
    height: 100px;
    margin-right: 50px;
    object-fit: contain;
}

.search-cart {
    display: flex;
    width: 500px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.search-cart .search-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.search-cart .search_img {
    position: absolute;
    top: 6px;
    right: 1%;
    width: 22px;
    height: 20px;
}

.search-cart .search_img img {
    width: 100%;
    height: 100%;
}

.input_file {
    position: absolute;
    right: 0;
    width: 25px;
    height: 22px;
    opacity: 0;
    cursor: pointer;
}

.search-cart .search-input {
    width: 508px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #EF6C00;
    padding: 4px 7px;
    outline: none;
}

.search-cart .search_goodsImg {
    width: 88px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    border-radius: 4px;
}

.search-cart .search-input::-webkit-input-placeholder {
    color: #bdbbbb;
    font-size: 12px;
}

.search-cart .search_logo {
    width: 84px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.search_logo .search-icon {
    width: 17px;
}

.search_submit {
    width: 84px;
    height: 32px;
    background: #ef6c00;
}

.search_btn {
    /* position: absolute; */
    width: 84px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    border: none;
    background: url('../image/search.png') no-repeat;
    background-position: center;
    background-size: 18px;
}

.search_history {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 7px;
}

.search_history li {
    padding: 0 7px;
    color: #666666;
    cursor: pointer;
}

/* 自定义栏目/登录信息 */
.bottom .navbar {
    font-size: 14px;
    width: 1200px;
    height: 46px;
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.bottom .navbar .menu {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    overflow: auto;
}

.bottom .navbar .menu li {
    font-weight: bold;
    height: 30px;
    font-size: 16px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    background-position: 0 -30px;
    background-image: url(https://g1.17qcc.com/2018/home/sprites.png?201909);
    background-repeat: no-repeat;
    cursor: pointer;
}

.service_menu li {
    font-weight: normal !important;
    background-image: none !important;
}

.bottom .navbar .menu li:first-child {
    background: none;
    color: #ff5500;
}

.bottom .navbar .menu li:hover {
    color: #ff5500;
}

.login {
    width: 25%;
    text-align: right;
}

.login .login-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.login .userIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.login p {
    font-size: 12px;
    margin: 8px 5px;
    color: #666666;
}

.user-btn button {
    color: #fff;
    background-color: #ef6c00;
    border-color: #ef6c00;
    border: 1px solid;
    border-radius: 5px;
}

.user-btn a:nth-child(2) button {
    background-color: #fff;
    color: #EF6C00;
}

.login-btn {
    width: 60px;
    height: 32px;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}

/* 内容 */
.container {
    width: 100%;
    background: #f5f5f5;
}

.content {
    padding: 10px 0 30px 0;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner-top {
    width: 100%;
}

.banner-top img {
    width: 100%;
    height: 60px;
    object-fit: fill;
}

/* 鞋子资讯信息 */
.info-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px 0;

}

.info-data .shoes-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    width: 65%;
    overflow: auto;
}

.shoes-category li:nth-child(1) {
    color: #ef6c00;
    font-weight: bold;

}

.shoes-category li {
    padding: 0 7px;
    white-space: nowrap;
    color: #666666;
}

/* 鞋库资讯 */
.shoes-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    width: 34%;
}

.shoes-info .info-title {
    color: #ef6c00;
    font-weight: bold;
    width: 80px;
}

.overflow_info {
    width: 23vw;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 首页广告列表 */
.banner-list {
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.banner-list a {
    width: 25%;
}

.banner-list img {
    width: 12%;
    height: 80px;
    margin-left: 2px;
    margin-top: 8px;
    padding: 0 5px;
    box-sizing: border-box;
}

/* 楼层 */
.floor-info .floor-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 10px;
}

.floor-item .floor-title {
    display: flex;
    /* flex-direction: row;
    align-items: center; */
    justify-content: space-between;
}

.floor-item .floor-title .title {
    text-align: left;
    margin: 14px;
    color: #0d0804;
    font-size: 1.3vw;
    font-weight: 600;
}

.floor-item .floor-title .keywords {
    font-size: 12px;
    padding: 5px 0;
    margin: 15px 5px;
    color: #999;
    cursor: pointer;
}

.floor-item .floor-title .keywords a {
    margin: 0 5px;
}

.floor-item .floor-title .keywords a:hover {
    color: #ef6c00;
}

/* 商品信息 */
.goods-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #f5f5f5;
}
.primary{
    color: #ef6c00!important;
}
.goods-info .goods-container {
    width: 20%;
    min-height: 302px;
    display: flex;
    flex-direction: column;
    background: #fff;
    float: left;
    padding: 10px;
    cursor: pointer;
    border-left: 1px solid #f5f5f5;
    box-sizing: border-box;
}

.goods-info .change {
    border: 2px solid transparent;
}

.goods-info .change:hover {
    border: 2px solid #ef6c00;
}

.goods-container .show-image {
    position: relative;
    margin-bottom: 5px;
    max-height: 216px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.goods-container .show-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.goods-container .show-image .tag {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 8px;
}

.goods-container .show-image .tag label {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    background: #72dd79;
}

.goods-container .show-sn {
    text-align: left;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods-container .show-name {
    text-align: left;
    font-size: 12px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods-container .show-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #ef6c00;
}

.goods-container .show-price span {
    margin-right: 3px;
    font-size: 14px;
}

.goods-container .watch {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.goods-container .watch span {
    font-size: 12px;
    font-weight: 400;
}

.goods-container .watch .category_label {
    padding: 2px 5px;
    border: 1px solid #2d8cf0;
    border-radius: 3px;
    color: #2d8cf0;
    font-weight: bold;
}

.goods-container .watch_num {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.goods-container .watch_num img {
    width: 12px;
    margin-right: 5px;
}

/* 店铺广告图 */
.banner-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

/* 店铺推荐 */
.shop-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #f5f5f5;
}

.shop-content .shop-container {
    width: 33.33333333%;
    display: flex;
    flex-direction: column;
    padding: 12px 18px;
    background-color: #fff;
    box-sizing: border-box;
    border-left: 1px solid #f5f5f5;
}

.shop-content .shop-change {
    border: 2px solid transparent;
}

.shop-content .shop-change:hover {
    border: 2px solid #ef6c00;
}

.shop-container .show-image {
    min-height: 110px;
    height: 11vw;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.shop-container .show-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.shop-container .show-name {
    text-align: left;
    font-size: 14px;
    color: #333;
}

.shop-container .show-name label {
    margin-right: 1vw;
    font-size: 14px;
    color: #0092cc;
}

.shop-container .show-business {
    text-align: left;
    font-size: 13px;
    color: #333;
}

/* 底部 */
.footer {
    width: 100%;
    background: #fff;
}

.footer .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1200px;
    margin: 0 auto;
    padding: 45px 10px 20px 10px;
    box-sizing: border-box;
}

.footer .top .logo {
    width: 35%;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.footer-border{
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.footer .top .describe {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 55%;
    text-align: left;
}
.footer .top .logo-info {
    width: 55%;
    float: left;
}
.footer .top .describe-info {
    margin-left: 15px;
    width: 18%;
}
.footer .top .weach-info{
    width: 40%;
    display: inline-block;
    margin-left: 20px;
}

.footer .top .describe .describe-info p {
    font-size: 16px;
    color: #5b5b5b;
}

.footer .top .describe .describe-info .title_li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    color: #8e8e8e;
    margin-top: 5px;
    cursor: pointer;
}

.footer .bottom {
    padding: 20px 0;
    font-size: 12px;
    font-weight: 500;
    color: #c1bbbb;
    background: #2a2a29;
    line-height: 33px;
    border-top: 1px solid #f5f5f5;
}

.footer .bottom .friend-ship {
    text-align: center;
}

.footer .bottom .friend-ship a {
    margin: 0 10px;
    color: #c1bbbb;
}

.footer .bottom .friend-ship a:hover {
    color: #EF6C00;
}

.footer .bottom .service-info {
    display: flex;
    justify-content: center;
}


.nav2 {
    width: 50px;
    border: 1px solid #ccc;
}

.list {
    display: none;
    padding: 0;
    margin-left: 20px;
    width: 200px;
    border: 1px solid #ccc;
    list-style: none;
}

.horizontal_dotted_line {
    display: flex;
    width: 99%;
    text-align: center;
    /*border-right: 1px solid black;
    border-left: 1px solid black;*/
    padding: 0px 0px 10px 0px;
}
.horizontal_dotted_line span{
    margin:0px 5px 0 5px
}
.horizontal_dotted_line:after {
    border-bottom: 1px dotted black;
    content: '';
    flex: 1;
}
.horizontal_dotted_line:before {
    border-bottom: 1px dotted black;
    content: '';
    flex: 1;
}
/**一键上传*/
.theme-popbod {
    padding: 10px 15px;
    color: #444;
    height: 168px;
}

.theme-popbod li {
    float: left;
    padding-left: 25px;
    margin: 7px 0;
}
.dotted_line{
    max-height: 72px;
    width: 99%;
    text-align: center;
    color: #646262;
   /* overflow: hidden;
    height: 24px;*/
}
.dotted_line a{
    position: relative;
    color: #9a9a9a;
    padding: 0 8px;
}
.dotted_line a:after {
    position: absolute;
    top: 3px;
    margin-left: 8px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #5c5c5c;
}
.language{
    float: right;
    margin-left: 50px;
}
