.layout-wrap {
    display: flex;
    flex-flow: column wrap;
}

.layout-wrap .layout {
    margin-top: 15px;
}

.layout-wrap .layout:first-of-type {
    margin-top: 0;
}

.layout-wrap .layout.lottery {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
}

.layout-wrap .layout.lottery .box {

    width:calc( (100vw - (100vw - 100%)) / 3 );
    width:-webkit-calc( (100vw - (100vw - 100%)) / 3 );
    width:-moz-calc( (100vw - (100vw - 100%)) / 3 );
    height:calc( 100vw / 3 );
    height:-webkit-calc( 100vw / 3 );
    height:-moz-calc( 100vw / 3 );
}
.layout-wrap .layout.vedio{
    width: 100%;
    margin-left:auto;
    margin-right: auto;
    display: flex;
    flex-flow: column wrap;
    background-color: #999;
    box-sizing: border-box;
}

.layout-wrap .layout.vedio .v_wrap{
    width: 100%;
    margin:auto auto;
    box-sizing: border-box;
    background-color: #4D4D4D;
}


.layout-wrap .layout.lottery .start {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    letter-spacing: 16px;
    text-indent: 16px;
}
.layout-wrap .layout.lottery .box{
    position: relative;
}

.layout-wrap .layout.lottery .box.active:after{
    display: block;
    left: 0px;
    top:0;
    position: absolute;
    width: 100%;
    height:100%;
    background-color: rgba(255,255,255,.4);
    content: "";
    z-index: 10;
}

.layout-wrap .layout.img-wrap4{
    width:100%;
    display: flex;
    flex-flow: row wrap;
    margin-left:auto;
    margin-right: auto;
}
.layout-wrap .layout.imgs-wrap .item img{
    display: block;
    width: 100%;
}
.layout-wrap .layout.imgs-wrap .item{
    display: block;
    width:50%;
}

.layout-wrap .layout.img-wrap2{
    width:100%;
    display: flex;
    flex-flow: row wrap;
    margin-left:auto;
    margin-right: auto;
}
.layout-wrap .layout.img .item img{
    width: 100%;
    display: block;
}
.layout-wrap .layout.img{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.layout-wrap .layout.img .item{
    width: 100%;
}
.layout-wrap .layout.watch2{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row nowrap;
    overflow-x:scroll;
}

.layout-wrap .layout.watch2 .item{
    font-size:0;
    margin-right: 10px;
    margin-bottom: 2px;
}

.layout-wrap .layout.watch2 .item:last-of-type{
    margin-right: 0;
}

.layout-wrap .layout.watch2 .item .bottom-text{
    font-size:14px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding:5px;
    box-sizing: border-box;
    height:80px;
    width:100%;
    display: flex;
    flex-flow: column wrap;
}

.layout-wrap .layout.watch2 .item .bottom-text p{
    margin:0;
}

.layout-wrap .layout.watch2 .item .bottom-text .text{
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
}
.layout-wrap .layout.watch2 .item .bottom-text .text a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    font-size: 12px ;
    word-break: break-all;
}

.layout-wrap .layout.watch2 .item .bottom-text .bot{
    line-height: 1.6;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}
.layout-wrap .layout.watch2 .item .bottom-text .bot .price{
    font-size:13px;
    font-weight: bold;
}
.layout-wrap .layout.watch2 .item .bottom-text .bot .link{
    border:1px solid #fff;
    color: #fff;
    text-decoration: none;
    width:52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
}

.layout-wrap .layout.watch2 .item img{
    width:160px;
    height:160px;
}

.layout-wrap .layout.watch2 .item > a{
    display: block;
}




.layout-wrap .layout.watch2::-webkit-scrollbar-track{
    background-color: transparent;
}

.layout-wrap .layout.watch2::-webkit-scrollbar{
    height:4px;
    background-color: #f2f2f2;
}

.layout-wrap .layout.watch2::-webkit-scrollbar-thumb{
    background-color: #b3b3b3;
}

.layout-wrap .layout.watch{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row nowrap;
}

.layout-wrap .layout.watch .item{
    width:calc((100% - 10px) / 2);
    width:-webkit-calc((100% - 10px) / 2);
    width:-moz-calc((100% - 10px) / 2);
    margin-right: 10px;
    font-size: 0;
}

.layout-wrap .layout.watch .item:nth-of-type(2){
    margin-right: 0;
}

.layout-wrap .layout.watch .item img{
    width:100%;
    height:100%;
}

.layout-wrap .layout.watch .item .bottom-text{
    font-size: 14px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    height: 80px;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.layout-wrap .layout.watch .item .bottom-text .text{
    margin-top: 0;
    margin-bottom: auto;
    width: 100%;
}
.layout-wrap .layout.watch .item .bottom-text .text a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    font-size:12px;
    word-break: break-all;
}

.layout-wrap .layout.watch .item .bottom-text .bot{
    line-height: 1.6;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100% ;
}
.layout-wrap .layout.watch .item .bottom-text .bot .price{
    font-size:13px;
    font-weight: bold;
}
.layout-wrap .layout.watch .item .bottom-text .bot .link{
    border:1px solid #fff;
    color: #fff;
    text-decoration: none;
    width:53px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
}

.layout-wrap .layout.watch .item > a{
    display: block;
}

.layout-wrap .banner.layout{
    width:100%;
    margin-left:auto;
    margin-right: auto;
}
.layout-wrap .banner.layout img{
    width: 100%;
}