@charset "utf-8";
/* CSS Document 实战项目 */

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.title {
    display: block;
    width: 100px;
    background: #999;
    height: 100px;
    border: solid #fff;
    border: 10px;
    transform: rotate(45deg);
    float: left;
    margin: 30px;
    box-shadow: #000 0px 0px 20px;
}

.title span {
    display: block;
    width: 100px;
    height: 100px;
    background: #999;
    color: #fff;
    transform: rotate(-45deg);
    line-height: 100px;
    text-align: center;
}

.xiangmu {
    position: fixed;
    right: 0;
    top: 0;
    width: 85%;
    height: 100%;
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.5);
    border: #f00 solid;
    border-width: 4px;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.xiangmu ul li {
    list-style: none;
    width: 200px;
    line-height: 40px;
    text-align: center;
    background: #00BCD4;
    float: left;
    margin: 10px;
    transform: rotate(-8deg);
}

.xiangmu ul li a {
    color: #fff;
    display: block;
    width: 200px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #048fa0
}