	html,
	body {
		font-size: 18px;
		padding: 0%;
		color: #787878;
		margin: 0%;
		width: 100%;
		background-image: url(../static/pc_bj.png);
		background-position: 0% 0%;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 100%;
		background-color: #0A0804;
	}

	.el-carousel__indicator.is-active button {
		display: none;
	}

	.el-carousel__indicators--outside {
		display: none;
	}

	.el-carousel__container {
		margin-top: 30px;
	}

	.box {
		width: 360px;
		height: 50px;
		line-height: 50px;
		background-color: #ffffff;
		box-shadow: 0rem 0rem 2rem 0rem rgba(3, 3, 3, 0.1);
		border-radius: 40px;
		margin: 0 auto;
		cursor: pointer;
		margin-bottom: 35px;
		text-align: center;
		position: relative;
	}

	.box img {
		position: absolute;
		left: 40px;
		top: 7px;
	}

	.box:active {
		border: 2px solid #961b1d;
		/* 设置鼠标移入时的红色边框 */
	}

	.box:hover {
		border: 2px solid #961b1d;
		/* 设置鼠标移入时的红色边框 */
	}

	.fotter {
		width: 100%;
		position: absolute;
		bottom: -50px;
		font-size: 14px;
		color: #f5df7a;
		text-align: center;
	}

	.btns {
		position: absolute;
		right: 350px;
		top: 30px;
		display: flex;
	}

	.btns img {
		width: 100px;
	}

	.topImg {
		position: absolute;
		left: 450px;
		top: 10px;
		display: flex;
	}

	.topImg img {
		width: 280px;
	}

	.content {
		width: 65%;
		margin: 0 auto;
		margin-top: -20px;
		font-size: 16px;
	}

	.nva {
		display: flex;
		justify-content: space-between;
	}

	.nva .item {
		display: flex;
	}

	.nva .item .text {
		cursor: pointer;
		color: #ffde00;
		position: relative;
	}

	.nva .item .text:hover::after {
		display: block;
	}

	.nva .item .text::after {
		content: "";
		display: none;
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #ffde00;
	}

	.contentBox {
		margin-top: 40px;
		display: flex;
		align-items: flex-start;
	}

	.contentBox .left {
		width: 35%;
		box-sizing: border-box;
		background-color: #332b1e;
		border-radius: 20px;
		position: relative;

	}

	.contentBox .right {
		width: 65%;
		box-sizing: border-box;
		border-radius: 20px;
	}

	.the-latest-access-address {
		height: 27px;
		font-family: MicrosoftYaHeiUI-Bold;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 38px;
		letter-spacing: 0px;
		color: #f5df7a;
	}

	.win-com {
		height: 31px;
		font-family: MicrosoftYaHeiUI-Bold;
		font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 38px;
		letter-spacing: 0px;
		color: #ffffff;
	}

	.the-top-mobile-betting-app {
		font-family: MicrosoftYaHeiUILight;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 1px;
		color: #f5df7a;
	}

	.in-the-industry {
		margin-top: -5px;
		font-family: MicrosoftYaHeiUILight;
		font-size: 30px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 1px;
		color: #f5df7a;
	}



	.please-use-our-latest-backup-domain-name {
		font-family: MicrosoftYaHei;
		font-size: 26px;
		font-weight: normal;
		font-stretch: normal;
		color: #fff;
	}

	.reminder {
		font-family: MicrosoftYaHei-Bold;
		font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #d10e02;
	}


	.lineBox {
		width: 530px;
		margin: 0 auto;
		margin-top: 10px;
	}

	.lineBox .item {
		background-color: #ffffff;
		width: 100%;
		height: 40px;
		line-height: 40px;
		display: flex;
		font-weight: bold;
		margin-top: 15px;
		border-radius: 10px;
		font-size: 15px;
		cursor: pointer;
	}

	.yellow {
		color: yellow;
	}

	.red {
		color: #cb0000;
	}

	.green {
		color: green;
	}

	.lineBox .item .left {
		width: 80px;
		box-sizing: border-box;
		background-image: linear-gradient(0deg,
				#f7f0ca 0%,
				#ebd26f 100%),
			linear-gradient(#fbea9d,
				#fbea9d);
		background-blend-mode: normal,
			normal;
		border-radius: 10px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.lineBox .item .center {
		box-sizing: border-box;
		padding: 0 3px;
		width: 370px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #000000;
	}

	.lineBox .item .right {
		box-sizing: border-box;
		width: 80px;
		background-color: #cb0000;
		color: #fbea9d;
		border-radius: 10px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}