/* reset */

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Microsoft Yahei', '宋体', arial, 'Hiragino Sans GB', Helvetica, serif;
}

#debugtex {
    font-size;
    14px;
    color: #fafa00;
}

#mydebug {
    font-size: 17px;
}

label {
    cursor: pointer;
}

img {
    vertical-align: middle;
}

table {
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

.clear {
    clear: both;
}


/*main*/

body {
    background-color: #ffffff;
    width: 100%;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: rgba(235, 235, 235, 1);
    height: 70px;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.logo_img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-bottom: 15px;
}

.head_logo_div,
.head_nav_div {
    width: 50%;
    float: left;
}

.head_logo_div {
    line-height: 70px;
    text-align: center;
}

.head_nav_div {
    line-height: 70px;
}

.head_nav {
    margin: 0 auto;
}

.head_nav ul li {
    float: left;
    margin: 0px 25px;
    cursor: pointer;
    font-size: 16px;
    transition: all cubic-bezier(.08, .82, .17, 1) 0.3s;
}

.nav_li_on {
    color: red;
}

.head_nav ul li a {
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transform: all 0.2s;
}

.head_nav ul li a:hover {
    color: #4b91c9;
}

.wrapBox {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all ease 1.5s;
}

.bg01 {
    background: url(../images/pic/pic_1.jpg);
}

.bg02 {
    background: url(../images/pic/pic_2.jpg);
}

.bg03 {
    background: url(../images/pic/pic_3.jpg);
}

.bg04 {
    background: url(../images/pic/pic_4.jpg);
}

.warpBox_tochMoveing {
    transition: all ease 0s;
}

.box {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    /*
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
*/
}

.box01_content {
    position: absolute;
    z-index: 3;
    top: 13%;
    left: 10%;
    width: 80%;
}

.head_div {
    width: 400px;
    margin: 0 auto;
    height: 400px;
}

.cycle_item {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.cycle_item_b {
    text-align: center;
}

.cycle_item_b .cycle_a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.cycle_item_b .cycle_text {
    display: none;
}

.green_cycle_img,
.yellow_cycle_img,
.blue_cycle_img {
    position: absolute;
    display: block;
}

.head_img_div {
    position: relative;
    z-index: 2;
    display: inline;
    width: 200px;
    height: 200px;
    margin-top: 7px;
}

.head_img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid pink;
    margin: 97px;
    box-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 5px #fff, 0 0 1px #fff;
    transition: all cubic-bezier(.17, .84, .44, 1) 1s;
    transform: perspective(400px) rotateY(0deg);
    position: absolute;
    display: flex;
}

.head_img:active {
    width: 195px;
    height: 195px;
}

.green_cycle_img {
    animation-name: clockwise;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    margin: 70px;
}

.yellow_cycle_img {
    animation-name: anticlockwise;
    animation-duration: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    margin: 80px;
}

.blue_cycle_img {
    animation-name: clockwise;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    margin: 90px;
}

.cycle_a {
    position: absolute;
    border-radius: 25px;
    width: 120px;
    height: 50px;
    transition: all 2s cubic-bezier(.09, .21, .65, 1.03);
    animation-duration: 1.8s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-direction: alternate;
    margin: 165px 140px;
    display: block;
}

.cycle_a_b {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.cycle_a_b .cycle_icon_1,
.cycle_icon_2,
.cycle_icon_3 {
    margin: 4px;
    left: inherit !important;
    border-radius: 30%;
}

.cycle_a_b .cycle_text {
    display: none;
}

#item_1 {
    background-color: #42c9a3;
    animation-name: num1;
    transform: rotate(0deg) translateX(200px) rotate(-0deg);
}

#item_1 .cycle_icon_1 {
    background: url('../images/icon/github.png') no-repeat;
    border-radius: 25px;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background-size: cover;
    left: 5px;
}

.cycle_text {
    width: 50px;
    margin-top: 0;
    left: 50px;
    text-align: right;
    padding: 0 5px;
    position: absolute;
    top: 0;
}

.item_name {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

#item_2 {
    background-color: #eb86e6;
    animation-name: num2;
    transform: rotate(120deg) translateX(200px) rotate(-120deg);
    -webkit-transform: rotate(120deg) translateX(200px) rotate(-120deg);
    -moz-transform: rotate(120deg) translateX(200px) rotate(-120deg);
    -ms-transform: rotate(120deg) translateX(200px) rotate(-120deg);
    -o-transform: rotate(120deg) translateX(200px) rotate(-120deg);
}

#item_2 .cycle_icon_2 {
    background: url('../images/icon/bilibili.png');
    border-radius: 5px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: cover;
    -moz-background-size: cover;
    left: 5px;
}

#item_3 {
    background-color: #6DB3D9;
    animation-name: num3;
    transform: rotate(240deg) translateX(200px) rotate(-240deg);
}

#item_3 .cycle_icon_3 {
    background: url('../images/icon/blog.png');
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background-size: cover;
    left: 5px;
    top: -5px;
}

.box01_content h1,
.box01_content h2,
.box01_content p {
    color: #ffffff;
    font-weight: lighter;
    text-align: center;
}

.box01_content .title {
    font-size: 40px;
    margin-top: 10px;
    text-shadow: -1px -1px 1px #FFE6B4;
}

.box01_content .title_h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: -1px -1px 1px #FFE6B4;
}

#box01_text {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#box01_text p {
    font-size: 20px;
    font-weight: lighter;
    line-height: 38px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    /*! opacity: 0; */
    cursor: pointer;
    text-shadow: -1px -1px 1px #FFE6B4;
}

#box01_text p:hover {
    font-size: 22px;
}

.float_btn {
    z-index: 9;
    display: block;
    position: fixed;
    right: 40px;
    top: 50%;
}

.float_btn li {
    height: 12px;
    width: 12px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 14px;
    background-color: transparent;
    transition: all 0.5s ease;
}

.float_btn li:last-child {
    margin-bottom: 0;
}

.float_btn > .btn_on {
    background: #ffffff;
}

.arrow_div {
    z-index: 5;
    position: fixed;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.box_content {
    top: 10%;
    width: 90%;
    left: 5%;
    position: absolute;
    z-index: 2;
}

.box02_content {
    width: 80%;
    left: 10%;
}


#box02_text {
    width: 50%;
    min-width: 400px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    text-shadow: -1px -1px 1px #B9A36C;
}

#box02_text h1 {
    font-size: 25px;
    font-weight: lighter;
    color: #ffffff;
    margin-top: 25px;
    text-align: center;
    position: relative;
    right: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: all 0.5s;
    right: -100%;
}

.overline {
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #ffffff;
    right: -100%;
    transition: all 0.5s ease;
    position: relative;
    right: -100%;
}

#box02_text p {
    font-size: 18px;
    font-weight: lighter;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: -100%;
    transition: all 1s;
    right: -100%;
}

#box02_text p:hover {
    font-size: 22px;
}

.box03_content {
    right: 10%;
    height: 60%;
    text-align: right;
    overflow: hidden;
}


/*时间轴*/

.timeUl {
    height: 100%;
    width: 160%;
    position: relative;
    left: -160%;
    transition: all ease 0.8s;
}


/*时间轴线条*/

.timeUl::before {
    content: ' ';
    top: 50%;
    position: absolute;
    height: 0;
    width: 100%;
    padding: 0 20px;
    border: 1px dashed #ffffff;
    display: block;
}

.timeUl::after {
    content: '';
    display: table;
    clear: both;
}

.timeUl li {
    width: 25%;
    float: left;
    height: 100%;
    position: relative;
}

.timeUl li::before {
    content: ' ';
    top: 50%;
    left: 50%;
    position: absolute;
    height: 0;
    width: 12px;
    height: 12px;
    border: 4px solid #E7A98F;
    display: block;
    z-index: 35;
    background: #ffffff;
    border-radius: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.timeUl li div {
    height: 45%;
    width: 100%;
    background-color: #444444;
    filter: alpha(opacity=90);
    opacity: 0.9;
    text-align: center;
    color: #ffffff;
    box-shadow: 10px 10px 5px #00000080;
}

.timeUl li:nth-child(2n) div {
    position: absolute;
    bottom: 10px;
}

.right_div,
.left_div {
    z-index: 5;
    position: absolute;
    top: 40%;
    text-align: center;
    left: 65px;
}

.timeUl li div {
    font-weight: normal;
    border-radius: 1%;
}

.left_arrow,
.right_arrow {
    margin-top: 52px;
}

.timeUl li div h1 {
    line-height: 40px;
    font-size: 28px;
    font-weight: lighter;
}

.timeUl li div p {
    line-height: 28px;
    font-size: 18px;
    font-weight: lighter;
}

.right_div {
    right: 65px;
    left: unset;
}

.box04_content {
    left: 3%;
    height: 90%;
    overflow: hidden;
}

.box04_title {
    font-size: 25px;
    font-weight: lighter;
    text-align: center;
    color: #EEEEEE;
}

.foot {
    width: 100%;
    background: #ffffff;
    position: relative;
    padding-top: 60px;
    display: block;
}

.foot_info_main {
    width: 62%;
    margin: 0 auto;
    padding-bottom: 60px;
    border-bottom: 1px solid #eeeeee;
}

.foot_info_main ul {
    width: 100%;
}

.foot_info_main ul li {
    width: 23%;
    margin: 0px 0 16px 0;
    text-align: center;
    border: #ffffff solid 5px;
    float: left;
    cursor: pointer;
    width: 23%;
}

.foot_info_main ul li:hover {
    border-color: #bbb;
}

.foot_info_main ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    font-size: 20px;
    color: #FEFEFE;
    text-decoration: none;
    font-variant: small-caps;
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.github_items {
    background: rgba(0, 0, 0, 0.8)
}

.github_items a {
    background: rgba(0, 0, 0, 0.8) url(../images/icon/github_white.png);
}

.google_items {
    background: rgba(80, 43, 127, 0.8);
}

.google_items a {
    background: rgba(80, 43, 127, 0.8) url(../images/icon/google.png);
}

.twitter_items {
    background: rgba(25, 25, 115, 0.8);
}

.twitter_items a {
    background: rgba(25, 25, 115, 0.8) url(../images/icon/twitter.png);
}

.pan_items {
    background: rgba(59, 89, 152, 0.8);
}

.pan_items a {
    background: rgba(59, 89, 152, 0.8) url(../images/icon/pan.png);
}

.uname1_items {
    background: rgba(189, 64, 64, 0.8);
}

.uname1_items a {
    background: rgba(189, 64, 64, 0.8) url(../images/icon/blog.png);
}

.qie_items {
    background: rgba(6, 100, 195, 0.8);
}

.qie_items a {
    background: rgba(6, 100, 195, 0.8) url(../images/icon/qie.png);
}

.file_items {
    background: rgba(153, 0, 102, 0.8);
}

.email_items {
    background: rgba(51, 153, 102, 0.8);
}

.email_items a {
    background: rgba(51, 153, 102, 0.8) url(../images/icon/email.png);
}

.foot_title {
    font-variant: small-caps;
    color: black;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.weixin {
    margin-right: 30px;
}

.dingding {
    margin-right: 30px;
}

.weixin_icon {
    width: 45px;
    height: 45px;
    background: url(../images/icon/weixin.png);
    background-repeat: no-repeat;
    background-size: 45px;
    display: block;
}

.dingding_icon {
    width: 45px;
    height: 45px;
    background: url(../images/icon/dingding.png);
    background-repeat: no-repeat;
    background-size: 45px;
    display: block;
}

.qq_icon {
    width: 45px;
    height: 45px;
    background: url(../images/icon/qq.png);
    background-repeat: no-repeat;
    background-size: 45px;
    display: block;
}

.weixin_icon:hover + .weixin_img {
    display: block;
}

.dingding_icon:hover + .dingding_img {
    display: block;
}

.qq_icon:hover + .qq_img {
    display: block;
}

.foot_power {
    text-align: center;
    padding: 30px 0;
}

.foot_power h3 {
    font-size: 16px;
    color: #999999;
    font-weight: normal;
}

.foot_power h3 a {
    color: #999999;
    font-weight: normal;
}

.box_bg {
    position: absolute;
}

.hobby_img_info_mob {
    display: none;
}

@keyframes num1 {
    0% {
        transform: rotate(-120deg) translateX(10px) rotate(120deg);
    }
    60% {
        transform: rotate(-24deg) translateX(250px) rotate(24deg);
    }
    100% {
        transform: rotate(0deg) translateX(200px) rotate(-0deg);
    }
}

@keyframes num2 {
    0% {
        transform: rotate(0deg) translateX(10px) rotate(-0deg);
    }
    60% {
        transform: rotate(96deg) translateX(250px) rotate(-96deg);
    }
    100% {
        transform: rotate(120deg) translateX(200px) rotate(-120deg);
    }
}

@keyframes num3 {
    0% {
        transform: rotate(120deg) translateX(10px) rotate(-120deg);
    }
    60% {
        transform: rotate(216deg) translateX(250px) rotate(-216deg);
    }
    100% {
        transform: rotate(240deg) translateX(200px) rotate(-240deg);
    }
}

@keyframes xuanzhuan {
    0% {
        transform: perspective(200px) rotateY(0deg)
    }
    100% {
        transform: perspective(200px) rotateY(720deg);
    }
}

@keyframes clockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes anticlockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@media screen and (max-width: 1100px) {
    .head {
        height: 70px
    }

    .head_logo_div {
        width: 20%;
    }

    .head_nav_div {
        width: 80%;
        font-size: 16px;
    }

    .head .head_nav ul li {
        margin: 0px 15px;
    }

    .box01_content {
        width: 100%;
        left: 0;
    }

    .box_content {
        left: 0;
        width: auto;
    }

    .box02_content {
        left: 2px;
    }

    .box02_content #box02_text {
        width: 90%;
    }

    .box02_content #bar_container {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .box04_content {
        width: auto;
        top: 10%;
    }

    #bar_container .bar {
        margin: 30px 0;
    }

    .box03_content {
        width: 90%;
        left: 5%;
    }

    .float_btn {
        right: 1em;
    }

    .foot_info_main {
        width: 90%;
        margin: 0 auto;
    }

    .foot_info_main ul li {
        margin: 0px 0 16px 0;
        width: 20%;
    }

    .foot_info_main ul li a {
        background: none;
    }
}

@media screen and (max-width: 700px) {
    .head {
        height: 3rem;
    }

    .head_logo_div {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
    }

    .head_nav_div {
        display: none;
    }

    .box01_content {
        top: 0;
    }

    .cycle_item {

    }

    .cycle_item a {
        display: flex;
        margin: 172.5px;
    }

    .box01_content .title {
        font-size: 2em;
    }

    .box01_content .title_h2 {
        font-size: 1rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .box01_content .box01_p {
        font-size: 0.8rem;
        line-height: 1.6rem;
        text-shadow: -1px -1px 1px #FFE6B4;
    }

    .box02_content {
        top: 5rem;
        width: 100%;
        height: auto;
    }

    .logo_img {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.1rem;
    }

    #bar_container .bar {
        margin: 0.5rem 0;
    }

    .bar {
        height: 2rem;
        font-size: 0.8rem;
    }

    #bar_container .bar:before {
        position: absolute;
        padding: 0.5rem;
        height: 2rem;
    }

    #bar_container .bar:after {
        position: absolute;
        padding: 0.5rem;
        height: 2rem;
        right: -3rem;
    }

    .arrow_div {
        bottom: 1rem;
    }

    .box04_content {
        top: 3.2rem;
        padding: 0;
        height: auto;
    }

    .box04_title {
        margin-top: 1.5rem;
        font-variant: small-caps;
        margin-top: 1rem;
        line-height: 2rem;
    }

    .foot {
        padding-top: 0.5rem;
    }

    .foot_title {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .foot_info_main ul li {
        width: 45%;
        margin: 0px 0 0.2rem 0;
    }

    .foot_info_main ul li a {
        font-size: 1rem;
    }

    .qrcode_div {
        margin-top: 0.8rem;
    }

    .qrcode_div span {
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
    }

    .qrcode_div span img {
        width: 8rem;
        height: 8rem;
        display: none;
        top: -9rem;
        left: -3.5rem;
    }

    .weixin_icon {
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
    }

    .dingding_icon {
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
    }

    .qq_icon {
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
    }

    .weixin,
    .dingding {
        margin-right: 0.5rem;
    }

    .spot {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .foot_info_main {
        padding-bottom: 1rem;
    }

    .foot_power {
        padding: 1rem 0;
    }

    .foot_power h3 {
        font-size: 0.8rem;
    }

    #bar_container .bar.mint {
        border-bottom: 0.2rem solid #0d7e68;
    }

    #bar_container .bar.red {
        border-bottom: 0.2rem solid #9f292a;
    }

    #bar_container .bar.orange {
        border-bottom: 0.2rem solid #dd481b;
    }

    #bar_container .bar.lila {
        border-bottom: 5px solid #2a242c;
    }

    #bar_container .bar.gray {
        border-bottom: 5px solid #333434;
    }

    #bar_container .bar.blue {
        border-bottom: 5px solid #333434;
    }

    #bar_container .bar.green {
        border-bottom: 5px solid #dd481b;
    }
}