@font-face {
    font-family: impact;
    src: url('../ttf/impact.ttf')
}

/*禁用滚动条*/
::-webkit-scrollbar {
	display: none;
}

/*toast信息提示*/  
.mui-toast-container {
	bottom: 50% !important;
}

.mui-toast-message {
	/*background: url(/app/themes/default/images/toast.png) no-repeat center 10px #000;*/
}

* {
	touch-action: pan-y;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

[contenteditable="true"], input, textarea {
    -webkit-user-select: auto!important;
    -khtml-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    -o-user-select: auto!important;
    user-select: auto!important;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
dl, dt, dd, ul, ol, li, 
pre, 
form, fieldset, legend, button, input, textarea, 
th, td 
{
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea 
{
    font: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}


small {
    font-size: 12px;
}


ul, ol {
    list-style: none;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

legend {
    color: #000;
}

/* for ie6 */
fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 80px;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

input,button,select,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	border: 0;
	outline: none;
	border: none;
	border-radius: 0;
}


/*mui定制设置*/
.mui-table-view:after{
	background-color: transparent;
}
.mui-table-view:before{
	background-color: transparent;
}

@media screen and (max-width: 600px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width: 525px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 60px;
    }
}

@media screen and (max-width: 415px) {
    html {
        font-size: 55.2px;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42.6667px;
    }
}

body {
    font-family: "sans-serif", "Clockopia", "arial";
    /* max-width: 600px; */
    margin: 0 auto;
    font-size: 13px;
    background-color: #f6f6f6;
}

a:hover {
    text-decoration: none;
}

.block {
    display: block;
}

.flex {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.item-center {
    align-items: center;
    justify-content: center;
}

.row-reverse {
    flex-direction: row-reverse;
}

.justify {
    justify-content: space-between;
}

/* 按钮 */
.success-btn {
    display: block;
    width: 92%;
    margin: .7rem auto 0;
    height: .9rem;
    font-size: 0.35rem;
    color: #fff;
    background: #BB73E6;
    text-align: center;
    line-height: .9rem;
    border-radius: 40px;
}

.success-btn a {
    color: #fff;
}

.fixed {
    max-width: 600px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*--------------------------底部菜单栏---------------------------*/
.store_car_menu{
	height: 1.2rem;
	width: 100%;
	position:fixed;
	bottom: 1.2rem;
	background: #fff;
	border-top:1px solid #eee;
	z-index: 888;
	display: flex;
}
.store_car_menu .button{
	display: block;
	padding: 0;
	width: 20%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	box-sizing: border-box;
	background: #e0e0e0;
	color:#000;
	border: none;
	border-radius: 0;
}
.store_car_menu .button:nth-last-child(2){
	background: #e3e3e3;
	border-left:solid 1px #cecece;
}
.store_car_menu .button:last-child{
	width: 60%;
	border-right: 0;
	background: #dd524d;
	color: #fff;
}
/*--------------------------底部菜单栏end---------------------------*/

/*--------------------------更改数量控件---------------------------*/
#mod_nums{
	height: 28px;
	line-height: 28px;
	width: 84px;
	display: flex;
}
button.add_nums{
	font-size: 12px;
	line-height: 100%;
	width: 33.33333333333333%;
	border: none;
	background: #e3e3e3;
	height: 100%;
	border-radius: 0;
}
input.nums_text{
	width: 33.33333333333333%;
	height: 100%;
	border: none;
	padding: 2px;
	text-align: center;
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
}
/*--------------------------更改数量控件end---------------------------*/

/*---------------------------顶部导航------------------------------*/
.top{
	height: 1rem;
	width: 100%;
	position:fixed;
	top: 0;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 0 5px;
}
.top > .top_items > a{
	font-size: 0.6rem;
	color: #b5262d;
	height: 1rem;
    line-height: 1rem;
    width: 1rem;
    text-align: center;
}
.top > .top_items_title{
	text-align: center;
	position: absolute;
	width: 5rem;
	left: 50%;
	margin-left: -2.5rem;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.4rem;
}
.top > .top_items_menu > a{
	font-size: 0.3rem;
}
/*----------------------------顶部导航end----------------------------*/

.mui-checkbox input:before{
	font-size: 0.5rem !important;
}


/*----------------------自定义复选框-----------------------------*/
.my_checkbox input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	border: none;
}
.my_checkbox{
	display: inline-block;
	height: 0.45rem;
	width: 0.45rem;
	background-image: url("../images/release_select_n.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.checkbox_checked{
	background: url("../images/release_select_s.png");
	background-size: 100% 100%;
}
.my_checkbox input{
	background: transparent;
	display: block;
	width: 100%;
	height: 100%;
}
/*----------------------自定义复选框结束--------------------------*/

.goods_list_body{
	display: flex;
	flex-wrap: wrap;
	padding: 2px;
}
/*---------------------商品列表（一行两个）-----------------------*/
.goods_list_box_block{
	display: block;
	width: 50%;
	padding: 8px;
}
.goods_list_body .goods_list_box_block:nth-child(2n){
	padding-right: 0px;
}
.goods_list_body .goods_list_box_block:nth-child(2n + 1){
	padding-left: 0px;
}
.goods_list_box_block .list_box_s{
	display: block;
	height: 100%;
	width: 100%;
	background: #fff;
	color: #333;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
}
.goods_list_box_block .goods_list_img{
	width: 100%;
}
.goods_list_box_block .goods_list_img img{
	width: 100%;
}
.goods_list_box_block .goods_list_info{
	padding: 5px;
}
.goods_list_box_block .goods_list_info{
	padding: 5px;
}
.goods_list_box_block .goods_list_name{
	height: 0.9rem;
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 0.3rem;
	padding: 5px;
	line-height: 0.4rem;
}
.goods_list_box_block .goods_list_store{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.goods_list_box_block .goods_list_store span{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.goods_list_box_block .goods_list_store img{
	border-radius: 50%;
	height: 0.6rem;
	width: 0.6rem;
	margin-right: 5px;
}
.goods_list_box_block .goods_list_store i{
	color: #666;
	font-size: 0.4rem;
}
/*---------------------商品列表（一行两个）end-----------------------*/

.goods_list_price{
	font-size: 0.28rem;
}
.goods_list_price strong{
	font-size: 0.32rem;
	font-weight: bold;
	color: #b5262d;
}

/*---------------------商品列表（一行一个）-----------------------*/
.goods_list_box_line{
	width: 100%;
}
.goods_list_box_line li{
	width: 100%;
	padding:0.08rem 0 0px 0;
}
.goods_list_box_line .list_box_s{
	display: flex;
	justify-content: flex-start;
	align-items: stretch; /* 确保子元素填满父容器的高度 */
	width: 100%;
	background: #fff;
	padding: 5px;
	color: #333;
	border-radius: 5px;
	position: relative;
}
.goods_list_box_line .goods_list_img{
	border: solid 1px #eee;
	width: 30%;
    flex-shrink: 0;
}
.goods_list_box_line .goods_list_img img{
	width: 100%;
}
.goods_list_box_line .goods_list_info{
	width: 70%;
	padding: 0 5px 0 10px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.goods_list_box_line .goods_list_name{
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 0.3rem;
	padding: 5px 0px;
	line-height: 0.4rem;
}
.goods_list_box_line .goods_list_btn_box{
	position: absolute;
    right: 10px;
    bottom: 0;
	text-align: right;
}
.goods_list_box_line .goods_list_btn_box button{
	position: absolute;
    right: 10px;
    bottom: 10px;
	text-align: right;
	white-space: nowrap;
	height: 0.6rem;
	padding: 0 10px;
	line-height: 0.6rem;
	border-radius: 0.3rem;
	font-size: 0.24rem;
}
.goods_list_box_line .goods_list_price{
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 0.3rem;
	padding: 0px 0px;
	line-height: 0.4rem;
}
/*---------------------商品列表（一行两个）end-----------------------*/

/*---------------------表单页------------------------*/
.line_list{
	background: #fff;
	font-size: 0.3rem;
	padding: 0 10px;
}
.line_list li{
	display: flex;
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
	border-bottom: solid 1px #eee;
	align-items: center;
	justify-content: flex-start;
}
.line_list input,.line_list select,.line_list input[type=password]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;			
}
.line_list input[type=text],
.line_list .text{
	background: transparent;
	border:none;
}
.line_list label{
	white-space: nowrap;
	padding-right: 10px;
}
/*---------------------表单页------------------------*/
.my_button{
	display: block !important;
	height: 0.9rem;
	line-height: 0.9rem;
	border-radius: 10px;
	background: #b5262d;
	color: #fff;
	text-align: center;
	font-size: 0.3rem;
	margin: 0 auto;
}
.small_button{
	display: inline-block !important;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 5px;
	background: #02B8ED;
	background: linear-gradient(to top, #02B8ED 0%,#15CAFE 100%);
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
}

.banner .pagination {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 100%;
    bottom: 0.2rem;
    z-index: 2
}
.banner img{
	width: 100%;
}
.pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0.1rem;
    opacity: 0.6;
    margin: 0 0.1rem
}
.pagination .swiper-pagination-bullet-active {
    background-color: #b5262d;
    display: inline-block;
    opacity: 1
}
.chanpain_beizhu img{
	width: 100%;
}

.tap_menu{
	height: 1rem;
	width: 100%;
	border-bottom: solid 1px #F6C15B;
	background: #fff;
}
.tap_menu ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: inherit;
}
.tap_menu ul li{
	color: #666;
	font-size: 0.3rem;
	display: block;
	position: relative;
	height: inherit;
	line-height: 1rem;
}
.tap_menu ul li.on{
	color: #000;
	font-weight: bold;
}
.tap_menu ul li.on:after{
	height: 4px;
	background-color: #F6C15B;
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 1px;
}
.tap_content{
	padding: 10px;
}

/*竞拍列表*/
.jingpai_box{
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.jp_body{
	width: 49%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.jp_body img{
	width: 100%;
}
.jp_info{
	padding: 5px;
}
.jp_info p{
	color: #666;
	font-size: 0.25rem;
}
.jp_info h3{
	font-size: 0.28rem;
	margin: 6px 0;
	line-height: 0.34rem;
}
.jp_info button{
	background: linear-gradient(to bottom, #66EBF8, #12BBE8);
	display: block;
	margin-top: 8px;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 10px;
	color: #fff;
	font-size: 0.28rem;
	text-align: center;
	width: 100%;
}
.jp_info .daojishi{
	color: #01CF59;
	font-size: 0.26rem;
	margin-top: 8px;
}
.jp_info .daojishi h4{
	font-weight: normal;
}
.jp_info .daojishi_red{
	color: #CB0101;
}

/*标签切换*/
.top_menu{
	width: 100%;
	margin-top: 1rem;
	padding: 0;
	color: #fff;
}
.top_menu ul, .top_menu ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_menu ul li{
	display: block;
	float: left;
	width: 33.33333333333333%;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	font-size: 14px;
	border-bottom: solid 1px #ddd;
}
.top_menu ul.tw li{
	width: 50%;
}
.top_menu ul li a{
	color: #333;
}
.top_menu li.tap_over{
	border-bottom: solid 2px #B5262B;
}
.top_menu li.tap_over a{
	color: #B5262B;
}
.top_menu ul li a{
	display: block;
	height: 100%;
	width: 100%;
}
.ml_10{
	margin-left: 10px;
}

.tap{
	width: 100%;
	background: #fff;
	height: 1rem;
	border-bottom: solid 1px #eee;
}
.tap ul{
	display: flex;
	justify-content: space-around;
}
.tap li{
	height: 1rem;
	line-height: 1rem;
	font-size: 0.32rem;
}
.tap li.on{
	border-bottom: solid 2px #fc6363;
	font-weight: bold;
}


#kindeditor_plugin_map_address{
	display: block;
	width: 100% !important;
}
.ke-left{
	float: none !important;
}
.ke-right{
	float: none !important;
	text-align: right;
	margin-top: 5px;
}
.ke-textarea{
	width: 100% !important;
}
input[name=searchBtn]{
	margin-top: 5px;
}
input[name=localUrl]{
	width: 80px !important;
}
.ke-input-text{
	background: transparent;
	border: solid 1px #999;
	border-radius: 2px;
	height: 25px !important;
	line-height: 25px !important;
}

/*首页标题*/
.floorhd_inner{
	text-align: center;
	width: 100%;
	margin: 5px 0;
}
.floorhd_tit {
	display: inline-block;
	position: relative;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.3rem;
	color: #666;
	font-weight: normal;
}
.floorhd_tit::before {
	background-position: 0 center;
	left: -0.5rem;
}
.floorhd_tit::after {
	background-position: -0.3rem center;
	right: -0.5rem;
}
.floorhd_tit::after, .floorhd_tit::before {
	background-image: url(../images/sprite.png);
	background-size: 0.6rem;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	width: 0.3rem;
	height: 0.4rem;
	top: 50%;
	margin-top: -0.2rem;
}
.floorhd_tit a{
	color: #666;
}
.star_box i{
	margin-left: 5px;
	font-size: 0.6rem;
}
.fa-star{
	color: #b5262d;
}
.fa-star-o{
	color: #666;
}

.payment_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size:0.3rem;
}
.payment_box img{
	height: 0.6rem;
}
.payment_box span{
	border: 1px #888 dashed;
	border: 1px #888 dashed;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #fff;
}
.payment_box span p{
	margin-left: 5px;
}
.payment_box i{
	display: none;
	height: 30px;
	width: 30px;
	background: url(../images/jiaobiao.png) no-repeat;
	background-size: 0.4rem;
	background-position: right bottom;
	position: absolute;
	bottom: 0;
	right: 0;
}
.payment_box span.on{
	border-color: #B5262D;
	border-style: solid;
}
.payment_box span.on i{
	display: block;
}

.user_payment_box{
	width: 100%;
	margin-bottom: 10px;
	border: solid 1px #eee;
	padding: 5px;
	border-radius: 5px;
}
.user_payment_title{
	background: #20BDE3;
	display: block;
	margin-bottom: 5px;
	padding: 0.2rem;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}
.user_payment_box img{
	width: 100%;
	border-radius: 5px;
}
.user_payment_box span{
	background: #eee;
	display: block;
	margin-top: 5px;
	padding: 0.2rem;
	border-radius: 5px;
	word-wrap:break-word
}

.line-btn{
	display: inline-block;
	padding: 0.1rem 0.3rem;
	background: #ea4801;
	color: #fff;
	border-radius: 5px;
	margin-left: 0.3rem;
}

.note-box{
	background: #fff;
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.mui-pull-caption{
	font-size: 0.3rem;
	color: #999;
	font-weight: normal;
}

	

@media screen and (min-width: 600px) {
	.goods_list_box_block li{
		width: 33.33333333333333% !important;
	}
}