.ban-shop-box{
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ban-shop-box .ban-shop-box-l{
	float: left;
	height: 60px;
	width: 240px;
}
.ban-shop-box img{
	width: 100%;
	height: 100%;
}
.ban-shop-box .ban-shop-box-r{
	float: right;
	height: 60px;
	width: 174px;
}
.container-w{
	width: 100%;
	min-width: 1000px;
}
.container-w1{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.row-w1{
	width: 100%;
	min-width: 1000px;
}
.content-header-a{
	overflow: hidden;
	height: 35px;
	line-height: 35px;
}
.content-header-a-r{
	float: right;
}
.content-header-a-r span{
	vertical-align: sub;
}
.content-header-a-r a{
	padding:0 5px;
	vertical-align: sub;
	color: #606060;
}
.content-header-a-r a:hover{
	color: #F0189D;
}
.content-header-a-r a img{
	width: 15px;
	height: 15px;
	vertical-align: sub;
}
.shop-buy-c{
	height: 33px;
	line-height: 33px;
}
.shop-buy-c span{
	padding:0 40px 0 20px;
	line-height: 30px;
	display: inline-block;
	background: #e0e0e0;
	color: #878787;
	font-size: 14px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position:center right;
}
.shop-buy-c span + span{
	margin-left: -3px;
}
.shop-buy-c span:nth-child(1),.shop-buy-c span:nth-child(2){
	background-image: url(../images/f_img02.gif);
}
.shop-buy-c span:nth-child(3){
	background-image: url(../images/f_img03.gif);
}
.shop-buy-c span.current{
	background: #F0189D;
	color: #FFFFFF;
}
.shop-buy-c span:nth-child(1).current,.shop-buy-c span:nth-child(2).current{
	background-image: url(../images/f_img01.gif);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position:center right;
}
.shop-buy-c span.bg{
	background-image: url(../images/f_img04.gif);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position:center right;
}
.shop-buy-c span:nth-child(3).current{
	background-image: url(../images/f_img05.gif);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position:center right;
}
.shop-top{
	padding-bottom: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.shop-main{
	
}
.shop-main h3.title{
	height: 25px;
    line-height: 25px;
    border: none;
    padding: 15px 0 5px 0;
    box-sizing: content-box;
    color: #333333;
}
.shop-main h3.title a{
	float: right;
	color: #F0189D;
	font-weight: normal;
}
.shop-main h3.title a:hover{
	text-decoration: underline;
}
.shop-main .cart-list{
	background: #FFFFFF;
	margin-bottom: 10px;
}
.shop-main .cart-list .cart-list-head{
	border-bottom: 1px dotted #cccccc;
	height: 45px;
	overflow: hidden;
}
.shop-main .cart-list .cart-list-head li{
	float: left;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
li.c-width1{
	width: 167px;
}
li.c-width2{
	width: 260px;
}
li.c-width3{
	width: 110px;
}
li.c-width4{
	width: 110px;
}
li.c-width5{
	width: 110px;
}
li.c-width6{
	width: 112px;
}
li.c-width7{
	width: 110px;
}
li.c-width8{
	width: 180px;
}
li.c-width9{
	width: 170px;
}
li.c-width10{
	width: 130px;
}
.shop-main .cart-list .cart-list-head li span{
	padding-left:20px;
}
.shop-main .cart-list .cart-list-main{
	
}
.shop-main .cart-list .cart-list-main .item{
	overflow: hidden;
	height: 127px;
	padding:20px 0;
	color: #606060;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.shop-main .cart-list .cart-list-main .item li{
	float: left;
}
.shop-main .cart-list .cart-list-main .item li img{
	width: 82px;
	height: 82px;
}
.shop-main .cart-list .cart-list-main .item li.otxts span{
	display: block;
	margin-bottom: 5px;
}
.shop-main .cart-list .cart-list-main .item li a:hover{
	color: #F0189D;
}
.shop-main .cart-list .cart-list-main .item li .buy-count{
	
}
.shop-main .cart-list .cart-list-main .item li .buy-count span{
	width: 30px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #adadad;
    text-align: center;
    display: inline-block;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	not supported by any browser */
}
.shop-main .cart-list .cart-list-main .item li .buy-count span:hover{
	color: #F0189D;
}
.shop-main .cart-list .cart-list-main .item li .buy-count span + input,.shop-main .cart-list .cart-list-main .item li .buy-count input + span{
	margin-left: -4px;
}
.shop-main .cart-list .cart-list-main .item li .buy-count input[type=text]{
	width: 30px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: center;
    display: inline-block;
    border: 1px solid #e5e5e5;
}
.buy-note{
	padding: 10px 0 10px 20px;
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-bottom: 20px;
}
.buy-note span.label{
	display: inline-block;
    width: 35px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #fa3468;
    border-radius: 4px;
    margin-right: 5px;
    color: #FFFFFF;
}
.buy-note span.fr{
	margin-left: 40px;
	color: #FF0000;
}
.buy-footer{
	background: #FFFFFF;
	padding: 20px 0;
	overflow: hidden;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.buy-footer label.ch-all{
	width: 86px;
	text-align: center;
	height: 35px;
	margin-left: 40px;
}
.buy-footer label.ch-all span{
	padding-left: 20px;
}
.buy-footer div.info{
	float: right;
	margin-right: 40px;
	text-align: right;
}
.buy-footer div.info .price{
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.buy-footer div.info .dikou-price{
	color: #878787;
	line-height: 20px;
	text-align: right;
}
.buy-footer .btn-buy{
	float: right;
	display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    text-align: center;
    background: #fa3468;
    border-radius: 20px;
    padding: 0 15px;
    font-size: 15px;
    color: #FFFFFF;
}
.buy-first{
	background: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.buy-first .buy-address{
	border-bottom: 1px solid #e5e5e5;
}
.buy-first .buy-address .address{
	margin-bottom: 10px;
}
.buy-first .buy-address .address li{
	height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 30px;
	overflow: hidden;
	color: #333333;
}

.buy-first .buy-address .address li .btn-add-cur{
	width: 140px;
	height: 26px;
	border: 2px solid #E6E6E6;
	display: block;
	float: left;
	text-align: center;
	cursor:pointer;
}
.buy-first .buy-address .address li.current .btn-add-cur{
	border: 2px solid #F0189D;
	background-image: url(../images/hoveb_icon.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.buy-first .buy-address .address li .btn-add-cur:hover{
	border: 2px solid #F0189D;
}
.buy-first .buy-address .address li .info:hover{
	background: #fff3f3;
}
.buy-first .buy-address .address li .info{
	padding-left: 20px;
	overflow: hidden;
	position: relative;
}
.buy-first .buy-address .address li .info span{
	padding: 0 10px;
	display: inline-block;
}
.buy-first .buy-address .address li .info span.default-address{
	background: #ADADAD;
	color: #FFFFFF;
	padding: 1px;
	display: inline;
}
.buy-first .buy-address .address li .info span.info-over{
	display: none;
}
.buy-first .buy-address .address li .info:hover span.info-over{
	display: inline;
}

.buy-first .buy-address .address li .info-over{
	margin-left: 50px;
}
.buy-first .buy-address .address li .info-over a:hover{
	color: #F0189D;
}
.buy-first .buy-address .load-more{
	margin: 10px 0;
	cursor: pointer;
	line-height: 17px;
	height: 17px;
	color: #333333;
}
.buy-first .buy-address .load-more i{
	margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 10px;
    background: url(../images/sprite_01.png) no-repeat -5px -30px;
}
.buy-first .buy-address .load-more i.tp{
	background-position: -5px -5px;
}
.buy-first .buy-type p{
	height: 45px;
    line-height: 45px;
}
.buy-first .buy-type dl{
	clear: both;
}
.buy-first .buy-type dl dd{
	position: relative;
    width: 106px;
    height: 30px;
    float: left;
    border: 2px solid #e6e6e6;
    margin: 0 20px 0 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.buy-first .buy-type dl dd:hover{
	border: 2px solid #F0189D;
}
.buy-first .buy-type dl dd label{
	position: absolute;
    width: 70px;
    left: 50%;
    top: -16px;
    padding: 1px 0;
    color: #fff;
    background: #fa3468;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.buy-first .buy-type dl dd.current{
	border: 2px solid #F0189D;
	background-image: url(../images/hoveb_icon.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
}
.buy-first .buy-type dl span.note{
	height: 30px;
    line-height: 30px;
    color: #adadad;
}
.shop-buy{
	margin-bottom: 20px;
	background: #FFFFFF;
}
.shop-buy .hw-top{
	height: 10px;
    background: url(../images/hw_t.png) no-repeat center top #F7F7F7;
    background-size: cover;
}
.shop-buy .hw-fot{
	height: 10px;
    background: url(../images/hw_b.png) no-repeat center top #F7F7F7;
    background-size: cover;
}
.shop-buy .shop-item .em-l{
	width: 12px;
	height: 12px;
}
.shop-buy ul.shop-header{
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
	position: relative;
}
.shop-buy ul.shop-header li{
	font-size: 14px;
	text-align: left;
    text-align: center;
    padding: 18px 0;
    float: left;
    color: #666666;
}
.shop-buy ul li.li-width1{
	width: 350px;
}
.shop-buy ul li.li-width2{
	width: 188px;
}
.shop-buy ul li.li-width3{
    width: 150px;
}
.shop-buy ul li.li-width4{
	width: 150px;
}
.shop-buy ul li.li-width5{
	width: 110px;
	text-align: right;
}
.shop-buy .shop-list{
	
}
.shop-buy .shop-list .shop-item{
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
	position: relative;
}
.shop-buy .shop-list .shop-item li{
	margin: 20px 0;
	text-align: center;
	float: left;
	line-height: 20px;
	color: #606060;
}
.shop-buy .shop-list .shop-item li a img{
	width: 82px;
	height: 82px;
}
.shop-buy em{
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	background: #F7F7F7;
	border-radius: 12px;
}

.shop-buy em.em-t-l{
	top: -6px;
	left: -6px;
}
.shop-buy em.em-t-r{
	top: -6px;
	right: -6px;
}
.shop-buy em.em-b-l{
	bottom: -6px;
	left: -6px;
}
.shop-buy em.em-b-r{
	bottom: -6px;
	right: -6px;
}

.shop-buy .shop-note{
	position: relative;
    border-bottom: 1px dotted #cccccc;
    padding: 10px 0 10px 0;
}
.shop-buy .shop-note p{
	padding: 10px 0 10px 10px;
	color: #333333;
}
.shop-buy .shop-note p .label{
	display: inline-block;
    width: 35px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #fa3468;
    border-radius: 4px;
}
.shop-buy .dikou-price{
	display: block;
	font-style: normal;
	float: right;
    width: 150px;
    text-align: center;
    color: #fa3468;
    font-weight: bold;
    font-size: 12px;
}
i.icon-more-b{
	margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 10px;
    background: url(../images/sprite_01.png) no-repeat -5px -30px;
}
i.icon-more-b.tp{
	background-position: -5px -5px;
}
.shop-buy .shop-packet{
	border-bottom:1px solid #CCCCCC;
}
.shop-buy .shop-packet .load-more{
	height: 25px;
    line-height: 25px;
    border: none;
    box-sizing: content-box;
    padding: 15px 0 5px 20px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.shop-buy .shop-packet .choose-redpacket{
	margin-left: 20px;
	line-height: 24px;
	display: block;
	width: 120px;
	height: 24px;
	background: #FA3468;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.shop-buy .shop-packet .packet-list{
	padding: 20px;
	overflow: hidden;
}
.shop-buy .shop-packet .packet-list li{
	overflow: hidden;
	height: 102px;
	width: 212px;
	padding: 10px 0;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background: url(../images/sprite_01.png) no-repeat 0 -75px;
}
.shop-buy .shop-packet .packet-list li .pt{
	margin-top: 10px;
	padding: 0 10px;
	height: 36px;
	color: #FFFFFF;
	overflow: hidden;
	
}
.shop-buy .shop-packet .packet-list li .pt span.money{
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.shop-buy .shop-packet .packet-list li .pt span.money span{
	font-size: 40px;
}
.shop-buy .shop-packet .packet-list li .pt span.note{
	display: block;
	float: right;
	width: 110px;
	margin-top: 10px;
}
.shop-buy .shop-packet .packet-list li .pf{
	margin-top: 20px;
	line-height: 20px;
	text-align: center;
	color: #FF0000;
}
.shop-buy .shop-memo{
	position: relative;
	padding: 20px;
	color: #878787;
}
.shop-buy .shop-memo table{
	width: 100%;
}
.shop-buy .shop-memo table tr{
	height: 40px;
}
.shop-buy .shop-memo table tr td select{
	width: 200px;
    height: 24px;
    color: #878787;
    line-height: 28px;
    border: 1px solid #E6E6E6;
    outline: none;
}
.shop-buy .shop-memo table tr td textarea{
	width: 100%;
	height: 30px;
	border: 1px solid #e6e6e6;
}
/*底部购买页面的悬浮*/
.s-footer.footer-fixed{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 -3px 6px rgba(0,0,0,0.1);
}
.s-footer.footer-fixed .buy-footer{
	margin-bottom: 0;
	margin-top: 0;
	background: #FFFFFF;
}
.shop-main .result-header{
	padding: 20px 0;
	font-size: 14px;
	color: #666666;
}
.shop-main .result-header p{
	line-height: 30px;
	height: 30px;
}
.shop-main .result-header p:first-child{
	
}
.shop-main .result-header p:first-child .bg-font{
	font-size: 18px;
}
.shop-main .result-header p>span{
	padding-right: 20px;
}
.shop-main .result-main{
	background: #FFFFFF;
	padding:10px 10px 10px 80px;
	overflow: hidden;
	position: relative;
}
.shop-main .result-main .result-main-info{
	margin-top: 30px;
	width: 100%;
}
.shop-main .result-main .result-main-note{
	position: absolute;
    width: 250px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    border: 1px solid #eed97c;
    background: #fffceb;
}
.shop-main .result-main .result-main-info .title{
	color: #333333;
	font-size: 16px;
    margin-bottom: 10px;
}
.shop-main .result-main .result-main-info .info{
	margin-bottom: 30px;
}
.shop-main .result-main .result-main-info .info p{
	width: 550px;
    line-height: 24px;
    padding-left: 10px;
    background: #F5F5F5;
    color: #adadad;
}
.shop-main .result-main .result-main-info .note p{
	line-height: 24px;
	color: #adadad;
}
.shop-main .result-main .result-main-info .note p:first-child{
	font-size: 14px;
	color: #333;
}
.shop-main .result-main .result-main-note h1{
	line-height: 30px;
	font-size: 1.17em;
}
.shop-main .result-main .result-main-note p{
	color: #adadad;
	line-height: 30px;
}
.shop-main .order-pay-btn{
	padding: 30px 80px;
	border-bottom: 1px solid #ADADAD;
}
.shop-main .order-pay-btn a{
	display: block;
	font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    height: 47px;
    width: 200px;
    cursor: pointer;
    background: #F0189D;
    font-family: Microsoft YaHei;
    border-radius: 5px;
}
.shop-main .content-header-pay{
	position: relative;
	background: #FFFFFF;
	margin-top: 30px;
}
.shop-main .content-header-pay .icon-pay{
	position: absolute;
	width: 117px;
	left: 25px;
    top: -10px;
    height: 35px;
    background: url(../images/pay-sprite.png) no-repeat 0 -61px;
}
.shop-main .content-header-pay .pay-btns{
	padding: 30px;
	overflow: hidden;
}
.shop-main .content-header-pay .pay-btns .pay-btn{
	float: left;
	box-sizing: content-box;
    height: 22px;
    /*width: 125px;*/
    margin-right: 20px;
    line-height: 22px;
    font-size: 1pc;
    padding:10px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: right;
    color: #606060;
}
.shop-main .content-header-pay .pay-btns .pay-btn:hover{
	background: #F5F5F5;
}
.shop-main .content-header-pay .pay-btns .pay-wy{
	width: 44px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background: url(http://static.chunshuitang.com/img/buy/payeco/pay-sprite.png) no-repeat -104px -150px;
}
.shop-main .content-header-pay .pay-btns .pay-wx{
	width: 44px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background: url(../images/pay-sprite.png) no-repeat 10px -443px;
}
.shop-main .content-header-pay .pay-btns .pay-zfb{
	width: 44px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background: url(../images/pay-sprite.png) no-repeat -37px -111px;
}
.shop-main .content-header-pay .pay-btns a:hover{
	color: #F0189D;
}
/*
 结束
 * */

/*
 支付页面
 * */
.shop-main .pay-code{
	position: relative;
    width: 990px;
    height: 400px;
    margin: 50px auto;
    text-align: center;
    background: #fff;
}

.shop-main .pay-code .wx-icon{
	position: absolute;
    left: 25px;
    top: -10px;
    background: url(../images/pay-sprite.png) no-repeat -136px -62px;
	width: 124px;
	/*width: 200px;*/
    height: 42px;
    background-position: -136px -62px;
    /*background-position: -46px -446px;*/
}
.shop-main .pay-code .zfb-icon{
	position: absolute;
    left: 25px;
    top: -10px;
    background: url(../images/pay-sprite.png) no-repeat -136px -62px;
	width: 124px;
	/*width: 200px;*/
    height: 42px;
    background-position: -40px -446px;
}
.shop-main .pay-code div{
	margin: 40px 20px 0;
    display: inline-block;
}
/*
 结束
 * */