@charset "utf-8";

@import "font-awesome.min.css";
/* Custom Font */
@font-face {
    font-family: 'ccv-font-bebasneue-regular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*综合样式***********************************************************************/
::after,::before{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
body{margin:0 auto;background:#fafcff;color:#222;letter-spacing:0;font-weight:400;font-size:14px;font-family:"pingfang SC","Helvetica Neue","Open Sans","Microsoft YaHei","Hiragino Sans GB",Arial;line-height:1.6;max-width:540px}
[tabindex="-1"]:focus{outline:0!important}
hr{overflow:visible;box-sizing:content-box;height:0}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;font-weight:bold}
p{margin-top:0;margin-bottom:1.5rem}
abbr[data-original-title],abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted;cursor:help;-webkit-text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}
address{margin-bottom:1rem;font-style:normal;line-height:inherit}
dl,ol,ul{margin-top:0;margin-bottom:1rem}
ol ol,ol ul,ul ol,ul ul{margin-bottom:0}
dt{font-weight:bold}
dd{margin-bottom:.5rem;margin-left:0}
blockquote{margin:0 0 1rem}
small{font-size:100%}
sidenav,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}
sidenav{bottom:-.25em}
sup{top:-.5em}
b,strong{font-weight:bold}
a{outline:0;background-color:transparent;color:#222;text-decoration:none;font-size:16px;}
a:hover{color:#00CC88;text-decoration:none}
a:not([href]):not([tabindex]){color:inherit;text-decoration:none}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}
a:not([href]):not([tabindex]):focus{outline:0}
code,kbd,pre,samp{font-size:1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}
pre{overflow:auto;margin-top:0;margin-bottom:1rem}
figure{margin:0 0 1rem}
img{border-style:none;vertical-align:middle}
svg{overflow:hidden;vertical-align:middle}
table{border-collapse:collapse}
caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;caption-side:bottom;text-align:left}
th{text-align:inherit}
label{display:inline-block;margin-bottom:.5rem}
button{border-radius:0;-webkit-tap-highlight-color:transparent}
:focus{outline:0}
button:focus{outline:0}
button,input,optgroup,select,textarea{margin:0;font-size:inherit;font-family:inherit;line-height:inherit}
button,input{overflow:visible;-webkit-appearance:none}
button,select{text-transform:none}
select{word-wrap:normal}
[type=button],[type=reset],[type=sidenavmit],button{-webkit-appearance:button}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=sidenavmit]:not(:disabled),button:not(:disabled){cursor:pointer}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=sidenavmit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}
textarea{overflow:auto;resize:vertical;-webkit-appearance:none}
fieldset{margin:0;padding:0;min-width:0;border:0}
legend{display:block;margin-bottom:.5rem;padding:0;width:100%;max-width:100%;color:inherit;white-space:normal;font-size:1.5rem;line-height:inherit}
progress{vertical-align:baseline}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{outline-offset:-2px;-webkit-appearance:none}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
output{display:inline-block}
summary{display:list-item;cursor:pointer}
template{display:none}
[hidden]{display:none!important}
.btn.focus,.btn:focus{box-shadow:none}

/* 全站字体通用设置 */
.ccv-font-bebasneue-regular{font-family:'ccv-font-bebasneue-regular'}
.bold{font-weight:bold}
.capitalize{text-transform:capitalize}
.uppercase{text-transform:uppercase}

/* 弹出框和内容 */
.modal-open{overflow:hidden}
.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgb(51 51 51 / 80%);display:none;justify-content:center;align-items:center;z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s ease}
.modal-overlay.active{opacity:1;visibility:visible;transition:opacity .3s ease}
.modal-content{background-color:#fff;padding:0;border-radius:8px;box-shadow:0 1px 6px rgba(50,50,50,.1);width:90%;position:relative;border:0}
.modal-content .modal-content-title{font-size:16px;padding:2.5px 15px;color:#666;font-weight:700;background-color:#eef3f7;display:flex;align-items:center;justify-content:space-between;border-top-left-radius:8px;border-top-right-radius:8px}
.modal-content .modal-content-title .tit{display:block;color:#00CC88}
.modal-content .modal-content-title img{width:30px;height:30px;margin-right:5px}
.modal-content .modal-content-title .modal-close{font-size:28px;cursor:pointer;color:#999;margin-left:auto}
/* 弹出框联系电话 */
.modal-content .modal-content-tel{width:100%;padding:10px 15px}
.modal-content .modal-content-tel p{margin-bottom:0;font-size:16px}
.modal-content .modal-content-tel .working-hours{color:#999;font-size:12px;margin-top:5px}
.modal-content .modal-content-tel .dial{display:flex;align-items:center;justify-content:space-between;color:#fff;text-align:center;font-size:14px;padding:5px 10px;background-color:#f16a35;border-radius:3px;border:0;cursor:pointer;width:100%}
.modal-content .modal-content-tel .dial em{font-style:normal;font-size:22px}
.modal-content .modal-content-tel span{color:#666;padding:2.5px 10px;margin-top:10px;display:block}
.modal-content .modal-content-tel span p{margin-bottom:0;font-size:13px}
/* 弹出框二维码 */
.modal-content .modal-content-wechat{width:100%;display:flex;margin:0 auto 10px;padding:0 15px;justify-content: space-between;}
.modal-content .modal-content-wechat dl{width:35%;margin-bottom:0;display:flex;align-items:center;flex-direction:column}
.modal-content .modal-content-wechat dt{font-weight:400;font-size:12px;color:#666;margin-bottom:0}
.modal-content .modal-content-wechat dd{margin-bottom:5px;font-size:12px}
.modal-content .modal-content-wechat dd img{width:100px;height:100px;padding:5px;border-radius:5px;background-color:#fff;border:1px solid #eee}

/* 全站公用头部（除首页外） */
.kazl_m_header{display:flex;justify-content:space-between;align-items:center;height:50px;background-color:#f8f9fa;position:fixed;width:100%;top:0;left:0;z-index:9999;padding:0 5px}
.kazl_m_header h1{font-size:15px}
.kazl_m_header .kazl_m_header_left,.kazl_m_header .kazl_m_header_right{display:flex;align-items:center;width:70px;font-size:15px}
/* 左侧按钮 */
.kazl_m_header .kazl_m_header_left a{display:inline-block;color:#fff;text-align:center;padding:2.5px 10px;background-color:#00CC88;transition:all .3s ease 0s;margin:0;border-radius:10px;display:flex;align-items:center;font-size:14px;cursor:pointer;height:28px}
.kazl_m_header .kazl_m_header_left a img{margin-right:2.5px}
/* 右侧导航栏 */
.kazl_m_header .kazl_m_header_right{justify-content:flex-end}
.kazl_m_header .kazl_m_header_right #menu-btn{color:#fff;text-align:center;padding:2.5px 10px;background-color:#00CC88;transition:all .3s ease 0s;margin:0;border-radius:10px;display:flex;align-items:center;font-size:14px;cursor:pointer;height:30px;border:none;}
.kazl_m_header .kazl_m_header_right #menu-btn::after{content:'\f107';font-family:FontAwesome;transition:transform .3s ease,color .3s ease;margin-left:5px}
.kazl_m_header .kazl_m_header_right #menu-btn.arrow-down::after{transform:translateY(0) rotate(180deg)}
.kazl_m_header .kazl_m_header_right .arrow-down{background:#333!important}
/* 导航展开内容 */
.kazl_m_header .kazl_m_header_right .dropdown-menu{display:none;position:absolute;top:50px;background-color:#fff;width:100%;height:100vh;z-index:99999;border:0;border-radius:0;margin:0;padding:15px;float:none;box-shadow:0 1px 0 rgba(0,0,0,.1)}
.kazl_m_header .kazl_m_header_right .channel-bigbox{display:flex;flex-direction:column}
.kazl_m_header .kazl_m_header_right .index-user{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;margin-bottom:25px;padding:0 5px}
.kazl_m_header .kazl_m_header_right .index-user a{color:#fff;display:flex;align-items:center;flex-direction:row;font-weight:700;font-size:16px;background-color:#00CC88;border-radius:5px}
.kazl_m_header .kazl_m_header_right .index-user a span{display:block}
.kazl_m_header .kazl_m_header_right .index-user a .icon{width:50px;height:100%;padding:10px 5px;text-align:center;background-color:#1374c9;border-top-left-radius:5px;border-bottom-left-radius:5px;margin-right:15px}
.kazl_m_header .kazl_m_header_right .channel-box{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}
.kazl_m_header .kazl_m_header_right .channel-box .channel-list{margin-bottom:10px;color:#666;padding:2.5px;display:flex;align-items:center;flex-direction:column;font-weight:700;font-size:14px}
.kazl_m_header .kazl_m_header_right .channel-box .channel-list .icon{position:relative;width:100%;transition:all .1s ease 0s;background-color:#fafafa;text-align:center;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:8px 5px;margin-bottom:2.5px}
.kazl_m_header .kazl_m_header_right .biaoyu{padding:15px 25px;border-top:1px solid #eee;margin-top:10px;}
.kazl_m_header .kazl_m_header_right .biaoyu p{margin-bottom: 0;text-align: center;font-size: 12px;color:#ccc}
/* 关闭按钮 */
.guanbi{background-color:#f1f1f1;color:#666;border:none;padding:10px 0;font-size:12px;cursor:pointer;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;width:150px;text-align:center;position:absolute;bottom:100px;left:50%;margin-left:-75px}
.guanbi::before{content:'关闭导航';font-size:inherit}
/* 这里用来填补头部的遮挡 */
.kazl_page_padding_top{padding-top:50px}

/* 网站所在位置location */
.location{position:relative;padding-top:15px;padding-bottom:15px;color:#666;font-size:16px;background-color:#fff}
.location a{color:#666}
.location a:hover{color:#00CC88}
.location a::after{content:"\f105";font-family:FontAwesome;color:#999;margin:0 5px}

/* 全站列表分页 */
.pages{padding:10px 0;width:100%;text-align:center}
.pages a{display:inline-block;padding:7.5px 15px;border:1px solid #ddd;background:#fff;color:#00CC88}
.pages a:hover{background:#f4f8fc;border:1px solid #00CC88;color:#00CC88}
.pages .current{background:#0e46ab;border:1px solid #0e46ab;color:#fff;font-weight:700}
.pages .current:hover{background:#0e46ab;border:1px solid #0e46ab;color:#fff}
.pages .prev:after{content:"\f104";font-family:FontAwesome}
.pages .back-first:after{content:"\f100";font-family:FontAwesome}
.pages .next:after{content:"\f105";font-family:FontAwesome}
.pages .go-last:after{content:"\f101";font-family:FontAwesome}

/* 网站公共尾部 ******************************************************************************/
footer{position:relative;padding-top:15px;padding-bottom:25px;background-color:#fff;border-top:15px solid #fafcff}
/* 帮助信息链接 */
.bottom-help{padding:0 0 15px}
.bottom-help .bottom-help-list{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}
.bottom-help .bottom-help-list a{display:block;display:flex;flex-direction:column;justify-content:center;align-items:center}
.bottom-help .bottom-help-list .img{position:relative;width:50px;height:50px;background-color:#fafcff;text-align:center;border-radius:10px;display:flex;align-items:center;justify-content:center}
.bottom-help .bottom-help-list .tit{margin-top:5px;font-size:12px}
/* 底部导航 */
.bottom-menu{padding:8px 10px;background-color:#00CC88;border-radius:4px;display:flex;align-items:center;margin-bottom:15px;justify-content:center}
.bottom-menu a{color:#fff;font-size:12px;margin:0 8px}
/* 联系电话 */
.bottom-tel{padding:10px 10px 0;background-color:#fafcff;border-radius:6px;display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;border:1px solid #d9ebfc}
.bottom-tel .title{width:100%;font-size:16px;margin-bottom:15px;padding-bottom:6px;border-bottom:1px solid #e8f2fc;color:#00CC88;display:flex;align-items:center}
.bottom-tel .title img{margin-right:5px}
.bottom-tel dl{width:50%;margin-bottom:10px}
.bottom-tel .w100{width:100%}
.bottom-tel dt{font-weight:400;font-size:12px;color:#666;margin-bottom:0}
.bottom-tel dd{margin-bottom:0;font-size:13px}
.bottom-tel .red{color:#fa1e1e}
.bottom-tel dd img{width:100px;height:100px;padding:5px;border-radius:5px;background-color:#fff;border:1px solid #eee}
/*copyright*/
.bottom-copyright{padding:10px 0 50px;border-radius:6px;font-size:12px;color:#666;text-align:center}
.bottom-copyright a{color:#666;text-decoration:underline}
.bottom-copyright p{margin-top:10px;margin-bottom:0}
/* 底部浮动按钮链接 */
.kazl-footer{position:fixed;bottom:0;width:100%;background-color:#00CC88;color:#fff;text-align:center;padding:5px 0 10px;z-index:1001}
.kazl-bottom-nav{display:flex;justify-content:center;padding:0;margin:0;list-style:none}
.kazl-bottom-nav .kazl-nav-item{flex:1;padding:1.5px 0;text-decoration:none;color:#fff;font-size:12px;display:flex;flex-direction:column;align-items:center}
.kazl-bottom-nav .kazl-nav-item img{width:22px;height:22px}
.kazl-bottom-nav .kazl-nav-item a:hover{color:#333}
.kazl-bottom-nav button{border:0;background:0 0}

.line-footer{background-color:#fff;padding:10px 0 15px;box-shadow:0 -2px 10px 0 rgb(75 75 75 / 5%);transition:all .3s}
.line-footer .kazl-bottom-nav{justify-content:flex-start;padding:0 15px}
.line-footer .kazl-bottom-nav .kazl-nav-item{flex:none;color:#333;width:60px}
.line-footer .kazl-bottom-nav .buy{margin-left:auto;width:150px;background-image:linear-gradient(90deg,#fb8126 0,#fd6023 100%);border-radius:10px;font-size:18px;display:flex;align-items:center;flex-direction:row;justify-content:center;color:#fff;font-weight:700}
.line-footer .kazl-bottom-nav .disabled{background-color:#999;background-image:none;color:#fff;cursor:not-allowed}
.line-footer .kazl-bottom-nav .active img{filter: grayscale(100%);opacity:.8}

/* 监控滑动事件，滑动时控制底部预定栏的高度，提高显示效果 */
.line-footer-slideUp{padding-bottom:35px}

/* 返回顶部 */
.gotop{position:fixed;right:5px;bottom:15%;z-index:9999}
.gotop .backToTop{display:none;width:40px;height:40px;background:#fff;color:#333;text-align:center;line-height:48px;cursor:pointer;border-radius:40px;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}
.gotop .backToTop i{font-size:30px}
.gotop .backToTop:hover{background:#fff}

/* 签证预订页面调整重构 */
.block-tit-bar{height:auto;line-height:normal;padding:0 15px;border-bottom:1px solid #e6e6e6;display:flex}
.block-item .amount-opt-wrap{display:flex;align-items:center;}
.amount-opt-wrap .num-text{font-size:.5rem}
.block-remarks{margin-top:-1rem}
.write-address{width:100%;display:flex}