.result-search .search-input {
    position: relative;
}

.result-search .result-search-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.result-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.result-filter {
    border-bottom: 0;
}

.result-top .result-search {
    background: none;
    width: 100%;
}

.result-top .result-search .search-input input {
    width: 100%;
}

.pull-menu {
    width: 2.2rem;
}

.icon-shenglve {
    display: block;
    height: 100%;
    width: 100%;
}

.content .module-wrapper {
    position: relative
}

.content img {
    width: 100%;
    display: block
}

.link-box {
    position: absolute
}

.link-box a {
    display: block;
    width: 100%;
    height: 100%
}

.module-three-layout {
    padding-top: 3.5rem;
    background: transparent;
}

.three-layout-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: transparent;
    box-sizing: border-box;
    padding: 10px;
}

.three-layout-item {
    width: 32%;
    background: #fff;
}

.three-layout-item:nth-of-type(n+4) {
    margin-top: 8px;
}

.three-layout-item > a {
    display: block;
    text-decoration: none
}

.three-layout-product img {
    display: block;
    width: 100%;
    height: auto;
}

.three-layout-desc span {
    font-size: .6rem;
    display: -webkit-box;
    overflow: hidden;
    padding:0 .15rem;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: #656565;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.1rem;
    line-height: 1.05rem;


}

.three-layout-price {
    padding: .25rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden
}

.tl-real-price span {
    /*font-size: .6rem;*/
    /*font-weight: bold;*/
    /*color: #af0b01*/
    font-size: .6rem;
    font-weight: bold;
    color: #ff4500;
    font-family: sans-serif;
}

.tl-real-price span em {
    font-size: .8rem;
    font-style: normal;
    font-weight: bold;
}

.tl-del-price {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: .25rem
}

.tl-del-price del {
    font-size: .6rem;
    color: #afafaf
}

.three-layout-btn button {
    border-radius: 0.2rem;
    font-size: .6rem;
    display: block;
    width: 100%;
    padding: .4rem .5rem;
    text-align: center;
    color: #fff;
    background-color: #ff4500;
    border: 0;
    outline: none;
    /*padding: 0 5px;*/
    /*padding-bottom: 10px;*/
}

.three-layout-price .tl-real-price .new {
    font-size: 12px;
    font-weight: bold;
    color: #ff4500;
    font-family: sans-serif;
}
.new em {
    font-weight: 100;
}

.three-layout-btn {
    padding: 0 5px;
    padding-bottom: 10px;
}

/*.newthree-layout-btn button {*/
    /*border-radius: 3px;*/
    /*font-size: 12px;*/
    /*display: block;*/
    /*width: 100%;*/
    /*padding: 8px 10px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*background-color: #af0b01;*/
    /*margin: 5 auto;*/
    /*text-align: center;*/
    /*!* padding: 5px; *!*/
/*}*/

.three-layout-item-1 .three-layout-price {
    display: block;
}

.three-layout-item-2 a {
    position: relative;
}

.three-layout-ms {
    position: absolute;
    top: .1rem;
    right: .1rem;
    width: 1.8rem;
    height: 1.8rem;
    border-bottom-left-radius: .9rem;
    border-bottom-right-radius: .9rem;
    background-color: #FF4400;
    color: #fff;
    font-size: .7rem;
    font-style: italic;
    line-height: 1.4rem;
    text-align: center;
    font-weight: bold;
}