/*反馈*/
.feedback-box{

}
.client-form{
	padding: .2rem;
}
.client-form .tit{
	font-size: .3rem;
}
.client-form .forms-d{
	margin-top: .2rem;
	font-size: .26rem;
}
.client-form .forms-d dl{
    display: flex;
    padding: .2rem 0;
}
.client-form .forms-d dl dt{
	width: 22%;
	text-align: right;
	padding-right: .2rem;
	height: .8rem;
    line-height: .8rem;
}
.client-form .forms-d dl dt>span{
	color: red;
}
.client-form .forms-d dl dd{
	width: 78%;
	position: relative;
}
.client-form .forms-d dl dd .alert-tip{
	position: absolute;
	left: 0;
	bottom: -.4rem;
	color: red;
	font-size: .24rem;
}
.client-form .forms-d dl dd input[type="text"]{
    height: .8rem;
    line-height: .8rem;
    border-radius: .15rem;
    border: 1px solid #999;
    padding-left: .2rem;
    width: 100%;
    font-size: .26rem;
}
.client-form .forms-d dl dd input[type="file"]{
    opacity: 0;
    position: absolute;
    height: .8rem;
    width: 100%;
    z-index: 1;
}
.client-form .forms-d dl dd textarea{
	resize: none;
	width: 100%;
	height: 2.4rem;
	font-size: .26rem;
	border-radius: .15rem;
    border: 1px solid #999;
    padding-left: .2rem;
    padding-top: .15rem;
    font-family: '微软雅黑';
}
.client-form .forms-d dl dd input[type="text"].error,.client-form .forms-d dl dd textarea.error{
	border: 1px solid red;
    box-shadow: 0 0 5px red;
}
.client-form .forms-d dl dd .zishu{
	position: absolute;
	right: 0;
	bottom: -.4rem;
}
.client-form .forms-d dl dd .file-choice{
	height: .8rem;
    line-height: .8rem;
    border-radius: .15rem;
    border: 1px solid #999;
    padding-left: .2rem;
    width: 75%;
    font-size: .26rem;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.client-form .forms-d dl dd .file-choice.error{
    border: 1px solid red;
    box-shadow: 0 0 5px red;
}
.client-form .forms-d dl dd button.file-upload{
	width: 22%;
	height: .8rem;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #014f6d;
    border: 0;
    color: #fff;
    border-radius: .1rem;
    font-size: .28rem;
}
.client-form .forms-d .submit-btn{
    margin-top: .4rem;
}
.client-form .forms-d .submit-btn button{
	width: 100%;
	height: 1.2rem;
    background-color: #014f6d;
    border: 0;
    color: #fff;
    font-size: .32rem;
    border-radius: .1rem;
}