body,p,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,td,input,select,textarea,figure{
	margin:0;
	padding:0;
}
body{
    font-family: PingFangSC-Regular;
	background: #F8F8F8;
	margin:0 auto;
}
html,body{
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
}
a{
	text-decoration:none;
}
li{
	list-style:none;
}
img{
	border:none;
	display:block;
}
img[uedit_emo$="emo"] {
    width:auto !important; 
    display: inline !important;
}
html{
	font-size:26.67vw;
}
/* 分享样式一 */
.OpenApp{
	width: 100%;
    padding: .14rem 4%;
    background-color: #FFFFFF;
	z-index: 999999999999999999;
	position: fixed;
	top: 0;
	height:.68rem;
	box-sizing: border-box;
}
.OpenApp .Logo img{
	display: inline-block;
	width:.4rem;
	height:.4rem;
	vertical-align: middle;
}
.OpenApp .Logo span {
    font-size: .15rem;
    color: #f7262d;
    font-weight: bold;
    letter-spacing: 0;
    margin-left: .08rem;
	display: inline-block;
    line-height: .4rem;
    vertical-align: middle;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #D32A24;
	}
.OpenApp .Logo{
	font-size: 0;
}
.OpenApp a {
    text-align: center;
    display: block;
    width: .7rem;
    height: .28rem;
    line-height: .28rem;
    background: #ec414d;
    border-radius: .04rem;
    font-size: .14rem;
    color: #fff;
    letter-spacing: 0;
    float: right;
    margin-top: .055rem;
    font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
}

/* 分享样式二 */
.OpenAppTwo{
	width: 100%;
    /* padding: .1rem 4%; */
    background-color: #FFFFFF;
	z-index: 999999999999999999;
	position: absolute;
	top: 0;
	height:auto;
	box-sizing: border-box;
	font-size: 0;
	/* background-color: #EC414D; */
	z-index: 999999999999999999;
}
.OpenAppTwo img{
	display: inline-block;
	width:100%;
	height:auto;
	vertical-align: middle;
	/* border-radius: 4px; */
}
.OpenAppTwo .text{
	display: inline-block;
	width: calc(100% - .5rem);
	vertical-align: middle;
	font-size: .14rem;
    color: #fff;
    margin-left: .1rem;
}

.OpenAppThree{
	width: 100%;
    background-color: #FFFFFF;
	z-index: 999999999999999999;
	position: relative;
	bottom: 0;
	box-sizing: border-box;
	font-size: 0;
}
.OpenAppThree img{
	width: 100%;
	height: auto;
}
.OpenAppThree a{
	text-align: center;
    display: block;
    width: .6rem;
    height: .28rem;
    line-height: .28rem;
    background: #fff;
    border-radius: .04rem;
    font-size: .14rem;
    color: #EC414D;
    letter-spacing: 0;
    margin-top: .055rem;
    position: absolute;
    right: 4%;
    top: 0;
}


.OpenAppFour{
	width: 100%;
    /* padding: .1rem 4%; */
    background-color: #FFFFFF;
	z-index: 999999999999999999;
	position: fixed;
	top: 0;
	height:auto;
	box-sizing: border-box;
	font-size: 0;
	/* background-color: #EC414D; */
	z-index: 999999999999999999;
	box-shadow: 0px 8px 10px -15px #d0262b;
}
.OpenAppFour img{
	display: inline-block;
	width:100%;
	height:auto;
	vertical-align: middle;
	/* border-radius: 4px; */
}
.OpenAppFour .text{
	display: inline-block;
	width: calc(100% - .5rem);
	vertical-align: middle;
	font-size: .14rem;
    color: #fff;
    margin-left: .1rem;
}

.OpenAppFour a {
	right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 0.8rem;
    height: 0.3rem;
	background-color: #d0262b;
	line-height: 0.3rem;
	border-radius: 4px;
	color:#fff;
	font-size: .126rem;
	text-align: center;
}

.rate_wrapper {
	display: flex !important;
}

.starRating {
    display: flex;
    align-items: center;
    white-space: nowrap
}
.starRating img {
    width: .16rem;
    height: .16rem;
}

.ratingTxt {
    color: red;
    margin-right: 4px;
}

.commentRate {
    color: red;
	margin:0 4px;
	/* margin-left: 10px; */
	font-size: .12rem;
	white-space:nowrap;
}
.small_rate {
    width: 1rem;
}
.ratelist_text {
	margin: 0 10px;
}

