@charset 'utf-8';
.father{
	width:305px;
	height:325px;
	border:2px solid #CCC;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	}
    li{
        width:17px;
        height:17px;
        border:2px solid red;
        margin:5px;
        line-height:17px;
        text-align:center;
        list-style:none;
        float:right;
        position:relative;
        bottom:96px;
        right:10px;
        background:white;
        font-size:12px
        }
    .box1{
        background-color: yellow;
    }
    .box4{
        width:100px;
        height:40px;
        border:solid 2px #ff8b35;
        background:#feaa62;
        float:right;
        position:relative;
        bottom:35px;
        text-align:center;
        line-height:40px;
        border-radius:8px;
        font-family:'宋体';
        color:white;
        font-weight:bold;
        font-size:20px
        }
    .box2{
        font-size: 24px;
        color:#feaa62;
        font-family:微软雅黑 ;
    }