
input[type="text"], form textarea{color: #787474}

/*up img */
.aui-form-group{ width:50%; float: left; }
/*::-webkit-scrollbar {
    display: none;
}*/

::-moz-placeholder {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::selection {
    background: #111;
    color: #fff;
    font-weight: bold
}



/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

.aui-content input,.aui-content select,.aui-photo{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: #000;
}

hr {
    height: 1px;
    background: #ccc;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

img {
    border: 0;
}

body {
   
  
    font: 12px/150% Arial,Verdana, "microsoft yahei";
}




audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: #08acee;
}

a:active,a:hover {
    outline: 0;
}

button {
    outline: 0;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

em {
    font-style: normal;
}

h2, h3 {
    font-family: "microsoft yahei";
    font-weight: 100;
}

table tr:nth-child(odd) {
    background: #F4F4F4;
}

table td:nth-child(even) {
    color: #F36140;
}

table tr:nth-child(2) {
    background: #fff;
    color: #888;
}

table.aui-tab-data tr {
    background: #fff;
}

table.aui-tab-data tr:nth-child(odd) {
    background-color: #F5F5F5;
}

table.aui-tab-data tr th {
    padding: 10px;
}

table.aui-tab-data tr td {
    padding: 10px;
}

.aui-content-img-box .up-p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

.aui-photo {
    padding: 9px;
    border-radius: 3px;
    border: 1px dashed #9f9f9f;
	height: 55px
}

.aui-photo .aui-file-up {
    position: relative;
	  width: 100%;
}

.aui-file-up .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 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;
}

.fl {
    float: left;
}


input[type=checkbox]{visibility: hidden;}
.checkbox { 
        position: relative;
        height: 30px;
}
.checkbox input[type='checkbox'] { 
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height:15px;
        opacity: 0;
}
.checkbox label { 
        position: absolute;
        left: 50px;
        top: 0;
        height: 20px;
        line-height: 20px;
}
.checkbox label:before { 
        content: '';
        position: absolute;
        left: -40px;
        top: 0;
        width: 18px;
        height: 18px;
        border: 2px solid lightgray;
        border-radius: 50%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        border-radius: 10%;
}
.checkbox label:after { 
        content: '';
        position: absolute;
        left: -32px;
        top: 3px;
        width: 6px;
        height: 12px;
        border: 0;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
}
.checkbox input[type='checkbox']:checked + label:before { 
        background: #d10000;
        border-color: #d10000;
}
.checkbox input[type='checkbox']:checked + label:after { 
        background: #d10000;
}
/**/
/* selects */
/**/
.aui-form-input i {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 28px;
	height: 35px;
	background: #fff;
	pointer-events: none;
}
 .aui-form-input i:after,
.aui-form-input i:before {
	content: '';
	position: absolute;
	right: 10px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.aui-form-input i:after {
	bottom: 12px;
	border-top: 4px solid #404040;
}
.aui-form-input i:before {
	top: 12px;
	border-bottom: 4px solid #404040;
}
 .aui-form-control-two select {
	padding-right: 28px;
}
.select-multiple select {
	height: auto;
}



/**/
/* selects */
/**/

.aui-content-full {
}

.aui-up-img .aui-up-section {
    width: 72px;
    height: 24px;
}


.aui-file-up .add-img {
    display: block;
    width: 72px;
    height: 24px;
    border:1px dashed #ddd;
    border-radius:3px; float: right;
}

.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 {
    /*box-shadow: 0 2px 4px 0 #EFF1FA;
    border-radius: 2px;
    padding:10px 24px 1px 24px;*/
   
    margin: 0 auto;
}

.aui-content-up-form h2 {
    color: #F45858;
    border-bottom: 2px solid #F45859;
    font-size: 16px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
}

.aui-form-group {
    padding-top: 20px;
}

.aui-label-control {
    display: inline-block;
    width:120px;
    margin-bottom: 5px;
    min-width: 80px;
    padding-right: 10px;
    line-height:42px;
    position: relative;
    float: left;
    text-align: right;
}

.aui-form-input {
    float: left;
    width:55%;
	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 #e0e1e2;
}

.aui-label-control em {
    color: #F45858;
}
.aui-form-control-two:hover{border:solid 1px #d10000}
.aui-form-control-two {
    display: block;
    width: 100%;
    height: 42px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
    border: 1px solid #e0e1e2;
    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;
}

.aui-label-control span {
    display: block;
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 20px;
    right: 10px;
}

.aui-btn-default{
	
	margin:10px auto;
	background-color: #FFF;
	
	/*box-shadow: 0 2px 4px 0 #EFF1FA;
	border-radius: 2px;*/
	min-height: 64px;
	padding-top: 15px;
	padding-right: 50px;
	text-align: 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: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.aui-btn-account{
	background: #d10000;
	color: #FFF;
	border-radius: 15px;
	padding: 7px 20px;
	font-size: 12px;
}

.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;
}


/*屏幕大于759px*/
@media screen and (min-width:759px){
/*::-webkit-scrollbar {
    display: block;
}*/
}

@media screen and (max-width:758px){
	.aui-form-group{width:100%; margin: 0 auto;padding-top: 10px}
	.aui-label-control{width:120px; text-align: left; line-height: 31px}
	.aui-form-input{ width:100%;margin: 0 auto}
	.aui-form-control-two{ height: 38px}
	.aui-label-control span{top:0}
	
}