body {
    background-color: #f0f1f1;
}
a {
    cursor: pointer;
}
a:hover, a:focus {
    text-decoration: none;
}
.banner {
    background-image: url(/img/tasklist/tasklist-title-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    margin-bottom: -100px;
}
.rce .banner {
    background-image: url(/img/tasklist/tasklist-title-bg-rce.png);
}
.main {
    margin-bottom: 90px;
    padding: 0;
}
.main-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 110px 30px 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.main-header .main-header-left {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 15px;
}
.main-header .header-left-logo {
    width: 140px;
    height: 140px;
    margin-right: 46px;
    flex-shrink: 0;
    background-color: #fff;
}
.main-header .header-left-info {}
.main-header .header-left-title {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.main-header .header-left-item {
    display: flex;
    align-items: center;
    margin-top: 6px;
    color: #999;
}
.main-header .header-left-item:nth-last-child(1) {
    align-items: flex-start;
}
.main-header .left-item-label {
    width: 78px;
}
.main-header .left-item-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}
/*奖池*/
.main-header .left-item-content .pond-status {
    width: 14px;
    height: 9px;
    margin-right: 2px;
    background-color: #ddd;
}
.main-header .left-item-content .status-yellow {
    background-color: #e0e04a;
}
.main-header .left-item-content .status-green {
    background-color: #4fd14f;
}
.main-header .left-item-content .status-red {
    background-color: red;
}
.main-header .left-item-content .pond-tips {
    font-size: 14px;
    margin-left: 6px;
}
.main-header .left-item-content .tips-yellow {
    color: #e0e04a;
}
.main-header .left-item-content .tips-green {
    color: #4fd14f;
}
.main-header .left-item-content .tips-red {
    color: red;
}
#reward_rule {
    display: none;
}
#reward_rule_flag {
    color: #900;
}

.main-header .left-item-content img {
    margin-right: 4px;
}
.main-header .content-tag {
    background-color: #f1f1f1;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 2px;
    white-space: nowrap;
    margin-bottom: 4px;
}
.main-header .main-header-right {
    display: flex;
    align-items: center;
}
.main-header .header-right-opt {
    text-align: center;
    border-right: 1px solid #eee;
    padding-right: 46px;
    padding-bottom: 42px;
}
.main-header .task-btn {
    width: 170px;
    height: 50px;
    color: #fff;
    background-color: #336bd3;
    padding: 0;
    line-height: 50px;
    border: none;
    margin-bottom: 12px;
}
.main-header .task-btn.disable {
    background-color: #999;
    cursor: not-allowed;
}
.main-header .rigth-opt-txt {
    color: #999;
    cursor: pointer;
}
.main-header .header-right-info {
    padding-left: 46px;
}
.main-header .right-info-item {
    display: flex;
    align-items: center;
    color: #999;
    margin-bottom: 8px;
}
.main-header .info-item-icon {
    font-size: 14px;
    margin-right: 6px;
}
.main-header .info-item-label {
    margin-right: 8px;
}
.main-header .info-item-content {
    color: #333;
}
.main-header .right-info-star {
    display: flex;
    color: #ccc;
}
.main-header .star-label {}
.main-header .star-list {}
.main-header .star-list .fa {}
.main-header .main-header-type-bg {
    position: absolute;
    right: -52px;
    top: -52px;
    width: 104px;
    height: 104px;
    background-color: #c33;
    transform: rotate(45deg);
}
.main-header .main-header-type-txt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    text-align: right;
}

.main-content {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.main-content .content-menu {
    margin-right: 20px;
    background-color: #fff;
    width: 180px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 14px;
    color: #999;
}
.main-content .content-menu .menu-title, .main-content .content-menu .menu-item {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}
.main-content .menu-title {
    font-size: 16px;
    font-weight: bold;
    color: #336bd3;
}
.main-content .menu-item {
    display: block;
    color: #999;
}
.main-content .menu-item.on, .main-content .menu-item:hover {
    background-color: #eff9ff;
}
.main-content .content-detail {
    flex: 1;
}
.main-content .content-detail p, .main-content .content-detail h4 {
    margin-bottom: 10px;
}
.main-content .detail-card {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 30px;
}
.main-content .detail-card table td, .main-content .detail-card table th {
    vertical-align: inherit;
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.main-content .detail-card img {
    max-width: 100%;
}
.main-content .detail-card .anchor {
    position: absolute;
    top: -300px;
}
.main-content .card-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 22px;
    border-left: 4px solid #336bd3;
    padding-left: 10px;
}
.rce .main-content .card-msg ul {
    padding-left: 30px;
}
.main-content .msg-p {
    color: #333;
    line-height: 1.8;
}
.main-content .msg-title {
    font-size: 16px;
    margin-bottom: 22px;
    color: #333;
    margin-top: 22px;
}
.main-content .card-table {
    border: 1px solid #eee;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}
.main-content .card-table.award-table {
    display: inline-block;
}
.main-content .card-table thead {
    background-color: #f5f7fa;
}
.main-content .card-table th {
    padding: 6px 5px;
    text-align: center;
    border: 1px solid #eee;
    vertical-align: middle;
}
.main-content .award-table th {
    width: 180px;
}
.internal-award-title {
    font-size: 16px;
    margin-bottom: 15px;
}
#internal_table .card-table {
    width: 100%;
}
#internal_table .award-table th {
    width: 50%;
}
#internal_table .rule-table {
    width: 100%;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
}
#internal_table .rule-table.small-table {
    width: 50%;
}
#internal_table .table-box {
    overflow: auto;
}
#internal_table .rule-table th {
    text-align: center;
    padding: 5px;
}
#internal_table .rule-table td {
    border: 1px solid #dfdfdf;
    text-align: center;
    vertical-align: inherit;
    padding: 5px;
}
.main-content .card-table tbody tr td {
    padding: 6px 5px;
    border: 1px solid #eee;
    vertical-align: middle;
    word-break: break-all;
}
.main-content .target-table {
    width: 96%;
}
.main-content .target-table .short-th {
    width: 100px;
}
.main-content .target-table tbody tr td:nth-child(1) {
    text-align: left;
}
.main-content .type-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 40px;
}
.main-content .type-list .type-item {
    text-align: center;
    width: 158px;
    height: 130px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
}
.main-content .type-list .type-item-logo {
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
}
.main-content .type-list .type-item-logo.selected {
    display: none;
}
.main-content .type-list .type-item.on {
    color: #333;
}
.main-content .type-list .type-item.on .type-item-logo {
    display: none;
}
.main-content .type-list .type-item.on .type-item-logo.selected {
    display: inline-block;
}
.main-content .warn-msg {
    color: #c33;
}
.main-content .msg-p.empty {
    color: #999;
}
.target-empty {
    width: 15px;
    height: 15px;
}

@media (min-width: 1366px) {
    .container {
        width: 1350px;
    }
}
/*@media (min-width: 1200px) {
    .main-header .header-left-logo {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 200px;
        padding: 34px 38px;
    }
    .main-header .header-left-info {
        margin-left: 200px;
    }
}*/
@media (max-width: 1199px) {
    .main-header {
        display: block;
    }
    .main-header .main-header-left {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .fixed-way .content-menu {
        position: fixed;
        top: 100px;
    }
    .fixed-way .content-detail {
        margin-left: 200px;
    }
    .absolute-way .content-menu {
        position: absolute;
        top: auto;
        bottom: 20px;
    }
}
@media (max-width: 1366px) and (min-width: 992px) {
    .banner {
        margin-bottom: -200px;
    }
}
@media (max-width: 991px) {
    .banner {
        height: 150px;
    }
    .main-header .header-left-logo {
        width: 80px;
        height: 80px;
        margin-right: 24px;
    }
    .main-header .header-left-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .main-header .header-left-item {
        margin-top: 6px;
    }
    .main-header .content-tag {
        padding: 2px 6px;
        margin-right: 2px;
    }
    .main-header .header-right-opt {
        padding-right: 15px;
    }
    .main-header .task-btn {
        width: 110px;
        height: 34px;
        line-height: 34px;
    }
    .main-header .header-right-info {
        padding-left: 15px;
    }
    .main-header .right-info-item {
        margin-bottom: 4px;
    }
    .main-content {
        display: block;
    }
    .main-content .content-menu {
        display: none;
    }
    .main-content .card-table {
        width: 100%;
    }
    .main-content .award-table th {
        width: 33%;
    }
    .main-content .type-list .type-item {
        width: 33.33%;
        height: 100px;
    }
}
@media (max-width: 600px) {
    .main-content .detail-card {
        padding: 20px 15px;
    }
    .main-content .type-list .type-item {
        width: 50%;
    }
    .main-content .target-table{border:0}
    .main-content .target-table thead{display:none;}
    .main-content .target-table tr {margin-bottom: 10px;display: block;border-bottom: 2px solid #eee;}
    .main-content .target-table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #eee;
    }
    .main-content .target-table td:last-child {border-bottom: 0;}
    .main-content .target-table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 15px;
    }
    .main-content .target-table tbody tr td {
        text-align: right;
        border-bottom: 1px dotted #eee;
    }
    .main-content .target-table tbody tr td:nth-child(1) {
        text-align: left;
    }
    .main-content .target-table tbody tr td:nth-child(1):before {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
    .main-content .type-list .type-item {
        font-size: 12px;
    }
    .main-header .main-header-left {
        display: block;
        margin-right: 0;
    }
    .main-header .header-left-logo {
        margin-bottom: 15px;
    }
    .main-header {
        padding: 15px;
    }
    #internal_table .rule-table.small-table {
        width: 100%;
    }
}

.hack-pop .select-info {
    padding: 30px 0;
}
.hack-pop .select-info .tips {
    margin-top: 24px;
    font-size: 14px;
    color: #999;
}
.hack-pop .select-info .tips .win-p-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
.hack-pop .select-info .tips span {
    margin-bottom: 5px;
    display: inline-block;
}
.hack-pop .agreet_protocol .agreet_checked {
    height: 14px;
    width: 14px;
    top: 2px;
    left: 5px;
    position: relative;
}
.hack-pop .agreet_protocol p {
    float: left;
    display: contents;
    cursor: pointer;
}
#award_list .fa-flag {
    font-size: 14px;
    color: #900;
    margin-left: 2px;
}

#agreement_win {
    font-size: 18px;
}
#agreement_win .pop-form {
    width: 90%;
    max-width: 90%;
}
#agreement_win .agreet_protocol {
    margin-bottom: 15px;
}
#agreement_win .pop-modal-footer .btn {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
}

#protocol_content {
    min-height: 300px;
    background-color: #fff;
    display: flex;
    padding: 30px;
}
#protocol_content .loading-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#protocol_content .loading-ripple,#protocol_content .loading-ripple i{
    width: 64px;
    height: 64px;
}
#protocol_content .loading-ripple{
    margin: 0 auto;
    position: relative;
}
#protocol_content .loading-ripple i{
    background: #2687da none repeat scroll 0 0;
    border: 0 solid #2687da;
    box-sizing: content-box;
    color: #2687da;
    animation: 1s linear 0s normal none infinite running loading-ripple;
    border-radius: 100%;
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
#protocol_content .loading-ripple i:nth-child(2){
    animation-delay: 0.2s;
}
#protocol_content .loading-ripple i:nth-child(3){
    animation-delay: 0.4s;
}
#protocol_content .loading-ripple:after{
    clear: both;
    content: "";
    display: table;
    line-height: 0;
}
#protocol_main, #protocol-unaccept {
    width: 100%;
}
#protocol_main .protocol-title {
    text-align: center;
    margin-bottom: 25px;
}
#protocol_main .agreet-protocol {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
#protocol_main .agreet-protocol .agreet-checked {
    margin: 0 6px 0 0;
}
#protocol_main .protocol-footer {
    text-align: right;
    margin-top: 30px;
}
#notice_msg_win {
    margin-bottom: 20px;
}
#notice_msg_win p {
    margin-bottom: 10px;
}
#protocol_unaccept {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#protocol_unaccept .un-accept {
    font-size: 32px;
    color: #aaa;
}
#notice_msg .notice-agreed {
    margin-top: 30px;
    margin-bottom: 12px;
    color: #666;
    display: flex;
    align-items: center;
}
.alert-danger {
    background-color: #fff7f7;
    padding: 7px;
    margin-bottom: 5px;
}

/*文件上传样式*/
.attachments-upload {
    position: relative;
    text-align: center;
    line-height: 63px;
    z-index: 0;
    height: 85px;
    /* min-height:75px; */
    padding: 10px;
    width: 100%;
    border: 1px dashed #c5c5c5;
    cursor: pointer;
    color: #888;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
.attachments-upload:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
  }
.attachments-upload .fa-paperclip {
    font-size: 30px;
    color: #f5f5f5;
    z-index: -2;
    position: relative;
  }
.attachments-collection {
    font-size: 12px;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
     transition: opacity 0.1s ease-in-out;
  }
.attachment-uploaded {
    position: relative;
    z-index: 101;
    background: #f5f5f5;
    color: #000;
    font-size: 12px;
    margin-bottom: 3px;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
.attachment-uploaded .attachment-progress-background {
    background-color: #226dd4;
    position: absolute;
    height: 100%;
    z-index: 110;
  }
.attachment-uploaded .attachment-progress-info {
    padding: 4px 10px;
    position: relative;
    width: 100%;
    z-index: 111;
  }
.attachment-uploaded .attachment-progress-info .attachment-name {
    color: #fff;
  }
.attachment-uploaded:hover .attachment-remove {
    color: #eee;
  }
.attachment-progress {
    font-size: 11px;
    color: #828282;
    float: right;
    margin: 0 10px;
  }
.attachment-remove {
    cursor: pointer;
    color: #fff;
    float: right;
    font-size: 11px;
    user-select: none;
  }