body {
	background-color: #111111;
}

/* header */


/*内容主体*/
#main-container {
	width: 100%;
	height: 100%;
}

#main-container .af-content {
	padding: 105px 0 200px 0;

}
.ct-container-full{
	padding: 20px;
}

.woocommerce {
	width: 100%;
	/*max-width: 1290px !important;*/
}
.woocommerce .woocommerce-notice-wrapper{
	height: 65px;
	margin-bottom: 40px;
}
.woocommerce-notice-wrapper p{
	display: flex;
	height: 100%;
	width: 100%;
	padding: 10px 55px;
	background-color: #444444;
	align-items: center;
	font-size: 15px;
	clear: both;
	border-radius: 5px;
}

.ct-woo-unauthorized .col2-set {
	display: grid;
}
.ct-woo-unauthorized .col2-set .col1,.ct-woo-unauthorized .col2-set .col2{
	height: 100%;
	align-items: center;
}

@media (min-width: 690px) {
	.ct-woo-unauthorized .col2-set {
		grid-template-columns: 1fr 1fr;
	}

	.ct-woo-unauthorized .col2-set > *:first-child {
		padding-inline-end: 40px;
		border-inline-end: 1px dashed #468fea;
	}

	.ct-woo-unauthorized .col2-set > *:last-child {
		padding-inline-start: 40px;
	}
}

.anti-form {
	text-align: left;
}

.af-title > h4 {
	color: #E4007C;
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0 1px 4px rgba(187, 177, 177, 0.85);
}
.anti-form .anticode{
	padding: 40px 0;
}
.result-form .anticode{
	padding-bottom: 20px;
}
.anti-form .input-box {
	margin-bottom: 1.5em;
}

.anti-form .input-box label{
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	margin: 0 0 0.5em 0;
}

.anti-form .input-box input{
	width: 100%;
	height: 40px;
	font-size: 16px;

}
.anti-form .form-flex{
	display: flex;
	gap: 15px;
}
.vecode {
	height: 40px;
	width: auto;
	text-align: center;
	vertical-align: middle;
}

.button {
	display: inline-block;
	width: 200px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #de8089;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	background-color: #E4007C;
	font-family: "Microsoft Yahei";
}

.foot {
	display: block;
	position: absolute;
	bottom: 0;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	clear: both;
	color: grey;
}

.title {
	max-width: 72px;
	font-size: 18px;
}

@media (max-width: 1024px) and (min-width:768px){
	.anti-form .anticode{
		padding: 20px 0;
	}
}
@media (max-width: 767px){
	.woocommerce .woocommerce-notice-wrapper{
		height:40px;
		margin-bottom: 15px;
	}
	.u-column1 img{
	    height: 270px !important;
	}
	#main-container .af-content{
		padding: 0;
	}
	.anti-form .anticode{
		padding: 12px 0;
	}
}