    /* @charset UTF-8; */
    
    #header {
        margin-bottom: 0;
    }
    
    #content {
        width: 1200px;
    }
    
    .block {
        margin-top: 31px;
        overflow: hidden;
    }
    
    .left-id {
        float: left;
        overflow: hidden;
        width: 198px;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #e3e4e5;
        border-radius: 25px;
        padding: 18px 12px ;
    }
    
    .main {
        float: right;
        width: 976px;
        overflow: hidden;
        margin-right: -20px;
    }
    
    .card-dh {
        float: left;
        width: 466px;
        height: 118px;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 25px;
        border-color: #f44336;
        border-style: solid;
        border-width: 1px 1px 3px;
        margin: 0 20px 12px 0;
    }
    
    .tx {
        float: left;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        margin: 19px 0 0 19px;
    }
    
    .V {
        position: absolute;
        transform: translate3d(-26px, 72px, 0);
        -webkit-transform: translate3d(-26px, 72px, 0);
        -moz-transform: translate3d(-26px, 72px, 0);
        -o-transform: translate3d(-26px, 72px, 0);
    }
    
    .Dh-content {
        float: left;
        width: 293px;
        height: 99px;
        overflow: hidden;
        margin: 18px 0 0 16px;
    }
    
    .name {
        display: block;
        font-size: 19px;
        font-weight: 700;
        color: #444;
        width: 100%;
    }
    
    .ms {
        display: block;
        height: 25px;
        margin-top: 4px;
        font-size: 13px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: rgba(9, 9, 9, 0.6);
    }
    
    .logo {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        box-shadow: 0 0 0 2px #ececec, 0 0 0 3px rgba(244, 67, 54, 1);
    }
    
    img {
        -webkit-transition: 0 .7s ease-out;
        transition: transform .7s ease-out;
        -moz-transition: 0 .7s ease-out;
    }
    
    img:hover {
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
    }
    
    body {
        background: url(./img/bg.jpg) no-repeat center center ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    @media screen and (max-width:1262px) {
        #content {
            width: 956px;
        }
    }
    
    button button-primary button-pill button-small {
        width: 100px;
    }