@font-face { font-family:'electronicFont'; src: url("../fonts/ds-digit.ttf"); }
html,body{
	min-width: 1600px;
	font-family: 微软雅黑, MicrosoftYahei, sans-serif;
	color: rgb(255, 255, 255);
	/*color:rgb(180,154,27);鸭屎黄色*/
	width: 100%;
	height: 100%;
	/*background: #040f3c;*/
	background: #000;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.header{
	height: 80px;
	position: relative;
	padding-top: 13px;
	font-size: 36px;
	/*color: #00ffff;*/
	color:#B04346;
	text-align: center;
	background: url(../images/bg.png) center center no-repeat;
	background-size: 100% 100%;
	width: 100%;
	margin-bottom: 10px;
}
.header .htitle{
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	top:0;
	font-weight: bold;
	letter-spacing: 8px;
	font-size: 36px;
	height:100%;
	padding-top: 20px;

}
.header .right_btn{
	position: absolute;
	left:70%;
	height: 100%;
	top:10px;
	right:10px;
}
.header .left_btn{
	position: absolute;
	right:70%;
	height: 100%;
	top:10px;
	left:10px;

}
.header .left_btn ul{
	padding:  0 30px;
	list-style-type: none;
	width: 100%;
	display: flex;
	justify-content: space-between

}
.header .right_btn>ul{
	width: 100%;
	list-style-type: none;
	display: flex;
	justify-content: space-between
}
.header .left_btn li{
	color: #fff!important;
	/*background: url(../images/bnt.png) center;*/
	font-size: 14px;
	line-height: 33px;
	/*background-repeat: no-repeat;*/
	height: 35px;
	float: right;
	text-align: center;


}
.header .right_btn li{
	/*background: url(../images/bnt.png) center;*/
	font-size: 14px;
	line-height: 33px;
	/* background-repeat: no-repeat;*/
	height: 35px;
	float: left;
	text-align: center;
	margin-right: 20px;

}
.header .left_btn li.active  a,.header .right_btn li.active a{
	/*background: url(../images/bntactive.png) no-repeat center;*/
	color:#0ff;
	cursor: pointer
}
.header  li a{
	color:#fff;
	width: 100%;
	height: 100%;
	display: block;
}

.body{
	position: relative;
	width: 100%;
	height: 90%;
	left: 0;
}
.am-tabs-bd{
	border: 1px solid #20558b;
}
.am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
	color: #fff;
	border: 1px solid #20558b;
	background: rgba(0,24,106,.5);
	border-bottom-color: transparent;
}
.am-nav-tabs.am-nav-justify>.am-active>a, .am-nav-tabs.am-nav-justify>.am-active>a:focus, .am-nav-tabs.am-nav-justify>.am-active>a:hover{
	border: 1px solid #20558b;
	border-bottom: none;
}
.am-nav-tabs{
	border-bottom: 1px solid #20558b;
}
.am-nav-tabs.am-nav-justify>li>a {
	color: #fff;
	margin-right: 0;
	border-bottom: none;
	border-radius: 0;
}
.am-nav>li>a:focus, .am-nav>li>a:hover {
	border: 1px solid #20558b;
	background-color: rgba(0,24,106,.5);
}

.am-comment-meta{
	color:rgba(150,255,255,0.6);
}
.am-comment-meta a{
	color:rgba(150,255,255,0.8);
}
.am-comment-primary .am-comment-hd {
	background: rgba(0,24,136,.5);
	border-bottom: 1px solid #20558b;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.am-comment-main:after, .am-comment-main:before,.am-comment-flip .am-comment-main:after {
	position: absolute;
	top: 10px;
	left: -8px;
	right: 100%;
	width: 0;
	height: 0;
	display: block;
	content: " ";
	border-color: transparent;
	border-style: solid solid rgba(0,24,136,.5);
	border-width: 8px 8px 8px 0;
	pointer-events: none;
}

.aman-left{
	width: 20%;
	height: 100%;
	padding-left: 2.2%;
	text-align: center;
	float: left;
}
.aman-right{
	width: 20%;
	height: 100%;
	padding-right: 2.2%;
	text-align: center;
	float: right;
}
.aman-center{
	width:60%;
	height:100%;
	float: left;
}
.aman-h12{
	height:100%;
}
.aman-s-h6{
	height: calc(50% - 10px)!important;
}
.aman-s-h8{
	height: calc(66.666% - 10px)!important;
}

.aman-s-h4{
	height: calc(33.33% - 10px)!important;
}

.aman-box{
	/*background-color: rgba(0,24,106,.5);*/
	background-color: #B04346;
	border: 1px solid #B04346/*#20558b*/;
	box-shadow: inset 0 0 50px rgba(255,255,255,.1), 0 0 5px rgba(0,0,0,.3);
	position: relative;
	width: 99%;
	margin-bottom: 20px;
	padding: 10px;
	height: 100%;

}
.aman-box .title{
	text-align: center;
	width: 100%;
	font-size:16px;
	font-weight: bolder;
	/*color: #00ffff;*/
	letter-spacing: 2px;
	overflow: hidden;
	margin: 0;

}

.aman-box span.border-span {
	display: block;
	position: absolute;
	width:15px;
	height: 15px; opacity: .5
}

.aman-box span.top-left {
	top: -2px;
	left:-2px;
	border-top: 5px solid rgb(180,154,27);
	border-left: 5px solid rgb(180,154,27);
	/*
	border-top: 2px solid #54dcf2;
	border-left: 2px solid #54dcf2;
	*/
}

.aman-box span.top-right {
	top:-2px;
	right:-2px;
	border-top: 5px solid rgb(180,154,27);
	border-right:5px solid rgb(180,154,27);
}
.aman-box span.bottom-left {
	bottom: -2px;
	left: -2px;
	border-bottom: 5px solid rgb(180,154,27);
	border-left: 5px solid rgb(180,154,27);
}

.aman-box span.bottom-right {
	bottom: -2px;
	right: -2px;
	border-bottom: 5px solid rgb(180,154,27);
	border-right: 5px solid rgb(180,154,27);
}



.fl {
	float: left;
}
.fr{
	float:right
}
.aman-body{
	margin-top: 3%;
	margin-left:5%;
	height: 87%;
	width: 90%;
	overflow:hidden;
}
.aman-table{
	width: 100%;
	font-weight: normal
}
.aman-table thead{

}
.aman-table th{
	font-size: 15px;
	font-weight: normal
}
/*
.aman-sort tbody tr:nth-child(1){
	color: #f9504a!important;

}
.aman-sort tbody tr:nth-child(2){
	color: #53bf18!important;

}
.aman-sort tbody tr:nth-child(3){
	color: #e9aa00!important;

}
*/
.aman-table tbody tr{
	height: 30px;
	font-size: 15px;
	color: #12f0e9!important;
}
.aman-table tbody tr td,.aman-table thead th{


}
.aman-table tbody tr:hover{
	cursor:pointer;
	background: rgba(0,0,0,0.3)
}
.aman-table-bd thead th{
	text-align:center;
	height: 50px;
}
.aman-table-bd,.aman-table-bd thead th{
	text-align:center;
}
.aman-table-bd tbody tr {
	font-size: 16px;
	height: 48px;
	border-bottom: 1px solid rgba(0,0,0,1);
	box-shadow: inset 0px 0px 1px  rgba(255,255,255,0.2);
}
.aman-table-bd tbody tr:last-child{

}

.table-nowrap td{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.text-success{
	color: #53bf18!important;
}
.text-gray{
	color: #eee!important;
}
.text-error{
	color: #f9504a!important;
}
.text-warning{
	color: #e9aa00!important;
}
.text-default{
	color:#12f0e9!important;
}
.notice-list li{
	line-height: 30px;
}
.notice-list li .time{
	float: right;

}

.new-msg li{
	padding: 5px 10px;
	overflow: hidden;
	height:80px;
	border:1px solid rgba(0,255,255,0.3);
	background: rgba(1,202,217,0.05);
	margin-bottom: 10px;
	color: #ccc;
}

.tools{
	width: 1000px;
	text-align: center;
	height: 50px;
	margin: auto;
	margin-top: 20px;
}
.tools button{
	margin: 0 10px;
	width: 90px;
	height:30px;
	outline: none;
}
.aman-btn{
	color: #fff!important;
	border: 1px solid #20558b;
	background: rgba(0,0,0,0);
	box-shadow: inset 0 0 30px rgba(255,255,255,.1), 0 0 5px rgba(0,0,0,.5);
}
.aman-btn:hover,.aman-btn.active{
	background: #002888;
}
.challenge-item{
	cursor: pointer;
	height: 160px;
	margin-top: 20px;
	overflow: hidden;
	color: #7997F7;
}
.challenge-item .aman-box .title{
	color: #7997F7;
	font-weight: normal;
}

.challenge-item.active .aman-box{
	color: #91FB8C;
	border: 1px solid #53bf18;
	background-color: rgba(83,188,32,0.3);
}
.challenge-item.active .aman-box .title{
	color: #91FB8C;
}
.challenge-item .title{
	overflow:hidden;
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
	margin-bottom: 10px;
}
.challenge-item .aman-box:hover{
	background-color: rgba(0,24,106,.6);
}
.challenge-item.active .aman-box:hover{
	background-color: rgba(83,188,32,0.4);
}
.challenge-item .rank{
	margin: 0;
	padding: 0;
	overflow:hidden;
	text-align: center;
	font-size: 14px;
}


.aman-border span.border-span {
	display: block;
	position: absolute;
	width:15px;
	height: 15px; opacity: .5
}





.challenge-item.active .aman-box span.top-left {
	top: -2px;
	left:-2px;
	border-top: 2px solid #7DFB80;
	border-left: 2px solid #7DFB80;
}

.challenge-item.active .aman-box span.top-right {
	top:-2px;
	right:-2px;
	border-top: 2px solid #7DFB80;
	border-right:2px solid #7DFB80;
}
.challenge-item.active .aman-box span.bottom-left {
	bottom: -2px;
	left: -2px;
	border-bottom: 2px solid #7DFB80;
	border-left: 2px solid #7DFB80;
}

.challenge-item.active .aman-box span.bottom-right {
	bottom: -2px;
	right: -2px;
	border-bottom: 2px solid #7DFB80;
	border-right: 2px solid #7DFB80;
}


.aman-model-bk{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 999999;
	text-align: center;
}
.aman-model-bk .aman-box{
	background-color: rgba(0,24,106,.8);
	width: 360px;
	height: 200px;
	position: relative;
	left:50%;
	margin-left: -180px;
	top:50%;
	margin-top: -200px;
}
.aman-model-bk .aman-box .aman-body{
	padding:0 30px;
	padding-top:20px ;
}
.aman-model-bk .aman-box .aman-body .input{
	width: 100%;
}
.aman-model-bk .aman-box .times{
	position: absolute;
	right: 5px;
	top:-5px;
	font-size: 30px;
	color: rgba(0,255,255,.6);
	cursor: pointer;
}
.aman-model-bk .aman-box .times:hover{
	color: rgba(0,255,255,1);
}
.aman-model{
	position: relative;
	top:50%;
	margin-top: -400px;
	height: 500px;
	width: 750px;
	background: url(../images/model2.png) no-repeat center;
	background-size: 100% 100%;
	left:50%;
	margin-left: -350px;

}
.aman-model .close{
	position:absolute;
	top:40px;
	right:55px;
	font-size: 30px;
	color: #99b7F7;

}
.aman-model .close:hover{
	cursor: pointer;
	color: #7997F7;
}
.aman-model .title{
	position: absolute;
	top:20px;
	left:30%;
	right: 30%;
	font-size: 24px;
	color: #7997F7;
}
.aman-model .content{
	position: absolute;
	top:100px;
	left:15%;
	right: 15%;
	height:280px;
	text-align: left;
	color: #7997F7;
	overflow: hidden;
}
.aman-model .foot{
	position: absolute;
	bottom:40px;
	left:15%;
	right: 15%;
	height:90px;
	text-align: left;
	color: #7997F7;
}
.input{
	background:rgba(0,14,40,.6);
	height: 37px;
	border: 1px solid #20558b;
	color: #7997F7;
	padding: 0 10px;
}
.aman-model .foot .am-btn{
	color: #7997F7!important;
	float: right;
}
.aman-model .foot .input{
	width: 410px;
}
.hint{
	background:rgba(0,134,120,.2);
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	border: 1px solid #00256b;
	color: #53bf18;
}

.hint.error{
	background:rgba(255,134,120,.2);
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	border: 1px solid #00256b;
	color: #f9504a;
}

.hint.warning{
	background:rgba(120,120,0,.2);
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	border: 1px solid #00256b;
	color: #e9aa00;
}
.aman-scorll{
	overflow:auto!important;
}
.aman-scorll::-webkit-scrollbar
{
	width: 8px;
	height: 8px;
	background-color:rgba(0,50,39,0.5);
}

/*定义滚动条轨道 内阴影+圆角*/
.aman-scorll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(20,20,50,.6);
	border-radius: 5px;
	background-color:  rgba(0,20,53,0.6);
}

/*定义滑块 内阴影+圆角*/
.aman-scorll::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(14,25,2,.5);
	background-color: rgba(0,105,255,.5);
}

.aman-tools-item{
	height:160px;
	margin-top: 20px;
	overflow: hidden;
}

.aman-tools-item img{
	width:50px;
	height: 50px;
	margin-top: 10px;
	margin-left: 5px;

}
.aman-tools-item .content{
	float: right;
	width:calc(100% - 85px);
	height: 50px;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 0;
	color: rgba(0,255,255,0.8);
}
.aman-tools-item .content .title{
	margin-top: 3px;
	text-align:left;
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	padding: 5px 0;
	letter-spacing:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aman-tools-item .content .title>span{
	float: right;
	font-size: 10px;
	width: 20px;
	height: 20px;
	border:1px solid #f00;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	margin-top: -2px;
}
.aman-tools-item .content .text{
	text-align:left;
	font-size: 13px;
	font-weight: normal;
	letter-spacing:normal;
	margin-top: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aman-tools-item .foot{
	position: absolute;
	left:15px;
	right: 15px;
	top:50%;
	bottom:5px;
	border-top: 1px solid rgba(0,255,255,.5);
	padding-top: 5px;
	color: rgba(0,255,255,0.7);
	font-size: 15px;
}
.aman-tools-item .foot .url{

	color: rgba(0,255,255,0.5);
	font-size: 12px;
	position: absolute;
	bottom:1px;
	left:0;
}
.aman-tools-item .foot .aman-btn{
	right: 0;
	position: absolute;
	bottom:1px;
}
.aman-links-item{
	height:50px;
	margin-top: 20px;
	overflow: hidden;
}
.aman-links-item a{
	color: rgba(0,255,255,.8);
}
.aman-links-item img{
	height: 30px;
	width: 30px;
}
[class*=am-u-]+[class*=am-u-]:last-child{
	float: left;
}
.user-bg{
	width:100%;
	height: 650px;
	background: url(../images/user-bg3.png)center center no-repeat;
	background-size: 100% 100%;
}
.user-bg .title{
	text-align:center;
	font-size: 24px;
	padding-top: 10px;
	color: #0ff;
	text-shadow: 1px 1px 1px #fff;
}
.user-info{
	position: relative;
	top:20px;
	width:100%;
	height: 370px;
	padding-top: 50px;;
	margin: auto;

}
.user-info .info-left{
	position:absolute;
	top:60px;
	right:60%;
	width: 320px;
	height: 200px;
	display: flex;
	justify-content: space-between;
	border:1px solid rgba(0,255,255,0.6);
	background: rgba(0,255,255,0.06);
	padding: 10px;
}
.user-info .info-left li{
	width:50px;
	height:100%;

}
.user-info .info-left li .title{
	padding: 0;
	margin: 0;
	height:20px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	font-family:'electronicFont';
}
.user-info .info-left li .title2{
	padding: 0;
	margin: 0;
	height:20px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	font-family:'electronicFont';
	color:#0ff;
	margin-top: 3px;
	font-weight: bold;
}
.user-info .info-left li .bk{
	position:relative;
	height: 145px;
	overflow: hidden;
}
.user-info .info-left li .bk .h{
	position: absolute;
	background: url(../images/dc-bg.png)center center no-repeat;
	background-size: 100% 100%;
	width: 60%;
	left:20%;
	height:100%;
	z-index: 3;
}

.user-info .info-left li .bk .bg{
	position: absolute;
	background: rgba(0,255,255,0.6);
	background-size: 100% 100%;
	width: 60%;
	left:20%;
	bottom:0;
	z-index: 1;
}
.user-info .info-left li .bk .bg.success{
	background: rgba(0,255,0,.6);
}
.user-info .info-left li .bk .bg.error{
	background: rgba(255,0,0,.6);
}
.user-info .info-left li .bk .bg.warning{
	background: rgba(255,200,0,.6);
}

.user-info .info-bg{
	position:absolute;
	top:40px;
	left:50%;
	right: 0;
	height: 220px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.user-info .info-bg li{
	position: relative;
	height: 80px;
	width: 400px;
	background:url(../images/user-info.png) center center no-repeat;
	color: #0ff;
	background-size: 100% 100%;

}
.user-info .info-bg li:nth-of-type(2){
	margin-left:35px;
}
.user-info .info-bg li .title{
	position: absolute;
	left:33.7%;
	top:20px;
	width: 50px;
	height: 23px;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	padding: 0;
	font-weight: normal;
}
.user-info .info-bg li .text{
	position: absolute;
	left:50%;
	top:20px;
	width: 175px;
	height: 23px;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	padding: 0;
	font-weight: normal;
	font-weight: bold;
	font-family:'electronicFont';
	overflow: hidden;
	white-space: nowrap;
}
.user-info .info-bg li:first-child .text{
	font-size:14px;
}

.user-info .user-img-border2{
	position: absolute;
	left:50%;
	margin-left: -100px;
	width:200px;
	height: 200px;
	border:3px solid rgba(0,255,255,.9);
	border-radius: 50%;
	z-index: 5;
	background: #293359;

}
.user-info .user-img-border3{
	position: absolute;
	left:50%;
	margin-left: -90px;
	width:180px;
	height: 180px;
	border:3px dotted rgba(0,255,255,1);
	border-radius: 50%;
	z-index: 5;
	top:60px;

}
.user-info .user-img-border1{
	position: absolute;
	width:150px;
	height: 150px;
	left:50%;
	top:75px;
	margin-left: -75px;
	/*background:url(../images/border1.png)center center no-repeat;
	background-size: cover;*/
	/*border-style:dotted solid doubledotted */
	border:3px solid rgba(0,255,255,1);
	border-radius: 50%;
	z-index: 10
}
.user-info .sign{
	background:url(../images/sign-bg.png) center center no-repeat;
	color: #0ff;
	background-size: 100% 100%;
	position: absolute;
	top:290px;
	width: 300px;
	text-align: center;
	left:50%;
	margin-left:-150px;
	height: 35px;
	line-height: 35px;
}
.user-info .sign marquee{
	overflow:hidden;
	cursor: pointer;
}
.user-info .user-img{
	position: absolute;
	width:100px;
	height: 100px;
	left:50%;
	top:88px;
	margin-left: -60px;
	background-size: cover;
	z-index: 12;
	border-radius: 50%;
	border:10px solid rgba(100,200,255,.3);
	box-sizing: content-box;
	cursor: pointer;
}

.user-bg .foot{
	background: #fff;
	width: 80%;
	height: 150px;
	margin: auto;
}

.aman-round{
	webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 10s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 20s;
	-webkit-animation: rotate 20s linear infinite;
	-moz-animation: rotate 20s linear infinite;
	-o-animation: rotate 20s linear infinite;
	animation: rotate 20s linear infinite;
}

@keyframes rotate{
	0%{
		transform: rotate(0)
	}
	100%{
		transform: rotate(360deg)
	}

}


.body-login{
	height: 100%;
	width: 100%;
	background: rgba(0,0,10,.7);
	background-size: cover;
	overflow: hidden;
}

.body-login::before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:-30px;
	background: url(../images/bg.jpg)center center no-repeat;
	background-size: cover;
	/*-webkit-filter:blur(10px);
	filter:blur(10px);*/
	z-index: -1;

}

.aman-login{
	position: absolute;
	width: 600px;
	height: 450px;
	left:50%;
	background: url(../images/login-bg.png)center center no-repeat;
	background-size: 100% 100%;
	top:50%;
	margin-top: -300px;
	margin-left: -250px;

}
.aman-login .aman-login-content{
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 100px;
}
.aman-login .aman-login-content h2{
	position: absolute;
	top:0px;
	margin: 0;
	left:0;
	right: 0;
	text-align: center;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	color: rgba(0,255,255,1);
	margin-bottom: 50px;
}
.aman-login .aman-login-content input{
	width: 300px;
	margin:0 150px;
	margin-top: 30px;
	height: 50px;
	background: rgba(0,0,0,.4);
	border:1px solid rgba(0,255,255,0.4);
	padding: 0 10px;
	color: #0ff;
	outline: none;
}

.aman-login .aman-login-content button{
	width: 130px;
	margin-top: 30px;
	height: 42px;
	background: url(../images/login-btn.png)center center no-repeat;
	background-size: 100% 100%;
	border:none;
	padding: 0 10px;
	color: #0ff;
	outline: none;
}

.aman-login .aman-login-content .times{
	position: absolute;
	display: block;
	right:-5px;
	top:34px;
	height: 45px;
	width: 80px;
	background: url(../images/login-btn-close.png);
	background-size: 100% 100%;

}
.aman-login .aman-login-content .times:hover{
	background: url(../images/login-btn-close2.png);
	background-size: 100% 100%;
}
.aman-login .aman-login-content button:hover{
	background: url(../images/login-btn2.png)center center no-repeat;
	background-size: 100% 100%;
}
.aman-login .aman-login-content input:hover{
	border:1px solid rgba(0,255,255,0.8);
}

.aman-login .aman-login-content input::-webkit-input-placeholder {
	color: rgba(0,255,255,0.4);
}
.aman-login .aman-login-content input:-moz-placeholder {
	color: rgba(0,255,255,0.4);
}
.aman-login .aman-login-content input:-ms-input-placeholder {
	color: rgba(0,255,255,0.4);
}


.aman-reg{
	position: absolute;
	width: 600px;
	height: 900px;
	left:50%;
	background: url(../images/reg-bg.png)center center no-repeat;
	background-size: 100% 100%;
	top:45%;
	margin-top: -400px;
	margin-left: -250px;

}
.aman-reg .aman-login-content{
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 100px;
}
.aman-reg .aman-login-content h2{
	position: absolute;
	top:0px;
	margin: 0;
	left:0;
	right: 0;
	text-align: center;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	color: rgba(0,255,255,1);
	margin-bottom: 50px;
}
.aman-reg .aman-login-content input{
	width: 300px;
	margin:0 150px;
	margin-top: 25px;
	height: 50px;
	background: rgba(0,0,0,.4);
	border:1px solid rgba(0,255,255,0.4);
	padding: 0 10px;
	color: #0ff;
	outline: none;
}

.aman-reg .aman-login-content button{
	width: 130px;
	margin-top: 30px;
	height: 42px;
	background: url(../images/login-btn.png)center center no-repeat;
	background-size: 100% 100%;
	border:none;
	padding: 0 10px;
	color: #0ff;
	outline: none;
}

.aman-reg .aman-login-content .times{
	position: absolute;
	display: block;
	right:-5px;
	top:34px;
	height: 45px;
	width: 80px;
	background: url(../images/login-btn-close.png);
	background-size: 100% 100%;

}
.aman-reg .aman-login-content .times:hover{
	background: url(../images/login-btn-close2.png);
	background-size: 100% 100%;
}
.aman-reg .aman-login-content button:hover{
	background: url(../images/login-btn2.png)center center no-repeat;
	background-size: 100% 100%;
}
.aman-reg .aman-login-content input:hover{
	border:1px solid rgba(0,255,255,0.8);
}

.aman-reg .aman-login-content input::-webkit-input-placeholder {
	color: rgba(0,255,255,0.4);
}
.aman-reg .aman-login-content input:-moz-placeholder {
	color: rgba(0,255,255,0.4);
}
.aman-reg .aman-login-content input:-ms-input-placeholder {
	color: rgba(0,255,255,0.4);
}

.am-dropdown-content{
	min-width: 100px;
	background-color: rgba(0,24,106,.5);
	border: 1px solid #20558b;
	box-shadow: inset 0 0 50px rgba(255,255,255,.1), 0 0 5px rgba(0,0,0,.3);
}
ul.am-dropdown-content>li{
	width: 100%;
	height: 40px;
	line-height: 40px;

}
ul.am-dropdown-content>li a{
	padding: 0 10px;
	text-align: center;
}
ul.am-dropdown-content>li>a:hover{
	color:#fff;
}
.am-dropdown-content:before{
	border-bottom-color:#20558b;

}.am-dropdown-content:after{
	 border-bottom-color:rgba(0,24,106,.5);
 }

.aman-code{
	resize: none;width: 100%;height: 200px;padding: 10px;
}
.aman-code-btn{
	margin: 15px 0;width: 80px;
}
