/*Public.Begin*/
html{
    background:#f7f7f7;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    width:100%;
    height:100%
}

body{
    width:100%;
    height:100%;
    }
/*Public.End*/
#header{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 70px;
    background:#f10215;
    z-index: 1000000;
}
#redblank{
    position: fixed;
    top: 69px;
    width: 100%;
    height: 100px;
    background-color: #f10215;
    -moz-border-radius:0px 0px 100% 13%;
    -webkit-border-radius:0px 0px 100% 13%;
    border-radius:0px 0px 100% 13%;
}
#logo{
    position: relative;
    float:left;
    width: 40px;
    margin-left: 3%;
    margin-top: 15px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
}
#showboard{
    position:relative;
    float:left;
    margin-left: 3%;
    width:50%;/*写给不支持calc()的浏览器*/
    width:-moz-calc(91% - 90px);
    width:-webkit-calc(91% - 90px);
    width:calc(91% - 90px);
    height:40px;
    margin-top:15px;
    background:#fff;
    -moz-border-radius:20px 0px 0px 20px;
    -webkit-border-radius:20px 0px 0px 20px;
    border-radius:20px 0px 0px 20px;
    overflow:hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
#showicon{
    position:relative;
    height:40px;
    width:40px;
    float:left;
    background:url(../img/search.png) center center no-repeat;
    background-size:80%;
}
#keyword{
    position:relative;
    float:left;
    width:50%;/*写给不支持calc()的浏览器*/
    width:-moz-calc(100% - 40px);
    width:-webkit-calc(100% - 40px);
    width:calc(100% - 40px);
    height:40px !important;
    padding-top:13px !important;
    padding-bottom:13px !important;
    vertical-align: middle;
    padding-left:2px;
    border:none;
    background:transparent;
    outline:none;
    color:#666;
    caret-color:#f10215;
    font-size:12px;
    -webkit-appearance:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
#keyword::-webkit-input-placeholder{
  height:40px !important;
    padding-top:13px !important;
    padding-bottom:13px !important;
    vertical-align: middle;
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none !important;
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none !important;
    position: relative !important;
    margin-right:0px;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    background:url(../img/searchcancel.png) center right no-repeat !important;
    background-size:30% !important;
}
#showbutton{
    position:relative;
    width:50px;
    height:40px;
    margin-top:15px;
    margin-right: 3%;
    float:left;
    margin-right:0px;
    background-size:60%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    -moz-border-radius:0px 20px 20px 0px;
    -webkit-border-radius:0px 20px 20px 0px;
    border-radius:0px 20px 20px 0px;
    background:#fff;
}
#showbutton h1{
    display: inline-block;
    width:90px;
    height:80px;
    line-height:80px;
    font-size:24px;
    transform: scale(0.5);
    transform-origin: 0% 0%;
    color: #666;
    text-align: center;
}

.swipe {
  visibility: hidden;
  position: relative;
  max-width:94%;
  margin:80px 3% 0px 3%;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
  overflow: hidden;
}
.swipe-wrap {
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
  overflow: hidden;
  position: relative;
}
/*.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
  padding-bottom: 10%;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
}*/
.swipe-wrap > div {
  float:left;
  width:100%;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
  position: relative;
  display: block;
}
.swipe-wrap img{
    width: 100%;
    display: block;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
}
#cat{
    position: relative;
    width: 94%;
    height: 50px;
    margin-top: 3%;
    margin-left: 3%;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    background-color: #fff;
}
#cat li{
    position: relative;
    width: 25%;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #000;
}
.cathover{
    color: #f10215 !important;
}
#list{
    position: relative;
    width: 100%;
    margin-top: 3%;
    z-index: 10;
}
#list li{
    position:relative;
    width:94%;
    height:230px;
    margin-left:3%;
    margin-bottom:3%;
    margin-top: 50px;
    float:left;
    background:#fff;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    z-index: 10;
    /*box-shadow: 0px 0px 8px 2px rgba(70, 70, 70, 0.2);*/
    }
.glistimg{
    position:relative;
    width:150px;
    padding-bottom:150px;
    float: right;
    margin-right: 25px;
    margin-top: -30px;
    background-repeat:no-repeat;
    background-size: cover;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    }
.listicon{
    position: absolute;
    height: 100px;
    left: 40px;
    top: 25px;
}
#list li h1{
    width:100%;
    width:-moz-calc(100% - 50px);
    width:-webkit-calc(100% - 50px);
    width:calc(100% - 50px);
    margin-right: 25px;
    float: right;
    font-size:16px;
    font-weight: bold;
    line-height:18px;
    height:18px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom:2px;
    color:#222;
    }
#list li h2{
    position:relative;
    float: right;
    width:100%;
    width:-moz-calc(100% - 50px);
    width:-webkit-calc(100% - 50px);
    width:calc(100% - 50px);
    margin-right: 25px;
    line-height:16px;
    height:16px;
    margin-top: 10px;
    overflow:hidden;
    color:#777;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    }
#list li h2:before {
    width:14px;
    height:14px;
    content:'￥';
    clear: both;
    position:relative;
    font-size:10px;
}
.gh21{
    font-size:16px;
    text-decoration:line-through;
    }
.gh32{
    position:relative;
    margin-left: 8px;
    font-size:12px !important;
    color:#999;
    text-decoration:none !important;
    }
#list li h3{
    position:relative;
    float: right;
    font-size: 16px;
    width:100%;
    width:-moz-calc(100% - 50px);
    width:-webkit-calc(100% - 50px);
    width:calc(100% - 50px);
    margin-right: 25px;
    line-height:16px;
    height:16px;
    margin-top: 10px;
    overflow:hidden;
    color:#f10215;
    font-weight:bold;
    padding-bottom:7px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    }
#list li h3:before {
    width:14px;
    height:14px;
    content:'￥';
    clear: both;
    position:relative;
    font-size:10px;
    font-weight:normal !important;
}
#list li h4{
    position:absolute;
    right: 25px;
    bottom: 23px;
    width:80px;
    margin-left:0%;
    font-size:12px;
    line-height:30px;
    height:30px;
    background-color: #f10215;
    color:#fff;
    text-align:center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#list li h5{
    position: absolute;
    color: #ccc;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    top: 25px;
    left: 40px;
    z-index: 3;
    }
#listfooter{
    clear: both;
    width: 100%;
    height: 80px;
}


