/*************************************************************************************************************/



html * {

    outline: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    line-height: 1;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;
    

}



body,html{

    font-size: 50px;

    max-width: 640px;

    margin: 0 auto;

    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}

article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {

    margin: 0;

    padding: 0;

}



input,select,textarea {

    font-size: 100%;

    resize:none;
    border: none;
}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



fieldset,img {

    border: none;

    vertical-align: top;

    width: 100%;

}



address,caption,cite,code,dfn,em,th,var {

    font-style: normal;

    font-weight: 500;

}



ol,ul {

    list-style: none;

}







h1,h2,h3,h4,h5,h6 {

    font-size: 100%;

    font-weight: 500;

}



a{

    text-decoration: none;

}





/*input*/

button {

    border: none;

}



button,

html input[type='button'],

input[type='reset'],

input[type='submit'] {

    -webkit-appearance: button;

    text-transform: none;

    outline: none;

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

    color: #999;

}



input::-webkit-inner-spin-button {

    -webkit-appearance: none;

}



input::-webkit-outer-spin-button {

    -webkit-appearance: none;

}



textarea {

    vertical-align: top;

}



button,

input {

    line-height: normal;

}



select {

    margin: 0;

    outline: 0;

}



input.fixAKeyboard:focus,

textarea.fixAndroidKeyboard:focus {

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

    -webkit-user-modify: read-write-plaintext-only;

}



input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0 1000px white inset !important;

}



button,

input[type=button],

input[type=checkbox],

input[type=reset],

input[type=submit],

label {

    cursor: pointer;

    user-select: none;

    -ms-user-select: none;

    -moz-user-select: none;

    -webkit-user-select: none;

}



input[type=submit] {

    -webkit-user-modify: read-plaintext-only;

    -moz-user-modify: read-plaintext-only;

    -ms-user-modify: read-plaintext-only;

    -o-user-modify: read-plaintext-only;

    user-modify: read-plaintext-only;

}



input[type='search']::-webkit-search-cancel-button,

input[type='search']::-webkit-search-decoration {

    -webkit-appearance: none;

}



input[type='search'] {

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    -webkit-appearance: textfield;

}





/*flex box*/

.flex {

	display: flex;

}



.basis-xs {

	flex-basis: 20%;

}



.basis-sm {

	flex-basis: 40%;

}



.basis-df {

	flex-basis: 50%;

}



.basis-lg {

	flex-basis: 60%;

}



.basis-xl {

	flex-basis: 80%;

}



.flex-sub {

	flex: 1;

}



.flex-twice {

	flex: 2;

}



.flex-treble {

	flex: 3;

}



.flex-direction {

	flex-direction: column;

}



.flex-wrap {

	flex-wrap: wrap;

}



.align-start {

	align-items: flex-start;

}



.align-end {

	align-items: flex-end;

}



.align-center {

	align-items: center;

}



.align-stretch {

	align-items: stretch;

}



.self-start {

	align-self: flex-start;

}



.self-center {

	align-self: flex-center;

}



.self-end {

	align-self: flex-end;

}



.self-stretch {

	align-self: stretch;

}



.align-stretch {

	align-items: stretch;

}



.justify-start {

	justify-content: flex-start;

}



.justify-end {

	justify-content: flex-end;

}



.justify-center {

	justify-content: center;

}



.justify-between {

	justify-content: space-between;

}



.justify-around {

	justify-content: space-around;

}





.poscenter {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.posVcenter {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}

.posHcenter {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}
.text-price::before {
	content: "¥";
	font-size: 80%;
	margin-right: 4rpx;
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.text-content {
	font-size: 14px;
    line-height: 20px;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}



/*  */
.padding-lr {
    padding-left: 0.38rem;
    padding-right: 0.38rem;
}
.padding-tb {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
}
.padding {
    padding: 0.32rem;
}

.header {
    background: #000;
    width: 100%;
    height: 1.06rem;
    color: #fff;
}
.header .left {
    width: 1.5rem;
}
.header .middle {
    font-size: 0.45rem;
    font-weight: bold;
}
.header .right {
    font-size: 0.25rem;

}
.header .right span{
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	text-align: center;
	padding: 2px 7px;
}
.title {
    font-size: 0.485rem;
    font-weight: bold;
    /*padding-bottom: 0.64rem;*/
    line-height: 1.2;
}

.width50 {
    width: 50%;
}
.headimg {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 100%;
    flex-shrink: 0;
}
.nameandrank {
    padding-left: 0.19rem;
}
.nameandrank .name {
    font-size: 0.3rem;
    font-weight: bold;
}
.nameandrank .rank {
    font-size: 0.20rem;
    color: #a1a1a1;
    text-decoration: underline;
    margin-top: 0.15rem;
    line-height: 1.2;
}
.graycontent {
    background: #f7f7f7;
    padding: 15px 15px;
    font-size: 0.28rem;
}
.content {
    font-size: 17px;
    line-height: 26px;
}
.content>p,.content .yincangquyu>p {
    line-height: 2;
}
.margin-bottom {
    margin-bottom: 0.5rem;
}
.margin-bottom2 {
    margin-bottom: 0.2rem;
}
.picAlt {
    text-align: center;
    margin-top: 0.28rem;
    font-size: 14px;
    color: gray;
}
.content .ctitle {
    font-size: 0.4rem;
    font-weight: bold;
}
.textMainColor {
    color: #01adb9;
}
.redpointstext li {
    margin-left: 0.65rem;
    margin-bottom: 0.3rem;
    position: relative;
}
.redpointstext li::after {
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    background: #ec1c82;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.3rem;
}
.redpointstext li:last-child {
    margin-bottom: 0;
}
.textunder {
    text-decoration: underline;
}
.line {
    width: 100%;
    height: 1px;
    background: #eee;
}
.aqbox {
    background: #f5f5f5;
    padding: 0.12rem 0.18rem;
    border-radius: 0.3rem;
    margin-bottom: 0.2rem;
}
.aqbox .avatar {
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
}
.aqbox .item-right {
    margin-top: 0.22rem;
    font-size: 0.28rem;
}
.aqbox .item-right .a {
    font-size: 0.28rem;
    line-height: 1.5;
    margin-top: 0.3rem;
}
.text-gray{
    color: #848484;
    font-size: 0.28rem;
	text-align: right;
}
.tagslist div {
    background: #ebf5ff;
    color: #4a8aee;
    font-size: 0.25rem;
    border-radius: 100px;
    line-height: 1;
    padding: 0.18rem 0.24rem;
    margin-right: 0.1rem;
}
.bottom_btn .item_left {
    width: 2.84rem;
    height: 0.65rem;
    background: #ebf5ff;
    border-radius: 100px;
    color: #4a8aee;
    font-size: 0.26rem;
}
.bottom_btn .item_left .text {
    padding-right: 0.3rem;
    padding-top: 2px; 
    padding-bottom: 2px; 
    border-right: 1px solid #c3dafb;
}
.bottom_btn .sanjiao {
    width: 0.2rem;
    flex-shrink: 0;
    box-sizing: content-box;
    font-size: 0;
}
.bottom_btn .sanjiao.add {
    padding-left: 0.22rem;
}
.bottom_btn .sanjiao.sub {
    padding-right: 0.22rem;
}
.bottom_btn .item_right span {
    font-size: 0.2rem;
    color: #989898;
    margin-top: 0.1rem;
}
.bottom_btn .item_right>div {
    margin-left: 0.4rem;
}
.boldline {
    padding: 0.6rem 0 0.3rem 0;
	border-bottom: 1px solid #e9e9e9;
}
.comment_wrap .box_wrap {
    padding: 0.45rem 0 0.4rem;
}
.comment_wrap .box_wrap:last-child {
    border-bottom: none;
}
.comment_wrap .box .comment_right {
    flex-grow: 1;
}
.comment_wrap .comment_avatar {
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 0.2rem;
    flex-shrink: 0;
}
.comment_wrap .comment_avatar1 {
    width: 0.58rem;
    height: 0.58rem;
    overflow: hidden;
    margin-right: 0.2rem;
    flex-shrink: 0;
	position:relative;
}
.comment_wrap .comment_avatar1 img:nth-child(2) { display:block; position:absolute;right:0; bottom:0; width:10px;height:10px;}

.comment_wrap .comment_name {
    font-size: 0.29rem;
    font-weight: bold;
    color: #1f1f1f;
    margin-top: 0.1rem;
}
.comment_wrap .comment_content {
    font-size: 0.29rem;
    color: #494949;
    margin-top: 0.22rem;
    line-height: 1.5;
}
.comment_wrap .comment_content a{
	color: #006cfe;
}
.comment_wrap .comment_content img{
	width: 90%;
	margin: 0.2rem auto;
	display: block;
}
.comment_foot {
    margin-top: 0.25rem;
    font-size: 0.25rem;
    color: #a2a2a2;
    line-height: 1;
}
.comment_wrap .box .box {
    margin-top: 0.25rem;
}
.checkreplay {
    font-size: 0.24rem;
    background: #deefff;
    line-height: 1;
    padding: 0.2rem 0.5rem;
    border-radius: 100px;
    display: inline-block;
    margin: 0.3rem auto 0;
    color: #006cfe;
}
.checkreplay .box {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* Internet Explorer 9*/
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
	display: block;
	float: right;
	padding-right: 0.1rem;
	font-size:  0.2rem;
}
.zhankai {
    display: none;
}
.zhankaianniu {
	position: relative;
	z-index: 9999;
	padding: 0 0 25px;
	margin-top: -85px;
}

.baisejianbian {
	height: 70px;
	background: -webkit-gradient(
	linear,
	0 top,
	0 bottom,
	from(rgba(255, 255, 255, 0)),
	to(#fff)
	);
}

.btn_zhankai {
	color: #175199;
	font-size: inherit;
	text-align: center;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

svg {
	width: 24px;
	height: 24px;
}
.yincangquyu{
	/*display: none;*/
}
.zhuanjia_wrap {
    background: url(../img/zhuanjia_bg.png);
    background-size: 100% 100%;
    padding: 10px;
}
.writer_wrap {
    width: 100%;
    height: 1.28rem;
    /* box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05); */
    margin: 0.2rem 0;
}
.liulancont {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    padding: 20px 0px;
}
.writer_wrap .headimg {
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #eee;
    margin-right: 0.23rem;
}
.writer_wrap .membername {
    font-size: 0.3rem;
    color: #444;
}
.writer_wrap .membername span {
    font-size: 0.2rem;
    padding: 0.05rem 0.14rem;
    background: #e8eff5;
    border-radius: 100px;
    color: #66737c;
    line-height: 1.1;
    margin-left: 0.1rem;
}
.writer_wrap .sendingo {
    font-size: 0.22rem;
    color: #a5a5a5;
    margin-top: 0.12rem;
}
.writer_wrap .sendingo img {
    width: 0.22rem;
    margin-right: 0.06rem;
}
.writer_wrap .item_right {
    width: 1.5rem;
    color: #fff;
    font-size: 0.26rem;
    position: relative;
}
.writer_wrap .item_right span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
}
.membername img{
	margin-left: 5px;
}
.membername .mn1{
	width: 15px;
}
.membername .mn2{
	width:30px;
}
.takcontent {
    border: 1px solid #efefef;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 0.2rem;
}
.takcontent p{

	line-height: 0.4rem;

	font-size: 0.26rem;

}
.takcontent p strong{
	color: #000000;
}
.takcontent p span{
	color: #555555;
}
.takcontent p:first-child{

	padding-bottom: 0.2rem;

}


.margin-top{
	margin-top: 0.5rem;
}
.content-img {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.blue{
	color: #006cfe;
	font-weight: bold;
}
.content>p.ctitle, .content .yincangquyu>p.ctitle {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.yellow_font{
	display: inline-block;
}
.yellow_font img{
	width: 8px;
	margin-top: 5px;
	margin-right: 5px;
}
.sectitle {
    text-align: center;
}
.sectitle span {
    font-size: 0.7rem;
    color: #1f3e90;
	font-weight: bold;
}
.firtitle span {
    font-size: 0.4rem;
    color: #ffffff;
    padding: 0.20rem 0.8rem 0.26rem 0.8rem;
	line-height: 0.8rem;
	text-align: center;

	margin: 0 auto;
    background: url(../img/nicon_26.png);
    background-size: 100% 100%;
}
.fourtitle  span {
    font-size: 0.4rem;
    color: #ffffff;
    padding: 0.20rem 0.4rem 0.26rem 0.4rem;
	line-height: 0.8rem;
	text-align: center;

	margin: 0 auto;
    background: url(../img/nicon_27.png);
    background-size: 100% 100%;
}
.firtitle,.fourtitle {
	text-align: center;
}
.giflist div {

    width: 33%;

    float: left;

    padding: 1%;

}
.giflist2 div {

    width: 49.5%;

    float: left;

    padding: 1%;

}

.giflist div p,.giflist2 div p{
	text-align: center;
	font-weight: bold;
	line-height: 0.5rem;
	font-size: 0.3rem;
}
.giflist img{
	margin-bottom: 0.1rem;
}
.reply_box {
    margin-top: 0.4rem;
    padding: 0.18rem 0.18rem;
    background: #f8fcff;
    border: 1px solid #c7d1db;
    border-radius: 0.2rem;
    position: relative;
}
.reply_box::after {
    content: '';
    position: absolute;
    top: -0.12rem;
    left: 0.5rem;
    width: 0.2rem;
    height: 0.2rem;
    background: #f8fcff;
    border-left: 1px solid #c7d1db;
    border-top: 1px solid #c7d1db;
    transform: rotate(45deg);
}
.reply_box .reply {
    line-height: 1rem;
    font-size: 15px;
    color: #666;
}
.reply_box .reply span {
    font-weight: bold;
}
.reply_box .reply_p
{
    height: 1px; 
    background-color: #999;
    margin: 10px 0 10px 0; 
    opacity: 0.5;
}

.fixed_bottom {
    width: 100%;
    height: 1.2rem;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 0 0.4rem;
    z-index: 10;
}
.fixed_bottom .cankao {
    width: 3.2rem;
    height: 0.8rem;
    background: #deefff;
    border-radius: 200px;
    color: #0085ff;
    font-size: 0.26rem;
    line-height: 0.8rem;
    text-align: center;
    flex-shrink: 0;
    padding: 0 0.2rem;
}
.fixed_bottom .cankao span {
    line-height: 1.2;
    padding-right: 0.3rem;
    position: relative;
}
.fixed_bottom .cankao span::after {
    content: '';
    width: 2px;
    height: 0.2rem;
    background: #abd7fe;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.fixed_bottom .fixed_icon_wrap {
    flex-grow: 1;
}
.fixed_bottom .fixed_icon_wrap>div {
    margin-left: 0.4rem;
}
.fixed_bottom .fixed_icon_wrap img {
    width: 0.4rem;
    padding-bottom: 0.1rem;
}
.fixed_bottom .fixed_icon_wrap span {
    font-size: 0.2rem;
    color: #64727f;
}
.gaodengji{
	background: #ffedcc;
	color: #f68719;
	padding:0 0.1rem ;
	font-size: 0.25rem;
	margin-left: 0.1rem;
}
.didengji{
	background: #f1f1f1;
	color: #888888;
	padding:0 0.1rem ;
	font-size: 0.25rem;
	margin-left: 0.1rem;
}
.reping{
	padding: 0.01rem 0.1rem;
    color: #ff9740;
    border: 1px solid #ff9740;
    background: #feefea;
    border-radius: 1rem;
    font-weight: normal;
    font-size: 0.25rem;
    margin-left: 0.1rem;
}

.littitle span {
    background: #333333;
    border-radius: 0 30px 30px 0;
    color: #FFFFFF;
    font-size: 0.485rem;
    padding: 10px 20px 10px 20px;
    margin-left: -0.5rem;
}
