#am-wrapper a{ cursor:default !important;}
cufon{ top:-4px;}
video{vertical-align:bottom;}
.relative{ position:relative;}
.cms-iphone video{ max-height:240px;}
.none{ display: none;}
/*title滚动效果*/
/*#search_title div{ overflow: hidden; height: 44px;}
#search_title div span{ display: block; height: 44px;-webkit-animation:Trundle 5s .5s linear infinite alternate;}
@-webkit-keyframes Trundle{
	0%{-webkit-transform:translate(0px)}
	100%{-webkit-transform:translate(-100px)}
}*/
/*safri*/
.am-footer1{position: fixed;width:206px;height:60px;bottom:14px;left:50%;margin-left:-103px;background:rgba(0,0,0,.8);padding:8px;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.1);color:#fff;border-radius:6px;z-index:10000;}
.am-prompt-fun{ position:relative;width:206px;height:60px;}
.am-prompt-fun img{width:50px;height:50px;padding:5px;background:#FFF;border-radius:6px;}
.am-prompt-text{font-size:14px;width:140px;float:right;height:36px;line-height:20px;padding:5px 0 0 5px;}
.am-prompt-text img{width:18px;height:18px;padding:0 5px;position:relative;top:0px;background:none;border-radius:0;}
.am-prompt-up-triangle{width: 0;height: 0;border-top: 10px solid rgba(0,0,0,.8);border-left: 8px solid transparent;border-right: 8px solid transparent;position:absolute;bottom:-18px;left:50%;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.1); margin-left:-12px;}
.am-prompt-close{display:inline-block;height: 3px;width: 12px;background: #FFF;color: #FFF;font: bold 3.25em/0 arial;-webkit-transform: rotate(45deg);border-radius: .02em;}
.am-prompt-close::after{content: ".";position: absolute;top: 0;right: 0;height: 3px;width: 12px;overflow: hidden;background: #FFF;-webkit-transform: rotate(90deg);border-radius: .02em;}
#am-tip-close{width:30px; height:20px;position:absolute;top:-3px;right:-5px;display:inline-block; line-height:14px; text-align:center;}

/*测试账号提示窗*/
.am-prompttest{position: fixed;width:206px;top:50%;left:50%;margin-top:-75px;margin-left:-103px;z-index:998;background:rgba(0,0,0,.8);padding:8px;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.1);color:#fff;border-radius:6px;z-index:1000;}
.am-prompttest-fun{ position:relative;width:206px;}
.am-prompttest-text1{font-size:14px;float:right;line-height:20px;padding: 0;}
.am-prompttest-text1 h1{font-size: 18px;line-height: 30px;padding: 0 5px;}
.am-prompttest-text1 p{padding: 0 5px;}
#am-prompttest-close{width:30px; height:20px;position:absolute;top:-3px;right:-5px;display:inline-block; line-height:14px; text-align:center;}
.am-prompttest-bg{background:rgba(0,0,0,.1);position:absolute;top:0;left:0;right:0;bottom:0;z-index:999;}
/*关于UC*/
.am-prompt{position: fixed;width:206px;height:60px;top:54px;left:50%;margin-left:-103px;z-index:998;background:rgba(0,0,0,.8);padding:8px;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.1);color:#fff;border-radius:6px;z-index:1000;}
.am-prompt-text1{font-size:14px;float:right;height:26px;line-height:20px;padding:20px 15px 0 0;}
#am-prompt-close{width:30px; height:20px;position:absolute;top:-3px;right:-5px;display:inline-block; line-height:14px; text-align:center;}

/*点击图片放大*/
.img-imgpopup{ position:absolute; width:100%;background:rgba(0,0,0,.9); z-index:999;top:0; bottom:0;left:0;-webkit-transform:scale(0);}
.img-imgpopup table{ width:100%; }
.img-imgpopup td{position:relative;}
.img-imgpopup img{ max-width:320px;}
.img-imgpopup .img-check{position:absolute; bottom:30px; left:50%;color:#fff; display: none; margin-left:-50px;background:-webkit-linear-gradient(rgba(110,110,110,.8), rgba(54,54,54,.8)); border-radius:3px; height:35px; width:100px; text-align:center;display:block; line-height:35px; text-decoration:none;}
.img-check:hover,.img-check:active{background:-webkit-linear-gradient(#363636, #6e6e6e); }
@-webkit-keyframes bounceIn{
0%{opacity:0;-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1)}
}
.animation{-webkit-animation:bounceIn 0.5s 0 ease-in-out both;}
@-webkit-keyframes bounceIn2{
0%{-webkit-transform:scale(1)}
100%{opacity:0;-webkit-transform:scale(0)}
}
.animation2{-webkit-animation:bounceIn2 .3s 0 ease-in-out both;}

/*login*/
.am-form-btn input{ width:100%;}
.am-form-btn .am-privacy{width:auto;}
.am-form-box{width:100%; position:relative;color:#333; padding-bottom:5px;-webkit-transition-duration: 0.3s;}
.am-form-box .am-form-error{display:none;background:#f2dede; color:#b94a48; width:100%; text-align:center; height:32px; line-height:32px;z-index:9999; font-weight:bold;border-radius:5px; margin-bottom:5px;}
.am-form-itmes{border:1px solid #d7d7d7; border-radius:5px; box-shadow:0 0 2px rgba(0,0,0,.1);background:rgba(255,255,255,1); padding:7px 0;}
.am-form-itmes ul{list-style-type:none; margin:0px;padding:0px;}
.am-form-itmes ul li{height:50px;list-style-type:none; line-height:50px; padding:0 14px; box-sizing:border-box;color:#333}
.am-form-itmes ul li:last-child{border:none;}
.am-form-itmes ul li input{color:#333}
.am-form-itmes input[type="text"], .am-form-itmes input[type="password"], .am-form-itmes textarea{width:98%; background:#fff; border:none; line-height:24px; outline:none; font-size:14px; padding:5px; height:24px; border:1px solid #d7d7d7; border-radius:5px;box-shadow: 0 1px 4px 0px #eee inset;}
.am-form-itmes input[disabled]{background: transparent;background: transparent; border:none !important; color:#333;box-shadow:none;}
.am-form-itmes input[type="text"],.am-form-itmes input[type="password"].am-input-editer{border:1px solid #d7d7d7; border-radius:5px;}
.am-form-itmes ul li .am-name-title{width:30%; float:left; text-align:right;}
.am-form-itmes ul li .am-user-input{width:69%; float:left;  box-sizing:border-box; padding-left:1%;}
.am-form-btn{padding:10px 0px 0px;}
.am-form-btn:after{clear: both; content: ' '; display: block; visibility: none; height: 1%;}
.am-form-btn ul{}
.am-form-btn ul li{margin-right:4%; width:48%;height:40px; float:left;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; }
.am-form-btn ul li:last-child{margin-right:0px;}
.am-form-btn a{color:#498cc8; text-decoration:none;}
.am-blue-btn{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; font-size:14px; color:white;font-weight:bold; width:100%; text-align:center; height:40px; text-decoration:none; display:block;background:-webkit-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,.0));background:-moz-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,.0));background:linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,.0)); box-shadow:0 0 3px rgba(0,0,0,.3); box-shadow:0 0 2px rgba(0,0,0,.2); text-shadow:1px 1px 1px rgba(0,0,0,.5)}
.am-blue-btn:hover{color:white;background:-webkit-linear-gradient(top,rgba(255,255,255,.0),rgba(255,255,255,.3));background:-moz-linear-gradient(top,rgba(255,255,255,.0),rgba(255,255,255,.3));background:linear-gradient(top,rgba(255,255,255,.0),rgba(255,255,255,.3));}
.am-grey-btn{background-color:#808d9e;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; font-size:14px;border:1px solid #909dae; color:white;font-weight:bold; width:100%; text-align:center;height:39px; text-decoration:none; display:block;background-image:-webkit-linear-gradient(top,#b0bbcb,#808d9e);background-image:-moz-linear-gradient(top,#b0bbcb,#808d9e);background-image:linear-gradient(top,#b0bbcb,#808d9e); box-shadow:0 0 3px rgba(0,0,0,.3); box-shadow:0 0 2px rgba(0,0,0,.2); text-shadow:1px 1px 1px rgba(0,0,0,.5)}
.am-grey-btn:hover{background-color:#808d9e;border:1px solid #909dae;color:white;background-image:-webkit-linear-gradient(top,#808d9e,#b0bbcb);background-image:-moz-linear-gradient(top,#808d9e,#b0bbcb);background-image:linear-gradient(top,#808d9e,#b0bbcb);}


.am-form-verification{height:28px;font-size:12px;padding:0 5px;border-radius:3px;background-image:-webkit-linear-gradient(top,#7bb7e9,#4185c2);background-image:-moz-linear-gradient(top,#7bb7e9,#4185c2);background-image:linear-gradient(top,#7bb7e9,#4185c2);border:1px solid #6594c7; color:#fff;}
.am-form-verification:hover{background-color:#4185c2;background-image:-webkit-linear-gradient(top,#4185c2,#7bb7e9);background-image:-moz-linear-gradient(top,#4185c2,#7bb7e9);background-image:linear-gradient(top,#4185c2,#7bb7e9);border:1px solid #6594c7;}
#am-wrapper .am-login-fpassword a{line-height:30px;text-decoration:underline;}
#am-wrapper .am-login-fpassword a:active{color:#333;}
.am-form-height ul li{ line-height:34px; height:34px;}

/*用户协议*/
.am-protocol{ background:rgba(255,255,255,1);position:absolute; display: none; z-index:2; top:44px; left:0; bottom:0; left:0; right:0; margin:0 10px;-webkit-transform:translateY(-1000px); border-top:none;padding:10px 15px;font-size:16px;line-height:25px;border-radius:0;}
.am-ui-common{width:100%; }
.am-protocol p{ padding:5px 0}
.am-protocol h3{ text-align:center; margin:0 40px;line-height:24px; font-size:22px; padding-bottom:10px;}
.am-protocol h4{ padding:5px 0; font-size:18px;}
.protocol_close{ width:40px; height:40px; position:absolute; right:10px; top:44px; z-index:3; background:rgba(0,0,0,.7); display:none;}
.protocol_close::after,.protocol_close::before{ content:''; width:35px; height:5px; border-radius:5px; background:rgba(255,255,255,.6); position:absolute; top:18px; left:3px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.protocol_close::before{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
@-webkit-keyframes protocol_top{
0%{
-webkit-transform:translateY(-1000px)}
100%{
-webkit-transform:translateY(0)}
}
@-webkit-keyframes protocol_bottom{
0%{
-webkit-transform:translateY(0)}
100%{
-webkit-transform:translateY(-1000px)}
}
.protocol_top{-webkit-animation:protocol_top .9s 0s ease both;}
.protocol_bottom{-webkit-animation:protocol_bottom 2.5s 0s ease both;}
/*会员中心-我的优惠券和会员卡*/
.am-thumbnail{word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.am-form-card ul{list-style-type:none; margin:0px;padding:0px;}
.am-form-card ul li{height:40px;list-style-type:none; line-height:40px; padding:0 14px; box-sizing:border-box;color:#333;border:1px solid #d7d7d7; border-radius:5px; box-shadow:0 0 2px rgba(0,0,0,.1);background:rgba(255,255,255,1);}
.am-form-card ul li a{color:#333;position:relative;width:100%;height:100%;display:block;}
.am-form-card ul li a .height10{width:100%;height:10px;}
.am-form-card ul li a .arrow-top{width:10px;height:3px;-webkit-transform: rotate(-45deg);background:#d7d7d7;position:absolute;right:0;top:21px;}
.am-form-card ul li a .arrow-bottom{width:10px;height:3px;-webkit-transform: rotate(45deg);background:#d7d7d7;position:absolute;right:0;top:15px;}

.am-form-coupon{border:1px solid #d7d7d7;border-bottom:none; border-top-left-radius:5px;border-top-right-radius:5px; box-shadow:0 0 2px rgba(0,0,0,.1);background:rgba(255,255,255,1);position:relative;}
.am-form-coupon ul{list-style-type:none;border-radius:5px;margin:0px;padding:0px;background:-webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.1));float:left;width:100%;}
.am-form-coupon ul li{width:33.3%;height:40px;list-style-type:none; line-height:40px;float:left;box-sizing:border-box;color:#333;text-align:center;border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid #d7d7d7;}
.am-form-coupon ul li.mv_bg{background:#fff;border-bottom:none;}
.am-form-coupon ul li:first-child{ border-top-left-radius:5px;}
.am-form-coupon ul li:last-child{border:none;border-top-right-radius:5px;}
.am-form-coupon ul li input{color:#333}
.am-form-coupon .am-form-coupon-box{float:left;width:100%;position:relative;min-height:300px;}
.am-form-coupon .am-form-coupon-box ul{width:100%;border:0;background:none;hieght:auto;}
.am-form-coupon .am-form-coupon-box ul li{width:100%;height:auto;padding:5px 0 0 0;text-indent:10px;float:left;text-align:left;border-top:1px dashed #d7d7d7;border-right:none;border-bottom:0;position:relative;color:#ccc;}
.am-form-coupon .am-form-coupon-box ul li .coupon_seal{width:90px;height:70px; border-radius:50%;position:absolute;top:10px;right:10px;opacity: .5;font-size:13px;line-height:20px;font-weight:bold;-webkit-transform: rotate(-45deg);text-align:center;padding-top:20px;text-indent:0;}

.am-form-coupon .am-form-coupon-box ul li .coupon_use{border:5px solid #f00;color:#f00;}
.am-form-coupon .am-form-coupon-box ul li .coupon_invalid{border:5px solid #F60;color:#F60;}
.am-form-coupon .am-form-coupon-box ul li .coupon_expired{border:5px solid #ccc;color:#ccc;}

.am-form-coupon .am-form-coupon-box ul li:first-child{border:0;}
.am-form-coupon .am-form-coupon-box ul li p{line-height:30px;font-size:14px;lineword-wrap:break-word;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.am-form-coupon .am-form-coupon-box ul li p:first-child{font-weight:bold;font-size:18px;background:url(../images/coupon_q.png) no-repeat;background-position:10px 5px;text-indent:35px;}
.am-form-coupon .am-form-coupon-box ul li .coupon_seal p{background:none;text-align:center;text-indent:0}
.am-form-coupon .am-form-coupon-box ul li p:nth-child(2n){background:#f9f8f8;}
.am-form-coupon .am-form-coupon-box ul li p:nth-child(2){font-size:14px;background:#f9f8f8;color:#999;}
.am-form-coupon .am-form-coupon-box .am-form-coupon-tag{width:100%;height:10px;background:url(../images/coupon_tag.png) repeat-x;position:absolute;bottom:-8px;left:0;}
.coupon_NoContent{width:100%;min-height:300px;text-align:center;line-height:40px;}
.mcard_NoContent{width:100%;min-height:300px;text-align:center;line-height:40px;color:#fff;}
.am-mcardhearder{width:100%;height:60px;z-index:3;position: absolute;top:0;background:url(../images/mcard_bg_top.png) no-repeat center;}
.am-mcardscroller{z-index:1;width:100%;position: absolute;top:60px;left:0;padding-top:10px;bottom:0;background:url(../images/mcard_bg_cent.png) repeat-y center;-webkit-transition-duration: 0.3s;}
.am-mcardscroller-1{z-index:1;width:100%;position: absolute;top:0;left:0;bottom:0;background:url(../images/mcard_bg_cent.png) repeat-y center;}
.am-mcardtoppad{padding-top:5px;}
.am-form-mcard{width:100%;margin: 0 auto;}
.am-mcard-top{width:100%;height:59px;float:left;position:relative;border-bottom:1px dashed #b7b6b6}
.am-mcard-top .mcardtitle{position:absolute;top:0;left:90px;right:90px;line-height:70px;height:70px;font-size:20px;font-weight:bold;@thumbnail;text-align:center;color:#fff;}
.am-mcard-top .titlereturn{width:30px;height:30px;position:absolute;top:15px;left:15px;}
.am-mcard-top .titlehome a,.am-mcard-top .titlereturn a{width:30px;height:30px;display:block;}
.am-mcard-top .titlehome{width:30px;height:30px;position:absolute;top:15px;right:15px;}
.am-mcard-top .titlereturn a .return-icon{width:30px;height:30px;background:url(../images/header-right.png) no-repeat;background-size:60px 30px;}
.am-mcard-top .titlehome a .home-icon{width:30px;height:30px;background:url(../images/header-right.png) no-repeat right;background-size:60px 30px;}
.am-mcard-cent{width:100%;position:relative;padding:20px 0 0 0;margin-top:-1px;-webkit-transition-duration:600ms;transition-duration:600ms;}
.am-mcard-close{ width:90px;height:90px;background:#f00; position:absolute; right:-45px; top:-45px; z-index:3; display:none; border-bottom-left-radius:4px;border-bottom-right-radius:4px;transform: rotate(45deg);-webkit-transform: rotate(45deg);box-shadow:0 0 1px 1px rgba(0, 0, 0, 0.1);line-height:130px;text-align:center;color:#fff;font-weight:bold;}
.am-mcard-close-n{width:100%;height:100%;position:relative;}
.am-mcard-close-n .am-toptag{width:20px; height:3px; border-radius:3px; background:#fff; position:absolute;top:72px;right:35px;z-index:3; transform: rotate(90deg);-webkit-transform: rotate(90deg);}
.am-mcard-close-n .am-lefttag{width:20px; height:3px; border-radius:3px; background:#fff; position:absolute;top:72px;right:35px;z-index:3; transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.am-mcard-bottom{width:100%;height:51px;float:left;}
.am-mcard-cent ul li{width:100%; height:70px; overflow:hidden;position:relative;padding:10px 0 0 0;-webkit-transition-duration:600ms;transition-duration:600ms;}
.am-mcard-cent ul li:last-child{height:108px;}
.am-mcard-cent ul li .mcard-bottom{background:url(../images/mcard_libg.png) no-repeat center;width:100%;height:9px;position:absolute;bottom:0;left:0;z-index:5;}
.am-mcard-cent ul li p{text-align:center;line-height:50px;font-size:12px;color:#fff;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);}

.am-white{border-left:0;border-right:0;padding:35px 0 0 0;-webkit-transition-duration:600ms;transition-duration:600ms;}
.am-white ul li{background:none;height:auto;min-height:300px;}
.am-white ul li:last-child{height:auto;}
.vip_mcard{width:300px;height:188px;margin:0 auto;position:relative; border-radius:12px;-webkit-transition-duration:600ms;transition-duration:600ms;}
.am-white ul li .am-padding60{padding-top:70px;}
.am-white ul li .am-padding20{padding-top:10px;}
.am-mcard-cent .am-mcard-cent-abutment{width:100%;height:55px;background:url(../images/mcard_libg_last.png) no-repeat center;position:absolute;left:0;bottom:-2px; z-index:6;}
.am-height10{width:100%;height:10px;}
.am-mcard-cent .mcard_introduction{width:100%;line-height:20px;}
.am-mcard-cent .mcard_introduction .integral{width:100%;text-indent:10px;font-size:14px;line-height:40px;border-top:1px solid #d7d7d7;border-bottom:1px solid #fff;text-align:left;background:#fbfafa;}
.am-mcard-cent .mcard_introduction .integral strong{font-size:24px;color:#f00; position:relative; top:3px;}
.am-mcard-cent .mcard_introduction .title{width:90%;padding:0 5%;font-size:16px;font-weight:bold;line-height:40px;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;text-align:center;background:-webkit-linear-gradient(rgba(255,255,255,1), #edebeb);}
.am-mcard-cent .mcard_introduction .text{padding:10px 10px 0 10px;line-height:20px;min-height:250px;background:#fff;}
.am-mcard-animation,.mcard_introduction .integral,.mcard_introduction .title,.am-mcard-cent .mcard_introduction .text{-webkit-transition-duration: 0s;}
/*卡的样式*/
.am-mcard-cent .vip_card_div{ position:relative; padding:30px 0 20px; height:188px; width:300px; margin:0 auto;}
.am-mcard-cent .vip_Behind{ height:167px; width:100%;}
.am-mcard-cent .vip_mcard1{position:absolute; width:300px; height:188px; width:100%; border-radius:8px; box-shadow:0 1px 6px rgba(0, 0, 0,.5);}
.am-mcard-cent .vip_Frontage{ width:300px; height:188px; width:100%; border-radius:8px; box-shadow:0 2px 0 rgba(0, 0, 0, 0.5);}
.am-mcard-cent .card_title ,.am-mcard-cent .card_logo,.am-mcard-cent .card_num,.am-mcard-cent .card_time,.am-mcard-cent .card_btn_num,.am-mcard-cent .card_btn,.am-mcard-cent .card_name,.am-mcard-cent .card_main{ left:12px; position:absolute;color:#fefb01; text-shadow:0 1px 1px rgba(0,0,0,.8);}
.am-mcard-cent .card_title{ font-size:18px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; width:225px; }
.am-mcard-cent .card_num{ font-size:14px; width:285px;}
.am-mcard-cent .card_time{ font-size:12px;}
.am-mcard-cent .card_btn_num{left:auto;right:0; bottom:0;width:44px; height:46px; }
.am-mcard-cent .card_btndiv{overflow:hidden; border-radius:0 0 10px 0; position:relative; width:44px; height:46px;}
.am-mcard-cent .card_btn{left: auto;right: -34px;bottom: -28px;width: 67px;height: 60px;background:#e99a1e;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.am-mcard-cent .card_btn img{ padding:0 0 0 16px;}
.am-mcard-cent .card_logo{ width:40px; height:40px;border-radius:5px; padding:3px;}
.am-mcard-cent .icon_unaudited{width: 60px;height: 60px;background: url(../images/icon-unaudited.png) no-repeat;background-size:60px 60px;position: absolute;top: 5px;right: 5px;z-index: 5;}


/*卡片内容*/
.am-mcard-cent .vip_Behind_div{ position:absolute; width:300px; height:188px;}
.am-mcard-cent .card_logo{ left:auto; right:9px; top:9px;}
.am-mcard-cent .card_logo img{width:40px;height:40px;}
.am-mcard-cent .card_title{ top:30px;}
.am-mcard-cent .card_num{top:156px;}
.am-mcard-cent .card_time{ bottom:10px;}
.am-mcard-cent .vip_Behind .card_name{ top:32px;}
.am-mcard-cent .vip_Behind .card_main{ line-height:24px; top:66px;}
/*卡片详情*/
.am-mcard-cent .card_info_1,.card_info_0,.card_info_2{ position:relative;width:300px; height:188px; margin:0 auto;}
.am-mcard-cent .card_info_2 .card_title,.card_info_2 .card_num,.am-mcard-cent .card_info_0 .card_title,.card_info_0 .card_num{ color:#fff}
/*第一张卡*/
.am-mcard-cent .vip_Frontage_0 .vip_Frontage,.vip_Frontage_0 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_0.png) no-repeat}
.am-mcard-cent .vip_Frontage_0 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_0.png) no-repeat}
.am-mcard-cent .vip_Frontage_0 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_0.png) no-repeat}
.am-mcard-cent .vip_Frontage_0 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_0.png) no-repeat}
/*第二张卡*/
.am-mcard-cent .vip_Frontage_1 .vip_Frontage,.vip_Frontage_1 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_1.png) no-repeat}
.am-mcard-cent .vip_Frontage_1 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_1.png) no-repeat}
.am-mcard-cent .vip_Frontage_1 .card_logo{ left:50%; margin-left:-21px;  top:30px; }
.am-mcard-cent .vip_Frontage_1 .card_title{ top:85px; text-align:center;width:280px;}
.am-mcard-cent .vip_Frontage_1 .card_num{top:120px; text-align:center; width:280px; }
.am-mcard-cent .vip_Frontage_1 .card_time{ bottom:27px;width:250px; text-align:center;}
.am-mcard-cent .vip_Frontage_1 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_1.png) no-repeat}
.am-mcard-cent .vip_Frontage_1 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_1.png) no-repeat}

/*第三张卡*/
.am-mcard-cent .vip_Frontage_2 .vip_Frontage,.vip_Frontage_2 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_2.png) no-repeat}
.am-mcard-cent .vip_Frontage_2 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_2.png) no-repeat}
.am-mcard-cent .vip_Frontage_2 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_2.png) no-repeat}
.am-mcard-cent .vip_Frontage_2 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_2.png) no-repeat}
/*第四张卡*/
.am-mcard-cent .vip_Frontage_3 .vip_Frontage,.vip_Frontage_3 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_3.png) no-repeat}
.am-mcard-cent .vip_Frontage_3 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_3.png) no-repeat}
.am-mcard-cent .vip_Frontage_3 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_3.png) no-repeat}
.am-mcard-cent .vip_Frontage_3 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_3.png) no-repeat}
.am-mcard-cent .vip_Frontage_3 .card_title{ top:25px;}
.am-mcard-cent .vip_Frontage_3 .card_num{top:87px;text-align:center;}
.am-mcard-cent .vip_Frontage_3 .vip_Behind .card_name{ top:16px;}
.am-mcard-cent .vip_Frontage_3 .vip_Behind .card_main{ line-height:28px; top:40px;}
/*第五张卡*/
.am-mcard-cent .vip_Frontage_4 .vip_Frontage,.vip_Frontage_4 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_4.png) no-repeat}
.am-mcard-cent .vip_Frontage_4 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_4.png) no-repeat}
.am-mcard-cent .vip_Frontage_4 .card_title{ top:25px;}
.am-mcard-cent .vip_Frontage_4 .card_logo{right:9px;top:9px;}
.am-mcard-cent .vip_Frontage_4 .vip_Behind .card_name{ top:15px;}
.am-mcard-cent .vip_Frontage_4 .vip_Behind .card_main{ line-height:28px; top:52px;}
.am-mcard-cent .vip_Frontage_4 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_4.png) no-repeat}
.am-mcard-cent .vip_Frontage_4 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_4.png) no-repeat}
/*第六张卡*/
.am-mcard-cent .vip_Frontage_5 .vip_Frontage,.vip_Frontage_5 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_5.png) no-repeat}
.am-mcard-cent .vip_Frontage_5 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_5.png) no-repeat}
.am-mcard-cent .vip_Frontage_5 .card_title{ color:#000;text-shadow:none;}
.am-mcard-cent .vip_Frontage_5 .card_logo{top:9px;right:9px;}
.am-mcard-cent .vip_Frontage_5 .card_num{color:#000;text-shadow:none;}
.am-mcard-cent .vip_Frontage_5 .card_time{color:#000;text-shadow:none;}
.am-mcard-cent .vip_Frontage_5 .vip_Behind .card_name{ top:16px;color:#fff;text-shadow:none;}
.am-mcard-cent .vip_Frontage_5 .vip_Behind .card_main{ line-height:28px; top:52px;color:#000;text-shadow:none;}
.am-mcard-cent .vip_Frontage_5 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_5.png) no-repeat}
.am-mcard-cent .vip_Frontage_5 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_5.png) no-repeat}
.am-mcard-cent .vip_Frontage_5 .card_info_0 .card_title{ color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.8);}
.am-mcard-cent .vip_Frontage_5 .card_info_0 .card_num{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.8);}
.am-mcard-cent .vip_Frontage_5 .card_info_0 .card_top{top:25px;}
.am-mcard-cent .vip_Frontage_5 .card_info_2 .card_title{ color:#fff;text-shadow:none;}
.am-mcard-cent .vip_Frontage_5 .card_info_2 .card_num{color:#fff;text-shadow:none;}
/*第七张卡*/
.am-mcard-cent .vip_Frontage_6 .vip_Frontage,.vip_Frontage_6 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_6.png) no-repeat}
.am-mcard-cent .vip_Frontage_6 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_6.png) no-repeat}
.am-mcard-cent .vip_Frontage_6 .card_title{ color:#000;}
.am-mcard-cent .vip_Frontage_6 .vip_Frontage .card_logo{top:132px;right:9px;}
.am-mcard-cent .vip_Frontage_6 .card_num{ top:156px;color:#000;}
.am-mcard-cent .vip_Frontage_6 .card_time{color:#000;text-shadow:none;}
.am-mcard-cent .vip_Frontage_6 .vip_Behind .card_name{ top:36px;color:#fff;text-shadow:none;}
.am-mcard-cent .vip_Frontage_6 .vip_Behind .card_main{ line-height:24px; top:68px;color:#000;text-shadow:none;}
.am-mcard-cent .vip_Frontage_6 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_6.png) no-repeat}
.am-mcard-cent .vip_Frontage_6 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_6.png) no-repeat}
.am-mcard-cent .vip_Frontage_6 .card_info_2 .card_title{ color:#fff;}
.am-mcard-cent .vip_Frontage_6 .card_info_2 .card_num{color:#fff;}
.am-mcard-cent .vip_Frontage_6 .card_info_0 .card_title{ color:#fff;}
.am-mcard-cent .vip_Frontage_6 .card_info_0 .card_num{color:#fff;}
.am-mcard-cent .vip_Frontage_6 .card_info_0 .card_top{top:25px;}
/*第八张卡*/
.am-mcard-cent .vip_Frontage_7 .vip_Frontage,.vip_Frontage_7 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_7.png) no-repeat}
.am-mcard-cent .vip_Frontage_7 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_7.png) no-repeat}
.am-mcard-cent .vip_Frontage_7 .card_num{top:83px;font-size:20px;text-align:center;}
.am-mcard-cent .vip_Frontage_7 .card_time{ bottom:10px;}
.am-mcard-cent .vip_Frontage_7 .vip_Behind .card_name{ top:36px;}
.am-mcard-cent .vip_Frontage_7 .vip_Behind .card_main{ line-height:24px; top:66px;}
.am-mcard-cent .vip_Frontage_7 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_7.png) no-repeat}
.am-mcard-cent .vip_Frontage_7 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_7.png) no-repeat}
/*第九张卡*/
.am-mcard-cent .vip_Frontage_8 .vip_Frontage,.vip_Frontage_8 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_8.png) no-repeat}
.am-mcard-cent .vip_Frontage_8 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_8.png) no-repeat}
.am-mcard-cent .vip_Frontage_8 .vip_Behind .card_name{ top:36px;}
.am-mcard-cent .vip_Frontage_8 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_8.png) no-repeat}
.am-mcard-cent .vip_Frontage_8 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_8.png) no-repeat}
/*第十张卡*/
.am-mcard-cent .vip_Frontage_9 .vip_Frontage,.vip_Frontage_9 .card_info_1{ background:url(../images/mcardimg/vip_Frontage_9.png) no-repeat}
.am-mcard-cent .vip_Frontage_9 .vip_Behind{ background:url(../images/mcardimg/vip_Behind_9.png) no-repeat}
.am-mcard-cent .vip_Frontage_9 .card_num{top:160px;text-shadow:1px 1px 1px rgba(0,0,0,.8);}
.am-mcard-cent .vip_Frontage_9 .card_time{ bottom:10px;}
.am-mcard-cent .vip_Frontage_9 .vip_Behind .card_name{ top:21px; color:#fff; text-shadow:none}
.am-mcard-cent .vip_Frontage_9 .vip_Behind .card_main{ left:auto; right:10px;line-height:24px; color:#000; top:60px;text-align:right}
.am-mcard-cent .vip_Frontage_9 .vip_Behind .card_main_p1,.vip_Frontage_10 .vip_Behind .card_main_p2{ font-size:12px;}
.am-mcard-cent .vip_Frontage_9 .card_info_0{ background:url(../images/mcardimg/vip_Frontage_Silver_9.png) no-repeat}
.am-mcard-cent .vip_Frontage_9 .card_info_2{background:url(../images/mcardimg/vip_Frontage_best_9.png) no-repeat}
.am-mcard-cent .vip_Frontage_9 .card_info_0 .card_title{ color:#fff;}
.am-mcard-cent .vip_Frontage_9 .card_info_0 .card_num{color:#fff;}
/*加载*/
#bigimg_socr{ background:url(../images/loading.gif) no-repeat center center;}
#bigimg_socr ul li{ position: relative;}
#am-wrapper .potolist ul#bigimg_socr,#am-wrapper .productlist ul#bigimg_socr,#am-wrapper .imglist ul#bigimg_socr,#am-wrapper .photo,#am-wrapper .photo ul,#am-wrapper .am-photoalbum ul{ background:none;}

/*拨打电话与插件*/
#am-wrapper .tel-action{ display: block; position: relative; margin: 5px 0 10px; height:44px; text-align: center; text-indent: 20px;box-shadow: 1px 1px 3px rgba(0,0,0,.4); color: #fff; line-height: 44px;}
.tel-action::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:-webkit-linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,0));}
.tel-action::after{ content: '';background:url(../images/am-action.png) no-repeat 0 4px;width: 44px; height: 44px; position: absolute; top:0; left: 50%; margin-left: -62px;}
.Collection{width: 40px; height: 40px; z-index: 999; opacity: .8; border-radius: 50%; position: absolute; right: 20px; top: 25px;}
.Collection::after{content: '';-webkit-transition: -webkit-transform 500ms; background:url(../images/Collection.png) no-repeat center; width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.Collection.on{ background-color: rgba(0,0,0,.4);}
.Collection.on::after{-webkit-transform:rotatey(180deg);}
.coll_top{ top: 15px; right: 20px;}
	/*分享与功能*/
	.am-action{ height:40px; padding: 11px 0; overflow: hidden; position: relative;}
	/*.am-action::after,.am-action::before{ content: ''; height:62px; width: 12px; position: absolute; left: 0; top:0; background: url(../images/am-action.png) no-repeat -11px -269px; }
	.am-action::before{ left: auto; right: 0;-webkit-transform: rotate(180deg);}*/
	#am-wrapper #am-scroller .am-action li {list-style-type:none; float: left; width:25%; margin: 0;}
	#am-wrapper #am-scroller .am-action .five_li li{ width: 65px;}
	#am-wrapper #am-scroller .am-action .five_li{ width: 325px;}
	.am-action li a{ display: block; margin:0 auto; border-style:solid; border-width:2px; border-radius:50%; width:37px; height: 37px; background:url(../images/am-action.png) no-repeat center -77px; }
	.am-action li a.taobao{ border-color:#ff4400;}
	.am-action li #pop_btn{ border-color:#6e6e6e;background-position: center -41px;}
	.am-action li a.sina{ border-color:#eb192d;background-position: center -187px;}
	.am-action li a.txwb{ border-color:#1a67bd;background-position: center -227px;}
	.am-action li a.message{border-color:#00c90c;background-position: center -117px;}
	/*附件下载*/
	 #am-wrapper #am-scroller .accessory{ height: 35px; position: relative; line-height: 35px; font-size: 14px;  text-indent: 10px;}
	.accessory i,.accessory::after,.accessory::before{ content: ''; position: absolute; right:10px; top: 7px; width: 4px; height: 4px; background: #b7b7b7; border-radius: 50%;}
	.accessory::after{ top: 15px;}
	.accessory::before{ top: 23px;}
	.accessory{background: #e7e7e7; color: #666;}
	.collection_box{ height: 330px; background: #fff; width: 100%;position: absolute; bottom: 0; left: 0; -webkit-transform:translateY(999px);-webkit-transition: -webkit-transform 500ms;z-index: 10;}
	.accessory_on{-webkit-transform: scale(.9);}
	.collection_box_bg{ display: none; position:fixed; z-index: 3; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7)}
	#am-scroller{-webkit-transition: -webkit-transform 1500ms;}
	.collection_box.on{-webkit-transform:translateY(0);}
	.collection_box .title{ height: 55px; padding: 0; line-height: 55px; width: 100%; font-size: 18px; text-align: center; border-bottom-width: 1px; border-bottom-style: solid;}
	.colle_scroller{ background: #f6f6f6; height: 274px;padding:0 10px;}
	.collection_box .close{ width: 55px; height: 55px; border-style:solid; border-width: 1px; background: #fff; position: absolute; right: 5px; top: -25px; border-radius:50%;}
	.collection_box .close b{ width: 40px; height:1px; position: absolute; right: 7px; top: 27px;-webkit-transform: rotate(45deg);}
	.collection_box .close b:last-child{-webkit-transform: rotate(-45deg);}
	.colle_scroller li { margin-top:10px;}
	#am-wrapper .colle_scroller li a{ display: block; height: 35px; padding-right:24px; color: #fff; line-height: 35px; text-align: left; box-sizing:border-box;  text-indent:35px; position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.colle_scroller li a::after,.colle_scroller li a::before{ content: ''; width: 20px; height: 20px; position: absolute; left:10px; top: 8px; background: url(../images/down_icon.png) no-repeat}
	.colle_scroller li a::before{ display: none; left: auto; right:3px; background: url(../images/am-action.png) no-repeat center -159px;}
	.colle_scroller li a.on::before{ display: block;}
/*弹出表单*/
.clear{ clear:both;}
.am-popbtn_div{border-bottom:1px solid #b2b2b2; width:100%;}
.am-ovbg{background:rgba(0,0,0,.8);position:absolute; width:100%; height:100%; top:0; left:0; z-index:3}
.am-ovbg-form{ z-index:99;}
.am-referral-form-1{ padding:0 10px 10px;}
.am-referral-form-1 .h3{ text-align:center; height: 35px; line-height: 35px;width:100%; font-weight:bold; font-size:16px;}
.am-referral-form input,.am-referral-form textarea{ border-radius:5px;margin:10px 0 0; border:1px solid #b2b2b2;width:100%; font:14px/28px "微软雅黑";color:#666;}
.am-referral-form,.Release_success{opacity: 0; display: none; height:320px; overflow:hidden;border: 3px solid #e71c1a;margin:0 10px;background:#fff;border-radius:5px; position:absolute; top:58px; left:0; z-index:100; }
.am-referral-form input{ line-height:28px; height:28px; padding-left: 25px; box-sizing: border-box; background:#fff url(../images/btn-lr.png) no-repeat;}
.am-referral-form textarea{ max-width:100%; min-height:64px;text-indent:5px; padding-right:25px;box-sizing: border-box; }
.am-referral-form .am-input1{ background-position:5px 2px}
.am-referral-form .am-input2{ background-position:5px -31px}
.am-referral-form .am-input3{ background-position:4px -68px}
#am-wrapper a.am-submit-b{height: 28px;border-radius: 5px;font: 14px/28px "微软雅黑";margin: 7px 10px 0 0;color: #fff;width: 73px;text-align: center;display:inline-block}
#am-wrapper a.am-close{background:-webkit-linear-gradient(#fff, #f5f5f5) #fff; color:#666; border:1px solid #ddd;}
.redcw{ height:22px; line-height:22px; font-size:12px; color:red; padding-top:5px; text-indent:10px;}
@-webkit-keyframes bounceIn_form{
	0%{opacity:0;
	-webkit-transform:scale(.3)}
	50%{opacity:1;
	-webkit-transform:scale(1.05)}
	70%{-webkit-transform:scale(.9)}
	100%{opacity:1;-webkit-transform:scale(1)}
}
@-webkit-keyframes bounceOut_form{
	0%{opacity:1;-webkit-transform:scale(1)}
	100%{opacity:0;-webkit-transform:scale(.3)}
}
@-webkit-keyframes Release_success_Out{
	0%{opacity:1;-webkit-transform:scale(1)}
	100%{opacity:0;-webkit-transform:scale(.3)}
}
.bounceIn_form{display: block; -webkit-animation:bounceIn_form 1s 0s ease-in both;opacity:1;}
.bounceOut_form{-webkit-animation:bounceOut_form .3s 0s ease-in both;opacity:0;}
.Release_success{ z-index: 101; display: none; border: none; background: rgba(0,0,0,.7); height: 50px; color: #fff; text-align: center; line-height: 50px; position: fixed; top: 50%; left: 50%; margin:-25px 0 0 -50px;  width: 100px; box-sizing:border-box;}
.Release_success_Out{display:block;-webkit-animation:Release_success_Out .5s 2s ease-in both;}
/*path*/
.plug-div{ position:absolute;bottom:0;left:0px; z-index:3;}
.phone{width:100%;height:480px;border: #000 solid 1px;position:relative;}
.plug-menu{width:38px;height:38px;border-radius:38px;border: #fff solid 1px;box-shadow: 0 2px 5px 1px #aaa;position: absolute;bottom:15px;left: 15px;z-index:10;}
.plug-menu span{display: block;width:28px;height:28px;background: url(../images/plug-bg-1.png) no-repeat right;background-size: 150px 30px;background-position: -121px -1px;text-indent: -999px;position:absolute;top:50%;left:50%;margin-top:-14px;margin-left: -14px;overflow: hidden;}
.plug-btn{width:30px;height:30px;border-radius:30px;border:#fff solid 1px;box-shadow:0 2px 3px 1px #aaa;position:absolute;bottom:0;left:0;margin-bottom:20px;margin-left:20px; z-index:9;}
.plug-btn span{display: block;width: 22px;height: 24px;text-indent: -999px;position: absolute;top: 50%;left: 50%;margin-top: -12px;margin-left: -11px;overflow: hidden;background: url(../images/plug-bg-1.png) no-repeat;background-size: 125px 25px;}
.plug-phone .plug-useless{background:#eee;}
.plug-btn1 span{background-position: -1px 0;}
.plug-btn2 span{background-position: -49px 0;}
.plug-btn3 span{background-position: -51px 0;}
.plug-btn4 span{background-position: -159px 0;}
.plug-btn5 span{background-position: -248px 0;}
.plug-btn6 span{background-position: -26px 0;}
.plug-btn7 span{background-position: -76px 1px;}
.plug-btn{-webkit-transition: -webkit-transform 200ms;}
/*主菜单*/

.plug-menu span{-webkit-transition: -webkit-transform 200ms;}
.plug-menu span.open{-webkit-animation-name: open;-webkit-transform: rotate(-360deg);}
.plug-menu span.close{-webkit-animation-name: close;-webkit-transform: rotate(0deg);}

/*按钮一*/
/*.plug-btn1.open{-webkit-transform: translate(-13px,-136px) rotate(720deg);}
.plug-btn1.close{-webkit-transform: translate(0,0) rotate(0deg);}*/

.plug-btn1.open{-webkit-transform: translate(-10px,-100px) rotate(720deg);}
.plug-btn1.close{-webkit-transform: translate(0,0) rotate(0deg);}

/*按钮二*/
/*.plug-btn2.open{-webkit-transform: translate(48px,-126px) rotate(720deg);}
.plug-btn2.close{-webkit-transform: translate(0,0) rotate(0deg);}*/

.plug-btn2.open{-webkit-transform: translate(48px,-89px) rotate(720deg);}
.plug-btn2.close{-webkit-transform: translate(0,0) rotate(0deg);}

/*按钮三*/
/*.plug-btn3.open{-webkit-transform: translate(99px,-96px) rotate(720deg);}
.plug-btn3.close{-webkit-transform: translate(0,0) rotate(0deg);}*/

.plug-btn3.open{-webkit-transform: translate(88px,-46px) rotate(720deg);}
.plug-btn3.close{-webkit-transform: translate(0,0) rotate(0deg);}

/*按钮四*/
/*.plug-btn4.open{-webkit-transform: translate(127px,-46px) rotate(720deg);}
.plug-btn4.close{-webkit-transform: translate(0,0) rotate(0deg);}*/

/*.plug-btn4.open{-webkit-transform: translate(100px,10px) rotate(720deg);}
.plug-btn4.close{-webkit-transform: translate(0,0) rotate(0deg);}*/
/*按钮五*/
/*.plug-btn5.open{-webkit-transform: translate(137px,13px) rotate(720deg);}
.plug-btn5.close{-webkit-transform: translate(0,0) rotate(0deg);}*/

/*按钮六*/
.plug-btn6.open{-webkit-transform: translate(48px,-89px) rotate(720deg);}
.plug-btn6.close{-webkit-transform: translate(0,0) rotate(0deg);}
#am-wrapper .plug-menu b,#am-wrapper .plug-btn b{ overflow: hidden; color:#fff; position: absolute; top: -10px; right: -10px; width: 24px; height: 24px; text-align: center; line-height: 24px; border-radius: 50%; background: #ff0000; font-size: 10px;}
#am-wrapper .plug-btn b{ }
/*按钮七*/
.plug-btn7.open{-webkit-transform: translate(100px,10px) rotate(720deg);}
.plug-btn7.close{-webkit-transform: translate(0,0) rotate(0deg);}
/*语音*/
.speech{ display: none; background: #fff; position:absolute; left: 0; top: 0; z-index: 999;width:100%;}
.speech_headder{ position: relative; top: 0; height: 45px; width: 100%; background: #fff; line-height: 45px; text-align:center;font-size: 16px;}
.speech_headder span{ position: absolute; right:10px; top: 7px; width: 30px; height: 30px; }
.speech_headder span::after,.speech_headder span::before{ content: ''; width: 25px; height:1px; background:rgba(255,255,255,.8);transform: rotate(45deg);-webkit-transform: rotate(45deg); position: absolute; left:3px; top:15px}
.speech_headder span::before{transform: rotate(-45deg);-webkit-transform: rotate(-45deg); }
.speech_scrol{ margin: 0 10px; }
.speech_scrol .speech_strip > li{ padding-bottom: 10px;}
.speech_li{padding-bottom:2px;width:auto;}
.speech_strip{ padding-top: 10px;}
.speech_scrol li h2{ text-indent:5px;position: relative;line-height: 40px; padding: 0 150px 0 5px; font-size: 16px; font-weight: normal;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.speech_scrol li h2 span{ display:block; text-align: right; font-size: 12px; position: absolute;right: 10px;top: 0; line-height: 40px;}
.speech_scrol .sound h2::after{ position: absolute;left: 10px; top: 13px;border-top: 8px solid transparent;border-left: 12px solid #fff;border-bottom: 8px solid transparent;content: '';}
.speech_main{ visibility: hidden; height: 0;background:#eee;overflow: hidden;}
.speech_scrol .sound h2{ text-indent: 20px;}
.speech_scrol .display .speech_main{ height: auto; visibility: visible;-webkit-transition: -webkit-transform 500ms;}
.speech_main ul{padding: 10px;}
.speech_main li{ padding:10px 50px 0 0;}
.speech_main li:first-child{ padding-top:0;}
.speech_main li.speech_right{ padding:10px 0 0 50px;}
.speech_main .speech_li_div{ float: left;}
.speech_main .speech_right .speech_li_div{ float: right;}
.speech_main div.themeStyle{ font-size: 14px; color:#fff;padding: 10px; background: #999;}
.speech_main span{ color: #333;}
.speech_scrol .speech_main .speech_right div.themeStyle{background: #fff; color: #999;}
.speech_scrol .speech_main .speech_right li >div{ float: right;}
.speech_main audio{ padding-top: 10px; width: 100%;}
.speech_btn{height: 36px; line-height: 36px; padding: 10px; border-top:1px solid #ddd; border-bottom:1px solid $ddd;background:#eee; position:absolute; bottom: 0; left: 0; width: 100%;}
.speech_a{ position: absolute; left:10px; top:10px; display: block; border-radius: 50%; width: 32px; height: 36px; padding: 0 2px; overflow: hidden;}
.speech_a img{ margin: 0 auto;}
#keybord{display: none;}
.display_a #keybord{display: block;}
.display_a #wifi{display: none;}
.speech_div .speech_tex{ overflow:auto;word-break:break-all;padding: 10px 0; text-indent: 10px; margin: 0; width: 100%; float: left; border: 1px solid #ddd;min-height: 34px;line-height:17px;font-size: 14px;}
.speech_btn .sublim{ text-align:center; position: absolute; right: 30px; top: 10px; width:80px; height: 36px; float: right; background: #ddd;color:#666;}
.speech_btn div.speech_div{ padding: 0 100px 0 46px; height: 36px;overflow: hidden;}
.speech_btn div.speech_div div{-webkit-transition: -webkit-transform 500ms;}
.speech_btn .speak{ width: 100%;  height: 38px; text-align:center; display: none; border:none;}
.speech_Prompt{ display:none;width: 80px; padding:20px 10px; height: 60px; background: rgba(0,0,0,.7); color: #fff; text-align: center; position: absolute; left: 50%;top:50%; margin: -50px 0 0 -50px;}
.speech_Prompt img{ margin: 0 auto; padding-bottom: 10px;}
#am-wrapper #am-scroller .tit{ text-indent: 0; text-align: center; font-size: 12px; color: #888;}
/* add by York 1013/10/17*/
.animated{-webkit-animation-fill-mode:both;-webkit-animation-duration:1s;}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}100% {opacity: 0;}
}
.fadeOut {-webkit-animation-name: fadeOut;}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
}
/*map*/
.allmap{width:100%;}
.map_prompt{ background:rgba(0,0,0,.5); height:30px; border-radius:3px; line-height:30px; margin-left:-75px; z-index:10;color:#fff; position:absolute; top:10px; left:50%; padding:0 5px; }
#map_Map{width:100%; position:absolute; left:0; top:0;}
	/*翻转效果*/
	.map_in {
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 375ms;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 375ms;
	}
	.map_out {
		-webkit-animation-timing-function: ease-in;
		-webkit-animation-duration: 250ms;
		-moz-animation-timing-function: ease-in;
		-moz-animation-duration: 250ms;
	}
	.map_list.map_out {
       -webkit-transform: rotateY(-90deg) scale(.9);
		-webkit-animation-name: flipouttoleft;
		-webkit-animation-duration: 200ms;
		-moz-transform: rotateY(-90deg) scale(.9);
		-moz-animation-name: flipouttoleft;
		-moz-animation-duration: 200ms;
	}
	.map_list.map_in {
		-webkit-animation-name: flipintoright;
		-webkit-animation-duration: 250ms;
		-moz-animation-name: flipintoright;
		-moz-animation-duration: 250ms;
	}
	@-webkit-keyframes flipouttoleft {
    from { -webkit-transform: rotateY(0); }
    to { -webkit-transform: rotateY(-90deg) scale(.9); }
	}
	@-moz-keyframes flipouttoleft {
		from { -moz-transform: rotateY(0); }
		to { -moz-transform: rotateY(-90deg) scale(.9); }
	}
	@-webkit-keyframes flipintoright {
    from { -webkit-transform: rotateY(90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
    }
    @-moz-keyframes flipintoright {
        from { -moz-transform: rotateY(90deg) scale(.9); }
        to { -moz-transform: rotateY(0); }
    }
.map_div{position:relative;}
.map_a{background:url(../images/map_a.png) no-repeat; border-radius:3px; width:60px; height:50px; position:absolute; bottom:20px; left:50%; margin-left:-30px; z-index:2; display:block;}
.btn_bottom .map_a{ bottom:70px;}
.map_a.map_a2{ background:url(../images/map_a2.png) no-repeat;}
/*.map_a span,.map_a span::after,.map_a span::before{ content:''; width:30px; border-radius:1px; height:3px; background:#fff; position:relative; top:10px; left:50%; margin-left:-15px; display:block;}
.map_a span::after{ top:12px;}
.map_a span::before{ top:8px;}*/

#am-wrapper .aboutus{ padding:10px;}
#am-wrapper .aboutus p,#am-wrapper .aboutus div,#am-wrapper .aboutus span,#am-wrapper .aboutus,#am-wrapper .promain,#am-wrapper .promain div,#am-wrapper .promain span,#am-wrapper .promain p,#am-wrapper .am-detail-main,#am-wrapper .am-detail-main span,#am-wrapper .am-detail-main p,#am-wrapper .am-detail-main div,#am-wrapper .am-about-us,#am-wrapper .am-about-us div,#am-wrapper .am-about-us span,#am-wrapper .am-about-us p,#am-wrapper .scroll-text,#am-wrapper .scroll-text div,#am-wrapper .scroll-text span,#am-wrapper .scroll-text p,#am-wrapper .productwithin-content,#am-wrapper .productwithin-content div,#am-wrapper .productwithin-content span,#am-wrapper .productwithin-content p,#am-wrapper .newsconter,#am-wrapper .newsconter div,#am-wrapper .newsconter span,#am-wrapper .newsconter p,#am-wrapper .brand div,#am-wrapper .brand span,#am-wrapper .brand p,#am-wrapper .promain-div div,#am-wrapper .promain-div span,#am-wrapper .promain-div p,#am-wrapper .promain-div{ line-height:24px; font-size:16px;}
#am-wrapper .newslist h3{ font-size:16px;}
.allmap_list{ border:1px solid #ddd;border-top:none; width:100%;background:#fff;}
.allmap_list li{ padding:0 5px; border-top:1px solid #ddd;}
.allmap_list li.Anchor{ background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.1)), to(rgba(0,0,0,.1)), color-stop(0.5, rgba(0,0,0,.2)), color-stop(0.5, rgba(0,0,0,.2))); font-weight:bold; color:#fff;}
.allmap_list li h4{ font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.allmap_list li .map_link,.amap-info-outer .map_link{ background:url(../images/map_link.png) no-repeat right center; display:inline-block; width:20px; height:20px; position:relative; top:5px; left:5px}
.allmap_list li p{ font-size:14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.allmap_list li a{ height:66px; padding:5px 40px 5px 0; text-indent:5px; line-height:22px; display:block; color:#666; position:relative;}
.allmap_list li a::after,.allmap_list li a::before{ content:''; width:15px; height:4px; position:absolute; top:37px; right:15px; background:#666;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.allmap_list li a::after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg); top:45px;}
.am-literacy .amap-info-close{ width:20px; height:20px; right:3px;font-size:20px}
.amap-info-content{ color:#666; font-size:16px;}
.amap-info-content a{ color:#999; font-size:14px;}
/*地图锚链接*/
.Localization{ background:rgba(0,0,0,.4); position:absolute; z-index:2; top:44px; right:0; width:50px; display:none; }
#am-wrapper .Localization  a{ width:100%; color:#fff; display:block; text-align:center; height:3.8%;-webkit-transform:scale(1)}
#am-wrapper .Localization  a.scale_big{-webkit-animation:scale_big 0.5s 0 ease-in-out both; font-weight:bold; }
#am-wrapper .Localization  a.scale_small{-webkit-animation:scale_small .3s 0 ease-in-out both;}
.t23_temp .Localization{ padding-top:58px; top:0; }
@-webkit-keyframes scale_big{
0%{-webkit-transform:scale(1)}
100%{-webkit-transform:scale(3)}
}
@-webkit-keyframes scale_small{
0%{-webkit-transform:scale(3)}
100%{-webkit-transform:scale(1)}
}
@media only screen and (orientation:landscape) and (min-width:240px) and (max-width:900px){
	.allmap{ height:300px;}
	}
/*广告*/
.ad_top{ margin:0 auto; width:320px;}
/*搜索*/
.search_list{ padding:2px 10px 10px 10px;}
.am-search_ul{position:relative;}
.am-search_ul h2{ font:20px/32px '微软雅黑'; font-weight:bold;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.am-search_ul ul > li{ padding:10px; margin-top: 10px;}
.am-search_ul ul > li::first-child{ margin: 0;}
.am-search_ul li img{ float:left; margin-right:10px; height:80px;}
.am-search_ul li p{ font:18px/28px '微软雅黑';text-overflow: ellipsis;white-space: nowrap;overflow: hidden;  }
.am-search_ul li .search_p{ height: 52px; font: 14px/18px '微软雅黑'; overflow: hidden;}
.am-search_ul li a{ display:block;}
.am-search_ul li li{ padding:5px 5px 0 0; height:22px; line-height:22px; float:left;}
.am-search_ul li li > div{ padding:0 5px;}
.am-search_ul li .search_div li a{ padding:3px 8px;}
.am-search_ul li .search_div{ margin-top:0;}
.am-search_ul li .search_div li{ margin: 0; height: auto; padding:10px 10px 0 0;}
.am-search_ul .search_more{ height:20px; width:40px; font:12px/20px '微软雅黑'; position:absolute; right:-5px; top:15px; background:#fff; text-align:center;}
.am-search_ul .search_more::after{ content:''; position:absolute; right:0; top:-5px;display: inline-block;border-right: 5px solid transparent;border-bottom: 5px solid #838282;border-left: 0 solid transparent;}
.search_more_b{padding-top:10px;}
.search_more_b a{ display:block; height:30px; width:100%; text-align:center; line-height:30px;}
#am-wrapper .header .ui-bar-b a.search_btn{ right:50px; overflow:hidden; position:absolute; }
.search_round{ position:absolute; border-width:3px; border-style:solid;border-radius:50%; width:16px; height:16px;}
.search_jia1,.search_jia2{ width:10px; height:3px; position:absolute; top:10px; left:6px;}
.search_jia2{transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.search_line{ width:12px; height:5px;border-radius:3px; position:absolute;transform:rotate(45deg);-webkit-transform:rotate(45deg); top:18px; left:15px;}
.search_btn_span{ margin:0; position:relative; width:40px; height:40px; left:8px; top:8px; display:block;}
.curtain_bg{ z-index:997; display:none; background:rgba(0,0,0,.6); width:100%; top:0; height:100%; position:absolute;}
.search_in{-webkit-animation:search_in .3s .2s ease both;}
.search_out{-webkit-animation:search_out .3s .2s ease both; z-index:-1;}
.search_big{-webkit-animation:search_big .3s .2s ease both;}
.search_form{ width:50%; height:34px; position:absolute; padding-right:45px; left:10px; top:7px; opacity:0; z-index:-1;}
.search_input{ width:100%; font-size: 16px;height:30px; line-height:30px; text-indent:5px; text-align:left;  border-radius:5px 0 0 5px; box-shadow:1px 1px 3px rgba(0,0,0,.4) inset; border-width:1px; border-style:solid; float:left; }
.search_input::input-placeholder{ line-height:32px;}
.search_btn_so{ display:block; font:14px/32px '微软雅黑'; font-weight:bold;width:45px; float:left; text-align:center; height:30px; border-radius:0 5px 5px 0; position:absolute; right:0; border-width:1px; border-style: solid; border-left:none;}
.search_main{overflow: hidden; max-height:45px; opacity:0.7; font:16px/22px "微软雅黑";}
@-webkit-keyframes search_in {
    from {opacity:0; -webkit-transform:translateY(-40px);}
    to { opacity:1; -webkit-transform:translateY(0);}
	}
@-webkit-keyframes search_out {
   	from { opacity:1; -webkit-transform:translateY(0);}
    to { opacity:0; -webkit-transform:translateY(-100px);}
	}
/*搜索下拉框*/
.suggestionsBox{ width:100%; position:absolute; top:28px; left:0; z-index:10;}
.autoSuggestionsList{box-shadow:2px 4px 10px 1px rgba(0,0,0,.4); }
.autoSuggestionsList li{border-width:1px; border-style:solid; overflow: hidden; border-top:none;}
.autoSuggestionsList li:first-child{ border-top-width:1px;}
.autoSuggestionsList li:last-child{border-radius:0 0 5px 5px;}
.borderColor.theme_styleback.autoSuggestionsList{ background: none;}
.suggestionsBox li{height:30px; line-height:30px; padding:0 5px; text-align:left;}
#am-wrapper .header .ui-bar-b .suggestionsBox li a,#am-wrapper .am-header .am-ui-bar-b .suggestionsBox li a{ display:block; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width:100%; height:30px; line-height:30px; font-size:14px; position:inherit}
#am-wrapper .header .ui-bar-b{ overflow:visible;}
#am-wrapper .header{ z-index:998;}
#am-wrapper .header .ui-bar-b a div.search_btn_div{ background:none;}

/* add by York 1013/10/17*/
.animated{
	-webkit-animation-fill-mode:both;
	-webkit-animation-duration:1s;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
}
/*微信着陆页提示*/
.am-wxprompt{z-index:10000;width:302px;height:170px;background:url(../images/am-wxprompt.png) no-repeat;background-size:100% 100%;position: absolute;top:5px;right:5px;}
.am-wxprompt-text{width:100%;height:100%;position:relative;}
.am-wxprompt-text a{display:block;position:absolute;top:50%;right:30px;font-size:14px;color:#f4aa27;text-decoration:underline;}
.am-wxpromptbg{width:100%;height:100%;background:rgba(0,0,0,.7);position: absolute;top:0;bottom:0;z-index:9999;}

/*优惠券列表*/
.am-couponlist{width:100%;}
.am-couponlist li{position:relative;}
.am-couponlist li a{padding:10px 15px;position:relative;display:block;height:88px;background:#ec766e;border-top:1px dashed #fff;}
.am-couponlist li:first-child a{border-top-left-radius:10px;border-top-right-radius:10px;}
.am-couponlist li:last-child a{border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
#am-wrapper .am-couponlist li a{ color:#fff;}
.am-couponlist li a img{width:80px;height:80px;border-radius:50%;position:absolute;top:10px;left:15px;border:4px solid rgba(255,255,255,.5);}
.am-couponlist li a h1{padding:0;text-indent:118px;width:100%;position:absolute;top:18px;left:0;font-size:16px;line-height:30px;word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.am-couponlist li a p{padding:0 10px 0 118px;position:absolute;top:48px;left:0;font-size:14px;line-height:20px;height:40px;text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;}
.am-couponlist li a .am-scissors{width:19px;height:13px;background:url(../images/icon-scissors.png) no-repeat;position:absolute;bottom:-7px;left:5px;z-index: 1;}
.am-couponlist li:first-child a{border:none;}
.am-couponlist li:last-child a .am-scissors{display:none;}
.am-more{width:100%;text-align:center;background:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#efefef));border-top:1px solid #eae5e5;border:1px solid #eae5e5;-webkit-box-shadow:0px 2px 8px rgba(0,0,0,.1);border-radius:4px;}
.am-more a{width:100%;padding:5px 0;display:inline-block;color:#807a7a;}
.am-coupon-no{width:100%;line-height:30px;color:#000;text-shadow:1px 1px rgba(255,255,255,.8);font-size:14px;text-align:center;}
.am-couponlist li .am-coupontatus{/*background: #f00;color: #fff;*/box-shadow: 1px 3px 2px rgba(0,0,0,.1);padding: 5px 20px;position: absolute;bottom: 11px;right: -2px;font-size: 12px;border-radius: 4px 0 0 4px;-webkit-transform: rotate(2deg);/*border: 1px rgba(255,255,255,.5) dashed;*/}
.am-couponlist li .am-coupontatus::after{content: '';width: 0;height: 0;border-bottom: 4px solid rgba(0,0,0,.5);border-left: 0px solid transparent;border-right: 3px solid transparent;position: absolute;top: -4px;right: 0px;}
.am-couponwindow{border: 5px dashed rgba(0,0,0,.1);width:260px;padding:30px 10px 10px 10px;position:fixed;top:50%;left:50%;margin:-100px 0 0 -145px;display:none;z-index:1000;background:#fff url(../images/icon-success.png) no-repeat;background-size:39px 30px;background-position:50px 20px;text-align:center;border-radius:10px;text-indent:20px;}
.am-couponwindow ul{position:relative;}
.am-couponbg{width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;display:none;z-index:999;}
.am-couponok{padding:10px 20px;border-radius:10px;color:#fff;margin-top:20px;box-shadow:1px 1px 1px rgba(0,0,0,.1);}
.am-couponclose{width:30px;height:25px;border-radius:4px 4px 0 0 ;background:rgba(255,255,255,.5);position:absolute;top:-60px;right:0px;}
.am-couponclose div{width:100%;height:100%;position:relative;}
.am-couponclose div p::after,.am-couponclose div p{width:2px;height:15px;-webkit-transform:rotate(-45deg);background:rgba(255,255,255,.8);position:absolute;top:5px;left:14px;}
.am-couponclose div p::after{-webkit-transform:rotate(-90deg);content:'';top:0;left:0;}


/*会员卡列表*/
.am-mcardlist{padding:0;}
.am-mcardlist ul li{height:190px;padding:0 0 10px 0;}
.am-mcardlist ul li a{display:block;}
.am-mcardlist-title{text-indent:10px;color:#000;padding:0 20px 0 10px;height:40px;line-height:40px;position:absolute;bottom:0;left:0;background:#fff;border-radius: 0 0 6px 6px;}
.am-mcardlist-title h1{font-size:14px;width:270px;word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.am-mcardlist-tag{width:20px;height:20px;position:absolute;right: -3px;bottom: 5px;}
.am-mcardlist-tag p{width:10px;height:2px;background:#666;transform:rotate(45deg);-webkit-transform:rotate(45deg);float:left;}
.am-mcardlist-tag p:first-child{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);margin: 6px -10px 0 0;}
/*首页支持按钮*/
.am-approv{z-index:9999;width:50px;height:50px;position:absolute;bottom:50px;right:20px;box-shadow: 0 2px 5px 0px #aaa;background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.2)));border-radius:10px;}
.am-approv-nmb{z-index:9999;width:50px;height:30px;position:absolute;bottom:15px;right:17px;}
.am-approv ul{width:100%;height:100%;/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#fde38e), to(#faaa1f));*/border-radius:10px;border: 3px solid rgba(255,255,255,1);}
.am-approv ul.am-gadation{background:#ccc;}
.am-approv ul li{position:relative;width:50px;height:48px;padding:2px 0 0 0;font-size:12px;line-height:20px;background-position:10px 2px;text-align:center;word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.am-approv ul li img{width:30px;height:30px;}
.am-approv ul li p{position:absolute;top:32px;text-align:center;width:100%;line-height:14px;word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.am-approv-nmb ul{width:100%;height:100%;/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#fde38e), to(#faaa1f));border-radius:10px;border: 3px solid rgba(255,255,255,1);*/}
.am-approv-nmb ul li{width:40px;height:30px;padding:0 5px;font-size:12px;text-shadow:0 0 1px rgba(0,0,0,.5);line-height:30px;background-position:10px 2px;text-align:center;word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

.am-approv-in{-webkit-animation:approvIn 1s 0s ease both;}
@-webkit-keyframes approvIn{
0%{opacity:0;-webkit-transform:translateY(-10px) scale(3);}
100%{opacity:1;-webkit-transform:translateY(0) scale(1)}
}
/*圣诞节*/
#am-wrapper{ z-index: 1; position: relative;}
.christmas{ display: none;}
.christmas::before{ content: ''; width: 100%; position: absolute; top: 0; left: 0; height: 106px; background: url(../images/christmas.png) no-repeat center 10px;}
.christmas,.spring_festival{ position: relative; height: 86px; z-index: 99; }
.spring_festival{ display: none;}
.christmas::after{ content: ''; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; background:-webkit-linear-gradient(#2b6662, #51c2ba);height: 86px; }
.christmas_bottom{ background: url(../images/christmas_bottom.png) repeat-x center 0; height:75px; position: relative; bottom: -2px;}
.spring_bottom,.christmas_bottom{ display: none;}
.christmas_bottom{ display: none;}
.christmas_header .christmas,.christmas_header .christmas_bottom,.spring_header .spring_bottom,.spring_header .spring_festival{ display: block;}

/*春节*/
.spring_festival{background: url(../images/Spring_bg.png) repeat-x center 0;height: 104px; width: 100%;}
.spring_bottom{ height: 115px; background:#79171c url(../images/Spring_bottom.jpg) no-repeat center 0;}

/*改版的css*/
.shoppinglist_price{ font-size:16px;}
/*列表分类*/
.am-classify {height: 40px;border-bottom: 1px solid #ddd;position: absolute;top: 44px;left: 0;width: 100%; overflow: hidden; background: #fff;}
.am-classify .am_classify_ul {width: 100%;position: absolute;top: 0;left: 0;z-index: 3;height: 40px;}
.am-classify .am_classify_ul > li {text-align: center;position: absolute;top: 0;width: 25%;z-index: 4;-webkit-transition: all .5s ease-in-out;}
.am-classify .am_classify_ul > li > a {display: block;height: 40px;line-height: 40px;padding-left: 22px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;background: #fff;position: relative;z-index: 2;}
.am-classify .am_classify_ul > li:last-child .am_more_lin {display: none;}
.am-classify .am_classify_ul > li:first-child a {padding-left: 5px;}
.am-classify .am_classify_ul > li:nth-child(2) {z-index: 3;left: 25%;}
.am-classify .am_classify_ul > li:nth-child(3) { z-index: 2; left: 50%;}
.am-classify .am_classify_ul > li:nth-child(4) {z-index: 1;left: 75%;}
.am-classify .am_classify_ul > li:nth-child(4)::before{ position: absolute; z-index: 10; width: 100%; height: 100%; content: ''; left: 0; top: 0;}
.am-classify .zindex {z-index: 1;}
.am-classify .am_classify_ul.selection > li:nth-child(2) {-webkit-transform: translateX(-100%);}
.am-classify .am_classify_ul.selection > li:nth-child(3) {-webkit-transform: translateX(-200%);}
.am-classify .am_classify_ul.selection > li:nth-child(4) { -webkit-transform: translateX(-300%);}
#am-wrapper .am-classify .am_classify_ul.selection > li.active { z-index: 5;}
#am-wrapper .am-classify .am_classify_ul.selection > li.active a {padding-left: 5px;}
.am-classify .zindex >li .am_more_lin {display: none;}
.am-classify .am-relative-more {float: right;}
.am-classify .classify_info {height: 40px;position: absolute;left: 25%;top: 0;width: 100%;z-index: 2;}
.am-classify .classify_info  li {float: left;padding: 7px 0 5px;margin-left: 10px;}
.am-classify .classify_info  li a {display: block;text-align: center;height: 28px;line-height: 28px;padding: 0 5px;width: 80px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;border-radius: 3px;box-shadow: 1px 1px 4px rgba(0,0,0,0.4);}
.am-classify .classify_info  .classify_info_ul {position: absolute;width: 100%;left: 0;top: 0;height: 40px;}
.am-classify.am_num2 .am_classify_ul > li {width: 33%;}
.am-classify.am_num2 .am_classify_ul > li:nth-child(2) {z-index: 3;left: 33%;}
.am-classify.am_num2 .am_classify_ul > li:nth-child(3) {z-index: 2;left: 66%;}
.am-classify.am_num2 .am_classify_ul2 li {width: 100%;}
.am-classify.am_num2 .am_classify_ul2 {width: 33%;}
.am-classify.am_num2 .classify_info {left: 33%;}
.am-classify.am_num1 .am_classify_ul > li {width: 50%;}
.am-classify.am_num1 .am_classify_ul > li:nth-child(2) {z-index: 3;left: 50%;}
.am-classify.am_num1 .am_classify_ul2 li {width: 100%;}
.am-classify.am_num1 .am_classify_ul2 {width: 50%;}
.am-classify.am_num1 .classify_info {left: 50%;}
.am-classify .am_more_lin {position: absolute;background: #fff;z-index: 1;display: block;right: -14px;top: 7px;width: 27px;height: 27px;-webkit-transform: rotate(45deg);box-shadow: 2px -2px 3px rgba(0,0,0,0.1);}
.am-classify .am_classify_ul2 {z-index: 4;display:block;width: 25%;}
.am-classify .am_classify_ul2 li {width: 100%;}
.am-classify .am_classify_ul2 > li:last-child .am_more_lin {display: block;}
  /*瀑布流类型分类*/
  .class_section{-webkit-transition: -webkit-transform 500ms; height: 100%; width: 100%; position:relative; left: 0; top: 0;}
  .class_btn{ width: 30px; height: 60px; padding:10px 0 0 35px; z-index: 2; border-radius:50%; position:absolute; left:-30px; color: #fff; font-weight: normal; font-size: 12px; top: 100px;box-shadow: 1px 1px 3px rgba(0,0,0,.5); line-height:24px;}
  .class_Waterfall{width: 80%; left: -80%; z-index: 5; display: none; position: absolute; bottom: 54px; top: 44px; box-shadow: 1px 1px 3px rgba(0,0,0,.5);}
  .Waterfall_aside_right{-webkit-transform: translateX(80%);}
  .class_Waterfall_div ul{text-indent: 20px}
  .class_waterfall_ul li{ -webkit-transition: all 5s ease-out;}
  .class_Waterfall_div ul li span.this_active{box-shadow: 1px 1px 4px rgba(0,0,0,.2);}
  #am-wrapper .class_Waterfall_div span,#am-wrapper .waterfall_num2_div a{ text-overflow: ellipsis;white-space: nowrap;overflow: hidden; height: 40px; line-height: 40px;font-weight: normal; display: block; color: #fff; border-bottom: 1px solid rgba(0,0,0,.1);line-height: 40px; }
  #am-wrapper .class_Waterfall_div span{ padding-right: 25%}

  .class_waterfall_ul{ overflow: hidden; height: 0;}
  	.class_waterfall_ul span{ background: rgba(0,0,0,.1); text-indent: 35px;}
  	.class_waterfall_ul p span,.waterfall_num2_div a{ text-indent: 45px; background: rgba(0,0,0,.2);}
  	.waterfall_num2_div{ height: 0; overflow: hidden;}
  	.waterfall_num1,.waterfall_num2{ position: relative;}
  	.waterfall_num1 a,.waterfall_num2 a{ display: block; width:20%; height: 40px; position: absolute; right: 0; top: 0;}
  	.waterfall_num1 a::after,.waterfall_num1 a::before,.waterfall_num2 a::after,.waterfall_num2 a::before{ content: ''; width: 12px; height: 2px; background:rgba(255,255,255,.8); border-radius:3px; position: absolute; right: 20px; top: 17px;-webkit-transform: rotate(45deg);}
	.waterfall_num1 a::before,.waterfall_num2 a::before{-webkit-transform: rotate(-45deg); top: 24px;}
/*购买按钮*/
#am-wrapper .shop_price {padding-bottom: 10px;height: 48px; line-height: 35px; color: #ccc;}
#am-wrapper .shop_price p{ box-sizing: border-bod; padding-right:120px;}
#am-wrapper .shop_price b{ font-size:16px; display: inline-block; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; height: 24px; position: relative; top:5px;}
#am-wrapper .shop_price b i{ color: #ccc; font-style: normal; font-weight: normal;}
#am-wrapper .shop_price .shop_buy_btn{ position: absolute; right:3px; top:2px; height: 45px; box-shadow: 1px 1px 3px rgba(0,0,0,.4); line-height: 45px; width: 110px;font-size: 14px; color: #fff; text-align: center;}
#am-wrapper .shop_price .shop_buy_btn::after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:-webkit-linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,0));}
#am-wrapper .shop_price .shop_price_box{ font-size: 12px; position: relative; top: 0px;}
.photo_title{ position: absolute; line-height: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; border-radius:0 0 5px 5px; left: 0; bottom: 0; width:100%; padding:0 3px;box-sizing:border-box; color:#fff; background: rgba(0,0,0,.6);}
.shop_price input{ border-width: 1px; text-align: center; border-style: dashed; background: none; height:28px; font-size: 16px; line-height:28px; width: 50px; margin-left: 10px; position: relative; top: -1px;}
.shop_buy_btn span{ display: none;}
/*列表页筛选*/
.classifi_t32{ position: absolute; height: 45px; background: #fff; top: 44px; left: 0; width: 100%; z-index: 10; box-shadow: 1px 3px 4px rgba(0,0,0,.2);}
.classifi_t32 ul{ padding-right:5px;}
.classifi_t32 ul li{ width:30%; float: left; padding-top:6px; position: relative;}
.classifi_t32 ul li.status a::before{ content: ''; position:absolute; left: 0; top: 0; width: 100%; height:100%; background: rgba(0,0,0,.1);}
#am-wrapper .classifi_t32 ul li a{ display: block; color:#fff; margin-left:5px; height: 35px;position: relative; line-height: 35px; text-align: center;}
.classifi_t32 ul li:nth-child(2)::before,.classifi_t32 ul li:nth-child(2)::after{ content: ''; position:absolute; left: 50%; top:26px; z-index: 1; margin-left: 20px; border-right: 4px solid transparent;border-top: 4px solid #fff;border-left: 4px solid transparent;}
.classifi_t32 ul li:nth-child(2)::after{-webkit-transform: rotate(180deg); top: 20px;}
.classifi_t32 ul li.js_price_1::after,.classifi_t32 ul li.js_price_2::before{ display: none;}
.classifi_t32 ul li:last-child{ width: 40%;}
.classifi_t32 ul li:last-child a{background: #bbb;}
.scroller_bg::before{ content: ''; width: 100%;height: 100%; position: absolute; left: 0;top: 0; z-index: 1;}
/*分类弹出框*/
	.class_popping{ background: #fff;width: 80%; display: none; overflow: hidden;  padding-bottom: 10px; position: absolute; z-index: 999; top: 50px; bottom:40px; left: 50%; margin-left:-40%;}
	.class_popping h3{ text-align: center; padding: 0 45px; line-height: 45px; position: relative;.text-overflow;}
	.class_popping h3 span{ position: absolute; width: 45px; height: 45px; right: 0; top: 0;}
	.class_popping h3 span i{position: absolute; left: 10px; top:22px; width:30px; height:1px;-webkit-transform: rotate(45deg);}
	.class_popping h3 span i:last-child{-webkit-transform: rotate(-45deg)}
	.class_popping .Price_popping{ padding:0 10px 10px 10px; position: absolute; width: 100%;left:0;top:46px;  box-sizing:border-box; }
	.class_popping .Price_popping .line_input{ position: absolute; left:70px;  top:55px; width: 10px; height: 1px; }
	.class_popping .Price_popping input{ width:60px; height:33px; line-height:33px; text-align: center; border-radius: 0; box-shadow: none;}
	.class_popping .Price_popping .last_input{ margin-left: 20px;}
	.class_popping .Price_popping h4{ font-size: 14px; line-height:38px;}
	.class_popping .Price_popping .class_popping_a{width:68px; height:35px; line-height:35px; color:#fff; text-align: center;display: inline-block; position: absolute;left: 165px;}
	#am-wrapper .class_popping .Price_popping .class_popping_a{ color:#fff;}
	.class_popping .Price_popping .class_popping_a.class_popping_a_bg,.class_popping .Price_popping .class_popping_a:active::after,.class_popping .Price_popping .class_popping_a:hover::after{ height:5px; width: 100%; position: absolute; bottom:0; left: 0;}
	.class_popping .Price_popping .class_popping_a::before{ content: ''; background: rgba(0,0,0,.2); z-index: 2}
	.class_popping .Price_popping .class_popping_a:active::after,.class_popping .Price_popping .class_popping_a:hover::after{ content: ''; height: 30px; bottom:5px; background: rgba(0,0,0,.1); }
	.class_popping .Price_popping li{ float: left;margin:0 10px 15px 0;}
	.class_popping .Price_popping .title_popping{ position: relative; float: left; width: auto; padding: 0 10px; left: auto;}
	.class_popping_show{ display: block;}
	.classifi_popping_bg{width: 100%; height: 100%; position: absolute; z-index: 998; top: 0; left: 0; background: rgba(0,0,0,.7); display: none;}
	.classifi_t32{ border-bottom: 1px solid #ddd;}
	.border_input{ border: 1px solid #fff;}
	.border_i{border-top: 1px solid #fff;}
	.border_h3{ border-bottom: 1px solid #fff;}
/*购物车*/
.shopping_card li a h3{ text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.shopping_card > li,.Sum_total,.shopping_address_a,.order_sumb,.my_address li,.shopping_order_confirmation,.shopping_subscribes_list li a,.shop_cart_phone{border-radius:1px; box-shadow: 0 0 10px rgba(0,0,0,.2) }
.shopping_card > li{ margin-bottom: 10px; height:80px; position: relative;background: #fff;padding: 5px 50px 5px 5px; }
.shopping_card li a{ display: block;height: 80px;overflow: hidden;color: #666;-webkit-transition: -webkit-transform 500ms; position: relative; z-index: 2}
.shopping_card li a .shop_img{ float: left; height:80px; overflow: hidden; margin-right: 10px;}
.shopping_card li a img{ width: 80px;}
.shopping_card li a h3{ line-height: 26px;}
.shopping_card li a p{ font-size: 12px; margin-bottom: 3px; line-height:17px; max-height: 36px; overflow: hidden;}
.shopping_card li input{ position: absolute; display: none; left:15px; top:40px; z-index: 1; border:1px solid #ddd;}
#am-wrapper .shopping_Edition{ position: absolute; left: 10px; top: 0;  width: 44px ; line-height: 44px; height: 44px; display: block; z-index: 10; color: #fff;}
.move_Edition li a{-webkit-transform:translate(40px)}
#am-wrapper .header .ui-bar-b a.increase div{ background: no-repeat; position: relative; }
#am-wrapper .increase div::after,#am-wrapper .increase div::before{ content: ''; position: absolute; width: 20px; height: 2px; background: #fff; top: 23px; left: 13px;}
#am-wrapper .increase div::before{-webkit-transform: rotate(90deg);}
#am-wrapper .increase{ position: absolute; right: 10px; top: 0; width: 44px; height: 44px; z-index: 10; display: block;}
.Counting{ line-height:90px; font-size: 12px; z-index: 3 ;background: #fff; text-align: center; position: absolute; right: 0; top:0; height:90px; width: 45px; border-left: 1px solid #ddd;}
.Counting li{height: 35px; position: absolute; top: 0; width: 100%;border-bottom:1px solid #ddd;}
.Counting li:last-child{ top: 55px; border-bottom:none; border-top:1px solid #ddd;}
.Counting li::before,.Counting li::after{ content: ''; position: absolute; width: 25px; height: 1px; background: #ddd; top: 17px; left: 10px;}
.Counting li::after{-webkit-transform:rotate(90deg);}
.Counting li:last-child::after{ display: none;}
.Sum_total{ padding:10px; background: #fff; }
.Sum_total h3{ line-height: 30px; color: #666;}
.Determination_btn{ border-top: 1px solid #ddd; background:#fff; height:45px; position: absolute; bottom: 0; z-index: 2; left: 0;width: 100%;}
#am-wrapper .Determination_btn a{ margin:5px; display:block;  height: 35px; line-height: 35px; color: #fff; text-align: center;}
.Determination_btn .Consignment{ background: #999;}

.shopping_Edition{ background: url(../images/shopping_Edition.png) no-repeat 9px; left: 10px;}
.bgnone{ background: none;font-size: 14px; color:#fff; text-align: center;}
	/*购物车地址信息确认*/
	.shopping_address_a{ position: relative; display: block; padding:10px 40px 10px 10px; background: #fff; color: #666;}
	.shopping_address_a h3{ padding-bottom:10px;}
	.shopping_address_a p{ line-height:18px; font-size: 12px;}
	.shopping_address_a::after,.shopping_address_a::before{ content: ''; width:30px; height: 2px; position: absolute; right:10px; top: 50px; background: #ddd;-webkit-transform: rotate(-45deg);}
	.shopping_address_a::before{ -webkit-transform: rotate(45deg); top: 30px;}
	.shopping_address_a.not_login::after{-webkit-transform: rotate(90deg); top: 35px;}
	.shopping_address_a.not_login::before{-webkit-transform: rotate(0deg);top: 35px;}

 	/*下拉框*/
	.order_sumb{ padding: 10px; margin-top: 10px; background: #fff;}
	.order_left{ color: #666; font-size: 14px; position: absolute; left: 0; top: 0; line-height: 30px;}
	.order_div{position: relative; padding: 0 0 0 80px;}
	.order_input{ position: relative; height: 20px; background: #f6f6f6; box-shadow: 2px 2px 8px rgba(10,2,4,.09) inset; border:1px solid #ddd; padding:5px; line-height: 20px; color: #999;}
	.order_input input{ width: 100%; background: none; line-height: 20px;}
	.order_input span{ width: 30px; height: 30px; position: absolute; right:-1px; top: -1px; display:block; border:1px solid #ddd; background: #fff;}
	.order_input span::after,.order_input span::before{ content: ''; position: absolute; right: 12px; top: 15px; background: #ddd; width: 15px; height: 1px;-webkit-transform: rotate(45deg);}
	.order_input span::before{-webkit-transform: rotate(-45deg);  right: 2px;}
	.order_text{ width: 100%;height: 100%;}
	.order_sumb li{ padding-bottom: 10px ;}
	.order_sumb li:first-child{ padding:10px 0;}
	.order_sumb textarea.order_input{ width:100%; margin: 0; padding: 0; height: 100px;}
	.order_sumb li.line{ padding-bottom:10px; margin: 0; border-top: 1px solid #ddd;}
	.order_none{ border:none; background: none; box-shadow:none;}
	.order_none span{ display: none;}

	.shopping_next_pulls{position: relative;height: 100%; z-index: 999; padding:10px; display: none;}
	.disblock{ display: block;}
	.shopping_next_pulls_bg{ background: rgba(0,0,0,.7); width: 100%; height: 100%; position: absolute; z-index: 1; top: 0;  left: 0;}
	.shopping_pulls_box{ width: 100%; height: 100%;position: relative;}
	.shopping_next_pulls .shopping_pulls{ background: #fff; position: absolute; width: 100%; height: 352px; margin-top:-186px;  z-index: 2;  top: 50%; left:0; border-radius:3px; overflow: hidden;}
	.shopping_next_pulls .shopping_pulls li{ margin: 0 10px; border-top: 1px solid #ddd; line-height:40px; text-align: center;}
	.shopping_next_pulls .shopping_pulls li:first-child{ border-top: none;}
	.shopping_next_pulls .shopping_pulls li:last-child{ height: 80px;}
	.Selection_Cancellation{ width: 100%; height: 40px; position: absolute; z-index:3; margin-top:126px; top: 50%; line-height: 40px; color: #fff;  text-align: center; font-size: 16px; font-weight: bold; border-radius: 0 0 3px 3px;}
	/*收货地址*/
	.my_address{ -webkit-transition: -webkit-transform 500ms;}
	.my_address li{line-height: 24px; margin-bottom:10px;  padding:10px 73px 10px 10px; position: relative;}
	.my_address li::after{ height: 100%; content: ''; position: absolute; top: 0; right: 54px; background: #ddd; width: 1px;}
	.my_libg{ background: #fff;}
	.my_address li.themeStyle p,.my_address li.themeStyle p.name{ color: #fff;}
	.my_address li.themeStyle::after{ background: #fff;}
	.my_address li.themeStyle > a{ background:url(../images/shopping_Edition.png) no-repeat center center }
	.my_address li p{color: #999; line-height:20px; font-weight: normal;}
	.my_address li p.name{ margin-bottom:10px; color: #666; font-size: 16px; }
	.my_address li > a{ width: 53px; height:100%;position: absolute; right: 0; top:28px; margin-top:-28px;display: block;background: url(../images/shopping_Edition_Gray.png) no-repeat center center}
	.my_address input[type=checkbox]{ position: absolute; left:-33px; top: 25px;}
	.address_del{-webkit-transform:translate(40px,0)}
	.mt0{ margin-top: 0;}
	.shoppingmt10{ margin-top: 10px;}
	/*订单确认页*/
	.shopping_order_confirmation li{ margin: 0;box-shadow:none; border-top: 1px solid #ddd; padding:5px 10px; height: auto;}
	.shopping_order_confirmation li a{ height: auto;}
	.shopping_order_confirmation li:first-child{border-top: none;}
	.border_order{ border: 2px solid #ddd;}
	/*订单列表*/
	.shopping_subscribes_list li{ padding-bottom: 10px;}
	.shopping_subscribes_list li a{ color:#666; background: #fff; padding:5px; display: block;}
	.shopping_list_img{ padding: 3px 0;}
	.shopping_list_img li{ float: left; width:20%; overflow: hidden; max-height: 80px;}
	.shopping_list_img img{ width: 100%;}
	.shopping_list_price{ padding:5px 0;}
	.shopping_list_price span{ float: right;}
	.shopping_list_price span b{ font-weight: normal;}
	.shopping_list_price span:first-child{ float: left;}
	.shopping_list_price .theme_stylecolor{ font-size: 16px; font-weight: bold;}
	.shopping_list_price span b.theme_stylecolor{ font-weight: normal;}
	.shop_cart_phone{ height: 40px; line-height: 40px; text-align: center; color: #fff; background: #ddd; display: block;}
	/*收藏列表*/
	.collection_list li{ padding: 5px;}
	/*详情页加入购物车效果*/
	#am-wrapper .shop_img_detail{ position: absolute; left: 0; top: 0; z-index: 10; display: none;}
	#am-wrapper .join_shop{ display: block; -webkit-animation:join_shop 1s 0 ease-in both;}
	@-webkit-keyframes join_shop {
		0% {
			-webkit-transform: scale(1) translate(40px,40px);
		}
		50% {
			-webkit-transform: scale(.2) translate(120px,120px);
		}
		70% {
			-webkit-transform: scale(.2) translate(220px,120px);
		}
		100% {
			-webkit-transform: scale(.2) translate(520px,1420px);
		}
	}
	.add_Animation{-webkit-animation:add_Animation 1s .9s ease-in both;}
	@-webkit-keyframes add_Animation {
		0% {-webkit-transform: scale(1);}
		25%{-webkit-transform: scale(1.05);}
		50% {-webkit-transform: scale(.9);}
		75% {-webkit-transform: scale(1.05);}
		100%{-webkit-transform: scale(1);}
	}
/*图片效果*/
@-webkit-keyframes bouncein_photo {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
.photo ul li{
	-webkit-animation:bouncein_photo 1s 0 ease-in-out both;
}
.Construction{ text-align: center; font-size: 18px; line-height: 40px;}









