﻿/*幻灯片*/
.banner{width: 100%;height: 2.8rem;}
/*微信提示框样式*/
.ft_toast{font-size:0.5rem}
.weui_dialog_hd{ padding:0;}

.f38{font-size:38px!important;}
.f20{font-size:20px!important;}
.f18{font-size:18px!important;}
.f16{font-size:16px!important;}
.f15{font-size:15px!important;}
.f14{font-size:14px!important;}
.f13{font-size:13px!important;}
.f12{font-size:12px!important;}
.f10{font-size:10px!important;}
.fyj{font-size:0.78em!important;/*font-size:0.59rem!important;*/}
.f8{font-size:8px!important;}
.f0{font-size:0px!important;}
.fc {text-align: center;}

.weui_toast_content{font-size:16px!important;}
/**页面加载**/
.spinner {margin: 100px auto 0;width: 150px;text-align: center;}
.spinner > div { width: 18px;height: 18px;background-color:#ddd;border-radius: 100%;display: inline-block;-webkit-animation: bouncedelay 1.4s infinite ease-in-out;animation: bouncedelay 1.4s infinite ease-in-out;/* Prevent first frame from flickering when animation starts */-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.spinner .bounce1 {-webkit-animation-delay: -0.32s;animation-delay: -0.32s;}
.spinner .bounce2 {-webkit-animation-delay: -0.16s;animation-delay: -0.16s;}
@-webkit-keyframes bouncedelay {0%, 80%, 100% { -webkit-transform: scale(0.0) }40% { -webkit-transform: scale(1.0) }}
@keyframes bouncedelay {0%, 80%, 100% {transform: scale(0.0);-webkit-transform: scale(0.0);} 40% {transform: scale(1.0); -webkit-transform: scale(1.0);}}

/*蓝店首页样式*/
.js_page{padding: 0.15rem 0.15rem 0.1rem;height:auto;display: inline-block;width: 100%;}
.js_page .js_item{width: 100%;float: left;margin-bottom: 0.1rem;height:auto;}
.js_page .js_item a{width: 100%;height:auto;}
.js_page .js_item .item_img{width:100%;height:auto;display: block;float: left;}
.js_page .js_item .img_two{width: 3.55rem;}
.js_page .js_item a:last-child .item_img{margin-left: 0.1rem;}

/*未开通服务样式*/
.js_page .prompt_notopen{width: 100%;text-align:center;font-size:0.5rem;margin-top:2rem;color:#5f5f5f;}

