/* ::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 5px;
} */

html,
body {
	width: 100%;
	height: 100%;
}

a span {
	font-size: 14px;
	color: red
}

.wrap {
	width: 100%;
}

.top-head {
	width: 100%;
	height: 50px;
	/* position: fixed;
	left:0;
	top:0; */
}

.head {
	width: 100%;
	height: 50px;
	background: #F33636;
	color: #fff;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
}

.head-iframe {
	width: 100%;
	height: 50px;
}

.second-head {
	width: 100%;
	height: 96px;
	margin: auto;
}

.head-center {
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	box-sizing: border-box;
}

.left-info {
	display: flex;
}

.left-info a {
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.left-icon {
	width: 131px;
	height: 50px;
	display: flex;
	align-items: flex-end;
}

.left-icon img {
	width: 100%;
	height: 42px;
}

img {
	width: 100%;
	height: 100%;
}

.right-info {
	display: flex;
	align-items: center;
}

.right-info p,
.right-info span {
	font-size: 16px;
}

.right-info p {
	margin-left: 40px;
}

.self {
	display: flex;
	align-items: center;
	margin-left: 56px;
}

.self img {
	width: 23px;
	height: 23px;
}

.main {
	margin: auto;
	display: none;
}

.left-3d-logo {
	width: 300px;
	position: fixed;
	background: #F7F7F7;
	display: flex;
	flex-direction: column;
}

.logo-wrap {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.logo-wrap span {
	font-size: 30px;
	font-weight: bold;
}

.left-3d-logo img {
	width: 140px;
	height: 140px;
}

.call {
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	border-top: 1px solid #D3D3D3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.call h1 {
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	color: #F80D38;
	padding-top: 16px;
}

/* 左侧tab部分 */
.tab-main {
	padding: 80px 60px 30px 360px;
}

.box-item {
	display: flex;
}

.box-item h1 {
	font-size: 27px;
	line-height: 50px;
	margin-right: 13px;
	flex-shrink: 0;
}

.marginTop {
	margin-bottom: 47px
}

.tab-wrap {
	width: 554px;
	display: flex;
	flex-wrap: wrap;
}

.tab-wrap li {
	width: 150px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	margin-right: 52px;
	margin-bottom: 28px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-wrap li:nth-of-type(3n) {
	margin-right: 0;
}

.tab-wrap li a {
	font-size: 25px;
}

.tab-wrap li a:hover {
	color: #4788f4;
	text-decoration: none;
}

.space {
	width: 100px;
	display: block;
	text-align-last: justify;
}

#tabBox4 li {
	margin-bottom: 0;
}

.li-a {
	font-size: 30px;
}

.left-tab-wrap li img {
	width: 23px;
	height: 23px;
	display: block;
	margin-right: 22px;
}

.left-tab-wrap .li-act a {
	background: #E7E7E7;
	color: #F33636;
}

.right-lottery-wrap {
	width: 100%;
	margin: auto;
	padding-bottom: 20px;
}
.right-lottery-wrap-pl5{
	padding-top:6px;
	padding-bottom: 6px;
}

.right-lottery-wrap table {
	margin: auto;
	box-sizing: border-box;
}

.right-lottery-wrap td {
	box-sizing: border-box;
}

.td_r_none {
	border-right: 0 !important;
}

.tip-base {
	font-size: 14px;
	color: red;
	text-align: center;
}

/*间隔部分 */
.jiange-wrap {
	width: 100%;
	height: 60px;
	/* padding:0 30px; */
	box-sizing: border-box;
	/* background: #F7F7F7; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	box-sizing: border-box;
}

.jiange-wrap .right {
	display: flex;
}

.left-jiange-wrap {
	display: flex;
	align-items: center;
}

.left-jiange-wrap label {
	font-size: 14px;
	font-weight: bold;
}

.jiange-input-wrap {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.left-jiange {
	width: 100px;
	height: 34px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #D3D3D3;
	display: flex;
	align-items: center;
	padding: 0 8px;
	box-sizing: border-box;
}

.left-jiange span {
	cursor: pointer;
}

.left-jiange input {
	width: 40px;
	height: 100%;
	border: 0;
	text-align: center;
	font-size: 14px;
}

.left-jiange input:disabled {
	background-color: transparent;
}

.reduce {
	font-size: 50px;
	line-height: 20px;
	position: relative;
	top: -4px;
	cursor: pointer;
}

.reduce-disabled {
	color: #D3D3D3;
}

.add {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	top: -2px;
	cursor: pointer;
}
.amplitudeTwo{
	color:#FDEFBE
}
.amplitudeOne{
	color:#fff
}

a,
img,
button,
input,
textarea,
select {
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	outline: none;
	border-radius: 0 !important;
}

.right-btn {
	width: 106px;
	height: 44px;
	background: linear-gradient(360deg, #F2F1F1 0%, rgba(121, 121, 121, 0.42) 100%);
	border-radius: 6px 0 0 6px;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.add-machine {
	width: 110px;
	height: 34px;
	background: linear-gradient(360deg, #F2F1F1 0%, rgba(121, 121, 121, 0.42) 100%);
	box-shadow: 0px 3px 6px 1px rgba(211, 211, 211, 0.08);
	border-radius: 6px 6px 6px 6px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #D3D3D3;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: default;
}

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.loading-op{
	background: rgba(255, 255, 255, 1) !important;
}

.loading-iframe {
	width: 100%;
	height: 100%;
}

.td-l {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	cursor: pointer;
	/* justify-content: space-between; */
}

.td-l span:nth-of-type(1) {
	/* padding-right: 60px; */
}

.bjcolor_two_emp {
	background: #EFF9FC;
	color: #EFF9FC !important;
}
.font_two_emp_color{
	color: #F3EDDE !important;
}
.collect-con{
	cursor: pointer;
}
.collect{
	width: 17px;
	height: 17px;
	margin-right: 8px;
}
.collect-con span{
	position: relative;
	top:-2px;
}
.float-wrap{
	width: 2.10rem;
	height: 0.80rem;
	background: rgba(0,0,0,0.8);
	border-radius: 0.40rem 0rem 0rem 0.40rem;
	position: fixed;
	right:0;
	bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.float-wrap .icon{
	width:0.38rem;
	height: 0.34rem;
	margin-right: 0.32rem;
}
.float-wrap .play{
	width: 0.38rem;
	height: 0.38rem;
	margin-right: 0.32rem;
}
.float-wrap img{
	width: 100%;
	height: 100%;
}
.float-wrap .heart{
	width:0.39rem;
	height: 0.34rem;
	background: url(../img/pl5/heart.png) no-repeat;
	background-size: 100% 100%;
}
.float-wrap .heart:hover{
	/* background: url(../img/pl5/heart.png) no-repeat; */
}
.icon-disabled{
	opacity: 0.4;
}
.jiange{
	font-size: 0.28rem;
	color:#fff;
	text-align: center;
}
/* 排列5间隔 */
.pl5-jiange-wrap{
	padding-bottom: 6px;
	display: flex;
	justify-content: flex-end;
}
.pl5-jiange-con{
	display: flex;
}
.jiange-item{
	display: flex;
	align-items: center;
	margin-right: 27px;
}
.jiange-item1{
	margin-right: 100px;
}
.jiange-item-btn{
	width:100px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #FFFFFF 0%, #D3D3D3 100%);
	border-radius: 6px;
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
}
.jiange-item-btn-act{
	background: linear-gradient(180deg, #F33636 0%, #9F0505 100%);
	color: #fff;
	border: none;
}
.jiange-item label{
	font-size: 18px;
	font-weight: bold;
}
.label{
	padding-right: 10px;
}
.jiange-num-wrap{
	/* min-width: 60px;
	height: 30px; */
	/* padding:0 10px; */
	/* border-radius: 4px;
	border: 1px solid #D3D3D3;
	text-align: center; */
	
	box-sizing: border-box;
}
.jiange-num-wrap span{
	font-size: 18px;
	font-weight: bold;
}
.jiange-num-wrap span:first-of-type{
	padding-right: 8px;
}
.jiange-item .icon{
	width:16px;
	height:16px;
}
.jiange-item .icon-like{
	width:18px;
	height:18px;
}
.jiange-item .icon img{
	width: 100%;
	height: 100%;
}

@media (min-width: 1366px) {
	.head-center {
		width: 1366px;
	}

	.main {
		width: 1366px;
	}

}

@media screen and (min-width:1294px) and (max-width:1365px) {
	.head-center {
		width: 100%;
	}

	.main {
		width: 100%;
	}

	.left-3d-logo {
		width: 280px;
	}

	.tab-main {
		padding: 60px 30px 30px 310px
	}
}

@media screen and (min-width:1024px) and (max-width:1293px) {
	.head-center {
		width: 100%;
	}

	.main {
		width: 100%;
	}

	.left-3d-logo {
		width: 240px !important;
	}

	.tab-main {
		padding: 30px 20px 30px 260px;
	}

	.box-item h1 {
		font-size: 23px;
		margin-right: 0;
		line-height: 50px;
	}

	.tab-wrap li {
		width: 130px;
		height: 50px;
		background: #FFFFFF;
		margin-right: 32px;
	}

	.tab-wrap li a {
		font-size: 21px;
	}

	.space {
		width: 84px;
		display: block;
		text-align-last: justify;
	}

	.marginTop {
		margin-bottom: 27px;
	}
}

@media screen and (max-width:1023px) {
	.head-center {
		width: 100%;
	}

	.main {
		width: 100%;
	}

	.left-3d-logo {
		width: 200px !important;
	}

	.tab-main {
		padding: 30px 10px 30px 210px;
	}

	.tab-wrap li {
		width: 110px;
		height: 50px;
		background: #FFFFFF;
		margin-right: 50px;
		margin-bottom: 20px;
	}

	.box-item h1 {
		font-size: 20px;
	}

	.tab-wrap li a {
		font-size: 18px;
	}

	#tabBox3 {
		margin-top: 18px;
	}

	#tabBox4 {
		margin-top: 18px;
	}

	.space {
		width: 72px;
	}
}

/* 弹窗 */
.modal-wrap {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

.modal-con {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.modal-wrap .close {
	width: 88%;
	height: 48px;
	display: flex;
	justify-content: flex-end;
}

.modal-wrap .close img {
	width: 20px;
	height: 20px;
}

.modal-wrap .amplitude-con table {
	box-sizing: border-box;
}

.modal-wrap .amplitude-con table td {
	box-sizing: border-box;
}

.machine_td {
	/* position: relative; */
}

.machine_num_con {
	width: 100%;
	position: relative;
}

.machine_num {
	position: absolute;
	right: 4px;
	color: red;
	font-size: 12px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8)
}