p {
	margin: 3px 0 3px 0;
}

hr {
	border:none;
	border-top: 1px solid #E1E1E1;
	margin: 8px 0;
	padding: 0;
}

r {
	color: #FF2200;
}

.cky-bar,.cky-bar-item,
.cky-grid,.cky-grid-cell,
.cky-table-view,.cky-table-view-cell,
.cky-segmented-item {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cky-relative {
	position: relative;
}

.cky-bold {
	font-weight: bold;
}

.cky-footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: block;
}

.cky-footer.cky-button-footer {
	background-color: #fff;
	height: 54px;
	padding: 10px 42px 0 42px;
}

.cky-footer.cky-button-footer .mui-table-cell {
	padding: 0px 2px;
}

.cky-footer.cky-button-footer .mui-table-cell .mui-btn {
	font-size: 16px;
	padding: 7px 6px;
}

.cky-hidden {
	display: none;
}

.cky-clearfix {
	height:0px;
	display: block;
	visibility: hidden;
	clear: both;
}

.cky-btn {
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	font-size: 17px;
	background-color: #F60;
	color: #fff;
}

.cky-btn-block {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.cky-btn-red {
	background-color: #F20;
	color: #FFF;
}

.cky-btn-red:active {
	background-color: #D31400;
	color: #FFF;
}

.cky-bar {
	display: table;
	-webkit-touch-callout: none;
	table-layout: fixed;
	width: 100%;	
	height: 50px;
	line-height: 50px;
	background-color: #F0F0F0;
	padding-right: 0;
	padding-left: 0;
}

.cky-top-bar {
	position: fixed;
	left: 0px;
	top: 44px;
}

.cky-bar-item {
	display: table-cell;
	text-align: center;
}

.cky-bar-gray {
	background-color: #f9b623;
}

/*.cky-bar-gray .mui-btn-link {
	color: #f20;
}*/

.cky-bar-gray .mui-title,.cky-bar-gray .mui-btn-link {
	/*color: #f20;*/
	color: #FFFFFF;
}

.cky-table-view-cell,.cky-media-title, .cky-table-view-cell,
.cky-grid-cell,.cky-bar-item,.cky-media-name {
	color: #333;
}

.shop-media-title {
	display: block;
    width: calc(100% - 50px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.cky-media p {
	color: #666;
}

.swiper-img {
	display: block;
	margin-bottom: 30px;
	height:50vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cky-grid:after,.cky-table-view:after {
	content: " ";
	height:1px;
	display: block;
	clear: both;
}

.cky-grid .cky-grid-cell{
	float: left;
	text-align: center;
	font-size:13px;
	display: block;
}

.cky-grid4 .cky-grid-cell{
	position: relative;
	width: 25%;
}

.cky-grid2 .cky-grid-cell{
	width: 50%;
}

.cky-grid4 {
	margin-top: -10px;
}

.cky-grid4 .cky-grid-cell img{
	width:45%;
	max-width: 90px;
	display: block;
	margin:10px auto 5px auto;
}

.cky-grid4 .cky-grid-cell.jqqd::before {
	position: absolute;
	font-size: 9px;
	content: "敬请期待";
	text-align: center;
	top: 0px;
	padding: 0px 3px;
	height: 15px;
	line-height: 16px;
	background-color: #F20;
	color: #fff;
	white-space: nowrap;
}

.cky-special {
	margin-top:10px;
	background-color: #eee;
	border: solid 1px green;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cky-special .cky-grid-cell {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	background-position: 90% 50%;
	background-size: 10vw 10vw;
	padding-right: 15.5vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
	text-align: right;
}

.cky-hotpot-ticket {
	background-image: url(../images/hotal.png);	
	border-right-color:#C0C0C0!important;
	border-bottom-color:#C0C0C0!important;
}

.cky-points-edemption {
	background-image: url(../images/points-edemption.png);		
	border-bottom-color:#C0C0C0!important;
}

.cky-scratch-off {
	background-image: url(../images/scratch-off.png);	
	border-right-color:#C0C0C0!important;
}

.cky-delivery-free {
	background-image: url(../images/delivery-free.png);
}

.cky-grid2 .cky-media p{
	font-size:  15px;
	color:#333;
	line-height: 1.1;
}

.cky-grid2 .cky-media h5{
	font-size:  10px;
	color:#666;
	white-space: nowrap;
}

.cky-animate-scale {
	transition: transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
}

.cky-animate-scale:active {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.cky-center {
	display:-webkit-box; 
	-webkit-box-orient:horizontal; 
	-webkit-box-pack:center; 
	/*-webkit-box-align:center;  */
	display:-moz-box; 
	-moz-box-orient:horizontal; 
	-moz-box-pack:center; 
	/*-moz-box-align:center; */
	display:-o-box; 
	-o-box-orient:horizontal; 
	-o-box-pack:center; 
	/*-o-box-align:center;  */
	display:-ms-box; 
	-ms-box-orient:horizontal; 
	-ms-box-pack:center; 
	/*-ms-box-align:center;  */
	display:box; 
	box-orient:horizontal; 
	box-pack:center; 
	/*box-align:center; */
}
.cky-media-content {
	margin-top:3px;
	margin-bottom: 3px;
	height:30px;
	vertical-align: middle;
	overflow: hidden;
	text-align:left;
	line-height: 15px;
}

.cky-media-sub {
	height:30px;
	line-height: 30px;
}

.cky-media-name {
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: -webkit-calc(100% - 50px);
    display: inline-block;
}

.cky-ellipsis {
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
}

.cky-ellipsis2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cky-left {
	float: left;
}

.cky-right {
	float: right;
}

.cky-table-view {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cky-table-view .cky-media {
	padding-left: 94px;
}

.cky-table-view .cky-media a{
	color: #333;
}

.cky-table-view-cell {
	display: block;
	position: relative;
	border-bottom:1px solid #eee;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left:18px;
	padding-right:18px;
	background-color: #fff;
}

.cky-table-view-cell:first-child {
	border-top:1px solid #eee;
}

.cky-table-view-cell > a {
	display: block;
	color: #333;
}

.cky-money {
	color: #FF4040 !important;
	font-size: 20px;
}

.cky-money-old,h5,.cky-media-content {
	color: #999;
}

.cky-money-old {
	text-decoration:line-through;
	font-size:14px;
}

.cky-media-address {
	float: left;
	display:block;
	width: calc(100% - 60px);
	width: -webkit-calc(100% -60px);
	white-space: nowrap;
	word-break: keep-all;
	word-wrap: normal;
	text-overflow: ellipsis;
	margin: 0;
	overflow: hidden;
}

.cky-table-cell-thumb {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:90px;
	width: 90px;
	position: absolute;
	left:10px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	overflow: hidden;
}

.cky-table-cell-thumb80 {
	width: 80px;
	height: 80px;
}

.cky-table-cell-thumb60 {
	width: 60px;
	height: 60px;
	left: 10px;
}

.cky-table-cell-thumb60 +.cky-media {
	padding-left: 70px;
}

.cky-table-cell-thumb40 {
	width: 40px;
	height: 40px;
	left: 20px;
}

.cky-table-cell-thumb40 +.cky-media {
	padding-left: 50px;
}

.cky-free-reserve:before {
	content: "免预约";
	position: absolute;
	left:0px;
	top:0px;
	display: block;
	font-size: 10px;
	line-height: 1.5;
	color:#fff;
	width:85px;
	text-align: center;
	background-color: #FF4040;
	transform: matrix(0.707107,-0.707107,0.707107,0.707107, -20, 12);
	-webkit-transform: matrix(0.707107,-0.707107,0.707107,0.707107, -20, 12);
}

.cky-segmented {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border: solid #999 1px;
	border-radius: 3px;
}

a.cky-segmented-item {
	font-size: 17px;
	font-weight: normal;
	display: table-cell;
	text-align: center;
	width:80px;
	border:solid 0px #999;
	color: #333;
}

.mui-bar .cky-segmented {
	margin-top: 5px;
}

.cky-segmented-item.cky-active {
	background-color: #999;
	color: #fff;
}

/** tab样式 **/



.cky-tab {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	display: table;
	table-layout: fixed;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.cky-tab-item {
	text-align: center;
	display: table-cell;
	font-size: 15px;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #d5d5d5;
}
.cky-tab-item, .cky-tab a {
	color: #333;
}

.cky-tab .cky-active {
	border-bottom-color:#FF5053;
}

.cky-tab .cky-active a{
	color:#FF5053;
}

.cky-tab-content {
	display: none;
}

.cky-tab-content.cky-active {
	display: block;
}

.cky-valid-count {
	display: inline-block;
	background-color: #f20;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	padding: 1px 5px;
	border-radius: 5px;
	margin-left: 3px;
}

/** 行两列样式 **/
.cky-col-view {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.cky-col-view-cell {
	display: table-cell;
}

.cky-auto-mask {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #efeff4;
}

.cky-auto-mask a {
	text-decoration: underline;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	white-space: nowrap;
}

/** 空数据样式开始 **/

.cky-no-data {
	text-align: center;
	margin: auto;
	width: 200px;
	padding-top: 40px;
}

.cky-no-data-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.cky-no-data-top {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.cky-no-data-top > div {
	display: table-cell;
}

.cky-no-data-top hr {
	border-top: solid 2px #999;
}

.cky-no-data-icon .iconfont{
	font-size: 40px;
	color: #999;
}

.cky-no-data h5 {
	line-height: 30px;
	color: #999;
}

.cky-no-data h6 {
	font-size: 10px;
	line-height: 30px;
	color: #999;
}

/** 空数据样式结束 **/

/** 添加购物车按钮 **/
.cky-add-cart-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #F20;
	border-radius: 20px;	
	
	font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.cky-add-cart-btn::before {
	content: "\e629";
}


/** 字体大小和颜色(开始)  **/
.font32 {
	font-size: 32px;
}

.font24 {
	font-size: 24px;
}

.font20 {
	font-size: 20px;
}

.font17 {
	font-size: 17px;
}

.font16 {
	font-size: 16px;
}

.font15, .cky-bar-item{
	font-size: 15px;
}

.font14 {
	font-size: 14px;
}

.font13 {
	font-size: 13px;
}

.font12 {
	font-size: 12px;
}

.font10 {
	font-size: 10px;
}
.font9 {
	font-size: 9px;
}
.font7 {
	font-size: 7px;
}

.font-gray {
	color: #999;
}

.font-orange {
	color: #f20;
}

.font-gray2 {
	color: #BEBEBE;
}

.font-black {
	color: #333;
}

.font-black1 {
	color: #666;
}

.font-red {
	color: #FF0202; 
}

.font-blue {
	color: #2af; 
}
.font-green {
	color: #0bbb0a; 
}

.height30 {
	line-height: 30px;
	height: 30px;
}
/** 字体大小和颜色(结束) **/

/** 下拉菜单开始 **/
.cky-drop-body {
	position: fixed;
	height: 100%;
	width:90vw;
	left: 0px;
	/*background-color: rgba(0,0,0,0.2);*/
	z-index: 9;
}

.cky-drop-content {
	background-color: #fff;
}

.cky-drop-table {
	width: 90vw;
	display: table;
	table-layout: fixed;
}

.cky-drop-table-col {
	list-style: none;
	display: table-cell;
	margin: 0;
	padding: 0;
}

.cky-drop-table-cell {
	padding: 8px 0;
	margin-left: 15px;
	border-bottom: 1px #BEBEBE dotted;
	font-size: 12px;
}

.cky-drop-body.cky-active, .cky-drop-content.cky-active {
	display: block;
}

.cky-drop-table-cell.cky-active,.cky-drop-btn.cky-active {
	/*color: #FF4040;*/
}

.cky-drop-btn:after {
	content: "\e605";
	font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    padding-left: 5px;
}

table.cky-table {
	width: 100%;
	font-size:12px;
}

table.cky-table th{
	padding: 8px;
	/*width:33.3333%;*/
}

table.cky-table td{
	background: #fff;
	padding: 8px;
	border-top: solid #D5D5D5 1px;
	box-sizing: border-box;
}

.cky-update {
	position: absolute;
	right: 8px;
	top: 8px;
}

.cky-update.cky-update-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.cky-update.cky-update-nav {
	right: 35px;
}

p.cky-update {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	text-align: right;
}

/** 指数 **/
.cky-zhishu {
	display: inline-block;
	height: 20px;
	background-repeat: repeat-x;
	background-size: 20px;
	background-position: 0 50%;
	background-image: url(../images/zhishu.png);
	vertical-align: top;
}

.cky-zhishu1 {
	width: 20px;
}

.cky-zhishu2 {
	width: 40px;
}

.cky-zhishu3 {
	width: 60px;
}

.cky-address-hr {
	margin: 0;
	border: none;
	height: 5px;
	background: repeating-linear-gradient(315deg,
              #fb3 25%, #58a 0, #58a 50%,
              #fb3 0, #fb3 75%, #58a 0);
	background-size: 30px 30px; 
}

.cky-zhishu4 {
	width: 80px;
}

.cky-zhishu5 {
	width: 100px;
}

.cky-select {
	font-size: 15px;
	color: #999;
	border: solid 1px #999;
	border-radius: 3px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 3px;
	padding-right: 25px;
	position: relative;
}

.cky-select::after {
	font-family:"iconfont" !important;
  	font-size:8px;
  	font-style:normal;
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-stroke-width: 0.2px;
  	-moz-osx-font-smoothing: grayscale;
	content: "\e611";
	position: absolute;
	display: block;
	border-left: solid 1px #999;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 100%;
	text-align: center;
}

.cky-select:active {
	color: #f20;
}

.cky-select-list {
	border-radius: 5px;
	overflow: auto;
}

.cky-select-list .mui-table-view-cell {
	font-size: 24px;
}

.cky-mtop-10 {
	margin-top:  10px;
}
.cky-mtop-20 {
	margin-top:  20px;
}

.cky-text-left {
	text-align: left;
}

.cky-text-right {
	text-align: right;
}

.cky-text-center {
	text-align: center;
}

.cky-cart-btn {
	position: absolute!important;
	top: 0px!important;
	right: 50px;
}
.star_c{ color:#FCD410;}

.start-red .star_c{
	color: #FF4040;
}
.mui-content-empty {margin: 10px;text-align: center;  font-size: 16px;}

.cky-content-padded {
	padding: 10px;
}
.cky-bg-white {
	background-color: #fff;
}

.cky-loading{
	position: fixed;
	z-index: 8;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #EFEFF7;
}

.cky-loading::before {
	content: "悦商联盟";
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	-webkit-transform: translateY(-15px);
	text-align: center;
	color: #D5D5D5;
	font-style: italic;
	font-size: 20px;
	font-family:"楷体";
}

.cky-loading:after{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 15px) scale(0.7);
	width: 24px;
	height: 24px;
	content: url(../images/loading.gif);
}

.cky-up-refresh {
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
}

.cky-up-refresh::after{
	content: "正在加载..";
}

/** 飞行动画 **/
.cky-fly-animation {
	transition-property: left, top, opacity, transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
	-webkit-transition-property: left, top, opacity, transform;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
}

.cky-input-clear + .cky-input-clear-btn {
	display: none;
	position: absolute;
	left: initial!important;
	right: 8px;
	top: 50px;
	font-size: 24px
	-webkit-transform: translateY(-50%);
	color: #666;
}

i.iconfont.cky-cart {
	position: relative;
}

.cky-cart-count, .cky-cart-sum {
	text-align: center;
	font-size: 10px;
	padding:0 3px;
	line-height: initial!important;
	border-radius: 13px;
	background-color: #FF0000;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: -5px;
	-webkit-transform: translateX(50%);
	color: #fff;
	white-space: nowrap;
}

.cky-cart-sum {
	-webkit-transform: translateX(0);
}

.cky-fav.icon-love.cky-active::before {
	content: "\e643";
}

.cky-fav.icon-favor.cky-active::before {
	content: "\e609";
}

.cky-label {
	display: inline-block;
	line-height: initial!important;
	padding: 3px;
	background-color: #02AAF1;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
}

.cky-sold-out {
	position:absolute;
	top: 50%;
	left: 50%;
	height: 80px;
	width: 80px;
	-webkit-transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.6);
	border-radius: 50%;
	color: #fff; 
	text-align: center;
	padding-top: 21px
}

.cky-sold-out-title {
	font-size: 17px;
}

.cky-sold-out-sub {
	font-size: 10px;
}

.cky-sold-out-btn {
	color: #fff;
	background-color: lightgray;	
}

.cky-table-view-cell-title {
	font-size: 12px;
	padding: 8px 15px;
}

.item{
	display: table-cell;
	overflow: hidden;
	width: 1%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #929292;
}
.item .mui-icon~.mui-tab-label      {
	font-size: 11px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mui-bar .mui-icon{
	padding-top: 0px;
	padding-bottom: 0px;
}
mui-bar-tab .item.mui-active{
    color:#FF4040;
}
/*.mui-media-body p.ctime{*/
	/*display: inline-block;*/
/*}*/
.fontcolor{
	color: #f5a92a;
}
button:active {
color: #fff;
border: 1px solid #f9b623;
background-color: #f9b623!important; 
}