.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
#callbubble-alert-bg {
	left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 10000; background-color: rgba(255, 255, 255, 0.5);
}
#callbubble-alert-bg .callbubble-alert {
	border-radius: 6px; left: 50%; top: 50%; width: 386px; height: 210px; text-align: center; margin-top: -105px; margin-left: -193px; position: absolute; box-shadow: 0px 0px 40px 2px rgba(0,0,0,0.5); background-color: rgb(255, 255, 255);
}
#callbubble-alert-bg .callbubble-alert #callbubble-alert-success {
	display: none;
}
#callbubble-alert-bg .callbubble-alert #callbubble-alert-err {
	display: none;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-heard {
	margin: auto; width: 345px; height: 45px; border-bottom-color: rgb(233, 233, 233); border-bottom-width: 1px; border-bottom-style: solid; display: block; position: relative;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-heard p {
	text-align: left; color: rgb(62, 80, 98); line-height: 45px; font-size: 15px;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-heard .callbubble-alert-close {
	top: 0px; width: 45px; height: 45px; right: 0px; margin-right: -15px; position: absolute; cursor: pointer; background-size: 30px;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-body {
	text-align: left; padding-left: 30px; margin-top: 40px; vertical-align: top;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-body img {
	width: 36px; vertical-align: top; display: inline-block;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-body .alert-body-word {
	text-align: left; margin-left: 18px; display: inline-block;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-body .alert-body-word h2 {
	text-align: left; color: rgb(102, 102, 102); line-height: 24px; font-size: 24px; font-weight: 600;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-body .alert-body-word p {
	font-size: 14px; margin-top: 5px;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-body .alert-body-word p em {
	color: rgb(241, 90, 75); font-weight: 800;
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-bt {
	width: 68px; height: 26px; right: 13px; bottom: 9px; color: rgb(255, 255, 255); position: absolute; cursor: pointer; background-color: rgb(62, 153, 255);
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-bt:hover {
	color: rgb(221, 221, 221);
}
#callbubble-alert-bg .callbubble-alert .callbubble-alert-bt div {
	margin: 3px; border: 1px dashed rgb(136, 136, 136); border-image: none; width: 60px; height: 19px;
}
.sidebar-wrapper {
	padding: 95px 5px 22px; top: 50%; width: 80px; right: 18px; margin-top: -150px; position: fixed; z-index: 9999; box-sizing: border-box;
}
.sidebar-wrapper .gift-box {
	transition:0.3s linear; left: 50%; top: 6px; width: 78px; height: 75px; margin-left: -39px; position: absolute; cursor: pointer; transform: scale(0.9); -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear;
}
.sidebar-wrapper .gift-box img {
	animation:giftmove 3s infinite; width: 100%; height: 100%; -moz-animation: giftmove 3s infinite; -webkit-animation: giftmove 3s infinite; -o-animation: giftmove 3s infinite;
}
.sidebar-wrapper .gift-box:hover {
	transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);
}
.sidebar-wrapper .close {
	top: 4px; width: 10px; height: 10px; right: 4px; position: absolute; cursor: pointer; opacity: 0.7;
}
.sidebar-wrapper .close:hover {
	opacity: 1;
}
.sidebar-wrapper .fixed-active {
	left: 7px; top: 6px; position: relative;
}
.sidebar-wrapper .fixed-active img {
	width: 100%;
}
.sidebar-wrapper .sidebar-box {
	background: rgb(255, 255, 255); 
	border-radius: 6px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 70px; position: relative;
}
.sidebar-wrapper .sidebar-box .new-icon {
	animation:scaleDraw 1.5s ease-in-out infinite; left: 3px; top: 1px; width: 26px; position: absolute; -moz-animation: scaleDraw 1.5s ease-in-out infinite; -webkit-animation: scaleDraw 1.5s ease-in-out infinite; -o-animation: scaleDraw 1.5s ease-in-out infinite;
}
.sidebar-wrapper .sidebar-box .float-huli {
	top: -30px; width: 150px; right: 72px; position: absolute;
}
.sidebar-wrapper .sidebar-box .sidebar-item {
	width: 100%; height: 56px; text-align: center; color: rgb(153, 153, 153); margin-top: 17px; display: inline-block; position: relative; cursor: pointer; box-sizing: border-box; background-size: 28px;
}
.sidebar-wrapper .sidebar-box .sidebar-item a {
	text-decoration: none;
}
.sidebar-wrapper .sidebar-box .sidebar-item .sidebar-item-img {
	width: 24px; height: 24px;
}
.sidebar-wrapper .sidebar-box .sidebar-item .hover-img.sidebar-item-img {
	display: none;
}
.sidebar-wrapper .sidebar-box .sidebar-item .sidebar-item-p {
	text-align: center; color: rgb(51, 51, 51); line-height: 20px; font-family: PingFangSC-Regular,"PingFang SC"; font-size: 12px; font-weight: 500;
}
.sidebar-wrapper .sidebar-box .fixed-nav-to-top.sidebar-item {
	height: 24px; cursor: pointer;
}
.sidebar-wrapper .sidebar-box .fixed-nav-to-top.sidebar-item img {
	margin-top: -6px;
}
.sidebar-wrapper .sidebar-box .sidebar-item::after {
	left: 14px; top: -12px; width: 44px; height: 1px; display: block; position: absolute; content: ""; background-color: rgb(238, 238, 238);
}
.sidebar-wrapper .sidebar-box :nth-child(2).sidebar-item {
	
}
.sidebar-wrapper .sidebar-box :nth-child(2).sidebar-item::after {
	display: none;
}
.sidebar-wrapper .sidebar-box :last-child.sidebar-item {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; border-bottom-left-radius: 6px;
}
.sidebar-wrapper .sidebar-box .sidebar-item:hover .sidebar-item-p {
	color: rgb(227, 45, 52);
}
.sidebar-wrapper .sidebar-box .sidebar-item:hover .sidebar-item-img {
	display: none;
}
.sidebar-wrapper .sidebar-box .sidebar-item:hover .hover-img.sidebar-item-img {
	display: inline-block;
}
.sidebar-wrapper .fixed-nav-phone-box {
	background: rgb(255, 255, 255); padding: 26px 22px; border-radius: 6px; top: 50%; width: 400px; height: 163px; right: 88px; margin-top: -80px; position: absolute; box-sizing: border-box;
}
.sidebar-wrapper .fixed-nav-phone-box::after {
	border-width: 8px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); margin: -4px 0px 0px; border-image: none; top: 50%; width: 0px; height: 0px; right: -16px; position: absolute; content: "";
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-title {
	text-align: justify; color: rgb(51, 51, 51); line-height: 22px; letter-spacing: 0.01px; font-family: PingFang-SC-Medium; font-size: 16px; margin-bottom: 15px;
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-title .high-light {
	color: rgb(239, 76, 79);
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-content {
	font-size: 0px;
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-content .fixed-nav-phone-input {
	padding: 9px 14px; outline: 0px; border-radius: 4px; border: 0px currentColor; border-image: none; width: 262px; height: 38px; font-size: 14px; margin-right: 6px; vertical-align: middle; box-sizing: border-box; background-color: rgb(246, 246, 246);
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-content .fixed-nav-phone-btn {
	outline: 0px; border-radius: 4px; border: 0px currentColor; border-image: none; width: 65px; height: 34px; text-align: center; color: rgb(255, 255, 255); line-height: 34px; letter-spacing: 0.18px; font-family: PingFangSC-Semibold; font-size: 14px; vertical-align: middle; cursor: pointer; background-color: rgb(239, 76, 79);
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-content .disable.fixed-nav-phone-btn {
	background-color: rgb(211, 211, 211);
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-content .disable.fixed-nav-phone-btn:hover {
	background-color: rgb(211, 211, 211);
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-content .disable.fixed-nav-phone-btn:active {
	background-color: rgb(211, 211, 211);
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-content .fixed-nav-phone-btn:hover {
	background-color: rgb(201, 54, 62);
}
.sidebar-wrapper .fixed-nav-phone-box .fixed-nav-phone-content .fixed-nav-phone-btn:active {
	background-color: rgb(201, 54, 62);
}
.sidebar-wrapper .popup-dialog-item {
	background: rgb(255, 255, 255); padding: 18px 30px; border-radius: 6px; top: 50%; width: 166px; height: 186px; right: 90px; margin-top: -26px; position: absolute; box-sizing: border-box; box-shadow: 0px 0px 10px 1px #ddd;
}
.sidebar-wrapper .popup-dialog-item::after {
	border-width: 8px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); margin: -4px 0px 0px; border-image: none; top: 25px; width: 0px; height: 0px; right: -16px; position: absolute; content: "";
}
.sidebar-wrapper .popup-dialog-item p {
	text-align: center; color: rgb(51, 51, 51); line-height: 20px; font-size: 14px; margin-bottom: 0px;
}
.sidebar-wrapper .popup-dialog-item p.high-light {
	font-size: 16px; margin-bottom: 10px;
}
.sidebar-wrapper .popup-dialog-item .popup-dialog-item-content {
	margin: 0px auto; width: 100px; height: 100px; overflow: hidden;
}
.sidebar-wrapper .popup-dialog-item .popup-dialog-item-content img {
	width: 100%; height: 100%;
}
.feedback-toast-bg {
	background: rgba(0, 0, 0, 0.6); left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: fixed; z-index: 9999;
}
.feedback-toast-bg .toast-message {
	background: rgb(255, 255, 255); margin: -121px 0px 0px -224px; padding: 40px 20px; border-radius: 3px; left: 50%; top: 50%; width: 448px; height: 242px; font-size: 14px; display: inline-block; position: absolute; box-sizing: border-box; transform: scale(0); -o-transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0);
}
.feedback-toast-bg .show.toast-message {
	animation:toastShow 0.6s forwards; -moz-animation: toastShow .6s; -webkit-animation: toastShow .6s; -o-animation: toastShow .6s;
}
.feedback-toast-bg .toast-message h3 {
	text-align: center;
}
.feedback-toast-bg .toast-message p {
	text-align: center;
}
.feedback-toast-bg .toast-message div {
	text-align: center;
}
.feedback-toast-bg .toast-message h3 {
	line-height: 28px; font-family: PingFangSC-Semibold,"PingFang SC"; font-size: 20px; font-weight: 600;
}
.feedback-toast-bg .toast-message p {
	color: rgb(102, 102, 102); line-height: 24px; font-family: PingFangSC-Semibold,"PingFang SC"; font-size: 16px; margin-top: 8px;
}
.feedback-toast-bg .toast-message .feedback-btn-box {
	margin: 45px auto 0px; width: 392px;
}
.feedback-toast-bg .toast-message .feedback-btn-box::after {
	overflow: hidden; clear: both; content: "";
}
.feedback-toast-bg .toast-message .feedback-btn-box div {
	border-radius: 3px; width: 180px; height: 40px; text-align: center; line-height: 40px; font-size: 16px; cursor: pointer;
}
.feedback-toast-bg .toast-message .feedback-btn-box div.btn-confirm {
	background: rgb(245, 79, 80); color: rgb(255, 255, 255); float: right;
}
.feedback-toast-bg .toast-message .feedback-btn-box div.btn-cancel {
	background: rgb(255, 255, 255); border: 1px solid rgb(245, 79, 80); border-image: none; color: rgb(245, 79, 80); float: left; box-sizing: border-box;
}
.feedback-toast-bg .toast-message .feedback-btn-box div:hover {
	background: rgb(215, 7, 60); color: rgb(255, 255, 255);
}
