@charset "utf-8";
@import url("style.css");
/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif; ΢   ź ;
    color: #000;
    font-size: 14px;
}
html{
    background: #F4F4F4;
    
}
body{
    max-width: 720px;
    margin:0 auto;
/*    overflow-x: hidden;*/
}
/*div, span, iframe, map, font, input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {

    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

* {
    padding: 0;
    
    border: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}



input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}




button {
    border: 0;
    outline: none;
    cursor: pointer;
}
input{outline:none}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
table{
    table-layout: auto;
    width: 100%;
}
@import url("style.css")

/*铁算盘 广西汇*/
@media screen and (max-width: 720px) {
	.new-ssz .card img {
		width: 90px !important;
		height: 90px !important;
	}
}
.new-ssz {
	margin: 5px 0;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.new-ssz .cards {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
.new-ssz .card a {
	min-height: 135px;
	border-radius: 10px;
	background: #dfc28a;
	border: 1px solid #dfc28a;
	padding: 10px 3px 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
}
.new-ssz .card img {
	width: 180px;
	height: 180px;
	border-radius: 10px;
	object-fit: cover;
	background: #fff;
}
.new-ssz .card span {
	margin-top: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new-quick-panel {
	margin: 5px 0;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.new-quick-panel .bar-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 32px;
	padding: 0 10px 6px;
	border-bottom: 1px solid #eee;
	background: #fff;
	color: #5c5c5c;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.new-quick-panel .bar-side {
	display: inline-flex;
	align-items: center;
	gap: 1px;
	font-size: 16px;
	font-weight: 700;
	color: #666;
	flex: 0 0 auto;
	line-height: 1;
}
.new-quick-panel .bar-arrows {
	letter-spacing: 4px;
}
.new-quick-panel .bar-side:first-child .bar-arrows {
	margin-right: 6px;
}
.new-quick-panel .bar-menu {
	width: 9px;
	height: 8px;
	position: relative;
	display: inline-block;
}
.new-quick-panel .bar-menu::before, .new-quick-panel .bar-menu::after, .new-quick-panel .bar-menu span {
	content: "";
	position: absolute;
	left: 0;
	width: 9px;
	height: 1px;
	background: #666;
	border-radius: 1px;
}
.new-quick-panel .bar-menu::before {
	top: 0;
}
.new-quick-panel .bar-menu::after {
	top: 7px;
}
.new-quick-panel .bar-menu span {
	top: 3.5px;
}
.new-quick-panel .bar-main .dot {
	color: #3e98f0;
	padding: 0 1px 0 0;
}
.new-quick-panel .quick {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	padding: 8px 0 0;
}
.new-quick-panel .quick a {
	min-height: 32px;
	padding: 3px 2px;
	border-radius: 2px;
	background: #3e98f0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	display: grid;
	place-items: center;
	white-space: nowrap;
	text-decoration: none;
}
/*铁算盘 广西汇 结束*/