:root {
	--max-w: 450px;
	--font-size: 16px;
	--font-color: black;
}

html {
	font-size: var(--font-size);
	font-family: -apple-system, Roboto, "Helvetica Neue", Roboto, "Microsoft Yahei", "Hiragino Sans GB", Helvetica, Arial, sans-serif, nomospace;
	font-style: normal;
	line-height: 0.3;
}

body {
	margin: 0;
	padding: 0;
	color: var(--font-color);
}

* {
	box-sizing: border-box
}

a {
	transition: .15s;
	text-decoration: none
}

img {
	max-width: 100%
}

li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none
}

.container {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
	/* bottom: 0; */
	position: absolute;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.text_align {
	text-align: center;
}

.main {
	margin: 0 0.6rem 0.6rem 0.6rem;
}

.model {
	margin: 0.3rem auto;
}

.table {
	display: table;
	width: 100%;
	color: #d53129;
	margin-top: -0.2rem;
}

.row {
	display: table-row;
	line-height: 0.45rem;
}

.cell {
	display: table-cell;
}

.cell1,
.cell2 {
	width: 35%;
}

.qq-client {
	position: fixed;
	right: 0px;
	top: 30%;
	z-index: 999;
}

.qq-client-content {
	position: fixed;
	right: -368px;
	height: 100%;
	bottom: 30px;
	border: #ffffff solid 0px;
	z-index: 999;
}

.sumperPriceDiv {
	height: 3.2rem;
	line-height: 5.25rem;
	background-image: url(../images/f26142303.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.sumperPrice {
	margin: 0;
	color: #ffff4e;
	font-size: 0.6rem;
	font-weight: bold;
	display: block;
}

.dateConDiv {

	height: 0.6rem;
	line-height: 0.6rem;
	background-image: url(../images/f26142304.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto 0.2rem;
}

.dateCon {
	margin: 0;
	color: #d53129;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.6rem;
	display: block;
}

.recordOut {
	background: url('../images/f26142305.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 6rem;
}

.recordDiv {
	position: relative;
	top: 0.8rem;
	font-size: 0.3rem;
	line-height: 0.6rem;
	width: 89%;
	left: 0.4rem;
}

.recordContent {

	margin: 0;
	color: #fcb56c;
	font-size: 0.9rem;
	line-height: 3rem;
	display: block;
}

.refresh {
	background-color: #f3b44d;
	border-radius: 0.1rem;
	padding: 0.2rem;
}

.flex-center-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

table {
    height: 4rem;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.3rem;
}

thead {
	line-height: 0.6rem;
	color: #fff;
	background: linear-gradient(180deg, #d33028 .5%, #db342c 18.5%, #e93c32);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

tr th:nth-child(1),
tr td:nth-child(1) {
	width: 25%;
    width: 12rem;
}

tr th:nth-child(2),
tr td:nth-child(2) {
	width: 50%;
}

tr th:nth-child(3),
tr td:nth-child(3) {
	width: 25%;
}
table td{
	width: 33%;
}
tbody {
	width: 100%;
	position: absolute;
	top: 0.65rem;
	left: 0;
	right: 0;
	z-index: 1;
}

table tbody tr:nth-child(odd) {
	line-height: 0.6rem;
	color: #d53129;
	background-color: #ffe8cc;
}

table tbody tr:nth-child(even) {
	line-height: 0.6rem;
	color: #d53129;
	background-color: #f8e1c7;
}   

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
 
.scrolling-text {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  animation: scroll 10s linear infinite;
}