﻿body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: -moz-scrollbars-none;
}

img, p {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover {
    color: #000;
    text-decoration: none;
}

* {
    scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

.index-bg {
    width: 100%;
    height: 100%;
    background: url('../images/indexbg.jpg') #ee8347;
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-attachment: fixed; /* 背景图片固定，不随内容滚动 */
    background-size: 100%; /* 背景图片覆盖整个容器 */
}

.index-des {
    margin: 45% auto;
    width: 90%;
    font-size: 12px;
    color: #FFF;
}

.btn-panel {
  
}

.btn img {
    width: 100%;
}

.btn {
    width: 40%;
}

.i-left {
    float: left;
    margin-left: 20px;
}

.i-right {
    float: right;
    margin-right: 20px;
}


.single-bg, .tickets-bg, .checkticke-bg {
    width: 100%;
    height: 100%;
    background: url('../images/bg.png');
    background-position: center center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-attachment: fixed; /* 背景图片固定，不随内容滚动 */
    background-size: cover; /* 背景图片覆盖整个容器 */
}


.callback {
    /*background: #FC7918;*/
    display: block;
    /*width: 100%;
    height: 40px;
    line-height: 40px;*/
    color: #000;
    font-weight: bold;
    font-size: 25px;
    /*padding-left: 5px;*/
    z-index: 1;
    /*background: url('../images/panel-bg.png') center;*/
    
}

.callback img {
    width: 100px;
}

.s-panel {
    position: relative; /* 相对于父元素定位 */
    z-index: 1; /* 确保内容在背景之上 */
    background: #FFF;
    width: 85%;
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
}

    .s-panel::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: -10px;
        background: url('../images/panel-bg.png');
        background-position: center center; /* 背景图片居中 */
        background-repeat: no-repeat; /* 背景图片不重复 */
        background-attachment: fixed; /* 背景图片固定，不随内容滚动 */
        background-size: cover; /* 背景图片覆盖整个容器 */
        opacity: 0.15;
        z-index: -1;
    }

.t-panel {
    z-index: 1; /* 确保内容在背景之上 */
    background: #FFF;
    width: 85%;
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
}

.mytick {
    text-align: left;
}

.tips {
    font-size: 12px;
    margin-top: 8px;
    color: #464646;
}

.s-panel span, .t-panel span {
    font-weight: bold;
}

.s-panel p, .t-panel p {
    font-size: 14px;
    margin-top: 5px;
}

.s-panel a {
    display: block;
    float: left;
    padding: 5px 10px;
    border: 1px solid #c3c6c8;
    margin: 10px 0 0 10px;
    text-align: center;
    background: #FFF;
    font-size: 14px;
}

.s-panel .notimes { /*没票灰色*/
    background: #CCC;
    color: #FFF;
}

.s-panel .a-hover {
    border: 1px solid #c3c6c8;
    background: #FC5D53;
    color: #FFF;
}

.s-panel a:nth-child(even) {
    float: right;
    margin: 10px 10px 0 0;
}

.t-top {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.s-desc {
    font-size: 12px;
    margin-top: 10px;
}

.phoneerrtips {
    font-size: 12px;
    color: red;
}

.input-txt {
    margin-top: 10px;
    width: 250px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #c3c6c8;
    background: none;
}

.btn-sub {
    width: 85%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin: 10px auto;
    display: block;
    /*background: #FC5D53;*/
    background: #6FA346;
    border: 3px solid #FFF;
    text-align: center;
    border-radius: 15px;
    color: #FFF;
}

.callback {
    margin: 5px 0 0 5px;
    font-size: 25px;
    font-weight: bold;
    color: #000; /* 文字颜色 */
    -webkit-text-stroke: 0.5px #FFF; /* 描边宽度和颜色 */
    text-stroke: 0.5px #FFF; /* 标准语法，部分浏览器支持 */

}

.datetxt {
    text-align: center;
    width: 60%;
    border-radius: 10px;
    opacity: 0.9;
    margin: 0 auto 2% auto;
    font-size: 14px;
    padding: 5px 5px;
    color: #8b0000;
    font-weight: bold;
    background: #FFF;
}
.index-top, .index-middle {
    width: 100%;
}

.index-top img, .index-middle img{
    width: 100%;
}