.layui-form {
    display: none;
}
.layui-container {
    margin-top: 20px;
    padding-bottom: 40px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, fieldset[disabled] input[type=text], fieldset[disabled] input[type=email], fieldset[disabled] input[type=number], fieldset[disabled] input[type=password], fieldset[disabled] input[type=phone], fieldset[disabled] select, input[disabled][type=text], input[disabled][type=email], input[disabled][type=number], input[disabled][type=password], input[disabled][type=phone], input[readonly][type=text], input[readonly][type=email], input[readonly][type=number], input[readonly][type=password], input[readonly][type=phone], select[disabled], select[readonly] {
    background-color: #ffffff;
}
.layui-form-radio > * {
    display: inline;
}

.alert, .alert_container, .alert_container_success {
    margin-bottom: 0;
}

.layui-input-group {
    width: 100%;
}

.layui-form-item {
    min-height: 88px;
}

.layui-infor {
    float: left;
    font-size: 12px;
    margin-top: 5px;
}

.pricing h5 {
    color: #f49f0d;
    margin-top: 8px;
}

.tips {
    margin-bottom: 4px;
    line-height: 30px;
    color: #b93333;
}

.pricing {
    position: relative;
    overflow: hidden;
}

.pricing.selected::before {
    position: absolute;
    content: '已选择';
    background: #02a7f0;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px !important;
    top: 10px;
    left: -30px;
    transform: rotate(-45deg);
    transition: transform 0.1s ease-in;
}

.product-con h3 {
    color: #b93333;
    font-size: 18px;
    margin-top: 0;
}

.product-con p {
    font-size: 14px;
    line-height: 1.6;
}

.product-con ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.product-con ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.product-con table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.product-con table td {
    border: 1px solid #ccc;
    padding: 8px;
}

.product-con table .firstRow {
    background-color: #f7f7f7;
}

/* 商品详情样式 */
.product-detail {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-image {
    flex: 1 1 300px; /* 左侧宽度 */
    padding: 10px;
}

.product-image img {
    max-width: 100%;
    height: auto;
}

.product-info {
    padding: 25px;
    flex: 1 1 calc(100% - 320px); /* 右侧宽度 */
}

.product-info h2 {
    font-size: 24px;
    margin-top: 0;
}

.product-info .price {
    margin-top: 6px;
    background: #f6f6f6;
    padding: 16px 0px;
    display: flex;
    align-items: center;

}

.product-info .price .price-tip {
    font-size: 30px;
    font-weight: bold;
    color: #b93333;
    margin-top: 6px;
    width: 80%;
}

.price-bot {
    display: flex;
}

.price-bot div {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    color: #666;
}

.price-bot div:first-child {
    /*border-right: 1px solid #dddd;*/
}

.product-info .description {
    font-size: 14px;
    color: red;
    margin-top: 8px;
}

.product-info ul {
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
}

.product-info ul li {
    font-size: 14px;
    color: #666;
    margin-top: 7px;
}

.product-info .people-num input[type="number"] {
    width: 50px;
    padding: 5px;
    border: 1px solid #ccc;
}

@media (max-width: 1025px) {
    .taocan-ul li {
        width: 100% !important;
    }

    .split-line {
        display: none;
    }

    .taocan-ul2 div {
        width: 40% !important;
    }

    .price-bot div {
        width: 75px;
    }

    .product-info .price .price-tip {
        font-size: 22px !important;
    }
}

@media (min-width: 768px) {
    .swiper-container {
        width: 300px;
        height: 270px;
        overflow: hidden;
    }
}

.taocan-ul {
    display: flex;
    flex-wrap: wrap;
}

.taocan-ul li {
    /*width: 25%;*/
}

.taocan-ul .split-line {
    margin-left: 36px;
    margin-right: 36px;
    font-size: 14px;
    color: #dedbdb;
}

.taocan-ul2 {
    display: flex;
    flex-wrap: wrap;
}

.taocan-ul2 div {
    width: 20%;
    color: #666;
    margin-top: 4px;
}

.taocan-ul2 img {
    height: 16px;
}

@media (max-width: 800px) {
    .product-detail {
        flex-wrap: wrap;
        width: 100%;
    }

    .product-image {
        width: 100% !important;
    }

    .swiper-slide img {
        width: 100% !important;
        height: 300px !important;
    }
}

.m-form-application-title {
    background: var(--banner-color) !important;
}

.layui-form-label {
    position: relative;
    float: none;
    display: block;
    padding: 9px 15px;
    width: 100%;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #505050;
    font-family: sans-serif;
}

.layui-input-block {
    min-height: 44px;
    margin-left: 10px;
}

.layui-input {
    height: 44px !important;
}

.layui-btn {
    background: var(--banner-color);
    border: 1px solid var(--banner-color);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    border-radius: 5px;
    font-size: 22px;
    color: #FFF;
    letter-spacing: 0;
    padding: 5px 20px;
    height: auto;
}

.layui-form-checked[lay-skin=primary] > i {
    border: 1px solid var(--banner-color);
    background: var(--banner-color);
    border-color: var(--banner-color) !important;
}

.layui-laydate .layui-this, .layui-laydate .layui-this > div {
    background-color: var(--banner-color) !important;
    color: #fff !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #f8f8f8;
    color: var(--banner-color);
    font-weight: 700;
}

.layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i {
    color: var(--banner-color);
}