.lefteworks:hover {
top:0;
    
}
.mac-scale {
  transform: scale(0.75);
  transform-origin: 0 0;
}
/*修改滚动条样式*/
::-webkit-scrollbar{
  width:5px;
  height:10px;
  /**/
}
::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
}
::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
::-webkit-scrollbar-thumb:hover{
  background: #333;
}
::-webkit-scrollbar-corner{
  background: #179a16;
}
body{
    cursor: url('../img/mouse.ico'), default;
}

/**logo**/
html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.logo{
	margin-top: 20px;
    z-index: 3;
	  height: 44px;
    padding: 14px 0 0 0;
    width: 100%;
}

.logo a{
    float: left;
	width: 48px;
	height: 30px;
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 14PX;
	background: url(../img/logo-hover.svg)no-repeat center;
	margin-left: 30px;}

.logo a:hover img{

	opacity: 0;
}
.logotext{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 86px;
}

/**container**/
@-webkit-keyframes lorin
{
from {left:0; }
to {left: -2649px;}
}

@-webkit-keyframes designer
{
from {left:0; }
to {left: -3386px;}
}

.container{
    
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
}
.nametext img{position: absolute;}
.nametext{
	position: absolute;
	left: 0;
	top: 155px;
	animation: lorin 20s infinite linear;
}
.profession img{position: absolute;}
.fill{
	opacity: 0;
	transition: all .2s ease-in;
}
.profession{
	position: absolute;
	left: 0;
	top: 455px;
    animation: designer 15s infinite linear;
}
.nametext:hover{
     animation-play-state: paused;
}
.profession:hover{
     animation-play-state: paused;
}
.nametext:hover .fill{
     opacity: 1;
}
.profession:hover .fill {
      opacity: 1;
  }


.introduction{
    width: 545px;
    color: #747474;
    font-size: 12px;
    font-weight: 100;
    position: fixed;
    left: 60px;
    top: 81%;
    line-height: 25px;
}
.introduction p,.introduction img{
	float: left;
}
.introduction img{
	margin-right: 20px;
	width: 45px;
}
.p_name{

	font-size: 20px;
	font-weight: bold;
	color: #000;
}

/**social**/
.social{

    box-shadow: 0px 9px 20px 0px #0000000d;
    border-radius: 3px;
    border: 1px solid #EBEBEB;
    width: 218px;
    position: fixed;
    left: 119px;
    top: 86%;
}
.social a{
	height: 16px;
    display: block;
    width: 20px;
    float: left;
    text-align: center;
    padding: 9px 25px 9px 27px;
    border-right: 1px solid #EBEBEB;}

.social a img{
	transition: all .2s ease-in-out;
  width: 12px;

}
.wechat_pop{
    left: 38px;
    top:143px;
	position: absolute;
	width: 203px;
	height: 199px;
	opacity: 0;
	transition: all .2s ease-in;
	background: url(../img/wechat_pop.png) no-repeat;
	background-size: contain;
}

a.wechat:hover .wechat_pop{
    top: -50px;
    opacity: 1;
    display: block;

}
.wechat{
	position: relative;
}
.zcool:hover img{

	transform: scale(1.2);

}
.dribbble:hover img, .wechat:hover img{

	transform: scale(1.2);

}

/**works**/
.right_box{
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%;
	overflow-y: auto;
	width: 482px;
	overflow-x: hidden;
}

.rightworks{
	transition: all .2s ease-in-out;
	position: absolute;
	right: -4px;
        top:-150px;
	width: 481px;
	height: 1590px;
        backdrop-filter: saturate(180%) blur(40px);
        background: rgb(255 255 255 / 70%);
	z-index: 999;
}
.rightworks:hover{
	top: 0;
}
@-webkit-keyframes dong
{
0% {    left: 25px;
	top: 164px; }
5% {    left: 470px;
	top: 718px;}
35%{
	left: 470px;
	top: 718px;
}

40%{    left: 503px;
	top: 414px;}
75%{
	left: 503px;
	top: 414px;
}	
80%{
	    left: 25px;
	top: 164px;
}
100%{
	    left: 25px;
	top: 164px;
}
}

.donghua{
	position: absolute;
    left: 50px
	top: 80px;
	animation: dong 5s infinite linear;
	transition: all 0.2s ease-in;
}

.middleworks{
	transition: all .2s ease-in-out;
	position: absolute;
	right: 480px;
	top: 0;
	width: 480px;
	height: 100%;
        backdrop-filter: saturate(180%) blur(40px);
        background: rgb(255 255 255 / 70%);
	z-index: 998;
	overflow-y: auto;
	overflow-x: hidden;
}
.middleworks::-webkit-scrollbar {display:none}
.item{
	float: left;
    width: 480px;
    height: 440px;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;

}



.lefteworks{
        backdrop-filter: saturate(180%) blur(40px);
        background: rgb(255 255 255 / 70%);
	transition: all .2s ease-in-out;
	position: absolute;
	right: 960px;
	top: -50px;
	width: 480px;
	height: 122%;

	z-index: 998;
	overflow-y: auto;
	overflow-x: hidden;
}

.lefteworks:hover{top:0;height:100%;}
.lefteworks::-webkit-scrollbar {display:none}


.item a{
display:block;
 width: 480px;

}




.item div{
	float: left;
}

.date{
	margin-top: 34px;
	padding-top: 30px;
	width: 26px;
	height: 392px;
	margin-left: 32px;
	background: url(../img/dotline.png) center 0 no-repeat;
}
.daterotation{
	color: #cfcfcf;
	font-size: 14px;
	font-weight: 100;
	display: block;
	transform: rotate(90deg);
}
.workimg{
	width: 328px;
	height: 231px;
	margin:58px 0 4px 32px;
	position: relative;
}
.workimg img{
width:328px;
height:205px;
    border-radius: 6px;
	position: absolute;
}
.pic{
-webkit-filter: grayscale(0%); /* Chrome/Opera/Safari */
    filter: grayscale(0%); /* Firefox 3.6+ */
-moz-filter:graysclae(00%);
	transition: all 0.2s ease-in;
}
.item a:hover .pic{
	-webkit-filter: grayscale(0%); /* Chrome/Opera/Safari */
    filter: grayscale(0%); /* Firefox 3.6+ */
-moz-filter:graysclae(0%);
}
.item a:hover .readmore{
	color: #000;
	text-decoration: underline;
}
.item a:hover .readmore img{
	transform: rotate(720deg);
	margin-left: 242px;
}
.item a:hover .worktext{

	color: #000;
}

.workimg_shadow{
	z-index: 0;
    left: 0px;
    bottom: -66px;
}
.worktext{
	width: 328px;
	color: #6e727c;
	font-size: 24px;
	font-weight: 200;
	margin: 0 0 0 32px;
	line-height: 34px;
}
.readmore{
	width: 328px;
	color: #cfcfcf;
	font-size: 12px;
	font-weight: 100;
	margin: 24px 0 0 32px;
}
.readmore img{

	margin-left: 20px;
	transition: all .3s ease-in;
}
