.footer{
    background: #e9eef9;
}
.header{
    background: linear-gradient(90deg,#def1fe,#f1f1f8);
}
.bodyer-main{
    padding: 30px 0 120px 0;
}
.award-container{
    display: flex;
}
.award-left{
    width: 285px;
    background: #eef1f9;
    margin-right: 50px;
}
.award-right{
    flex: 1;
}
.award-nav-title{
    padding: 30px 0;
    font-weight: 700;
    color: #333;
    font-size: 24px;
    text-align: center;
}
.award-nav{
    padding: 0 8px;
    color: #666;
}
.award-nav-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #999;
    cursor: pointer;
}
.award-pic{
    margin-bottom: 20px;
    border: 3px solid transparent;
    font-size: 0;
    position: relative;
}
.award-pic img{
    width: 100%;
    height: 196px;
    padding: 8px;
    object-fit: cover;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
}
.award-nav-item.on .award-pic{
    border-color: #00bc89;
}
.award-pic .award-checkbox{
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #999;
    position: absolute;
    top: 10px;
    left: 10px;
}
.award-nav-item.on .award-pic .award-checkbox::before{
    position: absolute;
    content: " ";
    width: 8px;
    height: 14px;
    transform: rotate(45deg);
    border-right: 2px solid #676767;
    border-bottom: 2px solid #676767;
    top: 4px;
    left: 8px;
}
.award-pic .award-label{
    padding: 6px 8px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    transform: rotate(20deg);
    position: absolute;
    top: 10px;
    right: 10px;
}
.award-pic .award-label.label-valid{
    background: #00bc89;
}
.award-pic .award-label.label-invalid{
    background: #ee3159;
}
.award-form{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 40px;
}
.award-form-item{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.award-form-ipt{
    margin-left: 10px;
    position: relative;
}
.award-form-ipt .arrow{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0,-50%);
}
.award-form-ipt .arrow::before,
.award-form-ipt .arrow::after{
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    background: #a0a0a0;
    border-radius: 8px;
    position: absolute;
    top: 4px;
}
.award-form-ipt .arrow::before{
    left: -4px;
    transform: rotate(45deg);
}
.award-form-ipt .arrow::after{
    right: 0;
    transform: rotate(-45deg);
}
.award-form-ipt input,
.award-form-ipt select{
    width: 200px;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 18px;
}
.award-form-ipt select{
    color: #666;
    appearance: none;
}
.pic-award{
    margin-top: 20px;
    font-size: 0;
}
.pic-award img{
    width: 100%;
}
.award-tips{
    margin: 20px 0 40px 0;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.award-tips div{
    margin-bottom: 10px;
}
.award-tips div:first-child{
    display: inline-block;
    line-height: 1.5;
    position: relative;
}
.right .award-tips div:first-child{
    color: #2fc99e;
}
.error .award-tips div:first-child{
    color: #e60e28;
}
.color-red{
    color: #e60e28;
}
.right .award-tips div:first-child::after{
    content: " ";
    width: 8px;
    height: 14px;
    transform: rotate(45deg);
    border-right: 2px solid #00bc89;
    border-bottom: 2px solid #00bc89;
    position: absolute;
    top: 2px;
    right: -18px;
}
.error .award-tips div:first-child::after{
    content: " ";
    width: 22px;
    height: 22px;
    background: url('../images/icon-error.png');
    position: absolute;
    top: 2px;
    left: -26px;
}
.award-info{
    color: #666;
    font-size: 18px;
}

.error .award-info{
    text-align: center;
}
.award-info div{
    margin-bottom: 16px;
}
.award-btn{
    display: inline-block;
    padding: 12px 18px;
    background: #689cd2;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.addpic-wrap{
    width: 350px;
    margin: 0 auto;
    margin-top: 120px;
    padding: 16px 0;
    border: 1px solid #ccc;
    text-align: center;
}
.icon-add{
    width: 74px;
    height: 74px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.icon-add::before,
.icon-add::after{
    display: block;
    content: '';
    width: 100%;
    height: 8px;
    background: #689cd2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.icon-add::after{
    transform: translate(-50%,-50%) rotate(90deg);
}
.btn-add{
    display: inline-block;
    padding: 12px 18px;
    background: #689cd2;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}
.dialog-header{
    background: transparent;
}
.dialog-content{
    padding: 0 40px;
    padding-bottom: 60px;
    text-align: center;
}
.dialog-content .tips-title{
    padding: 0 0 60px 0;
    color: #333;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}
.dialog-content .tips-text{
    margin-bottom: 40px;
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    text-indent: 2em;
    text-align: left;
}
.dialog-content .tips-btn{
    display: inline-block;
    padding: 12px 24px;
    background: #ff6600;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
}