body{
    color: black;
    min-height: 100%;
}
.arbitration_apply_topHint{
    width: 100%;
    background: #e6e6e6;
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
}
.arbitration_apply_content{
    margin: 10px 15px;
}
.arbitration_apply_content textarea{
    width: 90%;
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}
textarea::-webkit-input-placeholder{
    color:rgb(207, 207, 207);
}
.arbitration_apply_content span{
    margin-bottom: 2px;
}
.arbitration_apply_content span:nth-of-type(2n){
    font-size: 14px;
    color: crimson;
}
.arbitration_apply_img{
    width: 25%;
	height: 130px;
    text-align: center;
	/* display: inline-block; */
    float: left;
	position: relative;
	border:1px dashed rgb(201, 199, 199);
    margin: 10px 15px 0 0;
}

.arbitration_apply_img .uploadImg{
    height: 100%;
    color: #888;
    font-size: 13px;
    /* background: violet; */
}
.arbitration_apply_img .uploadImg div:first-child{
    padding-top: 40px;
}
.arbitration_apply_img img{
	width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    display: block;
}
.arbitration_apply_img_delete{
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: red;
    position: absolute;
	top: -8px;
	right: -8px;
    color: #fff;
    text-align: center;
}

.failure_task_tab{
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #6699FF;
    background:var(--color-theme-text);
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.imgMasking{
    text-align: center;
}
.imgMasking div{
    width: 160px;
    left: 0;
    top: 0;
}
.imgMasking img{
    left:5px;
    top: 50px;
}
