

.absolute,
.fixed,
.mask {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.absolute {
	position: absolute
}

.fixed,
.mask {
	position: fixed
}

.mask {
	z-index: 150;
	background-color: rgba(0, 0, 0, .7)
}

.nowrap {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.absoluteCenter {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.my-loading {
	width: 38px;
	height: 38px;
	vertical-align: baseline;
	display: inline-block;
	-webkit-animation: my-loading 1s steps(12) infinite;
	animation: my-loading 1s steps(12) infinite;
	background: transparent url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E") no-repeat;
	background-size: 100%
}

@-webkit-keyframes my-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes my-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.my-confirm {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9999;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .08);
	width: 302px;
	height: 204px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.my-confirm .title {
	color: #333;
	font-size: 18px;
	line-height: 19px;
	text-align: left;
	padding: 16px 20px 13px
}

.my-confirm .content {
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	line-height: 22px;
	min-height: 96px;
	text-align: left
}

.my-confirm .btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.my-confirm .btns .b1,
.my-confirm .btns .b3 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 0;
	padding: 16px 0;
	background: none;
	cursor: pointer
}

.my-confirm .btns .b1 {
	font-size: 14px;
	line-height: 19px;
	color: #999
}

.my-confirm .btns .b2 {
	width: 1px;
	height: 21px;
	background: #eaeaea
}

.my-confirm .btns .b3 {
	cursor: pointer;
	font-size: 14px;
	line-height: 19px;
	color: #ff3535
}

.my-confirm .btns .b3.rootColor {
	color: #0aa29b
}

.my-prompt {
	display: none;
	position: absolute;
	left: 0;
	left: 50%;
	top: 50%;
	z-index: 9999;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.my-prompt .ps {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 15px;
	max-width: none !important;
	border-radius: 4px;
	white-space: nowrap;
	border: 1px solid #202020;
	background-color: rgba(0, 0, 0, .8)
}


.isdata_showhide,
.isvip_navigation,
.isvip_showhide {
	display: none
}

.header {
	height: 68px;
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05)
}

.header .touxiang_header_default {
	width: 74px;
	height: 36px;
	background: #0aa29b;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	display: none
}

.header .touxiang_header_default:hover {
	opacity: .7
}

.header .content {
	width: 1200px;
	margin: 0 auto;
	height: inherit;
	position: relative
}

.header .content,
.header .content .jg-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .content .jg-logo {
	margin-right: 25px
}

.header .content .jg-logo .logo {
	max-width: 140px;
	height: 40px
}

.header .content .jg-logo .logo img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-o-object-fit: contain;
	object-fit: contain
}

.header .content .jg-logo .name {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	margin-left: 10px;
	white-space: nowrap
}

.header .content .c_nav {
	font-size: 0
}

.header .content .c_nav .item {
	padding: 0 13px;
	font-size: 14px;
	color: #333;
	line-height: 68px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-bottom: 3px solid transparent
}

.header .content .c_nav .item.select {
	color: #0aa29b;
	font-weight: 700
}

.header .content .c_nav .item.select,
.header .content .c_nav .item:hover {
	background: #fafafa;
	border-bottom-color: #0aa29b
}

.header .content .search {
	width: 650px;
	margin: 0 20px 0 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .content .search input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	padding: 0 20px;
	height: 50px;
	border: 0;
	color: #333
}

.header .content .search .header_search_img {
	width: auto;
	height: 14px
}

.header .content .search .header_search_img:last-child {
	cursor: pointer
}

.header .content .right {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: inherit
}

.header .content .right .r_nav {
	padding: 13px 12px;
	cursor: pointer;
	border-bottom: 3px solid transparent
}

.header .content .right .r_nav:hover .img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.header .content .right .r_nav.select,
.header .content .right .r_nav:hover {
	background: #fafafa;
	border-bottom-color: #0aa29b
}

.header .content .right .r_nav .img {
	width: auto;
	height: 16px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s
}

.header .content .right .r_nav .text {
	font-size: 12px;
	color: #333;
	line-height: 24px
}

.header .content .right .photo {
	margin-left: 7px;
	cursor: pointer
}

.header .content .right .photo .img,
.touxiang_header {
	width: 38px;
	height: 38px
}

.touxiang_header {
	position: relative;
	cursor: pointer;
	background: #f4f4f4;
	border-radius: 19px;
	margin: 0 0 0 5px
}

.touxiang_header.login-btn {
	width: auto;
	height: auto
}

.touxiang_header .touxiang_dialog {
	z-index: 999;
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	width: 200px;
	background: #fff;
	-webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .27);
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .27);
	border-radius: 4px;
	font-size: 15px;
	color: #333;
	line-height: 15px
}

.touxiang_header .touxiang_dialog img {
	width: 16px;
	height: 16px;
	margin-right: 24px
}

.touxiang_header .touxiang_dialog .touxiang_person,
.touxiang_header .touxiang_dialog .touxing_exit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	cursor: pointer
}

.touxiang_header .touxiang_dialog .touxiang_person:hover,
.touxiang_header .touxiang_dialog .touxing_exit:hover {
	color: #0aa29b
}

.touxiang_header .touxiang_dialog .touxiang_dialog_driver {
	width: 200px;
	height: 1px;
	background: #f5f5f5
}

.touxiang_header .person_touxinag {
	display: none;
	width: 100%;
	height: 100%
}

.navigation {
	z-index: 5;
	padding: 25px 7px 0;
	background: #fff;
	position: fixed;
	right: 0;
	top: 35vh;
	border-radius: 4px;
	-webkit-box-shadow: -5px 2px 12px 0 rgba(0, 0, 0, .09);
	box-shadow: -5px 2px 12px 0 rgba(0, 0, 0, .09)
}

.navigation a {
	text-decoration: none
}

.navigation .navigation_nav {
	display: block;
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-bottom: 34px
}

.navigation .navigation_nav .icon {
	width: 20px;
	height: 20px;
	margin-left: 24px;
	-o-object-fit: contain;
	object-fit: contain
}

.navigation .navigation_nav .navigation_font {
	width: 67px;
	margin-top: 8px
}

.navigation .navigation_nav:last-child {
	margin-bottom: 25px
}

.navigation .custom-menu {
	width: 18px;
	font-size: 18px;
	color: #333;
	line-height: 1.3;
	text-align: center;
	padding: 0 10px 25px;
	cursor: pointer
}

.navigation .custom-menu.hidden {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .69)
}

.navigation .custom-menu.hidden .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.header-qrcode-confirm {
	display: none;
	z-index: 100;
	position: absolute;
	right: 91px;
	top: 0
}

.header-qrcode-confirm img {
	width: 100%;
	height: 100%;
	display: block
}

.jg-home-page,
.jg-platform {
	display: none;
	padding: 20px;
	width: 212px;
	height: 212px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .08)
}

.jg-home-page .qrcode,
.jg-platform .qrcode {
	width: 170px;
	height: 170px
}

#footer {
	padding: 30px 0;
	text-align: center;
	background: #181818
}

#footer .logo {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border-radius: 4px
}

#footer .number {
	font-size: 12px;
	color: #7f7f7f;
	margin-top: 30px
}

#footer .ddkk {
	font-size: 12px;
	color: #7f7f7f;
	margin-top: 20px
}

.login-confirm {
	display: none
}

.login-contain {
	width: 700px;
	height: 358px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 200;
	padding-top: 27px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	margin: -164px 0 0 -350px
}

.account-login .top,
.login-contain,
.wx-login .top {
	font-size: 0;
	text-align: center
}

.account-login .top .icon,
.wx-login .top .icon {
	width: 18px;
	height: 18px;
	margin-right: 10px
}

.account-login .top .text,
.wx-login .top .text {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 19px
}

.login-space {
	width: 1px;
	height: 288px;
	background: #eee
}

.wx-login {
	width: 313px;
	text-align: left
}

.wx-login .top .icon {
	background: url(http://img.dingdingkaike.com/ico_wxbs@2x.png) no-repeat 50%;
	background-size: contain
}

.wx-login .middle {
	width: 138px;
	height: 138px;
	margin: 48px auto;
	position: relative
}

.wx-login .middle.weErmLogin.focus {
	opacity: .15
}

.wx-login .bottom {
	color: #999;
	font-size: 12px;
	line-height: 16px;
	text-align: center
}

.account-login {
	margin-left: 63px;
	text-align: left
}

.account-login .top {
	margin-bottom: 21px
}

.account-login .top .icon {
	background: url(http://img.dingdingkaike.com/ico_zhbs@2x.png) no-repeat 50%;
	background-size: contain
}

.account-login .input {
	height: 36px;
	margin-bottom: 20px
}

.account-login .input input {
	width: 289px;
	height: 100%;
	display: block;
	font-size: 12px;
	border-radius: 2px;
	padding-left: 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.account-login .input input.focus {
	border-color: #0aa29b
}

.account-login .verify-code-input {
	font-size: 0
}

.account-login .verify-code-input .verify-code,
.account-login .verify-code-input input {
	display: inline-block;
	vertical-align: top
}

.account-login .verify-code-input input {
	width: 183px
}

.account-login .verify-code-input .verify-code {
	width: 86px;
	height: 100%;
	margin-left: 20px
}

.account-login .verify-code-input .verify-code img {
	display: block;
	width: 100%;
	height: 100%
}

.account-login .verify-code-input .get-phone-code {
	width: 82px;
	height: 36px;
	border-radius: 2px;
	font-size: 12px;
	color: #0aa29b;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #0aa29b
}

.account-login .verify-code-input.phoneCode-login-type {
	margin-bottom: 80px;
	display: none
}

.account-login .login-type-text {
	font-size: 12px;
	font-weight: 700;
	color: #0aa29b;
	line-height: 16px;
	text-align: center;
	cursor: pointer
}

.account-login .login-btn2 {
	border: 0;
	color: #fff;
	width: 289px;
	height: 36px;
	font-size: 13px;
	font-weight: 700;
	line-height: 17px;
	background: #0aa29b;
	border-radius: 2px;
	cursor: pointer
}

.memory-psw {
	position: relative;
	padding-top: 14px
}

.memory-psw .memory-btn .t1 {
	width: 14px;
	height: 14px;
	background: #999;
	margin-right: 6px;
	border-radius: 1px
}

.memory-psw .memory-btn .t2 {
	color: #999;
	font-size: 12px;
	line-height: 16px
}

.memory-psw .get-account {
	color: #0aa29b;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding-top: 14px
}

.get-account-confirm {
	background-color: #fff
}

.get-account-confirm img {
	display: block;
	width: 100%;
	height: 100%
}

.get-account-confirm .t1 {
	color: #333;
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	padding-top: 27px
}

.get-account-confirm .t2 {
	width: 138px;
	height: 138px;
	position: relative;
	margin: 30px auto 0
}

.get-account-confirm .t2 .ewm-icon2 {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 49px;
	height: 49px;
	margin: -24.5px 0 0 -24.5px;
	background: url(http://img.dingdingkaike.com/ico_gm@2x-2.png) no-repeat 50%;
	background-size: contain
}

.get-account-confirm .t3 {
	width: 538px;
	height: 66px;
	text-align: center;
	margin: 30px auto 0;
	background: #f5f5f5
}

.get-account-confirm .t3 p {
	color: #666;
	width: 500px;
	font-size: 14px;
	text-align: left;
	line-height: 19px;
	border-radius: 2px
}

.get-account-confirm .get-account-close {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	padding: 27px 14px
}

.get-account-confirm .get-account-close .icon {
	width: 9px;
	height: 14px;
	background: url(http://img.dingdingkaike.com/ico_fh@2x.png) no-repeat 50%;
	background-size: contain
}

.get-account-confirm .get-account-close .text {
	color: #333;
	font-size: 14px;
	line-height: 19px;
	margin-left: 7px
}

.verify-err-msg {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
	min-height: 16px;
	color: #ff3535
}

.verify-err-msg p {
	-webkit-animation: shake .5s ease;
	animation: shake .5s ease
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: translateX(3%);
		transform: translateX(3%)
	}

	25% {
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%)
	}

	50% {
		-webkit-transform: translateX(3%);
		transform: translateX(3%)
	}

	75% {
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes shake {
	0% {
		-webkit-transform: translateX(3%);
		transform: translateX(3%)
	}

	25% {
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%)
	}

	50% {
		-webkit-transform: translateX(3%);
		transform: translateX(3%)
	}

	75% {
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}