.myddc{
    background: #f7f7f7;
    width:220px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #999;
    overflow: hidden;
}
.myan,.bmyan{
    width:50%;
    float:left;
    text-align: center;
    cursor: pointer;
}
.myan .t,.bmyan .t{
    padding-bottom:10px;
}
.myan .t{
    color: #ff8121;
}
.myan:hover,.bmyan:hover{
    background: #eee;
    overflow: hidden;
}
.myan .icon{
    background: url('bmy.png') no-repeat;
    display: block;
    width:24px;
    height:24px;
    margin:10px auto;
    background-size: cover;
}

.bmyan .icon{
    background: url('my.png') no-repeat;
    display: block;
    width:24px;
    height:24px;
    margin:10px auto;
    background-size: cover;
}
