body {
    background: #F9F9F9;
}

.search {
    position: relative;
}
.top-fixed.fixed .search{
position: relative;
}
.top-fixed.hide .search{
position: relative;
}
.top-fixed.op .search{
// position: fixed;
position: relative;
}
.top-fixed {
    width: 100%;
    z-index: 10;
    background: #f9f9f9;
}

.top-fixed.relative {
    position: relative;
    top: 0;
}

.top-fixed.fixed {
    position: fixed;
    // background: #f9f9f9;
    top: 0;
}

.top-fixed.hide {
    position: fixed;
    top: -264px;
}



.quality-list {
    height: 80px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    background: #fff;
}
.bannerswipwer{
    width:100%;
    overflow:hidden;
    width:750px;
    height:320px;

}

 .bannerswipwer .ban-swiper-link{
    display:block;
    text-align: center;
    width: 750px;
    position: relative;
    height: 320px;
}
.bannerswipwer .bimg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.quality-list li {
    display: flex;
    display: -webkit-flex;
    font-size: 30px;
    color: #333;
    width: auto;
    padding: 0 35px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.quality-list li.active {
    color: #41A6FE;
    border-bottom: 4px solid #41A6FE;
    box-sizing: border-box;
}

/* ctrl-list start */

.ctrl-list {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(225, 225, 225);
    position: relative;
    height: 80px;
}

.catefixed{
    display:none;
}

.ctrl-list .ctrl-item {
    font-size: 28px;
    line-height: 28px;
    padding: 26px 20px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.ctrl-list .ctrl-item .text {
    color: #333;
}

.ctrl-list .ctrl-item.active .text {
    color: #41A6FE;
}

.ctrl-list .ctrl-item .icon-dowm {
    background: url(../../images/common/t1@3x.png) no-repeat;
    background-size: 12px 8px;
    width: 12px;
    height: 8px;
    margin-left: 5px;
    margin-top: 5px;
}

.ctrl-list .ctrl-item.active .icon-dowm {
    background: url(../../images/common/t2@3x.png) no-repeat;
    background-size: 12px 8px;
    width: 12px;
    height: 8px;
    margin-left: 5px;
    margin-top: 5px;
}

.ctrl-list .price-ctrl .icon-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.ctrl-list .price-ctrl .icon-price-up {
    background: url(../../images/common/t2@3x.png) no-repeat;
    background-size: 12px 8px;
    width: 12px;
    height: 8px;
    margin: 5px 0 3px 5px;
}

.ctrl-list .price-ctrl.active-up .icon-price-up {
    background: url(../../images/common/t2_a@3x.png) no-repeat;
    background-size: 12px 8px;
}

.ctrl-list .price-ctrl .icon-price-dowm {
    background: url(../../images/common/t1@3x.png) no-repeat;
    background-size: 12px 8px;
    width: 12px;
    height: 8px;
    margin-left: 5px;
}

.ctrl-list .price-ctrl.active-down .icon-price-dowm {
    background: url(../../images/common/t1_a@3x.png) no-repeat;
    background-size: 12px 8px;
}

.ctrl-list .format-ctrl .icon {
    background: url(../../images/common/Filter@3x.png) no-repeat;
    background-size: 28px 24px;
    width: 28px;
    height: 24px;
    margin-left: 10px;
    margin-top: 5px;
}

.ctrl-list .format-ctrl.active .icon {
    background: url(../../images/common/Filter_a@3x.png) no-repeat;
    background-size: 28px 24px;
}

/* ctrl-list end */

/* panel-list start */

.panel-list {
    display: none;
    position: fixed;
    z-index: 100;
    top: 184px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgb(225, 225, 225);
}

.panel-list .panel-item {
    display: none;
    background: #fff;
    position: relative;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
}

.panel-list .panel-item.active {
    display: block;
}

.variety-box {
    display: flex;
    display: -webkit-flex;
    background: #fff;
}

.variety-box .left {
    width: 180px;
}

.variety-box .left .swiper-slide {
    height: 90px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.variety-box .left .swiper-slide:last-child {
    border-bottom: 0;
}

.variety-box .left .swiper-slide.active {
    background: rgba(243, 244, 244, 1);
}

.variety-box .left i {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 30px;
}

.variety-box .left span {
    color: #333333;
    font-size: 26px;
}

.variety-box .left .swiper-slide.active span {
    color: #41A6FE;
}

.variety-box .right {
    flex: 1;
    -webkit-flex: 1;
    border-left: 1px solid rgba(238, 238, 238, 1);
}

.panel-list .filter-panel {
    position: absolute;
    bottom: 0;
    top: 0;
}

.panel-list .filter-panel .filter-list {
    padding-left: 25px;
}

.panel-list .filter-panel .filter-list .filter-item {
    border-bottom: 1px solid rgb(225, 225, 225);
    padding-right: 25px;
}

.panel-list .filter-panel .filter-item .filter-title {
    font-size: 26px;
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    color: #555555;
    line-height: 1;
}

.panel-list .filter-panel .filter-item .clear-button {
    font-size: 24px;
    color: #555555;
    padding: 5px 10px;
    margin-left: 20px;
    text-decoration: underline;
}

.panel-list .filter-panel .filter-item .filter-content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.panel-list .filter-panel .sale-filter .filter-content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 30px;
}

.panel-list .filter-panel .filter-content .option-item {
    width: 160px;
    height: 58px;
    border: 1px solid #DDDDDD;
    background: #F4F4F4;
    color: #333333;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    border-radius: 8px;
}
.panel-list .filter-panel .city-filter .filter-content .option-item {
  margin: 0 20px 20px 0
}

.panel-list .filter-panel .filter-content .option-item.active {
    border: 1px solid #41A6FE;
    background: #EBF5FD;
    color: #41A6FE;
}

.panel-list .filter-panel .price-filter .filter-content {
    padding-bottom: 30px;
}

.panel-list .filter-panel .price-filter .filter-content .input {
    width: 180px;
    height: 58px;
    background: rgb(249, 249, 249);
    border: 1px solid #DDDDDD;
    font-size: 28px;
    text-align: center;
    border-radius: 4px;
    color: #333;
}

.panel-list .filter-panel .price-filter .filter-content .input::-webkit-input-placeholder {
    color: #CCCCCC;
}

.panel-list .filter-panel .price-filter .filter-content .symbol {
    width: 84px;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.panel-list .filter-panel .price-filter .filter-content .symbol .to {
    width: 30px;
    height: 1px;
    background: rgb(164, 164, 164);
    display: block;
}

.filter-panel .price-list {
    display: flex;
    display: -webkit-flex;
    /* justify-content: space-between;
    -webkit-justify-content: space-between; */
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.filter-panel .price-list .price-item {
    width: 160px;
    height: 58px;
    border: 1px solid #DDDDDD;
    background: #F4F4F4;
    color: #333333;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    border-radius: 8px;
    margin: 0 16px 20px 0;
}
.filter-panel .price-list .price-item:nth-child(4n){
  margin-right: 0
}

.filter-panel .price-list .price-item.active {
    border: 1px solid #41A6FE;
    background: #EBF5FD;
    color: #41A6FE;
}

.panel-list .filter-panel .format-filter .filter-content {
    padding-bottom: 30px;
}

.panel-list .filter-panel .format-filter .filter-content .input {
    width: 150px;
    height: 60px;
    background: rgb(249, 249, 249);
    border: 0;
    font-size: 28px;
    text-align: center;
    border-radius: 4px;
    color: #333;
    border: 1px solid #DDDDDD;
}

.panel-list .filter-panel .format-filter .filter-content .input::-webkit-input-placeholder {
    color: #888;
    font-size: 26px;
}

.panel-list .filter-panel .format-filter .filter-content .symbol {
    width: 77px;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.panel-list .filter-panel .format-filter .filter-content .symbol .multiple {
    width: 77px;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #DDDDDD;
    font-size: 28px;
}

.format-length-list, .format-width-list, .format-thick-list {
    display: flex;
    display: -webkit-flex;
    /* justify-content: space-between; */
    /* -webkit-justify-content: space-between; */
    padding-bottom: 30px;
    align-items: center;
}

.format-list span {
    font-size: 30px;
    color: #888888;
}

.format-list .format-item {
    width: 150px;
    height: 58px;
    border: 1px solid #DDDDDD;
    background: #F4F4F4;
    color: #333333;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    border-radius: 8px;
    float: left;
    margin-left: 20px;
}

.format-list .format-item.active {
    border: 1px solid #41A6FE;
    background: #EBF5FD;
    color: #41A6FE;
}

.panel-list .option-item.empty {
    opacity: 0;
}

.panel-list .panel-masker {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    top: 0px;
}

.panel-list .panel-masker.active {
    display: block;
}

.panel-list .button-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-top: 1px solid rgb(225, 225, 225);
    background: #fff;
    z-index: 10;
}

.panel-list .button-bar .button-list {
    display: flex;
    display: -webkit-flex;
}

.panel-list .button-bar .button-list .button-item {
    flex: 1;
    -webkit-flex: 1;
    font-size: 28px;
    text-align: center;
}

.panel-list .button-bar .button-list .confirm-button {
    background: linear-gradient(to right, rgb(86, 119, 248), rgb(63, 168, 255));
    background: -webkit-linear-gradient(to right, rgb(86, 119, 248), rgb(63, 168, 255));
    color: #fff;
    background: rgba(65, 166, 254, 1);
}

/* panel-list end*/

.minirefresh-wrap {
    // top: 184px;   
     top: 104px;
    margin-bottom: 100px;
}

.bottom-fixed.hide {
    bottom: -96px;
}

.swiper-container2 {
    width: 100%;
    height: 100%;
}

.swiper-container2 .swiper-wrapper {
    overflow: hidden;
    /* padding-bottom: 30px; */
    box-sizing: border-box;
}

.swiper-container2 .swiper-slide {
    height: auto;
    padding-top: 30px;
}

.swiper-list .swiper-item {
    display: none;
}

.swiper-list .swiper-item.active {
    display: block;
}

.swiper-container2 .variety-item {
    width: 160px;
    background: rgba(243, 244, 244, 1);
    border: 1px solid #DDDDDD;
    color: #555555;
    border-radius: 8px;
    line-height: 36px;
    text-align: center;
    float: left;
    margin-left: 21px;
    margin-bottom: 30px;
    font-size: 26px;
    padding: 16px 10px;
    box-sizing: border-box;
}

.swiper-container2 .variety-item.active {
    background: #EBF5FD;
    border: 1px solid #41A6FE;
    color: #41A6FE;
}

.swiper-container3 {
    width: 100%;
    height: 100%;
}
.wl-panel{
  padding: 30px 0;
}

.swiper-container3 .swiper-slide {
    height: auto;
}

/* 石管家app分享页 */

.managerSharepage .top-fixed {
    display: none;
}

.managerSharepage .nav-list {
    display: none;
}

.managerSharepage .minirefresh-wrap {
    top: 0;
    margin-bottom: 0;
}

.managerSharepage .minirefresh-wrap .com{
    display: none;
}

.result-list .panel .info .icon-sale{
    width: 84px;
    height: 32px;
    background: rgba(244, 244, 244, 1);
    border-radius: 16px;
    color: #888888;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    margin-bottom: 15px;
}

.managerSharepage .money-wrapper .login .text {
    margin-right: 10px;
}

/*  */
.condition-search {
    padding: 0 24px 20px 24px;
    margin-bottom: 10px;
    background: #fff;
    display: none;
}

.condition-search.active{
    display: block;
}

.condition-search title {
    color: #888888;
    font-size: 26px;
    padding: 23px 0;
    line-height: 1;
    display: block;
}

.condition-search ul {
    min-height: 0;
    max-height: 156px;
    overflow: hidden;
    margin-right: -30px;
}

.condition-search li {
    color: #333333;
    font-size: 26px;
    padding: 14px 22px;
    line-height: 1;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-bottom: 22px;
    float: left;
    margin-right: 30px;
}

/* search-list start */

.search-list {
    border: 1px solid #eee;
    top: 75px;
    overflow: hidden;
    background-color: #fff;
    overflow-y: auto;
    border-top: 0;
    z-index: 1000;
    box-sizing: border-box;
}

.search-list.active {
    display: block;
}

.search-list .search-item {
    overflow: hidden;
    padding-left: 85px;
    cursor: pointer;
    font-size: 30px;
    color: #333333;
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 98px;
    position: relative;
    line-height: 98px;
}

.search-list .search-item:last-child{
    border-bottom: 0;
}

.search-list .search-item:before {
    content: "";
    background: url("../../images/common/search_icon_white@3x.png") no-repeat;
    background-size: 29px;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.search-list .search-item:focus {
    background: #fff;
}

/* search-list end */
