/*加载进度条*/
  #progressContainer {
         bottom: 0; 
         z-index:9;
         left: 0;
         position: fixed;
         width: 100%;
         height: 20px;
         background-color: #f7f7f7;
         margin-top: 20px;
        }

#progressBar {
            height: 100%;
            width: 0;
            background-color: #000;
            transition: width 0.3s ease;
        }


/*修改滚动条样式*/
::-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**/
body{
      font: 12px/1.3 Arial,"Microsoft YaHei","PingFang SC",sans-serif;}
img{
  margin:0;
  padding: 0;
}
.logo{
backdrop-filter: saturate(180%) blur(6px);
    background: rgba(255,255,255,0.9);
    z-index: 1;
	  height: 44px;
    padding: 14px 0 0 0;
    width: 100%;
    position: fixed;
}

.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;
}

/**social**/
.social{

	width: 220px;
	position: fixed;
	right: 20px;
	top: 3px;
  z-index: 999;

}
.social a{
	height: 24px;
    display: block;
    width: 24px;
    float: left;
    text-align: center;
    margin: 20px;

}

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

}
.wechat_pop{
    left: -120px;
    display: none;
    top:-19px;
	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: 20px;
    opacity: 1;
    display: block;

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

	transform: scale(1.5);

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

	transform: scale(1.5);

}
/**contianer**/
.contianer{
	width: 1280px;
	margin:0 auto;
  padding-top: 120px;
}
.worktype{
  font-size: 12px;
  color: #999;
  float: left;
  height: 14px;
   padding-left: 18px;
  background:url(../img/type-icon.png)no-repeat;
}

.worktop{
  height: 80px;
}
.worktitle{
  width: 100%;
  color: #333;
  font-size: 48px;
  font-weight: 300;
  margin:0px 0 25px 0 ;
}
.workdate{
  font-size: 12px;
  color: #999;
  float: right;
  height: 14px;
  padding-left: 18px;
  background:url(../img/workdate.svg)no-repeat;
}
.workcontent{
  margin:36px 0 0 0;
}
.workcontent img{
border-radius: 16px;
 width:1280px;
  margin: 20px auto;
  display: table-cell; /*主要是这个属性*/

 vertical-align: middle;

 text-align: center;
}
.workcontent video{
  margin:0 auto;
  width: 100%;
  height:800px;
  background: #fff;
}
.workexplanation{
  color: #666;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.backtotop {
            position: fixed;
            right: 50px;
            bottom: 50px;
            width: 40px;
            height: 40px;
            transition: all 0.2s ease;
        }
a.backtotop:hover{

box-shadow:0px 10px 18px rgba(0, 0, 0, 0.22)
}

.imagemax img{
  position: absolute;
}
.imagemax{
  position: relative;
  height: 1168px;
    width: 1280px;
}
#topimage{
   height: 864px;
    width: 1083px;
    z-index: 2;
    bottom: 174px;
    left: 100px;
    margin: 0 0;
    border-radius: 20px;
}
#noscale{

  height: 862px;
    width: 1087px;
    z-index: 2;
    bottom: 174px;
    left: 100px;
    margin: 0 0;
    border-radius: 20px;
}
.bgimage{
  z-index: 1;
}

.footer{
    width: 100%;
    height: 35px;
    color: #999;
    font-size: 12px;
    margin-top: 42px;
    text-align: center;

}
.workcontent_title{

  font-weight: bold;
  color: #333;
}


.worknav{
  width: 135px;

  height: 100px;
 text-align: center;
  margin:100px auto 50px auto;
}


.contact{
  margin-right: 12px;
  float: left;
  margin-top: 40px;
  width: 135px;
  height: 44px;
  background: #000;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in;

}
.wave{
  position: absolute;
    background: #ff6600;
    width: 10px;
    height: 10px;
    display: block;
    top: 17px;
    left: 62px;
    border-radius: 1000px;
    opacity: 0;
}
.contact p{
opacity: 0.9;
    z-index: 2;
  position: absolute;
   left:45px; 
}
a.contact:hover .wave{
  -webkit-animation: btnhover 0.8s;
}
a.contact:hover{
  background: #ff6600;
  transition: all 0.8s cubic-bezier(1, -0.02, 1, 1);

}
@-webkit-keyframes btnhover
{
from {transform: scale(1); opacity: 0}
to {transform: scale(20); opacity: 1}
}