@font-face {
    font-family: 'iconfont';  /* project id 740763 */
    src: url('//at.alicdn.com/t/font_740763_4c74wgtk4d9.eot');
    src: url('//at.alicdn.com/t/font_740763_4c74wgtk4d9.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_740763_4c74wgtk4d9.woff') format('woff'),
    url('//at.alicdn.com/t/font_740763_4c74wgtk4d9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_740763_4c74wgtk4d9.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.au_det {
    width: 250px;
    height: 100px;
    display: inline-block;
    border: 2px solid white;
    background-color: #d6e6f2;
    border-radius:12px 0 0 12px;
    font-size: .8em;
    margin-top: 30px;
    width: 33.33%;
}
.author_name {
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.3em;
    /*margin: 20px 15px;*/
}
.org {
    color: #000;
}
.author_img{
    float: left;
    width:40%;
    height:100px;
    border:1px solid white;
    border-radius: 12px;
    text-align: center;
}
.au_img {
    width:80%;
    height:80%;
    margin-top:0.6em;
    border-radius: 12px;
}
.author_org {
    width:58%;
    float: right;
    margin-top: 10px;
}


#loading{
    background-color: #000011;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.4;
}


#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 20%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.object{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
    75% { -webkit-transform: scale(0); }
}
@keyframes object_one {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_two {
    75% { -webkit-transform: scale(0); }
}
@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform:  scale(0);
    }
}
@-webkit-keyframes object_three {

    75% { -webkit-transform: scale(0); }
}
@keyframes object_three {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
#jumptoDetail{
    float: right;
    position: relative;
    height: auto;
    overflow: hidden;
    width: 200px;
    margin-top: -50px;
    font-size: 15px;
    margin-right: 20px;
}

svg{
    vertical-align: text-bottom;
}



