﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url(css/bootstrap.min.css);
@import url(css/style.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Oswald:wght@600&display=swap);
@import url(animate/animate.min.css);
@import url(owlcarousel/assets/owl.carousel.min.css);
@import url(tempusdominus/css/tempusdominus-bootstrap-4.min.css);
@import url(lan.css);
:root{
    --color:#6c7293;
    --hover_color:#c81313;
    --back_color:#191C24;
}
.tb_img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top:0px;
    bottom: 0px;
    margin: auto;
}
a:link,a:visited{color: var(--color);}
.top_tb{
    display: grid;
    grid-template-columns: 105px auto;
    column-gap: 10px;
    align-items: center;
    width: auto;
    height: auto;
    overflow: hidden;
}
.site_name{
    display: block;
    width: auto;
    color: var(--hover_color);
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-size: 2rem;
    padding-right: 10px;
}
@media (max-width:480px){
    .top_tb{
        grid-template-columns: 100px auto; 
    }
    .site_name{
        display: none;
    }
}
.logo{
    display: block;
    width: 100%;
    height: auto;
}
#quandi_cate{
    display: block;
    width: auto;
    height: auto;
    background-color: var(--back_color);
}
#quandi_cate_thead{
    color: #fff;
    font-size: 2rem;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 10px;
    padding-top: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid var(--hover_color);
    font-family: "Oswald",sans-serif;
}
#quandi_cate_tbody{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    row-gap: 10px;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width:767px){
    #quandi_cate_tbody{display: none;}
}
.cate_item{
    display: block;
    width: auto;
    height: auto;
    padding: 10px;
}
.cate_tb{
    position: relative;
   
}
.cate_tb:hover>.cate_tbody{display: block;}
.cate_thead>a.cate_name{
    font-size: 1.1rem;
    font-weight: bold;
}
.cate_tbody{
    display: none;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 10px;
   
    border-top:none;
}
.cate_tbody_on{
    display: block;
}
.cate_thead{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    border-bottom: 1px dotted var(--color);
    padding: 10px;
}
a.cate_name{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}
#cate{
    display: none;
    width: 100%;
    height: 50px;
    border:none;
    background-color: transparent;
    outline: none;
    color: var(--color);
}
@media (max-width:767px){
    #cate{display: block;}
}
.ico_list a,.ico_liebiao a{
    color:var(--hover_color);
}
.page_btn,.page_input,.page_select{
    line-height: 1.2;
    background-color: var(--back_color);
    color: var(--color);
    border: none;
}
.page_btn:hover,.page_input:hover,.page_select:hover{
    background-color: var(--hover_color);
    color: #fff;
}
.page{
    margin-top: 30px;
}
a.back-to-top{color:#fff;}
.search{
    display: grid;
    grid-template-columns: auto 40px;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 20px;
}
#keywords{
    background-color:transparent;
    width: 120px;
    height: 30px;
    display: block;
    border: 1px solid var(--color);
    border-right: none;
    outline: none;
    color: var(--color);
}
@media (max-width:992px){
    #keywords{
        width: 100%;
    }
}
#bt_search{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    text-align:center; 
    border: 1px solid var(--color);
    border-left: none;
}
#bt_search:hover{
   color: var(--back_color);
   background-color: var(--color);
}

.short_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	width: 80px;
	height: auto;
	overflow: hidden;
	background-color: #191C24;
	position: fixed;
	top:200px;
	right: 0px;
	z-index: 250;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
	border-radius: 5px 0px 0px 5px;
}
.short_tb{
	display: block;
	width: auto;
	height: auto;
	text-align: center;
}
a.short_ico{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 50px;
	font-size:1.5rem;
}
.short_tb:hover{
	background-color:var(--hover_color);
    color: #fff!important;
}
.short_name{
	display: block;
	width: auto;
	height: auto;
	padding: 5px;
    font-size: 12px;
}
.chat{
	display: none;
	background-color: #fff;
	width:600px;
	max-width: 96%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	margin: auto;
	position: fixed;
	left: 0px;
	right: 0px;
	top:20%;
	z-index: 260;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
}
@media (max-width:767px){
	.chat{
		top:unset;
		height: 96%;
		overflow: auto;
	}
}
.chat_title{
	font-size:2rem;
}
#chat_close{
	position: absolute;
	right: 10px;
	top:10px;
	width: 30px;
	height: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid var(--light);
	font-size: 1.2rem;
    font-weight: 200;
	cursor: pointer;
    color: var(--light);
    z-index: 100;
}
.chat_thead{
	background-color: #191c24;
	text-align: center;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 20px;
}
.chat_tbody{
	display: block;
	width: auto;
	height: auto;
	padding: 20px;
}
.chat_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	width:auto;
	height: auto;
	overflow: hidden;
}
.chat_list .form-textarea{
	height: 100px;
	resize: vertical;
}
.chat_list .form-item{grid-template-columns:auto;}
.chat_list .form-left{display: none;}
.chat_list .form-tfoot{display: block;}
.chat_list .form-btn{width:100%;display: block;}