.content_iframe{
    background-color: white;
}

.banner {
    width:100vw;
    position:relative;
}
.banner img {
    width:100%;
}
.banner .banner_title {
    position:absolute;
    width:100%;
    top:1.8rem;
    font-weight:bold;
    font-size:0.68rem;
    color:#FFFFFF;
    display:flex;
    justify-content:center;
}
.content{
    margin: 0 auto;
    width: 15.60rem;
    overflow: hidden;
}
.content .order-title{
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.4rem;

    color: #222222;
}
.sub-title{
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    text-align: center;
}
.cart-table thead{
    font-size: 0.16rem
}
.cart-table tbody{
    font-size: 0.14rem
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.cart-table th {
    padding: 0.15rem;
    text-align: left;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
}

.cart-table td {
    padding: 0.15rem;
    border-bottom: 1px solid #eee;
}

.product-img {
    width: 0.72rem;
    /*height: 0.72rem;*/
    border: 1px solid #ccc;
    border-radius: 0.06rem;
    padding: 5px;
}
/* 控制每列的宽度 */
.cart-table th:nth-child(1),
.cart-table td:nth-child(1) {
    width: 4.01rem;
    padding-left: 0.4rem;
}

.cart-table th:nth-child(2),
.cart-table td:nth-child(2) {
    width: 3.29rem;
}

.cart-table th:nth-child(3),
.cart-table td:nth-child(3) {
    width: 3.29rem;
}

.cart-table th:nth-child(4),
.cart-table td:nth-child(4) {
    width: 3.61rem;
}

.cart-table th:nth-child(5),
.cart-table td:nth-child(5) {
    width: 1.4rem;
    padding-right: 0.4rem;
}
.price {
    color: #ff4400;
}

.quantity-control {
    width: 1.8rem;
    display: flex;
    align-items: center;
}

.quantity-btn {
    width: 0.36rem;
    height:0.36rem;
    border: 1px solid #ccc;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input {
    border-bottom: 1px solid #ccc;;
    width:1.08rem;
    height: 0.36rem;
    text-align: center;

    border-top: 1px solid #ccc;;
}

.delete-btn {
  width: 0.18rem;
    height: 0.18rem;
    cursor: pointer;
    border-radius: 50%;
    background: #145f3c;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.18rem;
    font-size: 0.12rem;
}


.cart-footer {
    font-size: 0.16rem;
    text-align: right;
    padding: 0.23rem;
    background: #f7f7f7;
}
.num{
    color: #145f3c;
}
.total {
    color: #145f3c;
    font-size:0.24rem;
    font-weight: bold;
}
 .form-box {
    font-weight:400;
    font-size:0.18rem;
    color:#222222;
    width:15.60rem;
    margin:0 auto;
}
.form-box .form-title {
    display: flex;
    align-items: center;
    margin-bottom:0.16rem;
    font-weight:400;
    font-size:0.18rem;
    color:#222222;
}
 .form-box .form-title span {

    color:red;
}
 .form-box .title {
    color:rgba(34,34,34,1) !important;
}
.sum-err {
    color:red;
    margin-top:0.1rem;
}
#myForm .item img{
   width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}
.input-custom {
    padding:0.08rem;
}
 .form-box .accented span {
    margin-left:0.08rem;
}
 .form-box .accented .radd {
    margin-left:0.1rem;
}
 .form-box .item {
    margin-right:0.2rem;
}

.input-custom {
    border:1px solid #E6E6E6;
    border-radius:0.05rem;
    /* 圆角边框*/
    width:5rem;
    height:0.56rem;
}
.sub-btn {
    display:block;
    margin:0 auto;
    margin-top:0.6rem;
    margin-bottom:1rem;
    width:2.6rem;
    height:0.56rem;
    background:#164C35;
    border-radius:0.06rem 0.06rem 0.06rem 0.06rem;
    font-weight:400;
    font-size:0.18rem;
    color:#FFFFFF;
}
.sub-btn:hover {
    cursor:pointer;
    transform:scale(1.1);
    transition:transform 0.3s ease;
}
.dis-no {
    display:none;
}
.dis-bak {
    display:block;
}

.event-img{
    margin: 0 auto;
    width: 1.92rem;
    height: 1.6rem;
    margin-bottom: 0.12rem;
}
.event-img img{
    text-align: center;
    width: 1.92rem;
    height: 1.6rem;
}
.event-title{
    margin-bottom: 0.16rem;
    text-align: center;
    font-size: 0.18rem;
    color: #222222;
}
.event-sub-title{
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #747C94;
}
.buy-event{
    min-height: 5.9rem;
    overflow: hidden;
    padding-top: 1rem;
}
.go-home{

    margin: 0 auto;
    margin-top: 0.56rem;
    width: 2.6rem;
    height:0.56rem;
    background: #164C35;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height:0.56rem;
    text-align: center;
}
.go-home:hover {
    cursor:pointer;
    transform:scale(1.1);
    transition:transform 0.3s ease;
}

button:disabled {
    opacity: 0.5; /* 变成 50% 透明度，看起来就像灰了一样 */
    /* 下面这句就是禁止符号 */
    cursor: not-allowed !important
}

/* 鼠标放上去时 */
.tip-btn:disabled:hover::after {
    content: attr(data-tip); /* 读取 data-tip 里的文字 */
    position: absolute;
    bottom: 120%; /* 显示在按钮上方 */
    left: 50%;
    transform: translateX(-50%);

    /* 气泡样式 */
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap; /* 不换行 */
    z-index: 10;
    pointer-events: none; /* 防止气泡挡住鼠标 */


    opacity: 0.5; /* 变成 50% 透明度，看起来就像灰了一样 */
    /* 下面这句就是禁止符号 */
    cursor: not-allowed !important

}

