
div.popMid {
    display: none;
}

div.popMid .bg {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    background: url(black4.png) \9;
    z-index: 1100;
}

div.popMid .bg .cell {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

div.popMid .bg .cell .midBox {
    padding: 10px;
    position: relative;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

div.popMid .bg .cell .midBox.white {
    background: #fff;
}

div.popMid .bg .cell .midBox.black {
    background: #000;
}

div.popMid .bg .cell .midBox.radius {
    border-radius: 5px;
}

div.popMid .bg .cell .midBox .tit {
    height: 35px;
    line-height: 35px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    color: #4eb6ff;
}

div.popMid .bg .cell .midBox .box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

div.popMid .bg .cell label.close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2.8em;
    cursor: pointer;
}

div.popMid .bg .cell label.close.trans {
    color: #333;
}

div.popMid .bg .cell label.close.black {
    color: #fff;
    background: rgba(0, 0, 0, .7);
}

.wxpay {
    width: 300px;
    height: 371px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wxpay .qrcode,
.wxpay .explain {
    width: 300px;
    text-align: center;
}

.wxpay .qrcode img {
    width: 280px;
    height: 280px;
}

[v-cloak] {
    display: none;
}

.pointer {
    cursor: pointer;
}

.qrcode-loading {
    width: 50px !important;
    height: 50px !important;
    padding: 120px !important;
}


.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
}

.tooltip {
    position: absolute;
    visibility: hidden;
    background-color: #f26522;
    color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    width: 200px;
    text-align: left;
    z-index: 9999;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.tooltip:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #f26522 transparent transparent;
}

.tooltip-content {
    font-size: 14px;
    line-height: 1.5;
}

.tooltip-container:hover .tooltip {
    visibility: visible;
}


.layui-layer-tips {
    max-width: 200px; /* 设置最大宽度，根据需要进行调整 */
    white-space: normal; /* 允许内容自动换行 */
    word-wrap: break-word; /* 当单词过长时进行自动换行 */
}

.noMarginTop {
    margin-top: 0 !important;
}

.marginTop40 {
    margin-top: 40px !important;
}

.supplierList .gwc-list {
    margin-left: unset;
}

.resetPwd .dengl-contetn {
    padding: 0 40px 25px !important;
}

.resetPwd .dengl-contetn-title {
    line-height: 60px !important;
}

.dingdan-sx li span {
    width: 20px;
}

.dingdan-sx li span {
    font-size: 13px;
    height: 19px;
}

.fpjl-head-item {
    font-size: 14px;
}


.grzl-form-item::after {
    content: " ";
    display: block;
    clear: both;
}

.grzl-form-left {
    float: left;
}

.grzl-form-right {
    float: left;
}

.grzl-form-right .singUploader{
    margin-top: -12px;
}

.box-margin-top-10 {
    margin-top: 10px;
}

.box-margin-top-20 {
    margin-top: 20px;
}

.orderPay .ddinfo-item-table {
    padding: 0 15px;
}

.orderPay .ddinfo-item-table {
    padding-top: 10px;
}

.xtxx-top ul li:nth-child(1) {
    margin-right: 795px;
}

.xtxx-top ul li:nth-child(2) {
    margin-right: unset;
}

.password-eye {
    top: 6px;
    right: 20px;
}