﻿/*2015-1-5  Five-xlx QQ:673921852*/

/*bootstrap重写----- */
body{ font-size:12px;}
::selection {background: #eb7350;color: #fff;}
label,b{ font-weight:normal; margin:0}
input[type=text]{ -webkit-appearance:none;}
input[type=checkbox], input[type=radio]{  vertical-align: middle;margin: 0 0 0 5px;}
span{ display:inline-block;}
em{ font-style:normal}
ul{ padding:0; margin:0}
li{list-style: none;}
p{ margin:0}
h3{ margin:0}
h4{ font-size:14px;}
s{ text-decoration:none;}
a{ color:#333;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover, a:focus{ text-decoration:none;}
a:active,a:hover{ color:#e73641}
.container { max-width: 640px; padding: 0; overflow:hidden; }
.color{ color:#e73641}
.input-xs{height: 34px;padding: 2px 5px;font-size: 12px;line-height: 1.5;border-radius: 3px;}
.gray{ color:#999;}
.red{ color:#e73641;}
.red:active{ color:#bb3333; text-decoration:underline;}
.block{ display:block;}
.mt10{ margin-top:10px;}
.mb10{ margin-bottom:10px;}
.mr10{ margin-right:10px;}
.f14{ font-size:14px;}
.btn-primary{ background-color:#e73641; border-color:#d02e39}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{ background-color:#dd212d; border-color:#cc1722}
.progress-sm{ height:14px; border-radius:2px;}
.list-group .list-group-item{border-left: 0;border-right: 0;}
.list-group{ margin-bottom:10px;}

/*11-30LPP*/
.list-group-item .shop-score em{padding-right: 25px;color:#e73641;}

.bg-white { background-color: #fff; }
.loading{ width: 100%; height:50px; text-align:center;padding-top: 10px;background-color:#fff;}
.loading{ text-align:center; line-height:30px; color:#494e52; font-size:.11rem; }
.loading span{padding:15px 50px; background:url(../images/loading2.gif) center no-repeat; background-size: 64px;}

/*专题-----------*/
.banner{ margin-bottom:10px;}
.banner img{ width:100%;}
.tab-hd{ margin:0 -5px;}
.tab-hd div{ padding:0 5px;}
.tab-hd a{ text-align:center; display:block; line-height:30px; border:1px solid #ddd; cursor:pointer;}
.tab-hd div.cur a{ color:#fff; border-color:#e73641;background-color:#e73641;}
.fixed-box{}
.fixed{ background-color:#fff; box-shadow: 0 1px 2px rgba(0,0,0,.1); position:fixed; top:0; left:0; z-index:777; padding:5px 0}


/*loading----*/
.ajax-loading{ width:100%; height:100%; position:fixed; z-index:999999; background-color: rgba(0, 0, 0, 0.2); transition:all ease-in-out .5s; top:0; left:0; display:none; }
.ajax-loading p{ width: 100px;height: 100px;padding-top: 60px;background: url(../images/progress.gif) no-repeat center;border-radius: 5px;background-color: rgba(0, 0, 0, 0.8);color: #fff;font-size: 16px;}
.lazyload{ background:url(../images/loading.gif) no-repeat center;}


.alert-c .alert-case3{display:none;}
.alert-c .alert-case4{display:none;}
.alert-c .alert-case5{display:none;}
.alert-c .alert-case6{display:none;}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}