:root{--pc-width: 800px;--mobile-width: 100%;--primaryColor: #555;--secondColor: #2222}@font-face{font-family:normalFont;src:url(fonts/BryantLG.ttf)}@font-face{font-family:boldFont;src:url(fonts/BryantLGBold.ttf)}a{text-decoration:none}.quer{cursor:pointer}body{position:relative}.wrap{width:800px;margin:auto;padding:10px}header{display:flex;align-items:center;justify-content:start}header img{height:100px}header p strong{color:#000}nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}nav a{text-align:center;color:#666;border:1px solid #eee;text-decoration:none;margin:5px;padding:5px;border-radius:5px}nav a:hover{background-color:#efefef;box-shadow:none;color:#666}.themchat .form-group{margin-bottom:10px}.chat-section #chat{margin-bottom:100px;height:80vh;overflow-y:scroll}.chat-section #chat .resp{height:75vh}.chat-section #chat .resp img{height:70px}.chat-section #chat h6{text-align:center;padding:20px 0}.chat-section #chat a{display:block;padding:6px 12px;margin-bottom:10px;border:1px solid #eee;border-radius:10px;color:#666}.chat-section #chat a:hover{background:#efefef;color:#000}.chat-section .req{padding:30px 0;width:100%;float:right}.chat-section .req span{background:#e9e9e9;border-radius:30px;padding:5px 10px;text-align:left;display:block;max-width:70%;float:right;line-height:1.5em}.chat-section .resp{line-height:1.6em;padding-bottom:100px}.chat-section .resp h2{font-size:1.3em}.chat-section .resp h3{font-size:1.2em}.chat-section #message{display:block;width:100%;padding:20px 12px;font-size:14px;line-height:1.42857143;color:#555;background-image:none;box-sizing:border-box;outline:none;border-radius:20px;box-shadow:0 0 1px 1px #eee;border:1px solid #eee}.chat-section #prompt{position:absolute;right:5px;bottom:5px;font-weight:400;text-align:center;cursor:pointer;background-image:none;border:1px solid rgba(0,0,0,0);white-space:nowrap;padding:12px 12px;font-size:14px;line-height:1.42857143;border-radius:100%;color:#222;background-color:#ddd;border-color:#ddd}.chat-section #prompt:hover{background-color:#000;color:#fff}.chat-section .forminput{position:fixed;bottom:10px;width:800px;text-align:center}.chat-section table{border-left:1px solid #ddd;width:100%}.chat-section table thead{border-top:1px solid #ddd}.chat-section table thead tr th{border-right:1px solid #ddd;padding:5px}.chat-section table tbody{border-bottom:1px solid #ddd}.chat-section table tbody tr{border-top:1px solid #ddd}.chat-section table tbody tr td{border-right:1px solid #ddd;padding:5px}.cate-section{margin-top:20px}.cate-section h6{text-align:center;padding:20px 0}.cate-section a{display:block;padding:6px 12px;margin-bottom:10px;border:1px solid #eee;border-radius:10px;color:#666}.cate-section a:hover{background:#efefef;color:#000}footer{color:#999}footer p a{display:inline-block;color:red;font-weight:bold;padding:0 20px}footer p a:hover{color:#000}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);background-color:#fff}::-webkit-scrollbar{width:5px;background-color:#fff}::-webkit-scrollbar-thumb{background-color:#fff;border:2px solid #fff}@media screen and (max-width: 800px){.wrap{width:100%}.chat-section .forminput{width:96%}}