*{
    margin:0px;
    padding:0px;
}
img{
    display:block;
}
a,a:hover {
    text-decoration: none;
}
body
{
    margin: 0px;
    font-size:14px;
    font-family:'Arial Normal','Arial';
    font-size: 62.5%;/*10 ÃƒÆ’Ã‚Â· 16 ÃƒÆ’Ã¢â‚¬â€ 100% = 62.5%*/
    width:100%;
    background-color:#000;
}
.wrapper{
    margin: 0px;
    width:100%;
    display:block;

}

.img100{
	width:100%;
}

.click{
	cursor:pointer;
}

.cont0{
    width: 100%;
    margin-top: -114%;
    position: absolute;
    display: block;
    z-index: 4;
}

.cont0 #icon2{
	width: 8%;
    margin-left: 2%;
    float: left;
}

.cont0 #dnow{
    width: 20%;
    float: right;
    margin-right: 3%;
}

.cont1{
    margin-left: 31%;
    width: 38%;
    margin-top: -76.7%;
    position: absolute;
    display: block;
    z-index: 4;
}

.cont1 #play{
	width: 27%;
    margin-top: -42%;
    margin-left: 68%;
}

.cont2{
    margin-left: 41%;
    width: 18%;
    position: absolute;
    margin-top: -111.7%;
    z-index: 4;
}

.cont45{
	margin-left: 19%;
    width: 62%;
    margin-top: -94.3%;
    z-index: 15;
    position: absolute;
}

.cont45 .cont5{
	margin-top: -30%;
}

.cont45 .cont5 .right{
    width: 6%;
    position: absolute;
    float: right;
    z-index: 11;
    right: -5%;
}

.cont45 .cont5 .left{
    width: 6%;
    position: absolute;
    float: right;
    z-index: 11;
    left: -5%;
}

.cont910{
    margin-left:21%;
    width: 58%;
    margin-top:-47%;
    position: absolute;
    opacity:1;
    z-index: 13;
    overflow: hidden; 
}

.cont910 .cont10{
	transition-duration: 1000ms;
    transform:translate3d(-0%, 0px, 0px);
}

.cont910 .cont10 div{
	position: relative;
	width:100%;
	padding:2%;
	float:right;
}
.cont910 .cont10 div img{
	width:100%;
}

.cont910 .cont10 #div1{
}

.cont910 .cont10 #div2{
    margin-right: -200%;
}
.cont910 .cont10 #div3{
     margin-right: -300%;
}
.cont910 .cont10 #div4{
     margin-right: -400%;
}
.cont910 .cont10 #div5{
     margin-right: -500%;
}

.cont11{
	margin-left:21%;
    width: 58%;
    margin-top:-36%;
    position: absolute;
}
.cont11 .right{
    width: 6%;
    position: absolute;
    float: right;
    z-index: 11;
    right: -8%;
}

.cont11 .left{
    width: 6%;
    position: absolute;
    float: right;
    z-index: 11;
    left: -8%;
}

.cont12{
	position: absolute;
    right: 46%;
    margin-top: -18%;
    z-index: 14;
}

.cont12 span{
	display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #c7afaf;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s;
}

.cont12 .on{
	display: inline-block;
    margin-left: 10px;
    width: 17px;
    height: 17px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #6f5858;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s;
}

.cont8{
	margin-left: 41%;
    width: 18%;
	position: absolute;
    margin-top: -15%;
}

.cont13{
	position: absolute;
    right: 19%;
    margin-top: -2%;
    z-index: 14;
    color: white;
}

#modal-1{
    width: 80%;
    height: 80%;
}

#modal-1-1{
    width: 100%;
    height: 100%;
}
.footer{
	margin-top: -2%;
	text-align: center;
	margin-left:-10%;
}

.footer a{
	margin-left:5%;
	color:white;
	text-shadow:2px 0.5px 1.5px black;
}