/*40分钟未上报弹窗样式*/
#fortyNoReport > div {
    width: 480px;
    height: 390px;
    margin-left: -240px;
    margin-top: -195px;
    border-radius: 4px;
}

#fortyNoReport .infor-box {
    padding-top: 25px;
    padding-bottom: 18px;
    overflow: hidden;
}

#fortyNoReport > div > div {
    padding: 0 30px;
}

#fortyNoReport .infor-box div {
    height: 137px;
}

#fortyNoReport .infor-box .infor {
    float: left;
}

#fortyNoReport .infor p {
    padding-bottom: 17px;
    font-size: 12px;
    color: #666;
}

#fortyNoReport .infor .title {
    padding-bottom: 27px;
    font-size: 12px;
    color: #333;
}

#fortyNoReport .infor p span {
    margin-right: 10px;
}

#fortyNoReport .infor-box .upload-img {
    position: relative;
    float: right;
    width: 158px;
    height: 158px;
    background-color: #fafbfd;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
}

#fortyNoReport .upload-img input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#fortyNoReport .upload-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    display: block;
    width: 100%;
    height: 100%;
}

#fortyNoReport .upload-img em {
    display: block;
    width: 17px;
    height: 17px;
    margin: 59px auto 10px;
    background-image: url(/img/pc/chose.gif);
    background-repeat: no-repeat;
    background-position-y: -66px;
    background-size: 17px;
}

#fortyNoReport .upload-img p {
    text-align: center;
    font-size: 12px;
    color: #666;
}

#fortyNoReport .order-status p {
    font-size: 12px;
    color: #666;
}

#fortyNoReport .order-status p span {
    padding-left: 21px;
    margin-right: 10px;
    background-image: url(/img/pc/chose.gif);
    background-repeat: no-repeat;
    background-position-y: -20px;
    cursor: pointer;
}

#fortyNoReport .order-status p .active {
    background-position-y: -4px;
}

#fortyNoReport .wait-more {
    width: 404px;
    padding: 7px;
    margin: 18px auto;
    font-size: 12px;
    color: #666;
    background-color: #f8f8f8;
}

#fortyNoReport .wait-more p {
    height: 14px;
    line-height: 14px;
    background-image: url(/img/pc/chose.gif);
    background-repeat: no-repeat;
    background-position-y: -50px;
    padding-left: 18px;
    background-size: 17px;
}

#fortyNoReport .wait-more a {
    color: #3296fa;
}

#fortyNoReport .button-box-forty p {
    position: relative;
    float: left;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

#fortyNoReport .button-box-forty p em {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    display: block;
    width: 17px;
    height: 14px;
    background: url(/img/pc/isCheck.png);
    background-position-y: -2px;
}

#fortyNoReport .button-box-forty .active em {
    background-position-y: -18px;
}

#fortyNoReport .button-box-forty button {
    float: right;
    width: 110px;
    height: 42px;
    background-color: #ffc900;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

#fortyNoReport .button-box-forty button:hover {
    background: #ffd63f;
}
