/*检测等页公共底部栏*/
.footer {
    height: auto;
    background: none;
}

.footer .footerBottom {
    background: none;
}

.footer2 {
    background: #252525;
    font-size: 12px;
    color: #a9a9a9;
    text-align: center;
    line-height: 3;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.bodyBox {
    margin-bottom: 0;
}

/*查询报告-查询表单*/
.bodyBox .reportDownloadContent {
    padding-top: 0;
    padding-bottom: 0;
}

.bodyBox .reportDownloadCon {
    padding: 30px;
    margin-top: 0;
}

.bodyBox .reportDownloadCon .reportDownloadItem.all {
    width: 100%;
    height: auto;
    border: none;
    margin-right: 0;
    margin-bottom: 0;
}

.bodyBox .reportDownloadCon .reportDownloadItem:hover {
    box-shadow: none
}

.bodyBox .reportDownloadCon .reportDownloadItem.all .itemTitles {
    border: 1px solid #E7E7E7;
}

.bodyBox .reportDownloadCon .reportDownloadItem .itemTitle.left {
    width: 50%;
    height: auto;
    padding: 15px;
    text-align: center;
}

.bodyBox .reportDownloadCon .reportDownloadItem .itemTitle .orderPayTip {
    color: #8A9296;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.bodyBox .reportDownloadCon .reportDownloadItem .rd_content {
    padding-top: 0;
}

.bodyBox .reportDownloadCon .reportDownloadItem .rd_content .orderPayItem {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 0;
}

.bodyBox .reportDownloadCon .reportDownloadItem .rd_content .orderPayItem .rd_inputCon input {
    line-height: 42px;
    height: 42px;
    width: 100%;
    padding-right: 120px;
}

.goStudyCourseCon .goStudyCourseBtn {
    width: 160px;
}

/*查询报告-结果列表*/
.result {
    padding: 30px;
    background: #ffffff;
}

.result .status-no {
    height: 300px;
    text-align: center;
    color: #a9a6a6;
}

.result .status-no p {
    font-size: 26px;
    margin-bottom: 10px;
}

.result .status-no p img {
    margin-right: 20px;
}

.result .status-no span {
    font-size: 12px;
}

.result .status-res {
    max-height: 500px;
    overflow: auto;
}

.result .status-res .res-item {
    padding: 20px 0;
    border-bottom: 1px solid #f8f8f8;
}

.result .status-res .res-item:first-child {
    padding: 0 0 20px;
}

.result .status-res .res-title {
    font-size: 24px;
    color: #454545;
}

.result .status-res .res-info {
    font-size: 14px;
    color: #878787;
    margin: 16px 0 20px;
}

.result .status-res .res-info span {
    margin-right: 20px;
}

.result .status-res .fail-reason {
    display: inline-block;
    background: #ebebeb;
    font-size: 14px;
    color: #4f4e4e;
    border-radius: 5px;
    position: relative;
    padding: 8px;
    margin-left: 20px;
    line-height: normal;
}

.result .status-res .fail-reason:before {
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 5px solid #ebebeb;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    top: 10px;
    left: -5px;
}

.result .status-res .res-status {
    font-size: 18px;
    color: #ca1716;
    height: 36px;
    line-height: 36px;
}

.result .status-res .res-status.suc {
    color: #2ca518;
}

.result .status-res .res-status img {
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 5px;
}

.result .status-res .pull-left {
    width: 80%;
}

.result .status-res .pull-right {
    padding-right: 10px;
}

.result .status-res .pull-right a {
    display: block;
    background: #C68F40;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    vertical-align: middle;
}

.result .status-res .pull-right a.un-click {
    opacity: 0.35;
    cursor: not-allowed;
}

.result .status-res .pull-right a img {
    margin-right: 10px;
    margin-bottom: 2px;
}

.result .status-res .pull-right a:first-child {
    margin-bottom: 15px;
    margin-top: 5px;
}

.result .status-res .pull-right .down {
    background: #DBB071;
}

.res-num {
    font-size: 14px;
    color: #3a3842;
    padding: 20px 0;
}

.res-num span {
    color: #e93642;
    display: inline-block;
    padding: 0 5px;
}

.scan-bind {
    line-height: 1;
    font-size: 12px;
    color: #838383;
}

.scan-bind .div-img {
    margin: 0px auto;
    text-align: center;
}

.scan-bind .div-img .erweima {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    text-align: center;
}

.scan-bind .txt {
    margin: 5px 0px;
    position: relative;
}

.scan-bind .txt i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    background: url("../images/report/icon-qs.png") no-repeat center;
    position: relative;
}

.scan-bind .txt i .popover {
    top: -32px;
    left: -400px;
    width: 400px;
    max-width: inherit;
    font-size: 12px;
    border-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.09);
}

.scan-bind .txt i .popover .popover-content {
    padding: 5px 6px;
}

.scan-bind .txt i .popover.left > .arrow {
    border-left-color: #f8f8f8;
}

.scan-bind .txt i:hover .popover {
    display: block;
}

.remind {
    text-align: left;
    padding: 16px;
    background-color: #e5f4ff;
    color: #006dbf;
    font-size: 12px;
    margin: 0 -30px -30px;
}

.notice {
    padding: 13px 15px;
    margin-top: 10px;
    margin-left: 65px;
    background-color: #f7f7f7;
    color: #9c9c9c;
}

/**选择版本提交**/
.version > a {
    display: none;
}

.version > a.active {
    display: block;
}

.upfileInput > label {
    font-weight: normal;
    margin-bottom: 0;
    padding-right: 5;
}

/**切换上传方式**/
.upTab_box {
    margin-top: 22px;
}

.upTab_box .whiteline {
    display: none;
}

.upTab_box .thisOption .whiteline {
    display: block;
}

/**文件上传**/
.layui-upload-file,.file-upload {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block !important;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.aaLength {
    font-size: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, .2);
    color: #808B9B;
}

/**快捷支付**/
.insedBody .payMethodCon .payMethod .payBtn .payDescribe {
    width: 60px;
    margin-left: 20px;
}

.couponTipCon {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9999;
}

.qr-place {
    position: relative;
    text-align: center;
    width: 220px;
    /*height: 220px;*/
    margin: 20px auto;
}

.qr-place .tranmb {
    background-color: #1d1d1d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.62;
}

.qr-place img.erweima {
    max-width: 100%;
    max-height: 100%;
}

.qr-place .qr-cont {
    position: absolute;
    left: 0;
    top: 30%;
    bottom: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.qr-place .qr-cont .txt {
    color: white;
}

.qr-place .qr-cont a {
    color: white;
    text-decoration: underline;
}