* {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    color: #19B5FE
}

a:focus {
    outline: 0
}

b {
    font-weight: normal
}

i {
    font-style: normal
}

p {
    margin: 0
}

h1, h2, h4 {
    margin: 0;
    font-weight: normal
}

h3 {
    height: 10px;
    font-size: 17px;
    font-weight: 300;
}

h4 {
    font-size: 15px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    border: 0
}

code {
    font-family: Menlo, monospace;
    font-size: 90%;
}

p > code {
    padding: 0.2em 0.4em;
    background: #e1e9ed;
}

pre {
    text-align: left;
    overflow-x: scroll;
    background-color: #f5f5f5;
    padding: 10pt 15pt;
    font-size: 13px;
    border-radius: 4px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.clear {
    clear: both
}

.blue {
    background-image: -webkit-linear-gradient(120deg, #64bdf3, #97fedf);
}

.pink {
    background-image: -webkit-linear-gradient(140deg, #fe7097 54.2%, #ff95cb);
}

.orange {
    background-image: -webkit-linear-gradient(120deg, #ffc65d, #feef82);
}

body {
    -webkit-text-size-adjust: none;
}

.main {
    margin: 0;
    padding: 0;
    background-color: #fcfcfc;
    font-family: "Myriad Pro", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: default;
    -webkit-font-smoothing: antialiased
}

.container {
    margin: 0 auto;
}

.container .content {
    position: absolute;
    margin:auto;
    left:0;
    top:15%;
    right:0;
    bottom:0;
}

.container .content * {
    margin-left: auto;
    margin-right: auto;
}

.widget {
    overflow: hidden;
    padding: 20px 30px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(200, 200, 200, 0.25);
    width: 320px;
}

.authors_profile {
    position: relative
}

.authors_profile .avatar-panel {
    position: relative;
    background: url(https://dl.jackyu.cn/author.jpg) center center no-repeat;
    background-size: cover;
    height: 140px;
    margin: -35px -30px 55px;
}

.authors_profile .author_pic {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -42px;
    left: 50%;
    margin-left: -42px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.authors_profile .author_pic img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.authors_profile .author_dec {
    text-align: center;
    font-size: 13px;
    padding: 0 15px 5px;
    overflow-y: scroll;
    height: 320px;
    line-height: 180%;
}

.authors_profile .author_dec::-webkit-scrollbar {
    display: none
}

.footer {
    width: 300px;
    text-align: center;
    padding: 10px;
}

.footer p {
    color: #555;
    font-size: 12px;
}
