@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    outline:none;
    font-family: LatoRegular,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,"Microsoft YaHei", 微软雅黑, sans-serif;
    font-style:normal;
    font-weight: normal;
}
body{
	background: #f7f7f7;
	font-size: 16px;
}
ol, ul {
    list-style: none;
}
a{
    text-decoration: none;
    color:#000;
}
/*公共类*/
.fl {
    float: left
}
.fr {
    float: right
}
.f-cb{
    clear: both;
}
.primary-green{
    color: #04c25d;
}
.primary-yellow{
    color: #fecf0a;
}
.alert-red{
    color:#ff0078;
}
.f-hide{
    display: none !important;
}
.f-show {
    display:block !important;
}
.w-content {
    width: 1200px;
    margin: 0 auto;
}
/*字体*/
@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/lato/LatoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font-yahei{
    font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
}
.font-bold{
    font-weight: bold;
}
.shopNow-btn,.btn-green{
	text-align: center;
    color: #fff;
    background-color: #04C25D;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    border: 0;
}
/*shop-now按钮*/
.shopNow-btn{
	width: 120px;
    height: 30px;
    line-height: 30px;  
}

/*绿色按钮*/
.btn-green{
    width: 106px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.btn-disable{
    background-color: #D8D8D8;
    cursor:default;
}

/*绿色border*/
.border-top{
	border-top: 3px solid #04C25D;
}
.border-top-5{
	border-top: 5px solid #04C25D;
}
.border-bottom{
	border-bottom: 3px solid #04C25D;
}


/*head style*/
.m-header {
    font-size: 0;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 1000;
}
.m-header .w-content{
    height: 121px;
}
.m-header .u-logo {
    width: 331px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.m-header .u-logo img {
    max-width: 331px;
    vertical-align: middle;
}
.m-header .u-logo span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.m-header .u-topsearch {
    width: 599px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 36px;
}
.m-header .search-bar input::-webkit-input-placeholder {
    color: #bdbdbd;
}
.m-header .search-bar input:-moz-placeholder {
    color:#bdbdbd;
}
.m-header .search-bar input::-moz-placeholder {
    color:#bdbdbd;
}
.m-header .search-bar input:-ms-input-placeholder {
    color: #bdbdbd;
}
.m-header .u-topsearch .top-search{
    width: 527px;
    height:44px;
    background:rgba(255,255,255,1);
    border-radius:21px;
    border: 1px solid #cccccc;
    margin: 0 0 0 49px;
    font-size: 15px;
    color:#bdbdbd;
    padding-left: 21px;
}
.m-header .u-topsearch .top-search:focus{
    border: 1px solid rgb(27, 163, 89);
}
.m-header .u-topsearch .search-bar {
    height: 46px;
    position: relative;
}
/*顶部搜索下拉框样式*/
.m-top-search-list {
    z-index: 1000 !important;
}
.m-top-search-list .ui-menu-item {
    font-size: 13px;
}
.m-top-search-list .ui-state-active
 {
    border: none !important;
    background: none! important;
    font-weight: normal !important;
    color: #666666 !important;
    margin: 0px !important;
}
.m-top-search-list .ui-menu-item a {
    color: #666666;
    display: block;
    padding: 6px 18px; 
    
}
.m-top-search-list .ui-menu-item a b{
    color:#ff0078;
}
.m-top-search-list .ui-menu-item .commission-display {
    margin-left: 12px;
    color:#ff0078;
}
.m-top-search-list .ui-menu-item:hover{
    background-color: #F6FFE6;
}
.m-top-search-list .ui-menu-item .logo {
    display: inline-block;
    width: 110px;
    text-align: center;
}
.m-top-search-list .ui-menu-item .logo img{
    height:16px;
    max-width: 100px;
    vertical-align: middle;
}
.m-header .u-topsearch .search-bar .btn-submit{
    position: absolute;
    top: 8px;
    right: 13px;
    cursor: pointer;
}
.m-header .u-search-keywords {
    font-size: 12px;
    margin: 12px 0 0 70px;
    overflow: hidden
}
.m-header .u-search-keywords li{
    float: left;
    margin-right: 18px;
}
.m-header .u-search-keywords a {
    color: #bdbdbd;
}
.m-header .u-search-keywords a.active{
    color: #ff0078;
}
.m-header .u-quick-nav{
    font-size: 12px;
    width: 270px;
    display: inline-block;
    vertical-align: top;
    height: 121px;
}
.m-header .u-quick-nav .u-nav-shops{
    display: inline-block;
    width: 37px;
    height: 33px;
    margin: 39px 0 0 100px;
    position: relative;
    cursor: pointer;
    float: left;
    display: none;
}
.m-header .u-quick-nav .u-nav-message{
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #72a8db;
    border-radius: 27px;
    text-align: center;
    margin: 39px 0 0 25px;
    position: relative;
    cursor: pointer;
    float: left;
}
.m-header .u-quick-nav .u-nav-message-none{
	border: 1px solid #979798;
    display: none;
}

.m-header .u-quick-nav .u-nav-message .msg-count {
    width: 30px;
    height: 14px;
    background-color: #ff0078;
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    line-height: 14px;
    position: absolute;
    right: -15px;
    top: -9px;
}
.m-header .u-quick-nav .u-nav-message i {
    vertical-align: middle;
    font-size: 23px;
    color: #72a8db;
    margin-top: 5px;
}
.m-header .u-quick-nav .u-nav-message-none .msg-count {
	display: none;
}
.m-header .u-quick-nav .u-nav-message-none i {
    color: #979798;
}
.m-header .u-quick-nav .user-nav{
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #fecf0a;
    border-radius: 27px;
    text-align: center;
    margin: 39px 0 0 25px;
    position: relative;
    cursor: pointer;
    float: left;
}
.m-header .u-quick-nav .user-nav .cashback-bala{
    margin-left: 5px;
}
.m-header .u-quick-nav .user-nav:hover .nav-block{
    display: block;
}
.m-header .u-quick-nav .user-nav:hover .nav-block:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid rgba(0,0,0,0.75);
    position: absolute;
    left: 101px;
    top: 3px;
}
/*.m-header .u-quick-nav .u-nav-message .nav-hover,.m-header .u-quick-nav .u-nav-shops .nav-hover{
	width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    border-radius: 5px;
    background: #7b7b7b;
    position: absolute;
    top: 52px;
    left: -6px;
    padding-left: 12px;
    z-index: 1000;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    display: none;
}
.m-header .u-quick-nav .u-nav-message:hover .nav-hover,.m-header .u-quick-nav .u-nav-shops:hover .nav-hover{
	display: block;
}
.m-header .u-quick-nav .u-nav-message .nav-hover:before,.m-header .u-quick-nav .u-nav-shops .nav-hover:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #7b7b7b;
    position: absolute;
    left: 18px;
    top: -9px;
}*/
.m-header .u-quick-nav .user-nav .nav-block{
    display: none;
    position: absolute;
    top:37px;
    left: -86px;
    padding-top: 12px;
    z-index: 1000;
}
.m-header .u-quick-nav .user-nav .navs {
    background-color: #000;
    width: 160px;
    padding:8px 0 9px 0px;
    border-radius: 5px;
    background: rgba(0,0,0,0.75);
}
.m-header .u-quick-nav .user-nav .navs li.division-line{
    height: 1px;
    background-color: #8b8b8b;
    width: 115px;
    margin-left: 12px;
}
.m-header .u-quick-nav .user-nav .navs li {
    line-height: 25px;
    padding-left: 13px;

}
.m-header .u-quick-nav .user-nav .navs li:hover {
    background-color: #04c25d;

}
.m-header .u-quick-nav .user-nav .navs li a{
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: left;
}
.m-header .u-quick-nav .user-nav .msg-count{
    width: 24px;
    height: 12px;
    background-color: #e4007f;
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    line-height: 12px;
    position: absolute;
    right: -6px;
    top: -7px;
}
.m-header .u-quick-nav .user-nav i{
    vertical-align: middle;
    font-size: 23px;
    color: #fecf0a;
    margin-top: 5px;
}
.m-header .u-quick-nav .u-login{
    margin: 37px 0 0 40px;
    display: inline-block;
    font-size: 0;
}
.m-header .u-quick-nav .u-login a{
    display: inline-block;
    color:#04c25d;
    width: 78px;
    height: 38px;
    border: 1px solid #009944;
    border-radius: 3px;
    line-height: 38px;
    text-align: center;
    margin-left: 9px;
    font-size: 12px;
}
.m-header .u-quick-nav .u-login a.active {
    background-color: #009944;
    color: #FFF;
}
/*站点导航菜单*/
.m-site-nav {
	min-width: 1440px;
    width: 100%;
    height: 45px;
    background-color: #FFF;
}
.m-site-nav ul.u-navs{
    height: 100%;
}
.m-site-nav ul.u-navs .category-nav:hover .categories {
    display:block;
}
.m-site-nav .u-navs .categories {
    position: absolute;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
    padding: 16px 0 12px 0;
    display: none;
    min-height: 387px;
}
.m-site-nav .u-navs .category a.category-link{
    font-size: 14px;
    color:#fff;
    font-weight: normal;
    width: 212px;
    padding: 0 0 0 28px;
    margin:0 0 0 1px;
    line-height: 30px;
    display: block;
}
.m-site-nav .u-navs .category:hover a.category-link{
    background-color: #04c25d;
}
.m-site-nav .u-navs .category .right-column{
    display: none;
    position: absolute;
    left: 263px;
    height: 100%;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
    width: 937px;
}
.m-site-nav .u-navs .u-loading {
    position: absolute;
    top: 0;
    left: 263px;
    width: 672px;
    height: 100%;
    line-height: 470px;
    vertical-align: middle;
    text-align: center;
    display: none;
}
.m-site-nav .u-navs .right-column .stores{
    padding-top: 16px;
    width: 672px;
    float: left;
}
.m-site-nav .u-navs .right-column .stores li{
    width: 154px;
    height: 88px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    float: left;
    margin:0 14px 10px 0;

}
.m-site-nav .u-navs .right-column .stores .commission-display{
    color:#ff0078;
    font-size: 14px;
}
.m-site-nav .u-navs .right-column .stores .logo-wrap{
    height: 59px;
    line-height: 62px;
}
.m-site-nav .u-navs .right-column .stores li img{
    width: 79%;
    vertical-align: middle;
}
.m-site-nav .u-navs .category .right-column .advertisement{
    width: 190px;
    display: inline-block;
    margin: 14px 0 0 7px;
}
.m-site-nav .u-navs .category .right-column .advertisement li{
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
}
.m-site-nav .u-navs .category .right-column .advertisement .rebate-bar{
    display: none;
}
.m-site-nav .u-navs .category .right-column .advertisement li img {
    max-width: 190px;
}
.m-site-nav ul li.nav{
    height: 100%;
    float: left;
    margin-right: 1px;
    position: relative;
}
.m-site-nav .u-navs:first-child{
    position: relative;
}
.m-site-nav .u-navs li.category{
    display: block;
    width: 241px;
    padding:2px 22px 2px 0;
}
.m-site-nav .u-navs li.category-nav a.nav-link{
    padding: 0 22px;
}
.m-site-nav ul li.active, .m-site-nav ul li.nav:hover{
    background-color: #fecf0a;
}
.m-site-nav ul li a.nav-link{
    font-weight: bold;
    font-size: 17px;
    color:#000;
    padding: 0 40px;
    line-height: 45px;
    display: inline-block;
}
.m-site-nav ul li a.nav-link i{
    font-size: 14px;
}
/*页面底部公共样式*/
.m-page-footer{
	min-width: 1440px;
    width: 100%;
    background-color: #1b1b1b;
    font-size: 18px;
    color:#FFF;
    padding-bottom: 79px;
    clear: both;
}
.m-page-footer .u-connect {
    height: 67px;
    width: 100%;
    background-color: #313131;
}
.m-page-footer .u-connect .connect{
    color:#c4c4c4;
    font-size: 18px;
    line-height: 67px;
    text-align: right;
}
.m-page-footer .u-links{
	position: relative;
}
.m-page-footer .u-links .links{
    margin:  71px 46px 0 0;
    width: 247px;
    display: inline-block;
    vertical-align: top;
}
.m-page-footer .u-links .title{
    margin-bottom: 6px;
    font-size: 16px;
}
.m-page-footer .u-links .title i{
    font-size: 14px;
    margin-right: 7px;
    vertical-align: 1px;
}
.m-page-footer .u-links .links li a{
    color:#fff;
    line-height: 28px;
}
.m-page-footer .u-links .links li a:hover{
    color:#04c25d !important;
}
.m-page-footer .u-links .u-right{
    float: right;
    margin-top: 45px;
    width: 309px;
    text-align: center;
}
.m-page-footer .u-links .u-right .foot-mark{
    margin-top: 39px;
    font-style: italic;
}
.m-page-footer .u-links .u-right .foot-mark .mark-title{
    font-size: 21px;
}
.m-page-footer .u-links .u-right .foot-mark .mark-content{
    margin-top: 7px;
    font-size: 18px;
}
.m-top-adv {
    width: 100%;
    z-index: 1000;
}
.m-top-adv .adv-img{
    font-size: 0;
    overflow: hidden;
}
.m-bottom-adv {
    width: 100%;
    z-index: 99;
    position: fixed;
    bottom: 0;
    height: 65px;
}
.m-bottom-adv i{
    position: absolute;
    right: -25px;
    top: -26px;
    font-size: 28px;
    cursor: pointer;
    color:#8B8B8B;
}
.m-bottom-adv .wrap-adv{
    text-align: center;
    position: relative;
    height: 100%;
}
.m-bottom-adv .adv-img{
    position: absolute;
    bottom: 0px;
    line-height: 0px;
}
/*广告中商户比例样式*/
.rebate-bar, .zero-commission{
    position: absolute;
}
/*所有页面居中弹出广告效果*/
.m-mask-div{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    filter:alpha(opacity=50);
    opacity:0.5;
    background:#000;
    z-index:1000;
    display:none;
}
.m-global-alert-ad{
    position:fixed;
    display:none;
    margin:0 auto;
    z-index:1001;
    top:50%;
    left:50%;
	transform:translateX(-50%) translateY(-50%); 
	-webkit-transform:translateX(-50%) translateY(-50%);
}
.m-global-alert-ad .closeIco{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
    font-size: 27px;
    color: #000;
    cursor: pointer;
}
.m-global-alert-ad .recalled_btn{
    width: 220px;
    height: 70px;
    position: absolute;
    top: 335px;
    left: 160px;
    cursor: pointer;
}
.hidden-pop {
    position:relative;
}
.hidden-pop .hidden-pop-content {
    display:none;
    position:absolute;
    right:0;
    bottom:20px;
    z-index:1000;
    width:auto;
}
.hidden-pop:hover .hidden-pop-content {
    display:block
}
.distribution__background{
	z-index:9;
}
.distribution__offer{
	z-index:99;
}


/*分享*/

.share-link{
	width: 50px;
    height: 40px;
	font-size: 22px;
    position: absolute;
    top: 10px;
    left: 15px;
    color:#b7b7b7;
    cursor: pointer;
    display: none;
}

.share-link i{
	float:right;
}
.share-box .share-jt,.wxshare-box .share-jt{
	position: absolute;
    top: -14px;
    left: 72px;
}
.share-box .share-jt i{
	font-size: 16px;
	color:#4267b2;
}
.wxshare-box .share-jt i{
	font-size: 16px;
	color:#00d00d;
}
.share-box,.wxshare-box{
	width:170px;
	height:78px;
	position: absolute;
    top: 47px;
    left: -60px;
    display: none;
    z-index:9;
}
.en-share-box{
	display: none;
}
.share-show{
	display: block;
}
.refer-btn{
	width:170px;
	height:39px;
	color:#fff;
	position: relative;
	line-height: 39px;
	box-sizing: border-box;
    padding-left: 70px;
    cursor: pointer;
}
.refer-btn i{
	font-size: 18px;
    position: absolute;
    top: 11px;
    left: 35px;
}
.refer-btn img{
    position: absolute;
    top: 8px;
    left: 30px;
}
.twitter-btn i{
	font-size: 20px;
	margin-right:15px;
}
.facebook-btn{
	background: #4267b2;
}
.wechat-btn{
	background: #00d00d;
}
.weibo-btn{
	background: #21bef9;
}
.twitter-btn{
	background: #4aa7e9;
}
.weibo-btn .fa-weibo{
	font-size:24px;
	position: absolute;
    top: 8px;
    left: 30px;
}
.f-recaptcha-disable{
    pointer-events: none;
    opacity: 0.45;
}
.wxshare-link{
	width: 50px;
    height: 40px;
	font-size: 22px;
    position: absolute;
    top: 10px;
    left: 15px;
    color:#b7b7b7;
    cursor: pointer;
}
.wxshare-link i{
	float:right;
}


/*微信分享弹窗*/
.wechat-box{
	width:300px;
	height:430px;
	background: #fff;
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-215px;
	z-index: 999;
	display: none;
}
.wechat-box .u-wechat-close{
	width:50px;
	height:50px;
	position: absolute;
	right:0px;
	top:0px;
	cursor: pointer;
}
.wechat-box .fa-times{
	position: absolute;
	right:18px;
	top:15px;
	font-size: 26px;
	color:#4F4F4F;	
}
.wechat-box .u-ps{
	color:#444;
	font-size: 18px;
	margin-top:54px;
	text-align: center;
	line-height: 24px;
}
.wechat-box .u-wechat-code{
	width:153px;
	height:153px;
	margin:0 auto;
	margin-top:33px;
}
.wechat-box .u-wechat-code img{
	width:153px;
	height:153px;
}
.wechat-box .refer-rule{
	display: block;
	text-align: center;
	color:#04c25d;
	font-size: 14px;
	text-decoration: underline;
	margin-top:40px;
}
/*插件弹出框样式*/
.extension-con{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
}

/*分页*/
.page_foot a{
    color: #888888;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    padding: 3px 5px;
    margin: 2px;
}
.page_foot .current {
    color: #43ca8f;
    cursor: default;
    padding: 3px 5px;
    margin: 2px;
}
@keyframes toolhide {
  0% {
     opacity: 1;
  }
  80% {
     opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*对话框*/
.ui-dialog{
	margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    border-radius: 2px;
    min-width: 260px;
    width:auto !important;
    left: 813px;
}
.ui-widget.ui-widget-content{
	border:none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
.ui-dialog .ui-dialog-title {
    font-weight: lighter;
}
.ui-dialog .ui-dialog-titlebar-close {
    right: 15px;
    top: 11px;
    border: 0;
    margin:0;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-word;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    border:none;
    padding: 0 10px 12px;
    pointer-events: auto;
    margin:0;
}
.ui-dialog .ui-dialog-buttonpane button{
    height: 30px;
    line-height: 30px;
    margin: 0 6px;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-button-sure{
	border-color: #4898d5;
    background-color: #1BA359;
    color: #fff;
}


/*插件安装*/
.m-plugin-install{
	height:78px;
	min-width: 1440px;
	width: 100%;
	background: rgba(0,0,0,0.75);
	position: fixed;
	right:0;
	bottom: 0;
	z-index: 9;
}

.m-plugin-open{
	height:0;
	display: none;
}
.m-plugin-install .w-content{
	position: relative;
	height:78px;
}
.m-plugin-install .u-plugin-close,.m-plugin-install .u-plugin-open{
	width:27px;
	height:27px;
	border-radius:13px 13px 0 0;
	position: absolute;
	top:-27px;
	right:-60px;
	background: rgba(102,101,101,0.8);
	text-align: center;
	line-height: 31px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    pointer-events: all;
}
.m-plugin-install .u-applying-Img{
	position: absolute;
	left:0;
	bottom: 0;
}
.m-plugin-install .u-applying-Img img{
	vertical-align: middle;
}
.m-plugin-install .tp-box{
	margin: 18px 0 18px 186px;
}
.m-plugin-install .u-tp{
	font-size: 18px;
	color:#fff;
	line-height: 18px;
	margin-bottom: 10px;
}
.m-plugin-install .u-ps{
	font-size: 14px;
	line-height: 14px;
	color:#fff;
}
.m-plugin-install .add-btn{
	width:185px;
	height:42px;
	font-size: 18px;
	line-height: 42px;
	border-radius:21px;
	margin:18px 0 0 72px;
	cursor: pointer;
}
.m-plugin-install .u-description{
	width:200px;
	font-size: 13px;
    line-height: 15px;
    color: #fff;
    margin-top: 17px;
}
.m-plugin-install .u-plugin-close .fa-angle-up{
	display: none;
}
.m-plugin-install .u-plugin-open .fa-times{
	display: none;
}
.m-plugin-install .u-description p{
	position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.m-plugin-install .u-description span{
	text-decoration: underline;
    color: #04c25d;
}

.menuInDown {
  -webkit-animation: menuInDown 1s;
  animation: menuInDown 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes menuInDown {
  0% {
    -webkit-transform: translateY(78px);
    transform: translateY(78px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes menuInDown {
  0% {
    -webkit-transform: translateY(78px);
    -ms-transform: translateY(78px);
    transform: translateY(78px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.menuInOut {
  -webkit-animation: menuInOut 1s;
  animation: menuInOut 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes menuInOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(78px);
    transform: translateY(78px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(78px);
    transform: translateY(78px);
    opacity: 0;
  }
}

@keyframes menuInOut {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(78px);
    -ms-transform: translateY(78px);
    transform: translateY(78px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(78px);
    -ms-transform: translateY(78px);
    transform: translateY(78px);
  }
}

/*tooltip default style*/
.ui-tooltip {
    border: 1px solid #DCDCDC !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/*tooltip with top arrow*/
.ui-tooltip .arrow-top {
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #DCDCDC;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.ui-tooltip .arrow-top em {
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 1px;
    left: -10px;
}

/*ad blocker*/
.m-adBlocker-box{
    width: 100%;
    height: 135px;
    background: #333;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
.m-adBlocker-box .w-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.m-adBlocker-box .w-box .bg-box{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.m-adBlocker-box .w-box .bg-box .fl{
    height: 95px;
    width:50%;
    background: #FFFFFF;
}
.m-adBlocker-box .w-box .bg-box .fr{
    width:50%;
    background: #f6f6f6;
    height: 95px;
}
.m-adBlocker-box .w-content{
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.m-adBlocker-box .w-content .u-exclamation{
    color:#d92126;
    vertical-align: middle;
    font-size: 30px;
    height: 95px;
    line-height: 95px;
    background: #fff;
}
.m-adBlocker-box .w-content .u-tp{
    color: #666;
    font-size: 14px;
    padding: 26px 20px 0 15px;
    background: #fff;
    height: 95px;
    box-sizing: border-box;
    min-width: 315px;
}
.m-adBlocker-box .w-content .u-tp span{
    color:#000;
    font-size: 22px;
    display: block;
    line-height: 22px;
    margin-bottom: 2px;
}
.m-adBlocker-box .w-content .u-option{
    color:#000;
    font-size: 18px;
    padding:26px 0 0 30px;
    height: 95px;
    box-sizing: border-box;
    background: #f6f6f6;
}
.m-adBlocker-box .w-content .u-cashbtn{
    padding:28px 0 0 15px;
    height:95px;
    box-sizing: border-box;
    background: #f6f6f6;
}
.m-adBlocker-box .w-content .u-cashbtn a{
    color:#04C25D;
    font-size: 18px;
    border:1px solid #04C25D;
    border-radius:21px;
    width:165px;
    height:42px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}
.m-adBlocker-box .w-content .u-bor{
    padding:28px 18px 0 18px;
    height:95px;
    box-sizing: border-box;
    background: #f6f6f6;
}
.m-adBlocker-box .w-content .u-bor span{
    width: 1px;
    height:46px;
    background: #818183;
    display: block;
}
.m-adBlocker-box .w-content .u-useTip{
    font-size: 16px;
    color:#000;
    padding-top: 28px;
    height:95px;
    box-sizing: border-box;
    background: #f6f6f6;
}
.m-adBlocker-box .w-content .u-useTip a{
    color:#04c25d;
    text-decoration: underline;
    display: block;
}

#langSelect {
    background:#999;
    padding: 3px 0 3px 2px;
}

/*搜索框开始*/
.search-box{
	width: 550px;
    background: #fff;
    z-index: 2;
    position: absolute;
    margin: 1px 0 0 50px;
    padding-bottom: 10px;
    display: none;
}
.search-box .u-title{
	height:42px;
	border-bottom:1px solid #e7e7e7;
	font-size: 16px;
	color:#3a3a3a;
	line-height: 42px;
	padding:0 16px;
}
.search-box .u-title img{
	margin: -2px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.search-box .list-box{
	overflow: hidden;
	margin:5px 0;
}
.search-box .list{
	padding:6px 18px;
	height:18px;
	line-height: 18px;
	cursor: pointer;
}
.search-box .list:hover{
	background: #f6ffe6;
}
.search-box .list .u-list-logo{
	float: left;
	width: 110px;
    text-align: center;
}
.search-box .list img{
	vertical-align: middle;
	height: 16px;
    max-width: 100px;
}
.search-box .list .u-list-name{
	width: 400px;
    color: #3a3a3a;
    font-size: 13px;
    position: absolute;
    left: 128px;
    overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
}
.search-box .list .u-list-name span{
	margin-left:12px;
	color:#ff0078;
}
/*搜索框结束*/

/*收藏商户和访问商户移动提示开始*/
.hint-cover{
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
	background: rgba(0,0,0,0.4);
	display: none;
}
.shop-move-hint{
	width: 536px;
	height:500px;
    background: #fff;
    position: absolute;
	right:-42px;
    margin:20px 0 0 50px;
    border:1px solid #dcdcdc;
    border-radius:5px;
    padding-bottom:20px;
	z-index: 99;
	padding:25px 40px 40px 25px;
	box-sizing: border-box;
	display: none;
}
.shop-move-hint .trangle-ico{
	position: absolute;
	top:-15px;
	right:45px;
}
.shop-move-hint .u-close{
	font-size:20px;
	color:#cbcbcb;	
	position: absolute;
	right:15px;
	top:5px;
}
.shop-move-hint .u-title{
	font-weight: bold;
	font-size:20px;
	color:#000;	
	height:26px;
	line-height: 26px;
}
.shop-move-hint .u-title img{
	width:26px;
	float: left;
	margin-right: 10px;
}
.shop-move-hint .u-title .fa-bell{
	font-weight: bold;
	font-size:16px;
	color:#fff;	
}
.shop-move-hint .u-tip{
	font-size:16px;
	color:#000;	
	line-height: 26px;
	margin:10px 0 0 37px;
}
.shop-move-hint .u-tip span{
	color:#04c25d;	
}
.shop-move-hint .u-tip img{
	width:18px;
	height:18px;
	vertical-align: middle;
}
.shop-move-hint .screenshot{
	margin:20px 0 0 37px;
}
/*收藏商户和访问商户移动提示结束*/

/*我的商户开始*/
.m-myshops{
	width: 745px;
    background: #fff;
    position: absolute;
	right:-42px;
    margin:20px 0 0 50px;
    border:1px solid #dcdcdc;
    border-radius:5px;
	z-index: 99;
	box-sizing: border-box;
	padding-bottom: 15px;
	display: none;
}
.m-myshops .trangle-ico{
	position: absolute;
	top:-15px;
	right:45px;
}
.m-myshops .u-title{
	height:66px;
	line-height: 66px;
	border-bottom:1px solid #e7e7e7;
	padding:0 20px;
    display: none;
}
.m-myshops .u-title .fl{
	color: #151515;
	font-size: 22px;
}
.m-myshops .u-title .fr{
	color: #04C25D;
	font-size: 14px;
}
.m-myshops .u-title .fr .fa-redo-alt{
	font-size: 12px;
	*font-size: 10px;
    -webkit-transform: scale(0.84);
}
.m-myshops .list-box{
	overflow: hidden;
	padding:0 15px;
    display: none;
}
.m-myshops .u-ps{
	color:#333;
	font-size: 15px;
	line-height: 24px;
	margin:20px 0;
    padding: 0 20px;
    display: none;
}
.m-myshops .u-ps .fa-heart{
	color:#FF0078;
	margin:0 5px;
}
.m-myshops .list-box .list{
	width:130px;
	height:120px;
	border:1px solid #e7e7e7;
	border-radius: 5px;
	margin:20px 6px 5px 5px;
	position: relative;
	float: left;
}
.m-myshops .list-box .list:nth-child(5n){
	margin-right: 0;
}
.m-myshops .list-box .list .list-cover{
	width:130px;
	height:120px;
	background: rgba(0,0,0,0.24);
	position: absolute;
    top:0px;
    border-radius: 5px;
    display: none;
    z-index: 9;
}
.m-myshops .list-box .list:hover .list-cover{
	display: block;
}
.m-myshops .list-box .list .ellipse-box{
	position: absolute;
	top:-12px;
	left: 12px;
}
.m-myshops .list-box .list .ellipse-box button{
    border: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(../images/col_but_yes.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 4px;
    left: 7px;
    z-index: 99;
}
.m-myshops .list-box .list .u-double{
    font-style: italic;
    font-size: 12px;
    position: absolute;
    top: -17px;
    right: 0;
    color: #ff0078;
}
.m-myshops .list-box .list .u-logo {
    width: 100%;
    height: 63px;
    padding: 0 10px;
    line-height: 63px;
    text-align: center;
    box-sizing: border-box;
}
.m-myshops .list-box .list .u-logo img{
	max-height: 63px;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.m-myshops .list-box .list .u-tip{
	width: 100%;
    height: 57px;
    background: #f3f3f3;
    text-align: center;
    overflow: hidden;
}
.m-myshops .list-box .list .u-tip .was{
	width: 100%;
    height: 12px;
    line-height: 12px;
    margin: 13px 0 3px 0;
    color: #575757;
    font-size: 12px;
}
.m-myshops .list-box .list .u-tip p{
	width: 100%;
    height:20px;
    line-height: 20px;
    color: #FF0078;
    font-size: 16px;
    font-weight: bold;
}

.m-myshops .list-box .list .list-cover .ellipse-box{
	position: absolute;
	top:-12px;
	left: 12px;
}
.m-myshops .list-box .list .list-cover .shopNow-btn{
	margin:20px auto 15px auto;
	width:110px;
}
.m-myshops .list-box .list .list-cover .coupons-btn{
	margin:0 auto;
}
.m-myshops .deals-list-box{
    display: none;
}
.m-myshops .deals-list-box .myshops-deals-list {
    padding: 15px 15px 15px 20px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}
.m-myshops .deals-list-box .myshops-deals-list:last-child{
    border-bottom: 0px;
}
.m-myshops .deals-list-box .myshops-deals-list .box {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.m-myshops .deals-list-box .myshops-deals-list .logo-con {
    width: 80px;
    height:30px;
    line-height: 30px;
    float: left;
    text-align: center;
    margin-right: 20px;
    overflow: hidden;
}
.m-myshops .deals-list-box .myshops-deals-list .logo-con img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.m-myshops .deals-list-box .myshops-deals-list .title-con {
    width: 520px;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    float: left;
}

.m-myshops .deals-list-box .myshops-deals-list .shop-now {
    width: 95px;
    font-size: 12px;
    color: #04c25d;
    background: none;
    border: 1px solid #04c25d;
}
.m-myshops .deals-list-box .myshops-deals-list .code-con {
    width: 690px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-top: 15px;
    position: absolute;
    top: 95px;
    left: 173px;
}
.m-myshops .deals-list-box .myshops-deals-list .code-con .code-title {
    font-size: 14px;
    color: #222;
    float: left;
}
.m-myshops .deals-list-box .myshops-deals-list .code-con .code {
    color: #04c25D;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #04c25d;
    border-radius: 5px;
    float: left;
    margin: 3px 10px 0 5px;
    min-width: 70px;
    text-align: center;
    height: 22px;
    line-height: 20px;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
    background: #f8f8f8;
}
.m-myshops .deals-list-box .myshops-deals-list .code-con .copy-tip {
    position: absolute;
    z-index: 22;
    width: 138px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #23ae4a;
    color: #ffffff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    top: 38px;
    left: -2px;
    display: none;
}
.m-myshops .deals-list-box .myshops-deals-list .code-con .copy-tip:before {
    right: calc(50% - 9px);
    top: -16px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-width: 10px;
    margin-top: -4px;
    border-bottom-color: #23ae4a;
}
.m-myshops .deals-list-box .myshops-deals-list .code-con .end-time {
    width: 135px;
    font-size: 12px;
    text-align: center;
    color: #8B8B8B;
    line-height: 36px;
}
/*我的商户结束*/
.pub-h1-con{
    display: none;
}
.shuffle-deals-but{
    display: none;
}
.reg-refer-email-but{
    color: #04C25D;
    text-decoration:underline;
}
