﻿/*自适应框架样式*/
 .mdpage_footer {
     display: block;
}
 .publicenv-page .mdpage_footer {
     position: fixed;
     bottom: 0;
     left: 50%;
     width: 100%;
     z-index: 3;
     max-width: 640px;
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     transform: translateX(-50%);
     margin-left: 0;
}
 .for_create{
     width: auto;
}
 .pagewrapper{
     width: 100%;
     max-width: 640px;
     min-width: 320px;
     margin: 0 auto;
     background: #fff;
     -webkit-background-size:100% 246px;
     background-size:100% 246px;
}
 .mdpage_body{
     padding-bottom: 52px;
}
/*底部导航*/
 .btonavi {
     background: url(/Content/image/zh/btonavibg.png) 0 0 repeat-x;
     height: 52px;
     -webkit-background-size:20px 52px;
     background-size:20px 52px;
}
 .btonavi li {
     width: 25%;
     height: 50px;
     float: left;
     padding-top: 2px;
}
 .btonavi a {
     display: block;
     height: 50px;
     line-height: 50px;
     font-size: 16px;
     font-weight: bold;
     color: #000;
     text-shadow: 1px 1px 3px rgba(250,250,250,0.6);
     text-align: center;
     border-left: 1px solid #505252;
     border-right: 1px solid #282929;
}
 .btonavi span{
     display:inline-block;
     height: 50px;
}
 .btonavi .phoneicon span{
     background: url(/Content/image/zh/bto_phone.png) 0 center no-repeat;
     -webkit-background-size:38px 28px;
     background-size:38px 28px;
     padding-left: 45px;
}
 .btonavi .phoneicon a {
     border-left: 0;
}
 .btonavi .smsicon span {
     background: url(/Content/image/zh/bto_sms.png) 0 center no-repeat;
     -webkit-background-size:32px 30px;
     background-size:32px 30px;
     padding-left: 45px;
}
 .btonavi .shareicon span {
     background: url(/Content/image/zh/bto_share.png) 0 center no-repeat;
     -webkit-background-size:34px 34px;
     background-size:34px 34px;
     padding-left: 45px;
}
 .btonavi .mailicon span {
     background: url(/Content/image/zh/bto_mail.png) 0 center no-repeat;
     -webkit-background-size:35px 25px;
     background-size:35px 25px;
     padding-left: 45px;
}
 .btonavi .mailicon a{
     border-right: 0;
}
 @media screen and (max-width: 360px) {
     .btonavi a{
         font-size: 14px;
    }
     .btonavi .phoneicon span{
         -webkit-background-size:30px 22px;
         background-size:30px 22px;
         padding-left: 32px;
    }
     .btonavi .smsicon span {
         -webkit-background-size:26px 24px;
         background-size:26px 24px;
         padding-left: 28px;
    }
     .btonavi .shareicon span {
         -webkit-background-size:27px 27px;
         background-size:27px 27px;
         padding-left: 32px;
    }
     .btonavi .mailicon span {
         -webkit-background-size:28px 20px;
         background-size:28px 20px;
         padding-left: 30px;
    }
}
/*导航下拉菜单*/
 .hdnavis{
     position: absolute;
     right: 1px;
     top: 48px;
     width:90px;
     background: #f0f0f0;
     padding: 3px 0 3px 0;
     z-index: 999!important;
     box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
     border: 1px solid #d8d8d8;
}
 .hdnavlists li{
     padding: 1px 0;
     border-bottom: 1px solid #ccc;
}
 .hdnavlists a{
     color: #333;
     margin: 1px 5px 1px 5px;
     padding: 3px 10px;
     line-height:20px;
     display: block;
}
/*分享弹层*/
 .publicenv-page .share-overlay,.publicenv-page .share-layer{
     display: none;
}
 .share-overlay{
     position: absolute;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: 0.3;
     top: 0;
     left:0;
     z-index: 100;
}
 .share-layer{
     width: 280px;
     background: #3c3c3c;
     text-align: center;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     position: absolute;
     top: 100px;
     left: 50%;
     z-index: 110;
     margin-left: -140px;
}
 .share-layer_inner{
     padding: 15px 0;
}
 .share-button {
     font-size: 0;
     display: inline-block;
     width: 60px;
     text-align: center!important;
}
 .share-button div{
     text-align: center!important;
     margin: 0!important;
}
 .share-button .share-button_title{
     line-height: 24px;
     color: #9d9d9d;
     width: 60px;
     text-align: center;
     font-size: 12px;
     display: block;
}
 .share-cancel-btn{
     height: 30px;
     line-height: 30px;
     background: #979797;
     width: 100px;
     text-align: center;
     color:#dfdfdf;
     display: block;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     margin: 20px auto 0;
     font-size: 14px;
     letter-spacing: 2px;
}
 .c{
     clear: both;
}
 .topmeun{
     height: 52px;
     line-height:50px;
     border-bottom: 1px solid #ccc;
     box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
     background: #73c3b8;
}
 .topmeun .toplt{
     float: left;
     display: inline-block;
     width: 15%;
}
 .topmeun .topct{
     float: left;
     display: inline-block;
     width: 70%;
     overflow: hidden;
}
 .topmeun .toprt{
     float: left;
     display: inline-block;
     width: 15%;
}
 .topmeun .topct .logo{
     line-height:50px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     overflow: hidden;
     text-align: center;
}
 .topmeun .toplt a{
     display: block;
     background: url(/Content/image/zh/i_2.png) 0 0 no-repeat;
     -webkit-background-size:28px 24px;
     background-size:28px 24px;
     width: 28px;
     height: 24px;
     margin: 12px 1% 12px 5%;
     float: left;
}
 .topmeun .toprt a{
     display: block;
     background: url(/Content/image/zh/i_1.png) 0 0 no-repeat;
     -webkit-background-size:28px 24px;
     background-size:28px 24px;
     width: 28px;
     height: 24px;
     margin: 12px 5% 12px 1%;
     float: right;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo {
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .titlehd {
     height: 30px;
     line-height: 30px;
     background:#1c9257;
     color:#fff;
     font-weight: bold;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     display: none;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo span {
     padding-left: 0px;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 /*forSeprateConfigStyles*/#PhonePhotoListhonour.PhonePhotoList {
}
 #PhonePhotoListhonour.PhonePhotoList .hd {
     color:#fff;
     font-weight: bold;
     height: 30px;
     line-height: 30px;
     overflow:hidden;
     background:#1c9257;
     padding-left: 10px;
}
 #PhonePhotoListhonour.PhonePhotoList .hd .more {
     float: right;
}
 #PhonePhotoListhonour.PhonePhotoList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePhotoListhonour.PhonePhotoList .bd {
     padding: 5px;
}
 #PhonePhotoListhonour.PhonePhotoList .bd li {
     float: left;
     width: 32%;
     margin: 1% 0 0 1%;
     display: inline;
     text-align: center;
}
 #PhonePhotoListhonour.PhonePhotoList .bd li img {
     border: 2px solid #e8e8e8;
     width: 98%;
  max-width: 150px;
}
 #PhonePhotoListhonour.PhonePhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 #PhonePhotoListhonour.PhonePhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePhotoListhonour.PhonePhotoList .link_wrap a{
     color: #333;
}
 #PhonePhotoListhonour.PhonePhotoList #pager{
     padding: 10px;
  color:#333;
  text-align: right;
}
  #PhonePhotoListhonour.PhonePhotoList #pager a{
     color:#333;
}#PhonePhotoDetailhonourview.PhonePhotoDetail {
}
 #PhonePhotoDetailhonourview.PhonePhotoDetail .albpic {
     text-align:center;
     padding: 10px 0;
     margin-bottom: 10px;
}
 #PhonePhotoDetailhonourview.PhonePhotoDetail img{
     max-width: 100%;
}
 #PhonePhotoDetailhonourview.PhonePhotoDetail .hd {
     color:#fff;
     font-weight: bold;
     height: 30px;
     line-height: 30px;
     overflow:hidden;
     background:#1c9257;
     padding-left: 10px;
}
 #PhonePhotoDetailhonourview.PhonePhotoDetail .hd h3 {
     font-weight: bold;
}
 #PhonePhotoDetailhonourview.PhonePhotoDetail .picname{
     margin: 10px 0;
}
 #PhonePhotoDetailhonourview.PhonePhotoDetail .picDescript{
     color: #666;
}
 #PhonePhotoDetailhonourview.PhonePhotoDetail .bto{
     padding: 5px 8px;
}
 #PhonePhotoDetailhonourview.PhonePhotoDetail .next_albumexp{
     margin-bottom: 5px;
}
  #PhonePhotoDetailhonourview.PhonePhotoDetail .bto a{
   color:#333;
}#PhonePicListchanpin.PhonePicList {
     overflow: hidden;
}
 #PhonePicListchanpin.PhonePicList .hd {
     height: 30px;
     line-height: 30px;
      background:#1c9257;
}
 #PhonePicListchanpin.PhonePicList .hd a{
     float: right;
     margin-right: 10px;
     color:#fff;
}
 #PhonePicListchanpin.PhonePicList .hd .title {
     font-weight: bold;
     padding-left: 10px;
  color:#fff;
}
/*产品分类按钮*/
 #PhonePicListchanpin.PhonePicList .pdcate_btn {
     padding:0 10px;
     float:right;
     border:1px solid #dfdfdf;
     background:#fff;
     color:#000;
     font-size:12px;
}
/*产品分类列表*/
 #PhonePicListchanpin.PhonePicList .pd_catelist {
     position:absolute;
     right:0;
     top:30px;
     background:#fff;
     border:1px solid #dfdfdf;
     width:150px;
     text-align:left;
}
 #PhonePicListchanpin.PhonePicList .pd_catelist a {
     display:block;
     line-height:30px;
     font-size:12px;
     color:#666;
     font-weight:normal;
     padding-left:10px;
}
 #PhonePicListchanpin.PhonePicList .bd {
     padding-top: 5px;
}
 #PhonePicListchanpin.PhonePicList .bd li {
     float: left;
     width: 31%;
     margin: 5px 2% 0 0;
     display: inline;
     text-align: center;
}
 #PhonePicListchanpin.PhonePicList .bd li img {
     width: 98%;
     max-width: 150px;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #dfdfdf;
}
 #PhonePicListchanpin.PhonePicList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     background: #fafafa;
}
 #PhonePicListchanpin.PhonePicList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePicListchanpin.PhonePicList .Marquee_imgbx {
     margin-bottom:5px;
}
 #PhonePicListchanpin.PhonePicList .Marquee_imgbx a{
     color:#333;
}#PhoneNPListxinwen.PhoneNPList {
}
 #PhoneNPListxinwen.PhoneNPList .hd {
     color:#fff;
     margin-bottom:1px;
     font-weight: bold;
     height: 30px;
     line-height: 30px;
     overflow:hidden;
  background:#1c9257;
}
 #PhoneNPListxinwen.PhoneNPList .hd .title{
     padding:0 10px;
     float:left;
}
 #PhoneNPListxinwen.PhoneNPList .hd a{
     float:right;
  color:#fff;
  margin-right: 2%;
}
 #PhoneNPListxinwen.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListxinwen.PhoneNPList li {
     border-bottom: 1px dashed #afafaf;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
}
 #PhoneNPListxinwen.PhoneNPList li a {
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
  color:#333;
}
 #PhoneNPListxinwen.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#666;
}
 #PhoneNPListxinwen.PhoneNPList .pager{
     padding:10px;
}#PhoneCommPageInfolianxi.PhoneCommPageInfo {
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .titlehd {
     height: 30px;
     line-height: 30px;
     background:#1c9257;
     color:#fff;
     font-weight: bold;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     display: none;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo span {
     padding-left: 0px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .con_bx  iframe{
display: none;}
/*forSeprateConfigStyles*/#PhoneCommPageInfomap.PhoneCommPageInfo {
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .titlehd {
     height: 30px;
     line-height: 30px;
     background:#1c9257;
     color:#fff;
     font-weight: bold;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     display: none;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .con_bx table{
width: 100%;}/*forSeprateConfigStyles*/#PhoneNPListnews.PhoneNPList {
}
 #PhoneNPListnews.PhoneNPList .hd {
     color:#fff;
     margin-bottom:1px;
     font-weight: bold;
     height: 30px;
     line-height: 30px;
     overflow:hidden;
     background:#1c9257;
}
 #PhoneNPListnews.PhoneNPList .hd .title{
     padding:0 10px;
     float:left;
}
 #PhoneNPListnews.PhoneNPList .hd a{
     float:right;
     color:#fff;
     margin-right: 2%;
}
 #PhoneNPListnews.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListnews.PhoneNPList li {
     border-bottom: 1px dashed #afafaf;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
}
 #PhoneNPListnews.PhoneNPList li a {
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
     color:#333;
}
 #PhoneNPListnews.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#666;
}
 #PhoneNPListnews.PhoneNPList .pager{
     padding:10px;
  color:#333;
  text-align: right;
}
 #PhoneNPListnews.PhoneNPList .pager a{
  color:#333;
}
#PhoneNDetailnewsview.PhoneNDetail {
}
 #PhoneNDetailnewsview.PhoneNDetail .hd {
     color:#fff;
     font-weight: bold;
     height: 30px;
     line-height: 30px;
     overflow:hidden;
     background:#1c9257;
}
 #PhoneNDetailnewsview.PhoneNDetail .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneNDetailnewsview.PhoneNDetail .hd .con_title {
     color: #000;
     font-size: 16px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_subbx {
     color: #7e7e7e;
}
 #PhoneNDetailnewsview.PhoneNDetail span {
     padding-left: 10px;
}
 #PhoneNDetailnewsview.PhoneNDetail .bd {
     padding: 0 10px 20px;
     text-align: center;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_bx {
     margin-top: 10px;
     text-align: left;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_bx *{
     max-width:100%!important;
}
 #PhonePPListpro.PhonePPList {
}
 #PhonePPListpro.PhonePPList .hd {
     color:#fff;
     font-weight: bold;
     height: 30px;
     line-height: 30px;
     overflow:hidden;
     background:#1c9257;
}
 #PhonePPListpro.PhonePPList .hd .title{
     float:left;
     padding-left: 10px;
}
 #PhonePPListpro.PhonePPList .hd .morelink {
     float: right;
}
/*产品分类按钮*/
 #PhonePPListpro.PhonePPList .pdcate_btn {
     padding:0 10px;
     float:right;
     border:1px solid #dfdfdf;
     background:#fff;
     color:#000;
     font-size:12px;
}
/*产品分类列表*/
 #PhonePPListpro.PhonePPList .pd_catelist {
     position:absolute;
     right:0;
     top:30px;
     background:#fff;
     border:1px solid #dfdfdf;
     width:150px;
     text-align:left;
}
 #PhonePPListpro.PhonePPList .pd_catelist a {
     display:block;
     line-height:30px;
     font-size:12px;
     color:#666;
     font-weight:normal;
     padding-left:10px;
}
 #PhonePPListpro.PhonePPList .bd {
}
 #PhonePPListpro.PhonePPList .bd li {
     padding:5px;
     border-bottom: 1px solid #dfdfdf;
     margin: 10px 0 0 0;
     text-align: left;
     overflow: hidden;
}
 #PhonePPListpro.PhonePPList .img_thum {
     float: left;
}
 #PhonePPListpro.PhonePPList .bd li img {
     display: inline-block;
     vertical-align: middle;
     width: 100px;
     height: 100px;
     padding: 1px;
     background: #fff;
     border: 1px solid #dfdfdf;
}
 #PhonePPListpro.PhonePPList .bd .link_wrap {
     padding-left: 10px;
     overflow: hidden;
}
 #PhonePPListpro.PhonePPList .bd .pd_link {
     white-space: nowrap;
     overflow: hidden;
     text-decoration: none;
     line-height:28px;
}
 #PhonePPListpro.PhonePPList .bd .pd_jj{
     color:#666;
}
 #PhonePPListpro.PhonePPList .pager{
     padding:10px;
     color:#333;
     text-align: right;
}
 #PhonePPListpro.PhonePPList .pager a{
     color:#333;
}
 #PhonePPListpro.PhonePPList .bd a{
     color:#333;
}
 #PhonePPDetailproview.PhonePPDetail {
}
 #PhonePPDetailproview.PhonePPDetail img {
     max-width: 100%;
}
 #PhonePPDetailproview.PhonePPDetail .hdtitle h3 {
     color:#fff;
     font-weight: bold;
     height: 30px;
     line-height: 30px;
     overflow:hidden;
     background:#1c9257;
  padding-left: 10px;
  font-size: 12px;
}
 #PhonePPDetailproview.PhonePPDetail .pd_Title {
     font-size: 14px;
     font-weight: bold;
     text-align:center;
}
 #PhonePPDetailproview.PhonePPDetail .hd_bx {
     overflow: hidden;
}
 #PhonePPDetailproview.PhonePPDetail .tip {
     height: 28px;
     line-height: 28px;
     border-bottom: 1px solid #dfdfdf;
     font-size: 14px;
     padding: 5px 10px;
}
 #PhonePPDetailproview.PhonePPDetail .pd_content {
     padding: 5px 10px;
     word-break: break-all;
     word-wrap: break-word;
}
 #PhonePPDetailproview.PhonePPDetail .pd_content *{
     max-width:100%!important;
}
 #PhonePPDetailproview.PhonePPDetail .line_cell {
     margin-bottom: 15px;
}
 #PhonePPDetailproview.PhonePPDetail .para_tip {
     padding: 5px 10px;
}
 #PhonePPDetailproview.PhonePPDetail .pre_prod {
     margin-bottom: 10px;
}
 #PhonePPDetailproview.PhonePPDetail .pd_tip {
     padding-left: 10px;
}
 #PhoneImgSwipebar.PhoneImgSwipe {
     width:100%;
     max-width: 640px;
     margin:0 auto;
}
 #PhoneImgSwipebar.PhoneImgSwipe .bd {
     position:relative;
}
 #PhoneImgSwipebar.PhoneImgSwipe .swipe {
     overflow: hidden;
     visibility: hidden;
     position: relative;
}
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-wrap {
     overflow: hidden;
     position: relative;
}
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-wrap .swipe-slide {
     float:left;
     width:100%;
     position: relative;
}
/*next 按钮需要是可以将display:none;
去掉*/
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-next{
     display: none;
     position: absolute;
     z-index: 8;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #fff;
     border:1px solid #dfdfdf;
     right: 0;
     top: 0;
}
/*prev 按钮*/
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-prev {
     display: none;
     position: absolute;
     z-index: 8;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #fff;
     border:1px solid #dfdfdf;
     left: 0;
     top: 0;
}
/*状态栏样式*/
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-navi{
     position: absolute;
     width:100%;
     background: rgba(0,0,0,0.5);
     bottom: 0;
     height: 10px;
     line-height: 0;
     padding:5px 0;
     text-align: center;
}
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-navi li{
     display: inline-block;
     width: 10px;
     height:10px;
     font-size: 0;
     line-height: 0;
     background: #fff;
     margin-right: 10px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
}
/*当前状态样式*/
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-navi .on{
     background: red;
}
