body{
    margin: 0;
}
a{
    text-decoration: none;
}
.back-image{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/complaint.jpg") no-repeat center/100% 100%;
}
.complaint-content{
    width: 950px;
    padding:50px 0 150px;
}
.complaint-title{
    color: #fff;
    margin-left: 21px;
    margin-bottom: 38px;
}
.en-title{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 6px;
}
.chinese-title{
    font-size: 30px;
    line-height: 30px;
}
.complaint-dialog{
    position: relative;
    padding: 80px 85px 88px;
    background-color: #fff;
}
.dialog-top{
    position: absolute;
    width: 282px;
    height: 36px;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/bg_title.png") no-repeat top/100% 50%;
}
.bg-top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 246px;
    height: 100%;
    margin: 0  auto;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    background: linear-gradient(0deg,#F57887 0%,#D10D25 100%);
    border-radius: 3px;
}
.dialog-title{
    margin-left: 20px;
}
.dialog-list{
    position: relative;
    width: 90%;
    padding: 44px 42px 76px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.dialog-list p{
    font-size: 16px;
    line-height: 50px;
    color: #000;
    font-weight: bold;
}
.dialog-list input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 16px 0 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
    transform: translateY(-25%);
}
.dialog-list input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 2px solid #D10D25;
}
.dialog-list input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #D10D25;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px solid #D10D25;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.checkedText{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 53px;
}
.dialog-bottom{
    text-align: center;
    margin-top: 50px;
}
.btn_complaint{
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    padding: 10px 26px;
    border-radius: 10px;
    background-color: #D10D25;
}
.btn_complaint:hover {
    color: white;
}
.submit-dialog{
    padding: 27px 141px 107px;
    background-color: #fff;
}
.submit-title{
    font-size: 20px;
    line-height:50px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.input{
    margin-bottom: 30px;
}
.input-label{
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    margin-bottom: 11px;
}
.input-label span{
    font-size: 16px;
    line-height: 21px;
    color: #FF6868;
}
.input-content input{
    width: 400px;
    padding: 15px 10px;
    outline: none;
    border: 1px  solid #ddd;
}
.input-content input::placeholder{
    color: #999;
}
.content{
    width: 400px;
    border: 1px solid #ddd;
}
.input-content textarea{
    box-sizing: border-box;
    font-family: "微软雅黑",sans-serif;
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    resize: none;
}
.input-content textarea::placeholder{
    color: #999;
}
.code{
    display:flex;
    justify-content: left;
    align-items: center;
}
.code input{
    width: 250px;
    margin-right: 8px;
}
#canvas{
    width: 142px;
    height: 44px;
}
.submit-dialog-bottom{
    width: 400px;
    text-align: center;
}
.submit-dialog-bottom .btn{
    padding: 12px 49px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #D10D25;
    border-radius: 10px;
    border: 1px solid #D10D25;
    margin-right: 25px;
    cursor: pointer;
}
.submit-dialog-bottom .btn_reset{
    padding: 12px 49px;
    font-size: 16px;
    line-height: 16px;
    color: #D10D25;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #D10D25;
    outline: none;
    cursor: pointer;
}
#cupload-6{
    padding: 0 10px;
}
#cupload-6 input{
    padding: 0;
}
