﻿.main
{
    position: relative;
    width: 750px;
    margin: 0 auto;
    background: #f3f3f3;
}

.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;
}

.topMore
{
    margin-bottom: 83px;
}

.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;
}

.actList-yi li
{
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 12px;
    width: 700px;
}

.actList-yi .pic
{
    width: 100%;
    height: 470px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.actList-yi .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.actList-yi .pic img.lazy
{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: -25.7143px;
    left: 0px;
}

.actList-yi .price
{
    font-size: 22px;
    color: #fff;
    text-align: center;
    background-color: #e66363;
    position: absolute;
    bottom: 20px;
    right: 0;
    min-width: 110px;
    padding: 0 18px;
    height: 52px;
    line-height: 52px;
    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-yi .price span
{
    font-size: 32px;
    vertical-align: bottom;
}

.actList-yi .price2
{
    display: block;
    position: absolute;
    font-size: 42px;
    color: white;
    background: #00000045;
    padding: 5px 20px 5px 20px;
    border-bottom-right-radius: 20px;
}

.actList-yi .label-black
{
    position: absolute;
    left: 25px;
    bottom: 20px;
}

.actList-yi .label-black span
{
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
    padding: 7px 15px;
    border-radius: 6px;
    font-size: 24px;
    border: none;
}

.act_tag
{
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 0;
    top: inherit;
    min-width: 110px;
    padding: 0 18px;
    height: 52px;
    line-height: 52px;
    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;
    background-color: #0000004f;
    font-size: 28px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.actList-yi .char
{
    padding: 15px 29px;
    overflow: hidden;
}
.actList-yi .titYi
{
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    font-weight: 500;
    margin: 30px 0;
}

.actList-yi .wzYi
{
    font-size: 24px;
    color: #999;
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
}
.iconBottom
{
    margin-top: 26px;
    margin-bottom: 31px;
}
.iconBottom i
{
    font-size: 25px;
    vertical-align: sub;
    color: #999;
}
.iconBottom .bottomPrice
{
    float: right;
    font-size: 28px;
    color: #666666;
}
.iconBottom img
{
    vertical-align: middle;
}
.iconBottom span
{
    font-size: 24px;
    color: #999999;
    margin-left: 11px;
    margin-right: 19px;
    vertical-align: middle;
}
