@charset "utf-8";
/* CSS Document */
/* all */
::-webkit-input-placeholder { color:#ccc; }
::-moz-placeholder { color:#ccc; } /* firefox 19+ */
:-ms-input-placeholder { color:#ccc; } /* ie */
input:-moz-placeholder { color:#ccc; }

.aui-code-box {
    padding: .8rem 0;
}
.aui-code-line {
    position: relative;
    padding:1rem .8rem;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
    border-bottom: 1px solid #e8e8e8;
}
/*.aui-code-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}*/
.aui-code-line.s {
    border-bottom-color: #5bc0de;
}

.aui-code-line.w {
    border-bottom-color: #ffc107;
}

.aui-code-line.e {
    border-bottom-color: #f00;
}
.aui-code-line label {
	width: 1.3rem;
	height: 1.3rem;
}
.aui-code-line-input {
    width: 80%;
	padding-left:.8rem;
    font-size: .95rem;
    background: none;
    border: none;
    color: #333;
	position:relative;
}

.aui-btn-default {
    float: right;
    position: absolute;
    right: 0px;
    top: 39px;
    z-index: 10002;
    color: #4c7ee9;
    background: none;
    border: none;
    margin-top: -35px;
    width: 100px;
    height: 40px;
}

.aui-code-line em {
    position: absolute;
    left: 0;
    top: 17px;
    color: #333;
    font-style: normal;
    font-size: 14px;
}

.aui-code-btn {
    padding-top: 1.8rem;
    margin: 0 1.25rem;
}
.aui-code-btn button {
    background: #3385FF;
    height: 2.8rem;
    line-height: 2.8rem;
    border: none;
    color: #fff;
    border-radius:2rem;
    width: 100%;
    font-size: 1.1rem;
	outline: none;
}
.aui-code-box form {
    /* padding-top: 50px; */
    position: relative;
}
.aui-flex-clear{
	padding:.8rem 1.25rem;
}
.aui-flex-clear a{
    color:#999999;
    font-size:0.9rem;
	text-align:left;
}
.aui-links a{
	color:#5c6a90;
}
.yanzhengma {
	position: absolute;
	right: .8rem;
	top: .8rem;
	z-index: 100;
	display: inline-block;
	padding: .3rem .8rem;
    font-size:.85rem;
	background:none;
	color: #fff;
	border-radius:.3rem;
	background:#5cabef;
	border:none;
}
.yanzhengma:disabled {
	color: #fff;
}
.yanzhengma.img{
    padding:0;
    background-color:transparent;
}