

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 600px;
    height: 100px;
    display: block;
}

.container > div{
    display: inline-block;
}

.box1 {
    width: 30.33%;
    height: 100%;
    background-color: seagreen;
    overflow: hidden;
    vertical-align: bottom;
}

.box2 {
    width: 33.33%;
    height: 100%;
    background-color: rgb(116, 136, 201);
}

.box3 {
    width: 33.33%;
    height: 100%;
    background-color: rgb(119, 42, 85);
}

.box4 {
    width: 20%;
    height: 20%;
    background-color: slategrey;
    display: block;
    position: relative;
    top: 50px;
    left: 10px;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


.blog-header-order {
    margin-top: 2px;
    margin-bottom: 0px;
}

.blog-header-order i {
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.blog-header-order span {
    display: inline-block;
}

.blog-header-order-prefix {
    width: 50px;
    height: 50px;
    transform: translateX(5px) rotate(22deg);
    overflow: hidden;
    text-align: right;
    vertical-align: bottom;
}

.blog-header-order-prefix i{
    width: 50px;
    height: 50px;
    display: inline-block;
    transform: rotate(-22deg) translateX(14px);
    transition: all ease-in-out 0.5s;
}

.blog-header-order-delimiter {
    font-weight: 200;
    height: 50px;
    color: rgb(151, 174, 240);
    overflow: hidden;
    transform: rotate(22deg);
    vertical-align: bottom;
    transition: all ease-in-out 0.5s;
}

.blog-header-order-suffix {
    width: 50px;
    height: 50px;
    transform: translateX(-5px) rotate(22deg);;
    overflow: hidden;
    text-align: left;
    vertical-align: bottom;
}

.blog-header-order-suffix i{
    width: 50px;
    height: 50px;
    display: inline-block;
    transform: rotate(-22deg) translateX(-5px);
    transition: all ease-in-out 0.5s;
}

.blog-header-order-title {
    height: 50px;
    display: inline-block;
    transform: translateX(-38px);
    transition: all ease-in-out 0.5s;
    font-weight: 500;
}

.blog-header-order:hover .blog-header-order-prefix i{
    transform: rotate(-22deg) translateX(-5px);  ;
}

.blog-header-order:hover .blog-header-order-suffix i{
    transform: rotate(-22deg) translateX(10px); ;
}

.blog-header-order:hover .blog-header-order-delimiter {
    transform: none;
}

.blog-header-order:hover .blog-header-order-title {
    transform: translateX(-28px);
}


.flex-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.flex-header {
    width: 100%;
    height: 310px;
    display: flex;
    background-image: url("../resource/header1.png");
    background-size: cover;
    background-position: 0% 25%;
    /* justify-content: space-evenly; */
    flex-direction: column;
    align-items: center;
}


.flex-body {
    width: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-aside {
    width: 20%;
    background-color: rgba(190, 141, 230,0.5);
    height: calc(100%);
    display: flex;
    flex-direction: row;
    position: fixed;
    left: 0px;
    top: 0px;
}

.flex-right-aside {
    width: 20%;
    background-color: rgb(126, 96, 209);
    height: 50px;
    position: fixed;
    top: 100px;
    right: 20px;
}

.flex-center {
    width: 50%;
    background-color: white;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

.flex-nav-container {
    min-width: 300px;
    min-height: 50px;
    background-color: rgba(199, 228, 207, 0.4);
    position: fixed;
    top: 320px;
    right: 20px;
}

.flex-nav-container > ul {
    margin: 0px;
    list-style: decimal;
    list-style-position: inside;
    padding: 0px;
}

.flex-nav-container li {
    font-weight: 500;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.2rem;
    border-bottom-style: solid;
    border-bottom-width: 0.2px;
    border-color: rgba(0,0,0,0.4);
}

.flex-nav-container a {
    color: black;
    text-decoration: none;
}

.flex-nav-container li:hover {
    background-color: rgb(212, 200, 200);
}

.user-info-container {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.user-info-container > img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.user-info-container > span {
    font-weight: 500;
    color: rgba(255,255,255,.8);
    text-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

.blog-title {
    color: white;
    font-weight: 600;
    font-size: 3rem;
    text-shadow: 0 3px 6px rgba(0,0,0,0.5);
    margin-top: 90px;
}


.blog-info-item {
    font-weight: 500;
    color: rgba(255,255,255,.8);
    text-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

.blog-tags {
    margin-top: 8px;
}

.blog-tag {
    height: 10px;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-top: 2px;
    padding-bottom: 2px; */
    margin-left: 8px;
    text-align: center;
    background-color: rgb(130, 132, 240,0.8);
    color: white;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.blog-content p{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.aside-btn {
    position: absolute;
    top: 2px;
    right: 5px;
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    background-color: transparent;
    outline: none;
    min-height: 50px;
    min-width: 100px;
    border: 1px solid white;
}

.aside-btn:hover {
    background-color: rgba(150, 150, 150,0.5);
    cursor: pointer;
}
