@charset "utf-8";
/* css通用样式库 */
/*根据屏幕大小自适应*/
@media (max-width: 767px) {
  /*手机页面样式*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*ipad页面样式*/
}
@media (min-width: 992px) and (max-width: 1399px) {
  /*笔记本电脑页面样式*/
}
@media (min-width: 1400px) {
  /*台式电脑显示器页面样式-默认已有样式*/
}
/*公共样式*/
html,
body {
  font: 12px/1.5 "tahoma", "arial", "\5b8b\4f53";
  line-height: 150%;
  color: #4b4b4b;
  background: #fff;
  font-family: "Microsoft Yahei";
}
td,
th,
blockquote,
p,
textarea,
input,
legend,
fieldset,
form,
code,
pre,
h6,
h5,
h4,
h3,
h2,
h1,
li,
ol,
ul,
dd,
dt,
dl,
div,
body {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
a {
  color: #06c;
  text-decoration: none;
}
a {
  font-family: "Microsoft YaHei", tahoma, arial, 宋体;
}
a:visited {
  color: #06c;
}
a:hover {
  color: #f33;
  text-decoration: underline;
}
li {
  list-style: none;
}
em {
  font-style: normal;
}
h2,
h1 {
  font-size: 100%;
}
.fl {
  float: left;
}
select,
textarea,
input {
  font: inherit inherit inherit;
}
.rewardPay {
  display: none !important;
}
.disabled {
  pointer-events: none;
}

/*PC公共样式*/


/*包装器*/
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 768px;
}
/*工具箱*/
.toolkits {
  font-family: "Arial";
  overflow: hidden;
  padding: 10px 15px;
  width: 100%;
  margin: 0 auto 10px auto;
  border: 1px solid #ddd;
}
.toolkits dl {
  float: left;
  overflow: hidden;
  display: inherit;
}
.toolkits dl dt {
  margin-bottom: 8px;
  font-weight: bold;
  height: 20px;
  font-size: 14px;
}
.toolkits dl dd {
}
.toolkits dl dd a {
  height: 16px;
  line-height: 16px;
}
.toolkits dl dd a:visited {
  color: #06c;
}
.toolkits dl.dl-1 {
  width: 40%;
}
.toolkits dl.dl-1 dt {
  text-indent: 30px;
  background-image: url(../../../images/desktop/insex_bg.png);
  background-repeat: no-repeat;
  background-position: -446px -758px;
}
.toolkits dl.dl-1 dd {
  height: 24px;
  line-height: 24px;
}
.toolkits dl.dl-1 dd a {
  width: 16.6%;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #06c;
}
.toolkits dl.dl-1 dd a:hover {
  color: #f33;
  text-decoration: underline;
}
.toolkits dl.dl-1 dd.dd-1 {
  font-size: 14px;
  color: #4b4b4b;
  margin-top: 5px;
}
.toolkits dl.dl-1 dd.dd-1 a {
  font-size: 14px;
  color: #4b4b4b !important;
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.toolkits dl.dl-1 dd.dd-1 a:hover {
  color: #f33 !important;
  text-decoration: underline;
}
.toolkits dl.dl-2 {
  width: 35%;
}
.toolkits dl.dl-2 dt {
  text-indent: 30px;
  background-image: url(../../../images/desktop/insex_bg.png);
  background-repeat: no-repeat;
  background-position: -446px -758px;
}
.toolkits dl.dl-2 dt a {
  color: #4b4b4b;
}
.toolkits dl.dl-2 dd {
  height: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
.toolkits dl.dl-2 dd > a {
  display: inline-block;
  width: 17.5%;
}
.toolkits dl.dl-2 dd span {
  display: inline-block;
  width: 24%;
  font-size: 14px;
  color: #4b4b4b;
}
.toolkits dl.dl-2 dd span a {
  font-size: 14px;
  color: #4b4b4b !important;
}
.toolkits dl.dl-2 dd span a:hover {
  color: #f33 !important;
  text-decoration: underline;
}
.toolkits dl.dl-3 {
  width: 25%;
}
.toolkits dl.dl-3 dt {
  text-indent: 30px;
  background-image: url(../../../images/desktop/insex_bg.png);
  background-repeat: no-repeat;
  background-position: -446px -820px;
}
.toolkits dl.dl-3 dd {
}
.toolkits dl.dl-3 dd a {
  display: inline-block;
  width: 33.3%;
  height: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
/*首页区域链接*/
.link_area {
  margin-bottom: 20px;
}
.link_area dl {
  line-height: 24px;
}
.link_area dl dt {
  display: inline;
  color: #707070;
  font-weight: normal;
}
.link_area dl dd {
  display: inline;
}
.link_area dl dd a {
  color: #707070;
  display: inline-block;
  margin-right: 5px;
}
.link_area dl dd a:visited {
  color: #707070;
}
.link_area dl.quyu {
}
.link_area dl.friendlinks {
}
.link_area dl.friendlinks dt {
}
.link_area dl.friendlinks dd {
}
.link_area dl.friendlinks dd a {
}


/*广告区域*/
.adv_listLeftArea,
.adv_listRightArea,
.adv_detailLeftArea,
.adv_detailRightArea {
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
