@charset "utf-8";

/* CSS Document */



.img1{

width:100%;

height:500px;

/*border-radius:5%;*/

}



.container{

position:relative;

/*设置高度和宽度为了单选框能够上去*/

width:100%;

height:500px;



margin:0px auto;

padding:0px;

border-radius:10%;
}


.next{

position:absolute;

top:270px;

right:15px;

width:20px;

opacity:0.30;}



.prev{

position:absolute;

top:270px;

left:5px;

width:20px;

opacity:0.30;

}

.prev:hover{

transform:scale(1.1);

opacity:1.0;}



.next:hover{

transform:scale(1.1);

opacity:1;

}



.rdodiv{

position:absolute;

bottom:30px;

z-index:999;

left:60%;}

.rdodiv input{

transform: scale(1.8);

width:30px;}

.rdodiv input:hover{

transform: scale(2.5);

}



