/* sell to us */
.sell_to_us {
	padding-top: 20px;
	align-items: flex-start;
}

.your_information {
	font-size: 40px;
	margin-top: 50px;
}

.sellOnline {
	width: 100%;
	height: 160px;
	margin-top: 20px;
	background: url(../image/sell_toop.jpg) no-repeat center;
	background-size: cover;
	justify-content: space-between;
	align-items: center;
	padding-left: 50px;
}
.contactUs .sellOnline{
	background: url(../image/contact_toptop.jpg) no-repeat center;

} 
.sellTop_left span {
	width: 84px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	background: #B6DCFF;
	border-radius: 50%;
	margin-right: 20px;
}

.sellTop_left span i {
	font-size: 50px;
	color: rgba(0, 130, 251, 1);
}

.contact_right span{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #B6DCFF;
	border-radius: 50%;
	margin-right: 20px;
}
.contact_right span i{
   font-size: 31px;
   color: rgba(0, 85, 251, 1);
}
.sellTop_left {
	align-items: center;

}

.sellTop_left .title {
	color: #fff;
	font-size: 36px;
	font-weight: bolder;
	font-size: "sans";
}

.sellOnline .sellOnlineButton {
	font-family: 'sans';
	width: 360px;
	height: 60px;
	
	text-align: center;
	color: #004ABA;
	font-size: 18px;
	background: linear-gradient(180deg, #97CDFF 0%, #4EA9FF 100%);
	border-radius: 30px 30px 30px 30px;
	opacity: 1;
	border: 2px solid #B0D9FF;
	margin-right: 50px;
	display: flex ;
	align-items: center;
	justify-content: center;
}

.sell_to_us .sell_l {
	width: 340px;
	background-color: #f9f9f9;
	margin-right: 30px;
	padding: 40px 20px 30px;
}

.sell_to_us .sell_l .sell_share {
	width: 100%;
	height: 100%;
}

.sell_to_us .sell_l .sell_share>div {
	color: #fff;
	font-size: 16px;
	padding-left: 9px;
}

.sell_to_us .sell_l .sell_share a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.sell_to_us .sell_l .sell_share img {
	width: 100%;
}

.sell_to_us .sell_l .sell_share p {
	color: #d52b1e;
	margin-bottom: 20px;
}

.sell_to_us .sell_l .sell_share p.buitext {
	margin-top: 40px;
	border: 1px solid #d5a602;
	border-radius: 3px;
	padding: 20px 5px;
}

.sell_to_us .sell_r {
	background: #F0F0F0;
	border-radius: 4px 4px 4px 4px;
	flex: 1;
	padding: 20px 30px 40px;
	margin-bottom: 110px;
}

.sell_to_us .sell_r .welcome {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 16px;
	margin-bottom: 30px;
}

.sell_to_us .sell_r .welcome h5 {
	color: #121212;
	font-size: 20px;
	margin-bottom: 10px;
}

.sell_to_us .sell_r .welcome p {
	line-height: 20px;
}

.sell_to_us .sell_r .your_info h5 {
	font-size: 28px;
	color: #000000;
}

.sell_to_us .sell_r .your_info .infoForm {
	align-items: flex-start;
}

.sell_to_us .sell_r .your_info .infoForm .input_title {
	color: #666666;
	margin-bottom: 8px;
}

.sell_to_us .sell_r .your_info .infoForm .input_title i {
	color: #d52b1e;
}

.sell_to_us .sell_r .your_info .infoForm .input_box {
	width: 49.1%;
	position: relative;
	margin-top: 20px;
	margin: 20px 0 0;
}

.sell_to_us .sell_r .your_info .infoForm .input_box input {
	width: 100%;
	height: 46px;
	background: #D9D9D9;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
}

.sell_to_us .sell_r .your_info .infoForm .input_box input::placeholder {
	color: #666666;
}

.sell_to_us .sell_r .your_info .infoForm .input_box i.ico {
	position: absolute;
	top: 44px;
	right: 10px;
	font-size: 14px;
	color: rgba(18, 18, 18, .5);
}

.sell_to_us .sell_r .your_info .infoForm .selltous_down_select {
	position: absolute;
	top: 101%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9;
	display: none;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
}

.sell_to_us .sell_r .your_info .selltous_down_select li {
	color: #000;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	cursor: pointer;
}

.sell_to_us .sell_r .your_info .selltous_down_select li:hover {
	background-color: #EE6A25;
	color: #ffffff;
}

.sell_to_us .sell_r .contact_means .contact_select {
	margin-right: 10px;
	position: relative;
}

.sell_to_us .sell_r .your_info .infoForm .contact_means .select_title i {
	top: 17px;
}

.sell_to_us .sell_r .contact_means .select_title {
	width: 120px;
	height: 46px;
	background: #D9D9D9;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	padding-left: 10px;
	cursor: pointer;
}

.sell_to_us .sell_r .submit button {
	width: 335px;
	height: 56px;
	background: rgb(0, 130, 251);
	border-radius: 2px 2px 2px 2px;
	color: #ffffff;
	font-size: 18px;
	margin-top: 40px;
}

/* .sell_to_us .sell_r .submit button:hover {
	background-color: #d5a602;
	box-shadow: 0px 6px 18px 0px rgb(227 206 27 / 56%);
} */

.sell_to_us .sell_r .infoForm .input_box.sell_platForm,
.sell_to_us .sell_r .infoForm .input_box.sell_server,
.sell_to_us .sell_r .infoForm .input_box.sell_product,
.sell_to_us .sell_r .infoForm .input_box.sell_coins {
	display: none;
}

.sell_to_us .sell_r .infoForm .input_box.sell_platForm.display,
.sell_to_us .sell_r .infoForm .input_box.sell_server.display,
.sell_to_us .sell_r .infoForm .input_box.sell_product.display,
.sell_to_us .sell_r .infoForm .input_box.sell_coins.display {
	display: block;
}

.sell_to_us .sell_r h1 {
	margin-bottom: 30px;
	text-transform: uppercase;
}

.sell_to_us .sell_r p {
	margin-bottom: 30px;
}

.sell_to_us .sell_r h2 {
	margin-bottom: 10px;
	color: #d52b1e;
}

.sell_to_us .sell_r p.buitext {
	border: 1px solid #d5a602;
	border-radius: 4px;
	padding: 25px;
	margin-top: 40px;
}

.sell_to_us .sell-tips {
	width: 360px;
	background-color: #fff;
	position: fixed;
	top: 35%;
	left: 50%;
	margin: 0 0 0 -130px;
	z-index: 100000;
	padding-bottom: 20px;
	display: none;
}

.sell_to_us .sell-tips h4 {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	font-size: 20px;
	color: #000;
}

.sell_to_us .sell-tips h4 i {
	color: #000;
	cursor: pointer;
}

.sell_to_us .sell-tips p {
	padding: 20px;
	text-align: center;
	color: #000;
}

.sell_to_us .sell-tips a.btn {
	margin-left: auto;
	margin-right: 20px;
	height: 40px;
	background-color: #EE6A25;
	border-radius: 2px;
	font-size: 14px;
	color: #faf9f8;
	cursor: pointer;
	width: 100px;
}


/* vip */
.vip_page {
	padding-bottom: 30px;
}

.static_page .h3 {
	font-size: 24px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	margin: 22px 0 15px 0;
}

.vip_page .vipContent .vipTopImg {
	width: 100%;
}

.static_title::after {
	content: '';
	width: 110px;
	height: 3px;
	background: #EE6A25;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.static_title {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin: 30px 0 0px 0;
}

.static_normal {
	margin-top: 30px;
}

.vip-discount table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-top: 20px;
}

.vip-discount table tr {
	height: 54px;

}

.vip-discount table tr td img {
	width: 44px;
	height: 44px;
}

.vip-discount table tr td,
.vip-discount table tr th {
	border: 1px solid rgba(194, 222, 255, 1);
}

.vip-discount table .vip-discount_top th {
	background: #DEEDFF;
	color: rgba(56, 125, 208, 1);
}

.static_normal p {
	margin-bottom: 10px;
}

/* 闈欐€佹牱寮� */
.our_products_content {
	padding: 40px 0;
}

.our_products_content h3 {
	font-size: 16px;
	color: #121212;
	margin: 30px 0 20px;
}

/* helpCenter */
.navWrap {
	width: 100%;
	background: #f9f9f9;
}

.helpNav {
	/* width: 1192px; */
	background: #000;
	color: #fff;
	/* height: 188px; */
	padding: 0 auto;
}

.helpT {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 40px;
}

.helpul {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 0;
}

.helpul li {
	width: 230px;
	height: 44px;
	border-radius: 6px;
	border: solid 1px #666666;
	text-align: center;
	line-height: 44px;

	font-size: 16px;
	margin-right: 10px;
	/* font-weight: 700; */
	cursor: pointer;
}

.navT {

	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #666;
	/* background: #d5a602; */
}

.navT span {
	color: #121212;
}

.navB,
.navT {
	max-width: 1200px;
	margin: 0 auto;
}

.navB {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 700;
}

.helpul li.active {
	background-color: #d5a602;
	border: 1px solid #d5a602;
}

.helpContent {
	max-width: 1200px;
	margin: 30px auto 0;
}

.helpContent p {
	margin-bottom: 20px;
}

.helpContentBlod {
	font-size: 16px;
	/* line-height: 5px; */
	color: #121212;
	font-weight: 700;
	margin-top: 40px;
}

.helpContent img {
	display: block;
	max-width: 100%;
	padding: 40px;
	/* height: 375px; */
	margin: 10px auto;
}

/* about US  */

.static_page {
	padding-bottom: 100px;
}

.AboutUs .AboutUs_top {
	width: 100%;
	height: 360px;
	background: url(../image/about_topBg.webp) no-repeat center;
	background-size: cover;
	padding: 41px 0 0 36px;
	margin-bottom: 10px;

}

.AboutUs .AboutUs_top .AboutUs_top_item {
	width: 636px;

}

.AboutUs .AboutUs_top .AboutUs_top_item .AboutUs_p1 {
	margin-bottom: 48px;
}

.AboutUs .AboutUs_top .AboutUs_top_item .AboutUs_p2 {
	color: #222;
	font-weight: bold;
	margin-bottom: 10px;
}

.AboutUs .AboutUs_top .AboutUs_top_item .AboutUs_p3 {
	width: 540px;
}

.static_page .static_online {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.static_page .contactUs .static_online {
	margin-left: 30px;
}

.contactUs_center_item_right .shade {
	justify-content: space-between;
}

.contactUs_center_item_right .shade a img {
	width: 100px;
	height: 33px;
}

.contactUs_center_item_wrap .shadeWrap {
	width: 100%;

}

.contactUs_center_item_wrap .shadeWrap .shade {
	justify-content: space-between;
	margin-left: 30px;
}

.static_page .static_online span {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #0082FB;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	margin-right: 15px;
}

.static_page .static_online span i {
	font-size: 20px;
	color: #fff;
}

.static_page .contactUs .static_online a,
.static_page .contactUs .static_online .liveChat {
	cursor: pointer;
	color: #C9C9C9;
}

.static_page .static_online a {
	color: rgba(0, 130, 251, 1);
}

.AboutUs .AboutUs_center {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.AboutUs .AboutUs_center .AboutUs_center_item {
	width: 33%;
}

.AboutUs .AboutUs_center .AboutUs_center_item .static_normal {
	width: 380px;
}

/* contact */
.contactUs {}

.contactUs_top img {
	width: 100%;
	margin-top: 20px;
}

.contactUs_center_item img {
	width: 120px;
	height: 120px;
	margin-top: 30px;
}

.contactUs_center {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.contactUs_center .contactUs_center_item {
	width: 49%;
	background: #333333;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	padding: 30px 40px;
	margin-bottom: 20px;
	color: #fff;
}

.contactUs_center_item_wrap {
	display: flex;
	align-items: center;
}

/* all_game */

/* allgame */
.allgame h2 {
	font-size: 48px;
	color: #e5e8f1;
	margin: 20px 0;
}

.allgame .gameListTitle {
	margin-top: 20px;
}

.allgame .gameListTitle ul {
	display: flex;
	flex-wrap: wrap;
}

.allgame .gameListTitle ul li {
	width: 220px;
	height: 50px;
	background: #555555;
	color: #e5e8f1;
	cursor: pointer;
	font-size: 16px;
	font-family: 'sans';

}

.allgame .gameListTitle ul li img {
	height: 40px;
	width: 40px;
	margin-right: 10px;
}

.allgame .gameListTitle ul li span .iconfont {
	font-size: 22px;
}

.allgame .gameListTitle ul li:hover {
	color: #1989e7;
}

.allgame .gameListTitle ul li.active {
	color: #0082FB;
	background: url(../public/images/allgame_actile.webp) #555555;
	background-size: cover;
	background-repeat: no-repeat;
}

.allgame .gameListTitle ul li:last-child.active {
	background: url(../public/images/allgame_actile.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.allgame .gameList_first {
	display: none;
	margin-top: 39px;
	margin-bottom: 20px;
}

.allgame .gameList_first.active {
	display: block;
}

.allgame .gameList_first ul {
	flex-wrap: wrap;
	grid-gap: 18px;
}

.allgame .gameList_first ul li {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: #777777;
	border-radius: 4px 4px 4px 4px;
	color: #fff;
	cursor: pointer;
}

.allgame .gameList_first ul li span .iconfont {
	font-size: 20px;
}

.allgame .gameList_first ul li:hover {
	color: #1989e7;
}

.allgame .gameList_first ul li.active {
	background: #0082FB;
	border-radius: 4px 4px 4px 4px;
	color: #fff;
}

.allgame .gamelist {
	display: none;
}

.allgame .gamelist.active {
	display: block;
}

.allgame .gamelist .games-list-item {
	color: #000;
	padding: 25px 0;
	border-top: 1px solid #d6d6d6;

}

.allgame .gamelist .games-list-item div {
	flex-wrap: wrap;
}

.allgame .gamelist .games-list-item .first_text {
	font-size: 50px;
	font-weight: 600;
	color: #EE6A25;
	min-width: 150px;
	padding-top: 5px;
	padding-left: 31px;
}

.allgame .breadcrumb {
	padding: 10px 0 0px 0;
}

.allgame .gamelist .games-list-item a {
	min-width: 250px;
	height: 40px;
	line-height: 40px;
	color: #222;
	display: flex;
	align-items: center;
}

.allgame .gamelist .games-list-item a i {
	display: block;
	width: 4px;
	height: 4px;
	background: rgba(85, 85, 85, 1);
	margin-right: 10px;
}

.allgame .gamelist .games-list-item a:hover {
	color: #1989e7;
}



/* affiliate */
.affiliate {
	/* margin-top: 30px;
	margin-bottom: 100px; */
}


.affiliateTop img {
	width: 100%;
	margin-top: 20px;
}

.affiliate .affiliate_top .mobile_img {
	display: none;
}

.affiliate .affiliate_top .pc_img {
	width: 100%;
	display: block;
}

.affiliate .affiliate_top .aff_contact {
	height: 100px;
	background-color: #2d3847;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 30px;
	margin-bottom: 40px;
}

.affiliate .affiliate_top .aff_contact .commonTitle {
	align-items: baseline;
	margin-bottom: 10px;
}

.affiliate .affiliate_top .aff_contact .commonTitle p {
	font-size: 30px;
	margin: 0 16px;
}

.affiliate .affiliateCenterTop {
	width: 260px;
	background: #333333;
	border-radius: 4px 4px 4px 4px;
}

.affiliate .affiliateCenterTop a {
	width: 100%;
	height: 64px;
	line-height: 64px;
	color: #fff;
	text-align: center;

}

.affiliate .affiliateCenterTop a.active {
	width: 100%;
	background: #EE6A25;
	border-radius: 4px 4px;
}

.affiliate .affiliate_top .aff_contact .contact_type img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.affiliate .affiliate_top .aff_contact .contact_type p {
	font-size: 18px;
}

.affiliate .affiliate_top .aff_contact .contact_type .skype {
	margin-right: 131px;
}


.affiliate .affiliate_content .aff_left {
	width: 300px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-right: 40px;

}

.affiliate .affiliate_content .aff_left li {

	position: relative;
	font-size: 18px;
}

.affiliate .affiliate_content .aff_left li a:hover {
	color: #049cc6;
}

.affiliate .affiliate_content .aff_left li.active a {

	background: #EE6A25;
	color: #fff;
}

.affiliate .affiliate_content .aff_left li a {
	width: 100%;
	height: 60px;
	background: #333;
	color: #fff;
	border-bottom: 1px solid #414141;
	display: block;
	text-align: center;
	line-height: 60px;
}



.affiliate .affiliate_content .aff_right {
	padding-left: 30px;
	padding-top: 22px;
	padding-bottom: 22px;
	font-size: 14px;
	background: #F0F0F0;
	border-radius: 4px 4px 4px 4px;
	width: 100%;
	padding-right: 30px;
}

.affiliate .affiliate_content .aff_right h4 {
	font-size: 16px;
	margin: 20px 0px 10px;
	font-family: 'Roboto';
}

.affiliate .affiliate_content .aff_index p {
	line-height: 20px;
}

.affiliate .affiliate_content .userInfo {
	font-size: 16px;
}

.affiliate .affiliate_content .aff_right .userInfo span {
	color: #faf9f8;
}

.affiliate .affiliate_content .userInfo p {
	color: #33ac44;
	margin-right: 60px;
}

.affiliate .affiliate_content .aff_right p>span {
	color: #33ac44;
}

.affiliate .aff_login_right p.title {
	font-size: 16px;
	color: #faf9f8;
	margin-bottom: 27px;
}

.affiliate .aff_login_right p.label {
	color: #faf9f8;
	margin-bottom: 10px;
}

.affiliate .aff_login_right p.label i {
	color: red;
	margin-right: 5px;
}

.affiliate .aff_login_right .input_box {
	margin-bottom: 20px;
}

.affiliate .aff_login_right input {
	width: 400px;
	height: 46px;
	color: #faf9f8;
	background-color: #1b2838;
}

.affiliate .aff_login_right button,
.affiliate .aff_login_right a {
	width: 120px;
	height: 46px;
	color: #faf9f8;
	font-size: 16px;
	background-color: #049cc6;
	cursor: pointer;
	margin-top: 10px;
	position: relative;
}

.affiliate .aff_login_right button .errorTips {
	top: -62px;
	white-space: nowrap;
}

.affiliate .aff_login_right button:hover,
.affiliate .aff_login_right a:hover {
	background-color: #12bbea;
}

.affiliate .aff_login_right .register_customers {
	border-bottom: 1px solid #1b2838;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.affiliate .aff_login_right .new_account p.title {
	margin-bottom: 15px;
}

.affiliate .aff_login_right .new_account a {
	margin-top: 30px;
}

.affiliate .aff_login_right .tips {
	color: red;
}

.affiliate .aff_profile.aff_login_right input {
	width: 360px;
}

.affiliate .aff_profile.aff_login_right .update_affiliate {
	border-bottom: 1px solid #1b2838;
	padding-bottom: 31px;
	margin-bottom: 30px;
}

.affiliate .aff_profile.aff_login_right .update_account {
	padding-right: 50px;
}

.affiliate .aff_profile.aff_login_right .update_account>div {
	align-items: flex-start;
}

.affiliate .aff_login_right p.label i.no {
	color: #315973;
}

.affiliate .aff_profile .update_account .common_select .select_title {
	height: 46px;
	color: #faf9f8;
	background-color: #1b2838;
	width: 360px;
	padding: 0 10px;
	cursor: pointer;
}

.affiliate .aff_profile .common_select {
	position: relative;
}

.affiliate .aff_profile .common_select .select_list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #000;
	display: none;
	max-height: 300px;
	overflow-y: auto;
	z-index: 1;
}

.affiliate .aff_profile .common_select .select_list p {
	height: 30px;
	padding-left: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.affiliate .aff_profile .common_select .select_list p span {
	color: #000;
}

.affiliate .aff_profile .common_select .select_list p img {
	margin-right: 5px;
}

.affiliate .aff_profile .common_select .select_list p:hover,
.affiliate .aff_profile .common_select .select_list p.active {
	background: #315973;
}

.affiliate .aff_profile .common_select .select_list p:hover span,
.affiliate .aff_profile .common_select .select_list p.active span {
	color: #fff;
}

.affiliate .aff_profile .is_affiliate {
	padding-right: 48px;
}

.affiliate .aff_profile .is_affiliate .radio_select {
	width: 360px;
	height: 46px;
	border: solid 1px #1b2838;
	padding-left: 10px;
	border-radius: 2px;
}


.affiliate .aff_profile .is_affiliate .radio_select .radio {
	margin-right: 60px;
	cursor: pointer;
}

.affiliate .aff_profile .is_affiliate .radio_select .radio span {
	width: 20px;
	height: 20px;
	border: solid 2px #477ea0;
	margin-right: 10px;
	cursor: pointer;
}

.affiliate .aff_profile .is_affiliate .radio_select .radio span i {
	display: none;
}

.affiliate .aff_profile .is_affiliate .radio_select .radio.active p,
.affiliate .aff_profile .is_affiliate .radio_select .radio:hover p {
	color: #fff;
}

.affiliate .aff_profile .is_affiliate .radio_select .radio.active span {
	background-color: #faf9f8;
	border: solid 2px #faf9f8;
}

.affiliate .aff_profile .is_affiliate .radio_select .radio.active span i {
	color: #060d1d;
	display: block;
}

.affiliate .aff_profile .is_affiliate .country .select_title,
.affiliate .aff_profile .is_affiliate .country .select_list {
	width: 100%;
}

.affiliate .aff_profile .is_affiliate .select_title {
	width: 120px;
	background-color: #1b2838;
	height: 46px;
	margin-right: 10px;
	padding: 0 10px;
	color: #fff;
	cursor: pointer;
}

.affiliate .aff_profile .is_affiliate .select_title i {
	font-size: 12px;
}


.affiliate .aff_profile .is_affiliate .select_input input {
	width: 230px;
	border-radius: 2px;
}

.affiliate .aff_profile .is_affiliate .select_list {
	width: 120px;
}

.affiliate .aff_profile .is_affiliate .flex_left,
.affiliate .aff_profile .is_affiliate .flex_right {
	width: 48%;
}

.affiliate .aff_profile .is_affiliate input,
.affiliate .aff_profile .is_affiliate .radio_select {
	width: 100%;
	border-radius: 2px;
}

.affiliate .aff_profile .is_affiliate .add_delete p {
	width: 60px;
	height: 22px;
	font-size: 12px;
	margin-left: 10px;
	cursor: pointer;
}

.affiliate .aff_profile .is_affiliate .add_delete p.add {
	background-color: #049cc6;
	color: #faf9f8;
	font-size: 12px;
	margin-bottom: 2px;
}

.affiliate .aff_profile .is_affiliate .add_delete p.delete {
	border: solid 1px #2d3847;
	color: #049cc6;
}

.affiliate .aff_order p.title {
	color: #faf9f8;
	font-size: 16px;
	margin-bottom: 10px;
}


.affiliate .aff_order .commission {
	margin: 20px 0 0;
	border-top: 1px solid #1b2838;
	padding-top: 20px;
}







.affiliate .aff_order .order-list table {
	width: 100%;
	text-align: center;
}

.affiliate .aff_order .order-list .order-info-box {
	color: #fff;
}

.order-info-box .goods-list {
	display: none;
}

.affiliate .aff_order .order-list table thead td {
	color: #fff;
	padding: 15px 0;
	font-size: 14px;

}

.affiliate .aff_order .order-list table thead tr.bg-gradient {
	background: #315973;
	border-radius: 5px;
}

.affiliate .aff_order .order-list table tbody td {
	font-size: 12px;
	padding: 30px 0;
	border-bottom: 1px solid #1b2838;
}

.affiliate .aff_order .order-list table tbody td .price {
	font-size: 16px;
	color: #fff;
}

.affiliate .aff_order .order-list table tbody td.btn span {
	height: 40px;
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
	padding: 0 10px;
}

.affiliate .aff_order .order-list td.btn span.hide {
	background-color: #1b2838;
	margin-right: 5px;
	color: #049cc6;
}

.affiliate .aff_order .order-list td.btn span.hide:hover {
	background: #315973;
	color: #fff;
}

.affiliate .aff_order .order-list td.btn span.live-chat {
	color: #fff;
	background-color: #049cc6;
}

.affiliate .aff_order .order-list td.btn span.live-chat:hover {
	background-color: #12bbea;
}

.affiliate .aff_order .order-list .goods-info {
	padding: 20px 50px 20px 20px;
}

.affiliate .aff_order .order-list .goods-info .price {
	font-size: 16px;
}

.affiliate .aff_order .order-list .goods-info .qty {
	color: #fff;
	margin-right: 100px;
	font-size: 12px;
}

.affiliate .aff_order .order-list .goods-info .goods-title {
	display: flex;
	align-items: center;
}

.affiliate .aff_order .order-list .goods-info .goods-title div {
	font-size: 12px;
}

.affiliate .aff_order .order-list .goods-info .goods-title .goodsImage {
	width: 80px;
	min-width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}

.affiliate .aff_order .order-list .goods-info .goods-title img {
	max-width: 100%;
	max-height: 100%;
}

.affiliate .aff_order .order-list .payment {
	display: flex;
	justify-content: flex-end;
	padding: 20px 35px 20px 20px;
	border-bottom: 1px solid #1b2838;
}

.affiliate .aff_order .order-list .method p {
	margin-bottom: 16px;
}

.affiliate .aff_order .order-list .payment .pay-price div {
	margin-bottom: 15px;
}

.affiliate .aff_order .order-list .payment .pay-price div label {
	display: inline-block;
	margin-right: 65px;
}

.affiliate .aff_order .order-list .payment .pay-price div .price {
	font-size: 16px;
	color: #fff;
}

.affiliate .aff_order .order-list .payment .pay-price div.subtotal {
	font-size: 14px;
	border-top: 1px solid #1b2838;
	padding-top: 15px;
}

.affiliate .aff_order .order-list .payment .pay-price div.subtotal .price {
	color: #049cc6;
}

.affiliate .aff_order .order-list .table-bottom tbody td {
	border-bottom: none;
}

.affiliate .aff_order .settlement {
	background: #1b2838;
	margin-top: 30px;
	height: 40px;
	text-align: right;
	line-height: 40px;
	color: #477ea0;
	padding-right: 10px;
}

.affiliate .aff_order .settlement .withdrawals {
	border-right: 1px solid #315973;
	padding-right: 10px;
	margin-right: 10px;
}

.affiliate .aff_order .settlement i {
	color: #33ac44;
	font-size: 16px;
}

.affiliate .aff_order .order-cash {
	justify-content: flex-end;
	margin: 20px 0;
}

.affiliate .aff_order .order-cash button {
	color: #fff;
	background: #049cc6;
	cursor: pointer;
	width: 160px;
	height: 46px;
	font-size: 16px;
}

.affiliate .aff_order .order-cash button:hover {
	background: #12bbea;
}

.affiliate .aff_order .exchangeCash {
	display: none;
}

.affiliate .aff_order .exchangeCash.display {
	display: block;
}

.affiliate .aff_order .exchangeCash input {
	padding-left: 20px;
}

.affiliate .aff_order .no-withdrawal .exchangeCash {
	color: #000;
	font-size: 14px;
}

.affiliate .aff_order .exchangeCash .payment {
	display: flex;
}

.affiliate .aff_order .exchangeCash .payment span {
	display: flex;
	margin-right: 20px;
}

.affiliate .aff_order .exchangeCash .payment input {
	width: 20px;
	height: 20px;
	appearance: auto;
	padding: 0;
	margin-right: 5px;
	cursor: pointer;
}


.affiliate .aff_order .noOrder {
	text-align: center;
	padding: 50px 0;
	color: #fff;
}


.affiliate .aff_order .waiting {
	text-align: center;
	display: none;
	padding: 50px 0;
}

.affiliate .aff_order .waiting img {
	width: 80px;
}

.affiliate .audit_wait {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 50px;
}

.affiliate .audit_wait img {
	width: 150px;
	margin-bottom: 20px;
}


.affiliateOrder .exchangeCash.display {
	display: block;
	color: #000;
}

.affiliateOrder .exchangeCash input {
	padding-left: 20px;
}

.affiliateOrder .no-withdrawal .exchangeCash {
	color: #000;
	font-size: 14px;
	padding: 40px;
}

.affiliateOrder .exchangeCash i.close-ico {
	top: 20px;
	right: 20px;
}

.affiliateOrder .exchangeCash .payment span {
	margin-right: 20px;
}

.affiliateOrder .exchangeCash .input_box {
	margin-bottom: 20px;
}

.affiliateOrder .exchangeCash p {
	color: #000;
}

.affiliateOrder .exchangeCash .payment input {
	width: 20px;
	height: 20px;
	appearance: auto;
	padding: 0;
	margin-right: 5px;
	cursor: pointer;
}

@media (max-width: 1024px) {
    .static_page {
        padding: 10px 10px;
    }

    /* sell to us */
    .sell_to_us {
        display: block;
    }

    .sell_to_us .sell_l {
        width: 100%;
        padding: 24px 12px;
        height: auto;
    }

    .sell_to_us .sell_r .your_info .infoForm .input_box {
        width: 100%;
    }

    .sell_to_us .sell_r {
        padding: 20px 12px;
        margin-top: 20px;
    }

    .sell_to_us .sell_l .sell_share .twitter_share {
        margin-bottom: 16px;
    }

    .sell_to_us .sell_r .submit button {
        width: 100%;
    }


    /* //鏉℃ */
    .our_products_content {
        padding: 30px 12px;
    }

    /* helpCenter */
    .helpNav {
        width: 100%;

    }

    .navT {
        display: none;
    }

    .helpT {
        width: 93%;
        margin: 0 auto;
        font-size: 24px;
        padding-top: 20px;
    }

    .helpul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-right: 0;
        padding: 0 10px;


    }

    .helpul li {
        width: 49%;
        font-size: 13px;
        margin: 10px 0;
    }

    .navB,
    .navT {
        width: 93%;
        font-size: 24px;
    }

    .helpContent {
        width: 93%;

    }

    .helpContent img {
        width: 90%;
    }

    .helpContentBlod {
        font-size: 16px;
        margin: 0;

    }

    .helpcontentUsual {
        font-size: 14px;
    }

    /* aboutUs */
    .AboutUs {
        margin-top: 20px;
    }

    .about_img_m {
        width: 100%;
        display: block;
    }

    .about_img_pc {
        display: none;
    }


    .abouttop {
        flex-direction: column;
        padding: 20px 0 30px;
    }

    .aboutBootom {
        flex-direction: column;
        padding: 30px 0;

    }

    .aboutTopRight {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .aboutCenter ul {
        flex-direction: column;
        padding: 10px 0;
    }

    .aboutCenter ul li {
        width: 100%;
    }

    .aboutBootom a {
        margin-top: 10px;
    }

    .aboutCenter {
        margin-top: 31px;
    }

    .AboutUs .title {
        /* padding: 20px 0; */
        margin: 0;
    }

    /* contactUs */
    .contactUs {
        display: flex;
        flex-direction: column;
    }

    .contactRight {
        order: -1;

    }

    .contactRight img {
        width: 100%;
        margin: 0;
    }

    .contactLeft {
        width: 100%;
        margin: 20px 0;
    }

    .contactC {
        padding: 0;
        margin-bottom: 10px;
    }


    /* allgame */
    .allgame .breadcrumb {
        padding: 10px;
    }

    .allgame .gameListTitle ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .allgame .gameListTitle ul li {
        width: auto;
    }

    .allgame .gameList_first ul {
        grid-gap: 10px;
        padding: 0 10px;
    }

    .allgame .gameList_first ul li {
        margin-right: 0;
    }

    .allgame .gameListTitle ul li.active {
        background: #fff;
    }

    /* 鏂扮殑 */
    .contactUs_center {
        flex-direction: column;
        margin-top: 20px;
    }

    .contactUs_center .contactUs_center_item {
        width: 100%;
    }

    .contactUs_center_item_wrap {
        flex-direction: column;
    }

    .contactUs_center_item_wrap .shadeWrap .shade {
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .your_information {
        padding: 0 10px;
        font-size: 24px;
        margin-top: 15px;
    }

    .sell_to_us {
        padding: 0 10px;
    }

    .sellOnline .sellOnlineButton {
        width: 100%;
        margin-right: 0;
    }

    .AboutUs .AboutUs_center {
        flex-direction: column;
    }

    .AboutUs .AboutUs_top {
        padding: 10px;
    }

    .AboutUs .AboutUs_top .AboutUs_top_item,
    .AboutUs .AboutUs_top .AboutUs_top_item .AboutUs_p3 {
        width: 100%;
    }

    .bredcrumbAbout {
        font-size: 24px;
    }

    .sellOnline {
        height: auto;
        flex-direction: column;
        padding: 20px 20px;
        border-radius: 5px;
    }

    .sellTop_left .title {
        font-size: 15px;
    }

    .sellTop_left span {
        width: 54px;
        height: 42px;
        line-height: 42px;
    }

    .sellTop_left span i {
        font-size: 25px;
    }

    .sellOnline .sellOnlineButton {
        width: 60%;
        font-size: 12px;
        height: 40px;
        margin-top: 10px;
    }

    .sellOnline_wrap {
        padding: 10px;
    }

    .contact_right span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }

    .contact_right span i {
        font-size: 20px;
    }

    .AboutUs .AboutUs_center .AboutUs_center_item {
        width: 100%;
    }
    .sell_to_us .sell-tips{
        top: 23%;
    left: 37%;
    }
}


@media (max-width: 500px) {
    .vip-discount table .hidden-xs {
        display: none;
    }
}