    body {
        margin: 0px;
        padding: 0px;
        font-family: "Arial";
        border: 0px;
        width: 100%;
    }
    
    br {
        line-height: 24px;
    }
    
    .head {
        color: #ff667c;
        font-size: 18px;
        font-weight: 900;
        line-height: 24px;
    }
    
    .desc {
        font-size: 16px;
        color: #3e304f;
        font-weight: 100;
        line-height: 24px;
    }
    
    .banner {
        width: 100%;
        height: 997px;
        background-color: #999;
        display: block;
        background-image: url(img/banner.png);
        background-repeat: no-repeat;
    }
    
    .line {
        width: 0%;
        border: 0px;
        border-left: 2px solid #ff667c;
        border-right: 2px solid #ff667c;
        display: block;
        height: 80px;
        margin: 0px auto 0px auto;
    }
    
    .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 3px solid #ff667c;
        background-color: #ff667c;
        display: block;
        margin: -1px auto 0px auto;
    }
    
    .main_title {
        font-size: 38px;
        font-weight: 900;
        margin: 30px auto;
        display: block;
        width: 500px;
        text-align: center;
        color: #3e304f;
    }
    
    .container {
        width: 1200px;
        margin: 0px auto;
    }
    
    .container .left {
        width: 590px;
        display: inline-block;
        vertical-align: top;
    }
    
    .container .right {
        width: 530px;
        display: inline-block;
        vertical-align: top;
        padding: 60px 0px 0px 60px;
    }
    
    .container .right .item {
        margin-bottom: 50px;
    }
    
    .container .right .item .head {
        margin: 0 0 10px 0;
    }
    
    .Introduction {
        margin: 30px auto;
        width: 720px;
    }
    
    .button {
        border: 6px solid #f3a0aa;
        border-radius: 36px;
        color: #3e304f;
        font-size: 18px;
        font-weight: 900;
        width: 320px;
        height: 60px;
        line-height: 60px;
        text-transform: uppercase;
        display: inline-block;
    }
    
    .button a {
        text-decoration: none;
        height: 60px;
        line-height: 60px;
    }
    
    .button:hover {
        border: 6px solid #ff667c;
        background-color: #ff667c;
        color: #fff;
    }
    
    .button:hover a {
        color: #fff
    }
    
    .about_bt {
        width: 900px;
        text-align: center;
        margin: 0px auto;
    }
    
    .about_bt::before {
        content: url('img/stars.png');
        display: inline-block;
        margin: 0px 20px;
        width: 50px;
        height: 61px;
        vertical-align: middle;
    }
    
    .about_bt::after {
        transform: rotateY(180deg);
        content: url('img/stars.png');
        display: inline-block;
        margin: 0px 20px;
        width: 50px;
        height: 61px;
        vertical-align: middle;
    }
    /* education  experience*/
    
    .education_bg {
        width: calc(100% - 2px);
        background-color: #466594;
        padding: 0 1px 0 1px;
    }
    
    .education_bg .edu_title {
        color: #fff;
        font-size: 38px;
        font-weight: 900;
        width: 900px;
        margin: 30px auto;
        text-align: center;
    }
    
    .education_bg .edu_title::before {
        content: url('img/ee.png');
        display: inline-block;
        margin: 0px 20px 0px 20px;
        width: 138px;
        height: 50px;
    }
    
    .education_bg .edu_title::after {
        transform: rotateY(180deg);
        content: url('img/ee.png');
        display: inline-block;
        margin: 0px 0px 0px 20px;
        width: 138px;
        height: 50px;
    }
    
    .education_bg .content {
        margin: 0px auto;
        padding-top: 40px;
        width: 1000px;
        background: url(img/ee_bgline.png) no-repeat;
        background-position: center 0;
    }
    
    .education_bg .item {
        width: 1000px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .education_bg .item:last-of-type {
        margin-bottom: 0px;
    }
    
    .education_bg .item .main_icon {
        border-radius: 50%;
        border: 6px solid #f3a0aa;
        width: 72px;
        height: 72px;
        margin: 0 30px 30px 30px;
        background-color: #fff;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }
    
    .education_bg .item .main_icon i {
        font-size: 48px;
        font-weight: 500;
        color: #f3a0aa;
        line-height: 72px;
    }
    
    .education_bg .item .left {
        width: 380px;
        display: inline-block;
        vertical-align: top;
        text-align: right;
    }
    
    .education_bg .item .left .head {
        color: #fff;
        font-weight: 600;
        width: 300px;
        margin-bottom: 10px;
        margin-right: 24px;
        display: inline-block;
        text-align: right;
    }
    
    .education_bg .item .left .desc {
        color: #fff;
        font-size: 14px;
        text-align: right;
        width: 300px;
        margin: 0px;
        margin-right: 24px;
        display: inline-block;
        line-height: 20px;
    }
    
    .education_bg .item .left .icon_list {
        float: right;
        width: 50px;
    }
    
    .education_bg .item .left .icon_list .icon_49 {
        width: 49px;
        height: 49px;
        border-radius: 5px;
        display: inline-block;
        margin: 0px 30px 20px 0px;
    }
    
    .education_bg .item .left .circle {
        width: 15px;
        height: 15px;
        background-color: #ff667c;
        border-radius: 50%;
        vertical-align: middle;
        display: inline-block;
        margin-left: 30px
    }
    
    .education_bg .item .left .duration {
        font-size: 18px;
        font-weight: 600;
        display: inline-block;
        width: 250px;
        padding: 25px;
        border-radius: 35px;
        background-color: #f3a0aa;
        color: #466594;
        text-align: center;
    }
    
    .education_bg .item .right {
        width: 380px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    
    .education_bg .item .right .circle {
        width: 15px;
        height: 15px;
        background-color: #ff667c;
        border-radius: 50%;
        vertical-align: middle;
        display: inline-block;
        margin-right: 30px
    }
    
    .education_bg .item .right .duration {
        font-size: 18px;
        font-weight: 600;
        display: inline-block;
        width: 250px;
        padding: 25px;
        border-radius: 35px;
        background-color: #f3a0aa;
        color: #466594;
        text-align: center;
    }
    
    .education_bg .item .right .head {
        color: #fff;
        margin-bottom: 10px;
        font-weight: 600;
        text-align: left;
        width: 300px;
        display: inline-block;
        margin-left: 24px;
    }
    
    .education_bg .item .right .desc {
        color: #fff;
        font-size: 14px;
        text-align: left;
        width: 300px;
        display: inline-block;
        font-weight: 100;
        line-height: 20px;
        margin-left: 24px;
    }
    
    .education_bg .item .right .icon_list {
        float: left;
        width: 50px;
    }
    
    .education_bg .item .right .icon_list .icon_49 {
        width: 49px;
        height: 49px;
        border-radius: 5px;
        display: block;
        margin: 0px 0px 20px 0px;
    }
    /* skill */
    
    .skill_title {
        color: #3e304f;
        font-size: 38px;
        font-weight: 900;
        width: 800px;
        margin: 30px auto;
        text-align: center;
    }
    
    .skill_title::before {
        content: url('img/skill.png');
        display: inline-block;
        margin: 0px 20px;
        vertical-align: middle;
    }
    
    .skill_title::after {
        transform: rotateY(180deg);
        content: url('img/skill.png');
        display: inline-block;
        margin: 0px 20px;
        vertical-align: middle;
    }
    
    .skill_container {
        width: 1200px;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .skill_container .item {
        display: inline-block;
        width: 320px;
        text-align: center;
        margin: 20px 0 0 0;
    }
    
    .skill_container .item .percentage {
        width: 320px;
        text-align: center;
    }
    
    .skill_container .item .head {
        display: inline-block;
        font-size: 20px;
        width: 280px;
        margin: 20px 0px 10px 0px;
    }
    
    .skill_container .item .desc {
        display: inline-block;
        width: 280px;
        margin: 0px 0px 30px 0px;
    }
    /* ability */
    
    .ability_bg {
        width: calc(100% - 2px);
        background-color: #ff667c;
        padding: 0 1px 0 1px;
    }
    
    .ability_bg .ability_title {
        color: #fff;
        font-size: 38px;
        font-weight: 900;
        width: 800px;
        margin: 30px auto;
        text-align: center;
    }
    
    .ability_container {
        width: 1200px;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .ability_container .item {
        width: 320px;
    }
    
    .icon_60 {
        width: 60px;
        height: 60px;
        float: left;
        margin: 0 30px 0 0;
    }
    
    .icon_60 img {
        width: 60px;
        height: 60px;
    }
    
    .ability_container .item .head {
        display: inline-block;
        width: 200px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        color: #fff;
    }
    
    .ability_container .item .desc {
        width: 200px;
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        opacity: 0.65;
        margin: 0 0 50px 0;
    }
    
    .ability_footer {
        width: 100%;
        height: 201px;
        background: url('img/abiliti_bg.png') no-repeat;
        min-width: 1000px;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    /* friends tool */
    
    .freinds_pic {
        width: 1168px;
        margin: 50px auto;
    }
    /* projects */
    
    .proj_bg {
        width: calc(100% - 2px);
        background-color: #ccc;
        padding: 1px 1px 30px 1px;
    }
    
    .proj_title {
        color: #3e304f;
        font-size: 38px;
        font-weight: 900;
        width: 800px;
        margin: 50px auto;
        text-align: center;
    }
    
    .proj_title::before {
        content: url('img/works.png');
        display: inline-block;
        margin: 0px 20px;
        vertical-align: middle;
    }
    
    .proj_title::after {
        transform: rotateY(180deg);
        content: url('img/works.png');
        display: inline-block;
        margin: 0px 20px;
        vertical-align: middle;
    }
    
    .proj_container {
        width: 900px;
        margin: 30px auto;
    }
    
    .proj_container .item img {
        width: 900px;
    }
    /* link */
    
    .link_bg {
        width: calc(100% - 2px);
        background-color: #604f71;
        padding: 1px 1px 30px 1px;
    }
    
    .link_title {
        color: #fff;
        font-size: 38px;
        font-weight: 900;
        width: 800px;
        margin: 50px auto;
        text-align: center;
    }
    
    .link_container {
        width: 1000px;
        height: 180px;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .link_container .item {
        width: 420px;
        display: block;
        margin-bottom: 30px;
        text-align: left;
    }
    
    .link_container .item .icon_55 {
        display: block;
        vertical-align: middle;
        display: inline-block;
        margin-right: 20px;
    }
    
    .link_container .item .icon_55 img {
        width: 55px;
        height: 55px;
    }
    
    .link_container .item .desc {
        font-size: 20px;
        color: #fff;
        display: inline-block;
        line-height: 55px;
    }
    
    .link_container .item .desc a {
        color: #fff;
    }
    
    .link_container .item .desc a:hover {
        color: #ff667c;
    }
    
    .link_container .title {
        width: 100%;
        color: #fff;
        text-align: center;
    }
    
    .link_bg .footer {
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 55px;
        margin: 0px auto;
    }
    
    .link_bg .footer a {
        color: #fff;
    }
    
    .link_bg .footer a:hover {
        color: #ff667c;
    }