@font-face {
    font-family: "iconfont";
    src: url('/lib/bootstrap/dist/font/iconfont.eot?t=1475632244'); /* IE9*/
    src: url('/lib/bootstrap/dist/font/iconfont.eot?t=1475632244#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/lib/bootstrap/dist/font/iconfont.woff?t=1475632244') format('woff'), /* chrome, firefox */
    url('/lib/bootstrap/dist/font/iconfont.ttf?t=1475632244') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/lib/bootstrap/dist/font/iconfont.svg?t=1475632244#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f5f5f5;
}

li {
    list-style-type: none;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color:#000000;
}

a:hover {
    text-decoration: underline;
    color: #dd3377;
}

:root {
    --primary-color: #3498db;
    --secondary-color: #2ecc71;
    --accent-color: #e74c3c;
    --bs-font-sans-serif: "宋体";
    font-size: 14px;
}

/* 直接覆盖表单控件的padding */
.form-control,
.form-select {
    padding: 0.375rem 0.5rem !important;
}

/* 调整图标输入框的样式 */
.icon-input {
    position: relative;
}

    .icon-input i {
        position: absolute;
        left: 10px; /* 调整图标距离左边的位置 */
        top: 50%;
        transform: translateY(-50%);
        color: #777;
        z-index: 10;
    }

    .icon-input .form-control {
        padding-left: 35px !important; /* 为图标留出空间 */
    }

/* 如果需要调整其他元素的间距 */
.mb-3 {
    margin-bottom: 0.75rem !important;
}

.form-label {
    margin-bottom: 0.4rem !important;
}

.form-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 30px;
}

.section-title {
    color: var(--primary-color);
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}

.form-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #444;
}

.form-control, .form-select {
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

    .form-control:focus, .form-select:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
    }

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 500;
}

    .btn-primary:hover {
        background-color: #2980b9;
    }

.icon-input {
    position: relative;
}

    .icon-input i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #777;
    }

    .icon-input .form-control {
        padding-left: 45px;
    }

.card {
    border-radius: 10px;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

    .card:hover {
        transform: translateY(-5px);
    }

.form-range::-webkit-slider-thumb {
    background-color: var(--primary-color);
}

.form-range::-moz-range-thumb {
    background-color: var(--primary-color);
}

.preview-box {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

/*全局页面首尾样式*/

.top_prompt {
    width: 100%;
    min-width: 1300px;
    height: 22px;
    line-height: 22px;
    background-color: rgba(243,156,18,1);
}

.top_promptMin {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.clearfix:after {
    display: block;
    content: " ";
    clear: both;
    visibility: hidden;
}

.top_promptMin p {
    float: left;
    color: #fff;
    letter-spacing: 1px;
}

.top_promptMin .iconfont {
    width: 20px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.top {
    width: 100%;
    height: 30px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.topMin, .headerMin {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.topMin {
    line-height: 30px;
    color: #7d7d7d;
    font-size: 12px;
}

    .topMin a {
        color: #7d7d7d;
    }

        .topMin a:hover {
            text-decoration: underline;
        }
    /*.topMin .Enterprise_login{
    display:inline-block; width:74px; height:20px; line-height:20px; background-color:#008cd7;  text-align:center; 
    letter-spacing:0.8px; margin: -4px 0 0 2px; vertical-align:middle; border: 1px solid rgba(255,255,255,.0); border-radius:4px; color: #7d7d7d;
    text-indent: 1px;
}
.topMin .Enterprise_login i{
    font-size:14px; vertical-align:top;
}*/
    .topMin .top_left .floatL {
        float: none;
    }

    .topMin .top_left .sign_in {
        color: #dd3377;
    }

    .topMin .top_left .floatL .weChat {
        color: #00BC0C;
    }

        .topMin .top_left .floatL .weChat:hover {
            text-decoration: none;
        }

            .topMin .top_left .floatL .weChat:hover i.iconfont {
                color: #00BC0C;
            }

        .topMin .top_left .floatL .weChat i.iconfont {
            font-size: 23px;
            vertical-align: -21%;
        }

    .topMin .top_left .floatL .topDown {
        top: 23px;
        right: -61px;
    }

    .topMin .top_right {
        float: right;
        position: relative;
    }

        .topMin .top_right a, .topMin .top_right span {
            display: inline-block;
        }

        .topMin .top_right .weChat {
            padding: 0 10px;
            position: relative;
            z-index: 5;
            box-sizing: border-box;
            border: 1px solid transparent;
            border-bottom: none;
            border-top: none;
        }

        .topMin .top_right .hover {
            background: #fff;
            border: 1px solid #eee;
            border-bottom: none;
            border-top: none;
        }

        .topMin .top_right .topDown {
            width: 130px;
            height: 134px;
            background: #fff;
            position: absolute;
            top: 30px;
            right: 13px;
            border: 1px solid #eee;
            border-top: none;
            display: none;
            text-align: center;
            line-height: 10px;
            padding-top: 5px;
            z-index: 4;
            box-sizing: border-box;
        }

            .topMin .top_right .topDown i {
                text-align: left;
                font-style: normal;
                color: #06c;
            }

            .topMin .top_right .topDown img {
                width: 110px;
                height: 110px;
            }

.header {
    width: 100%;
    height: 100px;
    min-width: 1300px;
    margin-top:0px;
    background-color:#ffffff;
}

.headerMin h1{
    margin:0px;
    padding:0px;
}

.headerMin h1 .logo {
    display: block;
    width: 200px;
    height: 100%;
    padding-top: 19px;
    box-sizing: border-box;
    float: left;
}

    .headerMin h1 .logo img {
        height: 64px;
    }
.headerMin .QQ{
    font-size:12px;
}

.headerMin ul {
    float: right;
    margin-bottom:0px;
}

    .headerMin ul li {
        float: left;
        box-sizing: border-box;
    }

    .headerMin ul .left {
        margin: 34px 0 0;
    }

        .headerMin ul .left p {
            padding-left: 26px;
            height: 20px;
            line-height: 20px;
            text-align: left;
        }


        .headerMin ul .left .phone {
            float: none;
            margin-bottom: 10px;
        }

            .headerMin ul .left .phone b {
                font-size: 16px;
                font-weight: normal;
            }

        .headerMin ul .left .phone {
            background: url(/content/Styles/images/phone1.png) no-repeat 3px 3px;
            background-size: 17px 17px;
        }

        .headerMin ul .left .QQ {
            margin: 0 10px 6px 0;
            background: url(/content/Styles/images/QQ2.png) no-repeat; /*background-position: 80px 0;*/
        }

            .headerMin ul .left .QQ a:hover {
                text-decoration: none;
            }

            .headerMin ul .left .QQ input {
                width: 60px;
                height: 18px;
                border-radius: 4px;
                color: #fff;
                background-color: #008cd7;
                cursor: pointer;
            }

        .headerMin ul .left .weixin {
            font-size: 13px;
        }

    .headerMin ul li.noMargin {
        margin: 13px 10px 0 0;
    }

.headerMin .chat {
    width: 463px;
    height: 292px;
    margin: 0;
    padding: 0;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px #d4d4d4;
    z-index: 1200;
}

    .headerMin .chat h2 {
        width: 100%;
        height: 30px;
        font-weight: normal;
        text-align: right;
        padding: 10px 10px 0 0;
        box-sizing: border-box;
        margin-bottom: 20px;
        *width: 453px;
        *height: 20px;
    }

        .headerMin .chat h2 a {
            color: #aaa;
        }

            .headerMin .chat h2 a:hover {
                text-decoration: none;
            }

    .headerMin .chat h3 {
        width: 100%;
        height: 30px;
        text-indent: 20px;
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .headerMin .chat .icon {
        width: 100%;
        padding-left: 110px;
        box-sizing: border-box;
        *width: 355px;
    }

        .headerMin .chat .icon:after {
            display: block;
            clear: both;
            content: " ";
            visibility: hidden;
        }

    .headerMin .chat .icon {
        *zoom: 1;
    }

        .headerMin .chat .icon a {
            display: block;
            width: 88px;
            height: 120px;
            float: left;
            margin-right: 60px;
            background: url(/content/Styles/images/selectQQ.png) no-repeat 3px -82px;
        }

            .headerMin .chat .icon a:hover {
                background-position: -86px -81px;
                text-decoration: none;
            }

        .headerMin .chat .icon .anonymous {
            margin-right: 0;
        }

        .headerMin .chat .icon .iconImg {
            display: block;
            width: 72px;
            height: 75px;
            background: url(/content/Styles/images/selectQQ.png) no-repeat;
            margin: 5px 0 0 11px;
        }

        .headerMin .chat .icon .QQchat .iconImg {
            background-position: -51px 0;
        }

        .headerMin .chat .icon .anonymous .iconImg {
            background-position: -132px 0;
        }

        .headerMin .chat .icon a .text {
            display: block;
            width: 90px;
            text-align: center;
            margin-top: 4px;
            color: #00a2e6;
        }

.nav-site {
    width: 100%;
    height: 40px;
}

.navMin {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

    .navMin .nav_list {
        height: 100%;
        line-height: 40px;
        display: inline-block;
        font-size: 0;
        position: relative;
        box-sizing: border-box;
        -webkit-transition: background-color 0.5s;
        transition: background-color 0.5s;
        /*margin: 0 4px; text-align: center;*/
    }

        .navMin .nav_list a.nav_list_title {
            font-size: 16px;
            color: #fff;
            padding: 0 20px;
            position: relative;
        }

            .navMin .nav_list a.nav_list_title:hover {
                text-decoration: none;
            }

            .navMin .nav_list a.nav_list_title .arrow {
                width: 0;
                height: 0;
                margin-left: 1px;
                margin-bottom: 3px;
                vertical-align: middle;
                display: inline-block;
                border-bottom: 0 none;
                border-top: 3px solid #fff;
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
                transition: transform 0.2s ease 0s;
            }

            .navMin .nav_list a.nav_list_title .arrow1 {
                width: 0;
                height: 0;
                vertical-align: middle;
                position: absolute;
                bottom: -12px;
                left: 50%;
                border-top: 0 none;
                border-bottom: 7px solid #fff;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
            }
/*.navMin .nav_list ul{
	min-width: 110px; line-height: 34px; border-top: none; position: absolute; left: 0; top: 40px; z-index: 2;
	background: #fff; padding: 10px 0 6px 16px; box-sizing: border-box; box-shadow: 0 1px 9px -2px rgba(0,0,0,.4);
}
.navMin .nav_list ul.below{
	width: 1200px; box-shadow: none; background: rgba(0,0,0,0); line-height: 20px;
}
.navMin .nav_list ul li{
	display: inline-block; margin: 0 8px; 
}
.navMin .nav_list ul li.nav_list_level{
	padding: 2px 4px 0; margin-top: 3px;
}
.navMin .nav_list ul li.line{
	margin: 0; color: #333; font-size: 14px;
}
.navMin .nav_list ul li a{
	font-size: 14px;
}
.navMin .nav_list ul li.nav_list_level a:hover{
	color: #fff;
}*/
.nav-site {
    position: relative;
}

.navMin, .navMin .nav_list {
    position: static;
}

    .navMin .bg_white {
        background-color: #fff;
        width: 100%;
        min-width: 1300px;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 2;
        box-sizing: border-box;
        box-shadow: 0 1px 5px -2px rgba(0,0,0,.4);
    }

    .navMin .nav_list ul {
        line-height: 20px;
        border-top: none;
        z-index: 2;
        width: 1200px;
        margin: 0 auto;
        background: #fff;
        padding: 9px 0 6px 16px;
    }

        .navMin .nav_list ul.below {
            width: 1200px;
            box-shadow: none;
            background: rgba(0,0,0,0);
            line-height: 20px;
        }

        .navMin .nav_list ul li {
            display: inline-block;
            margin: 0 8px;
        }

            .navMin .nav_list ul li.nav_list_level {
                padding: 2px 4px 0;
                margin-top: 3px;
            }

            .navMin .nav_list ul li.line {
                margin: 0;
                color: #333;
                font-size: 14px;
            }

            .navMin .nav_list ul li a {
                font-size: 14px;
                color: #555;
            }

            .navMin .nav_list ul li.nav_list_level a:hover {
                color: #fff;
            }

.nav_below {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    box-shadow: 0 6px 5px -6px #ddd;
}

.page_bottom {
    width: 100%;
    min-width: 1300px;
    background-color: #eef1f6;
    padding-top: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.bottomMin {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 16px 0 20px 0;
    box-sizing: border-box;
}

.usOfInfo{
    margin-bottom:0px;
}

.bottomWeChat {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 310px;
    top: -10px;
}

    .bottomWeChat .img {
        height: 134px;
        margin-top: 14px;
    }

    .bottomWeChat .text {
        font-size: 14px;
        height: 20px;
        line-height: 26px;
    }

    .bottomWeChat img {
        width: 120px;
        height: 120px;
    }

.bottomMin p {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.bottomMin .line1 {
    height: 30px;
    line-height: 30px;
}

    .bottomMin .line1 a {
        height: 14px;
    }

.bottomMin p a img {
    vertical-align: middle;
}

.bottomMin .line1 a img {
    vertical-align: middle;
    width: 25px;
    height: 28px;
}

.bottomMin .bottomWeChat + p {
    margin-left: 540px;
}

.bottomMin .usOfInfo + div .line1 {
    text-align: left;
    margin-left: 540px;
}

.top, .nav, .banner {
    min-width: 1300px;
}






/*下单支付页面头部*/
.body_bg {
    background-color: #f1f1f1;
}

.header_pay {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #d8d9db;
    background: #fff;
}

.header_pay {
    min-width: 1300px;
}

.header_payMin {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.w1200 {
    width: 1200px;
}

.header_payResult {
    width: 1200px;
}

.header_payMin:after {
    display: block;
    content: " ";
    clear: both;
    visibility: hidden;
}

.header_payMin h1 {
    padding-top: 10px;
}

    .header_payMin h1 .logo {
        display: block;
        height: 100%;
        padding: 10px 16px 0 0;
        box-sizing: border-box;
        float: left;
    }

        .header_payMin h1 .logo img {
            height: 64px;
            width: 208px;
        }

.header_payMin p {
    float: left;
}

.header_payMin .line {
    border-right: 1px solid #ccc;
    height: 50px;
    margin-top: 18px;
}

.header_payMin .step {
    width: 100px;
    height: 64px;
    padding-top: 25px;
    font-size: 20px;
    color: #999;
    margin-left: 10px;
    font-weight: normal;
    position: relative;
}

    .header_payMin .step span {
        font-size: 14px;
        position: absolute;
        bottom: 26px;
    }

.header_payMin .suggest {
    position: absolute;
    font-size: 12px;
    font-family: simsun;
    right: 0;
    top: 50px;
}

.bottom_font_size {
    font-size: 16px;
}


.outBag {
    z-index: 9000;
    width: 428px;
    height: 196px;
    margin: 0;
    padding: 0;
}

.successBag {
    width: 100%;
    background: #fff;
}

    .successBag h2 {
        position: relative;
        height: 33px;
        background: #f0f0f0;
        font: bold 14px/33px SimSun;
        width: 97%;
        padding-left: 3%;
        _width: 103%;
    }

        .successBag h2 a {
            position: absolute;
            top: 8px;
            right: 8px;
            width: 16px;
            height: 15px;
            background: transparent url(/content/Styles/images/wrong.png) no-repeat scroll;
            overflow: hidden;
        }

            .successBag h2 a:hover {
                background-position: 0 -17px;
            }

    .successBag .successBag_box {
        padding: 20px 50px 20px 50px;
        position: relative;
    }

        .successBag .successBag_box .question {
            font-size: 14px;
            color: #333;
            text-align: center;
            margin-bottom: 30px;
            margin-top: 10px;
        }

        .successBag .successBag_box .success_box_btn {
            margin-top: 15px;
            margin-bottom: 0;
            text-align: center;
        }

        .successBag .successBag_box .success_box_confirm {
            margin-right: 10px;
            display: inline-block;
            width: 73px;
            height: 26px;
            color: #fff;
            line-height: 26px;
            text-align: center;
            overflow: hidden;
            background: #8AB923;
            border-radius: 4px;
            box-sizing: border-box;
        }

            .successBag .successBag_box .success_box_confirm:hover {
                background: #73A800;
                text-decoration: none;
            }

        .successBag .successBag_box .success_box_cancel {
            margin-right: 10px;
            display: inline-block;
            width: 73px;
            height: 26px;
            color: #fff;
            line-height: 26px;
            text-align: center;
            overflow: hidden;
            box-sizing: border-box;
            background: #fff;
            border: 1px solid #d4d4d4;
            border-radius: 4px;
            color: #333;
        }

            .successBag .successBag_box .success_box_cancel:hover {
                color: #fff;
                background: #73A800;
                text-decoration: none;
            }

        .successBag .successBag_box .prompt {
            width: 333px;
            line-height: 20px;
        }

            .successBag .successBag_box .prompt .title {
                float: left;
                width: 40px;
                height: 50px;
                color: #B54800;
                font-size: 12px;
            }

            .successBag .successBag_box .prompt p {
                color: #B54800;
                font-size: 12px;
                margin-top: 20px;
            }

.bgBag {
    cursor: default;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 8999;
    display: block;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 0;
    left: 0;
}



.outBag .loading {
    width: 300px;
    height: 240px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 20px;
    box-sizing: border-box;
}

    .outBag .loading .img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        background: url(/content/Styles/images/loading1.gif) no-repeat;
        background-size: 150px 150px;
    }

    .outBag .loading .text {
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
        color: #000;
    }

.outBag1 .loading {
    height: 70px;
    padding-top: 16px;
    padding-left: 30px;
}

    .outBag1 .loading .img {
        width: 46px;
        height: 37px;
        background: url(/content/Styles/images/loading2.gif) no-repeat;
        display: inline-block;
    }

    .outBag1 .loading .text {
        display: inline-block;
        margin-top: 0;
        vertical-align: middle;
        height: 46px;
        font-size: 16px;
        text-indent: 10px;
    }




/*OnlineCheckin.html*/
.crumb_checkin {
    width: 1200px;
    margin: 0 auto 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.checkin_wrapper {
    padding: 10px 0;
}

    .checkin_wrapper .onlineTitle {
        width: 1200px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #ddd;
        border-bottom: none;
        box-sizing: border-box;
    }

        .checkin_wrapper .onlineTitle > h2 {
            font-weight: normal;
            font-size: 17px;
            background-color: #f1f1f1;
        }

    .checkin_wrapper .flCnList {
        width: 1200px;
        height: 489px;
        margin: 0 auto;
        background: #FFF;
        border: 1px solid #ddd;
        padding: 20px 10px;
        box-sizing: border-box;
    }

        .checkin_wrapper .flCnList a {
            color: #666;
            text-decoration: none;
            font-size: 14px;
        }

            .checkin_wrapper .flCnList a:hover {
                color: #008cd7;
            }

        .checkin_wrapper .flCnList > li {
            display: block;
            float: left;
            width: 294px;
            text-align: center;
            line-height: 56px;
        }

            .checkin_wrapper .flCnList > li > a {
                display: inline-block;
                width: 275px;
                line-height: 40px;
                border: 1px solid #ddd;
                box-shadow: 1px 1px 4px #e8e8e8;
            }

                .checkin_wrapper .flCnList > li > a.noColor:hover {
                    color: #666;
                    border-color: #ddd;
                }

.field-validation-error {
    color: #ff0000;
    padding: 5px 0px;
}

.input-validation-error {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.static_left {
    width: 180px;
    float: left;
    overflow: hidden;
}

    .static_left ul {
        border: 1px solid #E6E6E6;
        border-top: 0;
        background: #fff;
        list-style: circle;
        overflow: hidden;
    }

        .static_left ul li {
            padding-left: 14px;
            border-top: 1px solid #E6E6E6;
            border-collapse: collapse;
            text-align: left;
            font-size: 1.2em;
            list-style: circle;
            line-height: 30px;
        }

.static_main {
    float: left;
    margin-left: 20px;
    width: 880px;
}

.pop {
    position: relative;
    z-index: 1;
    cursor: help;
}

    .pop .box {
        position: absolute;
        top: 0;
        left: 0;
        padding: 2px;
        border: 1px solid #548abb;
        background-color: #e6f5ff;
        cursor: default;
    }

        .pop .box b.arr {
            position: absolute;
            top: -7px;
            left: 13px;
            display: block;
            width: 11px;
            height: 10px;
            background: url(images/pop.arr.png) 0 0 no-repeat;
        }

        .pop .box .inner {
            padding: 10px 8px;
            border: 1px solid #83acd3;
            font: 12px/1.5 tahoma,arial,sans-serif;
            text-align: left;
            background-color: #fff;
            color: #ff0000;
        }

.checktips {
    position: absolute;
    z-index: 1;
}

    .checktips .box b.arr {
        left: auto;
        right: 5px;
    }

    .checktips .box .inner {
        padding: 6px;
    }

.ota-travelform-container {
    padding: 25px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
    background-color: #ffffff;
}

    .ota-travelform-container h4 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 5px;
    }

        .ota-travelform-container h4 .selecttravelform {
            font-size: 12px;
            padding-left: 10px;
        }

        .ota-travelform-container h4 .changetravelform {
            font-size: 12px;
            padding-left: 10px;
        }

        .ota-travelform-container h4 a {
            color: #0586c8;
        }

.ota-travelform-content {
    line-height: 20px;
    margin-left: 20px;
}

    .ota-travelform-content .subitem {
        padding-top: 10px;
        border-bottom: 1px dashed #eee;
        padding-bottom: 10px;
    }
/*全局页面首尾样式end*/

/*导航栏*/
.nav_bgcolor {
    background: #dd3377;
}

/*index_search*/
.searchMin .searchMin_col{color: #dd3377;}
.searchMin ul li.on{
    color: #dd3377; background: #fff; border-right: none; cursor:pointer;
}
.searchMin .search_out_col{color: #dd3377;}
.search .search_out_aircraft .type .change_col1,.search .search_out_train .type .change_col1,
.search_out_hotel .type .change_col1{
    border-bottom: 2px solid #dd3377; 
}
.search .search_out_aircraft .type .search_out_col i.change_col,.search .search_out_train .search_out_col i.change_col,
.search_out_hotel .type .search_out_col i.change_col{
    border-bottom: 4px solid #dd3377;
}
.search .search_out_aircraft .button_bgcolor,.search .search_out_train .button_bgcolor,.search .search_out_hotel .button_bgcolor{
    background: #dd3377; 
}
.search .search_out_aircraft .button:hover,.search .search_out_train .button:hover,.search .search_out_hotel .button:hover{
    background: #a81c54;
}
.contentMin .title h2{
    display: inline-block; width: 125px; font-size: 25px; color: #dd3377; font-weight: normal; margin-right: 120px;
}
.contentMin .title .change_bor{
    color: #dd3377; border-bottom: 3px solid #dd3377; 
}
.contentMin .title span.more a{
    color: #dd3377;
}
.contentMin .destination p{
    width: 100%; height: 260px; border: 1px solid #f3b7cf; border-top: none; padding: 10px 17px 0; line-height: 40px; box-sizing:border-box;
}
.contentMin .destination h3{
    width: 100%; height: 39px; line-height: 39px; background: #f3b7cf; color: #dd3377; text-indent: 10px; font-size: 16px; font-weight: normal;
}
.contentMin .title .change_col2{
    color: #dd3377;
}
.contentMin .title .change_bor2{
    color: #dd3377; border-bottom: 3px solid #dd3377; 
}
.contentMin .scenery a{
    display: block; float: left; width: 232px; height: 170px; border-bottom: 2px solid #dd3377; background: #f7f7f7;
    margin-right: 10px; box-sizing:border-box; transition: all .2s linear; -moz-transition:all .2s linear; /* Firefox 4 */
    -webkit-transition:all .2s linear; /* Safari and Chrome */ -o-transition:all .2s linear; /* Opera */
}
.contentMin .title_train h3{
    display: inline-block; font-size: 20px; font-weight: normal; color: #dd3377; margin-right: 70px;
}
.contentMin .title_train .change_bg{
    background: #dd3377; color: #fff;
}
.contentMin .train li:hover{
    border: 1px solid #dd3377;
}
.contentMin .train li.border_right:hover{border-right: 1px solid #dd3377; }
.contentMin .title .change_col3{
    color: #dd3377;
}
.contentMin .title .change_bor3{
    color: #dd3377; border-bottom: 3px solid #dd3377; 
}
.titleAddColor{
    color: #dd3377; border-bottom: 3px solid #dd3377;
}
.titleAddBg{
    color: #fff; background: #dd3377;
}

/*content*/
.contentMin .destination p a:hover{
    color: #dd3377;
}
.contentMin .business a:hover{
    border: 1px solid #dd3377;
}

/*foot*/
.foot_col{background: #dd3377;}

.bottomMin a:hover{
    color: #dd3377; text-decoration: none;
}
.bottomMin .dl_style .dt_style.border_col{
    border-color: #dd3377;
}

.searchMin .type{
    margin-bottom:0em;
}

.search_out_col {
    box-sizing: content-box;
}


/* 错误输入框 */
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* 错误提示文字 */
.invalid-feedback {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* 抖动动画 */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

.btn-group-capsule .btn-check:checked + .btn {
    background: #dd3377 !important;
    color: #fff !important;
    font-weight: 600;
}

/*分页组件*/
.bootpag-pagination ul.bootpag > li > a {
    display: block !important;
    padding: 0.25rem 0.65rem !important;
    line-height: 1.5;
    min-width: 36px;
    text-align: center;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
    background-color: #fff !important;
    color: #495057 !important;
    text-decoration: none !important;
    transition: all 0.15s ease-in-out;
}

.bootpag-pagination ul.bootpag > li.active > a {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
    font-weight: 600;
}

.bootpag-pagination ul.bootpag > li.disabled > a {
    color: #6c757d !important;
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    opacity: 0.65;
    cursor: not-allowed;
}

.bootpag-pagination ul.bootpag > li:not(.disabled):not(.active) > a:hover {
    background-color: #e9ecef !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary) !important;
}

.bootpag-pagination ul.bootpag {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px; /* Bootstrap 5 pagination 的间距 */
}

.pagination {
    --bs-pagination-bg :#ffffff;
}