/*up img */

*{
    color: #333;
}

.aui-content-img-box .up-p {
    margin-bottom: 20px;
    font-size: 16px;
}

.aui-photo {
    padding: 15px;
    border-radius: 3px;
    border: 1px dashed #b3cef9;
}

.aui-photo .aui-file-up {
    position: relative;
}

.aui-file-up .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    cursor: pointer;
}

.aui-photo .aui-up-section {
    position: relative;
    margin-right: 15px;
}

.aui-up-section .aui-close-up-img {
	position: absolute;
	top: -10px;
	right: -12px;
	display: none;
	z-index: 10;
	width: 20px;
	cursor:pointer;
}

.aui-up-section .aui-up-span {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0,0,0,.5);
    border: 1px solid #ddd;
}

.aui-up-section:hover {
    border: 1px solid #F45859;
}

.aui-up-section:hover .aui-close-up-img {
    display: block;
}

.aui-up-section:hover .aui-up-span {
    visibility: visible;
}

.aui-photo .aui-to-up-img {
    display: block;
    width: 100%;
    height: 100%;
	border:1px solid #ddd;
}

.loading {
    border: 1px solid #D1D1D1;
    background: url(../img/loading.gif) no-repeat center;
	background-size:20px;
}

.aui-up-clarity {
    opacity: 0;
}

.aui-img-name-p {
    display: block;
}

.clear:after {
    content: '';
    display: block;
    /* clear: both; */
}

/* .aui-content-full {
} */

.aui-up-img .aui-up-section {
    width: 130px;
    height: 130px;
}

.aui-content-img-box .aui-up-img .aui-file-up {
    width: 130px;
    height: 130px;
}

.aui-file-up .add-img {
    display: block;
    width: 130px;
    height: 130px;
    border:1px dashed #ddd;
    border-radius:3px;
}

.img-aui-img-name-p{
	display:none;
}

.aui-mask {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.aui-mask .aui-mask-content {
    width: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -80px;
    background: white;
    height: 150px;
    text-align: center;
}

.aui-mask .aui-mask-content .aui-delete-text {
    color: #555;
    height: 105px;
    line-height: 105px;
    font-size: 14px;
    border-bottom: 1px solid #D1D1D1;
}

.aui-mask-content .aui-check-text {
    height: 45px;
    line-height: 45px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.aui-mask-content .aui-check-text span {
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #F45858;
    font-size: 14px;
    cursor: pointer;
}

.aui-check-text .aui-delete {
    border-right: 1px solid #D1D1D1;
}

/* aui-content-up */
.aui-content-up {
    background: #FFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0 2px 4px 0 #EFF1FA;
    border-radius: 2px;
    padding:10px 24px 1px 24px;
    width: 580px;
    width: 5.8rem;
    margin: 0 auto;
    position: relative;
}
.aui-content-up .chahao{
    width: 0.25rem;
    height: 0.25rem;
    cursor: pointer;
    background: url(../img/cloud/路径\ 16449.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: .2rem;
    right: .4rem;
}
.aui-content-up-form h2 {
    color: #333;
    font-size: .28rem;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}

.aui-form-group {
    padding-top: 20px;
}

.aui-label-control {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 10px;
    line-height: 35px;
    position: relative;
    /* float: left; */
    text-align: left;
    font-size: .18rem;
}

.aui-form-input {
    /* float: left; */
    width: 510px;
    width: 5.1rem;
	position:relative;
}

.aui-form-control {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 90px;
    resize: none;
    border: 1px solid #b3cef9;
}

.aui-label-control em {
    color: #F45858;
}

.aui-form-control-two {
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
    border: 0.01rem solid #E6E6E6;
    border-radius: 5px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.aui-label-control span {
    display: block;
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 20px;
    right: 23px;
}

.aui-btn-default{
	margin:10px auto;
	background-color: #FFF;
	/*min-height: 64px;*/
	padding-top: 15px;
	/*padding-right: 50px;*/
	text-align: left;
	/*padding-left:110px;*/
	display: flex;
	justify-content: center;
}
.aui-btn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	max-height: 38px;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: .2rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    width: 1.36rem;
    height: .4rem;
}

.aui-btn-account{
	background: #fff;
	color: #029E4F;
	border-radius: 20px;
	padding: 7px 20px;
	font-size: 14px;
    border: .01rem solid #029E4F;
    display: block;
}
/* .aui-btn-account:hover{
    background-color: #029E4F;
    color: #fff;
} */
.aui-btn img{
    width: .16rem;
    height: .19rem;
    margin-left: .12rem;
}
.aui-form-group-text {
	padding:20px 20px 20px 80px;
}

.aui-form-group-text h3{
	font-size:13px;
	padding-bottom:4px;
}

.aui-form-group-text p{
	font-size:12px;
	color:#999;
}

.aui-form-input .tips{
	position:absolute;
	right: -160px;
	top: 8px;
	color:#999;
	width: 152px;
}

.aui-form-input .tips_true{
	color:#08c708;
}

.aui-form-input .tips_false{
	color:#F45858;
}

.fileHide{
    display: none;
}
.aui-form-input .aui-btn-account:hover .fileHide{
    display: block;
}

.vitae{
    width: 5.1rem;
    height: .4rem;
    background-color: #f8f8f8;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    padding: .1rem 0 .12rem .15rem;
    margin-top: .12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.closeVitae{
    width: .16rem;
    height: .16rem;
    background: url(../img/addUs/close.png) no-repeat;
    background-size: cover;
    margin-right: .1rem;
}