/*
活动css
youchao
2018.05.31
*/

.clearfix:after{
	display: block;
	content:'';
	clear: both;
	height:0;
}
.vc-center{
	width: 100%;
	max-width: 255px;
	margin:0 auto;
	text-align: center;
} 
*
{
	margin: 0;
	padding: 0;
}

body
{
	width: 100%;
	height: 100%;
	background:  #DEA6F2;
}

ul, li {
	list-style-type: none;
} 

img
{
	width: 100%;
	height: auto;
	display: block;
}


.vc-main
{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.vc-rule{
	position: absolute;
	width: 15%;
	top: 8px;
	right: 7px;
}

div#versionFail {
	position: fixed;
	width: 100%;
}

.vc-reproduction
{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 360px;
	background: url(img/banner01.jpg) no-repeat;
	background-position: center center;
	background-size: auto 100%;
	margin-right: auto;
	margin-left: auto;
}
.vc-reproduction img{
	position: absolute;
    width: 54px;
    height: 18px;
    top: 14px;
    left: 50%;
    margin-left: 93px
}
.vc-wrapper
{
	position: absolute;
	background-position: center;
}
.vc-pack
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -43px;
	overflow: auto;
}

.vc-item0{
	float: left;
	list-style: none;
}

.qq-bg{
	width: 100%;
	height:auto;
	margin: 0 auto;
	border-radius: 6px;
}
.vc-half{
	padding-bottom: 0px;
	/*background: #e48281;*/
	border-radius:0px;
}

.vc-dialog-btn
{
	position: relative;
	width: 150px;
	height: 40px;
	margin: 40px auto 20px;
	text-align: center;
	z-index: 60;
}
.vc-btn
{
	float: left;
	list-style: none;
	width: 100%;
	margin: 17px auto 33px;
}
.vc-btn .vc-btn-a{
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 255px;
}
#toast
{
    position: fixed;
    top: 358px;
    left: 50%;
    width: 190px;
    margin-left: -95px;
    border-radius: 5px;
    background-color: #434343;
    color: #ffffff;
    padding: 8px 2px 8px 2px;
    font-size: 14px;
    text-align: center;
    font-family:SimHei;
    opacity: .7;
    letter-spacing: 1px;
    /*The good stuff*/
    -webkit-transition: opacity 0.5s ease-out;
    /* Saf3.2+, Chrome*/
    -moz-transition: opacity 0.5s ease-out;
    /* FF4+*/
    -ms-transition: opacity 0.5s ease-out;
    /* IE10?*/
    -o-transition: opacity 0.5s ease-out;
    /* Opera 10.5+*/
    transition: opacity 0.5s ease-out;
}
#toastImage{
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90px;
    margin-left: -45px;
}
.page{position: fixed;left: 0;top: 0;width: 100%;height: 100%;}
.hide{ display: none;}
.judge{background-color: rgba(0,0,0,.8);text-align: right;padding-top: 50px;padding-right: 35px;}
.judge img{width: 238px;height:155px; display: inline-block;}
.bbox{-webkit-box-sizing:border-box; box-sizing:border-box;}

.parentContent {
	overflow: hidden;
    margin-left: 12px;
}

ul.clearfix{
	width: 100%;
}

ul.clearfixs .vc-item
{
	float: left;
	list-style: none;
	width:50%;
	box-sizing: border-box;
    background-clip: content-box;
    width: 50%;
    padding-right: 10px;
}
ul.clearfixs li.vc-item:nth-child(3),ul.clearfixs li.vc-item:nth-child(4),ul.clearfixs li.vc-item:nth-child(5),ul.clearfixs li.vc-item:nth-child(6){
	margin-top: 10px !important;
}
@media only screen and (max-width: 354px) {}
/*适配大溪地*/
@media only screen and (min-width: 720px) {
	.parentWrap{
		overflow: hidden;
		margin-left: 26px;
	    margin-right: 26px
	}
	.parentContent {
		overflow: hidden;
		margin-left: 12px;
	}
	/*适配大溪地*/ 
	ul.clearfix{
		width: 100%;
	}
	ul.clearfixs{
		width:100%;
		margin-right: -10px;
		overflow: hidden;
	}

}
		
/** sy */
.ulList{
	display: flex;
}
.ulList li {
	flex: 1 1 auto;
}
.vc-item_ll{
    box-sizing: border-box;
    background-clip: content-box;
	margin: 0px 12px 14px 12px;
}