﻿/*body{
    min-width:1100px;
    overflow:hidden;
    overflow-x:auto;
}
.layui-unselect,.smallinput,#test16,.timeclass{
    width: 160px!important;
}*/

.report-container-main {
    height: 100vh;
    max-height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto;
}

.timeclass {
    display: flex;
    flex-wrap: nowrap;
}

.timeclass input {
    font-size: 14px;
    margin-right: 0;
    max-height: 160px;
}

.top-row .layui-form-label {
    width: 65px;
}

.search {
    line-height: 40px;
    outline: none;
}

#LAY_app div div.layui-header ul.layui-nav.layui-layout-right li dl dd a {
    cursor: pointer;
}

.layui-form-label {
    font-size: 14px;
    /*
        width: auto !important;
        padding: 9px 5px !important;
    */
}
/*.layui-form-item .layui-inline {
    margin-right: 0px!important;
}
.select-sct{
    margin-left:90px!important;
}
.top-row{
    min-width:1330px;
}*/
.layui-laydate-range {
    width: auto;
}

.layui-layer-page .layui-layer-content {
    padding: 20px;
}

.layui-layer-page .layui-layer-content .layui-layer-input {
    display: block;
    width: 260px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: #333;
}

.layui-laydate-main {
    width: 271px !important;
}

.addreport-main {
    height: calc(100vh - 250px);
    overflow: auto;
}

.report-hd {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 16px 0 26px 0;
    background-color: #FFFFFF;
}

.report-hd .layui-form-item {
    margin-bottom: 0;
}

.report-tabel_canves {
    height: 50px;
    line-height: 50px;
    color: #69717a;
}

.report-tabel_canves p {
    font-size: 16px;
}

.report-tabel_canves p span {
    font-style: normal;
    color: #54c06e;
    margin-left: 5px;
    margin-right: 5px;
}

.report-bd {
    position: relative;
    background-color: #ffffff;
}

.report-main {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #EEEEEE;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 32px;
    background-color: #ccc;
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 32px;
    background-color: #ccc;
    -webkit-border-radius: 4px;
}

ul, li {
    padding: 0;
    margin: 0
}

.mySelect {
    position: relative;
}

.mySelect .inputWrap {
    width: 100%;
    min-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.mySelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px;
}

.mySelect ul, li {
    list-style: none;
}

.mySelect li {
    display: inline-block;
    background: #eaeaea;
    padding: 5px;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
}

.mySelect .fa-close {
    cursor: pointer;
}

.mySelect .fa-close:hover {
    color: #237eff;
}

.mySelect .mySelect-option {
    width: 100%;
    border: 1px solid #ccc;
    max-height: 160px !important;
    overflow-y: auto;
    position: absolute;
    z-index: 9999;
    background-color: #FFFFFF;
    height: 0;
    opacity: 0;
}

.mySelect .mySelect-option div {
    position: relative;
    display: block;
    padding: 5px 12px;
    overflow: hidden;
    color: rgba(0,0,0,.65);
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: background .3s ease;
}

.mySelect .mySelect-option div:hover {
    background-color: #edf9ff;
}

.mySelect .inputWrap > i {
    position: absolute;
    padding: 13px;
    right: 0;
    top: 0;
}

.mySelect-option div {
    cursor: pointer;
    /*border-bottom: 1px solid #e7e7e7;
    margin: 5px;*/
}

.mySelect-option div i {
    float: right;
    color: #ffffff;
}

.mySelect-option div.selected {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    background-color: #fafafa;
}

.mySelect-option div.selected i {
    color: #218bfc;
}

.addreport-title {
    height: 55px;
    line-height: 55px;
    background-color: #1E9FFF;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.addreport {
    padding-top: 60px;
}

.addreport-btn {
    text-align: center;
}

.layui-form-label {
    position: relative;
    width: 90px;
}

.reddot {
    position: relative;
    font-weight: 500;
}

.reddot:before {
    content: '*';
    position: absolute;
    left: -11px;
    top: -3px;
    color: red;
}

.layui-input-block {
    margin-left: 130px;
}

.notes {
    padding: 1rem 3rem 1rem 3rem;
    line-height: 20px;
    color: #c0c0c2;
}

.notes > p {
    margin-bottom: 10px;
}

.addreport-select {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #fff;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    box-sizing: border-box;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.addreport-select-selection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.addreport-select-selection__rendered {
    position: relative;
    flex: auto;
}

.addreport-select-selection__placeholder {
    position: absolute;
    top: 50%;
    right: 9px;
    left: 0;
    max-width: 100%;
    height: 20px;
    margin-top: -10px;
    overflow: hidden;
    color: #757575;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    display: block;
    user-select: none;
}

.addreport-select-close {
    width: 30px;
    height: 100%;
    line-height: 38px;
    float: right;
    cursor: pointer;
    text-align: right;
    flex: 0 0 30px;
}

.addreport-select-close > i {
    cursor: pointer;
}

.captcha-main input, .captcha-main .captcha-img {
    display: inline-block;
    vertical-align: middle;
}

.captcha-main .captcha {
    width: 20%;
}
@media screen and (max-width: 560px) {
    .captcha-main .captcha {
        width: 120px;
    }
}

.layui-form-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.layui-form-flex .layui-input-block {
    flex: auto;
    margin-left: 10px;
}

.layui-form-flex .layui-form-btn {
    margin-left: 15px;
}

.layui-divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 40px 0;
    background-color: #dcdfe6;
    position: relative;
}

.addreport-main .layui-layer-content {
    height: 100vh !important;
    max-height: calc(100vh - 150px) !important;
}

.success {
    width: 100%;
    height: 100vh;
}

.success-bd {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.succes-content {
    text-align: center;
}

.succes-content > img {
    margin-bottom: 60px;
}

.succes-content > p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #505457;
    margin-bottom: 16px;
}

.succes-content .succes-title {
    font-size: 22px;
    font-weight: bold;
}

.succes-explain {
    margin-top: 30px;
    padding-left: 50px;
}

.succes-explain > span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #B6B5B6;
    margin-bottom: 10px;
}

.succes-explain > p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #B6B5B6;
    margin-top: 5px;
}

.success-btn {
    text-align: center;
    display: block;
    margin-top: 50px;
}

.success-btn span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #2F7AF6;
    background-color: #2F7AF6;
    padding: 10px 50px;
    display: inline-block;
}

.success-btn span:hover {
    background-color: #2472F4;
}

/**举报内容 上传图片 begin**/
.uploadPic-wrap {
    padding: 10px 0 5px;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.uploadPic-btn {
    width: fit-content;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #335883;
    cursor: pointer;
}

.uploadPic-btn:before {
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 4px;
    background: url(../images/reportImg.png) -10px -10px no-repeat;
}

.uploadPic-wrap ul {
    display: flex;
    flex-direction: column;
}

.uploadPic-wrap ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    display: inline-block;
    margin-right: 4px;
    background: url(../images/reportImg.png) -41px -10px no-repeat;
}

.uploadPic-wrap ul li {
    display: flex;
    align-items: center;
    padding: 0 10px;
    line-height: 24px;
}

.uploadPic-wrap ul li:hover {
    background-color: #E6E6E6;
}

.uploadPic-wrap em {
    max-width: calc(100% - 36px);
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delBtn {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/reportImg.png) -69px -5px no-repeat;
}
/**举报内容 上传图片 end**/
/*短信验证 begin*/
.SMSverifi-contain {
    margin-left: 125px;
}

.SMSverifi-contain .layui-col-md6 {
    padding-bottom: 0;
}

.SMSverifi-contain:after,
.SMSverifi-contain:before {
    clear: none;
}

.SMSverifi-wrap {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.SMSverifi-wrap input {
    border: none;
    flex: 1;
    height: 100%;
    min-width: 100px;
}

.SMSverifi-btn {
    white-space: nowrap;
    cursor: pointer;
    color: #335883;
}

.SMSverifi-btn.disabled {
    cursor: no-drop;
    color: #c0c0c2;
}

.mt5 {
    margin-top: 5px;
}

.pl0 {
    padding-left: 0;
}
/*短信验证 end*/
/*遮罩*/
.maskPop {
    touch-action: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    transition: opacity .3s linear;
    will-change: opacity;
}
/*图片拼图验证 begin*/
.containerFluid {
    width: 400px;
    height: 400px;
    display: none;
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.slidercaptcha {
    margin: 0 auto;
    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-top: 40px;
    background-color: #fff;
}

.slidercaptcha .card-body {
    padding: 1rem;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.slidercaptcha.card .card-header .delBtn {
    margin-right: -5px;
}
/*图片拼图验证 end*/
