#load{
    position: fixed;
	height:100%;
	width:100%;
	min-height:100%;
	min-width:100%;
    background-color: #FDEDDF;
    background-color: #131313;
    background-color: #000;
	pointer-events:none;
	z-index:999;
}
#loading .a{
    width: 150px;
    height: 5px;
    background-color: #fff;
    background-color: #9E9E9E;
	text-align:left;
}
#loading .b{
    height: 5px;
	max-width:100%;
    background-color: #0989FB;
	-webkit-transition: transform 500ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 500ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
	-webkit-transition-property: width;
	transition-property: width;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #0989FB;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.ar{
	min-width:100%;
	min-height:calc(80vh);
	padding-top:42px;
    background-repeat: no-repeat;
    background-position: center;
	box-shadow: 0px 5px 10px 0px #6c6c6c;
}
#ar1, #ar3{
	/*background-image: url(./img/bg.jpg);*/
}
#ar3{
	min-height:calc(100vh - 65px);
	position: relative;
}
#scbl{
    position: fixed;
    z-index: 99;
    right: 0;
    top: calc(50vh - 28px * 1.5);
}
.scbl{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 6px 0px #6c6c6c;
    background-color: hsla(0, 0%, 100%, 0.3);
    margin: 10px;
	-webkit-transition: transform 500ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 500ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
	-webkit-transition-property: background-color;
	transition-property: background-color;
}
.scol{
	background-color: hsla(0, 0%, 10%, 0.5);
}
.a1 .br {
    background: linear-gradient(to right, #0015d6, #0989fb);
    height: 3px;
    width: 0%;
    margin: 10px;
    border-radius: 10px;
	-webkit-transition: transform 1000ms cubic-bezier(0.4,0,0.2,1),opacity 300ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 1000ms cubic-bezier(0.4,0,0.2,1),opacity 300ms cubic-bezier(0.4,0,0.2,1);
	-webkit-transition-property: width;
	transition-property: width;
}
.anime .a1 .br{
    width: 80%;
	max-width: 500px;
}
@media all and (max-width: 600px) {
	.tt{
		font-size:38px;
	}
}
.works{
	margin-top: 50px;
}
.works .inbx{
    display: inline-block;
    width: 45%;
}
.works .show{
	position: relative;
    margin: 0px 30px 30px 0px;
    display: inline-block;
}
.works .show img{
    width: 100%;
    border-radius: 5px;
}
.works .desktop{
    border: 10px #1d1d1d solid;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px #6c6c6c;
	background-color:#1d1d1d;
}
.works .mobile{
    position: absolute;
    right: -30px;
    bottom: -20px;
    width: 30%;
    max-width: 150px;
    border: 5px #1d1d1d solid;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px #6c6c6c;
	background-color:#1d1d1d;
}
.works .info{
    padding: 20px 24px;
	width: 25%;
    max-width: 400px;
}
.works .info .cen{
	width: 100%;
    text-align: left;
}
.works .info .name{
    font-size: 24px;
    font-weight: bold;
}
.works .info .font{
    font-size: 18px;
}
.works .br {
    background: linear-gradient(to right, #0015d6, #0989fb);
    height: 3px;
    width: 0%;
    margin: 10px;
    border-radius: 10px;
	-webkit-transition: transform 500ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 500ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
	-webkit-transition-property: width;
	transition-property: width;
}
.works .info .font a{
	cursor: pointer;
}
.anime .works .br{
    width: 75%;
}
@media all and (max-width: 950px) {
	.works .inbx{
		width: 75%;
		max-width: 500px;
	}
	.works .info .cen{
		width: 100%;
	}
}
.title{
	text-align: left;
	padding-left: 30px;
}
.title .bx{
	width:190px;
    text-align: center;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.title .br{
    width: 0%;
    height: 3px;
    border-radius: 10px;
    margin: auto;
    background: linear-gradient(to right, #0015d6, #0989fb);
	-webkit-transition: transform 500ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 500ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
	-webkit-transition-property: width;
	transition-property: width;
}
.anime .title .br{
    width: 100%;
}
.title .en{
    font-size: 48px;
}
.title .zh{
    font-size: 28px;
}
@media all and (max-width: 850px) {
	.title{
		padding-left: 15px;
	}
	.title .bx{
		width:140px;
	}
	.title .en{
		font-size: 36px;
	}
	.title .zh{
		font-size: 16px;
	}
}