.onething-content {
    font-size: 40px;
}

body {
    padding: 0;
    margin: 0;
}

.bodyBox {
    width: calc(40px * 30);
    margin: auto;
    background-color: #ffffff;
}

.addressBox {
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.4);
    color: #1669f0;
    padding: calc(40px * 0.25) 0 calc(40px * 0.25) 0;
    box-sizing: border-box;
    border-bottom: dashed 1px #d8dce6;
}

.dwBox {
    width: calc(40px * 0.375);
    height: calc(40px * 0.45);
}

.selectBox {
    width: calc(40px * 0.25);
    height: calc(40px * 0.15);
}

.tit {
    font-family: MicrosoftYaHei-Bold;
    font-size: calc(40px * 0.65);
    font-weight: bolder;
    color: #303133;
    margin-top: calc(40px * 0.8);
    padding-bottom: calc(40px * 0.25);
    box-sizing: border-box;
    border-bottom: calc(40px * 0.1) solid #acacac;
}

.itemName {
    width: calc(40px * 5.5);
    height: calc(60px * 1);
    background-color: #f1f2f4;
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.4);
    color: #303133;
    margin-bottom: calc(40px * 0.5);
    margin-right: calc(40px * 0.625);
    cursor: pointer;
}

.itemName:nth-child(5n) {
    margin-right: calc(40px * 0);
}

.itemName:hover, .itemName.active {
    background: #2875e0;
    color: #fff;
}

.itemBox {
    width: calc(40px * 30);
    height: calc(40px * 7.3);
    background-color: #ffffff;
    box-shadow: calc(40px * 0) calc(40px * 0.2) calc(40px * 0.3) calc(40px * 0) rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    border: solid 1px #2875e0;
    padding: calc(40px * 0.85);
    box-sizing: border-box;
}
.itemBoxM {
    width: calc(40px * 30);
    background-color: #ffffff;
    box-shadow: calc(40px * 0) calc(40px * 0.2) calc(40px * 0.3) calc(40px * 0) rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    border: solid 1px #2875e0;
    padding: calc(40px * 0.85);
    box-sizing: border-box;
}

.itemTit {
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.6);
    color: #303133;
    font-weight: 700;
}

.itemState {
    width: fit-content;
    padding: 0 10px;
    height: calc(40px * 0.5);
    background-color: #ffdfb3;
    border-radius: calc(40px * 0.25);
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.35);
    color: #eb761e;
    font-weight: 500;
}

.itemTiShi {
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.4);
    color: #909399;
    margin-top: calc(40px * 0.25);
    margin-bottom: 12px;
    line-height: 24px;
}

.itemTextB {
    color: #1669f0;
}

.itemRTit {
    width: 40%;
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.4);
    color: #303133;
}

.itemButLeft {
    width: calc(40px * 2.45);
    height: calc(40px * 1);
    background-color: #1669f0;
    border-radius: calc(40px * 0.1);
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.35);
    color: #ffffff;
}

.itemButRight {
    width: calc(40px * 2.45);
    height: calc(40px * 1);
    background-color: #ffffff;
    border-radius: calc(40px * 0.1);
    border: solid 1px #dcdfe6;
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.35);
    color: #606266;
}

table {
    font-size: calc(40px * 0.4);
}

.gqbTime {
    width: calc(40px * 3.75);
    height: calc(40px * 0.7);
    background-color: #f7f7f7;
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.4);
    color: #303133;
    text-decoration: line-through;
}

.jtImg {
    width: calc(40px * 0.45);
    height: calc(40px * 0.225);
}

.xzbTime {
    width: calc(40px * 3.75);
    height: calc(40px * 0.7);
    background-color: #dfebff;
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.4);
    color: #1669f0;
}

td {
    height: calc(40px * 1.25);
}

.yjsBox {
    height: 320px;
}

.nameBox {
    width: calc(40px * 5.3);
    height: calc(40px * 3.4);
    background-color: #ffffff;
    box-shadow: 0px calc(40px * 0.05) calc(40px * 0.4) 0px rgba(0, 0, 0, 0.1);
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.4);
    color: #303133;
    display: inline-block;
    margin: calc(40px * 0.25) calc(40px * 0.35) calc(40px * 0.25) calc(40px * 0.35);
    cursor: pointer;
}

.nameBox:hover {
    background: #2875e0;
    color: #fff;
}

.classificationBox {
    border-bottom: calc(40px * 0.05) solid #e4e7ed;
}

.classificationBox .num {
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.4);
    color: #303133;
}

.stateTit {
    font-family: MicrosoftYaHei-Bold;
    font-size: calc(40px * 0.55);
    line-height: calc(40px * 1);
}

.changeTit {
    color: #303133;
    font-weight: bolder;
    border-bottom: calc(40px * 0.1) solid #2875e0;
}

.noChangeTit {
    font-weight: bolder;
    color: #909399;
}

.stateBox {
    width: calc(40px * 28.75);
    z-index: 99;
}

.iconBox {
    width: 62px;
    height: 62px;
    background-color: #ffffff;
    box-shadow: calc(40px * 0) calc(40px * 0.05) calc(40px * 0.4) calc(40px * 0) rgba(0, 0, 0, 0.1);
    border: calc(40px * 0.1) solid #e6e6e6;
    border-radius: calc(40px * 0.8);
}

.changeBack {
    border: calc(40px * 0.1) solid #1678ff;
    background-color: #1678ff;
}

.stateImg {
    width: 36px;
    height: 36px;
}

.stateJt {
    width: calc(40px * 0.6);
    height: calc(40px * 0.55);
    margin-top: calc(-40px * 0.2);
}

.roundBox {
    width: calc(40px * 0.5);
    height: calc(40px * 0.5);
    background-color: #ffffff;
    border-radius: calc(40px * 0.5);
}

.yesRoundBox {
    border: solid calc(40px * 0.05) #303133
}

.noRoundBox {
    border: solid calc(40px * 0.05) #c0c4cc
}

.stateName {
    font-family: MicrosoftYaHei-Bold;
    font-size: calc(40px * 0.4);
    font-weight: normal;
    color: #303133;
    line-height: 24px;
}

.yesName {
    font-weight: bolder;
}

.stateLine {
    width: calc(40px * 27.275);
    height: calc(40px * 0.15);
    background-color: #c0c4cc;
    margin-top: calc(-40px * 0.9);
}

.itemNameList {
    margin-top: calc(40px * 1.9);
    width: calc(40px * 30);
    /* height: calc(40px * 8.35); */
    background-color: #ffffff;
    padding: calc(40px * 0.75);
    box-sizing: border-box;
}

.handleBox {
    width: 45%;
    height: calc(40px * 2);
}

.spotBox {
    width: calc(40px * 0.25);
    height: calc(40px * 0.25);
    background-color: #2875e0;
    margin-right: calc(40px * 0.25);
}

.itemNameBox {
    font-family: MicrosoftYaHei;
    font-size: calc(40px * 0.4);
    color: #303133;
}

.flex-r {
    display: flex;
    flex-direction: row;
}

.flex-c {
    display: flex;
    flex-direction: column;
}

.flex-a {
    display: flex;
    align-items: center;
}

.flex-j {
    display: flex;
    justify-content: center;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
}

.mg-l-10 {
    margin-left: calc(40px * 0.25);
}

.mg-r-10 {
    margin-right: calc(40px * 0.25);
}

.mg-r-30 {
    margin-right: calc(40px * 0.75);
}

.mg-t-20 {
    margin-top: calc(40px * 0.5);
}

.mg-t-30 {
    margin-top: calc(40px * 0.75);
}

.mg-b-20 {
    margin-bottom: calc(40px * 0.5);
}

.pd-r-20 {
    padding-right: calc(40px * 0.5);
    box-sizing: border-box;
}

.pd-lr-20 {
    padding-left: calc(40px * 0.5);
    padding-right: calc(40px * 0.5);
    box-sizing: border-box;
}

.text-ellipsis {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}

.m-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.t-text-ellipsis {
     
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(46px * 1);
	line-height:18px;
}


.scroll1::-webkit-scrollbar {
    width: 8px;
    height: 16px;
}

.scroll1::-webkit-scrollbar-thumb {
    background-color: #2875e080;
}

.scroll1::-webkit-scrollbar-thumb:hover {
    background-color: #2875e0;
}

.scroll1::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}

body::-webkit-scrollbar {
    width: 12px;
    height: 16px;
}

body::-webkit-scrollbar-thumb {
    background-color: #2875e080;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #2875e0;
}

body::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 2px 8px 2px rgba(0, 0, 0, 0.1);
}