@CHARSET "UTF-8";
#hwtb-root {
	position: static;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #f2f2f2;
	zoom: 1
}
#hwtb-root div {
	position: static
} 
#hwtb-root a {
	text-decoration: none;
	color: #fff;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
#hwtb-root a:active,
#hwtb-root a:focus {
	outline: 0
}
#hwtb-root img {
	touch-action-delay: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-callout: none
}
/*#hwtb-root[data-ui~=open] [data-role~=trigger] {
	display: none
}*/
#hwtb-root[data-ui~=open] [data-role~=masker],
#hwtb-root[data-ui~=open] [data-role~=panel] {
	display: block
}
#hwtb-root [data-role~=trigger] {
	position: fixed;
	/*right: 0;
	/*margin: auto;*/
	z-index: 9998;
	width: 50px;
	height:50px;
	color: transparent;
	font: 0/0 a;
	text-shadow: none
}
#hwtb-root [data-role~=trigger] img {
	width: 50px ;
	/*-webkit-animation: greenPulse 2s ease-in-out infinite;*/
	border-radius:0 0 25px 25px;
	
}
#hwtb-root [data-role~=masker] {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9996;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#hwtb-root [data-role~=panel] {
	position: fixed;
    left: 12px;
    right: 12px;
    z-index: 9997;
	padding: 4% 0 0 0;
	background: white;
	-webkit-transform: scale( 0, 0);
	-webkit-transition: all .3s linear;
}
#hwtb-root [data-role~=panel]>p {
	margin: 6px auto;
	font-size: 90%
}
#hwtb-root [data-role~=tip] {
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 9998;
	width: 100%
}
#hwtb-root [data-role~=tip][data-ui~=show] {
	top: 10%
}
#hwtb-root [data-role~=tip-inner] {
	display: inline-block;
	margin: 0 auto;
	padding: 6px 20px;
	border-radius: 6px;
	background: #242222
}
#hwtb-root [data-role~=tip-inner] img {
	width: 40px
}
#hwtb-root [data-role~=tip-inner] p {
	margin: 4px 0;
	padding: 0
}
#hwtb-root [data-role~=menus] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0
}
#hwtb-root [data-role~=menus] [data-role~=menu] {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
#hwtb-root [data-role~=menus] [data-role~=menu]>a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 4px 4px 0 4px;
	width: 60px;
	border-radius: 6px
}
#hwtb-root [data-role~=menus] [data-role~=menu]>a:active,
#hwtb-root [data-role~=menus] [data-role~=menu]>a:focus {
	background: #5f5e5e
}
#hwtb-root [data-role~=menus] [data-role~=menu] img {
	width: 100%
}
#hwtb-root [data-role~=title] {
	margin: 10px auto;
	width: 50%;
	line-height: 1px;
	border-bottom: 1px solid #D1D1D1
}
#hwtb-root [data-role~=title]>span
 {
	background: white;
	padding: 0 10px;
	color: #d1d1d1;
}
#hwtb-root [data-role~=cancel] {
	display: block;
	padding-bottom: 0.5rem;
	text-align: center;
	color: transparent;
	font: 0/0 a;
	text-shadow: none
}
#hwtb-root [data-role~=cancel] img {
	width: 20px
}
#hwtb-root {
	zoom: 1;
	font-size: 12px;
}
#share-weixin a img{
    border-radius: 10px;
}

#qrcode{position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:9998}
#qrcode p{ position:relative;}
#itwlw-wrap{display:table-cell;vertical-align:middle;text-align:center; position:relative;z-index:9999;}
.qrcode-bg{position:fixed;width:100%;height:100%;background:#000;opacity:.7;z-index:9998;left:0;top:0}
#qrcode-close{position:absolute;right:0;top:5px;width:30px;color: #000;}
.show-head-panel{
	/*-webkit-transform: translateY(-30px) !important;*/
 	-webkit-transform: scale( 1 , 1);
}
.shake-toggle{
	-webkit-animation: shake 1s;
	
}
.-mob-share-weixin-qrcode-bg{position:fixed;width:100%;height:100%;background:#000;opacity:.7;z-index:9998;left:0;top:0}
.-mob-share-weixin-tips{z-index:100000;}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes greenPulse{
    0%{opacity: 0.7;}
	50% {opacity: 1;}
	100% {opacity: 0.7;}
	}
.cancel {
	-webkit-animation: fadeIn 2s;
	animation: fadeIn 2s;
}
.red-dot{
	display: none;
    background-color: #ff3f3e;
    width: 14px;
    height: 14px;
    border-radius: 7px;
	margin-bottom: -14px;
	position: relative;
	float: right;
}
.letter-red-dot::after{
    width: 20px;
    height: 20px;
    background:#ff3f3e;
    border-radius: 10px;
    position: relative;
    margin-bottom: -20px;
    float: right;
    content: "1";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 20px;
}
.letter-red-dot-2::after{
    width: 20px;
    height: 20px;
    background:#ff3f3e;
    border-radius: 10px;
    position: relative;
    margin-bottom: -20px;
    float: right;
    content: "2";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 20px;
}
#toggle{
	opacity:0.5;
}

.upper-left{top: 10px;left: 10px;}
.upper-right{top: 10px;right: 10px;}
.bottom-left{bottom: 10px;left: 10px;}
.bottom-right{bottom: 10px;right: 10px;}
@-webkit-keyframes shake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}	
}
.from-create{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: 1000;
	display: none;
	text-align: center;
}
.create-content-wrap{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-70%);
}
.create-tip{
	text-align: center;
	color: #FEBF14;
	font-size: 20px;
	padding-bottom: 30px;
}

.create-btn{
	background: #FEBF14;
	color: #805b00;
	width: 210px;
	height: 35px;
	line-height: 35px;
	border-radius: 15px;
	margin: 20px auto;
}
@media screen and (min-width:361px){
	.create-btn{
		width: 250px;
		height: 40px;
		line-height: 40px;
		margin: 30px auto;
	}
}