@charset "utf-8";
/* General Css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f4f4f4;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body,
div,
a,
textarea,
input,
p,
table,
button,
select {
	font-family: 'PingFangSC', 'helvetica neue', 'hiragino sans gb', 'arial', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif';
	font-size: 14px;
}

body,
form,
div,
h1,
h2,
h3,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td,
img,
table {
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-type: none;
}

a,
a:hover,
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.clear-fix {
	clear: both;
}

/* header */

.header-div {
	width: 100%;
	height: auto;
	/*background-color: #160414;*/
}

.header-nav {
	width: 100%;
	height: 68px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.nav-layout {
	width: 1200px;
	height: 68px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-navflex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.topbtn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nav-layout .company-logo {
	width: 160px;
	height: 42px;
	background: url('../img/logo2.png') no-repeat;
	background-size: auto 100%;
	display: inline-block;
}

.nav-layout .menu-list {
	margin-left: 100px;
	display: inline-block;
}

.nav-layout .menu-list ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.nav-layout .menu-list ul li {
	float: left;
	line-height: 68px;
	padding: 0 24px;
}

.nav-layout .menu-list ul li a {
	color: #333;
	font-size: 16px;
}

.nav-layout .menu-list ul li a:hover {
	color: #3d7fff;
}

.active-color {
	color: #3d7fff !important;
	font-weight: 700 !important;
}

.active-color:after,
.nav-layout .menu-list ul li a:hover::after {
	content: '';
	width: auto;
	height: 3px;
	display: block;
	margin: 0 auto;
	background-color: #3d7fff;
	border-radius: 100px;
	margin-top: -3px;
}

.nav-layout .login-btn {
	width: 90px;
	height: 30px;
	line-height: 30px;
	color: #3d7fff;
	border: 1px solid #3d7fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	text-align: center;
	float: right;
	margin-left: 12px;
	cursor: pointer;
}

.nav-layout .login-btn:hover {
	color: #fff;
	background-color: #3d7fff;
	border: 1px solid #3d7fff;
}

.header-div .chapter-banner {
	width: 100%;
	height: 600px;
	background: url('../img/WechatIMG1.png') no-repeat center 0;
	margin-top: 68px;
	overflow: hidden;
}

/* advantage */

.advantage-banner {
	width: 100%;
	height: auto;
}

.colorbg-white {
	background-color: #ffffff;
}

.colorbg-gray {
	background-color: #f9f9f9;
}

.recharge-topbox {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dddddd;
}

.advantage-content {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding-top: 48px;
	position: relative;
}

.content-layout {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.content-layout .content-list {
	display: inline-block;
}

.content-layout .content-list ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.content-layout .content-list ul li {
	float: left;
	line-height: 100px;
	padding-right: 24px;
}

.content-layout .content-list ul li a {
	color: #333;
	font-size: 20px;
}

.content-list ul li a:hover {
	color: #3d7fff;
}

.content-list ul li a:hover::after {
	content: '';
	width: auto;
	height: 3px;
	display: block;
	margin: 0 auto;
	background-color: #3d7fff;
	border-radius: 100px;
	margin-top: -3px;
}

.recharge-content {
	width: 1060px;
	height: auto;
	margin: 0 auto;
	padding: 80px;
}

.re-co-title {
	color: #333;
	font-size: 18px;
	text-align: left;
	line-height: 20px;
	font-weight: 700;
	display: block;
}

.re-flexrow {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 0;
	overflow: hidden;
}

.box-money {
	width: 158px;
	height: 58px;
	color: #949494;
	font-size: 20px;
	line-height: 60px;
	font-weight: 500;
	text-align: center;
	background: #f1f0f5;
	border: 1px solid #f1f0f5;
	border-radius: 10px;
	margin-right: 20px;
	display: block;
	cursor: pointer;
}

.re-flexrow a:last-child {
	margin-right: 0;
}

.box-money span {
	font-size: 30px;
	font-weight: 500;
}

.selected-money,
.box-money:hover {
	color: #3d7fff;
	background: #eaf1ff;
	border: 1px solid #3d7fff;
}

.flanks-box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.flanks-layer {
	margin-right: 60px;
}

.input-box {
	width: 200px;
	height: 60px;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.rmb-icon {
	color: #333;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	padding-top: 5px;
}

.input-style {
	width: 160px;
	color: #333;
	font-size: 30px;
	line-height: 40px;
	border: none;
	outline: none
}

.payment-method {
	width: 180px;
	height: 60px;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.active-border {
	border: 1px solid #3d7fff;
}

.zfb-icon {
	width: 40px;
	height: 40px;
	background: url('../img/zhifubao.png') no-repeat;
	background-size: 40px;
}

.wx-icon {
	width: 40px;
	height: 40px;
	background: url('../img/weixin.png') no-repeat;
	background-size: 40px;
}

.text-style {
	color: #333;
	font-size: 18px;
	line-height: 20px;
	padding-left: 8px;
}

.select-icon {
	width: 18px;
	height: 18px;
	background: url('../img/select-icon.png') no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.re-btn {
	width: 560px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(to right, #209cff, #68e0cf);
	border-radius: 10px;
	margin: 30px auto;
	cursor: pointer;
}

.re-btn:hover {
	background: linear-gradient(to right, #4eb0ff, #6eebd9);
}

/* productlist */

.product-box {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding: 80px 0;
}

.flexrow-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.product-list {
	width: 260px;
	height: auto;
	padding: 20px;
	background-color: #f7f9fa;
	border-radius: 20px;
	border: 1px solid #f7f9fa;
	display: block;
}

.product-list:hover {
	border: 1px solid #ddd;
}

.product-img {
	width: 260px;
	height: 260px;
	border-radius: 18px;
	overflow: hidden;
}

.product-img img {
	width: 260px;
	height: 260px;
}

.price-text {
	color: #333;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	padding: 12px 0 6px;
}

.price-text span {
	color: #f44;
	font-size: 24px;
	line-height: 28px;
	padding-right: 2px;
}

.product-title {
	color: #333;
	font-size: 20px;
	text-align: left;
	display: block;
}

/* footer */

.footer {
	width: 100%;
	height: auto;
	background-color: #2e3033;
}

.footer .footer-main {
	width: 1200px;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
	padding: 80px 0;
}

.flexrow-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.footer-logo {
	width: 160px;
	height: 42px;
	background: url('../img/logo2.png') no-repeat;
	background-size: 160px 42px;
}

.fo-line {
	width: 1px;
	height: 42px;
	background: #aeaeae;
	margin: 0 24px;
}

.fo-txt-box span {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	display: block;
}


/* 详情页 */

.details-topbox {
	width: 1200px;
	height: auto;
	background: #fff;
	margin: 88px auto 16px;
	border-radius: 100px;
}

.crumbs {
	width: 1100px;
	height: auto;
	font-size: 18px;
	padding: 20px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.crumbs a,
.crumbs span {
	color: #333;
	font-size: 18px;
	padding: 0 10px;
	display: block;
}

.crumbs a:hover {
	color: #3d7fff;
}

.product-details {
	width: 1160px;
	min-height: 600px;
	background: #fff;
	margin: 0 auto 20px;
	border-radius: 20px;
	padding: 20px;
}

.pr-de-img {
	width: 450px;
	height: 450px;
	border-radius: 18px;
	overflow: hidden;
}

.pr-de-img img {
	width: 100%;
	height: 100%;
}

.right-des {
	width: 680px;
	height: 450px;
	overflow: hidden;
}

.deta-title {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
	padding-top: 30px;
	display: block;
}

.deta-price {
	color: #f44;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	padding: 20px 0 40px;
	display: block;
}

.gary-color {
	color: #666;
	font-size: 18px !important;
}

.deta-price span {
	font-size: 28px;
}

.tips-txt {
	color: #666;
	font-size: 14px;
	text-align: left;
	display: block;
}

.buy-btn {
	width: 220px;
	height: 48px;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
	box-shadow: rgba(255, 119, 0, 0.2) 0px 9px 13px 0px;
	border-radius: 100px;
	margin-top: 30px;
	display: block;
}

.de-name {
	width: 100%;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	padding: 22px 18px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid hsla(0, 0%, 59.2%, .1);
	margin: 60px 0 60px;
	display: block;
}

.details-content {
	width: 1000px;
	height: auto;
	font-size: 0;
	margin: 0 auto;
	border-radius: 18px;
	overflow: hidden;
}

.details-content img {
	width: 100%;
}

/* 通用弹窗样式 */

.gray-layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;

}

.white-layer {
	padding: 30px;
	background: #fff;
	border-radius: 16px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close-registerwin {
	color: #666;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	padding: 10px 20px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}

.reg-title {
	width: 300px;
	height: 30px;
	margin-top: 20px;
}

.reg-title a {
	color: #333;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	font-weight: 700;
	display: inline-block;
	margin-right: 10px;
}

.reg-title a:hover,
.active-s {
	color: #3d7fff !important;
}

.active-s::after {
	content: '';
	width: 30%;
	height: 3px;
	display: block;
	margin: 0 auto;
	background-color: #3d7fff;
	border-radius: 100px;
	margin-top: 10px;
}

.reg-title a:hover::after {
	content: '';
	width: 30%;
	height: 3px;
	display: block;
	margin: 0 auto;
	background-color: #3d7fff;
	border-radius: 100px;
	margin-top: 10px;
}

.input-reg {

	height: 36px;
	margin-top: 30px;
	border-bottom: 1px solid #e4e5e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.input-reg input {
	width: 300px;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	outline: none;
	border: none;
	padding: 0 4px;
}

.re-yzm {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	padding-right: 4px;
	display: block;
}

.re-yzm:hover {
	color: #3d7fff;
}

.register-btn {
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(90deg, #209CFF, #68E0CF);
	border-radius: 100px;
	margin: 20px auto 12px;
	display: block;
}

.l-txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-txt a {
	color: #3d7fff;
	;
	font-size: 14px;
	display: block;
}


.tips-txt {
	height: 30px;
	padding-top: 10px;
	overflow: hidden;
}

.tips-txt span {
	color: #ff0000;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	display: block;
}

.radio-container {
	box-sizing: border-box;
	background: #ffffff;
	color: #666;
	font-size: 12px;
	line-height: 28px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;
	margin-top: 10px;
}

.radio-input {
	cursor: pointer;
}

.radio-container a {
	color: #555;
	font-size: 12px;
	line-height: 28px;
	font-weight: 700;
	padding: 0 2px;
}

.getCodeBtn {
	color: #0084F3;
	background-color: #fff;
	float: right;
	max-width: 127px;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 21px;
	border: none;
}

.h-nickname-area {
	width: 190px;
	padding: 18.5px 0px;
	float: left;
	cursor: pointer;
}

.h-nickname-area {
	width: 190px;
	padding: 18.5px 0px;
	float: left;
	cursor: pointer;
}

.h-user-face {
	width: 28px;
	height: 28px;
	border-radius: 15px;
	border: 1px solid #F5F5F5;
	float: right;
	margin-top: 6.5px;
}

.h-nickname {
	padding-left: 3px;
	max-width: calc(100% - 37px);
	float: right;
	font-size: 14px;
	line-height: 43px;
}

.more-operations {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 96;
}

.more-operations-cont {
	position: absolute;
	top: 48px;
	min-height: 88px;
	width: 145px;
	right: calc((100% - 1200px) / 2);
	z-index: 120;
	line-height: 1.8;
}

@font-face {
	font-family: "iconfont";
	src: url('data:font/ttf;base64,AAEAAAAKAIAAAwAgT1MvMj7jS9UAAAEoAAAAYGNtYXDmh+caAAABqAAAAKBnbHlmJxrmvQAAAlwAAANMaGVhZCLq2IkAAACsAAAANmhoZWEJ4wWLAAAA5AAAACRobXR4IgMCxgAAAYgAAAAgbG9jYQPUAuQAAAJIAAAAEm1heHABGABcAAABCAAAACBuYW1l6T4jOwAABagAAAKycG9zdEMh31kAAAhcAAAAagABAAAAAQAADFKKy18PPPUACwQAAAAAAN27xM0AAAAA4AvPvwAA/4AGBAOAAAAACAACAAAAAAAAAAEAAAOA/4AAXAYDAAD//wYEAAEAAAAAAAAAAAAAAAAAAAAIAAEAAAAIAFAABgAAAAAAAgAAAAoACgAAAP8AAAAAAAAABARAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZAGA5gHmBwOA/4AAAAPcAIAAAAABAAAAAAIAAs0AAAAAAAAEAAAABAAAMwQAAHYEAACdBAAAdgQAAL8GAwAABAAASwAAAAMAAAADAAAAHAABAAAAAABaAAMAAQAAABwABAA+AAAACAAIAAIAAAAAAB3mB///AAAAAAAd5gH//wAA/+MAAAABAAAAAAAEAAAAAQAGAAIAAwAEAAUABwAGAEYAAAAAAB4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAASAC8AToBUgFiAaYAAAABADP/6gPNAxsADgAACQEGHgEzITI+AScBLgEGAbv+hw8LKx4C8h4rCw/+hw82NgLu/XQaOSUlORoCjBoTEwAABAB2//YDigMKAAMABwALAA8AABMlESEBJREhBSERJQEhESV2AUD+wAFnAa3+U/6ZAUD+wAFnAa3+WAKZLP7KATtA/ooo/sotAQn+ijsAAAAGAJ3/zgOKAzcAAwAHABkAJgAzAE4AAAE1IxUjNSMVNxYVITQ3JyY2HwE2Mhc3NhYHEzYWHQEUBiImPQE0NgU2Fh0BFAYiJjc1NDYTESERFAYnIxUUBiImNzUjFRQGIiY9ASMGJjcChCWXJfRe/j5bMQ4cDDktay44DhkMiRchIi0iIf2cFyEhLiIBIXQBwhYPJyEuIgFKIi0iJhAWAQJ7JiYmJmhBbnA/Lw0YDDYYGDYMGA3+/QEhFvwXHx8X/BYhAQEhFvwXHx8X/BYh/pcBaP6YDxUBfxgfIBd/fxgfIBd/ARUPAAAAAgB2/80DYgMxAEEATwAAASY3NjcxJicmJyYHBgcGBwYiJyYnJicmIw4BBwYVFBcWFxYXFjc2NzY3Njc2MhceARcWMzY3Njc2NzY3NSYnJicmAzY3NicOAgcGFxY3NgLnAS4YHiM6JCcdIxQlFQkPFBAJFh0QGxY7ZR4nHRoqJhopKBISChQXDhYxFg0rCxMUKiYXJhsTCwYQEiQWHn4bDQ8EJVA1DhAFJyklAWxENhwSMRcOAgIIBQ4IAwUFAwgLBAgBPDJAV01TSzs1FyUCAQUDCAkEBgYDEgMFASEWNCYsFxQBBgwXIS4BdxwjJSQBJDYhJiIDEhAAAAAAAQC/AVwDQQGcAAsAAAEhIiY0NjMhMhYUBgMh/b4NExMNAkINExMBXBMbEhIbEwAAAQAA/4AGBAOAAAMAAAUJAgQAAgT9/PwAgAIAAgD+AAACAEv/ywO1AzUACwAoAAAFPgE3LgEnDgEHHgE3IiY0PwEnJjQ2Mh8BNzYeAg8BFxYUBiIvAQcGAgC4+AUF+Li59wUF+B4PFQuAgAsVHgqBgQsdFAELgIAKFR4KgIALNQX4uLj4BQX4uLj48hUeCoGACh4UCoCADAEUHgqBgAofFQqBgQoAAAAAAAASAN4AAQAAAAAAAAATAAAAAQAAAAAAAQAIABoAAQAAAAAAAgAHABMAAQAAAAAAAwAVABoAAQAAAAAABAAIABoAAQAAAAAABQAvAC8AAQAAAAAABgAIABoAAQAAAAAACgArAF4AAQAAAAAACwATAIkAAwABBAkAAAAmAJwAAwABBAkAAQAQANAAAwABBAkAAgAOAMIAAwABBAkAAwAqANAAAwABBAkABAAQANAAAwABBAkABQBeAPoAAwABBAkABgAQANAAAwABBAkACgBWAVgAAwABBAkACwAmAa5DcmVhdGVkIGJ5IGljb25mb250UmVndWxhcmljb25mb250OlZlcnNpb24gMS4wMFZlcnNpb24gMS4wMCBGZWJydWFyeSAxMCwgMjAyMywgaW5pdGlhbCByZWxlYXNlR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwByAGUAYQB0AGUAZAAgAGIAeQAgAGkAYwBvAG4AZgBvAG4AdABSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdAA6AFYAZQByAHMAaQBvAG4AIAAxAC4AMAAwAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAwACAARgBlAGIAcgB1AGEAcgB5ACAAMQAwACwAIAAyADAAMgAzACwAIABpAG4AaQB0AGkAYQBsACAAcgBlAGwAZQBhAHMAZQBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAgECAQMBBAEFAQYBBwEIDHNhbmppYW94aW5nMQZ3aWRvd3MFYW56dW8DaW9zC3hpYWh1YXhpYW4yB2FkdmFuY2UFY2xlYXIAAA==') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.more-operations .by {
	width: 100%;
	background-color: #fafafa;
	border-radius: 8px;
	margin-top: -15px;
}

.more-operations .by .cell {
	height: 42px;
	line-height: 42px;
	color: #333;
	font-size: 14px;
}

.icon-sanjiaosahng:before {
	content: "\e601";
}

.more-operations .by .cell::after {
	position: absolute;
	height: 1px;
	transform: scaleY(1);
	background-color: #eee;
	left: 6px;
	right: 6px;
	z-index: 3;
	content: '';
}