﻿.main
{
    position: relative;
    width: 750px;
    margin: 0 auto;
    background: #f3f3f3;
}

.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;
}

.actFilter .shaiParent
{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 1px solid #cecece;
    background: #f8f8f8;
}

.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: 83px;
    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;
}

.titYi {
    line-height: 36px;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.titAll, .titYi, .titEr, .titErMax {
    font-size: 28px;
    color: #262626;
    line-height: 36px;
}
.titYi {
    line-height: 36px;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.titAll, .titYi, .titEr, .titErMax {
    font-size: 28px;
    color: #262626;
    line-height: 36px;
}


/* start 艺术鉴赏列表 */
.artList
{
    padding: 1px 0;
}

.artList li
{
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.artList .pic
{
    width: 700px;
    height: 470px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.artList .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.artList .black
{
    width: 100%;
    height: 100%;
    background: url("../../../image/bg1.png") no-repeat bottom center;
    position: absolute;
    left: 0;
    top: 0;
}

.artList .char
{
    width: 660px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 25px;
}

.artList .titYi
{
    color: #fafafa;
    margin-bottom: 18px;
}

.artList .titYi .play
{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 27px;
    background: url("../../../image/play2.png") no-repeat top left;
    margin-right: 12px;
}

.artList .wzYi
{
    color: #fff;
}

.artList .label-white
{
    margin-bottom: 18px;
}

/* end 艺术鉴赏列表 */
.label-white span {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
}
.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;
}
.dropload-down .dropload-load {
	font-size: 30px;
}