/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: Microsoft YaHei,Simsun,Tahoma,Arial,Helvetica,sans-serif;
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot@#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;width: 100%;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.xq_xiajia{
    position: absolute;
    z-index: 1000;
    top: 121px;
    left: 30%;
    width: 10rem;
    height: 10rem;
    background:url( ../images/Buy_goods_pulloff@2x.png) no-repeat;
    background-size: 100%;
    display: none;
}
@media screen and (max-height: 736px ){

    .xq_xiajia{

        left: 35%;

    }

}
@media screen and (max-height: 627px ){

    .xq_xiajia{

        left: 34%;

    }

}
@media screen and (max-height: 568px ){

    .xq_xiajia{

        left: 31%;

    }

}
@media screen and (max-height: 480px ){

    .xq_xiajia{

        left: 31%;

    }

}

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    /* margin: 0 0 5px; */
    border: 0px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
}
.flex-viewport {-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav*/
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { line-height: 1; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
/*.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }
 */

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; top: 90%; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,1); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

#gohistory{

    width:4.0rem;
    height:4.0rem;
    border-radius:2.25rem;
 /*    opacity:.3; */
    filter:alpha(opacity=30);
    position:absolute;
    z-index:1;
    top:8px;
    left:1.25rem;
  }

#goshare{
        width: 3.5rem;
    height: 3.5rem;
    border-radius: 2.25rem;

    filter: alpha(opacity=30);
    position: fixed;
    z-index: 1;
    top: 8px;
    right: 4%;
}
/* .slider span a img{
   vertical-align:middle;
  width:2.125rem;
    height:2.125rem;
  padding-top: 25%;
  padding-left: 23%;
} */
.rrt img{
width: 100%;
}
	.shouxuanzhong{
    box-sizing: border-box;
    background: #fff;
      color: #4c4c4c;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 2px solid #FFD060;
}
	.xf_wrap{
	background:rgba(0,0,0,.4);
	display: box;
	display: -webkit-box;
              display: -moz-box;
              width:100%;
              position: fixed;
              top: 0;
              z-index: 100;
              overflow: hidden;
              clear: both;
          }
          .xf_logo{
              margin-left: 3.3%;
              width:3.5rem;
              height:3.5rem;
              margin: .6rem 0rem;
          }
          .zhong{
              box-flex: 1;
              -webkit-box-flex: 1;
              -moz-box-flex: 1;
              display: block;
              font-size:1.5rem;
              font-weight: normal;
              padding: 1.5rem 0rem;
              text-align: center;
              color:#FED201;
          }
          .zt_cuo{
              display: block;
              margin-right: 4%;
              border-radius: 5px;
              background: #FED201;
              padding: .5rem .5rem;
              height: 1.25rem;
              margin: 1.5rem 4% 1.5rem 0rem;
          }

          .try li{
            float: left;
            width: 22%;
         padding-top: 3px;
            padding-right: 3%;
          }
          .im_zhongqian{
             float: left;
             width: 28%;
             vertical-align: bottom;
             padding: 1.0rem 0rem;
             font-size: 1.2rem;
          }
          .im_zhongqian img{
            width:1.3rem;
            vertical-align: top;
          }
          .sy_maijia {
           vertical-align:text-bottom;     
          }
          .sy_maijia img{
            width: 2rem;
            position: absolute;
            top: -.5rem;
          }
          .im .im_zhong .im_zhongshang span{
            position: relative;
            color: #c4c4c4;
          }

		  .flexslider .slides img{
		  	height:15rem;
		 }
		 .sousuo{
		 	background:#e0e0e0;
		}
		.im_biankg{
		background:#fed201;
		border-radius:20px;
		padding: 2px 7px 1px 7px;
		}
		.im_biang{
		background:#c4c4c4;
		border-radius:2px;
		padding: 2px 7px 1px 7px;
		color: #fff;
		}
		.im_icon_biaot{
    width: 100%;
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    float: left;
		}
		.im_icon_biaot ul li{
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: .5rem;
		}
		.im_icon_biaot ul li a{
			color: #4c4c4c;
		}
		.im_icon_biaot ul li img{
      width: 2.5rem;
		}
		.ban_but_nav{
		width: 100%;
		background: #fff;
		padding-left: 2%;
		padding-right: 2%;
		padding-top:.2rem;
		float: left;
		line-height:30px;
		margin-top: 1rem;
}
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
 .phu_ssa{
    width: 92%;
    margin-bottom: 1rem;
    float: left;
    padding-left: 4%;
    padding-right: 4%;
    }
 .phu_ssa ul li{
  float: left;
  font-size: 1.5rem;
  color: #c4c4c4;
}
.phi_aa{
width: 100%;
background: #fff;
}
 .phu_ssa ul li img{
    width: 50%;
}
.flexslider .slides img{
  height: 30.0rem;
}
.process{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
}
.maijiatou{
  float: left;
  overflow: hidden;
}
.maijiatou a{
    height: 4.5rem;
    overflow: hidden;
    display: block;
}
.maijiatou img{
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}
.add_tis{
  float: right;
  margin-top: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.add_tis a span {
  border-radius: 0.3rem;
  background: #FFF;
  border: 1px solid #4C4C4C;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  color: #4C4C4C;
}
.maijiazhong{
  float: left;
  padding-left: 1.0rem;
}
.processs{
  background-color: #fff; 
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
}
.p-title{ 
  height: 3.0rem;
  line-height: 3.0rem;
  border-bottom: 1px solid #f4f4f4;
    text-align: center;
}
.p-title span{
 font-size: 1.5rem;
 padding-left:1.25rem;
}
.pingl{
  float: left;
  margin-left: 1.25rem;
  padding: 1.25rem 0rem;
  border-bottom: 1px solid #f4f4f4; 
  width: 98%;
}
.pingl .pzuo{
  float: left;
  padding-right: 1.25rem;
}
.pingl .pzuo img{
   top: 0rem;
   border-radius: 50%;
   height: 4.0rem;
   width: 4.0rem;
}
.pingl .pzhong{
  padding-top: 0.5rem;
  float: left;
  font-size: 1.5rem;
}
.pingl .pyou{
  padding-top: 0.5rem;
  float: right;
  font-size: 1.125rem;
  padding-right: 1.25rem;
  color: #959595;
}
.kuang{
    padding: 0rem 3%;
    width: 94%;
    overflow: hidden;

}
.kuang .anjiu{
 margin-left: 5%;
 width: 13%;
 height:3.375rem;
line-height:3.375rem;
 background: #FFF;
    text-align: center;
    color: #000;
 border: 1px solid #000;
    float: right;

}
.buycat ul li{
    line-height: 3.8rem;
    font-size: 1.5rem;
    color: #959595;
    margin-left: 45%;
}
@media screen and (max-width: 414px){
    .buycat ul li {
        line-height: 3.8rem;
    }
}
@media screen and (max-width: 375px){
    .buycat ul li {
        line-height: 3.8rem;
    }
}
@media screen and (max-width: 320px){
    .buycat ul li {
        line-height: 3rem;
    }
}
.buycat img{
  vertical-align: middle;
 
  width: 2.125rem;
  padding-right: 0.5rem;
}
.process p{
  color: #000;
  font-size: 1.375rem;
  padding: 10px 0rem;
  line-height: 54px;
}
.yuan{
    position: fixed;
    top: 0.2rem;
    right: 3%;
    width: 1.6rem;
    height: 1.6rem;
    background: red;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    z-index: 1;
    font-size: 1.0rem;
    line-height: 1.6rem;
    display: block;
    overflow: hidden;
}
.cainixihuan{
    width: 100%;
    text-align: center;
    padding: .75rem 0rem 2rem 0rem;
    font-size: 1.5rem;
    overflow: hidden;
    display: block;
    clear: both;
    color: #C4C4C4;
}
@media screen and (max-width: 490px){
    .process p {
    font-size: 1.9rem;
    line-height: 54px;
    }
    .wrapper{padding-bottom: 4.75rem;}
}

@media screen and ( max-width: 667px){
    .process p{
        font-size: 1rem;
        line-height:70px;
    }

    .wrapper{padding-bottom: 4.75rem;}
}
@media screen and ( max-width: 736px){
    .process p{
        font-size: 2.3rem;
        line-height:70px;
        padding: 0;
    }

    .wrapper{padding-bottom: 4.75rem;}
}
@media screen and ( max-width: 414px){
    .process p{
        font-size: 1.375rem;
        line-height: 42px;
        padding: 0;
    }
    .wrapper{padding-bottom: 5.25rem;}
}
@media screen and ( max-width: 375px){


    .wrapper{padding-bottom: 5rem;}

}
@media screen and ( max-width: 320px){
    .process p{
        font-size: 1rem;
        line-height:36px;
        
    }

    .wrapper{padding-bottom: 4.75rem;}
}
@media screen and( max-width:380px){
	.im_Pangtuichudata span {
    padding-top: 8px;
    color: #000;
    font-size: 1.2rem;
}
}
.process p img{
  width: 11%;
  vertical-align: top;
  margin-left: 18px;
}
.process span{
  text-align: center;
  margin-top: .2rem;
}
.maijiazhong span{
  float: left;
    line-height: 1.5rem;
}
.fensi{
    float: left;
    margin-top: 0.8rem;
}
.qian{
	margin-top:2rem;
	margin-bottom: .7rem
}
.qian span{
	color:#4C4C4C;
}
.sp_li ul{
    width: 100%;
    overflow: hidden;
    display: block;
    clear: both;
}
.sp_li ul li a{display: block;}
.sp_li ul li img{
    height: 16.5rem;
}
.sp_li ul li .sp_jg img{
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: top;
    padding-right: 0.25rem;
}
.yimai_ span{
	color:#fff;
}
.yimai_ span:nth-child(1),.yimai_ span:nth-child(2){
	display:block;
	padding:6px 8px 3px 8px;
	background:#DD4449;
	border-radius:2px;
	float:left;
	margin:4px 8px 0 0;
}

.daojishi_{
	margin-top:8px;
	font-size:14px;
}
.im_Pangtuijian{
    padding-top: .8rem;
    float: left;
	
}
.imd_pangtuijian{
	background:#c4c4c4;
	border-radius:2px;
	padding: 2px 7px 1px 7px;
	color: #fff;
    margin: 5px 8px 1px 0;
}
.im_Pangtuijian img{
  width: 1.3rem;
  float: left;
}
.im_Pangtuijian span{
  font-size: 1.2rem;
  line-height: 17px;
}
.maijiazhong img{
	width: 1.8rem;
	margin-left: .1rem;
}
.im_Pangtuichudata{
    padding-top:7px;
	color: #000;
	font-size:1.2rem;
}

.proceee img{
	width: 10%;
	border-radius: 50%;
}
.imd_proceee{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #fff;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
	font-size: 1.4rem;
}
.icon_proceee{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 1.25rem;
    text-align: center;
}
.icon_proceee i{
	float:left;
}
.icon_proceee ul li{
    float: left;
    font-size: 1.4rem;
    padding: 0px 4.5%;
    text-align: center;
}
.icon_proceee ul li img{
	width: 50%;
}
.icon_proceee ul li a{
	margin-bottom:1rem;
}
.puohu_liuyan{
    width: 100%;
    border-bottom: 1px solid #F1F1F1;
    float: left;
    padding-top: 0.625rem;
	background:#fff;
    padding-bottom: 1rem;
}
.puohu_liuyan .puohu_liuyan_zuo {
    width: 12%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: .5rem;
}
.puohu_liuyan .puohu_liuyan_zhong {
    width: 82%;
    padding-left: 15%;
    padding-bottom: 1.3rem;
	margin-top:.7rem;
}
.puohu_chakan .puohu_gengduo{
	text-align:center;
    margin-top: .5rem;
}
.puohu_chakan .puohu_gengduo p{
	font-size:1.6rem;
}
.puohu_chakan .puohu_gengduo a{
	color: #fdd303;
}
.puohu_liucheng{
    background-color: #fff;
    margin-top: 1.25rem;
    margin-bottom: .7rem;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    text-align: center;
    margin-top: 1rem;
    float: left;
}
.puohu_liucheng{
	width:100%;
}
.heng_proceee{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
	float:left;
	margin-bottom:.7rem;
	color:#c4c4c4;
}
.heng_procee{
	text-align:center;
	font-size:1.6rem;	
}
.puohu_chakan{
    width: 100%;
	background:#fff;
	height:34px;
	float:left;
    border-bottom: 1px solid #F1F1F1;
}
.puohu_like{
    width: 100%;
    overflow: hidden;
    display: block;
    background: #fff;
    clear: both;
}
.puohu_like ul {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-left: 2%;
    clear: both;
}
.phos_ui{
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 3rem 0 2.5rem 0;
}
.phos_ui ul li{
    float: left;
    width: 32%;
    border-right: 1px solid #eeeeee;
    font-size: 1.4rem;
}
.phos_ui ul li a{
    color: #065B85;
}
.puohu_like ul li {
    background-color: #FFF;
    float: left;
    margin-right: 3%;
    width: 30%;
    margin-bottom: 0.625rem;
    padding-bottom: 2rem;
    position: relative;
}
.puohu_like ul li .like_money img {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: top;
    padding-right: 0.25rem;
}
.like_name{
	padding-left: 0.625rem;
    padding-top: 0.75rem;
    font-size: 1.25rem;
    color:#c4c4c4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.like_money{
    padding-left: 0.625rem;
    padding-top: 0.75rem;
    font-size: 1.25rem;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.im_zit{
	float:right;
	color:#c4c4c4;
}
.puohu_liuyan_zhong p{
	color:#c4c4c4;
}
.im_biankg {
    background: #fed201;
    border-radius: 20px;
    padding: 2px 7px 1px 7px;
	color:#FFFFFF;
}
.im_bian_kuang{
    background: #fed201;
    border-radius: 3px;
    padding: 2px 7px 1px 7px;
}
.im_bian_kuang span{
	color:#FFFFFF
}
.ph_zhongg{
	text-align:center;width:63%;
}
@media screen and ( max-width: 360px){
.ph_zhongg {
    text-align: center;
    width: 58%;
}
}
ph_icon_png{
	float:left;
}
.ph_icon_png span img{
	width:4.5rem;
}
.ph_icon_png p img{
	width:1.2rem;
}
.ph_icon_png p{
	color:#c4c4c4;
	font-size:1.4rem;
}
#gosharee{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 2.25rem;
    filter: alpha(opacity=30);
    position: fixed;
    z-index: 2;
    top: 8px;
    margin-left: 4%;
}
.ph_logo_zuo{
	width: 14%;
    margin-left: 2%;
    margin-right: 2%;
	float: left;
}
.ph_logo_zuo img {
	width:6rem;
}
.ph_logo_1 {
    width: 100%;
	float: left;
	background:#F7F7F7;
}
.ph_logo_1 .ph_logo_hou {
    width: 82%;
    padding-left: 15%;
    padding-bottom: 1.3rem;
    margin-top: 2.2rem;
	font-size:1.4rem;
}
.ph_logo_1 .ph_logo_hou span{
	color:#c4c4c4;
	font-size:1.4rem;	
}

@media screen and ( max-width: 360px){
	.ph_logo_1 .ph_logo_hou span{
	color:#c4c4c4;
	font-size:1rem;
}
.ph_logo_zuo {
    width: 18.5%;
}
}
@media screen and (min-width: 310px) and (max-width: 400px){
	.ph_logo_1 .ph_logo_hou span{
	color:#c4c4c4;
	font-size:1.4rem;
}
.ph_logo_zuo {
    width: 18.5%;
}

}
@media screen and (min-width: 320px) and (max-width: 340px){
	.ph_logo_1 .ph_logo_hou span{
	color:#c4c4c4;
	font-size:1.4rem;
}
.ph_logo_zuo {
    width: 18.5%;
}

}
@media screen and (min-width: 410px) and (max-width: 640px){
	.ph_logo_1 .ph_logo_hou span{
	color:#c4c4c4;
	font-size:1.4rem;
}
.ph_logo_zuo {
    width: 18.5%;
}
}
.ph_icon_jianD{
	float:left;
	width:25%;
}
.ph_icon_jianL{
	float: right;
	width:25%;
}
.ph_icon_jianZ{
	float: left;
	width:50%;
	text-align:center;
}
.ph_icon_jianD img{
	width:4.5rem;
}
.imd_proceee img{
	width:.7rem;
	height:1rem;
}
