@charset "utf-8";
/* CSS Document */
body {
  background: #fff;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
input, textarea, select, button {
  outline: none;
  border: none;
}
::-ms-clear, ::-ms-reveal{display: none;}
textarea, input {
  resize: none;
}
em, i {
  font-style: normal;
  font-weight: normal;
}
ul, ol {
  list-style: none outside none;
}
img {
  border: none;vertical-align: middle;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #fbc846;
}
.azcatbos .clearfix {
  width: 1312px;
}
.clearfix {
  *zoom: 1;
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clear {
  height: 0;
  overflow: hidden;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt20 {
  margin-top: 20px;
}
.mt12 {
  margin-top: 12px;
}
.mt6 {
  margin-top: 6px;
}
.mr0 {
  margin-right: 0 !important;
}
.red {
  color: #ff3d3d !important;
}
.hidden {
  visibility: hidden !important
}
#cover {
  position: absolute;
  top: 0px;
  float: left;
  background: #000000;
  width: 100%;
  height: 0px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 102;
}

/*header*/

header {
  position: relative;
  z-index: 2;
  height: 87px;
  background: linear-gradient(to bottom, #c59d4c 0, #fddd9b 387px, #fff 387px, #fff 100%);
}

header > div {
  position: relative;
  width: 1200px;
  margin: auto;
  overflow: hidden;
  *zoom: 1;
}

header > div > a {
  position: relative;
  float: left;
  height: 100%;
}

header > div > a img {
  position: relative;
  width: auto;
  height: 54px;
  margin-top: 16px;
}

nav {
  position: relative;
  float: right;
  padding: 0 0 0 30px;
  overflow: hidden;
  *zoom: 1;
}

nav li {
  position: relative;
  z-index: 0;
  float: left;
  margin-left: 43px;
  padding: 0 0 0 53px;
  display: block;
  padding-bottom: 1px;
  line-height: 86px;
  text-align: center;
  font-size: 18px;
  color: #fbc846;
  font-weight: bold;
}

nav li a {
  position: relative;
  display: block;
  color: #fff;
}

nav li a:before {
  content: "";
  position: absolute;
  display: none;
  width: 23px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -49px -8px;
}

nav li a:after {
  content: "";
  position: absolute;
  display: none;
  width: 23px;
  height: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -49px -26px;
}

nav li.current a:after, nav li.current a:before {
  display: block;
}

nav li:nth-of-type(n+2):before {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -93px -8px;
}

nav li:hover a, nav li.current a {
  color: #fff;
}




.mainContent {
  width: 100%;
	min-width: 1300px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 50px;
/*	background: #fefefe;*/
}
.mc1300 {
  width: 1300px;
  overflow: hidden;
  margin: 0 auto;
}




/*小星星*/
.app_starBox {
  width: 72px;
  height: 20px;
  overflow: hidden;
}
.app_starBox .star {
  display: block;
  height: 14px;
  margin: 0px;
  line-height: 14px;
  margin-left: 0;
}
.app_starBox .star span {
  width: 72px;
  height: 14px;
  background: url(../img/litterStar.png) no-repeat;
  display: inline-block;
}
.app_starBox .star span.star0 {
  background-position: -110px -3px;
}
.app_starBox .star span.star1 {
  background-position: -110px -38px;
}
.app_starBox .star span.star2 {
  background-position: -110px -73px;
}
.app_starBox .star span.star3 {
  background-position: -110px -108px;
}
.app_starBox .star span.star4 {
  background-position: -110px -144px;
}
.app_starBox .star span.star5 {
  background-position: -110px -178px;
}
.starBox {
  width: 100px;
  height: 20px;
  overflow: hidden;
}
.starBox .star {
  display: block;
  height: 18px;
  margin: 0px;
  line-height: 18px;
  margin-left: 0;
}
.starBox .star span {
  width: 100px;
  height: 18px;
  background: url(../img/litterStar.png) no-repeat;
  display: inline-block;
}
.starBox .star span.star0 {
  background-position: 0 0;
}
.starBox .star span.star1 {
  background-position: 0 -35px;
}
.starBox .star span.star2 {
  background-position: 0 -70px;
}
.starBox .star span.star3 {
  background-position: 0 -106px;
}
.starBox .star span.star4 {
  background-position: 0 -142px;
}
.starBox .star span.star5 {
  background-position: 0 -177px;
}




.mainBody {
  position: relative;
  /*  background: #fff;*/
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 16px;
}


ul.link_ul {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
}
ul.link_ul li {
  float: left;
  margin-right: 22px;
  font-size: 15px;
  margin-bottom: 12px;
}
ul.link_ul li a {
  display: block;
  font-size: 15px;
  color: #999;
}
ul.link_ul li a:hover {
  color: #fff;
}


/*内页当前位置*/
.pageposition {
  position: relative;
  overflow: hidden;
  width: 1300px;
  color: #696969;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  margin: 16px 0 0px 0px;
  padding: 0 16px;
  box-sizing: border-box;
  background: #fff2e8;
  z-index: 0
}
.pageposition a {
  color: #696969;
}
.pageposition a:hover {
  color: #09f;
}
.pageposition em {
  color: #ff0000;
}


/*左右布局*/
.type_contBox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 16px;
}
.type_contBox .type_con_list {
  width: 920px;
  /* float: left; */
  margin: 0 auto;
  overflow: initial;
}

/*热门排行*/
.type_contBox .w370 {
  width: 360px;
  overflow: hidden;
}
.type_contBox .w290 {
  width: 290px;
  overflow: hidden;
}
.type_contBox .Softdownsort {
  width: 100%;
  /*	float: right;*/
  overflow: hidden;
  margin-bottom: 20px;
}

.rank_app_right li .hover_rank_app a.picAndRank {
  display: block;
  width: 60px;
  float: left;
  height: 60px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  left: 30px;
}
a.picAndRank img {
  width: 60px;
  height: 60px;
}

.hover_rank_app em {
  position: absolute;
  left: 0;
  top: 0px;
}
.hover_rank_app .app_info {
  width: 46%;
  height: 60px;
  float: left;
  margin-left: 38px;
  margin-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app_info a {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app_info p {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 2px;
}
.app_info p a {
  display: inline;
  font-size: 12px;
  color: #777;
  margin-top: 2px;
}
.app_info p a:hover {
  color: #1e89e0;
}
.hover_rank_app a.app_btn {
  display: block;
  width: 80px;
  height: 32px;
  border-radius: 30px;
  background: #1e89e0;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 14px;
  right: 0px;
  text-align: center;
  line-height: 30px;
}
.app_info .app_starBox {
  width: 200px;
}
.app_info .app_starBox .star {
  float: left;
  margin-top: 4px;
}
.app_info .app_starBox u {
  font-size: 14px;
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}

.no_marTop {
  margin-top: 0px;
}
.no_marBot {
  margin-bottom: 0px;
}
/*返回顶部*/
#gotoTop {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 160px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: url("../img/dkcssimg.png") no-repeat -213px -466px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 999999;
}
#gotoTop:hover {
  background: url("../img/dkcssimg.png") no-repeat -213px -526px;
  opacity: 1;
  filter: alpha(opacity=100);
}


span.inline {
	width:316px;
	margin: 0 auto;
	border-bottom: 2px solid #f2f2f2;
	display: block;
	margin-bottom: 6px;
}




footer {
  position: relative;
  width: 100%;
  padding: 33px 0;
  background: #313131;
  text-align: center;
}

footer dl {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  *zoom: 1;
}

footer dt {
  display: block;
  width: 970px;
  margin: 0 auto 30px;
  padding: 15px 25px;
  background: rgba(0, 0, 0, .08);
  overflow: hidden;
  *zoom: 1;
}

footer dt p {
  font-size: 16px;
  color: rgba(179, 179, 179, .5);
  line-height: 30px;
}

footer p, footer p span, footer p a {
  font-size: 16px;
  color: #B3B3B3;
  line-height: 30px;
}

footer p a:hover {
  color: rgba(255, 255, 255, 1);
}

.linkCont {
  width: 1200px;
  padding: 0 0 27px;
  overflow: hidden;
  margin: auto;
}

.linkCont > a {
  float: left;
  width: 400px;
  padding-top: 20px;
}

.linkCont > a img {
  height: 54px;
  width: auto;
}

.wdLink {
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  width: 740px;
}

.wdLink .list {
  margin: auto;
  overflow: hidden;
  *zoom: 1;
}

.wdLink .list a {
  float: left;
  display: block;
  margin-right: 18px;
  height: 40px;
  font-size: 16px;
  color: rgba(179, 179, 179, .5);
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
}

.wdLink .list a:hover {
  color: #e3ac3d;
}

.linkTit {
  text-align: left;
  margin-bottom: 8px;
  font-size: 24px;
  color: #B3B3B3;
  font-weight: bold;
  line-height: 38px;
}

.linkTit span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.safety{height: 40px;line-height: 40px;border-top: 1px solid #2c2c2c;border-bottom: 1px solid #2c2c2c;text-align: center;margin-top: 10px;}
.safety a{display: inline-block;padding: 0 15px;color: #4f4f4f;}
.safety i{display: inline-block;width: 20px;height: 20px;vertical-align: middle;margin-right: 1em;margin-bottom:2px;}
.safety .icon_safe1{background-position: -154px -4px;}
.safety .icon_safe2{background-position: -184px -4px;}
.safety .icon_safe3{background-position: -213px -2px;}
.safety .icon_safe4{background-position: -244px -2px;}
.safety .icon_safe5{background-position: -273px -3px;}
.safety a:hover{color: #fff;}




.hide{display: none}
