.list-box{
    background-color: #fff;
    padding:30px 40px;
}
.list-right .reward-content {
    padding: 0 0 10px;
    overflow: hidden;
    min-height: 658px;
}

.reward-content ul {
    font-size: 14px;
    padding: 0;
    overflow: inherit;
    border-radius: 0;
}

.reward-content p.date {
    float: left;
    font-size: 12px;
    color: #7C7C7C;
    line-height: 17px;
}

.reward-content .col-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reward-content .col-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.reward-content .col-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.reward-content h3.lable-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 16px;
    overflow: hidden;
}

/*获奖名单*/

.reward-content ul.price-list {
    padding: 0 40px;
}

.price-list li {
    overflow: hidden;
    padding: 30px 0;
    border-top: 1px solid #CED3D6;
}

.price-list li.no-data-tips {
    font-size: 24px;
    color: #999;
    text-align: center;
}

.price-list li:first-child {
    border-top: none;
    padding-top: 0;
}

.price-list .imgs {
    width: 170px;
    height: 120px;
    position: relative;
    float: left;
}

.price-list .imgs img {
    width: 170px;
    height: 120px;
}

.price-list .imgs span.label {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
    background: #F5B611;
    border-radius: 0px 100px 100px 0px;
    text-align: center;
    color: #000;
}

.price-list .text {
    margin-left: 190px;
}

.price-list .text p.title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 16px;
    padding: 3px 0 10px;
    height: auto;
    margin: 0;
}

.price-list .text p.detail {
    height: 48px;
    color: #7C7C7C;
    line-height: 24px;
}

.price-list .text p.detail.scroller {
    max-height: 120px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    height: auto;
    display: none;
    min-height: 50px;
    box-shadow: 0px 2px 4px 1px #ddd;
}

.price-list .text .btns-box {
    overflow: hidden;
    padding-top: 16px;
}

.price-list .text a.declare-btn {
    height: 24px;
    line-height: 24px;
    background: #016DEC;
    float: left;
    padding: 0px 16px;
    text-align: center;
    color: #fff;
}

.price-list .text p.date {
    margin: 4px 0 0 20px;
}

.price-list .text a.name-btn {
    color: #016DEC;
    line-height: 14px;
    float: right;
    text-decoration: underline;
    margin-top: 4px;
}

.price-list .imgs span.label-disable, .price-list .text a.disable-btn {
    background: #A2B1BA;
}

/*获奖列表*/
.reward-content ul.activity-list {
    padding: 0 35px;
}

.activity-list li {
    float: left;
    width: 246px;
    height: 254px;
    overflow: hidden;
    border: 1px solid #CED3D6;
    margin: 0 30px 30px 0;
}

.activity-list li:nth-child(3n) {
    margin-right: 0;
}

.activity-list li:hover {
    box-shadow: 0px 6px 10px 0px rgba(2, 48, 81, 0.1);
    border: 1px solid #CED3D6;
}

.activity-list li img {
    width: 100%;
    height: 150px;
}

.activity-list li p.title {
    height: 39px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    padding: 0 10px;
    margin: 16px 0;
    box-sizing: content-box;
}

.activity-list li .text {
    overflow: hidden;
    padding: 0 10px;
}

.activity-list li .text p.date {
    float: left;
    line-height: 12px;
}

.activity-list li .text p.detail {
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 12px;
}

/*专家列表*/

.reward-content ul.expert-list {
    padding: 0 39px;
}

.search-forms {
    height: 50px;
    padding-left: 39px;
    font-size: 14px;
    line-height: 36px;
}
.search-forms label {
    float: left;
    margin-right: 10px;
}
.search-forms .form-control {
    float: left;
    height: 34px;
    padding: 6px 12px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;;
}
.search-forms button {
    float: left;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #2CB867;
    border:none; color: #fff;
    border-radius: 4px;
}
.expert-list li {
    float: left;
    width: 120px;
    height: 147px;
    border: 1px solid #CED3D6;
    margin: 0 30px 30px 0;
}

.expert-list li:nth-child(6n) {
    margin-right: 0;
}
.expert-list li .expert-list-width {
    width: 90px;
    height: 90px;
    margin-left: 15px;
    margin-bottom: 4px;
    margin-top: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.expert-list li a {
    display: block;
    width: 100%;
}
.expert-list li img {
    width: 100%;
    height: 109px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    /* display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: 13px auto 10px; */
}

.expert-list li p.name {
    height: 34px;
    font-size: 34px;
    font-weight: bold;
    color: rgba(206, 211, 214, 0.24);
    line-height: 34px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.expert-list li p.name span {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
}

.expert-detail {
    padding: 0 40px 30px;
    color: #000000;
}

.expert-detail p.position, .app-result p.position, .report-detail p.position {
    height: 14px;
    font-size: 12px;
    color: #7C7C7C;
    line-height: 12px;
    margin-bottom: 30px;
}

.expert-detail .expert-introduce {
    padding-top: 28px;
    border-top: 1px solid #CED3D6;
    word-wrap: break-word;
    word-break: normal;
}

.expert-detail .expert-introduce p {
    line-height: 28px;
}
.expert-detail .expert-introduce .expert-introduce-logo {
    width: 200px;
    height: auto;
    display: table;
}
.expert-detail .expert-introduce .expert-introduce-logo .expert-table-cell {
    display: table-cell;
    vertical-align: top;
}
.expert-detail .expert-introduce .expert-introduce-logo img{
    object-fit: cover;
    width: 100px;
    height: auto;
}
.app-result {
    padding: 0 40px 30px;
    color: #000000;
}
.app-result p.position span:first-child, .report-detail p.position span:first-child {
    margin-right: 30px;
}

.app-result .result-box {
    width: 100%;
    /* height: 516px; */
    background: #F4F8FA;
    padding: 60px 0 40px;
    text-align: center;
}

.app-result .result-box img {
    display: block;
    margin: 0 auto;
}

.app-result .result-box p {
    color: #1C1D22;
    line-height: 24px;
    text-align: center;
    margin: 25px 10px 30px;
}
.app-result .result-box p.pass-text {
    width: 100%;
    margin: 30px auto;
    line-height: 14px;
}
.app-result .result-box p.pass-red-1 {
    width: 100%;
    margin: 30px auto;
    color: red;
    line-height: 20px;
}
.app-result .result-box p.pass-red-2 {
    width: 100%;
    margin: 30px auto;
    color: red;
    line-height: 14px;
}
.app-result .result-box p.pass-text-tips{
    width: 60%;
    color: #de4240;
}
.app-result .result-btn {
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    background: #F5B611;
    font-weight: 500;
    color: #000000;
}

/*推荐公司*/
.company-content h3.lable-text {
    padding: 0 39px;
}

.company-content .company-list {
    overflow: hidden;
    padding: 4px 39px 36px;
}

.company-list li {
    float: left;
    width: 270px;
    border: 1px solid #CED3D6;
    margin: 0 30px 30px 0;
    padding: 0px 20px;
    overflow: hidden;
}

.company-list li:hover {
    box-shadow: 0px 6px 10px 0px rgba(2, 48, 81, 0.1);
}

.company-list li:nth-child(3n) {
    margin-right: 0;
}

.company-list li a {
    color: #000000;
    display: block;
    height: 60px;
    line-height: 60px;
}

.company-detail .position span:nth-child(2) {
    margin: 0 30px 0 40px;
}

.company-detail .expert-introduce p {
    text-indent: 0;
}

/*获奖名单*/
.award-content h3.award-label {
    padding: 0 39px 0 55px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    position: relative;
    margin-bottom: 20px;
}

.award-content .empty-text {
    padding: 100px 0;
    font-size: 16px;
    text-align: center;
}

.award-content h3.award-label:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 14px;
    background: #2A68C9;
    position: absolute;
    top: 2px;
    left: 39px;

}

.award-content .award-list {
    overflow: hidden;
    padding: 4px 39px 0;
}

.award-content li {
    float: left;
    width: 420px;
    height: 148px;
    border: 1px solid #CED3D6;
    margin: 0 30px 30px 0;
    padding: 14px;
    overflow: hidden;
}

.award-content li:hover {
    box-shadow: 0px 6px 10px 0px rgba(2, 48, 81, 0.1);
}

.award-content li:nth-child(even) {
    margin-right: 0;
}

.award-content li img {
    float: left;
    width: 97px;
    height: 120px;
    border:1px solid #999;
}

.award-content li .text {
    margin-left: 111px;
    overflow: hidden;
}

.award-content li .name {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 16px;
    margin: 6px 0 20px;
}

.award-content li .detail {
    height: 72px;
    color: #7C7C7C;
    line-height: 24px;
}

/*申报页面*/

.report-detail p.position {
    margin-bottom: 0;
}

.report-detail p.tips {
    margin-top: 20px;
    color: #DC0F0F;
    line-height: 14px;
}

.report-form {
    background: #F4F8FA;
    padding-top: 20px;
    margin-top: 30px;
}

.report-form h3.report-label {
    padding: 10px 0 20px 30px;
    font-weight: 500;
    color: #000;
    line-height: 14px;
    position: relative;
}

.report-form h3.report-label span.tips {
    color: #DC0F0F;
    line-height: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.report-form h3.report-label:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 14px;
    background: #2A68C9;
    position: absolute;
    top: 10px;
    left: 0;
}

.report-form .row {
    overflow: hidden;
}

.report-form .form-group {
    padding-left: 30px;
    margin-bottom: 20px;
    float: left;
}

.report-form .form-group label {
    float: left;
    position: relative;
    padding-right: 30px;
    overflow: hidden;
    line-height: 20px;
}

.report-form .form-group label input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.report-form .form-group label input[type="radio"]:checked + span {
    border: none;
    background: url("../images/rewards/radio.png") no-repeat;
    background-size: 100% 100%;
}

.report-form .form-group label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #CED3D6;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.report-form .form-label {
    color: #000;
    line-height: 14px;
    margin-bottom: 10px;
}

.report-form .apply-label {
    margin-bottom: 0;
}

.report-form .form-label i {
    color: #FF4747;
    line-height: 14px;
    margin-right: 2px;
}

.report-form .add-img {
    overflow: hidden;
}

.report-form .add-img img, .report-form .id-photo img {
    width: 80px;
    height: 80px;
    float: left;
}

.report-form .id-photo {
    width: 80px;
    position: relative;
    cursor: pointer;
}

.report-form .id-photo:hover a.delete-btn {
    display: block;
}

.report-form .id-photo a.delete-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    line-height: 20px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    display: none;
}

.report-form .add-img p.add-img-tips {
    margin: 28px 0 0 100px;
    color: #7C7C7C;
}

.report-form .input-box {
    width: 240px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #CED3D6;
    position: relative;
    background-color: #fff;
}
.report-form .row-block{
    width: 100%;
    display: inline-block;
    overflow: inherit;
}
.report-form .hide{
    display: none;
}
.report-form .input-box .child{
    min-width: 240px;
    height: auto;
    border: 1px solid #CED3D6;
    overflow: hidden;
    position: absolute;
    left: 0;
    top:34px;
    z-index: 10;
    background-color: #fff;
}
.report-form .input-box .child p{
    margin: 0 15px;
    border-bottom: 1px dotted #e5e5e5;
}
.report-form .input-box input {
    width: 100%;
    height: 98%;
    border: none;
    outline: none;
    padding: 0px 10px;
}

.report-form .input-box input::-moz-placeholder, textarea::-moz-placeholder {
    color: #7C7C7C;
}

.report-form .input-box input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #7C7C7C;
}

.report-form .input-box input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #7C7C7C;
}

.report-form .input-box input:disabled {
    background-color: transparent;
}

.report-form .input-box select {
    width: 240px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.report-form .input-box .select {
    width: 100%;
    height: 100%;
    background: url("../images/rewards/select.png") no-repeat 224px 10px;
    background-size: 6px 10px;
    padding: 0px 10px;
    color: #7C7C7C;
    background-color: #fff;
}

.report-form .upload-btn, .down-btn {
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #016DEC;
    color: #FFFFFF;
}
.down-btn{
    width:150px;
    display: inline-block;
}

.report-form .upload-btn:hover,.down-btn:hover{
    color: #FFFFFF;
}

.report-form .submmit-btn {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #2A68C9;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.report-form .upload-box {
    width: 322px;
    height: 56px;
    border: 1px solid #CED3D6;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.report-form .recommend-upload-box {
    margin-top: 0;
    float:left;
    border-color: transparent;
}

.report-form .upload-box:hover a.delete-btn {
    display: block;
    padding-right: 5px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
}

.report-form .upload-box img,
.rewards-result .upload-box img {
    width: 56px;
    height: 56px;
    float: left;
    margin: -1px 0 0 -1px;
}

.rewards-result .reward-item{
    width:50%;
}
.report-form .upload-box img.enclosure {
    border: 1px solid #b3c9da;
    padding: 11px;
}

.report-form .upload-box .text {
    margin-left: 66px;
    padding-right: 31px;
    overflow: hidden;
}

.report-form .upload-box p.name {
    line-height: 20px;
    margin-top: 8px;

}

.report-form .upload-box p.name a{
    color: #000;
    margin-top: 0px;
}
.report-form .upload-box a.download {
    display: block;
    font-size: 10px;
    color: #296BCD;
    cursor: pointer;
}

.report-form .upload-box a.delete-btn {
    display: none;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 9px;
    color: blue;
    text-decoration: underline;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1111;
    background: rgba(0, 0, 0, 0.3);
}

.modal-box {
    position: relative;
    height: 100%;
}

.modal .modal-content {
    position: absolute;
    width: 340px;
    height: 209px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.modal .modal-head {
    line-height: 40px;
    background: #F4F8FA;
    font-size: 16px;
    font-weight: 500;
}

.modal .modal-body p {
    line-height: 14px;
    margin: 50px 0;
}

.modal .modal-foot {
    height: 54px;
    overflow: hidden;
    position: relative;
}

.modal .modal-foot a {
    float: left;
    width: 50%;
    line-height: 54px;
    border-top: 1px solid #CED3D6;
    font-weight: 500;
}

.modal .modal-foot a:first-child {
    color: #2A68C9;
    font-weight: 600;
}

.modal .modal-foot:after {
    display: block;
    content: '';
    width: 1px;
    height: 54px;
    background: #CED3D6;
    position: absolute;
    top: 0;
    left: 169px;
}

.toast-modal {
    background: transparent;
}

.toast-modal .modal-content {
    width: 240px;
    height: 80px;
    box-shadow: 0px 6px 10px 0px rgba(2, 48, 81, 0.2);
    border: 1px solid #CED3D6;
    position: relative;
}

.toast-modal .modal-content p {
    margin: 33px 0;
}

.toast-modal .modal-content a.close-modal {
    width: 12px;
    height: 12px;
    background: url("../images/rewards/detele.png") no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.report-form .team-box {
    width: 510px;
    height: auto;
    background: #fff;
}

.report-form .team-box input {
    width: 200px;
    height: 32px;
    float: left;
}

.team-box .team-name {
    overflow: hidden;
    float: left;
}

.team-box .team-name .team {
    float: left;
    padding: 0 20px 0 5px;
    background: #e5e5e4;
    border-radius: 4px;
    line-height: 20px;
    margin: 6px 3px 6px 3px;
    position: relative;
}

.team-box .team-name .team i {
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/rewards/detele.png") no-repeat;
    position: absolute;
    top: 6px;
    right: 3px;
    cursor: pointer;
}

.upload-data-con {
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.report-form  .curr-upload-data{
    width: 500px;
    position: relative;
    padding-left: 0;
    border: 1px solid #CED3D6;
    margin-left: 30px;
}
.upload-data-con .curr-upload-data.uploaderro {
    border: 1px solid #f10;
    background: rgba(255, 17, 0, .4);
}

.upload-data-con .curr-upload-data:not(.uploaderro):hover {
    background: #e5e5e5;
}
.upload-data-con .curr-upload-data>div,.upload-data-con .curr-upload-data>a{
    line-height: 50px;
    margin-right: 30px;
    width: auto;
}
.upload-data-con .curr-upload-data .uploading:hover .uploading,
.upload-data-con .curr-upload-data .uploaderro .uploadFailed,
.upload-data-con .curr-upload-data .uploaded:hover .uploadDelete {
    display: block;
}

.upload-data-con .curr-upload-data .uploading:hover .uploadProgress,
.upload-data-con .curr-upload-data .uploaderro .uploadProgress,
.upload-data-con .curr-upload-data .uploaded .uploadProgress {
    display: none;
}

.upload-data-con .curr-upload-data .fr {
    float: right;
    display: none;
}

.upload-data-con .curr-upload-data .uploadProgress {
    display: block;
}

.upload-data-con .curr-upload-data .progress-bar {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    width: 0;
    height: 3px;
    background: #4F83F7;
}

.upload-data-con .curr-upload-data .progress-bar-cuccess {
    background: #7DEE2A;
    width: 100%;
}

.upload-data-con .curr-upload-data .uploadSuccess {
    color: #4F83F7;
}
.apply-upload-content .label-row .open-list-icon {
    transform: rotateZ(-90deg);
    transition: all 1s;
}

.upload-data-con .curr-upload-data .icon-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.upload-data-con .curr-upload-data .name i.fa {
    margin-right: 10px;
}
/*奖项详情*/
.reward-right{
    margin-left: 292px;
}
.reward-right .content{
    padding:0;
}
.reward-detail .report-title{
    height: 78px;
}
.reward-detail .table-tips{
    line-height: 54px;
    color: #DC0F0F;
    font-size:14px;
}
.reward-detail .table-opts{
    margin-top: 30px;
}
.reward-detail .table-opts .btn,
.app-result .table-opts .btn{
    padding: 10px 22px;
    color: #000;
    border:0;
    background: #F5B611;
}
.reward-detail .table-opts .submit-btn,
.app-result .table-opts .submit-btn{
    background-color: #016DEC;
    color: #fff;
    border-color:#016DEC;
    margin-right: 30px;
}
.reward-detail h3{
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}
.reward-detail .origin{
    color: #7C7C7C;
    font-size:12px;
}
.reward-detail .report-progress,
.app-result .report-progress{
    background-color: #016DEC;
    width: 158px;
    height:30px;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center;
    color:#fff;
    border-radius: 15px;
}
.report-detail-form .table{
    width: 100%;
    color: #000;
    border:1px solid #CED3D6;
    font-size: 12px;
}
.report-detail-form .table tr td{
    min-height: 40px;
    line-height: 20px;
    border-bottom:1px solid #CED3D6;
}
.report-detail-form .table tr:last-child td{
    border-bottom: 0;
}
.report-detail-form .table tr td>span{
    color: red;
    padding-right: 10px;
}
.report-detail-form .table tr td:nth-of-type(1){
    text-align: right;
    color:#333;
}

.report-detail-form1 .table{
    margin: 0;
}
.report-detail-form1 .table tr td.table-title{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #F4F8FA;
}
.report-detail-form1 .table tr td:nth-of-type(1){
    text-align: left;
}
.report-detail-form1 .table tr td{
    padding:10px 60px;
}
.report-detail-form1 .table tr td:nth-of-type(2){
    padding-right: 100px;
}
.report-detail-form1 a{
    color: #016DEC;
}
.report-detail-form.layui-form input[type=checkbox], .report-detail-form.layui-form input[type=radio], .report-detail-form.layui-form select{
    display: inline-block;
}
.report-detail-form1 .table tr:nth-child(odd){
    background-color: #CED3D6;
}
.report-detail-form1 .table tr td:nth-of-type(2){
    text-align: right;
}
.report-detail-form .form-input{
    width: 65%;
    border:1px solid #999;
    padding: 6px 10px;
    color: #333;
}
.report-detail-form .date-input{
    width: 30%;
}
.report-detail-form .form-input::-webkit-input-placeholder{
    color: #999;
}
.report-detail-form .mar20{
    margin-right: 20px;
}
.report-detail-form .upload-btn,
.rewards-result .upload-btn {
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #016DEC;
    color: #FFFFFF;
}
.rewards-result .upload-btn{
    margin:20px 0 10px;
}
.report-detail-form .upload-btn:hover ,
.rewards-result .upload-btn:hover{
    color: #FFFFFF;
}
.report-detail-form .upload-box-con{
    margin-top: 15px;
}
.report-detail-form .upload-box,
.rewards-result  .upload-box{
    display: inline-block;
    max-width:100%;
    height: 57px;
    border: 1px solid #CED3D6;
    position: relative;
    margin-top: 10px;
    background: #fff;
}
.report-detail-form .files-info,
.rewards-result  .files-info{
    position: relative;
    padding:0 25px 0 66px;
}
.rewards-result  .files-info span{
    color:#016DEC;
}
.hide{
    display: none;
}

.report-detail-form .upload-box .text,
.rewards-result  .upload-box .text {
    width: 100%;
   font-size:14px;
   line-height: 14px;
   height: 16px;
   margin:12px 0 6px;
}
.upload-box em{
    font-style: initial;
}
.report-detail-form .field-list .upload-box a.download,
.rewards-result  .upload-box a.download{
    position: static;
    color:#016DEC;
    text-decoration: none;
    cursor: pointer;
}
.report-detail-form .field-list .upload-box a.upload-cancel{
    position: static;
    text-decoration: none;
}
.report-detail-form .field-list .upload-box a.delete-btn,
.rewards-result  .upload-box a.delete-btn{
    position: absolute;
    right:10px;
    top:2px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/rewards/detele.png') no-repeat 0 0;
    background-size: 12px 12px;
}
.report-detail-form .upload-tips{
    margin-top: 10px;
    color:#7C7C7C;
}
.report-detail-form .upload-box a.delete-btn, .report-detail-form .upload-box a.download,.report-detail-form .upload-box a.upload-cancel {
    display: none;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 70px;
    color: blue;
    text-decoration: underline;
    color: #00A6C7;
}
.report-detail-form .upload-box a.show{
    display: inline-block;
}
.report-detail-form .upload-box a.upload-cancel{
    right: 130px;
}
.report-detail-form .upload-box a.delete-btn{
    color: red;
    right: 20px;
}
.report-detail-form .icon-files{
    position: absolute;
    top:0;
    left: 0;
    width: 56px;
    height: 56px;
}

.report-detail-form .progress-bar {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    width: 0%;
    height: 3px;
    background: #4F83F7;
    z-index: 10;
}
.hide{
    display: none;
}

.report-detail-form  .progress-bar-cuccess {
    background: #7DEE2A;
    width: 100%;
}
.simditor-wrapper .webuploader-element-invisible{
    display: none;
}
.ellipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.reward-apply .report-detail{
    padding:30px;
    background: #F4F8FA;
}
.reward-apply .report-detail h1{
    font-size:14px;
    color:#000;
    padding-left:30px;
    margin:0 0 20px -30px;
    height:14px;
    border-left: 6px solid #016DEC;
}
.reward-detail .table-opts .submit-save,
.app-result .table-opts .submit-save{
    width: calc(100% + 60px);
    margin:0 -30px;
    height: 53px;
    font-size:18px;
}
.app-result .table-opts .submit-save{
    width:100%;
}
.reward-apply .reward-detail .table-opts{
    margin-bottom: -30px;
}
.field-list li{
    margin-bottom: 10px;
    font-size:14px;
    position: relative;
}
.field-list li .field-title{
    line-height: 34px;
    height: 34px;
}
.field-list .field-title span,
.app-result .result-box p.wrongTips,
.wrongTips{
    color:#FF4747;
}
.field-list .form-content input{
    border:1px solid #CED3D6;
    height: 34px;
    margin-right: 10px;
    vertical-align: middle;
}
.report-detail-form .wrongTips{
    position: absolute;
    bottom: -20px;
    left: 0;
    color:#FF4747;
    display: none;
}
.reward-content ul.rewards-result{
    margin-top:20px;
    padding:0 30px;
    background-color: #fff;
    margin-bottom: 20px;
}
.reward-content ul.rewards-result li{
    margin-bottom: 20px;
    padding:30px 10px;
    background: #fff;
    text-align: left;
}
ul.rewards-result li .upload-tips{
    text-align: left;
    margin:0;
    width:100%;
    color:#7C7C7C;
}
.rewards-examine{
    display: block;
    text-align: left;
    padding:40px 0 0 30px;
    margin-bottom: 20px;
}

.layer-process{
    margin:50px auto;
    width:654px;
    background: #fff;
}
.layer-process .process-list{
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.process-list .process-item{
    float: left;
    margin:0 90px 56px 0;
    width:158px;
    height:50px;
    padding:5px 0px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    background: #A2B1BA;
}
.process-list .process-item:nth-child(5),
.process-list .process-item:last-child{
    margin:0;
}
.process-list .process-item.list{
    line-height: 40px;
}
.process-list .process-point{
    width: 90px;
    height: 50px;
    position: absolute;
    top:0;
    left: 0;
}
.process-list .process-point span{
    position: relative;
    display: block;
    line-height: 12px;
    margin-top: 6px;
    text-align: center;
}
.process-list .process-point span::before{
    content: '';
    display: block;
    width:79px;
    height:1px;
    background: #CED3D6;
    position: absolute;
    left:5px;
    top:19px;
}
.process-list .process-point span::after{
    content: '';
    display: block;
    width:10px;
    height:10px;
    background: url('../images/rewards/step-1.png') no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    right:0px;
    top:14px;
}
.process-point span:nth-child(1){
    padding-bottom: 13px;
}
.process-point span:nth-child(2){
    padding-top: 13px;

}
.process-point span:nth-child(2)::after{
    background: url('../images/rewards/step-2.png') no-repeat 0 0;
    background-size: 100% 100%;
    right:auto;
    left:0;
    top:1px;
}

.process-point span:nth-child(2):before{
    top:6px;
}
.process-list .spet-1,
.process-list .spet-3{
    left: 158px;
}
.process-list .spet-2,
.process-list .spet-4{
    right: 158px;
    left: auto;
}
.process-list .spet-1 span{
    margin-top: 0;
}
.process-list:nth-child(2) span::after{
    background: url('../images/rewards/step-2.png') no-repeat 0 0;
    background-size: 100% 100%;
    right:auto;
    left: 0;
}
.process-list .spet-5{
    top:50px;
    left: 74px;
    height: 56px;
}
.process-list .spet-6{
    width: 158px;
    right:0;
    left:auto;
}
.process-list .spet-5 span{
    margin:0;
    width:79px;
    height:56px;
    line-height: 56px;
    padding:0;
}
.process-list .spet-5 span:before{
    width: 1px;
    height:48px;
    top:4px;
}
.process-list .spet-5 span:last-child::after{
    background: url('../images/rewards/step-4.png') no-repeat 0 0;
    background-size: 100% 100%;
    top:auto;
    bottom:0;
}
.process-list .spet-6 span{
    width:73px;
    display: inline-block;
}
.process-list .spet-6 span:first-child:before{
    right:0;
    left: auto;
}
.process-list .spet-6 span:first-child::after{
    background: url('../images/rewards/step-3.png') no-repeat 0 0;
    background-size: 100% 100%;
    top:0;
    right:-4px;
}
.process-list .spet-6 span:last-child{
    text-align: left;
    padding-left: 8px;
}
.process-list .process-item.active{
    font-weight: 500;
}
.process-list .process-item.active,
.process-list span.active::before{
    background-color: #F5B611;
}
.process-itemNew.active{
    background-color: #F5B611;
}
.process-list span.active::after{
    background: url('../images/rewards/step-active-1.png') no-repeat 0 0;
    background-size: 100% 100%;
}
.process-list .spet-4 span.active::after,
.process-list .spet-3 span.active:after,
.process-list .spet-1 span:nth-child(2).active::after{
    background: url('../images/rewards/step-active-2.png') no-repeat 0 0;
    background-size: 100% 100%;
}
.process-list .spet-5 span.active:after{
    background: url('../images/rewards/step-active-4.png') no-repeat 0 0 !important;
    background-size: 100% 100%;
}
.process-list .spet-6 span.active:after{
    background: url('../images/rewards/step-active-3.png') no-repeat 0 0;
    background-size: 100% 100%;
}
.app-result .result-box p.wrongTips{
    margin:0;
}
.progress-barNew{
  display:none;
  width: 100%;
  height: 20px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: rgba(180, 160, 120, .2);
  position: relative;
  margin: 20px 0;
}
.progress-bgNew{
  width: 0%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-image: linear-gradient(135deg, #00BFFF 25%,#016DEC 0,#016DEC 50%,#00BFFF 0,#00BFFF 75%, #016DEC 0);
  border-radius: 24px;
  animation: panoramic 20s linear infinite;
  background-size: 22px 100%;
}
@keyframes panoramic{
  to {
    background-position: 200% 0;
  }
}
