/* 轮播图 */
.swiper-container {
    width: 1190px;
    height: 455px;
    z-index: 1;
    background-color: red;
    margin: 10px auto 0px auto;

}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet-active{
	background-color: #6dc349;
}
/* 快捷模块 */
.quick-module{
	display: block;
	width: 100%;
}
.quick-module .quick-title{
	display: block;
	border-bottom:1px solid #dadada;
	color: #333333;
	margin-top: 24px;
	padding: 18px 12px;
	font-size: 24px;
}
.quick-module .specials{
	margin: 6px 0;
}
.specials a{
	display: block;
	float: left;
	margin-top: 18px;
	border: 12px solid #ffffff;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 360px;
	height: 216px;
}
.specials .lr{
	margin-left: 18px; 
	margin-right: 18px; 
}
.special1{
	background-image: url("../../images/home/specials1.png");
}
.special2{
	background-image: url("../../images/home/specials2.png");
}
.special3{
	background-image: url("../../images/home/specials3.png");
}
.special4{
	background-image: url("../../images/home/specials4.png");
}
.special5{
	background-image: url("../../images/home/specials5.png");
}
.special6{
	background-image: url("../../images/home/specials6.png");
}
/* 用户登录、注册、信息 */
.user-panel{
	width: 400px;
	height: 410px;
	background-color: #ffffff;
	position: absolute;
	top: -433px;
	right: 0;
}
.login-header{
	width: 308px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.login-header h3{
	font-size: 18px;
	color: #333333;
	float: left;
}
.login-header a{
	font-size: 16px;
	color: #f45a55;
	float: right;
}
.login-body{
	width: 308px;
	height: 310px;
	margin: 0 auto;
}
.login-body .input-warp{
	width: 306px;
	border: 1px solid #dddddd;
	height: 42px;
	border-radius: 2px;
	margin-bottom: 14px;
}
.input-warp span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../../images/home/icon_kk9k.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.username span{
	background-position: -118px -14px;
}
.userpass span{
	background-position: -137px -13px;
}
.input-warp input{
	width: 258px;
	height: 40px;
	line-height: 40px;
	border: 0;
	float: left;
	margin-left: 10px;
	font-size: 14px;
}
.forget-pass{
	text-align: right;
	margin-top: 4px;
	margin-bottom: 14px;
}
.forget-pass .error-tips{
	display: none;
	float: left;
	color: #ff6600;
	font-size: 12px;
}
.forget-pass a{
	color: #999999;
}
.forget-pass a:hover{
	color: #fe893e;
}

.login-body .log-btn{
	height: 42px;
	width: 308px;
	font-size: 18px;
	float: left;
	margin-bottom: 10px;
	color: #ffffff;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
}
.login-body .def-login{
	background-color: #f45a55;
}
.login-body .QQ-login{
	background-color: #7accff;
}
.login-body .wei-login{
	background-color: #96da85;
}

.login-body .tips-line{
	margin-top: 14px;
	padding-bottom: 14px;
	position: relative;
	border-top: 1px dashed #999999;
	float: left;
	height: 10px;
	width: 100%;
}
.login-body .tips-line em{
	display: inline-block;
	width: 82px;
	height: 20px;
	font-size: 14px;
	color: #999999;
	position: absolute;
	left: 110px;
	text-align: center;
	line-height: 20px;
	background-color: #ffffff;
	top: -10px;
}
.loged-header{
	width: 100%;
	height: 46px;
}
.loged-body{
	width: 308px;
	height: 360px;
	margin: 0 auto;
}
.loged-body .user-face{
	width: 98px;
	height: 98px;
	background-image: url(../../images/home/icon_login_default.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	float: left;
	border-radius: 98px;
}
.loged-body .user-info{
	width: 182px;
	height: 98px;
	float: left;
	margin-top: 10px;
	margin-left: 14px;
}
.loged-body .user-info .user-name,
.loged-body .user-info .user-id{
	line-height: 20px;
	font-size: 16px;
	color: #333333;
}
.loged-body .user-info .sign-btn{
	width: 90px;
	height: 32px;
	background-color: #f45a55;
	border-radius: 2px;
	color: #ffffff;
	border: 0;
	margin-top: 10px;
	cursor: pointer;
	transition: background-color .3s ease 0s;
}
.loged-body .user-info .signoff{
	background-color: #2ecc71;
	cursor: pointer;
}
.loged-body .user-wealth{
	width: 100%;
	font-size: 14px;
	float: left;
	line-height: 37px;
	margin: 10px 0 20px 0;
	color: #aaaaaa;
}
.loged-body .user-wealth>div{
	
	height: 37px;
}
.loged-body .user-wealth b{
	color: #f45a55;
	font-weight: bold;
}
.loged-body .user-wealth .info{
	float: left;
}
.loged-body .user-wealth .btn{
	float: right;
	width: 160px;
}
.loged-body .user-wealth a{
	display: inline-block;
	height: 24px;
	width: 74px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	float: left;
	background-color: #f45a55;
	font-size: 12px;
	border-radius: 3px;
	margin-top: 7px;
	transition: background-color .3s ease 0s;
	margin-left: 6px;
	letter-spacing: 2px;
}
.loged-body .user-wealth .givebean,
.loged-body .user-wealth .dui{
	background-color: #3498db;
}
.loged-body .user-wealth .ti{
	background-color: #ffc828;
}
.loged-body .loged-btn{
	display: block;
	float: left;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #f45a55;
	border-radius: 2px;
	margin-top: 16px;
	transition: background-color .3s ease 0s;
}
.loged-body .person{
	background-color: #96da85;
	margin-top: 10px;
}
.loged-body .loged-btn:hover,
.loged-body .user-info .sign-btn:hover,
.loged-body .user-wealth a:hover{
	background-color: #fe9947;
}
/* 幸运9模块 */
.game-warp{
	width: 1190px;
	height: 262px;
	margin: 0 auto;
}
.lucky9,
.lucky-zodiac{
	width: 590px;
	height: 262px;
	background-image: url(../../images/home/index_9.jpg);
	background-repeat: no-repeat;
	float: left;
}
.lucky-zodiac{
	margin-left: 10px;
	background-image: url(../../images/home/index_lz.jpg);
}
.lucky-button{
	float: left;
	width: 271px;
	height: 53px;
	background-image: url(../../images/home/lucky-btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	background-color: transparent;
	margin-left: 160px;
	margin-top: 160px;
	cursor: pointer;
}
/*礼品列表 广告条*/
/* .product-nav{
	width: 100%;
	height: 260px;
	background-image: url(../../images/home/product_nav.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 30px;
	margin-bottom: 60px;
} */
.product-nav{
	width: 1190px;
	height: 48px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ed445b;
}
.product-nav li{
	float: left;
	font-size: 16px;
	line-height: 48px;
	color: #ffffff;
	padding: 0 16px;
	cursor: pointer;
}
.product-nav li:hover,
.product-nav li.active
{
	background-color: #d53758;
}

/*礼品列表 商品*/
.product-wrap{
	width: 1190px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
.product-wrap .product-title{
	display: block;
	border-bottom:1px solid #dadada;
	color: #333333;
	margin: 18px 0 24px 0;
	padding: 18px 12px;
	font-size: 24px;
}
.product-wrap .nav-box{
	height: 614px;
	width: 238px;
	float: left;
}
.product-wrap .nav-box h5{
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-indent: 18px;
	font-size: 16px;
	border-bottom: 1px solid #eeeeee;
}
.exchange-list{
	height: 572px;
	overflow: hidden;
}
.exchange-list li{
	height: 82px;
	font-size: 12px;
}
.exchange-list li .pro-thumb{
	display: inline-block;
	float: left;
	width: 54px;
	height: 54px;
	background-image: url('../../images/home/pro01.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 8px;
}
.exchange-list li p,
.exchange-list li a{
	display: block;
	width: 166px;
	float: left;
	line-height: 18px;
	color: #3d3d3d;
}
.exchange-list li .title{
	margin-top: 8px;
}
.exchange-list li p span{
	color: #f60;
	padding: 0 4px;
}
.exchange-list li a{
	color: #22aaff;
}
.product-wrap .pro-box{
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}
.product-wrap .pro-box li{
	width: 274px;
	height: 398px;
	float: left;
	position: relative;
	border: 1px solid #f3f3f3;
	margin-right: 28px;
	margin-top: 28px;
	background-color: #ffffff;
}



.product-wrap .pro-box li.nomargin{
	margin-right: 0;
}
.product-wrap .pro-box li .act-goods-img{
	margin: 10% auto;
	max-width: 220px;
	position: relative;
	width: 220px;
	height: 220px;
}

.product-wrap .pro-box li .act-goods-img .hover{
	display: none;
	width: 220px;
	height: 220px;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;  
	-khtml-opacity: 0.70;  
	opacity: 0.70; 
	background-color: #000000;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.product-wrap .pro-box li .act-goods-img .codeimg{
	display:none;
	width: 220px;
	height: 220px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

.product-wrap .pro-box li .act-goods-img .codeimg .getimg{
	padding-top: 25px;
	position:static;
	display: block;
	width: 142px;
	height: 142px;
	cursor: pointer;
	margin: 0px auto;
	text-align: center;

}

.product-wrap .pro-box li .act-goods-img .codeimg .getbuy{
	position:static;
	width: 220px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	z-index: 200;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
}





.product-wrap .pro-box li .act-goods-txt{
	margin: 0 auto;
	max-width: 248px;
	position: relative;
	width: 90%;
}

.product-wrap .pro-box li .act-goods-name{
    color: #686868;
    display: inline-block;
    font-size: 16px;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
}
.pro-box li .act-goods-price {
    color: #111;
    font-size: 22px;
    line-height: 54px;
    text-align: left;
    margin-right: 8px;
}
.pro-box li .act-goods-price b {
    font-size: 14px;
    font-weight: 400;
}
.pro-box li .act-goods-mprice {
    color: #cbcbcb;
    font-size: 18px;
    text-decoration: line-through;
}
.product-wrap .pro-box li .opacity{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 218px;
	height: 303px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;  
	-khtml-opacity: 0.75;  
	opacity: 0.75; 
	background-color: #000000;
	cursor: pointer;
	z-index: 20;
	cursor:auto;
}


.product-wrap .pro-box li .timeout{
	position: absolute;
	top: 70px;
	left:34px;
	width: 151px;
	height: 151px;
	border-radius: 75px;
	border: 2px solid #ffffff;
	z-index: 21;
	text-align: center;
}

.product-wrap .pro-box li .timeout span.title{
	position: absolute;
	top: 44px;
	left: 54px;
	display: block;
	color: #ffffff;
	font-size: 22px;
}

.product-wrap .pro-box li .timeout span.title1{
	position: absolute;
	top: 74px;
	left: 42px;
	display: block;
	color: #ffffff;
	font-size: 22px;
}



.product-wrap .pro-box li .border{
	width: 218px;
	height: 303px;
	border: 1px #f3f3f3 solid;
	float: left;
	text-align: left;
}
.product-wrap .pro-box li p.gift_btn{
 	display: block;
 	width: 78px;
 	height: 30px;
 	margin: 0px auto;
 	background: #f45a55;
 	text-align: center;
 	line-height: 30px;
 	color: #ffffff;
 	font-size: 14px;
 	cursor: pointer;
 	outline:none;
 	position: static;
 }

.pro-box li img{
	display: block;
	width: 220px;
	height: 220px;
	overflow: hidden;
	margin: 0px auto;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
}
.pro-box li .big-title,
.pro-box li .sub-title{
	display: block;
	width: 210px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	overflow: hidden;
}
.pro-box li .big-title{
	display: block;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: #3d3d3d;
	font-weight: bold;
}
.pro-box li .sub-title{
	color: #6c6c6c;
}
.pro-box li .price{
	font-size: 14px;
	color: #ff5c05;
	line-height: 36px;
}
.pro-box li .price span{
	display: inline-block;
	height: 18px;
	line-height: 18px;
}
.pro-box li .price span.icon-gold{
	background-image: url(../../images/home/goldbean.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
}
/* 加载商品 */
.pro-loader{
	display: none;
	width: 1192px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}
.pro-loader span{
	display: inline-block;
	font-size: 0;
}
.pro-loader span.pro-loader-txt{
	font-size: 16px;
	margin-top: 6px;
	margin-left: 6px;
}
.pro-loader span.pro-loader-img{
	background-image: url(../../images/home/loading.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 32px;
	height: 32px;
	vertical-align: top;
}


/* 更多商品 */
.pro-more{
	width: 1192px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}
.pro-more-enter{
	display: inline-block;
	width: 238px;
	height: 200px;
}
.pro-more-enter h5{
	font-size: 28px;
	color: #999999;
	width: 174px;
	margin: 0 auto;
	padding-top: 44px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
.pro-more-enter p{
	font-size: 14px;
	color: #999999;
	padding: 10px 0;
}
.pro-more-enter a{
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url(../../images/home/icon_kk9k.png);
	background-repeat: no-repeat;
	background-position: -476px -11px;
}

.num-box{
	width: 1190px;
	height: 200px;
	margin: 0 auto;
}
.num-box li{
	float: left;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
	font-size: 50px;
	color: #e5e5e5;
	border: 5px solid #e5e5e5;
	border-radius: 109px;
	margin-right: 9px;
}
.num-box li.blue{
	color: #3498db;
	border-color: #3498db;
}
.num-box li.red{
	color: #f45a55;
	border-color: #f45a55;
}

.load{
	display: none;
	cursor: pointer;
	width: 174px;
	text-align: center;
	margin: 70px auto 50px; auto; 
}
.load .load-zh{
	color:#999999;
	font-size: 28px;
	padding-bottom: 12px;
	border-bottom: 1px solid #999999;
}
.load .load-en{
	color:#999999;
	padding: 12px 0;
	font-size: 16px;
}
.load .load-icon{
	width: 24px;
	height: 24px;
	background:url("../../images/home/icon_kk9k.png") -476px -11px no-repeat;
	margin: 0 auto; 
}

/*礼品详情*/
.giftview_box{
	width: 750px;
	height:240px;
	margin:0px auto;
	padding-bottom: 55px;
	border-bottom: 1px solid #e8e8e8;
}
.giftview_box .img{
	width:238px;
	height:238px;
	float: left;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
.giftview_box .right_box{
	float:right;
	width:476px;
	height:240px;
	overflow: hidden;
}
.right_box .title{
	text-align: left;
	line-height: 40px;
	font-size: 26px;
	color: #262626;
}
.right_box .goldbean{
	margin: 28px 0px;
	text-align: left;
	line-height: 40px;
	font-size: 24px;
	color: #ff6600;
}
.right_box .change_btn{
	width:180px;
	height:54px;
	text-align:center;
	line-height: 54px;
	font-size: 24px;
	color: #ffffff;
	background: #f45a55;
	cursor: pointer;
}
.giftview_boxmsg{
	width: 750px;
	margin:0px auto;
	height: 480px;
	overflow-x: hidden;
}


/*地址*/
.buygifts_box{
	width: 400px;
	height: 120px;
	margin: 0px 20px;
	background: #ffffff;
}
.buygifts_box ul {
    margin: 0;
    padding-left: 0;
    padding-top: 6px;
}
.buygifts_box li {
    clear: both;
    float: left;
    height: 36px;
    margin-bottom: 12px;
    width: 100%;
}
.buygifts_box label {
    color: #262626;
    display: block;
    float: left;
    line-height: 36px;
    margin: 5px 10px;
    font-size: 16px;
}
.buygifts_box span{
	display: block;
	width: 274px;
	font-size: 16px;
  	color: #1E9FFF;
    float: left;
    height: 18px;
    margin: 5px 3px;
    padding: 8px 0px;
    overflow: hidden;
}
.buygifts_box span.gold{
	color: #ec6f3e;
	font-weight: bold;
}
.buygifts_box input {
    border: 1px solid #eeeeee;
    float: left;
    height: 26px;
    margin: 5px 3px;
    padding: 2px 6px;
    width: 172px;
}
.buygifts_box em {
	display: inline-block;
    color: #e58d09; 
}

.buygift_box{
	width: 400px;
	margin: 0px auto;
	background: #ffffff;
}
.buygift_box p {
	display: block;
    color: #1b1a1a;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0px;
    padding-bottom: 10px;
}

.buygift_box ul {
    margin: 0;
    padding-left: 0;
    padding-top: 6px;
}
.buygift_box li {
    clear: both;
    float: left;
    height: 36px;
    margin-bottom: 12px;
    width: 100%;
}
.buygift_box label {
    color: #262626;
    display: block;
    float: left;
    line-height: 36px;
    margin: 5px 10px;
    font-size: 16px;
}

.buygift_box span{
	display: block;
	width: 274px;
	font-size: 16px;
  	color: #1E9FFF;
    float: left;
    height: 18px;
    margin: 5px 3px;
    padding: 8px 0px;
    overflow: hidden;
}
.buygift_box span.gold{
	color: #ec6f3e;
	font-weight: bold;
}
.buygift_box input {
    border: 1px solid #eeeeee;
    float: left;
    height: 26px;
    margin: 5px 3px;
    padding: 2px 6px;
    width: 172px;
}

.buygift_box em {
	display: inline-block;
    color: #e58d09; 
}




.new-add-wrap {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    margin: 0 auto 20px;
    width: 638px;
}
.new-add-wrap .address-box{
	width: 580px;
	margin: 0px auto;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}
.address-box h2{
	border-bottom: medium none;
    color: #333;
    font-size: 16px;
    height: 41px;
    line-height: 41px;
    padding: 0;
    text-align: left;
}
.address-box ul{
	margin: 0;
    padding-left: 0;
    padding-top: 6px;	
}
.address-box li{
	float: left;
	width:100%;
	height: 36px;
	clear: both;
	margin-bottom: 12px;
}
.address-box label{
	display: block;
	margin: 5px 0px;
	float: left;
	color: #aaaaaa;
	line-height: 36px;
}
.address-box label i{
	margin: 0px 7px;
}
.address-box input{
	float: left;
	margin: 5px 3px;
	width: 172px;
	height: 34px;
	border: 1px solid #eeeeee;
	padding: 0px 6px;
}
.address-box em{
	margin: 8px 5px;
	float: left;
	color: #f45a55;
	line-height: 36px;
	font-weight: bold;
}
.address-box p{
	display: none;
	float: left;
	line-height: 36px;
	margin: 5px 5px;
	color: #aaaaaa;
}
.address-box p.orange {
    color: #f60 !important;
    float: left: 
}
.address-box p.orange i{
	width: 18px;
    height: 18px;
    margin: 9px 4px 0px 0px;
    background: url("../../images/home/icon_kk9k.png") -749px -14px no-repeat;
    float: left;
}
.address-box select{
	float: left;
	margin: 5px 8px;
	width: 140px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eeeeee;
	color: #999999;
	float: left: 
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    cursor: pointer;
}
.address-box li i.icon{
	display: block;
	width: 10px;
	height: 5px;
	background: url('../../images/home/icon_kk9k.png') -324px -56px no-repeat  transparent;
	position: absolute;
}

.address-box li i.cli_icon{
	display: block;
	width: 10px;
	height: 5px;
	background: url('../../images/home/icon_kk9k.png') -335px -56px no-repeat  transparent;
	position: absolute;
}

.address-box li i.icon_province{
	top: 155px;
	left: 202px;
	z-index: 0;
}
.address-box li i.icon_city{
	top: 155px;
	left: 358px;
	z-index: 0;
}
.address-box li i.icon_district{
	top: 155px;
	left: 514px;
	z-index: 0;
}
.address-box li .txaddress{
	display: block;
	width: 442px;
}
.address-box li.def{
	float: left;
	margin-left:76px; 
	color: #aaaaaa;
	line-height: 42px;
}
.address-box li .checkbox{
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
}
.checkbox .checks{
	background: #ffffff;
	width: 14px;
	height: 14px;
	border: 1px solid #aaaaaa;
	margin: 14px 5px 0px 0px;
	float: left;
}
.checkbox span{
	display: block;
	color: #262626;
}



/* .Login{
	width: 
} */