﻿body
{
    background: #f3f3f3;
}
.main
{
    position: relative;
    width: 750px;
    margin: 0 auto;
}

.header
{
    width: 750px;
    z-index: 99;
    position: fixed;
    top: 0px;
    background-color: #fff;
}

.content
{
    width: 100%;
    margin: auto;
}

.topControl
{
    display: none;
}

.search
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    display: flex;
    height: 90px;
    background-color: #fff;
    border-radius: 0;
    padding-right: 30px;
}

.search .iconfont
{
    font-size: 26px;
    color: #666;
}

.search .txtDiv
{
    flex: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 0;
}

.search .txtDiv input
{
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #F0F0F0;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 26px;
    color: #999999;
    line-height: 38px;
    padding: 8px 80px 8px 25px;
    outline: none;
}

.search .txtDiv .iconfont
{
    color: #848484;
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 20px;
    transform: translateY(-50%);
}

.search .filterButton
{
    flex: 0 0 80px;
    font-size: 28px;
    color: #333;
    line-height: 90px;
    text-align: center;
}

.actFilterMock
{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

.actFilter
{
    width: 750px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 5;
    padding-top: 90px;
}

.actFilter .shaiParent
{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 1px solid #cecece;
    background: rgb(255, 255, 255);
}

.actFilter .shaiParent .item
{
    flex: 1;
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 80px;
    position: relative;
}

.actFilter .shaiParent .item .wen
{
    display: inline-block;
    width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.actFilter .shaiParent .item .iconfont
{
    vertical-align: middle;
    padding-left: 3px;
    font-size: 25px;
    color: #666;
}

.actFilter .shaiParent .item:after
{
    content: '';
    display: block;
    width: 2px;
    height: 48px;
    background-color: #e4e4e4;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -24px;
}

.actFilter .shaiParent .item:nth-last-child(1):after
{
    display: none;
}

.actFilter .shaiParent .item .sjx
{
    display: none;
    width: 34px;
    height: 18px;
    background: url("../../../image/actArrow.png") no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: -1px;
}

.actFilter .shaiParent .item.active .sjx
{
    display: block;
}

.actFilter .shaiChild
{
    width: 750px;
    position: absolute;
    left: 0;
    top: 173px;
    background-color: #fff;
    padding-bottom: 20px;
    max-height: 560px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.actFilter .shaiChild .item
{
    display: block;
    font-size: 28px;
    color: #666;
    line-height: 1.5;
    margin-left: 30px;
    padding: 25px 70px 25px 15px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.actFilter .shaiChild .item .iconfont
{
    display: none;
    font-size: 27px;
    color: #666;
    position: absolute;
    right: 38px;
    top: 50%;
    margin-top: -20px;
}

.actFilter .shaiChild .item.active
{
    color: #e66363;
}

.actFilter .shaiChild .item.active .iconfont
{
    display: block;
    color: #e66363;
}
.ding
{
    position: absolute;
    top: 0;
    right: 2px;
    width: 64px;
    height: 48px;
    line-height: 48px;
    background-color: #B25A5C;
    color: white;
    font-size: 26px;
    text-align: center;
    border-radius: 0px 10px 0px 10px;
}

.ding::after
{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.jz700
{
    width: 700px;
    margin: 0 auto;
}


.actList-er li
{
    width: 340px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    overflow: hidden;
}

.actList-er li:nth-child(2n)
{
    margin-right: 0;
}

.actList-er .pic
{
    width: 340px;
    height: 226px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
}

.actList-er .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.actList-er .price
{
    font-size: 22px;
    color: #fff;
    text-align: center;
    background-color: #e66363;
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0 18px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.actList-er .label-black
{
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.actList-er .char
{
    padding: 10px 16px;
    height: 122px;
    overflow: hidden;
}

.titYi
{
    line-height: 36px;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    font-size: 28px;
    color: #262626;
}

.actList-er .titYi
{
    margin-bottom: 14px;
}

.wzYi
{
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    font-size: 24px;
    color: #999;
}

.actList-er .wzYi
{
    margin-bottom: 4px;
}

.actList-er
{
    padding-top: 184px;
}
.actList-er li:first-child
{
    width: 710px;
    margin: 0px;
}

.actList-er li:first-child .pic
{
    width: 700px;
    height: 400px;
}

.actList-er li:first-child .pic img
{
    width: 700px !important;
    left: 0px !important;
}

.actList-er li:nth-child(2n)
{
    margin-right: 20px;
}

.actList-er li
{
    margin-right: 0px;
}

.actList-er .pic
{
    width: 340px;
    height: 226px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
}
.actList-er .pic img
{
    display: block;
    width: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0px;
    display: block;
}
.actList-er .label-black
{
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.label-black span
{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
}
