@font-face {
	font-family: PingFangSC;
}
.red-text {
    color: red !important; /* 浣跨敤 !important 鏉ヨ鐩栦箣鍓嶇殑鏍峰紡 */
}

body {
	margin: 0px auto;
	background-color: #2d2d2c;
	overflow: hidden;
}

#capture {
	width: 948px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#capture img{
	width: 100%;
}

.css-1xamfmm,
[data-css-1xamfmm] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	background-color: rgba(0, 0, 0, 0.36);
	position: absolute;
	left: 76%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transform: scale;
	border-radius: 50%;
	visibility: visible;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%),
		0 3px 1px -2px rgb(0 0 0 / 20%);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-webkit-transform: translate(-50%, -50%);
	z-index: 99;
}

span,
p,
a {
	font-family: PingFangSC;
}

body {
	background-color: #858585;
}

body .container {
	margin: 12px auto;
	display: flex;
	justify-content: center;
}

.version {
	position: absolute;
	height: 30px;
	z-index: 1;
	left: 844px;
	width: 90px;
	top: 9px;
}

.search {
	position: absolute;
	height: 44px;
	z-index: 1;
	left: 40px;
	width: 250px;
	top: 290px;
}

.timeD {
	position: absolute;
	height: 44px;
	z-index: 1;
	left: 430px;
	width: 260px;
	top: 290px;
}

.text {
	position: absolute;
	z-index: 1;
}

.num_1 {
    left: 29px;
    width: 80px;
}

.num_2 {
    left: 120px;
    width: 120px;
}

.num_3 {
    left: 250px;
    width: 160px;
}

.num_4 {
    left: 419px;
    width: 120px;
}

.num_5 {
    left: 549px;
    width: 120px;
}

.num_6 {
    left: 680px;
    width: 115px;
}

.num_7 {
    left: 805px;
    width: 120px;
}

.row_1 {
	top: 400px;
}

.row_2 {
    top: 438px;
}

.row_3 {
    top: 477px;
}

.row_4 {
	top: 516px;
}

.row_5 {
	top: 555px;
}

.row_6 {
	top: 593px;
}

.row_7 {
	top: 631px;
}

.row_8 {
	top: 670px;
}

.row_9 {
	top: 709px;
}

input { 
	font-size: 16px;
	font-weight: 600;
	color: #464854;
	line-height: 34px;
	border: none; 
	width: 98%;
	background-color: transparent;
    text-align: center;
}
.version input { 
    color: #d5d5e1;
    line-height: 28px;
    font-size: 18px;
}
.search input {
	font-size: 20px;
	line-height: 44px;
}
.timeD input { 
	font-size: 20px;
    line-height: 44px;
}
.num_2 input { 
	color: red;
}
.num_5 input { 
	color: red;
}
.num_6 input { 
	color: green;
	font-weight: 600;
}

.textarea {	
	top: 760px;
	left: 40px;
}
.textarea textarea{	
    width: 870px;
    height: 110px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    
    color: #fff;
    line-height: 34px;
    overflow: hidden;
    resize: none;
}