a{
	text-decoration: none;
}
body{
	background: #EEF3FF;
}
p{
	margin:0;
}
ul,li{
	margin:0;
	list-style: none;
	padding:0;
}


.u-box{
	background:rgba(255,255,255,1);
	box-shadow:0px 7px 8px 4px rgba(217,230,242,1);
	border-radius:6px;
	padding:25px 28px;
	box-sizing: border-box;
}
.u-box .title{
	font-size:26px;
	color:rgba(51,51,51,1);
	line-height:37px;
	position: relative;
}
.u-box .title .title-btn{
	position: absolute;
    right: 0;
    top: 8px;
    /* transform: translateY(-50%); */
    font-size: 14px;
    /* color: rgba(153,153,153,1); */
    line-height: 20px;
    color: rgba(74,144,226,1);
    border-bottom: 1px solid rgb(74, 144, 226);
    margin: 0;
}
.u-box .title .title-btn:hover{
	color: rgba(74,144,226,0.8);
    border-bottom: 1px solid rgba(74, 144, 226,0.8);
}
.u-box .title2{
	font-size: 30px;
	color:rgba(51,51,51,1);
	line-height: 42px;
	text-align: center;
}
.u-input{
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #E8E8E8;
	outline: none;
	height:34px;
	font-size:16px;
	color:rgba(51,51,51,1);
	line-height:34px;
}
.u-input::-webkit-input-placeholder{
	font-size: 14px;
	color:#999999;
}
.u-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	font-size: 14px;
	color:#999999;
}
.u-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color:#999999;
}
.u-input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	font-size: 14px;
	color:#999999;
}
.u-btn{
	height:46px;
	line-height:46px;
	background:rgba(74,144,226,1);
	border-radius:4px;
	font-size:18px;
	color:rgba(255,255,255,1);
	transition: all .2s ease;
	display: block;
	text-align: center;
}
.u-btn:hover{
	background:rgba(74,144,226,0.8);
}
.u-checkbox{
	width: 14px;
	height: 14px;
	border:1px solid #E8E8E8;
}
.u-checkbox.checked{
	background:url('//pic.iidingyun.com/file/2778/codebank-checkbox-checked.png') no-repeat;
}
.u-tabs{
	display: flex;
	justify-content: space-around;
}
.u-tabs .item{
	font-size:16px;
	color:rgba(153,153,153,1);
	line-height:25px;
}
.u-tabs .item.active{
	font-size:16px;
	color:rgba(74,144,226,1);
	line-height:25px;
	border-bottom: 2px solid rgba(74,144,226,1);
}


.header{
	/* display: flex; */
	justify-content: center;
	background: rgba(31, 33, 35, 1);
}
.header .header-inner{
	/* width: 1200px;
	height:80px;
	display: flex;
	align-items: center;
	font-size:16px;
	color:rgba(255,255,255,1); */
	height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    color: rgba(31, 33, 35, 1);
    font-size: 16px;
}
.header .header-inner .logo{
	width:144px;
	height: 46px;
	background: url(//pic.iidingyun.com/1000//file/20180830/73976.png) no-repeat;
}
.header .link{
	font-size:16px;
	color:rgba(255,255,255,1);
	margin-right: 20px;
}
.header .link:last-child{
	margin-right: 0;
}
.login-container .header2{
	height:60px;
	background:rgba(255,255,255,1);
	display: flex;
	justify-content: center;
}
.login-container .header2 .header2-inner{
	width: 1200px;
	height:60px;
	display: flex;
	align-items: center;
	padding-left: 120px;
	box-sizing: border-box;
}
.login-container .header2 .header2-inner .item{
	font-size:18px;
	color:rgba(51,51,51,1);
	margin-right: 24px;
	line-height: 20px;
}
.login-container .header2 .header2-inner .item .no-im{
	font-size: 28px;
	color:#4A90E2;
	font-weight: 500;
}
.login-container .header2 .header2-inner .item .unit{
	font-size: 14px;
	color:#4A90E2;
}
.login-container .header2 .header2-inner .icon-voice{
	width:22px;
	height: 22px;
	background: url('//pic.iidingyun.com/file/2778/codebank-icon-voice.png') no-repeat;
	margin-right: 11px;
}
.login-container .content{
	width: 1200px;
	padding-left: 120px;
	box-sizing: border-box;
	display: flex;
	margin:86px auto;
}
.login-container .content .intro-wrapper{
	flex:0 0 627px;
}
.login-container .content .intro-wrapper .title{
	font-size:36px;
	font-family:PingFangSC-Medium;
	color:rgba(74,144,226,1);
	overflow: hidden;
	height: 69px;
	line-height: 69px;
}
.login-container .content .intro-wrapper .desc{
	font-size:16px;
	font-family:PingFangSC-Regular;
	color:rgba(51,51,51,1);
	line-height:23px;
	margin-top:20px;
}
.login-container .content .intro-wrapper .bg{
	width:497px;
}
.login-container .content .login-wrapper{
	width:406px;
	height:330px;
}
.login-container .content .login-wrapper .login-form{
	margin-top:22px;
}
.login-container .content .login-wrapper .login-form .u-input{
	margin-bottom: 12px;
}
.login-container .content .login-wrapper .login-form .tool{
	display: flex;
	justify-content: space-between;
}
.login-container .content .login-wrapper .login-form .tool.left{
	justify-content:flex-start;
}
.login-container .content .login-wrapper .login-form .tool .item{
	font-size:14px;
	color:rgba(153,153,153,1);
	line-height: 20px;
	margin-bottom: 29px;
	display: flex;
	align-items: center;
}
.login-container .content .login-wrapper .login-form .tool .item.link{
	border-bottom: 1px solid rgba(153,153,153,1);
}
.login-container .content .login-wrapper .login-form .tool .item.link2{
	font-size:12px;
	color:rgba(74,144,226,1);
	line-height:17px;
	transition: all .2s ease;
}
.login-container .content .login-wrapper .login-form .tool .item.link2:hover{
	color:rgba(74,144,226,0.8);
}
.login-container .content .login-wrapper .login-form .tool .split{
	font-size: 12px;
	margin-top:1px;
}
.login-container .content .login-wrapper .login-form .validcode{
	position: relative;
}
.login-container .content .login-wrapper .login-form .validcode .btn{
	position: absolute;
	top:8px;
	right: 0;
	font-size:14px;
	color:rgba(74,144,226,1);
	line-height:20px;
}
.login-container .content .login-wrapper .login-form .validcode .btn:hover{
	color:rgba(74,144,226,0.8);
}
.login-container .content .login-wrapper .login-form .validcode .u-input{
	padding-right: 80px;
    box-sizing: border-box;
}


.rotate-enter-active {
  animation: rotate-in .5s;
}
/* .bounce-leave-active {
  animation: bounce-in .5s reverse;
} */
@keyframes rotate-in {
  0% {
	transform:perspective(1000px) rotateY(0deg);
  }
  /* 50% {
    transform:rotateY(180deg);
  } */
  100% {
    transform:perspective(1000px) rotateY(180deg);
	transform-style:preserve-3d;
  }
}
.rotate2-enter-active {
  animation: rotate-in2 .7s;
}
@keyframes rotate-in2 {
  0% {
	transform:perspective(1000px) rotateY(90deg);
  }
  /* 50% {
    transform:rotateY(180deg);
  } */
  75%{
	transform:perspective(1000px) rotateY(-15deg);
	transform-style:preserve-3d;
  }
  100% {
    transform:perspective(1000px) rotateY(0deg);
	transform-style:preserve-3d;
  }
}






.pwd-container .content{
	width: 1200px;
	margin: 100px auto;
	padding:40px 220px 45px;
	box-sizing: border-box;
	min-height: 500px;
}
.pwd-container .content .progress{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:12px;
	color:rgba(153,153,153,1);
	line-height:17px;
	margin-top:28px;
}
.pwd-container .content .progress .item{
	display: flex;
}
.pwd-container .content .progress .item.active{
	color:#4A90E2;
}
.pwd-container .content .progress .item .seq{
	width:18px;
	height:18px;
	line-height:18px;
	background:rgba(217,217,217,1);
	text-align: center;
	font-size:12px;
	color:rgba(255,255,255,1);
	margin-right: 8px;
}
.pwd-container .content .progress .item.active .seq{
	background:#4A90E2;
}
.pwd-container .content .progress .line{
	flex:1;
	height:1px;
	background:rgba(225,225,225,1);
	margin:0 14px;
}
.pwd-container .content .progress .line.active{
	background:#4A90E2;
}
.pwd-container .content .tips{
	font-size:12px;
	color:rgba(102,102,102,1);
	line-height:17px;
	text-align: center;
	margin-top:60px;
}
.pwd-container .content .pwd-form{
	width: 349px;
	margin: 33px auto;
}
.pwd-container .content .pwd-form .u-btn{
	margin-top:24px;
}
.pwd-container .content .pwd-form .mobile-wrapper{
	display: flex;
	height:44px;
	border-radius:4px;
	border:1px solid rgba(217,217,217,1);
	margin-top:15px;
}
.pwd-container .content .pwd-form .mobile-wrapper .lb{
	flex:0 0 114px;
	font-size: 16px;
	color: #666;
	line-height: 42px;
	margin-left: 5px;
	border-right:1px solid rgba(217,217,217,1);
}
.pwd-container .content .pwd-form .mobile-wrapper .u-input{
	border-bottom:0;
	height: 42px;
	line-height: 42px;
	padding: 0 5px;
}
.pwd-container .content .pwd-form .validcode-wrapper{
	display: flex;
	margin-top:15px;
}
.pwd-container .content .pwd-form .validcode-wrapper .u-input{
	height:44px;
	line-height:44px;
	border-radius:4px;
	border:1px solid rgba(217,217,217,1);
	padding:0 5px;
}
.pwd-container .content .pwd-form .validcode-wrapper .u-btn{
	flex:0 0 115px;
	margin:0;
	cursor: pointer;
	margin-left: 5px;
	font-size: 14px;
}
.pwd-container .content .pwd-form .validcode-wrapper .u-btn.disabled{
	color:#666666;
	background: #E9E9E9;
}
.pwd-container .content .u-input.border{
	height:44px;
	line-height:44px;
	border-radius:4px;
	border:1px solid rgba(217,217,217,1);
	padding:0 5px;
	margin-top:15px;
	box-sizing: border-box;
}
.pwd-container .content .pwd-form .edit-complete .title{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:22px;
	color:rgba(51,51,51,1);
	line-height:30px;
	margin-bottom: 42px;
}
.pwd-container .content .pwd-form .edit-complete .title .icon-success{
	width:44px;
	height: 44px;
	margin-right: 8px;
}
.pwd-container .content .pwd-form .edit-complete .desc{
	text-align: center;
	font-size:12px;
	color:rgba(102,102,102,1);
	line-height:17px;
}
.pwd-container .content .pwd-form .u-btn.next{
	margin:50px auto;
}
.pwd-container .content .pwd-form .u-btn.next.short{
	width:170px;
}



.agreement-con-wrapper{
	width:1200px;
	margin:0 auto;
	padding-bottom: 20px;
}
.agreement-con-wrapper .agreement-con{
	width:1175px;
	font-size:14px;
	color:rgba(51,51,51,1);
	line-height:28px;
	white-space: pre-line;
}
.agreement-con-wrapper .title{
	font-size:18px;
	color:rgba(51,51,51,1);
	line-height:25px;
	text-align: center;
	margin-top:35px;
}
.agreement-con-wrapper .intro{
	font-size:14px;
	color:rgba(51,51,51,1);
	line-height:20px;
	text-align: center;
	margin-top:10px;
}


.hongbao-dialog .el-dialog{
	width:540px;
}
.hongbao-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -34px;
}
.hongbao-wrapper .title{
	font-size:28px;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:40px;
	text-align: center;
}
.hongbao-wrapper .intro{
	font-size: 13px;
	color: #666666;
	margin-top:5px;
}
.hongbao-wrapper .pic{
	width: 334px;
}
.hongbao-wrapper .pic-wrapper{
	position: relative;
}
.hongbao-wrapper .pic-wrapper .desc{
	position: absolute;
	top: 60px;
	left: 0;
	width:100%;
	font-size: 20px;
	color:#333;
	text-align: center;
}
.hongbao-wrapper .pic-wrapper .desc .no{
	font-size: 28px;
	color:#f34b4a;
}
.hongbao-wrapper .pic-wrapper .desc .unit{
	font-size: 20px;
	color:#f34b4a;
}








@keyframes scroll {
	  0% {
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
            }
            33% {
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
            }
            40% {
                -webkit-transform: translateY(-69px);
                transform: translateY(-69px);
            }
            65% {
                -webkit-transform: translateY(-69px);
                transform: translateY(-69px);
            }
            70% {
                -webkit-transform: translateY(-138px);
                transform: translateY(-138px);
            }
            80% {
                -webkit-transform: translateY(-138px);
                transform: translateY(-138px);
            }
            96% {
                -webkit-transform: translateY(-138px);
                transform: translateY(-138px);
            }
            100% {
                -webkit-transform: translateY(-207px);
                transform: translateY(-207px);
            }
}




@media (max-width: 767px) {
	.u-input::-webkit-input-placeholder{
		font-size: 12px;
		color:#999999;
	}
	.u-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
		font-size: 12px;
		color:#999999;
	}
	.u-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
		font-size: 12px;
		color:#999999;
	}
	.u-input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
		font-size: 12px;
		color:#999999;
	}


	.u-input{
		border-radius: 4px;
		border: 1px solid rgba(232,232,232,1);
		padding: 0 8px;
		box-sizing: border-box;
		font-size: 14px;
		height: 38px;
		line-height: 38px;
	}
	.login-container .content .intro-wrapper .desc{
		display: none;
	}
	.login-container .content .intro-wrapper .bg{
		display: none;
	}
	.login-container .content{
		display: block;
		width: 100%;
		padding: 0;
		margin:0;
		margin-top: 40px;
	}
	.login-container .content .intro-wrapper .title{
		font-size: 20px;
		text-align: center;
	}
	.login-container .content .login-wrapper{
		width: 90%;
		margin: 20px auto;
		background: rgba(255,255,255,1);
		box-shadow: 0px 2px 4px 0px rgba(217,217,217,0.5);
		border-radius: 8px;
	}
	.login-container .header2{
		background: none;
	}
	.login-container .header2 .header2-inner{
		padding: 0;
    	flex-direction: column;
		margin: 20px 0;
		align-items: flex-start;
    	padding-left: 30%;
	}
	.login-container .header2 .header2-inner .icon-voice{
		display: none;
	}
	.login-container .content .login-wrapper .login-form .validcode .btn{
		font-size: 12px;
		right: 8px;
	}
	.u-box .title{
		font-size: 18px;
	}
	.header .link{
		font-size: 14px;
	}
	.header .header-inner{
		height: 44px;
    	font-size: 14px;
		padding: 0;
	}
	.u-box .title .title-btn{
		font-size: 12px;
	}
	.login-container .header2 .header2-inner .item{
		font-size: 14px;
		margin-right: 0;
		line-height: 30px;
	}
	.login-container .header2 .header2-inner .item .no-im{
		font-size: 22px;
	}
	.header .header-inner .home{
		display: none;
	}
	.header .header-inner .doc{
		display: none;
	}
	.header .header-inner .logo {
		width: 114px;
		height: 27px;
		background: url(//pic.iidingyun.com/file/2778/codebank-logo-mobile.png) no-repeat;
		background-size: contain;
		margin-left: 5px;
	}
	.header .link{
		margin-right:5px;
	}
	.login-container .content .intro-wrapper{
		margin: -20px 0;
	}


	.hongbao-dialog .el-dialog{
		width:90%;
	}






}







