* {
    padding: 0;
    margin: 0;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-family:Georgia, 'Times New Roman', Times, serif;
    /* font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}

.box {
    padding: 10px;
    padding-top: 20px;
    margin: 0 auto;
    width: 450px;
    background-color: #e9edf1;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: 100px 150px;
}

.top {
    position: relative;
    width: 100%;
}

.top .blue-border {
    width: 188px;
    height: 259px;
    border-left: 10px solid #6e90c2;
    border-top: 10px solid #6e90c2;
}

.resume {
    width: 140px;
    height: 35px;
}

.info {
    position: absolute;
    background-color: #aeb8c8;
    padding: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    width: 250px;
    line-height: 18px;
}

.avatar {
    position: absolute;
    right: 0;
    top: 25px;
    width: 160px;
    height: 200px;
    background-color: #c9dcf7;
}

.avatar img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -7%);
    width: 82%;
    height: 100%;
}

section {
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
}

.main {
    margin-top: 20px;
}

.item {
    position: relative;
}

.item .title {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 0;
}

.item .symbol {
    width: 40px;
    height: 5px;
}

.sy1 {
    position: absolute;
    top: 60%;
}

.sy2 {
    position: absolute;
    top: 50%;
}

.item .content {
    font-size: 11px;
}

.main1 {
    margin-top: 20px;
    width: 100%;
    display: flex;
}

.main1 .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main1 .hobbies {
    width: 35%;
    margin-right: 30px;
}

.main1 .skill {
    width: 50%;
}

.main1 .hobbies .item-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main1 .hobbies .item-box .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 10px;

    transform: translateY(-10px);
}

.main1 .hobbies .item-box .item .hobbie {
    font-size: 30px;
}

.main1 .hobbies .item-box .item .text {
    font-size: 12px;
}

.main1 .skill div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main1 .skill div img {
    width: 40px;
    height: 40px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.footer {
    display: flex;
}

.footer .img-box {
    width: 150px;
    height: 150px;
}

.footer .img-box img {
    width: 100%;
    height: 100%;
}

.footer-info {
    padding-left: 20px;
}

.lr-top {
    position: relative;
}

.lr-top p {
    font-size: 13px;
    font-weight: bold;
}

.footer-info img {
    position: absolute;
    top: 30px;
}

.lr-bottom {
    margin-top: 40px;
}

.lr-bottom p {
    font-size: 12px;
}