﻿input.yq-input{
	padding: 0; 
	margin: 0;
	height: 25px; 
	text-align: right; 
	border: none;
}
.yq-list-pic {
	width:45px !important;
	height:45px !important;
}
/*首页*/
.yq-slider {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 130px;
}

.yq-bg-transfrom {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.yq-bg-transfrom:active {
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
}

/*好消息*/
.yq-goodide {
	font-size: 15px;
	background-image: url(../../img/yqwx/tips.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	margin-left: 3%;
	margin-right: 3%;
	margin-top:5px;
	padding-left: 25px;
}
/*颜色*/
.yq-text-white {
	color:#FFF;
}
.yq-text-gray{
	color:#8f8f94;
}
.yq-bg-white {
	background-color:#FFF;
}
.yq-text-orange{
	color:#FF9900;
}
.yq-bg-orange {
	background-color:#FF9900;
}

.yq-text-green{
	color:#1AAD18;
}
.yq-bg-green{
	background-color:#1AAD18;
}
/*导航栏右角标*/
.yq-badge {
	display: inline-block;
	padding: 3px 6px;
	font-size: 12px;
	line-height: 1;
	color: #333;
	background-color: #bdc3c7;
	border-radius: 100px;
}
.yq-badge-header {
	background-color:#3498D8;
	color:#FFF;
	border:1px solid #FFF;
}
/*支付方式*/
.yq-choice {
	margin-left: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.yq-choice-title {
	font-size: large;
	font-weight: bold;
	margin-right: 20px;
}
.yq-choice-on {	
	border-bottom: 3px solid;
	color:#3498db;
}
.yq-pay-bg{
		background-size: 33px auto;
		background-repeat: no-repeat;
		background-position: 10px 51%;
		padding-left:50px;
}
.yq-bg-zfb {
		background-image: url(../../img/yqwx/zfb.png);
}
.yq-bg-yhk {
		background-image: url(../../img/yqwx/yhk.jpg);
}
.yq-bg-wx {
		background-image: url(../../img/yqwx/wx.png);

}
.yq-bg-iap {
		background-image: url(../../img/yqwx/Apple.jpg);
}



/*虚线分隔*/
.yq-dashline {
	border-bottom:1px #CCC dashed ;
}
.yq-state-text{
		color: #009966;
		font-weight: bold;
		position: relative;
		top: -15px;
		margin-left: 8px;
}
	

/*Frame4*/
.yq_headimg img {
		width: 80px;
		border: 1px solid #B3B3B3;
		height: auto;
}
.yq_headimg {
		width: 80px;
		border-width: thin;
		border-color: #BFBFBF;
		height: auto;
		margin-bottom:-10px;
		padding:0px;	
}

/*达人徽章*/
.yq_medal ul{
		width: 135px;
		height: 50px;
		overflow: hidden;
}
.yq_medal ul li{
		float: left;
		padding: 3px;
		margin-right: 2px;
}
.yq_medal_text{
		padding-left:5px;
		margin-top:-18.5px;
		font-size: 12px;
		font-weight:bold;
		color:#ff9966;
}

.yq_medal_text_no {
		padding-left:5px;
		margin-top:-18.5px;
		font-size: 12px;
		font-weight:bold;
		color:#FFFFFF;
}

.yq-ribbon {
		width: 62px;
		height: 0px;
		border-top: 10px solid #6B6B6B;
		border-bottom: 10px solid #6B6B6B;
		border-right: 5px solid transparent;
}
.yq-ribbon_on {
		border-top: 10px solid #FED455;
		border-bottom: 10px solid #FED455;
}

.yq-ribbon_plus {
		width: 83px;
}

/*悬浮顶部*/
.yq-fix-top {
		width: 100%;
		text-align:center;
		position: fixed;
		top:0px; 	
		z-index:9999;
}

/*悬浮顶部切换框*/
.yq-navbar {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		position: relative;
		height: 50px;
		box-sizing: border-box;
		background: #fff;
		border-bottom: 1px solid #e0e0e0;
}
.yq-navbar-item {
		display: block;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		width: 100%;
		line-height: 50px;
		font-size: 18px;
		text-align: center;
		color: #9B9C9C;
}
.yq-navbar-item-hov {
		background-color: rgba(254,242,228,0.7);
}

/*布局*/
.yq-text-center{
	text-align: center;
}
.yq-hidden{
	display: none !important;
}
