body {
  background: #E5F2FC url(../img/timg.jpg) top center no-repeat;
  color: #666;
}
a:hover {
  color: #F25D8E;
}
a:hover img {
  opacity: 0.7;
}
.header {
  background: #333;
  width: 100%;
  height: 40px;
}
.header ul {
  float: left;
  height: 40px;
}
.header ul li {
  height: 40px;
  width: 90px;
  text-align: center;
  line-height: 40px;
  float: left;
}
.header ul li a {
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: block;
  width: 40px;
  margin: 0 auto;
}
.header ul li a:hover {
  color: #F25D8E;
  border-bottom: 3px solid #F25D8E;
}
.header .tops_r {
  margin-top: 7px;
}
.header .tops_r .nav_input {
  width: 260px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px 0px 0px 2px;
}
.header .tops_r .nav_but {
  height: 28px;
  line-height: 28px;
  width: 50px;
  border-radius: 0px 2px 2px 0px;
}
.header a#logo {
  width: 200px;
  height: 40px;
  display: block;
  background-size: 140px;
  float: left;
}
.header a#logo img {
  width: 130px;
  height: 40px;
  float: left;
  margin-right: 2px;
}
.mbx_nav {
  background: rgba(0, 0, 0, 0.6);
}
.mbx_nav a,
.mbx_nav span {
  color: #fff;
}
.imgbox {
  height: 320px;
  width: 100%;
}
.imgbox .pub {
  height: 320px;
  position: relative;
}
.imgbox ul.zw {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  background: #333;
}
.imgbox ul.zw li.show {
  position: relative;
}
.imgbox ul.zw li.show a {
  font-weight: bold;
  color: #F25D8E;
}
.imgbox ul.zw li.show a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  margin-left: 40px;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 127, 0, 0)), color-stop(49%, #F25D8E), to(rgba(255, 127, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 127, 0, 0) 0%, #F25D8E 49%, rgba(255, 127, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(255, 127, 0, 0) 0%, #F25D8E 49%, rgba(255, 127, 0, 0) 100%);
  background: linear-gradient(-90deg, rgba(255, 127, 0, 0) 0%, #F25D8E 49%, rgba(255, 127, 0, 0) 100%);
}
.imgbox ul.zw li {
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 15%;
}
.imgbox ul.zw li a {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.new_box {
  height: 100px;
  background: #FAFAFA;
}
.new_box ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px 5px 15px;
  box-sizing: border-box;
}
.new_box ul li {
  padding: 5px 10px;
  text-align: center;
  color: #fff;
}
.new_box ul li:nth-of-type(1) {
  background: #F25D8E;
  text-align: center;
  border-radius: 5px;
}
.new_box ul li:nth-of-type(1) a {
  color: #fff;
}
.zb_zx {
  height: 350px;
  box-sizing: border-box;
  background: #fff;
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}
.zb_zx .swiper-container {
  width: 500px;
  height: 100%;
  float: left;
}
.zb_zx .swiper-container img {
  width: 500px;
  height: 100%;
}
.zb_zx .swiper-container .swiper-slide a {
  position: relative;
  display: block;
  width: 500px;
  height: 100%;
  background: gainsboro;
}
.zb_zx .swiper-container .swiper-slide a span {
  width: 100%;
  height: 50px;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  line-height: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.zb_zx .zx_lb {
  float: left;
  width: 440px;
  height: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
}
.zb_zx .zx_lb > a {
  height: 120px;
  display: block;
  border-bottom: 1px solid #D8D8D8;
}
.zb_zx .zx_lb > a span {
  display: block;
  font-size: 20px;
  color: #F25D8E;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
}
.zb_zx .zx_lb > a p {
  margin-top: 10px;
  line-height: 25px;
  color: #666;
}
.zb_zx .zx_lb ul li {
  height: 18px;
  line-height: 18px;
  margin-top: 12px;
}
.zb_zx .zx_lb ul li a i {
  font-weight: bold;
  margin-right: 15px;
}
.game_xz {
  padding: 0 10px;
  box-sizing: border-box;
}
.game_xz > div a {
  display: block;
  width: 78%;
  height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  border-top-left-radius: 5px ;
  border-bottom-left-radius: 5px ;
  margin-top: 8px;
  float: left;
  margin-right: 2px;
}
.game_xz > div span {
  display: block;
  float: left;
  width: 50px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  border-top-right-radius: 5px ;
  border-bottom-right-radius: 5px ;
  margin-top: 8px;
}
.game_xz .and {
  position: relative;
}
.game_xz .and a {
  background: #00A1D6;
}
.game_xz .and span {
  background: #00A1D6 url(../img/erweima.png) 10px 10px no-repeat;
  background-size: 30px;
}
.game_xz .ios {
  position: relative;
}
.game_xz .ios a {
  background: #F25D8E;
}
.game_xz .ios span {
  background: #F25D8E url(../img/erweima.png) 10px 10px no-repeat;
  background-size: 30px ;
}
.pbmodel {
  height: 240px;
  background: #FAFAFA;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.pbmodel ul.type3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}
.pbmodel ul.type3 li {
  float: left;
  padding: 10px 2px;
}
.pbmodel ul.type3 li a img {
  height: 150px;
}
.pbmodel ul.type3 li a span {
  display: block;
  width: 100%;
  text-align: center;
}
.pbmodel .type_top {
  width: 100%;
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #D8D8D8;
}
.pbmodel ul.type2 {
  float: left;
  margin-left: 20px;
}
.pbmodel ul.type2 li.show a {
  color: #F25D8E;
  padding-bottom: 1px;
  border-bottom: 1px solid #F25D8E;
  font-weight: bold;
}
.pbmodel ul.type2 li {
  float: left;
  padding: 0 30px;
}
.pbmodel ul.type2 li a {
  font-size: 14px;
  color: #333;
  height: 39px;
  line-height: 50px;
  display: block;
  float: left;
}
a.more {
  position: absolute;
  right: 10px;
  top: 10px;
}
h3.type {
  padding: 0 20px;
  text-align: center;
  border-bottom: 2px solid #F25D8E;
  float: left;
  font-size: 22px;
  color: #333;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  font-weight: normal;
}
.dahj {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 20px;
}
.dahj > div {
  width: 32%;
  height: 380px;
  background: #fff;
  float: left;
  position: relative;
}
.dahj ul {
  margin-left: 15px;
}
.dahj ul li {
  margin: 15px 0;
  list-style: amharic;
}
.dahj ul li a {
  font-size: 18px;
}
.dahj_bottom {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.top {
  border-bottom: 1px solid #D8D8D8;
  height: 40px;
}
a.tw1 {
  width: 100%;
  background: #333;
  display: block;
  height: 142px;
  margin-top: 20px;
}
a.tw1 img {
  width: 65%;
  height: 100%;
  float: left;
}
a.tw1 span {
  width: 35%;
  margin-top: 20px;
  line-height: 20px;
  display: block;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.v a {
  position: relative;
}
.v a img {
  width: 220px;
}
.v li {
  position: relative;
}
.v li a::after {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: -76px;
  left: 40%;
  background: url(../img/viedo.png) 0px 0px no-repeat;
  background-size: 45px ;
}
.v a.more {
  position: absolute;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 2px;
  width: 100%;
  left: 222px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 0.8;
}
.swiper-pagination-bullet-active {
  background: #F25D8E;
  opacity: 1;
}
.qrcode_img {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 110px;
  height: 120px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 10px 10px 10px;
  box-sizing: border-box;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  display: none;
  z-index: 999;
  color: #00A1D6;
}
.qrcode_img img {
  margin-top: 5px;
  width: 90px;
  height: 90px;
}
.and .qrcode_img {
  top: -100px;
  left: 120px;
}
.ios .qrcode_img {
  top: -36px;
  left: 120px;
}
.ios .qrcode_img {
  color: #F25D8E;
}
.game_down {
  float: left;
  width: 260px;
  /*height: 300px;*/
  background: #FAFAFA;
  box-sizing: border-box;
}
.game_down .game_pic {
  padding: 20px 20px 5px 20px;
}
.game_down .game_pic img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}
.game_down .game_pic span.t1 {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-top: 13px;
  margin-bottom: 10px;
}
.game_down .game_pic span.t2,
.game_down .game_pic span.t3 {
  display: block;
  float: left;
  height: 14px;
  line-height: 14px;
}
.game_down .game_pic span.t2 {
  width: 65px;
  border-right: 1px solid #A9A9A9;
}
.game_down .game_pic span.t3 {
  padding-left: 10px;
  width: 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.game_down .game_pic p {
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 55px;
}
.game_xz .and a.ct,.game_xz .and a.index{
	width:220px;
  	height:80px; 
  	line-height:80px;
  	border-radius:10px;
    font-size:28px;
    background:#F25D8E;
    margin-left:10px;
    margin-top:16px;
}
.game_xz .and a.ct{
   margin-left:32px;
}
