/*整体*/

*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: Arial, Microsoft Yahei, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background: url(../images/menu-top.jpg) no-repeat top;
	background-size: 100% 10px;
	background-color: #000;
}

a {
	color: #666;
	text-decoration: none;
	outline: inherit;
}

a:hover {
	text-decoration: none;
	color: #f69b0b;
	outline: inherit;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	clear: both
}

.clearfix {
	display: block
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-family: Arial;
}

a,
img {
	-webkit-tap-highlight-color: transparent;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	width: 100%;
	/* display: block; */
}

header {
	background: #000;
	/* box-shadow: 0 4px 8px #ddd; */
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	position: fixed;
	width: 100%;
	z-index: 2;
	left: 0;
	top: 0;
	color: #fff;
	border-bottom: 1px solid #666;
}

.hL {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 35px;
	height: 35px;
	background: url(../images/left.png) no-repeat center;
	background-size: 20px;
}

.member {
	padding: 50px 20px 0;
}

.memberHeader {
	text-align: center;
}

.memberHeader .logo {
	width: 80%;
	margin: 0 auto 20px;
}

.memberHeader .logo img {
	width: 100%;
}

.memberHeader h2 {
	font-size: 18px;
	color: #fff;
}

.memberBox .box {
	line-height: 26px;
	margin: 20px 0 0;
	background: #F9D700;
	padding: 8px 12px;
	border-radius: 4px;
}

.memberBox .label {
	line-height: 20px;
	color: #333;
	padding-left: 58px;
	position: relative;
}

.memberBox .label font {
	color: #333;
}

.memberBox .label i {
	position: absolute;
	color: #fff;
	padding: 0 6px;
	left: 0;
	top: 4px;
	display: block;
	background: #333;
	border-radius: 3px;
	font-style: inherit;
	line-height: 22px;
	font-size: 12px;
}

.memberBox h4 {
	color: #999;
	font-size: 14px;
	line-height: 18px;
	margin: 6px 0;
}

.memberBox input[type=text],
textarea {
	border: none;
	line-height: 24px;
	height: 40px;
	padding: 8px 8px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
	width: 100%;
	border-radius: 2px;
	font-size: 16px;
	background-color: #000000;
}

.error {
	box-shadow: 0 0 3px 1px #f00
}

.err_msg {
	color: #FF0000;
	text-align: center;
	line-height: 18px;
}

textarea {
	height: 80px;
	text-align: left;
}

.memberBox .box1 a {
	text-align: center;
	color: #333;
	text-decoration: underline;
}

.memberBox .box3 h2 {
	font-size: 16px;
	color: #333;
	margin-bottom: 4px;
}

.memberBox .box3 h3 {
	font-size: 16px;
	color: #777;
	line-height: 20px;
	margin: 4px 0;
}

.memberBox .box3 .radioBox {
	margin-bottom: 10px;
}


.memberBox .box3 .hr {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}

.memberBox .btn,
.close {
	display: block;
	border: none;
	background: #F9D700;
	color: #fff;
	line-height: 40px;
	margin: 30px auto;
	width: 100%;
	font-size: 16px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.hide {
	display: none !important;
}

.fg {
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.tkBox {
	padding: 16px 30px;
	background: #F9D700;
	position: fixed;
	left: 10%;
	top: 50%;
	width: 80%;
	z-index: 20;
	text-align: center;
	margin-top: -170px;
	border-radius: 8px;
}
.tkBox .close{
	background: #000;
	margin: 20px auto;
}
.tkBox p {
	color: #000;
	text-align: left;
	line-height: 20px;
}

.tkBox img {
	height: 32px;
	text-align: center;
	margin-bottom: 14px;
}

.tkBox .close img {
	height: 20px;
	width: auto;
	margin: 9px 0 0 2px;
}

.tkBoxTanks {
	margin-top: -220px;
}

.tkBoxTanks img {
	margin-bottom: 10px;
}

.tkBoxTanks h2 {
	color: #000;
	font-size: 20px;
	font-family: Impact;
	margin-bottom: 10px;
	font-style: initial;
}

.tkBoxTanks p.des {
	margin-bottom: 20px;
}

.tkBoxTanks2 {
	margin-top: -250px;
	left: 5%;
	width: 90%;
	padding: 12px 16px;
}

.tkBoxTanks2 a.email {
	color: #666;
	line-height: 40px;
	text-decoration: underline;
}

footer {
	text-align: center;
	color: #999;
	line-height: 19px;
	/*background: url(../images/sy.png) no-repeat right 14px;
	background-size: 54px;*/
	font-size: 13px;
	padding-bottom: 20px;
}

.pcFooter {
	display: none;
}

.pcLogo {
	display: none;
}


/*-------------------*/

.w-all,
.memberBox .w-all {
	padding: 0;
	overflow: hidden;
}
.w-info-title {
	text-align: center;
	font-size: 16px;
	color: #000;
	background: #fff;
	font-weight: bold;
	line-height: 36px;
}
.tkBox .w-info-title{
	background: #000;
	color: #fff;
}
.w-container {
	line-height: 26px;
	color: #fff;
	padding: 16px;
	font-size: 14px;
}

.w-container img {
	width: 76px;
	height: auto;
	border: 2px solid #000;
	border-radius: 4px;
}

.w-container .fr {
	width: calc(100% - 92px);
}

.w-container span {
	color: #555;
}

.w-container font {
	color: #000;
}

.tkBoxTanks2 .w-all {
	margin: 14px 0 30px;
	border-radius: 4px;
	border: 1px solid #333;
}

.tkBoxTanks2 .w-container {
	line-height: 26px;
	color: #444;
	padding: 10px;
}

.tkBoxTanks2 .w-container img {
	width: 56px;
}

.tkBoxTanks2 .w-container .fr {
	width: calc(100% - 70px);
}

.memberBox .boxReview {
	line-height: 22px;
	color: #777;
}

.boxReview p {
	margin-bottom: 5px;
}

.boxReview .radioBox {
	color: #000;
	font-size: 14px;
	margin: 5px 0 10px;
}
.boxReview .radioBox img{
	height: 36px;
	margin-top: -5px;
	margin-left: 6px;
}
.boxReview .radioBox.checked{font-size: 18px;}
.boxReview .radioBox.checked img{
	width: 100%; height: auto; margin: 10px 0;
}

.boxReview .btn {
	margin: 14px auto;
	background: #000;
}

.checkBox {
	text-align: center;
	color: #333;
}

@media only screen and (min-width: 400px) {
	.memberBox .label {
		line-height: 28px;
	}
}

@media only screen and (min-width: 640px) {
	body{
		padding: 10px 0 0;
	}
	header {
		display: none;
	}
	.member {
		width: 560px;
		margin: auto;
		padding: 20px 0 20px;
	}
	.pcFooter {
		display: block;
		font-size: 14px;
		/*background: url(../images/sy.png) no-repeat 75% top;
		background-size: 70px;*/
	}
	.wapFooter {
		display: none;
	}
	.pcLogo {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.memberHeader .logo {
		display: none;
	}
	.memberHeader h2 {
		font-size: 24px;
	}
	.memberBox .label {
		line-height: 28px;
	}
	.tkBox {
		width: 300px;
		padding: 16px 30px;
		left: 50%;
		top: 50%;
		margin: -170px 0 0 -150px;
	}
	.close:hover {
		color: #fff;
	}
	.tkBoxTanks {
		margin-top: -220px;
	}
	.tkBoxTanks2 {
		margin-top: -250px;
		width: 400px;
		padding: 16px 30px;
		margin: -250px 0 0 -200px;
	}
}

@media only screen and (min-width: 1660px) {
	.member {
		width: 800px;
		margin: auto;
		padding: 30px 0 30px;
		font-size: 20px;
	}
	.memberHeader h2 {
		font-size: 30px;
	}
	.memberBox .label {
		line-height: 34px;
		padding-left: 90px
	}
	.memberBox .label i {
		padding: 0 12px;
		top: 2px;
		border-radius: 4px;
		line-height: 28px;
		font-size: 16px;
	}
	.memberBox .box {
		line-height: 40px;
		margin: 30px 0 0;
		padding: 18px 30px;
	}
	.memberBox .box3 h2 {
		font-size: 23px;
	}
	.memberBox .box3 h3 {
		font-size: 20px;
		line-height: 32px;
		margin: 6px 0;
	}
	.memberBox h4 {
		font-size: 20px;
		line-height: 32px;
	}
	.memberBox input[type=text],
	textarea {
		height: 60px;
		padding: 15px 14px;
		margin: 12px 0;
		font-size: 20px;
		line-height: 30px;
	}
	textarea {
		height: 160px;
	}
	.memberBox .btn,
	.close {
		line-height: 60px;
		margin: 40px auto 20px;
		font-size: 22px;
		border-radius: 6px;
	}
	.tkBox {
		transform: scale(1.4);
	}
	.close:hover {
		color: #fff;
	}
	.tkBoxTanks {
		margin-top: -240px;
		transform: scale(1.4);
	}
	.tkBox .close img{margin-top: 22px;}
	.tkBoxTanks2 {
		margin-top: -250px;
		width: 400px;
		padding: 16px 30px;
		margin: -250px 0 0 -200px;
	}
	.pcFooter {
	    font-size: 16px;
	    line-height: 26px;
	}
	/*-------------------*/
	.w-all,
	.memberBox .w-all {
		padding: 0;
	}
	.w-info-title {
		font-size: 22px;
		line-height: 46px;
	}
	.w-container {
		line-height: 40px;
		padding: 16px;
		font-size: 18px;
	}
	.w-container img {
		width: 120px;
		border: 4px solid #89AF0D;
		border-radius: 8px;
	}
	.w-container .fr {
		width: calc(100% - 145px);
	}
	
	
	.tkBoxTanks2 .w-all {
		margin: 14px 0 50px;
		border-radius: 4px;
		box-shadow: 4px 4px 10px #ddd;
	}
	.tkBoxTanks2 .w-info-title{
		font-size: 20px;
		line-height: 40px;
	}
	.tkBoxTanks2 .w-container {
		line-height: 26px;
		color: #444;
		padding: 10px;
		font-size: 14px;
	}
	.tkBoxTanks2 .w-container img {
		width: 56px;
	}
	.tkBoxTanks2 .w-container .fr {
		width: calc(100% - 70px);
	}
	.memberBox .boxReview {
		line-height: 30px;
	}
	.boxReview p {
		margin-bottom: 12px;
	}
	.boxReview .btn {
		margin: 14px auto;
	}
	.checkBox {
		text-align: center;
		color: #333;
		margin: 20px 0;
	}
}

@media only screen and (min-width: 1880px) {
	.member {
		transform: scale(1.2);
		margin: 100px auto;
	}
	.tkBox {
		transform: scale(1.6);
	}
	.tkBoxTanks2 {transform: scale(1.2);}
	.pcFooter {
	    font-size: 18px;
	    line-height: 30px;
	}
}
@media only screen and (min-width: 2400px) {
	.member {
		transform: scale(1.8);
		margin: 520px auto;
	}
	.pcFooter {
	    font-size: 34px;
	    line-height: 50px;
	    /* background: url(../images/sy.png) no-repeat 80% top; */
    	background-size: 120px;
	}
	.tkBox {
		transform: scale(2.4);
	}
	.tkBoxTanks2 {transform: scale(2);}
}

.gift_card img {
	max-width: 300px;
}

#gifted, #nocode {
	cursor: pointer;
}

.loading {
    pointer-events: none; /* 禁用按钮的点击 */
    opacity: 0.7; /* 改变透明度 */
}

.spinner {
    width: 20px;
    height: 20px;
    border: 3px solid #f5f5f5; /* 边框颜色 */
    border-top: 3px solid #333; /* 顶部颜色 */
    border-radius: 50%; /* 圆形 */
    animation: spin 1s linear infinite; /* 旋转动画 */
    display: inline-block; /* 保证在行内显示 */
    vertical-align: middle; /* 对齐方式 */
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.selectedImg {
	max-width: 10em;
}


button.close {
	color: #000;
}

/* Custom Modal Styles */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-content {
  position: relative;
  margin: 10% auto;
  padding: 0px 20px;
  width: 80%;
  max-width: 600px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 80%; /* Limit modal height */
  overflow-y: auto; /* Enable vertical scrolling */
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky; /* Make the header stick to the top */
  top: 0; /* Stick to the top of the modal */
  background: #fff; /* Match the modal background */
  z-index: 1; /* Ensure it stays above the content */
  padding: 10px 0; /* Add some padding for spacing */
  border-bottom: 1px solid #ddd; /* Optional: Add a border for separation */
}

.custom-modal-title {
  margin: 0;
  font-size: 18px;
}

.custom-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.custom-modal-goback {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.custom-modal-body {
  margin-top: 15px;
}

.custom-modal-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  background: #fff; /* Match the modal background */
  padding: 10px;
  border-top: 1px solid #ddd; /* Optional: Add a border for separation */
}

.v-hidden {
  visibility: hidden;
}