/*-·微站移动版商城系统样式-*/
/*-·作者：曾建文-*/
/*-·创建日期：2016年4月28日-*/

body{
    font-size:14px;
    margin:0;
    padding: 0;
    background: #f3f3f3;
    color: #222;
}

/*-公共样式设定-*/
a, a:focus {
    outline: none;
    text-decoration: none;
}
img{
    max-width:100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1{
    font: normal 18px/36px "Microsoft YaHei";
}
h2{
    font: normal 14px/20px "Microsoft YaHei";
    margin-top:0;
    margin-bottom:0.5em;
}
h3, h4, h5, h6{
    margin:0;
    line-height:30px;
    color: #666;
    font-weight:400;
}
p{
    margin:0 0 0.5em 0;
}
hr{
    color: #ccc;
    border:none;
    border-top:1px solid #ddd;
}
.text_color_red{
    color:#ff3b30;
}

input[type="checkbox"], .icheckbox_minimal{
    position: relative;
    top:-2px;
}

/*-浮动-*/
.left{
    float: left;
}
.right{
    float: right;
}

/*-按钮-*/
.button{
    background: #999;
    border:none;
    line-height:40px;
    font-size:16px;
    display:inline-block;
    color: #fff;
    text-align: center;
    padding:0 3px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
}
.button_confirm{
    background: #53d769;
}
.button_yellow{
    background: #f79100;
}
.button_red{
    background: #ff3b30;
}

/*-左侧带图标按钮-*/
.banner_button{
    text-align: left;
    width:100%;
    margin-bottom:10px;
    padding-left:70px;
    line-height:48px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*-满屏宽度通栏按钮-*/
.ban_button{
    width:100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*-公共样式设定 End-*/



/*-页头-*/
.head_mod{
    background-color:#fcfcfc;
    height:48px;
    /*border-bottom: 1px solid #ccc;*/
    position: absolute;
    top:0;
    right:0;
    left:0;
    z-index: 89;
}
.comeback_but{
    display: block;
    width:48px;
    height:48px;
    float: left;
}
.comeback_but i{
    margin:12px 0 12px 10px;
    color: #999;
    font-size:30px;
    line-height: 24px;
}
.head_text_but{
    width:48px;
    height:48px;
    line-height:48px;
    text-align: right;
    padding-right:10px;
}
.head_text_but a{
    text-decoration: none;
    color: #666;
    font-size:16px;
    height:48px;
    line-height:50px;
}
.head_text_but i{
    font-size:20px;
    color: #999;
    line-height: 24px;
    height:24px;
    margin-top:13px;
    float: right;
}
.head_text_but a:hover, .comeback_but:hover{
    color: #222;
    text-decoration: none;
}
.head_title {
    width: 260px;
    height: 48px;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    text-align: center;
}
.head_title h1{
    height:20px;
    line-height:20px;
    font-size:18px;
    margin:15px 0;
}
.head_title i{
    font-size:16px;
}
.head_title_icon{
    transform:rotate(180deg);
}

/*-内容区域margin-*/
.margin_top_60{
    height:48px;
    background: #fff;
}
.margin_bottom_30{
    height:36px;
    background: #f3f3f3;
}
.margin_bottom_60{
    height:60px;
    background: #eee;
}
.margin_bottom_white{
    background: #fff;
}

/*-内容区块-*/
.common{
    background: #fff;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:10px 10px;
    margin-bottom:10px;
}
.common_none_padding{
    padding:0;
}
.common_list{
    padding:0 10px;
}
.common_list2{
    padding:10px 0;
}
.product_common2{
    padding-bottom:0px;
}

/*-全屏遮罩-*/
.mask_mod{
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    z-index: 91;
}

/*-列表-*/
.lists{
    list-style-type: none;
    margin:0;
    padding:0;
    text-align: right;
}
.lists li{
    font-size:14px;
    line-height:50px;
    width:100%;
    border-bottom: 1px solid #eee;
}
.lists li:last-child{
    border-bottom: none;
}
.lists li span{
    float:left;
    color: #666;

}
.lists li a{
    color: #222;
}
.lists li a i{
    color: #ccc;
}

/*-列表左对齐-*/
.list_align_left{
    text-align: left;
}

/*-内容编辑无边文本框-*/
.edit_textInput{
    padding:0.5em;
    color: #222;
    font-size:14px;
    border:none;
    height:40px;
    line-height:40px;
    width:100%;
}

.table_list{
    width:100%;
}
.table_list tr td{
    border-bottom:1px solid #eee;
}

.checkbox_line{
    color: #53d769;
    line-height:60px;
}

/*-子级菜单选项卡-*/
.sub_head_nav{
    text-align: center;
    padding:0 10px;
    margin:0;
    border:none;
}
.sub_head_nav a{
    display: inline-block;
    width:30%;
    margin:0 5%;
    line-height:40px;
    color: #666;
    padding-top:2px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.sub_head_nav .activate{
    border-bottom: 2px solid #ff3b30;
    position: relative;
    top:1px;
    color: #222;
}



/*-页面异步加载状态-*/
.loading_complete{
    position: fixed;
    bottom:0;
    width:100%;
    line-height:48px;
    text-align: center;
    background: #f3f3f3;
}
.loading_complete a{
    color: #888;
}

.list_re3{
    margin:0;
    padding:0 0 10px 0;
    list-style: none;

    -moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari and Chrome */
    column-count:3;

    -moz-column-gap:10px;
    -webkit-column-gap:10px;
    column-gap:10px;
}
.list_re3 li{
}
.list_re3 li:last-child{
    padding-right:0;
}
.list_re3 li a h3{
    font-size:12px;
    font-weight:400;
    color: #666;
    line-height:18px;
    height:36px;
    margin:5px 0;

    overflow: hidden;
    text-overflow: ellipsis;
}
.list_re3 li span{
    font-size:12px;
}


.mask_num_mod{
    height:30px;
    line-height:30px;
    width: 64px;
    float: right;
    border:1px solid #ccc;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
}
.mask_num{
    height:30px;
    width:20px;
    padding:0px;

    border:none;
    text-align: center;
    font-size:14px;
    color: #666;
    float:left;

    border-right:1px solid #ccc;
    border-left:1px solid #ccc;

    border-radius:0px;
}

.mask_num_mod a{
    height:30px;
    width:20px;
    text-align: center;
    color: #666;
    float:left;
}
.mask_num_less{
}
.mask_num_add{
}



/*-底部菜单-*/
.bottom_nav{
    list-style: none;
    padding:10px 0 0 0;
    width:80%;
    margin:0 auto;
}
.bottom_nav li{
    /*display: inline-block;*/
    text-align: center;
    width:33.333333333333333%;
    float:left
}
.bottom_nav li a span{
    display: block;
    font-size:12px;
    color: #444;
}
.bottom_nav li a i{
    line-height:20px;
    font-size:18px;
    color: #999;
}


/*-弹出对话框层-*/
.pop_up_window{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    z-index: 99;
    background: rgba(0,0,0,0.75);
    text-align: center;
}
.pop_up_mod{
    position: absolute;
    top: 50%;
    left:50%;
    margin-top:-80px;
    margin-left:-45%;
    width:90%;
    background-color: #fff;
    padding-bottom:15px;
}
.pop_up_conntext{
    padding:30px 0;
    font-size:16px;
}
.pop_up_button a{
    margin:0 5px;
    width:72px;
}


/*----6-22 xiaojianjiao----*/

.bg-gray{background: #f3f3f3;}

.bg-white{background: #fff;}

.border-top-none{border-top:none;}

.border-bottom-none{border-bottom:none;}

.innerAll-margin-bottom{ margin-bottom:10px  }
.block{ display: block;}
.center{ text-align: center}
.padding{ padding:10px;}
.height-auto{ height: auto!important;}
.cGray6{ color: #666}
.cGreen{ color: #53d769;}
.button_blue{background: #4096E0;}