/*.navitems a:hover{*/
/*    color:#F30213 !important;*/
/*}*/
.topbar a:hover{
    color:#F30213 !important;
}
.leftOperationBtn{
    position: relative;
    z-index: 11;
    float: left;
    height: 36px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.leftOperationBtn>div:nth-child(1){
    margin-right: 5px;
}
.leftOperationBtn button{
    width: 100px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}
.showSupplierType a{
    width: auto;/*设置按钮宽度*/
    height: 30px;/*设置按钮⾼度*/
    color:white;/*字体颜⾊*/
    background-color:cornflowerblue;/*按钮背景颜⾊*/
    border-radius: 3px;/*让按钮变得圆滑⼀点*/
    border-width: 0;/*消去按钮丑的边框*/
    margin: 0;
    outline: none;/*取消轮廓*/
    font-size: 14px;/*设置字体⼤⼩*/
    text-align: center;/*字体居中*/
    cursor: pointer;/*设置⿏标箭头⼿势*/
    margin-right: 10px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0 8px;
}
.contentScreen,.content{
    width: 1200px;
    height: 65px;
    background: #fff;
    line-height: 60px;
    margin: 20px auto;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    border-radius: 8px;
}
.contentScreen{
    margin: 0 auto 20px;
}

.contentScreen>div{
    width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    /*align-items: center;*/
}
.contentScreen span{
    margin-left: 35px;
    font-size: 20px;
    vertical-align: top;
    font-weight: 500;
}
.timeCheck{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}
.content span{
    margin-left: 35px;
    font-size: 20px;
    vertical-align: top;
    font-weight: 500;
}
.order-tb{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;

}
#thead{
    border-radius: 8px;
    background: #fff !important;
}
#thead tr{
    background: #fff !important;
}
#thead tr th{
    font-size: 16px;
    font-weight: 400;
    color: #1F2233;
}
#batch,#diagnosis{
    width: auto;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-right: 20px;
    padding: 0 20px;
    cursor: pointer;
}
.public-head-layout{
    display: flex;
    justify-content: space-between;
    height: 20vh;
}
.site-logo{
    width: 100px;
    height: 40px;
}
.head-search-layout{
    width: 720px !important;
}
.leftOperationBtn{
    width: 266px !important;
}
.screen,.timeRange{
    /*width: 25%;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
    /*color: #666666;*/
    /*cursor: pointer;*/
    /*height: 122%;*/
    margin-right: 20px;
    cursor: pointer;
    white-space: nowrap;
}
.timeRange:hover{
    color: #F30213;
}
.order-tb tbody td{
    border: none;
}
.gltm-default-table tbody td {
    border: none;
}
tr{
    border-bottom: 1px solid #e5e5e5;
    height: 3vh;
}
.priceTable{
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0 4px 18px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 20px;
    display: inline-block;
    padding: 1px 20px 10px 20px;
}
.priceTable tr{
    width: 100%;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
}
.priceTableEdit{
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    display: inline-block;
}
.priceTable thead th{
    line-height: 20px;
    color: #555;
    background-color: #fff;
    height: 20px;
    padding: 9px 0;
    border-bottom: solid 1px #DDD;
}
.priceTable tbody td{
    line-height: 20px;
    color: #777;
    height: 20px;
    padding: 9px 0;
}
.priceTable .t1{
    width: 30%;
    padding-left: 20px;
    overflow: hidden;
    text-align: left;
}
.priceTable .t2{
    width: 10%;
    text-align: center;
    overflow: hidden;
}
.priceTable .t6{
    width: 20%;
    text-align: center;
    overflow: hidden;
}
.priceTable .t4{
    width: 5%;
    text-align: right;
    overflow: hidden;
}
.priceTable .t5{
    width: 5%;
    text-align: center;
    overflow: hidden;
}
.priceTable .t3{
    width: 5%;
    text-align: center;
    overflow: hidden;
}
.priceTableEdit .t3{
    width: 163px;
    text-align: center;
    overflow: hidden;
}
.priceTableEdit .t4{
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 140px;
}
tfoot tr{
    border: none;
}
/*tfoot{*/
/*    position: absolute;*/
/*    right: 20%;*/
/*}*/
.goodsName,.informationName{
    text-align: center;
    margin: 20px;
    font-size: 16px;
    font-weight: bold;
}
.showSupplierType{
    text-align: right;
    margin: 20px;
}
.fileText {
    position: relative;
    display: inline-block;
    width: 86px;
    height: 30px;
    border: 1px solid #D7D6D6;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    cursor: pointer;
    line-height: 30px;
}
.fileText input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    height: 31px !important;
}
.fileText:hover {
    text-decoration: none;
}
.showOtherSupplier{
    cursor: pointer;
    padding-right: 20px;
}
.showMessage {
    padding: 10px 20px;
    border-radius: 5px;
    position: fixed;
    top: 2%;
    left: 50%;
    color: #ffffff;
    z-index: 999;
    transform: translate(-50%, 0);
}

.showMessageSuccess {
    background-color: #f0f9eb;
    border: 1px solid #E1F3D8;
    color: #67c23a;
}

.showMessageError {
    background-color: #fef0f0;
    border: 1px solid #fde2e2;
    color: #F76C6C;
}
.bottomTable{
    height: auto;
}
table thead tr{
    height: 60px;
}
.moreSupplierData tr{
    height: 45px;
}
#tbody tr{
    height: 45px;
}
.supplierData tr{
    height: 45px;
}
tbody tr:hover{
    background-color: #fbfbfb;
}
.septaPerforation{
    height: 180px;
    width: 1px;
    background: #f1f1f1;
}
.fileWords p{
    text-align: center;
}
.layui-layer-title{
    cursor: move;
    height: 57px;
    line-height: 57px;
    background: #F9F9F9;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
tbody td{
    word-break: break-all;
}
.complaint{
    cursor: pointer;
}

.complaintContent{
    width: 90%;
    margin: 0 auto;
}
.contentTitle{
    height: 36px;
    background: #F2F2F2;
    line-height: 35px;
    padding-left: 20px;
    width: 98%;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 20px auto;
}
.gltm-search-table td{
    text-align: center !important;
}
.titleInformation,.textContent{
    width: 90%;
    margin: 0 auto;
}
.a-upload {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}
.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
.cardChange{
    padding: 20px;
}
.cardChange .titleCard{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10% 0;
}
.cardChange .contentCard{
    font-size: 16px;
    text-indent: 2rem;
}
.iKnow{
    width: 100px;/*设置按钮宽度*/
    color:white;/*字体颜⾊*/
    background-color:rgb(244,13,13);/*按钮背景颜⾊*/
    border-radius: 3px;/*让按钮变得圆滑⼀点*/
    border-width: 0;/*消去按钮丑的边框*/
    margin: 0;
    outline: none;/*取消轮廓*/
    font-size: 14px;/*设置字体⼤⼩*/
    text-align: center;/*字体居中*/
    cursor: pointer;/*设置⿏标箭头⼿势*/
    margin-right: 10px;
    height: 32px;
}
table.tab_css_1 td, th{
    height: auto !important;
}
.changeCardTr{
    display: flex;
}
/*百度编辑器代码块不能自动换行的问题：*/
.syntaxhighlighter div.container code{
    word-break:break-all !important;
    white-space:normal;
}
/*百度编辑器行号与代码对齐：*/
.syntaxhighlighter td {
    vertical-align: middle !important;
}
.includeContentSearch{
    /*background: url("../img/searchTitle.jpg") no-repeat;*/
    height: 20vh;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}
.active{
    font-size: 15px !important;
    font-weight: bold !important;
    color: #333 !important;
}
#footer .wrapperFooter{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    align-items: start;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    padding-top: 20px;
    flex-wrap: nowrap;
}
#footer .wrapperFooter p{
    padding: 0 !important;
}
.tableContent{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}
.posiLogin{
    position: sticky;
    top: 65%;
    left: 50%;
    width: 25%;
    z-index: 9999;
}
.posiLogin a{
    color: #ed1d1d;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
.viewSupplierHead{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.viewSupplierTitle{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-right: 20px;
}
.viewSupplierHead span{
    color: #ed1d1d !important;
    cursor: pointer;
}
.becomeVipComplaint{
    cursor: pointer;
    color: #ed1d1d !important;
}
.slidingBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
    margin-top: 15%;
}

/* 滑动区域 */
.drag-verify-band {
    background: #f4f7f8;
    width: 300px;
    height: 40px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 20px -10px #ccc;
    transform: translateY(-3px);
}

/* 滑块 */
.verify-btn {
    transition: background-color 0.2s;
    user-select: none;
    cursor: all-scroll;
    background-color: #1a5cff;
    color: #fff;
    border-radius: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 12px;
}

/* 滑块内容文本 */
.verify-btn-text {
    margin: 0 10px;
    white-space: nowrap;
}


.logo-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.logo-title>div{
    font-size: 16px;
    white-space: nowrap;
    color: #ed1d1d;
}
.noLogin{
    width: auto;
    height: auto;
    background: #F30213;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    border: #F30213;
    padding: 5px;
}
.noLogin a{
    color: #fff;
}
.noLogin a :hover{
    color: #fff !important;
}
.imageLogin{
    width: 30%;
    height: auto;
}
.imageLogin img{
    width: 100%;
}
.imageLogin{
    position: sticky;
    top: 300px;
    left: 50%;
    width: 25%;
    z-index: 9999;
}
.logo-title>div{
    font-size: 16px;
    white-space: nowrap;
    color: #000;
    margin-bottom: 10px;
}
.tableContent{
    background-color: #fff;
    height: auto;
    text-align: center;
}

.newContent{
    width: 100%;
    height: 40px;
    background: rgb(254,0,0);
    line-height: 40px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
}
.newContent div{
    display: flex;
    width: 63%;
    margin: 0 auto;
}
.time{
    color: #ed1d1d;
}