@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 {
    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: var(--brand-accent);
}

:root {
    --primary-color: #0086F6;
    --primary-hover: #0066E6;
    --primary-shadow: rgba(0, 134, 246, 0.25);
    --primary-light: #e6f7ff;
    --secondary-color: #FF9A03;
    --success-color: #22C55E;
    --accent-color: #e74c3c;

    /* Radius */
    --radius-xs: 2px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 10px;
    --radius-xl: 12px;
    --radius-round: 50%;

    /* Shadow */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    /* Border */
    --border-color: #ddd;
    --border-color-light: #eee;
    --border-color-lighter: #f5f5f5;

    /* Transition */
    --transition-base: all 0.3s ease;

    /* Backgrounds & Text */
    --bg-gray-light: #f5f7fa;
    --bg-gray-lighter: #f9f9f9;
    --text-primary: #333;
    --text-secondary: #666;
    --text-tertiary: #999;

    /* Tags */
    --tag-special-bg: #ff4d4f;
    --tag-vip-bg: #faad14;
    --error-color: #ff4d4f;
    --error-light: #utf1f0;

    --bs-primary: #0086F6;
}

html {
    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(0, 134, 246, 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: #0066E6;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0086F6 !important;
    border-color: #0086F6 !important;
    color: #fff !important;
    font-size: 1rem !important;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:active:focus {
    background-color: #0066E6 !important;
    border-color: #0066E6 !important;
    color: #fff !important;
}

.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);
}

/* 订单填写页面左侧区域禁用卡片悬停上移效果 */
.fo-left .card:hover,
.ho-left .card:hover {
    transform: none;
}

.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: #FF9A03;
}

.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;
}

.layout-top {
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.topMin,
.headerMin {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.headerMin a {
    color: #000000;
}

.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: var(--brand-accent);
}

.topMin .top_left .floatL .weChat {
    color: #22C55E;
}

.topMin .top_left .floatL .weChat:hover {
    text-decoration: none;
}

.topMin .top_left .floatL .weChat:hover i.iconfont {
    color: #22C55E;
}

.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;
}


.layout-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: var(--brand-accent);
    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: #0086F6;
}

.nav-site {
    width: 100%;
    height: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 100;
}

.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: #333333;
    padding: 0 30px;
    position: relative;
    display: block;
}

.navMin .nav_list a.nav_list_title:hover {
    text-decoration: none;
    color: var(--brand-accent);
}

.navMin .nav_list a.nav_list_title:hover::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    background-color: var(--brand-accent);
}

.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 #666;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    transition: transform 0.2s ease 0s;
}

.navMin .nav_list:hover a.nav_list_title .arrow {
    border-top-color: var(--brand-accent);
}

.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;
    overflow: hidden;
}

.page_bottom a {
    color: #000000;
}

.page_bottom::after {
    content: "";
    display: block;
    clear: both;
}

.page_bottom .bottom-separator {
    height: 1px;
    background-color: #ffffff;
    width: 100%;
}

.bottomMin {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 16px 0 20px 0;
    box-sizing: border-box;
    min-height: 150px;
}

.usOfInfo {
    margin-bottom: 0px;
}

.bottomWeChat {
    width: 140px;
    height: auto;
    position: absolute;
    left: 310px;
    top: 10px;
}

.bottomWeChat .img {
    height: auto;
    margin-top: 0;
}

.bottomWeChat img {
    width: 120px;
    height: 120px;
    display: block;
}

.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;
}

.layout-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: #0086F6;
}

.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: #0086F6;
}

.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: #FFFFFF;
}

/*index_search*/
.searchMin .searchMin_col {
    color: #0086F6;
}

.searchMin ul li.on {
    color: #0086F6;
    background: #fff;
    border-right: none;
    cursor: pointer;
}

.searchMin .search_out_col {
    color: #0086F6;
}

.search .search_out_aircraft .type .change_col1,
.search .search_out_train .type .change_col1,
.search_out_hotel .type .change_col1 {
    border-bottom: 2px solid #0086F6;
}

.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 #0086F6;
}

.search .search_out_aircraft .button_bgcolor,
.search .search_out_train .button_bgcolor,
.search .search_out_hotel .button_bgcolor {
    background: #0086F6;
}

.search .search_out_aircraft .button:hover,
.search .search_out_train .button:hover,
.search .search_out_hotel .button:hover {
    background: #0066E6;
}

.contentMin .title h2 {
    display: inline-block;
    width: 125px;
    font-size: 25px;
    color: #0086F6;
    font-weight: normal;
    margin-right: 120px;
}

.contentMin .title .change_bor {
    color: #0086F6;
    border-bottom: 3px solid #0086F6;
}

.contentMin .title span.more a {
    color: #0086F6;
}

.contentMin .destination p {
    width: 100%;
    height: 260px;
    border: 1px solid #cce4fd;
    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: #cce4fd;
    color: #0086F6;
    text-indent: 10px;
    font-size: 16px;
    font-weight: normal;
}

.contentMin .title .change_col2 {
    color: #0086F6;
}

.contentMin .title .change_bor2 {
    color: #0086F6;
    border-bottom: 3px solid #0086F6;
}

.contentMin .scenery a {
    display: block;
    float: left;
    width: 232px;
    height: 170px;
    border-bottom: 2px solid #0086F6;
    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: #0086F6;
    margin-right: 70px;
}

.contentMin .title_train .change_bg {
    background: #0086F6;
    color: #fff;
}

.contentMin .train li:hover {
    border: 1px solid #0086F6;
}

.contentMin .train li.border_right:hover {
    border-right: 1px solid #0086F6;
}

.contentMin .title .change_col3 {
    color: #0086F6;
}

.contentMin .title .change_bor3 {
    color: #0086F6;
    border-bottom: 3px solid #0086F6;
}

.titleAddColor {
    color: #0086F6;
    border-bottom: 3px solid #0086F6;
}

.titleAddBg {
    color: #fff;
    background: #0086F6;
}

/*content*/
.contentMin .destination p a:hover {
    color: #0086F6;
}

.contentMin .business a:hover {
    border: 1px solid #0086F6;
}

/*foot*/
.foot_col {
    background: #0086F6;
}

.bottomMin a:hover {
    color: #0086F6;
    text-decoration: none;
}

.bottomMin .dl_style .dt_style.border_col {
    border-color: #0086F6;
}

.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: #0086F6 !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: #0086F6 !important;
    border-color: #0086F6 !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: #cce4fd !important;
    border-color: #0086F6 !important;
    color: #0086F6 !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;
}

/* ΢Ŷά뵯ʽ */
.layout-top .wx-qrcode-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-width: 180px;
}

.layout-top .wx-qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.layout-top .wx-qrcode-item img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fafafa;
    margin-bottom: 6px;
}

.layout-top .wx-qrcode-item i {
    font-style: normal;
    color: #666;
    font-size: 14px;
    margin-top: 2px;
}

/* ײ΢Ŷάʽ */
.bottomWeChat .wx-qrcode-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    gap: 20px;
    min-width: 0;
    margin: 0 auto;
}

.bottomWeChat .wx-qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottomWeChat .wx-qrcode-item img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fafafa;
    margin-bottom: 6px;
}

.bottomWeChat .wx-qrcode-item i {
    font-size: 14px;
    margin-top: 2px;
    display: block;
    font-style: normal;
    color: #666;
}

/* ==========================================================================
   Modern Header & Navigation System - Foxsoso V2
   ========================================================================== */

/* 1. Top Utility Bar */
.layout-top {
    height: 36px !important;
    /* Deep Business Blue instead of Black - providing high contrast and premium feel */
    background: linear-gradient(90deg, #0f172a 0%, #1e3a8a 100%) !important;
    border-bottom: none !important;
    line-height: 36px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.topMin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px !important;
    margin: 0 auto;
    height: 100%;
}

.topMin .top_left {
    display: flex;
    align-items: center;
}

.topMin .top_left span,
.topMin .top_left a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px !important;
}

.topMin .top_left strong {
    color: #fff;
    font-weight: 600;
}

.topMin .top_left .sign_in {
    color: #ffd666 !important;
    /* Gold-orange for high contrast on dark blue */
    margin-right: 15px;
    font-weight: 600;
}

.topMin .top_left .register {
    color: #fff !important;
    opacity: 0.9;
}

.topMin a#headerLogout {
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.6) !important;
    transition: color 0.2s;
}

.topMin a#headerLogout:hover {
    color: #ffa39e !important;
    text-decoration: none !important;
}

.topMin .top_right {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.topMin .top_right .weChat {
    color: #4ade80 !important;
    /* Brighter green for dark background */
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
    transition: all 0.2s;
    font-weight: 500;
}

.topMin .top_right .weChat i {
    font-size: 18px;
    margin-right: 5px;
}

.topMin .top_right:hover .weChat {
    background-color: rgba(255, 255, 255, 0.1);
}

.topMin .top_right .topDown {
    position: absolute;
    top: 100%;
    /* Align with bottom of top-bar */
    right: 0;
    z-index: 1001;
    display: block;
    /* Always block but controlled by opacity/visibility */
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.2s ease;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    padding: 15px;
    pointer-events: none;
}

.topMin .top_right:hover .topDown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* 2. Main Logo & Service Header */
.layout-header {
    height: 85px !important;
    background: #fff !important;
    border-top: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

.headerMin {
    width: 1200px !important;
    max-width: 95vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerMin h1 {
    margin: 0;
}

.headerMin h1 .logo {
    padding: 0 !important;
    height: auto !important;
    display: flex;
    align-items: center;
}

.headerMin h1 .logo img {
    height: 50px !important;
}

.header-right {
    display: flex;
    align-items: center;
}

.service-info {
    text-align: right;
}

.service-info .hotline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 4px;
    color: var(--primary-color);
}

.service-info .hotline i {
    font-size: 18px;
    margin-right: 8px;
}

.service-info .hotline .number {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Helvetica Neue', Arial;
    color: var(--primary-color);
}

.online-support {
    font-size: 13px;
    color: #64748b;
}

.support-link {
    color: #64748b !important;
    margin-left: 10px;
    transition: color 0.2s;
}

.support-link:hover {
    color: var(--brand-accent) !important;
    text-decoration: none !important;
}

/* 3. Navigation Bar - Scheme: Modern Blue Style */
.nav-site {
    height: 48px !important;
    background: #00A1E9 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    border-bottom: none !important;
    border-top: none !important;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navMin {
    width: 1200px !important;
    max-width: 95vw;
    display: flex;
    height: 100%;
    align-items: center;
}

/* Nav Item Style */
.navMin .nav_list {
    line-height: normal !important;
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.navMin .nav_list a.nav_list_title {
    padding: 0 25px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    height: 100% !important;
    border-radius: 0 !important;
    transition: all 0.2s ease;
    position: relative;
    text-decoration: none !important;
}

/* Hover State */
.navMin .nav_list:hover {
    background-color: #0089C7 !important;
    /* Darker shade for hover */
}

.navMin .nav_list:hover a.nav_list_title {
    color: #fff !important;
    background-color: transparent !important;
}

.navMin .nav_list a.nav_list_title::after {
    display: none !important;
}

/* Arrow Styling */
.navMin .nav_list a.nav_list_title .arrow {
    border-top-color: rgba(255, 255, 255, 0.7) !important;
    margin-left: 8px !important;
    margin-bottom: 2px;
    transition: all 0.2s ease;
}

.navMin .nav_list:hover a.nav_list_title .arrow {
    border-top-color: #fff !important;
    transform: rotate(180deg);
}

/* Dropdown Styling - Soft Floating Card */
.navMin .bg_white {
    top: 46px !important;
    /* Slightly overlap to ensure no gap */
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 0 8px 8px !important;
    padding: 8px !important;
    background: #fff !important;
    min-width: 160px !important;
    width: auto !important;
    left: auto !important;
    pointer-events: none;
    margin-left: 0;
}

.navMin .nav_list:hover .bg_white {
    top: 46px !important;
    /* Slightly overlap */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Dropdown Items */
.navMin .nav_list ul {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.navMin .nav_list ul li {
    display: block !important;
    margin: 0 !important;
}

.navMin .nav_list ul li a {
    padding: 10px 16px !important;
    display: block !important;
    font-size: 14px !important;
    color: #64748b !important;
    transition: all 0.2s;
    border-radius: 8px !important;
    margin-bottom: 2px;
}

/* 2. Main Logo & Service Header */
.layout-header {
    height: 85px !important;
    background: #fff !important;
    border-top: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

.headerMin {
    width: 1200px !important;
    max-width: 95vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerMin h1 {
    margin: 0;
}

.headerMin h1 .logo {
    padding: 0 !important;
    height: auto !important;
    display: flex;
    align-items: center;
}

.headerMin h1 .logo img {
    height: 50px !important;
}

.header-right {
    display: flex;
    align-items: flex-start;
    /* Align to top to match hotline row */
}

.service-info {
    text-align: right;
}

.service-info .hotline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 4px;
    color: var(--primary-color);
}

.service-info .hotline i {
    font-size: 18px;
    margin-right: 8px;
}

.service-info .hotline .number {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Helvetica Neue', Arial;
    color: var(--primary-color);
}

.online-support {
    font-size: 13px;
    color: #64748b;
}

.support-link {
    color: #64748b !important;
    margin-left: 10px;
    transition: color 0.2s;
}

.support-link:hover {
    color: var(--brand-accent) !important;
    text-decoration: none !important;
}

/* 3. Navigation Bar - Scheme: Modern Blue Style */
.nav-site {
    height: 48px !important;
    background: #00A1E9 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    border-bottom: none !important;
    border-top: none !important;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navMin {
    width: 1200px !important;
    max-width: 95vw;
    display: flex;
    height: 100%;
    align-items: center;
}

/* Nav Item Style */
.navMin .nav_list {
    line-height: normal !important;
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.navMin .nav_list a.nav_list_title {
    padding: 0 25px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    height: 100% !important;
    border-radius: 0 !important;
    transition: all 0.2s ease;
    position: relative;
    text-decoration: none !important;
}

/* Hover State */
.navMin .nav_list:hover {
    background-color: #0089C7 !important;
    /* Darker shade for hover */
}

.navMin .nav_list:hover a.nav_list_title {
    color: #fff !important;
    background-color: transparent !important;
}

.navMin .nav_list a.nav_list_title::after {
    display: none !important;
}

/* Arrow Styling */
.navMin .nav_list a.nav_list_title .arrow {
    border-top-color: rgba(255, 255, 255, 0.7) !important;
    margin-left: 8px !important;
    margin-bottom: 2px;
    transition: all 0.2s ease;
}

.navMin .nav_list:hover a.nav_list_title .arrow {
    border-top-color: #fff !important;
    transform: rotate(180deg);
}

/* Dropdown Styling - Soft Floating Card */
.navMin .bg_white {
    top: 46px !important;
    /* Slightly overlap to ensure no gap */
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 0 8px 8px !important;
    padding: 8px !important;
    background: #fff !important;
    min-width: 160px !important;
    width: auto !important;
    left: auto !important;
    pointer-events: none;
    margin-left: 0;
}

.navMin .nav_list:hover .bg_white {
    top: 46px !important;
    /* Slightly overlap */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Dropdown Items */
.navMin .nav_list ul {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.navMin .nav_list ul li {
    display: block !important;
    margin: 0 !important;
}

.navMin .nav_list ul li a {
    padding: 10px 16px !important;
    display: block !important;
    font-size: 14px !important;
    color: #64748b !important;
    transition: all 0.2s;
    border-radius: 8px !important;
    margin-bottom: 2px;
}

.navMin .nav_list ul li a:hover {
    background-color: #f8fafc !important;
    color: var(--primary-color) !important;
    text-decoration: none !important;
    padding-left: 20px !important;
}

/* Header User Auth Area */
.user-auth-area {
    margin-right: 30px;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    padding-top: 5px;
    /* Fine-tune alignment with hotline text */
}

.user-auth-area .welcome-msg {
    margin-right: 15px;
}

.user-auth-area .welcome-msg strong {
    color: var(--primary-color);
}

.user-auth-area .auth-link {
    color: #555;
    transition: color 0.2s;
    text-decoration: none;
    font-weight: 500;
}

.user-auth-area .auth-link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.user-auth-area .divider {
    margin: 0 10px;
    color: #ddd;
}

.user-auth-area .login-btn {
    color: var(--primary-color);
}

.user-auth-area .register-btn {
    color: #666;
}

.user-auth-area .register-btn:hover {
    color: var(--primary-color);
}

.user-auth-area .logout-btn {
    color: #999;
}

.user-auth-area .logout-btn:hover {
    color: var(--accent-color);
}