@charset "utf-8";
.supportNav{}
html .supportNav>a{order: 9;}
.supportNav>a:nth-child(1){order: 0;}
.supportNav>a:nth-child(2){grid: 0;}
.supportNav>a:nth-child(3){}
.supportNav>a:nth-child(4){order: 2;}
.supportNav>a:nth-child(5),#search_form{order:99;}

#codeTable{font-size:14px;}
#codeTable>table {border-collapse: separate;border-spacing: 1px;border: none;background: #ccc;margin: 10px auto;border: none !important;/* width: auto; *//* display: inline-block; *//* min-width: 500px; */max-width: 1160PX;}
#codeTable>table *{font-size: 14px;}
#codeTable>table tr{background:#fff;}
html .faq #codeTable table tr th{
    background: #eceef0;
    padding: 10px 10px;
    font-size: 16px;
}
#codeTable>table tr th,#codeTable table tr td{
    padding: 8px 10px;
}
#codeTable>table tr td{}
#codeTable>table tr td:nth-last-child(2){text-align:center;}
#codeTable>table table{width:auto; margin: 0 auto;}
#codeTable>table table td{text-align:center;padding: 3px 0.12rem 0;font-size: 16px;font-weight: bold;line-height: 1.2em;}
#codeTable>table table tr:nth-child(2) td{text-align:center;padding: 0px 0.15rem 3px;}
#codeTable>table table img{width:auto; height:auto; display: inline-table;}
#codeTable>table a{color:#333;}
#codeTable>table a:hover{color:#9E0125;}




@media only screen and (max-width: 768px) {
.faq{position: relative;}
#codeTable{overflow-x: scroll;position: static;}
#codeTable:after{content:"";width: 0%;display: block;height: 100%;position: absolute;right: -2%;top: 78px;background: #f00;box-shadow: -8px 0px 8px 8px rgb(255 255 255 / 95%);}
#codeTable>table{min-width: 860px;width: 98%;margin-right: 2%;}
.supportNav .supNavItem{width:auto;padding: 0 0.5%;font-size: 0.25rem;}
#search_form{width:40%;}
.supportNav .search{margin-left: 0.2rem;}


}



