body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

header {
    display: flex; width:1000px; margin:0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   height:50px; line-height:50px;
    background: #C8000E;
}
header h1{ width:960px; padding-left:20px; padding-right:20px;}
header h1 a{ font-size:14px; float:right; color:#fff;}
header img {
    width: 4.466667rem;
    vertical-align: middle;
}

header h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

[data-dpr="2"] header h1 {
    font-size: 44px;
}

[data-dpr="3"] header h1 {
    font-size: 66px;
}

.feedBack {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: .333333rem 0;
    font-size: 16px;
    color: #666;
    background: #f5f5f5;
    line-height: 1.5;
}

[data-dpr="2"] .feedBack {
    font-size: 32px;
}

[data-dpr="3"] .feedBack {
    font-size: 48px;
}

.feedBack::before,
.feedBack::after {
    content: "";
    position: absolute;
    width: 1.533333rem;
    height: 1px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    background: #666;
}

.feedBack::before {
    left: .6rem
}

.feedBack::after {
    right: .6rem;
}

.hide {
    display: none;
}

.main {
    padding: .533333rem .266667rem; width:1000px; margin:320px auto 80px; background:#fff; box-shadow:3px 3px  3px #999;
}
.main p{ color:#F00; font-size:16px;}
.main p a{ float:right; font-size:16px; color:#FB8118;}
.upload {
    display: flex; margin-top:20px;
    align-items: center;
    flex-wrap: wrap;
}

.upload .uploadImg,
.upload .uploadBox {
    margin: 0 .4rem .266667rem 0;
    width: 2.293333rem;
    height: 2.293333rem;
    vertical-align: middle;
}

.upload .uploadImg {
    position: relative;
}

.upload .delImg {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    padding: .1rem 0;
    left: 0;
}

.upload .uploadImg img {
    width: 100%;
    height: 2.293333rem;
}

.upload .uploadBox {
    border: 1px dotted #ccc;
    position: relative;
}

.upload .uploadBox {
    border: 1px dotted #ccc;
    position: relative; text-align:center; line-height:2rem;
}

.upload .uploadBox img{ width:0.8rem; height:0.8rem;}

.content {
    font-size: 16px;
    color: #333;
    display: flex;
    font-weight: 600;
    flex-direction: column;
}
.content span{ margin-top:5px;}

[data-dpr="2"] .content {
    font-size: 32px;
}

[data-dpr="3"] .content {
    font-size: 48px;
}

.content label {
    border-bottom: 1px solid #eee;
    padding: .2rem 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.content label:last-child {
    border: none;
    margin-top: .4rem;
}

.content label img {
    width: .6rem;
    margin-right: .266667rem;
    vertical-align: middle;
}

.content label input,
.content label textarea {
    flex: 1;
    align-self: center;
    background: none;
}

.content label input,
.content label input:focus {
    outline: none;
    border: none;
}

.content label textarea {
    resize: none;
    border-color: #ccc;
    padding: 10px;
    color: #444;
}

#uploadBtn {
    flex: 0 0 70%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: .133333rem;
    padding: .266667rem 0;
    background: #FB8118;
}

[data-dpr="2"] .content label:last-child a {
    font-size: 28px;
}

[data-dpr="3"] .content label:last-child a {
    font-size: 42px;
}

