.container{
    width: 600px;
    height: 1020px;
    margin: 0 auto;
   /* border: 1px solid #080808;*/
}
.header{
    width: 576px;
    height: 100px;
    margin:0 auto;
    background: #FFFFFF;
    border-bottom: 1px solid #d3d3d3;
}
.avatar{
    margin: 10px 30px 10px 18px;
    width: 80px;
    height: 80px;
    float:left
}
.avatar img{
    display:inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.message{
    width: 436px;
    height: 70px;
    float:left;
}
.message ul{
    margin:15px auto;
    padding:0;
}
.message ul li{
    display:inline-block;
    /*height: 20px;*/
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;

}
.message ul li a{
    color: #000;
    text-decoration: none;
}
.message ul li:nth-child(2n+1){
    width:146px;
}
.message ul li:nth-child(2n+2){
    width:240px;
}

.message li i{
    display: inline-block;
    margin-right: 10px;
    vertical-align: -20%;

}
.message li i img{
    width: 20px;
    height: 20px;

}
/*内容部分*/
.content{
    width: 600px;
    height: 625px;
    float: left;
}
/*左右分区*/
.left{
    float: left;
    width: 400px;
    height: 625px;
}
.right{
    float: left;
    margin-top: -625px;
    margin-left: 400px;
    position: relative;
    width: 198px;
    height: 625px;
}
/*skill*/
.clear{
    clear: both;
    zoom: 1;
}
h4{
    margin-left: 10px;
    margin-top: 15px;
}
/*设置动画*/
@-webkit-keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.skill{
    position: relative;
    float: left;
    overflow: hidden;
}
.progress-ring {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-bottom: 30px;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
}
.progress-ring:after{
    font-size: 16px;
    position: absolute;
    top: 85px;
}
.progress-ring:nth-child(1):after{
    content: 'html(5)';
    left: 15px;
}
.progress-ring:nth-child(2):after{
    content: 'css(3)';
    left: 20px;
}
.progress-ring:nth-child(3):after{
    content: 'javascript';
    left: -4px;
}
.progress-ring:nth-child(4):after{
    content: 'jQuery';
    left: 18px;
}
.progress-ring:nth-child(5):after{
    content: 'Bootstrap';
    left: 4px;
}
.progress-ring:nth-child(6):after{
    content: 'less';
    left: 25px;
}
.progress-ring:nth-child(7):after{
    content: 'PS';
    left: 34px;
}
.progress-ring:nth-child(8):after{
    content: 'webstorm';
    left: 6px;
}
.progress-ring div {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    /* 圆环宽高，可自定义 */
    border: 10px solid transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.progress-ring .progress-left, .progress-ring .progress-right, .progress-ring .progress-cover {
    clip: rect(0 40px 80px 0);
    /* rect( [0 | <width/2> | <height> | 0] ) */
}
.progress-ring .progress-right {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.progress-ring .progress-text {
    border: none;
    font-family: "Arial", sans-serif;
    text-align: center;
    font-size: 16px;
    color: #949494;
    /* 进度文字颜色 */
    line-height: 80px;
}
.progress-ring .progress-percent {
    font-size: .30em;
    font-style: italic;
    font-family: "Microsoft Yahei", sans-serif;
}
/*demo*/
.list{
    position: relative;
    margin: 20px auto ;
}
#demo1{
    background: url("../img/works01.jpg");
    -webkit-background-size: 70px 50px;
    background-size: 70px 50px;
}
#demo2{
    background: url("../img/works02.jpg");
    -webkit-background-size: 70px 50px;
    background-size: 70px 50px;
}
#demo3{
    background: url("../img/works03.jpg");
    -webkit-background-size: 70px 50px;
    background-size: 70px 50px;
}
#demo4{
    background: url("../img/works04.jpg");
    -webkit-background-size: 70px 50px;
    background-size: 70px 50px;
}
#demo5{
    background: url("../img/works05.jpg");
    -webkit-background-size: 70px 50px;
    background-size: 70px 50px;
}
.demo{
    width: 70px;
    height: 50px;
    margin-left: 15px;
    position: relative;

}
.demo:before{
    content: '';
    display: block;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background: #f1f1f1;
    /*box-shadow: 5px 5px 5px #c6c6c6;*/
    z-index: -1;
}
/*.demo:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 20px;
    border: solid;
    border-width: 0 20px 20px 20px;
    border-color:transparent transparent #cdcfd3 transparent ;
    top: 25px;
    left: 16px;
    z-index: -2;
}*/
.detail{
    position: absolute;
    margin-left: 110px;
    top: 0;
    width: 270px;
    height: 50px;
    background: #fff;

    font-size: 13px;
    box-sizing: border-box;
    padding: 10px 20px;

    quotes: "『""』";
}
.detail a{
    text-decoration: none;
    color: #ff615d;
    font-weight: 600;
}
.detail:before{
    content: open-quote;
    position: absolute;
    display: block;
    height: 15px;
    top: 0;
    left: 0;
}
.detail:after{
    content: close-quote;
    position: absolute;
    bottom: 0;
    right: 0;
}
/*技能明细*/
.right ul{
    margin: 0 6px 0 20px;
    padding: 0;
}
.right ul li{
    font-size: 15px;
    margin: 10px;
}
.right:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    height: 850px;
    width: 2px;
    border-left: 1px solid #d3d3d3;
}
/*自我评价、时光轴*/
/*.c-left h4{
    margin-left: 10px;
    margin-top: 15px;
}*/
.c-left{
    width: 400px;
    float: left;
    margin-top: 50px;
}
.c-left ul li{
    list-style: circle;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
}
.c-left ul{
    margin-top: 5px;
}

.c-right{
    width: 100px;
    float: left;
    margin-top: -110px;
    margin-left: 10px;
    /*position: relative;*/
}
.time{
    float: left;
    position: relative;
    width: 70px;
    height: 260px;
    border-right: 1px solid #6b6b6b;
    box-sizing: border-box;
}
.time ul{
    position: absolute;
    top: 0;
    left: 5px;
    margin: 0;
    padding: 0;
}
.time ul li{
    list-style: none;
    font-size: 12px;
    text-align: center;
    position: relative;
    display: block;
    height: 20px;
    margin: 20px auto;
}
.time ul li:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #6b6b6b;
    background: #F1F2F3;
    border-radius: 50%;
    position: absolute;
    left: 61px;
    top:6px;
}
.time ul li:nth-child(1){
    margin: 0 auto;
}
.status{
    float: left;
    margin-left: 80px;
    margin-top: -270px;
    width: 140px;
    height: 220px;
    position: relative;
}
.status ul{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.status ul li{
    list-style: none;
    font-size: 12px;
    display: block;
    height: 32px;
    width: 100px;
    margin: 8px auto;
}
.status ul li a{
    text-decoration: none;
    color: #a30fe1;
}
/*感谢*/
.footer{
    width: 96%;
    margin: 0 auto;
    border-top: 1px solid #d3d3d3;
    box-sizing: border-box;
    padding-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #383f4c;
    text-align: center;
    position: relative;
}
