.mt-1 {
    margin-top: 0.05rem;
}

.mt-2 {
    margin-top: 0.1rem;
}

.mt-3 {
    margin-top: 0.15rem !important;
}

.mt-4 {
    margin-top: 0.2rem !important;
}

.mt-5 {
    margin-top: 0.25rem !important;
}

.mt-6 {
    margin-top: 0.3rem !important;
}

.mt-7 {
    margin-top: 0.35rem !important;
}

.mt-8 {
    margin-top: 0.4rem !important;
}

.mt-9 {
    margin-top: 0.45rem !important;
}

.mb-1 {
    margin-bottom: 0.1rem;
}

.mb-2 {
    margin-bottom: 0.2rem;
}

.mb-3 {
    margin-bottom: 0.3rem;
}

.ml-1 {
    margin-left: 0.05rem !important;
}

.ml-2 {
    margin-left: 0.1rem !important;
}

.ml-3 {
    margin-left: 0.15rem !important;
}

.ml-4 {
    margin-left: 0.2rem !important;
}

.ml-5 {
    margin-left: 0.25rem !important;
}

.mb-4 {
    margin-bottom: 0.4rem;
}

.pl-5 {
    padding-left: 0.25rem;
}

.pl-4 {
    padding-left: 0.2rem;
}

.pl-3 {
    padding-left: 0.15rem;
}

.pl-2 {
    padding-left: 0.1rem;
}

.pl-1 {
    padding-left: 0.05rem;
}

.auto {
    display: block;
    margin: 0 auto;
}

.pt-1 {
    padding-top: 0.05rem;
}

.pb-1 {
    padding-bottom: 0.1rem;
}

.pb-5 {
    padding-bottom: 0.5rem;
}

.mtb-30 {
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
}

.mtb-50 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.flexColumn {
    display: flex;
    flex-direction: column-reverse;
}

.tcenter {
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 0.04rem 0.2rem;
    text-align: center;
    color: #fff;
    background: #38393d;
    margin: 0rem auto;
    border-radius: 0.1rem;
}

.btnh {
    /* width: 0.8rem; */
    position: fixed;
    /* height: 0.3rem; */
    padding: 0 0.15rem;
    line-height: 0.22rem;
    right: 1.2rem;
    top: 0.29rem;
    text-align: center;
    color: #fff;
    /* background: #0d970f; */
    border: 0.01rem solid #0d970f;
    margin: 0rem auto;
    z-index: 1000;
    border-radius: 0.15rem;
}

.blue-light {
    color: #00adef;
}

.colT {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.1rem;
}

.flex {
    display: flex;
}

.around {
    justify-content: space-around;
}

.between {
    justify-content: space-between;
}

.bor-r {
    border-right: 0.01rem solid #999;
}
.bor-b {
    border-bottom: 0.01rem solid #c1001a;
}
.acenter{
    align-items: center;
}
.warp {
    flex-wrap: wrap;
}

.nowarp {
    flex-wrap: nowrap;
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}

.h-50 {
    height: 0.5rem
}

.red {
    color: #c1001a;
}
.bold{
    font-weight: bold;
}
.mbor_none {
    border: 0;
}

.tleft {
    text-align: left;
}

/* 模态3连 */
.motelB {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: hidden;
    display: none;
}

.koms {
    width: 765px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ikonw {
    width: 0.29rem;
    height: 0.28rem;
    /* background: url(/dctech2022/images/xx.png) no-repeat; */
    
    background-size: cover;
    position: absolute;
    right: 0.1rem;
    transform: translateX(-85%);
    top: 0.25rem;
    cursor: pointer;
}
.op0{
    opacity: 0;
}
.pointer{
    cursor: pointer;
}
/* 模态3连 */