@charset 'utf-8';

/******样式清除******/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
a,
span {
  vertical-align: top;
}
img {
  border: 0;
  vertical-align: middle;
}
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}
button {
  padding: 0;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
}
textarea {
  outline: none;
  border: none;
  resize: none;
}
input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}
table tr td,
table {
  border-collapse: collapse;
}
body {
  font-size: 0;
  color: #000;
  font-family: "Microsoft YaHei";
}
/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.db {
  display: inline-block;
}
/*****边距调整****/
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
/****内容块居中***/
.centerWidth{
  max-width: 7.5rem;
  margin: 0 auto;
}



.newsoperate{
  margin: 20px 0;
  text-align: center;
}
.newsoperate a{
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 25px;
}
.shoucang{
  background: #f7b55d url('shoucang.png') center center no-repeat;
  background-size: 30px;
}

.shoucang.cur{
  background: #f2725d url('shoucang_cur.png') center center no-repeat;
  background-size: 30px;
}
.dianzan{
  background: #f2725d url('dianzan.png') center center no-repeat;
  background-size: 30px;
}
.dianzan.cur{
  background: #f2725d url('dianzan_cur.png') center center no-repeat;
  background-size: 30px;
}


.wode_header{
  background-color: #e72f17 !important;
  padding-bottom: 30px;
 }
 .wode_header h4{
   font-size: 18px;height:44px;line-height: 44px;color: #fff;
   text-align: center;
 }
 .userhead{
   margin:0 15px;
   padding: 15px 0; 
   font-size: 16px;
   color: #fff;
   line-height: 56px;
 }
 .userhead a{display: block;color: #fff;}
 .userhead img{
   width: 56px;
   height: 56px;
   vertical-align: middle;
   margin-right: 10px;
 }
 .pagebody{
   padding: 0 0px;
   background-color: #fdfdfd;
 }
 .firstmodual{
   box-shadow: 0 6px 21px rgba(0,0,0,.06);
   background-color: #fff;
   border-radius: 5px;
   padding: 10px 0;
   margin: -20px 15px 0;
 }
 .firstmodual ul li{width: 25%;float: left;text-align: center;font-size: 14px;}
 .firstmodual ul li a{display: block;}
 .firstmodual ul li img{height: 20px;}
 .firstmodual ul li p{margin-top: 5px;}
 .usercenterlist{
   margin-top: 20px;
   padding: 0 15px;
   background-color: #fff;
 }
 .usercenterlist li{
   height: 44px;
   line-height: 44px;
   font-size: 14px;
   background-color: #fff;
   border-bottom: 1px solid rgba(0,0,0,.03);
   position: relative;

 }
 .usercenterlist li img.logo{
   height: 18px;
   margin: 0px 5px 0 0;
   vertical-align: middle;
 }
 
 .usercenterlist li img.more{
  height: 8px;
  position: absolute;
  right: 0px;
  top:20px;
}
 .quitlogin{
   background-color: #f2f4f5;
   padding-top: 15px;
   height: 45px;
   line-height: 45px;
 }
 .quitlogin a{
   display: block;
   color: #e72f17;
   font-size: 16px;
   text-align: center;
   background-color: #fff;
 }