[v-cloak] {
    display: none !important;

}
#app{
    background:#fff;
    height:100vh;
    box-sizing: border-box;
    max-width:1000px;
    margin:0 auto;
}
/* 内容区 */
.content-t{
    padding:5px;
    padding-bottom:10vh;
    overflow: hidden;
}
.banner{
    margin-bottom:10px;
}
.item_banner img{
    width:100%;
}
/* 统计 */
/* .census{
    margin-top: 5px;
    padding:10px 0;
    border-top:1px solid #999;
}
.census .one_t .t_cen{
    width:33.3%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
.census .one_t .conte{
    border-left:1px solid #999;
    border-right:1px solid #999;
} */
/* 00 */
.two_t .w_cen{
    width:33.3%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-top:8px;
}
.w_cen img{
    height:15px;
}
/* 分类 四宫格 */
.four_grid{
    border-top:1px solid #ccc;
    padding:10px 0;
}
.four_grid .item_t{
    width:25%;
    box-sizing: border-box;
    float: left;
}
.four_grid .item_t .item_content{
    width:70%;
    margin: 0 auto;
    text-align: center;
}
.item_content img{
    width: 100%;
    -moz-border-radius: 100px; 
    -webkit-border-radius: 100px; 
    border-radius: 100px;
    -moz-box-shadow:3px 3px 5px #999; -webkit-box-shadow:3px 3px 5px #999; box-shadow:3px 3px 5px #999; 
}
.item_content div{
    margin-top: 5px;
}
/* 两宫格，立即抢购*/
.boutique{
    padding:10px 0;
    border-top:1px solid #ccc;
}
.boutique >div{
    width:50%;
}
.boutique h4{
    padding: 10px 0;
}
.boutique img{
    width: 100%;
}
/* 4F四楼，在线博物馆*/
.F4_four{
    border-top:1px solid #ccc;
    margin-bottom:15px;
}
.F4_four .f4_item{
    width:50%;
    height:107px;
    box-sizing: border-box;
    float: left;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}
.F4_four .f4_item:nth-child(2n){
    border-right: none;
}
.f4_item .f4_left{
    width:50%;
    float: left;
    position: relative;
    padding-left:5px;
    top:50%;
    transform: translate(0,-50%);
    box-sizing: border-box;
}
.f4_item .f4_right{
    width:50%;
    float: right;
    position: relative;
    top:50%;
    padding:5px;
    transform: translate(0,-50%);
    box-sizing: border-box;
}
.f4_item .ites{
    float: left;
    width:50%;
    padding: 5px;
    padding-right:0;
    box-sizing: border-box;
}
.f4_item .f4_right img{
    width:100%;
}
/* 大师出品 */
.f5_title{
    margin-top:20px;
    height:40px;
}
.f5_title hr{
    position: relative;
    top:7px;
}
.f5_title h3{
    width:100px;
    background:#fff;
    position: absolute;
    left:50%;
    transform: translate(-50%,0);
    color: #007ACC;
    font-weight: 600;
    text-align: center;
    z-index: 1;
}
.f5_master{
    position: relative;
}
.f5_master .item_master{
    width:25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-bottom:15px;
    border-right:1px solid #ccc;
}
.f5_master .item_master:nth-child(4n){
    border-right:0;
}
/* 商品区 */
.g_goods{
    padding:5px;
    position: relative;
    background:#eee;
}
.g_goods .ul_list{
    margin-top:5px;
    position: relative;
    right:-2px;
}
.g_goods .ul_list .li_item{
    width:32.5%;
    margin-bottom:5px;
    box-sizing: border-box;
    float: left;
    background:#fff;
    -moz-box-shadow:1px 1px 3px #ccc; -webkit-box-shadow:1px 1px 3px #ccc; box-shadow:1px 1px 3px #ccc;
    padding:5px;
}
.g_goods .ul_list .li_item:nth-child(1n){
    margin-right:0.8%;
}
.g_goods .ul_list .li_item .item_img{
    position: relative;
}
.g_goods .ul_list .li_item .item_img .price{
    position: absolute;
    left:0;
    bottom: 1px;
    padding:2px 5px;
    color:#E81010;
    background: #DCBDC0;
    border-radius:5px;
    float: left;
}
.g_goods .ul_list .li_item .item_img .tp_ls{
    position: relative;
}
.g_goods .ul_list .li_item .item_img img{ 
    width: 100%;
}
.item_title{
    padding:12px;
    height:23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    margin-bottom:3px;
}
.item_title .item_price{
    background:#fff;
    padding-top:10px;
}
.item_price .price{
    color:#E81010;
    padding:2px 0;
}
.item_price .sold{
    color:#C4BEBA;
}
.more{
    position: absolute;
    right:0px;
    top:0px;
    color:#333;
    background:#eee;
    padding-left:3px;
    padding-right:25px;
    z-index: 1;
}
.more::after{
    content: '';
    display:block;
    clear: both;
    position: absolute;
    right:0;
    top: -2px;
    width:20px;
    height:20px;
    background-image: url('../image/more_right.png');
    background-size:100%;
}
/* 脚页 */
.footer{
    position: fixed;
    width:100%;
    max-width:1000px;
    left:0;
    bottom: 0;
    height:7vh;
    background:#fff;
    border-top: 1px solid #eee;
    max-width:1000px;
    left:50%;
    transform: translate(-50%,0);
    z-index: 9999;
}
.footer .fo_btn{
    width:20%;
    position: relative;
    float: left;
    height:7vh;
    text-align: center;
}
.footer .cont-c{
    position: absolute;
    width: 80%;
    height:5vh;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* background-color: red; */
}
.footer .cont-c img{
    width:35%;
    position: relative;
    top:-2px;
    margin-bottom:4px;
}
.footer .cont-c div{
    font-size:12px;
    color: #333;
}