.product-info-header:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    border: 1px solid #e5e5e5;
    border-top: 0px solid #eee;
}
.search-product {
    height: 45px;
}
.search-product-notag {
    height: 45px;
}
.product-header-nav {
    padding: 0px;
    text-align: center;
}

.product-info-header {
    line-height: 45px;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: block;
    background: rgb(255, 255, 255);
}

.two-prev {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 10px;
}

.two-more {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 13px;
    top: 12px;
}

.choosed-sort{
    color:red;
}

.two-more img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.search-input-div {
    display: block;
    border: none;
    width: 75%;
    border-radius: 15px;
    background: #f7f7f7;
    height: 30px;
    margin-top: 8px;
    margin-left: 12%;
}

.search-input {
    border: 0;
    background: 0 0;
    font-size: 14px;
    color: #232326;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    position: absolute;
    left: 23%;
    width: 50%;
    height: 30px;
    line-height: normal;
}

.searchimg {
    left: 15%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 12px;
}

.searchcloseimg {
    right: 15%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 12px;
}

.search-btn {
    position: absolute;
    right: -16px;
    top: -11px;
    color: #81838e;
    font-size: 14px;
    height: 44px;
    width: 55px;
    text-decoration: none;
}

.search-btn span {
    position: static;
    padding: 6px;
    box-sizing: border-box;
    background-color: #e93b3d;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 44px;
}

.product-info-searchtag {
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    position: fixed;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: none;
    background: rgb(255, 255, 255);
}
.product-info-searchtag:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    border: 1px solid #e5e5e5;
    border-top: 0px solid #eee;
}
.header-vertical-shortcut:before {
    position: absolute;
    top: -5px;
    right: 9px;
    width: 10.5px;
    height: 5px;
    background: url('../img/shortcuttri.png') no-repeat 50%;
    background-size: 100% 100%;
    content: "";
}

.product-info-searchtag div {
    width: 32%;
    display: inline-block;
}
.product-info-searchtag div img{
    width: 20px;
    height: 20px;
}
.product-info-searchtag-hyphen{
    height: 20px;
    border: 1px solid #e5e5e5;
    display: inline;
}

.header-vertical-shortcut {
    position: absolute;
    top: 53px;
    right: 10px;
    z-index: 1000;
    border-radius: 4px;
    width: 125px;
    background: rgba(0, 0, 0, .7);
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none outside none;
    min-height: 165px;
    display: none;
}

.header-vertical-shortcut li {
    display: block;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    height: 40px;
    line-height: 40px;
    z-index: 1000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

.header-vertical-shortcut li a {
    display: block;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    z-index: 1000;
    text-decoration: none;
}
.mask-filter-div-white{
    display: none;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    background: white;
}
/*个人中心标题*/
.user-title{
    font-size: 14px;
    color: #3d4145;
}

/*商品详情头部样式*/
.header-vertical-product:before {
    position: absolute;
    top: -5px;
    right: 9px;
    width: 10.5px;
    height: 5px;
    background: url('../img/shortcuttri.png') no-repeat 50%;
    background-size: 100% 100%;
    content: "";
}
.header-vertical-product {
    position: fixed;
    top: 45px;
    right: 8px;
    z-index: 1000;
    border-radius: 4px;
    width: 125px;
    background: rgba(0, 0, 0, .7);
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
.header-vertical-product li {
    display: block;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    height: 40px;
    line-height: 40px;
    z-index: 1000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

.header-vertical-product li a {
    display: block;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    z-index: 1000;
    text-decoration: none;
    text-align: center;
}
/*商品详情头部样式*/
