.font-color-base{
	color: #F0189D;
}
.font-color-base-a{
	color: #FA3468;
}
.font-color-red{
	color: #ff0000;
}
.font-nomal,.font-nomal *{
	font-size: 14px;
}
.font-big,font-big *{
	font-size: 18px;
}
.text-unforce{
	color: #666666;
	font-weight: normal;
}
.icon-more{
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
    position: absolute;
    top: 20px;
    right: 20px;
}
.font-disuse{
	text-decoration: line-through;
}
.text-force{
	font-weight: bold;
}
/*分页器*/
.content-shop-page{
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}
.content-shop-page .content-shop-page-main{
	float: right;
	overflow: hidden;
}
.content-shop-page .content-shop-page-main .page-prev,.content-shop-page .content-shop-page-main .page-next{
	width: 70px;
	height: 30px;
	border: 1px solid #e7e7e7;
	font-weight: bold;
	background: #FFFFFF;
}
.content-shop-page .content-shop-page-main .page-prev:hover,.content-shop-page .content-shop-page-main .page-next:hover{
	color: #FFFFFF;
	background: #F0189D;
	border: none;
	border: 1px solid #F0189D;
}
.content-shop-page .content-shop-page-main a,.content-shop-page .content-shop-page-main span{
	margin: 0 5px;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.content-shop-page .content-shop-page-main a.page{
	border:1px solid #e7e7e7;
	background: #FFFFFF;
	color: #F0189D;
}
.content-shop-page .content-shop-page-main a.page:hover{
	background: #F0189D;
	color: #FFFFFF;
}
.content{
	background: #F7F7F7;
}

/*图片列表*/
.img-page{
	width: 440px;
	height: 70px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.img-page .img-page-list{
	width: 400px;
	height: 70px;
	margin:  0 auto;
	overflow: hidden;
	position: relative;
}
.img-page .img-page-list ul{
	width: 1200px;
	height: 70px;
	overflow: hidden;
	position: absolute;
}
.img-page .img-page-list ul li{
	width: 70px;
	height: 70px;
	float: left;
	margin: 0 15px;
}
.img-page .img-page-list ul li.on{
	border: 1px solid #F0189D;
}
.img-page .img-page-list ul li img{
	width: 100%;
	height: 100%;
	display: block;
}
.img-page-prev,.img-page-next{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position-y: center;
	cursor: pointer;
}
.img-page-prev{
	left: 0;
	background-image: url(../images/icon-good-left.png);
}
.img-page-next{
	right: 0;
	background-image: url(../images/icon-good-right.png);
}
/*
 图标
 * */
span.icon{
	padding-left: 15px;
	background-repeat: no-repeat;
}
span.icon1{
	background-position: 0px 0px;
	background-image: url(../images/incon-sprite.png);
}
span.icon2{
	background-position: 0px -20px;
	background-image: url(../images/incon-sprite.png);
}

span.icon3{
	background-position: 0px -42px;
	background-image: url(../images/incon-sprite.png);
}

span.icon4{
	background-position: 0px -64px;
	background-image: url(../images/incon-sprite.png);
}
span.icon5{
	background-position: 0px -85px;
	background-image: url(../images/incon-sprite.png);
}
/*
 购物车弹窗控件
 * */
.cart-choose{
	width: 789px;
	height: 500px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	margin-top: -250px;
	margin-left: -394.5px;
	background: #f5f5f5;
}
/*
 遮罩层控件
 * */
.page-shade{
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}
/*结束*/
/*登录页面*/
.login-top{
	height: 80px;
	padding: 10px;
}
.login-top .logo{
	width: 240px;
	height: 60px;
}
.login-top span{
	font-size: 18px;
	padding: 0 10px;
	color: #666666;
}
.login-main-bg{
	width: 100%;
	background: url(../images/lAndr.jpg) no-repeat center;
	height: 600px;
}
.login-main{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
.content-footer{
	color: #666666;
}
.content-footer>p{
	text-align: center;
	line-height: 34px;
}
.content-footer p a{
	padding: 0 10px;
}
.content-footer p a:hover{
	color: #F0189D;
}
.login-form{
	color: #666666;
	z-index:200;
}
.login-form .login-form1{
	overflow: hidden;
	height: 27px;
	line-height: 27px;
	margin-bottom: 10px;
}
.login-form .login-form1>span{
	float: left;
	font-size: 18px;
	display: block;
}
.login-form .login-form1>a{
	float: right;
	color: #F0189D;
	font-size: 14px;
}
.login-form .login-form1 span.fr{
	font-size: 12px;
	float: right;
	display: block;
}
.login-form .login-form1 span.fr a{
	color: #F0189D;
}
.login-main .login-form .login-form2{
	margin-bottom: 10px;
}
.login-form .login-form2{
	height: 22px;
	border: 1px #e8bf51 solid;
	padding-left: 26px;
	line-height: 22px;
	background: #fdf9d4 url(../images/login_new_03.png) no-repeat 0 0;
}
.login-form .login-form3{
	margin-bottom: 10px;
}
.login-form .login-form3 input{
	padding-left: 50px;
    border: 1px #ddd solid;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #acacac;
}
.login-form .login-form4 input{
	display: none;
}
.login-form .login-form4 label{
	display: block;
	float: left;
	background: url(../images/login_new_05.png) no-repeat center left;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
}
.login-form .login-form4 label a{
	color: #acacac;
}
.login-form .login-form4{
	margin-bottom: 10px;
	overflow: hidden;
}
.login-form .login-form4 a{
	display: block;
	float: right;
	height: 20px;
	line-height:20px;
	font-size: 14px;
	color: #F0189D;
}
.login-form .login-form5{
	margin-bottom: 10px;
}
.login-form .login-form5 input[type=button]{
	width: 100%;
    padding: 0;
    background: #f0189d;
    border: 0;
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 34px;
    text-indent: 0;
    letter-spacing: 20px;
    cursor: pointer;
}
.login-form .login-form6{
	overflow: hidden;
	margin-bottom: 10px;
}
.login-form .login-form6 .note{
	line-height: 38px;
	float: left;
	color: #acacac;
	font-size: 14px;
}
.login-form .login-form6 .links{
	float: left;
	padding-left: 20px;
}
.login-form .login-form6 .links a{
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
}
.login-form .login-form6 .links a.weixin{
	background: url(../images/icon-weixin.png) no-repeat center;
	background-size: 40px;
}
.login-form .logre-form2{
	margin-bottom: 10px;
}
.login-form .logre-form2{
    padding-left: 26px;
    height: 22px;
    line-height: 22px;
    border: 1px #e8bf51 solid;
    background: #f82509;
    color: white;
}
.login-form .login-form8{
	overflow: hidden;
	margin-bottom: 10px;
}
.login-form .login-form8 input[type=text]{
	width: 160px;
	height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #acacac;
    border: 1px #ddd solid;
    text-align: center;
    display: inline-block;
}
.login-form .login-form8 input[type=button].disabled{
    background:rgba(172,172,172,0.6);
}
.login-form .login-form8 input[type=button]{
	display: inline-block;
	cursor: pointer;
    height: 37px;
    display: block;
    color: #fff;
    background: #f0189d;
    text-align: center;
    line-height: 37px;
    width: 120px;
    float: right;
    outline: none;
    border: 1px #ddd solid;
}
/*结束*/

/*
 分页器
 * */
.base-page{
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.base-page a,.base-page span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 3px;
	cursor:pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.base-page a{
	background: #f5f5f5;
	border: 1px solid #cccccc;
}
.base-page a:hover{
	color: #F0189D;
}
.base-page a.page-prev,.base-page a.page-next{
	width: 65px;
}
/**
 *
 * 结束 
 */

/*
 地址弹窗
 * */
.window-address{
	width: 694px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -355px;
    margin-top: -180px;
    background-color: #fff;
    z-index: 600;
    border: #c9caca 5px solid;
    border-radius: 3px;
    padding-bottom: 30px;
    color: #777;
    z-index: 105;
    display: none;
}
.window-address .title{
	height: 42px;
    background-color: #f0f0f0;
    font: normal normal 15px/42px '';
    text-indent: 16px;
    position: relative;
}
.window-address .btn-close{
	width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/clos_icon2.png) no-repeat center;
    cursor: pointer;
}
.window-address .add-main{
	width: 630px;
    margin: 30px auto 0;
    font-size: 15px;
}
.window-address .add-main dt{
	width: 100px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin-bottom: 15px;
    text-align: right;	
}
.window-address .add-main dt b{
    color: #e60012;
    line-height: 26px;
    display: inline-block;
    height: 26px;
}
.window-address .add-main dd{
	width: 520px;
    height: 26px;
    float: right;
    margin-bottom: 15px;
    line-height: 26px;
}
.window-address .add-main dd .txt-inp{
	width: 166px;
    height: 24px;
    border: #c1c1c1 1px solid;
    margin-right: 10px;
    text-indent: 6px;
}
.window-address .add-main dd select{
	height: 24px;
    border: #c1c1c1 1px solid;
    padding: 0 10px;
    margin-right: 4px;
}
.add-error{
	display: none;
}
.window-address .add-main dd .btn-sub{
	width: 142px;
    height: 30px;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    background: #f0189d;
    cursor: pointer;
    border: none;
}
/*
 结束
 * */

/*
 复选框样式
 * */
.checkbox-a{
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    -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 */
}
.checkbox-a input[type=checkbox]{
	display: none;
}
.checkbox-a label{
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    background: #fff;
    border:1px solid #ddd;
}
.checkbox-a label:after{
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox-a label:hover::after{
    opacity: 0.5;
}
.checkbox-a input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.checkbox-a input[type=checkbox]:checked + label{
	background: #F0189D;
}
/*通用弹窗样式*/
.window{
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	background: #FFFFFF;
	/*非固定样式*/
	/*width: 500px;
	height: 480px;
	margin-top: -251px;
	margin-left: -241px;
	z-index: 200;*/
	/*结束*/
}
.window .title{
	height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #999;
    color: #FFFFFF;
}
.window .btn-close{
	transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    position: absolute;
    width: 28px;
    height: 28px;
    right: 15px;
    top: 10px;
    background: url(../images/close-btn.png) no-repeat center;
}
.window .btn-close:hover{
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
/*表单样式*/
.window .form{
	padding: 40px;
	color: #333333;
}
.window .form dl{
	padding-top: 10px;
}
.window .form dl dt{
	line-height: 28px;
}
.window .form input.form-input,.window .form select{
	height: 28px;
    line-height: 28px;
    border: 1px solid #E6E6E6;
    outline: none;
    padding:0 5px;
}
.window .form input.form-small{
	width: 120px;
}
.window .form input.form-nomal{
	width: 150px;
}
.window .form input.form-big{
	width: 280px;
}
.window .form select{
	width: 100px;
	color: #878787;
	height: 24px;
	line-height: 24px;
}
.window .form input.form-input.error,.window .form select.error{
	border: 1px solid #FF0000;
}
.window .error{
	position: absolute;
	color: #FF0000;
	display: none;
}
.window .form .form-btns{
	margin: 10px 0;
}
.window .form .form-btns .btn-sub{
	font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 120px;
    padding: 0;
    text-align: center;
    display: inline-block;
    background: #F0189D;
    color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
}
/*
 结束
 * */
/*
 加入购物车
 * */
.window-cart{
    padding: 10px;
    line-height: 24px;
    width: 290px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -145px;
    min-height: 100px;
    border: 2px solid #f0189d;
    background: #fff;
    z-index: 1002;
    display: none;
}
.window-cart .cart-title{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}
.window-cart .cart-title span{
	height: 20px;
	line-height: 20px;
}
.window-cart .btn-close{
	float: right;
	display: block;
    background: #f0189d;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.window-cart .spec-list{
	
}
.window-cart .spec-list .spqc-list-item{
	overflow: hidden;
}
.window-cart .spec-list .spqc-list-item .a-item{
	display: block;
	width: 50%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.window-cart .spec-list .spqc-list-item .a-item input{
	display: inline-block;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}
.window-cart .spec-list .spqc-list-item .a-item span{
	background: #ccc;
    color: #000;
    display: inline-block;
    text-align: center;
    padding:0 10px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.window-cart .btns{
	padding-top: 20px;
    overflow: hidden;
}
.window-cart .btns a,.window-cart .btns span{
	background: #F0189D;
    color: #f9f9f9;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 5px;
    display: inline-block;
}
.window-cart .window-shade{
	width: 100%;
	display: none;
	top: 0;
	left: 0;
	text-align: center;
	position: absolute;
	background: rgba(255,255,255,0.8);
}
/*
 结束
 * */
 /**
 * 弹窗控件
 */
.ui-window{
	position: fixed;
	width: 200px;
	background: #FFFFFF;
	z-index: 1314;
	top: 50%;
	left: 50%;
	margin-left: -100px;
}
.ui-window .title{
	background: #F0189D;
	color: #FFFFFF;
	padding:0 10px;
	line-height: 24px;
}
.ui-window .main{
	padding: 10px;
}
/*
 结束
 * */
 /*
 登录页面补充
 * */
.login-wrap{
	position: relative;
	padding: 10px;
	width: 100%;
	height: 100%;
}
.login-wrap .login-wrap-title{
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 100%;
	margin-top: 10px;
}
.login-wrap .login-wrap-title .login-tip{
	position: absolute;
	right: 45px;
	background: #E6F9FC;
	border: 1px solid #14C2DD;
	padding: 5px 10px;
	line-height: 16px;
	height: 16px;
}
.login-wrap .login-wrap-title img{
	width: 40px;
	height: 40px;
	display: block;
	float: right;
}
.login-wrap .login-wrap-title .login-tip:after{
	content: '';
	width: 0;
    height: 0;
    top: 7px;
    right: -7px;
    border-top: 5px solid transparent;
    border-left: 7px solid #14C2DD;
    border-bottom: 5px solid transparent;
    position: absolute;
}
.login-wrap .login-wrap-title h1{
	float: left;
}
.login-wrap .qr-code{
	margin-top: 30px;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.login-wrap .qr-code .qr-code-main{
	height: 140px;
	width: 140px;
	text-align: center;
	color: #606060;
}
.login-wrap .qr-code .shade{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 40px 20px;
	color: #FFFFFF;
}
.login-wrap .qr-code .shade img{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
}
.qr-code .qr-code-main .shade .load{
    position:absolute;
    width:16px;
    height:16px;
    top:50%;
    left:50%;
    margin-top:-8px;
    margin-left:-8px;
}
.login-wrap .qr-code .shade p{
	margin-top: 10px;
	font-size: 14px;
}
.login-wrap .qr-code .qr-code-main>img{
	width: 100%;
	height: 100%;
}
.login-wrap .note{
	font-size: 14px;
	color: #5F6367;
	text-align: center;
	margin:10px 0;
}
.login-wrap a.link:hover{
	text-decoration: underline;
	color: #F0189D;
}
.login-wrap a.rb{
	position: absolute;
	right: 0;
	bottom: 0;
}
/*
 结束
 * */
 /*
 红包选择弹窗
 * */
.window-redpacket{
	overflow:hidden;
	width: 100%;
	height: 430px;
	position: relative;
}
.window-redpacket .redpack-nav{
	background: #EEEEEE;
	width: 150px;
	height: 430px;
	position: absolute;
	top: 0;
	left: 0;
	color: #606060;
}
.window-redpacket .redpack-nav ul{
	width: 100%;
}
.window-redpacket .redpack-nav ul li{
	border-bottom: 1px solid #E5E5E5;
	height: 50px;
	line-height: 50px;
	width: 100%;
	display: block;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.window-redpacket .redpack-nav ul li.on{
	background: #FFFFFF;
	color: #FA3468;
}
.window-redpacket .redpack-nav .choose-info{
	margin-top: 20px;
}
.window-redpacket .redpack-nav .choose-info .ctitle{
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	width: 140px;
	margin: 0 auto;
	border-bottom:1px solid #E5E5E5;
}
.window-redpacket .redpack-nav .choose-info .note{
    width: 130px;
    margin-top:20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    line-height: 20px;
    border: 1px solid #eed97c;
    background: #fffceb;
}
.window-redpacket .redpack-nav .choose-info dl{
	color: #FFFFFF;
}
.window-redpacket .redpack-nav .choose-info dl dd{
	width: 130px;
	margin: 10px auto;
	height: 50px;
	background: #FA3468;
	position: relative;
	border-radius: 5px;
}
.window-redpacket .redpack-nav .choose-info dl dd p{
	line-height: 45px;
	text-align: center;
}
.window-redpacket .redpack-nav .choose-info dl dd p span.price{
	font-size: 26px;
}
.window-redpacket .redpack-nav .choose-info dl dd a{
	position: absolute;
	top: -9px;
	right: -9px;
	font-size: 18px;
	background: #FFFFFF;
	display: block;
	width: 18px;
	height: 18px;
	color: #FA3468;
	border-radius: 18px;
	text-align: center;
}
.window-redpacket .redpack-nav .choose-info a.notusepacket{
	text-align: center;
	text-decoration: underline;
	color:#FF0000;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 35px;
}
.window-redpacket .redpack-list{
	width: 474px;
	height: 430px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.window-redpacket .redpack-list ul{
	overflow-y:scroll;
	width: 100%;
	height: 390px;
	width: 474px;
	overflow-x: hidden;
}
 /* for Chrome */
.window-redpacket .redpack-list ul::-webkit-scrollbar {
    display: none;
}
.window-redpacket .redpack-list ul li{
	float: left;
	width: 212px;
	padding: 10px 0;
    background: url(../images/sprite_01.png) no-repeat 0 -75px;
    height: 102px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}
.window-redpacket .redpack-list ul li.on:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
    height: 0;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #FA3468;
}
.window-redpacket .redpack-list ul li .pt{
	margin-top: 10px;
    padding: 0 10px;
    height: 36px;
    color: #FFFFFF;
    overflow: hidden;
}
.window-redpacket .redpack-list ul li .pt span.money{
	display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.window-redpacket .redpack-list ul li .pt span.money span{
	font-size: 40px;
}
.window-redpacket .redpack-list ul li .pt span.note{
	display: block;
    float: right;
    width: 110px;
    margin-top: 10px;
}
.window-redpacket .redpack-list ul li .pf{
	margin-top: 20px;
    line-height: 20px;
    text-align: center;
    color: #FF0000;
}
.window-redpacket .redpack-list .footer{
	border-top: 1px solid #EEEEEE;
	height: 40px;
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
}
.window-redpacket .redpack-list .footer span.dikou{
	display: block;
	line-height: 40px;
	float: left;
}
.window-redpacket .redpack-list .footer span.dikou span{
	font-size: 20px;
	font-weight: bold;
}
.window-redpacket .redpack-list .footer .btnok{
	display: block;
	float: right;
	height: 35px;
	width: 120px;
	margin-top: 2px;
	background: #FA3468;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	border-radius: 35px;
}
.window-redpacket .redpack-list .shade{
	position: absolute;
	width: 474px;
	height: 430px;
	display: none;
	top: 0;
	line-height: 430px;
	text-align: center;
	left: 0;
	z-index: 10;
	background: rgba(255,255,255,0.9);
}
.window-redpacket .redpack-list .nopacket{
	line-height: 430px;
	text-align: center;
	color: #606060;
}
/*
 结束
 * */