.layer-title-btn .layui-layer-ico {
    width: 16px !important;
    height: 16px !important;
}

.layer-title-btn .layui-layer-close1 {
    display: block;
    right: 0px !important;
    top: -20px !important;
}
.layui-layer-content {
    background: #000000;
}

.layer-my-confirm {
    padding: 23px 0;
    width: calc(100% - 55px);
    height: calc(100% - 80px);
    background-color: var(--c-bg-alert-w);
    border-radius: 0;
    margin: auto;
}
.layer-my-confirm .layer-my-title {
    border-bottom: 1px solid rgba(240, 241, 254, 0.1);
    font-size: var(--f-size-tiny);
    padding-bottom: 20px;
}
.layer-my-confirm .layer-my-title .layer-title-area a {
    font-weight: 500;
    text-decoration: underline;
    color: #F2A147;
    font-size: 15px;
    margin-top: 1px;
    display: inline-block;
}
.layer-my-confirm .layer-my-title .layer-title-area a:hover {
    color: #ED782F;
}
.layer-my-confirm .layer-my-title .layer-title-btn {
    position: relative;
    z-index: 222;
}
.layer-my-confirm .layer-my-title .layer-title-area .layer-my-order {
    font-size: var(--f-size-six);
    margin-right: 16px;
    font-weight: bold;
}
.layer-my-confirm .layer-my-body {
    margin-top: 20px;
    background-color: var(--c-bg-alert-h);
    /* border-radius: 10px; */
    padding: 23px 21px;
    font-size: var(--f-size-tiny);
    color: #b1b3b1;
    /* border: 1px solid #5d5d61; */
}
.layer-my-confirm .layer-my--pay-body {
    padding: 10px 15px !important;
}
.layer-my-confirm .layer-my-ftoor {
    position: absolute;
    bottom: 9px;
    width: calc(100% - 55px);
}
.layer-my-confirm .layer-my-ftoor .explain {
    color: #3e3e40;
    font-size: var(--f-size-tiny);
    text-align: center;
}
.layer-my-confirm .layer-my-ftoor .money {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.layer-my-confirm .layer-my-ftoor .money span {
    font-weight: 500;
    font-size: 14px;
}
.layer-my-confirm .layer-my-ftoor .layer-my-ftbtn {
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.layer-my-confirm .layer-my-ftoor .layer-my-ftbtn .layui-layer-btn1 {
    width: 80px;
    height: 30px;
    background: #313234;
    border-radius: 2px;
    border: 1px solid #5a5b5d;
    color: var(--c-txt-main);
    font-size: 12px;
    margin-right: 14px;
    font-weight: bold;
    color: #fff;
    transition: all 0.6s;
}
.layui-layer-btn1:hover {
    background: #515254 !important;
}

.layer-my-confirm .layer-my-ftoor .layer-my-ftbtn .layui-layer-btn0 {
    font-size: 12px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: var(--c-txt-order);
    border-radius: 2px;
    color: #000;
    font-weight: bold;
    transition: all 0.6s;
}
.layui-layer-btn0:hover {
    background: var(--c-txt-orange) !important;
}
.layer-my-confirm .layer-my-body .bay-name {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
    /* border-bottom: 1px solid rgba(240, 241, 254, 0.05); */
}
.layer-my-confirm .layer-my-body .bay-type {
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 24px;
    /* transform: rotate(45deg); */
    background: url(../static/img/info1.png) no-repeat;
    background-size: 30px;
}
.layer-my-confirm .layer-my-body .bay-type-txt {
    transform: skew(23deg);
}

.layer-my-confirm .layer-my-body .bay-name span {
    /* line-height: 20px; */
    display: inline-block;
}
.layer-my-confirm .layer-my-body .bay-prices {
    /* padding: 10px 15px; */
}
.layer-my-confirm .layer-my-body .bay-prices div {
    display: flex;
    justify-content: space-between;
}
.layer-my-confirm .layer-my-body .bay-prices span {
    line-height: 30px;
    display: inline-block;
}
.layer-my-confirm .layer-my-body .bay-prices div span:last-child {
    font-size: 14px;
}
.layer-my-confirm .layer-my-body .bay-prices .pay-type {
    font-size: 12px;
}
.layer-my-confirm .layer-my-body .bay-prices .pay-type i {
    font-size: 12px;
}
.layer-my-confirm .layer-my-body .bay-prices .pay-type input {
    /* width: 16px;
    height: 16px; */
    margin-top: -3px;
}

.layui-layer-content .inst {
    text-align: left;
    font-size: var(--f-size-normal);
    /* vertical-align: middle; */
    color: #d5d5d5;
}
.layui-layer-content .inst div {
    margin-bottom: 16px;
}
.layui-layer-content .inst input[type="text"] {
    width: 195px;
    height: 30px;
    background: #1d1f22;
    border-radius: 0;
    padding: 0 0 0 14px;
    color: #ffffff;
    margin-right: 10px;
    vertical-align: top;
}
.layui-layer-content .inst input[type="checkbox"] {
    margin-right: 51px;
    margin-top: -1px;
    margin-left: -2px;
    padding: 0;
}
.layui-layer-content .inst input[type="checkbox"]:last-child {
    margin-right: 0;
}
.layui-layer-content .inst input[type="checkbox"]:checked:after {
    background: #fe8c00;
    color: #2f2f33;
    border: none;
    border-radius: 50px;
    padding: 2px;
}
.layui-layer-content .inst input[type="checkbox"]:after {
    border: 1px solid #6f6f71;
    border-radius: 50px;
}

.layui-layer-content .inst button {
    padding: 0;
    width: 60px;
    height: 30px;
    background: #1d1f22;
    border-radius: 0;
    color: #ffffff;
    vertical-align: top;
}

.layui-layer-content .inst span {
    margin-right: 2px;
}

.layui-layer-content .layer-my-body .bay-body .bay-time {
    width: 100%;
    height: 110px;
    margin: 10px 0px;
    justify-content: flex-start;
}

.layui-layer-content .layer-my-body .bay-time .box {
    position: relative;
    width: 104px;
    height: 111px;
    background: var(--c-bg-left);
    border: 1px solid #485669;
    border-radius: 10px;
    display: block;
    margin-right: 15px;
    cursor: pointer;
}
.layui-layer-content .layer-my-body .bay-time .box:hover {
    border: 1px solid var(--c-bt-blue);
}
.layui-layer-content .layer-my-body .bay-time .box:hover::before {
    position: absolute;
    background: url("/static/img/hover.png") no-repeat;
    background-size: 100% 100%;
    content: "";
    width: 24px;
    height: 24px;
    margin: -1px auto auto -1px;
}
.layui-layer-content .layer-my-body .bay-time .box.current {
    border: 1px solid var(--c-bt-blue);
}
.layui-layer-content .layer-my-body .bay-time .box.current::before {
    position: absolute;
    background: url("/static/img/hover.png") no-repeat;
    background-size: 100% 100%;
    content: "";
    width: 24px;
    height: 24px;
    margin: -1px auto auto -1px;
}

.layui-layer-content .layer-my-body .bay-time .box > div {
    width: 100%;
    text-align: center;
    display: block;
}

.layui-layer-content .layer-my-body .bay-time .box .price {
    margin-top: 24px;
    font-size: var(--f-size-normal);
}
.layui-layer-content .layer-my-body .bay-time .box .time {
    font-size: var(--f-size-tiny);
    margin-top: 5px;
}
.layui-layer-content .layer-my-body .bay-time .box .name {
    font-size: var(--f-size-tiny);
    position: absolute;
    bottom: 0px;
    height: 27px;
    background: rgba(72, 86, 105, 0.08);
    border-radius: 0px 0px 10px 10px;
    line-height: 28px;
}

.layui-layer-down .layui-layer-ico {
    background: url(../static/img/min.png) no-repeat;
    background-position: 0px 0px !important;
    cursor: pointer;
    width: 16px;
    height: 16px;
    top: 25px;
}
.layui-layer-dialog .layui-layer-content .pay-img img {
    width: 163px;
    height: 158px;
    border: 10px solid #55555b6b;
}
.layui-layer-dialog .layui-layer-content .money {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
.layui-layer-dialog .layui-layer-content .money span {
    font-weight: 500;
    font-size: 15px;
}
