@charset "UTF-8";

/*-----default model-----*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td,
figcaption {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

img {
  border: none;
}

input,
textarea,
button,
select {
  outline: 0 none;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  width: 100%;
  color: #333;
  text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.clearfix:before,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfix {
  zoom: 1
}

body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  min-width: 1100px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  background: #c21d1d;
}


.nav-bgd,
.dv_mn {
  display: none;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: 20px
}

.pbot80 {
  padding-bottom: 80px;
}

.m-show,
.m-ib {
  display: none !important;
}

.qgfx_box {
  margin-top: 10px;
  margin-bottom: 20px !important;
}

a[title="站长统计"] {
  display: none;
}

@media only screen and (min-width: 800px) {
  .pc-hide {
    display: none !important;
  }
}

.wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

/* 输入框填充背景 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* 输入框填充透明 */
/* input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
} */


/*banner */
.PublicBanner {
  width: 100%;
  height: 1308px;
  position: relative;
  background: url(../images/banner.jpg) center no-repeat;
  background-size: auto 100%;
}

.PublicBanner>img {
  width: 100%;
  height: auto;
  min-height: 11rem;
}
.Plogo{
  height: 0.4rem;
  position: absolute;
  left: 20%;
  top: 0.2rem;
}
.Plogo img{
  height: 100%;
}
.main{
  height: auto;
  background: url(../images/main1.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.Tips{
  width: 11rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.TipsBt{
  width: 100%;
  height: 4.8rem;
  background: url(../images/a3.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -2.8rem;
}
.TipsBt h5{
  height: 0.58rem;
  padding-top: 0.9rem;
  padding-left: 0.58rem;
  font-size: 0.24rem;
}
.TipsBt p{
  height: auto;
  padding: 0 0.75rem 0 0.58rem;
  font-size: 0.24rem;
  line-height: 0.58rem;
  text-indent: 0.48rem;
}
.TipsBt p i{
  color: #dc0e0e;
}
.course{
  width: 11rem;
  height: auto;
  margin: 0 auto;
}
.course h3{
  height: 1.74rem;
  padding-top: 0.9rem;
}
.course h3 b{
  display: block;
  height: auto;
  font-size: 0.46rem;
  font-weight: bolder;
  text-align: center;
  color: #fff;
  background: url(../images/a4.png) no-repeat center;
  background-size: auto 0.46rem;
}
.course h3 span{
  display: block;
  height: auto;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  margin-top: 0.15rem;
  background: url(../images/a5.png) no-repeat center;
  background-size: 5.6rem 1px;
}
.Tlist{
  height: 1.2rem;
}
.Tlist li{
  width: 2.66rem;
  height: 1rem;
  font-size: 0.32rem;
  text-align: center;
  line-height: 1rem;
  color: #ff6f5c;
  margin-right: 0.12rem;
  margin-top: 0.2rem;
  cursor: pointer;
  background: url(../images/a6.png) no-repeat center;
  background-size: 100% 100%;
  float: left;
}
.Tlist li:last-child{
  margin-right: 0;
}
.Tlist li.active{
  height: 1.2rem;
  font-size: 0.36rem;
  font-weight: bolder;
  line-height: 1.2rem;
  color: #d60303;
  margin-top: 0;
  background: url(../images/a7.png) no-repeat center;
  background-size: 100% 100%;
}
.courseBt{
  height: auto;
  padding: 0.15rem;
  color: #fff;
  background: url(../images/a8.png) no-repeat center;
  background-size: 100% 100%;
  display: none;
}
.piece1{
  height: auto;
  padding-top: 0.5rem;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
}
.piece1>h5{
  height: 0.66rem;
  font-size: 0.36rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.66rem;
  color: #d60303;
  background: url(../images/a9.png) no-repeat center;
  background-size: 100% 100%;
}
.piece1>p{
  height: 0.52rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.52rem;
  color: #777;
}
.piece1Bt{
  height: 7.8rem;
  margin-top: 0;
}
.piece1Bt-lt{
  width: 6.12rem;
  height: 7.3rem;
  margin-left: 0.38rem;
  margin-right: 0.28rem;
  float: left;
}
.piece1Bt-lt button{
  display: block;
  width: 2.26rem;
  height: 0.54rem;
  font-size: 0.28rem;
  color: #fff;
  border: 0;
  outline: none;
  margin: 0 auto 0.15rem;
  background: url(../images/a10.png) no-repeat center;
  background-size: 100% 100%;
}
.piece1Bt-lt ul{
  height: 2.52rem;
  margin-bottom: 0.2rem;
  background: url(../images/a11.png) no-repeat center;
  background-size: 100% 100%;
}
.piece1Bt-lt ul li{
  height: 0.4rem;
  padding-left: 1.45rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #333;
  margin-bottom: 0.024rem;
  position: relative;
}
.piece1Bt-lt ul li b{
  width: 1.1rem;
  height: 0.4rem;
  font-size: 0.18rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.4rem;
  color: #d60303;
  position: absolute;
  left: 0;
  top: 0;
}
.piece1Bt-lt ul li i{
  color: #dc0e0e;
}
.piece1Bt-lt ul:last-child{
	height: 3.36rem;
  background: url(../images/a12.png) no-repeat center;
  background-size: 100% 100%;
}
.piece1Bt-rt{
  width: 3.6rem;
  height: 7.3rem;
  float: left;
}
.piece1Bt-rt button{
  display: block;
  width: 2.26rem;
  height: 0.54rem;
  font-size: 0.28rem;
  color: #fff;
  border: 0;
  outline: none;
  margin: 0 auto 0.2rem;
  background: url(../images/a10.png) no-repeat center;
  background-size: 100% 100%;
}
.piece1Bt-rt-bt{
  height: 6.05rem;
  padding-top: 0.15rem;
  border-radius: 0.1rem;
  background: #eeeeee;
}
.piece1Bt-rt-bt span{
  display: block;
  width: 1.55rem;
  height: 0.48rem;
  font-size: 0.2rem;
  line-height: 0.48rem;
  text-indent: 0.14rem;
  color: #fff;
  background: url(../images/a13.png) no-repeat center;
  background-size: 100% 100%;
}
.piece1Bt-rt-bt p{
  height: auto;
  padding: 0.1rem 0.3rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.piece1Bt-rt-bt a{
  display: block;
  width: 2.8rem;
  height: 0.6rem;
  font-size: 0.22rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.6rem;
  color: #d18740;
  margin: 0 auto;
  background: url(../images/a14.png) no-repeat center;
  background-size: 100% 100%;
}
.piece1Bt-rt-bt img{
  display: block;
  height: 2.8rem;
  margin: 0.2rem auto 0;
}


.piece2{
  height: auto;
  overflow: hidden;
}
.piece2Tp{
  height: auto;
  padding-top: 0.5rem;
  border-radius: 0.1rem;
  background: #fff;
}
.piece2Tp>h5{
  height: 0.66rem;
  font-size: 0.36rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.66rem;
  color: #d60303;
  background: url(../images/a9.png) no-repeat center;
  background-size: 100% 100%;
}
.piece2Tp>p{
  height: 0.52rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.52rem;
  color: #777;
}
.piece2Tp ul{
  height: 2.55rem;
  margin-top: 0.3rem;
}
.piece2Tp ul li{
  width: 2.32rem;
  height: 2.55rem;
  margin-left: 0.28rem;
  float: left;
  position: relative;
}
.piece2Tp ul li img{
  display: block;
  width: 100%;
  height: 100%;
}
.piece2Tp ul li span{
  display: block;
  width: 1.5rem;
  height: 0.42rem;
  font-size: 0.2rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.42rem;
  color: #e03012;
  background: url(../images/a20.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0.32rem;
  margin-left: -0.75rem;
}
.piece2Tp-bt{
  height: 2.8rem;
  margin-top: 0.25rem;
  background: url(../images/a21.png) no-repeat center top;
  background-size: auto 2.45rem;
}
.piece2Tp-bt b{
  display: block;
  width: 4rem;
  height: auto;
  padding-top: 0.9rem;
  font-size: 0.42rem;
  font-weight: bolder;
  text-align: center;
  color: #fe3b2d;
  margin-left: 2.5rem;
}
.piece2Tp-bt span{
  display: block;
  width: 4rem;
  height: auto;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.3rem;
  color: #c58c45;
  margin-left: 2.5rem;
}
.piece2Bt{
  height: auto;
  padding-top: 0.35rem;
  border-radius: 0.1rem;
  margin-top: 0.15rem;
  background: #fff;
}
.piece2Bt button{
  display: block;
  width: 2.26rem;
  height: 0.54rem;
  font-size: 0.28rem;
  color: #fff;
  border: 0;
  outline: none;
  margin: 0 auto 0.2rem;
  background: url(../images/a10.png) no-repeat center;
  background-size: 100% 100%;
}
.piece2Bt>ul{
  height: auto;
  padding-bottom: 0.35rem;
  margin-top: 0.25rem;
}
.piece2Bt>ul li{
  height: auto;
  padding-left: 0.9rem;
  padding-right: 0.8rem;
  color: #333;
  position: relative;
}
.piece2Bt>ul li i{
  display: block;
  width: 0.36rem;
  height: 0.28rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.28rem;
  color: #fff;
  background: url(../images/a22.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0.35rem;
  top: 0.07rem;
}
.piece2Bt>ul li p{
  height: auto;
  font-size: 0.16rem;
  line-height: 0.42rem;
}
.piece2Bt>ul li p span{
  display: block;
}

.piece2Bt>ul li p em{
  display: block;
  text-indent: 0.82rem;
}


.piece3{
  height: auto;
  overflow: hidden;
}
.piece3Tp{
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  border-radius: 0.1rem;
  background: #fff;
}
.piece3Tp>h5{
  height: 0.66rem;
  font-size: 0.36rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.66rem;
  color: #d60303;
  background: url(../images/a9.png) no-repeat center;
  background-size: 100% 100%;
}
.piece3Tp>p{
  height: 0.52rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.52rem;
  color: #777;
}
/* 无数据 */
.NoRecord2{
  height: 5.2rem;
  background: url(../images/a42.png) no-repeat center;
  background-size: auto 4.1rem;
  display: block;
}
.NoRecord{
  height: 5.2rem;
  background: url(../images/a23.png) no-repeat center;
  background-size: auto 4.1rem;
  display: none;
}
.record{
  height: auto;
  display: none;
}
.search {
	width: 10.3rem;
	height: 0.68rem;
	margin: 0.3rem auto;
	background: url(../images/a31.png) no-repeat center;
	background-size: 100% 100%;
}
.search input {
	display: block;
	width: 8rem;
	height: 0.64rem;
	font-size: 0.22rem;
	text-indent: 0.3rem;
	outline: none;
	border: 0;
	background: none;
	float: left;
}
.search span {
	width: 2.22rem;
	height: 0.68rem;
	font-size: 0.24rem;
	line-height: 0.68rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: url(../images/a32.png) no-repeat 0.25rem 0.22rem;
	background-size: auto 0.26rem;
	float: right;
}


.record table{
  width: 10.3rem;
  height: auto;
  border-collapse: collapse;
  margin: 0 auto;
}
.record th{
	height: 0.6rem;
	font-size: 0.22rem;
	font-weight: normal;
  color: #fff;
  border-right: 1px solid #fff;
  background: #d60303;
}
.record th:last-child{
  border-right: 0;
}
.record tr:nth-child(2n){
  background: #fff;
}
.record tr:nth-child(2n+1){
  background: #f9e4e4;
}
.record tr td {
	height: 1rem;
	font-size: 0.2rem;
}
.record tr td span{
  display: block;
  width: 1.1rem;
  height: 0.32rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.32rem;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  background: url(../images/a33.png) no-repeat center;
  background-size: 100% 100%;
}
.record tr td>a{
  display: block;
  width: 1.1rem;
  height: 0.38rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.38rem;
  color: #dc0e0e;
  margin: 0 auto;
}
/* 分页 */
.page_div {
  height: 0.7rem;
  padding-top: 0.3rem;
  padding-left: 2.5rem;
  color: #333;
}
.page_div a {
  height: 0.36rem;
  padding: 0 0.15rem;
  border: 1px solid #dce0e0 !important;
  text-align: center;
  margin: 0 0.05rem;
  cursor: pointer;
  line-height: 0.36rem;
  color: #666666;
  font-size: 0.16rem;
  display: inline-block;
}
#firstPage,
#lastPage {
  color: #d60303;
  border: 1px solid #d60303 !important;
}

#prePage,
#nextPage {
  color: #fff;
  border: 1px solid #d60303 !important;
  background: #d60303;
}
.page_div .current {
  background-color: #d60303;
  border-color: #d60303;
  color: #FFFFFF;
}
.totalPages {
  margin: 0 0.1rem;
}
.totalPages span,
.totalSize span {
  color: #d60303;
  margin: 0 0.05rem;
}

/* 评论输入框 */
.publish{
  width: 10.3rem;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: none;
}
.publish input{
  display: block;
  width: 8.6rem;
  height: 0.8rem;
  padding-right: 1.7rem;
  font-size: 0.18rem;
  line-height: 0.8rem;
  text-indent: 0.2rem;
  border: 1px solid #4607b8;
}
.publish button{
  display: block;
  width: 1.42rem;
  height: 0.46rem;
  font-size: 0.16rem;
  color: #fff;
  border: 0;
  border-radius: 0.3rem;
  outline: none;
  cursor: pointer;
  background: #4607b8;
  position: absolute;
  right: 0.15rem;
  top: 0.17rem;
}


.piece3Bt{
  height: auto;
  padding-top: 0.35rem;
  border-radius: 0.1rem;
  margin-top: 0.15rem;
  background: #fff;
}
.piece3Bt button{
  display: block;
  width: 2.26rem;
  height: 0.54rem;
  font-size: 0.28rem;
  color: #fff;
  border: 0;
  outline: none;
  margin: 0 auto 0.2rem;
  background: url(../images/a10.png) no-repeat center;
  background-size: 100% 100%;
}
.piece3Bt>ul{
  height: auto;
  padding-bottom: 0.35rem;
  margin-top: 0.25rem;
}
.piece3Bt>ul li{
  height: auto;
  padding-left: 0.9rem;
  padding-right: 0.8rem;
  color: #333;
  position: relative;
}
.piece3Bt>ul li i{
  display: block;
  width: 0.36rem;
  height: 0.28rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.28rem;
  color: #fff;
  background: url(../images/a22.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0.35rem;
  top: 0.07rem;
}
.piece3Bt>ul li p{
  height: auto;
  font-size: 0.16rem;
  line-height: 0.42rem;
}
.piece3Bt>ul li p span{
  display: block;
}

.piece3Bt>ul li p em{
  display: block;
  text-indent: 0.82rem;
}
/* 无数据 */
.piece4{
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
}
.piece4>h5{
  height: 0.66rem;
  font-size: 0.36rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.66rem;
  color: #d60303;
  background: url(../images/a9.png) no-repeat center;
  background-size: 100% 100%;
}
.piece4>p{
  height: 0.52rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.52rem;
  color: #777;
}
.piece4>.piece4Bt{
  height: 4rem;
  background: url(../images/a24.png) no-repeat center;
  background-size: auto 3.4rem;
}
.piece4>button{
  display: block;
  width: 2.26rem;
  height: 0.54rem;
  font-size: 0.28rem;
  color: #fff;
  border: 0;
  outline: none;
  margin: 0 auto 0.2rem;
  cursor: pointer;
  background: url(../images/a10.png) no-repeat center;
  background-size: 100% 100%;
}
/* 有数据 */
.piece4{
  height: auto;
}
.piece4Tp{
  height: auto;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  background: #fff;
}
.piece4Tp ul{
  width: 10.3rem;
  height: 0.62rem;
  margin: 0 auto;
}
.piece4Tp ul li{
  width: 3.42rem;
  height: 0.62rem;
  font-size: 0.22rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.62rem;
  color: #fff;
  cursor: pointer;
  border-right: 0.02rem solid #fff;
  background: #f7a18c;
  float: left;
}
.piece4Tp ul li:last-child{
  border-right: 0;
}
.piece4Tp ul li.active{
  background: url(../images/a35.png) no-repeat center;
  background-size: 100% 100%;
}
.piece4Cont{
  width: 10.26rem;
  height: 4.2rem;
  border: 0.02rem solid #ffbbaa;
  border-top: 0;
  margin: 0 auto;
}
.piece4Topic{
  width: 3.3rem;
  height: 4.2rem;
  color: #333;
  float: left;
  display: none;
}
.piece4Topic h5{
  width: 2.96rem;
  height: 0.54rem;
  border-bottom: 1px dashed #c6c7cd;
  margin: 0 auto;
  background: url(../images/a36.png) no-repeat left center;
  background-size: auto 0.4rem;
}
.piece4Topic h5 span{
  display: block;
  height: 0.54rem;
  font-size: 0.18rem;
  line-height: 0.54rem;
  margin-left: 0.55rem;
  float: left;
}
.piece4Topic h5 i{
  display: block;
  height: 0.54rem;
  font-size: 0.18rem;
  line-height: 0.54rem;
  color: #d72f21;
  float: right;
}
.piece4Topic>b{
  display: block;
  height: 0.6rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.6rem;
}
.piece4Topic p{
  height: auto;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.piece4Topic>a{
  display: block;
  width: 2rem;
  height: 0.5rem;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  margin: 0.25rem auto 0;
  background: url(../images/a37.png) no-repeat center;
  background-size: 100% 100%;
}
.Tvideo{
  width: 6.66rem;
  height: 3.75rem;
  margin: 0.22rem 0.2rem 0 0;
  background: #fcc;
  float: right;
}
.piece4Bt{
  height: auto;
  padding: 0.3rem 0;
  margin-top: 0.15rem;
  border-radius: 0.1rem;
  background: #fff;
}
.piece4Bt>h5{
  height: 0.64rem;
  font-size: 0.34rem;
  text-align: center;
  line-height: 0.64rem;
  background: url(../images/a38.png) no-repeat center;
  background-size: auto 100%;
}
.piece4Bt ul{
  width: 10.3rem;
  height: 5.36rem;
  padding: 0.2rem 0;
  margin: 0.35rem auto 0;
  background:url(../images/a39.png) no-repeat center;
  background-size: 100% 100%;
  overflow: auto;
}
.piece4Bt ul li{
  width: 3.16rem;
  height: 2.58rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  background:url(../images/a40.png) no-repeat center;
  background-size: 100% 100%;
  float: left;
}
.piece4Bt ul li>span{
  display: block;
  width: 2.86rem;
  height: 0.7rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.7rem;
  color: #333;
  border-bottom: 1px dashed #c6c7cd;
  margin: 0 auto;
  background: url(../images/a36.png) no-repeat left center;
  background-size: auto 0.4rem;
}
.piece4Bt ul li>p{
  width: 2.86rem;
  height: auto;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666;
  margin: 0 auto;
}
.piece4Bt>span{
  display: block;
  height: 0.56rem;
  margin-top: 0.35rem;
}
.piece4Bt>span a{
  display: block;
  width: 2.6rem;
  height: 0.5rem;
  font-size: 0.22rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  margin-right: 0.3rem;
  background: url(../images/a41.png) no-repeat center;
  background-size: 100% 100%;
  float: right;
}
.Peers{
  width: 11rem;
  height: auto;
  margin: 0 auto 0.6rem;
}
.Peers h3{
  height: 1.8rem;
  font-size: 0.46rem;
  font-weight: bolder;
  text-align: center;
  line-height: 1.8rem;
  color: #fff;
  background: url(../images/a4.png) no-repeat center;
  background-size: auto 0.42rem;
}
.PeersBt{
  height: 6.78rem;
  padding: 0.16rem;
  background: url(../images/a25.png) no-repeat center;
  background-size: 100% 100%;
}
.PeersBt li{
  width: 5.26rem;
  height: 6.42rem;
  padding-top: 0.36rem;
  margin-right: 0.16rem;
  border-radius: 0.1rem;
  background: #fff;
  float: left;
}
.PeersBt li:last-child{
  margin-right: 0;
}
.PeersBt li h5{
  width: 3.56rem;
  height: 0.66rem;
  font-size: 0.34rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.66rem;
  color: #d60303;
  margin: 0 auto;
  background: url(../images/a26.png) no-repeat center;
  background-size: 100% 100%;
}
.PeersBt li span{
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.15rem;
  margin: 0.35rem auto;
  background: #d60303;
}
.PeersBt li span img{
  display: block;
  height: 3.2rem;
  margin: 0.2rem;
  float: left;
}
.PeersBt li b{
  display: block;
  width: 3.65rem;
  height: 0.68rem;
  font-size: 0.32rem;
  font-weight: bolder;
  text-align: center;
  line-height: 0.66rem;
  color: #fff;
  margin: 0 auto;
  background: url(../images/a28.png) no-repeat center;
  background-size: 100% 100%;
}
.PeersBt li i{
  display: block;
  font-size: 0.26rem;
  text-align: center;
  margin-top: 0.1rem;
}
/* 左边侧边栏 */

.sidebar{
  width: 1.9rem;
  height: 4.06rem;
  background: url(../images/sidebar.png) no-repeat center;
  background-size: 100% 100%;
  position: fixed;
  left: 0.2rem;
  top: 50%;
  margin-top: -2.03rem;
  z-index: 999;
}
.sidebar ul{
  height: auto;
  padding-top: 0.82rem;
}
.sidebar ul li{
  width: 1.54rem;
  height: 0.57rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.57rem;
  color: #fff;
  margin: 0 auto;
}
.sidebar ul li.active{  
  background: url(../images/a30.png) no-repeat center;
  background-size: 100% 96%;
}
.sidebar ul li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  float: left;
}
.sidebar ul li.active a{
  color: #d72f21;
}
.sidebar>a{
  display: block;
  width: 0.76rem;
  height: 0.38rem;
  margin: 0 auto;
}

/* 弹窗公用 */
.PublicPop {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}

.PublicPop .pop {
	width: 6rem;
	border-radius: 0.2rem;
	background: #fff;
}

.PublicPop .close {
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.7rem;
}

.PublicPop h3 {
	height: 1.2rem;
	font-size: 0.46rem;
	font-weight: bolder;
	line-height: 1.2rem;
	text-align: center;
	color: #fff;
	background: url(../images/a34.png) no-repeat center;
	background-size: 100% 100%;
}
/* 登录——弹窗 */
.LoginPop .pop {
	height: 5.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.LoginPop label {
	display: block;
	width: 4.7rem;
	height: 0.8rem;
	margin: 0.4rem auto 0;
}
.LoginPop input {
	display: block;
	width: 4.7rem;
	height: 0.7rem;
	font-size: 0.28rem;
	text-indent: 0.2rem;
	outline: none;
	border-radius: 0.1rem;
	border: 0.01rem solid #ccc;
}
.LoginPop #YzNum {
	width: 2.78rem;
	float: left;
}
.LoginPop #btnCode {
	width: 1.7rem;
	color: #fff;
	border: 0;
	text-indent: 0;
	background: #d60303;
	float: right;
}
.LoginPop .loginBtn{
	width: 3.8rem;
	height: 0.76rem;
	font-size: 0.3rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.76rem;
	color: #fff;
	outline: none;
	border: 0;
  margin: 0.6rem auto 0;
  cursor: pointer;
	background: url(../images/a28.png) no-repeat center;
	background-size: 100% 100%;
}
/* 无点赞次数——弹窗 */
.PraisePop .pop {
	height: 5.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.6rem;
}
.PraisePop p {
	height: auto;
	padding-top: 0.5rem;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.48rem;
}
.PraisePop .know{
	width: 3.8rem;
	height: 0.76rem;
	font-size: 0.3rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.76rem;
	color: #fff;
  margin: 0.6rem auto 0;
  cursor: pointer;
	background: url(../images/a28.png) no-repeat center;
	background-size: 100% 100%;
}



