@charset "utf-8";
/* CSS Document */

.button {
	border: 1px solid #f46;
	background-color: #f46;
	color: #fff;
	border-radius: 2px;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	line-height: 34px;
	padding: 0 2em;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

.button.hover,.button:hover {
	text-decoration: none;
	border-color: #e22754;
	background-color: #e22754;
	color: #fff
}

.button.disabled,.button[disabled] {
	border-color: #ececec;
	background: #fafafa;
	color: #ccc
}

.button[disabled] {
	cursor: not-allowed
}

.button-grey {
	border: 1px solid #e1e1e1;
	background-color: #fafafa;
	color: #666;
	border-radius: 2px;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	line-height: 34px;
	padding: 0 2em;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

.button-grey.hover,.button-grey:hover {
	text-decoration: none;
	border-color: #e1e1e1;
	background-color: #ececec;
	color: #666
}

.button-grey.disabled,.button-grey[disabled] {
	border-color: #ececec;
	background: #fafafa;
	color: #ccc
}

.button-grey[disabled] {
	cursor: not-allowed
}

table td[class*=col-],table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.guide-a-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.7);
	z-index: 99
}

.guide-a-modal>.content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 500px;
	margin-left: -300px;
	margin-top: -250px
}

.guide-a-modal>.content>img {
	position: absolute;
	left: 240px;
	top: 190px;
	width: 120px;
	height: 120px
}

.guide-a-modal>.content .close-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	display: inline-block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(//file.baixing.net/201712/1c67be1d10cdd89281025c0dd3fda995.png) center no-repeat
}

.sign-mall-modal-wrap {
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.7);
	z-index: 10000
}

.sign-mall-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 418px;
	height: 468px;
	margin-top: -234px;
	margin-left: -209px;
	background: #fff;
	border-radius: 4px;
	padding: 20px 15px
}

.sign-mall-modal>.header {
	text-align: center
}

.sign-mall-modal>.header .close-btn {
	position: absolute;
	top: 5px;
	right: 20px;
	opacity: .4;
	color: #000;
	font-size: 24px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer
}

.sign-mall-modal>.header .big-title {
	font-size: 20px;
	color: #333;
	font-weight: 700
}

.sign-mall-modal>.header .big-title .icon {
	color: #f46
}

.sign-mall-modal>.header .small-title {
	margin: 5px;
	font-size: 18px
}

.sign-mall-modal>.header .small-title .red {
	color: #f46;
	font-weight: 700
}

.sign-mall-modal>.content {
	padding-left: 5px;
	margin-top: 20px;
	overflow: hidden
}

.sign-mall-modal>.content>li.item {
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	float: left
}

.sign-mall-modal>.content>li.item>img {
	width: 122px;
	height: 116px
}

.sign-mall-modal>.gift-hint {
	text-align: center;
	color: #999;
	font-size: 18px;
	margin-top: 10px
}

.sign-mall-modal>.gift-hint .red {
	color: #f46
}

.sign-mall-modal>.exchange-btn {
	margin: 15px 5px;
	display: block;
	border-radius: 3px;
	color: #fff;
	background: #f46;
	line-height: 50px;
	font-size: 16px;
	text-decoration: none;
	text-align: center
}

.wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

#chat-to-app .modal-dialog {
	max-width: 400px;
	text-align: center
}

#chat-to-app .modal-body img.qr-code {
	width: 150px;
	height: 150px;
	margin: 10px auto
}

#chat-to-app .modal-body .tip {
	color: #666;
	margin: 10px
}

#chat-to-app .modal-input {
	color: #fff;
	background: #f46;
	width: 200px;
	display: block;
	margin: 0 auto 20px;
	padding: 10px 0
}

.drop-box {
	position: fixed;
	top: -300px;
	background: url(//file.baixing.net/201712/9f92f109a65db2007ee661abbae38ec5.png) no-repeat;
	z-index: 1000
}

.drop-box .content {
	position: relative
}

.drop-box .close-btn {
	background: url(//file.baixing.net/201712/1d1090b9b9a929a39dc93a4ef8db482a.png) no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 0;
	top: -10px
}

.drop-box .open-btn {
	display: block;
	width: 148px;
	height: 48px;
	background: url(//file.baixing.net/201712/d3c4b4ed05f0fd66422b9254771a0f1c.png) no-repeat;
	margin: 0 auto
}

.thanks-prize-box {
	width: 334px;
	height: 340px;
	background: url(//file.baixing.net/201712/04ea849a3d8922901d94e5156078d263.png) no-repeat;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin-left: -167px;
	margin-top: -170px
}

.thanks-prize-box .content {
	text-align: center;
	margin-top: 60px;
	position: relative;
	left: -12px
}

.thanks-prize-box .content p {
	font-size: 18px
}

.thanks-prize-box .content .name {
	color: #7169fe
}

.thanks-prize-box .open-btn {
	background: url(//file.baixing.net/201712/f2cc9f505ac43f4dd56539d7fad17ea4.png) no-repeat;
	width: 148px;
	height: 48px;
	display: block;
	margin: 0 auto
}

.thanks-prize-box .close-btn {
	position: absolute;
	width: 36px;
	height: 36px;
	top: -25px;
	right: 65px
}

.red-package {
	background: url(//file.baixing.net/201801/327384ab1bd14c0cabf94911cdee7867.png) no-repeat;
	width: 350px;
	height: 315px;
	background-size: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1000
}

.red-package .close-btn {
	width: 34px;
	height: 34px;
	position: absolute;
	right: 0;
	top: -10px
}

.red-package .open-btn {
	background: url(//file.baixing.net/201801/b48d19e16a83cf2146f6d9e731746ace.png) no-repeat;
	width: 148px;
	height: 48px;
	line-height: 48px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px
}

.red-package img {
	margin-left: 25px
}

.red-package-prize-box {
	background: url(//file.baixing.net/201801/e8aa492e47a9b2017cb1b0cbf35d9d38.png);
	position: fixed;
	width: 478px;
	height: 403px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1000
}

.red-package-prize-box .close-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 50px;
	top: 50px
}

.alert-error {
	border: 1px solid #d58c00;
	border-radius: 2px;
	background-color: #fff8e5;
	color: #ba0000;
	padding: 10px 14px;
	margin-bottom: 6px
}

.alert-error a,.alert-error a:hover {
	color: #01d1c1
}

.p-warning {
	padding: 2px 0;
	margin-bottom: 4px;
	line-height: 22px
}

.p-line {
	padding: 16px 0;
	font-size: 16px;
	position: relative
}

.p-line .p-label {
	display: none
}

.p-line .highlight {
	color: #f46
}

.p-line .code-tip {
	display: block;
	line-height: 22px;
	position: absolute;
	top: 17px;
	left: 170px
}

.p-line .code-tip a.active {
	color: #f46
}

.p-line .code-tip.single-line {
	line-height: 44px
}

.p-line .publish-detail-item {
	display: inline-block;
	position: relative;
	width: 100%
}

.p-line .publish-detail-item .input {
	box-sizing: border-box;
	height: 46px;
	width: 100%;
	vertical-align: middle;
	border: 1px solid #aaa
}

.p-line .publish-detail-item .input:focus {
	border: 1px solid #00d1c1;
	box-shadow: none
}

.p-line .publish-detail-item .input[readonly=readonly] {
	border: none;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	height: 23px
}

.p-line .publish-detail-item .form-label {
	display: inline-block;
	margin-right: 28px
}

.p-line .publish-detail-item-top {
	vertical-align: top
}

.p-line .p-error,.p-line .p-error-empty,.p-line .p-note {
	position: absolute;
	top: 29px;
	right: 10px;
	font-size: 14px;
	padding-left: 5px;
	display: none
}

.p-line .p-error,.p-line .p-error-empty {
	color: #e22754
}

.p-line.focus .p-note {
	display: inline
}

.p-line.error .p-note {
	display: none
}

.p-line.error .p-error {
	display: inline
}

.p-line.error .input {
	border: 1px solid #e22754
}

.p-line.empty .p-error {
	display: none
}

.p-line.empty .p-error-empty {
	display: inline
}

.p-line.meta-hidden {
	display: none
}

#id_code .input-small {
	width: 150px;
	display: inline-block;
	float: left
}

#id_code .p-error,#id_code .p-error-empty,#id_code .p-note {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 4px
}

#id_code.empty .input-small,#id_code.error .input-small {
	margin-bottom: 10px
}

.p-submit {
	padding: 12px 0
}

#hint a,.p-submit a {
	color: #f46
}

#hint {
	font-size: 13px;
	margin-bottom: 2px;
	padding: 5px 0
}

.button,.button-grey {
	height: 46px;
	width: 100%
}

#p-submit-btn {
	position: relative
}

#p-submit-btn .cm-msg-box {
	position: absolute;
	top: 13px;
	left: 23px;
	display: block;
	padding: 12px 10px;
	line-height: 20px
}

#p-submit-btn .cm-msg-box:before {
	content: '';
	display: table
}

#p-submit-btn .cm-msg-box:after {
	content: '';
	display: table;
	clear: both
}

#p-submit-btn .cm-msg-box.cm-msg-box-error {
	color: #fff;
	background-color: #333
}

#p-submit-btn .cm-msg-box.cm-msg-box-with-icon {
	padding-left: 30px
}

#p-submit-btn .cm-msg-box .cm-icon {
	position: absolute;
	left: 7px;
	top: 12px;
	text-indent: 101%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	pointer-events: none
}

#p-submit-btn .cm-msg-box .cm-icon.cm-icon-x20-msg-error {
	width: 20px;
	height: 20px;
	background: url(//file.baixing.net/icon-msg-20161103.png) 0 -60px no-repeat;
	background-size: 20px auto
}

.slogan {
	padding-top: 90px;
	text-align: center
}

.slogan img {
	width: 130px;
	margin-bottom: 8px
}

.login-window {
	border: 1px solid #ddd;
	border-radius: 2px;
	width: 500px;
	margin: 18px auto 72px;
	background-color: #fff;
	position: relative
}

.login-window:after,.login-window:before {
	content: " ";
	display: table
}

.login-window:after {
	clear: both
}

.login-window .cartoon {
	position: absolute;
	top: -164px;
	right: 0
}

.login-window .tab-title-item {
	display: inline-block;
	width: 100%;
	background-color: #ededed;
	font-size: 16px;
	text-align: center;
	display: block;
	height:50px;
	line-height: 50px;
}

.login-window .tab-title-item.active {
	background-color: #fff
}

.login-window .tab-title-item a {
	display: block;
	line-height: 50px;
	text-decoration: none
}

.login-window .tab-title-item a:focus {
	color: inherit
}

.login-window .tab-content-pane {
	display: none;
	padding: 25px
}

.login-window .tab-content-pane.active {
	display: block
}

.login-window .tab-content-pane .container {
	width: 310px;
	margin: 0 auto
}

.login-window-modal {
	width: 610px;
	background-color: #fff;
	margin: auto
}

.login-window-modal:after,.login-window-modal:before {
	content: " ";
	display: table
}

.login-window-modal:after {
	clear: both
}

.login-window-modal .login-3rd {
	width: 610px
}

.login-window-modal .login-3rd .container {
	display: inline-block;
	vertical-align: middle
}

.login-window-modal .login-3rd #mobile {
	width: 326px;
	padding-right: 40px;
	border-right: 1px solid #ccc
}

.login-window-modal .login-3rd #weixin {
	width: 260px;
	padding-left: 40px
}

.login-window-modal .login-3rd #weixin h3 {
	text-align: center
}

.qr-block {
	position: relative;
	height: 210px
}

.qr-helpimg-wrap,.qr-scan-wrap {
	text-align: center;
	position: absolute;
	width: 100%
}

.qr-scan {
	margin: 18px auto 10px;
	width: 160px;
	height: 160px;
	line-height: 160px;
	border: 1px solid #aaa;
	position: relative;
	opacity: 0
}

.qr-scan .qrcode {
	vertical-align: top;
	width: 100%;
	height: 100%
}

.qr-helpimg-wrap {
	display: none
}

.qr-helpimg-wrap img {
	height: 100%
}

.qr-hint-text {
	font-size: 16px
}

.qr-help {
	padding-top: 12px;
	color: #999;
	text-align: center
}

.qr-help .qr-help-anchor {
	cursor: help
}

#wx-user-avatar {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 60px;
	left: 60px
}

.auth-form-note {
	padding: 6px 0;
	text-align: right;
	color: #dbdbdb
}

.auth-form-note a {
	color: #666
}

.auth-form-note .divider {
	margin: 0 8px
}

.oauth-links {
	padding: 6px 0
}

.oauth-links a.link {
	color: #666
}

.oauth-links a.link:before {
	content: '\a0';
	display: inline-block;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center
}

.oauth-links #xiaomi a.link:before {
	width: 20.74px;
	background-image: url(//file.baixing.net/201612/4fdcb2261a49838bf9e47485796f68fa.png);
	background-size: 20.74px 14px
}

#appLogin .container {
	width: 100%
}

#appLogin .slogan {
	padding-top: 90px;
	text-align: center
}

#appLogin .slogan img {
	width: 130px;
	margin-bottom: 8px
}

#appLogin .login-window {
	border: 1px solid #ddd;
	border-radius: 2px;
	width: 500px;
	margin: 18px auto 72px;
	background-color: #fff;
	position: relative
}

#appLogin .login-window:after,#appLogin .login-window:before {
	content: " ";
	display: table
}

#appLogin .login-window:after {
	clear: both
}

#appLogin .login-window .cartoon {
	position: absolute;
	top: -164px;
	right: 0
}

#appLogin .login-window .tab-title-item {
	display: inline-block;
	width: 50%;
	background-color: #ededed;
	font-size: 16px;
	text-align: center
}

#appLogin .login-window .tab-title-item.active {
	background-color: #fff
}

#appLogin .login-window .tab-title-item a {
	display: block;
	line-height: 50px;
	text-decoration: none
}

#appLogin .login-window .tab-title-item a:focus {
	color: inherit
}

#appLogin .login-window .tab-content-pane {
	display: none;
	padding: 25px
}

#appLogin .login-window .tab-content-pane.active {
	display: block
}

#appLogin .login-window .tab-content-pane .container {
	width: 310px;
	margin: 0 auto
}

#appLogin .login-window-modal {
	width: 610px;
	background-color: #fff;
	margin: auto
}

#appLogin .login-window-modal:after,#appLogin .login-window-modal:before {
	content: " ";
	display: table
}

#appLogin .login-window-modal:after {
	clear: both
}

#appLogin .login-window-modal .login-3rd {
	width: 610px
}

#appLogin .login-window-modal .login-3rd .container {
	display: inline-block;
	vertical-align: middle
}

#appLogin .login-window-modal .login-3rd #mobile {
	width: 326px;
	padding-right: 40px;
	border-right: 1px solid #ccc
}

#appLogin .login-window-modal .login-3rd #weixin {
	width: 260px;
	padding-left: 40px
}

#appLogin .login-window-modal .login-3rd #weixin h3 {
	text-align: center
}

#appLogin .qr-block {
	position: relative;
	height: 210px
}

#appLogin .qr-helpimg-wrap,#appLogin .qr-scan-wrap {
	text-align: center;
	position: absolute;
	width: 100%
}

#appLogin .qr-scan {
	margin: 18px auto 10px;
	width: 100%;
	height: 160px;
	border: 0;
	line-height: 160px;
	position: relative;
	opacity: 0
}

#appLogin .qr-scan .qrcode {
	position: absolute;
	vertical-align: top;
	cursor: pointer;
	width: 137px;
	height: 137px;
	padding: 10px;
	border: 1px solid #c6c6c6;
	top: 0;
	margin-left: -68.5px;
	left: 50%
}

#appLogin .qr-scan .helpImage {
	position: absolute;
	width: 160px;
	top: -14px;
	right: 60px;
	display: none
}

#appLogin .qr-hint-text {
	font-size: 14px;
	color: #666;
	margin-top: -17px
}

#appLogin .qr-hint-text a {
	color: red;
	margin: 0 2px
}

#appLogin .qr-weixin {
	margin-top: 30px;
	text-align: center;
	cursor: pointer
}

#appLogin .qr-weixin .weixin-icon {
	width: 20px;
	height: 20px;
	background-image: url(//file.baixing.net/201705/40a37ae785e757f4bf0ea767ef29d372.png);
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle
}

#appLogin .qr-weixin .weixin-text {
	height: 20px;
	font-size: 14px;
	color: #999
}

#appLogin #appLogin-user-avatar {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px
}

#appLogin .refresh-code {
	position: relative;
	height: 137px;
	width: 153px;
	margin: 0 auto;
	display: none
}

#appLogin .refresh-code .mask {
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: .9
}

#appLogin .refresh-code .text {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	position: absolute;
	top: 30px;
	z-index: 66;
	font-weight: 700;
	left: 28px
}

#appLogin .refresh-code .bt-refresh {
	background: #f46;
	border-radius: 2px;
	width: 100px;
	height: 36px;
	line-height: 25px;
	display: block;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 70px;
	left: 26px;
	z-index: 66
}

#appLogin .auth-form-note {
	padding: 6px 0;
	text-align: right;
	color: #dbdbdb
}

#appLogin .auth-form-note a {
	color: #666
}

#appLogin .auth-form-note .divider {
	margin: 0 8px
}

#appLogin .oauth-links {
	padding: 6px 0
}

#appLogin .oauth-links a.link {
	color: #666
}

#appLogin .oauth-links a.link:before {
	content: '\a0';
	display: inline-block;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center
}

#appLogin .oauth-links #xiaomi a.link:before {
	width: 20.74px;
	background-image: url(//file.baixing.net/201612/4fdcb2261a49838bf9e47485796f68fa.png);
	background-size: 20.74px 14px
}

#appLogin .modal-weixin {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80
}

#appLogin .modal-weixin .modal-weixin-mask {
	opacity: .7;
	background: #000
}

#appLogin .modal-weixin .modal-weixin-content {
	z-index: 82;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -120px
}

#appLogin .modal-weixin .modal-weixin-content .modal-title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 119px
}

#appLogin .modal-weixin .modal-weixin-content .qr-scan {
	margin: 39px auto 0;
	width: 100%;
	height: 280px;
	position: relative
}

#appLogin .modal-weixin .modal-weixin-content .weixin-code {
	background: #fff;
	width: 240px;
	height: 240px;
	padding: 20px;
	display: block;
	margin: 0 auto
}

#appLogin .modal-weixin .modal-weixin-content .tip {
	background: #232323;
	border-radius: 100px;
	width: 240px;
	height: 50px;
	font-size: 18px;
	margin: 40px auto 0;
	color: #fff;
	text-align: center;
	line-height: 50px
}