*{
  margin: 0px;
  padding: 0px;
  font-family: '微软雅黑';
}
html, body {
    position: relative;
    background: #f6f7fb;
}
a{
  text-decoration: none;
}
img{
  width: 100%;
  border: 0px;
}
.hide{
  display: none;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.top{
  width: 100%;
  height: 35px;
}
.topc{
  width: 1200px;
  height: 38px;
  margin: 0 auto;
}
.login-box{
  width: 200px;
  line-height: 38px;
  text-align: right;
}
.login-box a{
  font-size: 14px;
  color: #939393;
}
.login-box a:hover{
  color: #333;
}
.login-box span{
  margin: 0 10px;
  font-size: 12px;
  color: #939393;
}
.head{
  width: 100%;
  height: 86px;
  background: #fff;
}
.headc{
  width: 1200px;
  height: 86px;
  margin: 0 auto;
  position: relative;
}
.user-top{
  width: 70px;
  height: 40px;
  margin-top: 0px;
  position: relative;
}
.s-headpic{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 5px;
}
.s-headpic img{
  display: block;
}
.arrow{
  width: 30px;
  height: 30px;
  background: url(./bg.png) no-repeat;
  background-position: 8px -810px;
  margin-top: 5px;
}
.userbox{
  position: absolute;
  width: 240px;
  height: 305px;
  /*overflow: hidden;*/
  padding: 10px 0;
  top: 40px;
  right: 0;
  z-index: 10;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ededed;
  box-shadow: 0 0 5px #ededed;
  display: none;
}
.user-top:hover .userbox{
  display: block;
}
.userbox:before{
  position: absolute;
  content: "";
  border-bottom: 6px solid #ededed;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  left: 180px;
}
.userbox:after{
  position: absolute;
  content: "";
  border-bottom: 3px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: -3px;
  left: 182px;
}
.b-headpic{
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}
.b-headpic img{
  display: block;
}
.userbox-name{
  width: 100%;
  font-size: 18px;
  color: #353535;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.userbox-dj{
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 30px;
}
.taozi{
  width: 200px;
  padding: 15px 0;
  margin: 0 auto;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  margin-top: 10px;
}
.taozi .qt-list{
  width: 100%;
  margin-top: 0;
  margin: 5px 0;
}
.taozi .tb{
  margin-left: 5px;
}
.taozi .tz-cz{
  background: none;
  border: 1px solid #ff9000;
  float: right;
  margin-right: 5px;
}
.taozi .tz-cz a{
  color: #ff9000;
}
.userbox-nav{
  width: 100%;
  margin-top: 15px;
}
.userbox-nav li{
  list-style: none;
  width: 80px;
  height: 40px;
  float: left;
}
.userbox-nav li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #353535;
  font-family: "宋体";
  text-align: center;
}
.userbox-tb{
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.userbox-tb1{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -460px -93px;
}
.userbox-tb2{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -514px -134px;
}
.userbox-tb3{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -460px -54px;
}
.tcdl{
  display: block;
  width: 45px;
  height: 20px;
  font-size: 12px;
  font-family: "宋体";
  color: #999;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: 5px -848px;
}
.zl-list-title{
  width: 100px;
  text-align: right;
}
.tj-btn{
  margin-top: 30px;
}
.logo{
  width: 150px;
  height: 102px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -8px -6px;
  position: absolute;
  top: -9px;
}
.nav{
  width: 800px;
  height: 86px;
  margin-left: 150px;
}
.nav li{
  list-style: none;
  width: 100px;
  height: 86px;
  float: left;
  line-height: 82px;
  text-align: center;
}
.nav li a{
  display: inline-block;
  width: 64px;
  font-size: 16px;
  color: #353535;
}
.nav li a.nav_bot{
  color: #30b7c3;
  border-bottom: 4px solid #30b7c3;
}
.search-box{
  width: 210px;
  height: 34px;
  border: 1px solid #30b7c3;
  border-radius: 3px;
  margin-top: 23px;
}
.input-box{
  width: 160px;
  height: 34px;
  border: 0;
  background: none;
  outline: medium;
  margin-left: 10px;
}
.search-btn{
  width: 40px;
  height: 34px;
  background: url(./bg.png?v=20170524001) #30b7c3;
  background-position: -170px -7px;
  cursor: pointer;
}
.wrap{
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.banner-box{
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  margin-top: 35px;
}
.banner{
  width: 840px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.banner li{
  width: 840px;
  float: left;
}
.banner-tag{
  width: 840px;
  height: 44px;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.banner-leftbtn{
  width: 26px;
  height: 44px;
  background: url(./bg.png?v=20170524001) #353535 no-repeat;
  background-position: -342px 0px;
  cursor: pointer;
}
.banner-rightbtn{
  width: 26px;
  height: 44px;
  background: url(./bg.png?v=20170524001) #353535 no-repeat;
  background-position: -293px 0px;
  cursor: pointer;
  margin-left: 1px;
}
.banner-list{
  width: 787px;
  height: 44px;
}
.banner-list li{
  float: left;
  list-style: none;
  height: 44px;
  background: rgba(0,0,0,0.7);
  margin-left: 1px;
  cursor: pointer;
}
.banner-list li.banner-tag-active{
  background: #30b7c3;
}
.banner-right{
  width: 360px;
  height: 400px;
  background: #fff;
  position: relative;
}
.banner-right:before{
  content: "";
  border-top: 30px solid #30b7c3;
  border-left: 30px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.yxzx-more{
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -169px -53px;
}
.yxzx-head{
  width: 310px;
  padding: 20px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
}
.yxzx-head li{
  list-style: none;
  width: 100%;
  margin-top: 20px;
}
.yxzx-head li a{
  display: block;
  width: 100%;
  font-size: 24px;
  color: #ff9000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.yxzx-head li p{
  width: 100%;
  height: 32px;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list{
  width: 310px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}
.news-list li{
  list-style: none;
  width: 100%;
  height: 24px;
  margin-top: 10px;
}
.news-list li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
}
.news-type{
  display: block;
  width: 48px;
  height: 100%;
  background: #30b7c3;
  color: #fff;
  text-align: center;
}
.news-title{
  width: 250px;
  height: 100%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-box{
  width: 1200px;
  overflow: hidden;
  margin-top: 35px;
}
.recom-game{
  width: 826px;
  border: 1px solid #ededed;
  overflow: hidden;
  background: #fff;
}
.game-box-head{
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.game-box-title{
  width: 150px;
  font-size: 22px;
  color: #353535;
  line-height: 50px;
  overflow: hidden;
}
.yxtj-logo{
  width: 50px;
  height: 50px;
  display: block;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -165px -80px;
}
.yxtj-more{
  width: 60px;
  font-size: 14px;
  overflow: hidden; 
}
.yxtj-more a{
  color: #666;
}
.yxtj-more-btn{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(./bg.png?v=20170524001) #30b7c3  no-repeat;
  background-position: -182px -54px;
  border-radius: 8px;
  margin-top: 17px;
  margin-right: 5px;
}
.yxtj-list{
  width: 100%;
  border-collapse:collapse;
  overflow: hidden;
}
.yxtj-list li{
  font-size: 0;
  width: 406px;
  float: left;
  padding-bottom: 20px;
}
.yxtj-list li:nth-child(1){
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.yxtj-list li:nth-child(2){
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  float: right;
}
.yxtj-list li:nth-child(3){
  border-right: 1px solid #ededed;
  margin-top: 15px;
}
.yxtj-list li:nth-child(4){
  border-left: 1px solid #ededed;
  margin-top: 15px;
  float: right;
}
.yx-box{
  width: 376px;
  margin-left: 10px;
  overflow: hidden;
}
.yx-name{
  width: 250px;
  font-size: 28px;
  font-weight: bold;
  color: #353535;
  line-height: 70px;
}
.yxxz-btn{
  width: 98px;
  height: 28px;
  border: 1px solid  #b5b5b5;
  border-radius: 5px;
  font-size: 17px;
  color: #353535;
  text-align: center;
  line-height: 28px;
  margin-top: 20px;
  cursor: pointer;
}
.yxxz-btn:hover{
  background-color: #30b7c3;
  border: 1px solid  #30b7c3;
}
.yx-type{
  width: 366px;
  margin-left: 20px;
  font-size: 16px;
  color: #353535;
  line-height: 29px;
  /*margin-top: 10px;*/
}
.yx-desc{
  width: 366px;
  margin-left: 20px;
  font-size: 16px;
  color: #555;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-game{
  width: 360px;
  border: 1px solid  #ededed;
  overflow: hidden;
  background: #fff;
}
.download-game-head{
  width: 100%;
  height: 50px;
  font-size: 22px;
  color: #353535;
}
.xz-logo{
  width: 50px;
  height: 50px;
  display: block;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -219px 3px;
}
.xz-title{
  line-height: 50px;
}
.xzyx-list{
  width: 100%;
  overflow: hidden;
}
.xzyx-list li{
  width: 100%;
  padding: 19px 0;
  list-style: none;
  border-top: 1px solid #ededed;
  overflow: hidden;
}
.lnum{
  width: 18px;
  height: 18px;
  border-radius: 9px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 19px;
  font-family: '宋体';
  margin-top: 27px;
  margin-left: 10px;
}
.t-list li:nth-child(1) .lnum{
  background: #25a5b0;
  color: #fff;
}
.t-list li:nth-child(2) .lnum{
  background: #34c9d6;
  color: #fff;
}
.t-list li:nth-child(3) .lnum{
  background: #5de2ee;
  color: #fff;
}
.limg{
  width: 74px;
  font-size: 0;
  margin-left: 10px;
}
.ldesc{
  width: 140px;
  margin-left: 10px;
  line-height: 20px;
}
.ldesc p{
  font-size: 20px;
  color: #767676;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.ldesc p.xznum{
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.xz-tb{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -7px -137px;
}
.xz-num{
  color: #999;
  font-weight: normal;
}
.lbtn{
  display: inline-block;
  padding: 5px 10px;
  height: 26px;
  font-size: 14px;
  color: #30b7c3;
  text-align: center;
  line-height: 26px;
  margin-left: 10px;
  margin-top: 20px;
  border-radius: 5px;
}
.xzyx-list li:hover{
  background: #f6f6f6;
}
.xzyx-list li:hover .xzyx-list-num{
  background: #ff9000;
  color: #fff;
}
.xzyx-list li:hover .lbtn{
  background: #30b7c3;
  color: #fff;
}
.ad{
  width: 1200px;
  overflow: hidden;
  margin: 35px 0;
  font-size: 0;
}
.hot-box{
  width: 100%;
  overflow: hidden;+
}
.hot-gift{
  width: 360px;
  border: 1px solid #ededed;
  overflow: hidden;
  background: #fff;
}
.hot-game{
  width: 826px;
  overflow: hidden;
  /*background: #fff;*/
}
.hot-game-head{
  width: 824px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #fff;
}
.hot-game-list{
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #ededed;
  background: #fff;
}
.hot-game-list li{
  list-style: none;
  width: 274px;
  height: 150px;
  overflow: hidden;
  float: left;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  position: relative;
  cursor: pointer;
}
.game-logo{
  width: 88px;
  height: 88px;
  font-size: 0;
  margin-left: 45px;
  margin-top: 30px;
  -webkit-transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
.game-logo img {
  width: 100%;
}
.game-desc{
  width: 110px;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 10px;
  -webkit-transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
.game-desc p{
  width: 100%;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}
.game-desc p.game-name{
  font-size: 16px;
  color: #353535;
  font-weight: bold;
}
.stars{
  width: 100%;
  height: 15px;
  overflow: hidden;
  background: url(./bg.png?v=20170524001);
  background-position: 0 -178px;
  font-size: 0;
}
.stars span{
  display: block;
  width: 0px;
  height: 15px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -66px -142px;
  float: left;
  margin-right: 6px;
}

.hotxz-btn{
  display: block;
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  background: #30b7c3;
  position: absolute;
  bottom: -45px;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.hot-game-list li:hover .game-logo{
  margin-top: 8px;
}
.hot-game-list li:hover .game-desc{
  margin-top: 18px;
}
.hot-game-list li:hover .hotxz-btn{
  bottom: 0;
}
.ldesc p.lbdesc{
  color: #939393;
  font-size: 16px;
  line-height: 16px;
}
.hot-search{
  width: 190px;
  height: 25px;
  border: 1px solid #30b7c3;
  margin-top: 12px;
  margin-right: 15px;
}
.hot-banner{
  width: 100%;
  overflow: hidden;
  margin-top: 21px;
  font-size: 0;
}
.hot-banner a{
  display: block;
}
.hot-search input{
  display: block;
  width: 150px;
  height: 25px;
  border: 0;
  background: none;
  outline: medium;
  margin-left: 5px;
}
.hot-search .search-btn{
  width: 30px;
  height: 25px;
  background: url(./bg.png?v=20170524001) #30b7c3;
  background-position: -175px -10px;
  cursor: pointer;
}
.footer{
  width: 100%;
  padding: 25px 0;
  background: #009ca2;
  margin-top: 50px;
}

/******************************************游戏中心****************************************************/
.pos{
  width: 1200px;
  padding: 20px 0 0;
  font-size: 12px;
  color: #ababab;
  margin: 0 auto;
}
.pos a{
  color: #30b7c3;
}
.game-list{
  width: 1212px;
  overflow: hidden;
}
.game-list ul > li{
  list-style: none;
  width: 591px;
  height: 192px;
  float: left;
  border: 1px solid #eeeeee;
  margin-right: 13px;
  position: relative;
  background: #fff;
  margin-top: 13px;
}
.game-top{
  width: 560px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 13px;
}
.game-list-logo{
  width: 138px;
  height: 138px;
}
.game-list-logo img {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.game-list-desc{
  width: 412px;
  height: 138px;
  overflow: hidden;
}
.n-game-name{
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  padding: 14px 0;
}
.ios-logo,.android-logo{
  display: inline-block;
  width: 20px;
  height: 22px;
}
.ios-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -114px -135px;
  margin-left: 10px;
}
.android-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -132px -135px;
}
.game-type{
  width: 100%;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
}
.game-type span{
  margin-right: 20px;
}
.game-jj{
  font-size: 14px;
  color: #666;
}
.game-btns{
  width: 100%;
  height: 36px;
  border-top: 1px solid #eee; 
  overflow: hidden;
  margin-top: 5px;
}
.game-btns div{
  width: 197px;
  height: 36px;
  border-left: 1px solid #eee; 
  margin-left: -1px;
  float: left;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.game-ewm {
  width: 130px;
  position: absolute;
  padding: 9px 27px;
  background: #fff;
  font-size: 0;
  left: 400px;
  top: 0px;
  z-index: 10;
  display: none;
}
.game-btns div a{
  display: block;
  width: 100%;
  height: 100%;
  color: #353535;
}
.fenye{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
.fenye span{
  height: 34px;
  display: inline-block;
  padding: 0 12px;
  margin: 0 5px;
  font-size: 12px;
  color: #353535;
  line-height: 34px;
  cursor: pointer;
}
.fenye span input{
  width: 20px;
  border: 0;
  background: #f6f7fb;
  outline: medium;
}
.fenye span.span_bor{
  border: 1px solid #eee;
}
.jr:hover{
  background: #ff9000;
}
.lb:hover,.xz:hover{
  background: #30b7c3;
}
/******************************************礼包中心*********************************************/
.nbanner-box{
  width: 1200px;
  height: 282px;
  overflow: hidden;
  margin-top: 20px;
}
.nbanner{
  width: 826px;
  height: 282px;
  position: relative;
  overflow: hidden;
/*  border-left: 1px solid #353535;
  border-right: 1px solid #353535;*/
}
.nbanner ul li{
  width: 826px;
  float: left;
}
.nblist{
  width: 773px;
}
.nbtag{
  width: 826px;
}
.lb-box{
  width: 358px;
  height: 282px;
  background: #fff;
}
.lbsearch{
  width: 358px;
  margin-top: 17px;
}
.lbsearch input{
  width: 308px;
}
.xynum{
  width: 10px;
  height: 74px;
}
.rmlb-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -220px -40px;
}
.gift-box{
  width: 826px;
  overflow: hidden;
}
.hot-gift-list{
  width: 825px;
  height: 305px;
  border: 1px solid #ededed;
  margin-top: -1px;
  background: #fff;
}
.hot-gift-list li{
  list-style: none;
  width: 274px;
  height: 152px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  float: left;
  cursor: pointer;
}
.getnum{
  width: 55px;
  height: 24px;
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 14px;
  color: #30b7c3;
  text-align: center;
  line-height: 24px;
}
.taonum{
  color: #ff9000;
}
.hot-gift-list li:hover .getnum{
  background: #30b7c3;
  color: #fff;
}
.hot-gift-list li:hover .taonum{
  background: #ff9000;
  color: #fff;
}
.new-gift{
  margin-top: 14px;
}
.xy-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -165px -80px;
}
.giftlistpage .hot-gift-list{
  height: 293px;
}
.giftlistpage .hot-gift-list li{
  height: 146px;
}
.pic{
  width: 360px;
  overflow: hidden;
  font-size: 0;
}
/***************************游戏礼包***********************************************/
.gift-desc{
  width: 1198px;
  padding: 20px 0;
  border: 1px solid #ededed;
  overflow: hidden;
  margin-top: 15px;
  background: #fff;
}
.game-logo196{
  width: 196px;
  height: 196px;
  font-size: 0;
  margin-left: 72px;
}
.game-logo196 img {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.gift-tips{
  width: 500px;
  overflow: hidden;
  margin-left: 40px;
}
.gift-tips-title{
  font-size: 26px;
  color: #353535;
  font-weight: bold;
  line-height: 50px;
}
.gift-tips-list li{
  list-style: none;
  font-size: 14px;
  color: #939393;
  line-height: 22px;
  margin-left: 15px;
  position: relative;
}
.gift-tips-list li:before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #30b7c3;
  left: -10px;
  top: 7px;
}
.gift-tips-get{
  margin-top: 10px;
}
.gift-tips-get span{
  display: inline-block;
  padding: 5px 40px;
  font-size: 22px;
  font-weight: bold;
  background: #30b7c3;
  border-radius: 5px;
  color: #fff;
  margin-right: 50px;
  cursor: pointer;
}
.gift-present{
  width: 196px;
  height: 196px;
  /*background: #ededed;*/
  margin-left: 50px;
  position: relative;
}
.g-present-text{
  width: 196px;
  height: 196px;
  position: absolute;
  z-index: 5;
  font-size: 58px;
  color: #ff9000;
  text-align: center;
  font-weight: bold;
  top: 0;
}
.g-present-text p{
  font-size: 16px;
  font-weight: normal;
  margin-top: 50px;
}
.lb-desc{
  width: 1198px;
  padding: 20px 0 25px;
  border: 1px solid #ededed;
  background: #fff;
  overflow: hidden;
  margin-top: 15px;
}
.lbnr{
  width: 550px;
  overflow: hidden;
  margin-left: 30px;
}
.giftlistpage .game-box{
  margin-top: 15px;
}
.lbdesc-title{
  font-size: 20px;
  line-height: 40px;
  color: #353535;
}
.lbnr p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

/********************************游戏详情**************************/
.game-detail{
  width: 100%;
  overflow: hidden;
}
.game-detail .gift-desc{
  width: 824px;
  position: relative;
}
.hot{
  width: 60px;
  height: 40px;
  background: #30b7c3;
  text-align: center;
  line-height: 60px;
  position: absolute;
  right: -23px;
  top: -13px;
  font-size: 12px;
  color: #fff;
  transform: rotate(45deg);
}
.gamedetail-ewm-box{
  width: 360px;
  height: 236px;
  border: 1px solid #ededed;
  background: #fff; 
  margin-top: 15px;
}
.gamedetail-tyle,.gamedetail-xz{
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.gamedetail-tyle span{
  display: inline-block;
  padding: 3px 5px;
  font-size: 14px;
  color: #fff;
  background: #30b7c3;
  margin-right: 15px;
  margin-bottom: 10px;
}
.gamedetail-list{
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.gamedetail-list span{
  margin-right: 50px;
}
.gamedetail-xz{
  margin-top: 10px;
}
.gamedetail-xz a{
  display: inline-block;
  width: 140px;
  height: 50px;
  margin-right: 50px;
}
.gamedetail-ios{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -239px -148px;
}
.gamedetail-android{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -239px -207px;
}
.gamedetail-ewm{
  width: 194px;
  height: 194px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: 0 -213px;
  margin-left: 50px;
  margin-top: 20px;
  overflow: hidden;
}
.gamedetail-ewm img{
  display: block;
  width: 100%;
  margin-top: 9px;
  margin-left: 9px;
}
.gamedetail-ewm-tips{
  width: 55px;
  height: 100%;
  background: #30b7c3;
}
.sao{
  width: 27px;
  height: 27px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -233px -93px;
  margin: 0 auto;
  margin-top: 55px;
}
.sao-text{
  width: 22px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
.gamedetail-desc{
  width: 1198px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ededed;
  margin-top: 15px;
}
.gamedetail-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -276px -41px;  
}
.gamedetail-text{
  width: 1100px;
  height: 130px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  line-height: 31px;
}
.on-off{
  width: 50px;
  height: 40px;
  font-size: 12px;
  color: #939393;
  line-height: 40px;
  margin-left: 1130px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.off-btn:before{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  left: -15px;
  background: url(./bg.png?v=20170524001) #30b7c3 no-repeat;
  background-position: -184px -56px;
  border-radius: 100%; 
}
.on-btn:before{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  left: -15px;
  background: url(./bg.png?v=20170524001) #30b7c3 no-repeat;
  background-position: -183px -145px;
  border-radius: 100%; 
}
.gamepic-box{
  width: 1200px;
  overflow: hidden;
  margin-top: 15px;
}
.pic-box{
  width: 824px;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #fff;
}
.pic-show{
  width: 824px;
  height: 492px;
  padding: 36px 0;
  border-top: 1px solid #ededed;
}
.pic_left,.pic_right{
  width: 50px;
  height: 70px;
  cursor: pointer;
  margin-top: 200px;
}
.pic_left{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: 15px -440px;
}
.pic_right{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -35px -440px;
}
.pic_content{
  width: 724px;
  height: 492px;
  overflow: hidden;
}
.pic_contentul{
  overflow: hidden;
}
.pic_content li{
  list-style: none;
  font-size: 0;
  float: left;
  margin: 0 3px;
  width:277px;
}
/*********************搜索结果*******************************************/
.result-box{
  width: 1198px;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #fff;
  margin-top: 15px;
}
.result-box .game-box-title{
  width: 500px;
}
.result-box .search-box{
  width: 300px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
}
.result-box .search-box input{
  width: 250px;
  height: 30px;
}
.result-box .search-box .search-btn{
  height: 30px;
  background: url(./bg.png?v=20170524001) #fff no-repeat;
  background-position: -338px -93px;
}
.result-title .yxtj-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -216px 3px;
}
.search-list{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #ededed;
  padding-bottom: 20px;
}
.search-list ul{
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.search-list li{
  list-style: none;
  width: 275px;
  padding: 20px 0px;
  margin-top: 15px;
  overflow: hidden;
}
.search-list li .game-logo{
  margin-top: 0;
  margin-left: 10px;
}
.search-list li .game-desc{
  margin-top: 10px;
}
.search-list li:hover{
  background: #ededed;
}
.getnum{
  cursor: pointer;
}
.search-list li:hover .getnum{
  background: #30b7c3;
  color: #fff;
}
.search-list li:hover .taonum{
  background: #ff9000;
  color: #fff;
}
/******************客服************************/
.side{
  width: 304px;
  overflow: hidden;
  margin-top: 20px;
}
.side .search-box{
  width: 302px;
  margin-top: 0;
  border-radius: 0;
}
.side .search-box input{
  width: 252px;
}
.side .search-box .search-btn {
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -337px -90px;
}
.zzfw-box{
  width: 302px;
  overflow: hidden;
  border: 1px solid #ededed;
  margin-top: 15px;
  background: #fff;
}
.zzfw-box div{
  width: 50%;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #353535;
  cursor: pointer;
}
.zzfw-box div.fw{
  background: #30b7c3;
  color: #fff;
}
.fw-list{
  width: 303px;
  border: 1px solid #ededed;
  border-bottom: 0;
  background: #fff;
  overflow: hidden;
  margin-top: -1px ;
}
.fw-list li{
  list-style: none;
  width: 100px;
  height: 100px;
  border: 1px solid #ededed;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  font-size: 0;
}
.fw-list li p{
  font-size: 12px;
  text-align: center;
  margin-top: 60px;
}
.fw-list li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
  overflow: hidden;
}
.czwt{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: 35px -510px;
}
.czwt-light{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -265px -510px;
}
.fw-list li.czwt-light a{
  color: #30b7c3;
}
.aqwt{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -65px -510px;
}
.aqwt-light{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -365px -510px;
}
.fw-list li.aqwt-light a{
  color: #30b7c3;
}
.jyfk{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -165px -510px;
}
.jyfk-light{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -465px -510px;
}
.fw-list li.jyfk-light a{
  color: #30b7c3;
}
.wgjb{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: 35px -610px;
}
.wgjb-light{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -265px -610px;
}
.fw-list li.wgjb-light a{
  color: #30b7c3;
}
.ycwt{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -65px -610px;
}
.ycwt-light{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -365px -610px;
}
.fw-list li.ycwt-light a{
  color: #30b7c3;
}
.zhwt{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: 35px -710px;
}
.zhwt-light{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -265px -710px;
}
.fw-list li.zhwt-light a{
  color: #30b7c3;
}
.dvrz{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -65px -710px;
}
.dvrz-light{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -365px -710px;
}
.fw-list li.dvrz-light a{
  color: #30b7c3;
}
.yxxz{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -165px -710px;
}
.yxxz-light{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -465px -710px;
}
.fw-list li.yxxz-light a{
  color: #30b7c3;
}
.client-link{
  width: 100%;
  margin-top: 16px;
}
.client-link div{
  width: 302px;
  padding: 15px 0;
  border: 1px solid #ededed;
  margin-top: -1px;
  background: #fff;
}
.kfdh{
  font-size: 16px;
  color: #353535;
  text-align: center;
  font-weight: bold;
}
.kf-num{
  font-size: 24px;
  text-align: center;
  color: #30b7c3;
}
.kf-emil{
  font-size: 12px;
  color: #939393;
  text-align: center;
}
.kf-emil p{
  overflow: hidden;
  line-height: 15px;
}
.cz-tb{
  display: block;
  width: 23px;
  height: 25px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -242px -282px;
  margin-left: 75px;
}
.yx-tb{
  display: block;
  width: 23px;
  height: 25px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -244px -324px;
  margin-left: 75px;
}
.client-content{
  width: 880px;
  min-height: 624px;
  overflow: hidden;
  border: 1px solid #ededed;
  margin-top: 20px;
  background: #fff;
}
.client-content-title{
  padding: 15px 0;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
}
.client-content-title span{
  margin-left: 25px;
}
.czwt-msg{
  width: 550px;
  overflow: hidden;
  margin-left: 100px;
  margin-top: 15px;
}
.msg-list{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.msg-title{
  width: 70px;
  font-size: 14px;
  color: #353535;
  text-align: right;
  line-height: 26px;
}
.msg-enter{
  width: 250px;
  height: 24px;
  border: 1px solid #dddddd;
  margin-left: 0;
  margin-left: 10px;
}
.msg-enter input{
  display: block;
  width: 95%;
  height: 100%;
  background: none;
  outline: medium;
  border: 0;
  margin-left: 5%;
}
.is-sure{
  width: 50px;
  height: 26px;
  font-size: 12px;
  color: #939393;
  text-align: right;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -236px -351px;
  line-height: 26px;
}
.cz-t{
  width: 550px;
  font-size: 14px;
  color: #353535;
  line-height: 30px;
  margin-left: 100px;
  margin-top: 20px;
}
.cz-text{
  display: block;
  width: 390px;
  height: 80px;
  border: 1px dashed #aaa;
  margin-left: 100px;
  padding: 10px;
  outline: medium;
}
.upload-btn{
  width: 70px;
  height: 70px;
  border: 1px dashed #999;
  background: url(./bg.png?v=20170524001) #f0f0f2 no-repeat;
  background-position: -103px -438px;
  cursor: pointer;
  margin-left: 100px;
}
.pic-list{
  width: 600px;
  overflow: hidden;
  font-size: 0;
}
.pic-list img{
  display: block;
  width: 180px;
  float: left;
  margin-right: 20px;
}
.send-btn{
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  background: #30b7c3;
  border-radius: 5px;
  cursor: pointer;
}
.send-btn:hover{
  background: #22a6b2;
}
/***************安全问题***********************/
.aqwt-msg{
  width: 700px;
  overflow: hidden;
  margin-left: 60px;
  color: #666666;
  font-size: 16px;
}
.aq-title{
  font-weight: bold;
  line-height: 50px;
  margin-top: 20px;
}
.aqwt-msg-list li{
  list-style: none;
  overflow: hidden;
}
.aqwt-msg-title{
  cursor: pointer;
  line-height: 40px;
}
.aqwt-msg-list li:hover .aqwt-msg-title{
  color: #30b7c3;
}
.aqwt-msg-light{
  color: #30b7c3;
}
.aqwt-msg-cont{
  width: 630px;
  border: 1px solid #666;
  margin-left: 48px;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px;
  position: relative;
  display: none;
}
.aqwt-msg-cont:before{
  position: absolute;
  content: "";
  border-bottom: 10px solid #666; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -10px;
  left: 20px;
}
.aqwt-msg-cont:after{
  position: absolute;
  content: "";
  border-bottom: 8px solid #fff; 
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: -8px;
  left: 21px;
}
.aqwt-msg-more{
  display: block;
  width: 50px;
  font-size: 14px;
  color: #666;
  font-family: '宋体';
  overflow: hidden;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.aqwt-msg-more span{
  margin-top: 0;
}
.td-btn{
  overflow: hidden;
  margin-top: 10px;
}
.td-btn a{
  display: block;
  width: 120px;
  height: 40px;
  border: 1px solid #353535;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  float: left;
  margin-right: 25px;
  color: #353535;
}
.td-btn a:hover{
  background: #30b7c3;
  border: 1px solid #30b7c3;
  color: #fff;
}
/******************建议反馈*********************************/
.jyfk-msg{
  width: 700px;
  margin-left: 100px;
  overflow: hidden;
  margin-top: 10px;
}
.cl-box{
  overflow: hidden;
}
.cl-box p{
  font-family: '宋体';
  font-size: 12px;
  color: #939393;
  line-height: 24px;
}
.cl-box input{
  display: block;
  width: 380px;
  height: 26px;
  border: 1px solid #ddd;
  background: none;
  outline: medium;
  margin-top: 20px;
  font-size: 12px;
  padding-left: 10px;
}
.code-box{
  overflow: hidden;
}
.code-box input{
  width: 230px;
}
.yzm{
  width: 136px;
  height: 28px;
  background: #30b7c3;
  text-align: center;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
  margin-left: 14px;
  cursor: pointer;
}
.jyfk-msg .cz-t,.jyfk-msg .cz-text{
  margin-left: 0;
}
.jyfk-msg .cz-text{
  width: 675px;
  height: 150px;
}
.wgcl{
  margin-left: 100px;
  margin-top: 20px;
}
.totalquestion{
  margin-top: 30px;
}
/****************vip******************************/
.vip-t{
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-left: 100px;
  line-height: 30px;
  margin-top: 20px;
}
.vip-msg{
  width: 700px;
  margin-left: 150px;
  overflow: hidden;
}
.sex span{
  display: block;
  width: 50px;
  float: left;
  margin-left: 10px;
}
.sex span.sex-choose{
  width: 10px;
  height: 10px;
  border: 2px solid #30b7c3;
  border-radius: 100%;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
}
.sex span.sex-xz:before{
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #30b7c3;
  border-radius: 100%;
  top: 3px;
  left: 3px;
}
.fw-list .msg-enter{
  width: 140px;
}
.fw-list .cx-box{
  margin-left: 10px;
  margin-top: 40px;
}
.sure-btn{
  width: 100px;
  height: 40px;
  background: #30b7c3;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin: 30px auto;
}
.sure-btn:hover{
  background: ##22a6b2;
}
.cx-tw,.cx-hd{
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-top: -1px;
}
.cx-tw .yxtj-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -382px 8px;
}
.cx-hd .yxtj-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -382px -40px;
}
.twrn,.twhd{
  width: 80%;
  min-height: 200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 20px;
}
.userid{
  font-size: 12px;
  color: #666;
  font-family: '宋体';
  line-height: 50px;
}
.userid span{
  margin-right: 20px;
}
.userid span a{
  color: #ff9000;
}
.tw-cont{
  font-size: 16px;
  color: #353535;
  line-height: 22px;
  overflow: hidden;
}
.tw-time{
  font-size: 12px;
  color: #666;
  font-family: '宋体';
  line-height: 50px;
  text-align: right;
  margin-top: 30px;
}
.fwbox{
  width: 100%;
  overflow: hidden;
}
.pic-box .yxtj-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -330px -42px;
}
/*******************登录注册**********************************/
.bg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  z-index: 99;
  display: none;
}
.index-login{
  width: 340px;
  padding: 10px 0;
  /*overflow: hidden;*/
  background: #fff;
  border-radius: 5px;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -170px;
  z-index: 1000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.index-login > div{
  width: 282px;
  overflow: hidden;
  margin: 0 auto;
}
.login-title{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #30b7c3;
  line-height: 40px;
}
.input{
  width: 280px;
  height: 36px;
  border: 1px solid #cccccc;
  margin-top: 15px;
}
.input input{
  border: 0;
  width: 230px;
  height: 36px;
  background: none;
  outline: medium;
  margin-left: 44px;
  font-size: 14px;
}
.yhm{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -502px -1px;
}
.mm{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -502px -52px;
}
.login-yzm{
  overflow: hidden;
  margin-top: 15px;
}
.login-yzm .input{
  width: 176px;
  margin-top: 0;
}
.login-yzm .input input{
  width: 132px;
}
.yzmpic{
  display: block;
  width: 86px;
  height: 38px;
  margin-left: 18px;
}
.auto-login{
  overflow: hidden;
  font-size: 12px;
  font-family: '宋体';
  color: #939393;
}
.auto-login span{
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}
.auto-tb{
  width: 10px;
  height: 10px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -477px -17px;
  cursor: pointer;
}
.login-btn{
  width: 280px;
  height: 50px;
  background: #31b7c3;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.no-zh{
  font-size: 12px;
  font-family: '宋体';
  text-align: center;
  line-height: 20px;
  color: #939393;
  margin-top: 10px;
}
.no-zh span{
  margin: 0 10px;
}
.no-zh span.reg-btn,.no-zh a{
  color: #ff9000;
  cursor: pointer;
}
.index-login > div.close{
  width: 40px;
  height: 40px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -280px -270px;
  position: absolute;
  right: -40px;
  top: -20px;
  cursor: pointer;
}
.reg-nav{
  width: 100%;
  height: 45px;
  border-bottom: 2px solid #939393;
  font-size: 16px;
  color: #939393;
}
.reg-nav span{
  display: block;
  width: 50%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.reg-nav-add{
  border-bottom: 2px solid #30b7c3;
  color: #30b7c3;
}
.reg-list{
  overflow: hidden;
  margin-top: 15px;
}
.reg-list input{
  display: block;
  width: 270px;
  height: 36px;
  padding-left: 10px;
  border: 1px solid #ccc;
  outline: medium;
  font-size: 14px;
}
.reg-tip{
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  color: #ff9000;
  margin-top: 15px;
  line-height: 14px;
  /*display: none;*/
}
.reg-tip span{
  display: inline-block;
  margin-left: 5px;
  float: left;
}
.reg-tip-tb{
  width: 14px;
  height: 14px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -290px -357px;
}
.phone-yzm-box input{
  width: 120px;
}
.phone-yzm{
  width: 130px;
  height: 38px;
  background: #31b7c3;
  border-radius: 5px;
  font-family: '宋体';
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.reg-yzm-box input{
  width: 170px;
}
.reg-yzm{
  display: block;
  width: 85px;
  height: 38px;
}
/**********************登录页面****************************/
.dh{
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 0 0 10px #999;
  position: relative;
  z-index: 5;
}
.dl-box{
  width: 100%;
  height: 789px;
  background: url(./bg.jpg) no-repeat;
  background-position: center;
  position: relative;
}
.dh-center{
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.dh-logo{
  display: block;
  width: 150px;
  height: 100px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -8px 0;
}
.dl-box .index-login{
  display: block;
  position: absolute;
  margin-left: 200px;
  top: 30px;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.dl-box .index-login .close{
  display: none;
}
.jh-logo{
  display: block;
  position: absolute;
  left: 100px;
  top: 50px;
}
/*************************新闻列表页******************************************/
.newslistpage{
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 15px;
}
.newslist{
  width: 824px;
  overflow: hidden;
}
.newslist-nav{
  width: 824px;
  height: 46px;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed; 
  border-bottom: 1px solid #ededed; 
  background: #fff;
}
.newslist-nav li{
  list-style: none;
  width: 206px;
  height: 45px;
  font-size: 22px;
  color: #353535;
  line-height: 45px;
  text-align: center;
  float: left;
  margin-left: -1px;
  border-left: 1px solid #ededed;
  cursor: pointer;
}
.newslist-nav li.newslist-nav-add{
  font-weight: bold;
  color: #30b7c3;
  border-bottom: 2px solid #30b7c3;
}
.newslist-cont{
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed; 
}
.newslist-cont li{
  width: 780px;
  overflow: hidden;
  padding: 10px 22px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.newslist-title{
  width: 100%;
  font-size: 24px;
  color: #353535;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
.newslist-bt{
  font-family: '宋体';
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  display: box;
  -webkit-box-orient:vertical;
  overflow: hidden;
  line-height: 18px;
}
.newslist-time{
  overflow: hidden;
  line-height: 40px;
}
.fb-time{
  font-size: 12px;
  color: #939393;
}
.ckxq{
  font-size: 14px;
  color: #ff9000;
}
.newslist-cont li:hover{
  background: #f6f6f6;
}
.newslist-cont li:hover .ckxq{
  color: #30b7c3;
}
.newslist-xz{
  width: 362px;
  overflow: hidden;
}
.hot-gift .xz-logo{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -220px -40px;
}
.newslist-xz .hot-gift{
  margin-top: 12px;
}
.fenye span.fenyenum{
  background: #009ca2;
  color: #fff;
}
.newscont{
  width: 824px;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #fff;
}
.newscont-title{
  width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
  text-align: center;
  padding: 45px 0 20px; 
}
.newscont-title p{
  font-size: 26px;
  font-weight: bold;
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.newscont-title p span{
  font-size: 12px;
  font-family: '宋体';
  color: #666666;
  margin: 0 15px;
  font-weight: normal;
}
.newscont-title p span a{
  color: #ff9000;
}
.news-content{
  width: 730px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.news-sx{
  width: 600px;
  height: 30px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 12px;
  color: #939393;
}
.news-sx div{
  position: relative;
  width: 50%;
  height: 30px;
  float: left;
  line-height: 30px;
  font-family: "宋体";
}
.news-s:before{
  position: absolute;
  content: "";
  border-right: 12px solid #30b7c3;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 10px;
  left: -16px;
}
.news-sx a{
  display: inline-block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #939393;
}
.news-s span {
  display: inline-block;
  float: left;
}
.news-x{
  text-align: right;
}
.news-x:before{
  position: absolute;
  content: "";
  border-left: 12px solid #30b7c3;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 10px;
  right: -16px;
}
.news-sx div:hover{
  color: #ff9000;
}
.news-sx div:hover a{
  color: #ff9000;
}
.article-about{
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ededed;
  margin-top: 50px;
  padding-bottom: 20px;
}
.article-title{
  font-size: 20px;
  color: #30b7c3;
  font-weight: bold;
  line-height: 40px;
  margin-top: 5px;
  margin-left: 50px;
}
.article-box{
  width: 350px;
  float: left;
  mask-type: 10px;
  margin-left: 60px;
}
.article-box li{
  list-style: none;
  position: relative;
  height: 30px;
  font-family: '宋体';
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}
.article-box li a{
  display: block;
  color: #666;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.article-box li span{
  display: block;
  width: 100px;
  float: left;
}
.article-box li:hover a{
  color: #ff9000;
}
.article-box li:before{
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  left: -9px;
  top: 14px;
  background: #aaa;
}
/******************************用户中心***********************************/
.user-center{
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 15px;
}
.user-box{
  width: 1198px;
  height: 230px;
  border: 1px solid #ededed;
  background: #fff;
}
.head-box{
  width: 300px;
  height: 100%;
}
.user-head{
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin-left: 70px;
  margin-top: 20px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
.tc{
  width: 100%;
  font-size: 12px;
  font-family: '宋体';
  text-align: center;
  color: #30b7c3;
  line-height: 50px;
  cursor: pointer;
}
.head-xg{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background: url(./bg.png?v=20170524001) rgba(48,183,195,0.7) no-repeat;
  background-position: -195px -384px;
  top: 0;
  left: 0;
  display: none;
}
.head-box:hover .head-xg{
  display: block;
}
.user-desc{
  width: 897px;
  height: 100%;
  border-left: 1px solid #ededed;
}
.user-name{
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  color: #353535;
  font-weight: bold;
  margin-left: 50px;
  margin-top: 35px;
}
.user-name span{
  display: inline-block;
}
.usernamexg{
  width: 18px;
  height: 16px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -396px -96px;
  cursor: pointer;
  margin-left: 5px;
}
.zhanghao,.dengji{
  margin-left: 50px;
  margin-top: 20px;
  font-family: '宋体';
  font-size: 14px;
  color: #353535;
  overflow: hidden;
}
.dengji span{
  display: inline-block;
  float: left;
}
.dj-bar{
  width: 425px;
  height: 8px;
  background: #dedede;
  margin-top: 6px;
  margin-left: 10px;
}
.djbar{
  width: 200px;
  height: 100%;
  background: #ff9000;
}
.qt{
  width: 831px;
  height: 70px;
  margin: 0 auto;
  margin-top: 15px;
  border-top: 1px dashed #ededed;
}
.qt-list{
  width: 277px;
  height: 18px;
  color: #666666;
  float: left;
  font-size: 0;
  margin-top: 28px;
}
.qt-list span{
  display: inline-block;
  float: left;
}
.tb{
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.tzb{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -349px -273px;
}
.qt-t{
  font-size: 14px;
  margin-left: 5px;
}
.tz-cz{
  font-size: 14px;
  color: #fff;
  background: #ff9000;
  padding: 0px 5px;
  border-radius: 5px;
  margin-left: 10px;
}
.tz-cz a{
  color: #fff;
}
.tzd{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -349px -313px;
}
.xxwz{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -349px -354px;
}
.set-box{
  width: 1198px;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #fff;
  margin-top: 15px;
}
.user-nav{
  width: 300px;
  height: 500px;
  overflow: hidden;
}
.user-cont{
  width: 897px;
  height: 500px;
  border-left: 1px solid #ededed;
}
.user-nav li{
  list-style: none;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #ededed;
}
.user-nav li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #353535;
}
.user-nav li span{
  display: inline-block;
  width: 100px;
  height: 56px;
  vertical-align:middle;
  line-height: 56px;
  font-size: 16px;
}
.user-nav li span.usernav-tb{
  width: 30px;
  margin-left: 90px;
  margin-right: 7px;
}
.usernav-tb1{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -458px -38px;
}
.usernav-tb2{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -458px -75px;
}
.usernav-tb3{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -512px -119px;
}
.usernav-tb4{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -394px -119px;
}
.user-nav li:hover{
  background: #30b7c3;
  color: #fff;
}
.user-nav li:hover a{
  color: #fff;
}
.user-nav li:hover .usernav-tb1{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -458px -164px;
}
.user-nav li:hover .usernav-tb2{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -458px -118px;
}
.user-nav li:hover .usernav-tb3{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -512px -79px;
}
.user-nav li:hover .usernav-tb4{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -394px -161px;
}
.user-nav li.user-nav-active a{
  background: #30b7c3;
  color: #fff;
}
.user-nav-active .usernav-tb1{
  background: url(./bg.png?v=20170524001)  no-repeat;
  background-position: -458px -164px;
}
.user-nav-active .usernav-tb2{
  background: url(./bg.png?v=20170524001)  no-repeat;
  background-position: -458px -118px;
}
.user-nav-active .usernav-tb3{
  background: url(./bg.png?v=20170524001)  no-repeat;
  background-position: -512px -79px;
}
.user-nav-active .usernav-tb4{
  background: url(./bg.png?v=20170524001)  no-repeat;
  background-position: -394px -161px;
}
.user-cont-nav{
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #ededed;
}
.user-cont-nav li{
  list-style: none;
  width: 140px;
  height: 55px;
  border-right: 1px solid #ededed;
  float: left;
  font-size: 14px;
  color: #353535;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.user-cont-nav li.usercont-nav-act{
  color: #30b7c3;
  border-bottom: 2px solid #30b7c3;
}
.head-show{
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin-top: 70px;
  position: relative;
  cursor: move;
}
.head-clip-box{
  position: absolute;
  background: #000;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  z-index: 5;
}
.head-clip-left{
  width: 70px;
  height: 230px;
  left: 0;
  top: 0;
}
.head-clip-top{
  width: 230px;
  height: 70px;
  left: 70px;
  top: 0;
}
.head-clip-right{
  width: 70px;
  height: 230px;
  top: 70px;
  right: 0;
}
.head-clip-bottom{
  width: 230px;
  height: 70px;
  top: 230px;
  left: 0;
}
.head-clip{
  width: 160px;
  height: 160px;
  position: absolute;
  z-index: 5;
  left: 69px;
  top: 69px;
  border: 1px dashed #eee;
}
.headclip{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.headpic-desc{
  width: 500px;
  overflow: hidden;
  margin-top: 80px;
  margin-left: 40px;
}
.headpicdesc{
  width: 480px;
  overflow: hidden;
}
.headpicdesc p{
  font-size: 12px;
  font-family: '宋体';
  color: #999;
  line-height: 20px;
  margin-top: 20px;
}
.headpic-tb{
  width: 20px;
  height: 15px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -246px -359px;
  margin-top: 24px;
}
.xzpic,.qrxg{
  width: 95px;
  height: 35px;
  font-size: 14px;
  color: #fff;
  background: #30b7c3;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  margin-top: 30px;
  cursor: pointer;
}
.qrxg{
  margin-top: 10px;
}
.zl-list{
  width: 600px;
  height: 30px;
  overflow: hidden;
  margin-left: 100px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #353535;
}
.zl-list span{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.zl-list span:nth-child(1){
  color: #939393;
}
.zl-list span input{
  display: block;
  width: 210px;
  height: 24px;
  border: 1px solid #ededed;
  outline: medium;
  padding-left: 10px;
  line-height: 24px;
}
.zl-list select{
  display: inline-block;
  width: 75px;
  height: 26px;
  border: 1px solid #ededed;
  outline: medium;
}
.bd-btn{
  margin-left: 20px;
}
.bd-btn a{
  color: #30b7c3;
}
.sex-btn{
  width: 12px;
  height: 12px;
  border: 1px solid #aaa;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}
.sex-btn1{
  margin-left: 30px;
}
.sex-btn-add:before{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #30b7c3;
  left: 2px;
  top: 2px;
  border-radius: 100%;
}
.zl-box{
  width: 800px;
  overflow: hidden;
  margin: 0 auto;
}
.zl-box li{
  list-style: none;
  padding: 30px 0px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
}
.zl-tb{
  width: 45px;
  height: 50px;
  margin-left: 50px;
}
.pzl-tb{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -487px -259px;
}
.zl-desc{
  width: 530px;
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 25px;
  margin-left: 20px;
}
.zl-desc p{
  font-size: 14px;
  color: #939393;
  font-family: '宋体';
  font-weight: normal;
}
.zl-btn{
  width: 100px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-top: 5px;
  background: #ff9000;
  border-radius: 5px;
  cursor: pointer;
}
.phoneis_bd .pzl-tb{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -402px -259px;
}
.safe-bind{
  background: #30b7c3;
}
.mzl-tb{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -486px -357px;
}
.phoneis_bd .mzl-tb{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -402px -357px;
}
.szl-tb{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -487px -450px;
}
.phoneis_bd .szl-tb{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -402px -450px;
}
.mmxg-title{
  width: 100px;
  text-align: right;
}
.mmxg{
  margin-left: 100px;
  margin-top: 100px;
}
.mmxg .zl-list{
  margin-top:30px;
}
.qr-btn{
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-left: 200px;
  margin-top: 50px;
  background: #30b7c3;
  border-radius: 5px;
  cursor: pointer;
}
.user-top{
  width: 70px;
  height: 40px;
  margin-top: 0px;
  position: relative;
}
.s-headpic{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 5px;
}
.s-headpic img{
  display: block;
  width: 100%;
}
.arrow{
  width: 30px;
  height: 30px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: 8px -810px;
  margin-top: 5px;
}
.userbox{
  position: absolute;
  width: 240px;
  height: 305px;
  /*overflow: hidden;*/
  padding: 10px 0;
  top: 40px;
  right: 0;
  z-index: 10;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ededed;
  box-shadow: 0 0 5px #ededed;
  display: none;
}
.user-top:hover .userbox{
  display: block;
}
.userbox:before{
  position: absolute;
  content: "";
  border-bottom: 6px solid #ededed;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  left: 180px;
}
.userbox:after{
  position: absolute;
  content: "";
  border-bottom: 3px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: -3px;
  left: 182px;
}
.b-headpic{
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}
.b-headpic img{
  display: block;
  width: 100%;
}
.userbox-name{
  width: 100%;
  font-size: 18px;
  color: #353535;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.userbox-dj{
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 30px;
}
.taozi{
  width: 200px;
  padding: 15px 0;
  margin: 0 auto;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  margin-top: 10px;
}
.taozi .qt-list{
  width: 100%;
  margin-top: 0;
  margin: 5px 0;
}
.taozi .tb{
  margin-left: 5px;
}
.taozi .tz-cz{
  background: none;
  border: 1px solid #ff9000;
  float: right;
  margin-right: 5px;
}
.taozi .tz-cz a{
  color: #ff9000;
}
.userbox-nav{
  width: 100%;
  margin-top: 15px;
}
.userbox-nav li{
  list-style: none;
  width: 80px;
  height: 40px;
  float: left;
}
.userbox-nav li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #353535;
  font-family: "宋体";
  text-align: center;
}
.userbox-tb{
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.userbox-tb1{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -460px -93px;
}
.userbox-tb2{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -514px -134px;
}
.userbox-tb3{
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -460px -54px;
}
.tcdl{
  display: block;
  width: 45px;
  height: 20px;
  font-size: 12px;
  font-family: "宋体";
  color: #999;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: 5px -848px;
}
.zl-list-title{
  width: 100px;
  text-align: right;
}
.tj-btn{
  margin-top: 30px;
}
/***************************我的礼包****************************************/
.record-title{
  width: 100%;
  height: 56px;
  font-size: 0px;
  text-align: center;
  color: #353535;
  line-height:56px;
  border-bottom: 1px solid #ededed;
}
.record-title span{
  display: inline-block;
  font-family: '宋体';
  font-size: 14px;
  width: 25%;
  vertical-align: middle;
}
.record-list{
  width: 100%;
  overflow: hidden;
}
.record-list li{
  list-style: none;
  height: 60px;
  font-size: 0;
}
.record-list li span{
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: "宋体";
  text-align: center;
  color: #999;
}
.record-list li span.record-list-title{
  line-height: 60px;
  color: #353535;
}
.record-fy{
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}
.record-fy-c{
  width: 900px;
  margin-left: 300px;
  text-align: center;
  font-size: 0;
}
.record-fy-c span{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: "宋体";
  padding: 0 5px;
  cursor: pointer;
  color: #666666;
}
.record-fy-c span input{
  width: 15px;
  border: 1px solid #666666;
  outline: medium;
  text-align: center;
}
.rz-nav,.rz-jdt{
  width: 720px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.rz-nav span{
  display: block;
  width: 240px;
  font-size: 14px;
  color: #353535;
  font-family: "宋体";
  float: left;
  
}
.rz-jdt span{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 0 3px;
}
.rz-bar{
  width: 212px;
  height: 4px;
  background: #ededed;
}
.rz-num{
  width: 20px;
  height: 20px;
  background: #ededed;
  border-radius: 100%;
  line-height: 20px;
  color: #666;
}
.rz-bar1{
  background: #30b7c3;
}
.rz-num1{
  background: #30b7c3;
  color: #fff;
}
.rz-cont{
  width: 600px;
  margin: 0 auto;
}
.rz-cont-list{
  margin-top: 100px;
}
.rz-cont-list p{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.rz-cont-list p span{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: "宋体";
  color: #666;
}
.rz-cont-list p span input{
  width: 220px;
  height: 25px;
  border: 1px solid #999;
  outline: medium;
  padding-left: 10px;
  line-height: 25px;
}
.rz-title{
  width: 200px;
  text-align: right;
}
.rz-cont-list .qr-btn{
  margin-left: 240px;
}
.sh-box{
  width: 230px;
  margin: 0 auto;
  margin-top: 150px;
}
.sh-box span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #353535;
}
.sh-tb{
  width: 50px;
  height: 35px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -50px -849px;
  margin-right: 20px;
}
.sh-box span a{
  font-size: 12px;
  color: #30b7c3;
}
.rztg{
  margin-left: 75px;
}
.rztg .sh-box{
  margin-top: 50px;
}
.rz-tb{
  width: 30px;
  height: 30px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -44px -805px;
}
.rz-content{
  width: 800px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 12px;
  font-family: "宋体";
  color: #666;
  margin-top: 50px;
}
.rz-content span{
  display: inline-block;
  vertical-align: middle;
}
.rz-content-tb{
  width: 20px;
  height: 20px;
  background: url(./bg.png?v=20170524001) no-repeat;
  background-position: -242px -355px;
}
.rz-content p{
  width: 780px;
  margin-left: 20px;
}
.bd-box{
  width: 700px;
  overflow: hidden;
  margin-left: 100px;
}
.bd-title{
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 100px;
}
.bd-list{
  margin-left: 50px;
  overflow: hidden;
  margin-top: 15px;
}
.bd-list span{
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 34px;
}
.bd-t{
  width: 120px;
  text-align: right;
  font-size: 14px;
  color: #939393;
  font-family: "宋体";
}
.bd-list input{
  width: 175px;
  height: 30px;
  border: 1px solid #ededed;
  line-height: 30px;
  text-indent: 10px;
  outline: medium;
}
.bd-list input.bd-num{
  width: 280px;
}
.hq-yzm{
  width: 90px;
  height: 30px;
  background: #30b7c3;
  margin-left: 15px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.bd-btn{
  margin-left: 250px;
  margin-top: 70px;
}
.bd-list select{
  display: block;
  width: 280px;
  height: 34px;
  border: 1px solid #ededed;
  text-indent: 10px;
  outline: medium;
}

/*充值中心*/
.zjz-uc-left{
  float: left;
  width: 304px;
  overflow: hidden;
  margin-top: 20px;
  color: #353535;
}
.zjz-uc-left li{
  list-style: none;
  border: 2px solid #f6f7fb
}
.zjz-uc-left  a{
  display: block;
  height: 100%; 
  color: #353535;
}
.zjz-uc-left>div{
  background: #ffffff
}
.zjz-left-type>h4,.zjz-left-service>h4{
  text-align: center;
  height: 56px;
  line-height: 56px;
  border-bottom: 2px solid #f6f7fb
}
.zjz-type-nav>li span{
  display: inline-block;
  width: 100px;
  height: 56px;
  vertical-align: middle;
  line-height: 56px;
  font-size: 16px;
  text-align: center;
}
.zjz-type-nav>li .zjz-nav-tab{
  width: 30px;
  margin-left: 90px;
}
.zjz-type-nav>.pay-money-gaoliang {
  border:2px solid #ff0000;
}
.zjz-nav-tab2{
  background: url('./zjz_icon_ali.png?v=20170524001') 0 70%;
}
.zjz-nav-tab1{
  background: url('./zjz_icon_wx.png?v=20170524001') 0 30%;
}
.zjz-left-service{
  margin-top: 16px;
}
.zjz-ls-p0{
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #30b7c3;
}
.zjz-contact-fax{
  font-size: 16px;
  color: #939393;
  text-indent: 100px;
  background: url('./zjz_fax.png?v=20170524001') no-repeat 24% 86%;
}
.zjz-contact-fax+p{
  font-size: 16px;
  color: #939393;
  text-indent: 100px;
  background: url('./zjz_mail.png?v=20170524001') no-repeat 24% 86%;
}
.zjz-ls-p0{
  color: #30b7c3;
  font-size: 24px;
  border-bottom: 2px solid #f6f7fb
}
.zjz-service-contact{
  padding: 20px 0;
}
.zjz-uc-right{
  padding-bottom: 80px;
  float: left;
  margin-top: 20px;
  margin-left: 16px;
  width: 880px;
  min-height: 560px;
  background: #ffffff;
}
.zjz-money-type{ 
  overflow: hidden;
  width: 402px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
.zjz-money-type>.money-gaoliang {
  border:1px solid #ff0000;
}
.zjz-money-type>li{
  float: left;
  width: 76px;
  height: 44px;
  border:1px solid #dddddd;
  margin-bottom: 12px;
  margin-right: 16px;
  list-style: none;
  text-align: center;
  line-height: 44px;
  border-radius: 6px;
  cursor: pointer;
}
.zjz-type-nav>li:hover,.zjz-type-nav>li.active{
  background: #e8e8e8;
  color: #fff;
}
.zjz-money-type>li:hover,.zjz-money-type>li.active{
  background: #ff9000;
  color: #fff;
}
.zjz-main-money{
  overflow: hidden;
}
.zjz-main-money>p{
  float: left;
  width: 120px;
  margin-left: 60px;
  margin-top: 28px;
}
.zjz-main-num{
  margin-top: 18px;
  margin-left: 60px;
}
.zjz-main-area{
  margin-top: 18px;
  padding-left: 60px;
}
.zjz-role{
  margin-top: 20px;
}
.zjz-main-submit{
  margin-top: 30px;
  margin-left: 60px;
  width: 100px;
  text-align: center;
  line-height:40px; 
  height: 40px;
  border:1px solid #ddd;
  background: #ff9000;
  color: #fff;
  border-radius: 6px;
}
.zjz-policy{
  width: 1200px;
  margin: 0 auto;
  min-height: 650px;
  background: #fff;
}
.zjz-xieyi{
  width: 1170px;
  margin: 0 auto;
  min-height: 650px;
  background: #fff;
  padding: 15px;
  line-height: 1.6;
  border: 2px solid #30b7c3;
}
.zjz-rule{
  overflow: hidden;
  width: 1150px;
  margin: 0 auto;
  font-size: 14px;
}
.zjz-rule>h1{
  text-align: center;
  margin-bottom: 16px;
}
.zjz-rule>h3{
  margin-top: 6px;
  margin-bottom: 6px;
}
.zjz-policy-nav>li{
  width: 106px;
  height: 42px;
  margin: 0 -4px;
  display: inline-block;
  width: 106px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #353535;
  cursor: pointer;
  text-decoration: none;
  /*font-weight: bold;*/
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.zjz-policy-nav>li.active{
  background: #ddd;
  color: #30b7c3;
}
.zjz-policy-main0{
  text-align: center;
}
.zjz-pm {
    width: 900px;
    min-height: 230px;
    margin: 0 auto;
    margin-top: 20px;
    color: #666;
    font-size: 15px;
}
#zpm-top1{
  border-top: solid 2px #d3d3d3;
  margin-top: 10px;
}
#zpm-top1 p{
  margin-top: 10px;
  text-indent: 2em;
}
#zpm-center{
  border-top: dashed 2px #d3d3d3;
  margin-top: 30px;
}
.zpm-margin {
    margin: 15px 0;
}
.zjz-pm2 p{
  line-height: 40px;
}
.zjz-pm2 h3{
  margin-bottom: 20px;
}
.zpm-btn{
  font-weight: bold;
  color: #3b8300;
  text-decoration: none;
  cursor: pointer;
}
#zpm-ts{
  text-align: left;
  line-height: 1.8em;
}
#liucheng-pic {
    width: 910px;
    height: 172px;
    background: #fff url(./jz-sqlc.jpg) no-repeat center center;
}
#liucheng-tips>p{
  line-height: 40px;
}
.zjz-pm .green{
  color: #6aaf29;
  font-weight: bold;
}
/*----------------------footer------------------------*/
.zjz-footer {
    position: relative;
    height: 152px;
    margin-top: 40px;
    background: #30b7c3;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #ffffff;
}
.zjz-footer-main{
  overflow: hidden;
  width: 1200px;
  padding-top: 20px;
  margin: 0 auto;
}
.zjz-footer-logo{
    float: left;
    position: relative;
    left: 133px;
    top: 10px;
    width: 107px;
    height: 86px;
    background: url(./bg.png?v=20170524001) no-repeat;
    background-position: -32px -18px;
}
.zjz-foot-p {
    margin-top: 20px;
}

.zjz-footer p {
    font-size: 14px;
    color: #ffffff;
}

.zjz-footer a {
    font-size: 14px;
    color: #ffffff;
}