/*通用样式*/
*{font-family:Arial,"微软雅黑",tahoma,'宋体',Lucida,Verdana,Helvetica,sans-serif;}
html{width:100%;height:100%;font-size: 62.5%;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;overflow-scrolling:touch; min-width: 320px;max-width: 640px;margin:0 auto;-webkit-text-size-adjust:none;}
body{margin:0;padding: 0;background-color: #f8f8f8;}
input[type=checkbox], input[type=radio] {box-sizing: border-box; padding: 0; height: 14px; width: 14px;vertical-align: middle;}
input[type="submit"] {background-image: url(../images/blue.png);}
input{-webkit-appearance: none;}
fieldset, img{border: 0;}
a{color: #666666;}
a, input, textarea{text-decoration: none; outline: 0; -webkit-tap-highlight-color: transparent;}
a:link, a:visited{color: #666; text-decoration: none;}
ol,ul,li{list-style:none}
dl,dt,dd,ul,li,h1,h2,h3,h4,h5,p{margin:0;padding:0}
em,h1,h2,h3,h4,h5,i{font-style: normal;font-weight: normal;}
input,textarea{outline:none}
button, input, select, textarea {font-family: inherit; color: #666;border:0;}
.clearfix:before, .clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
#main{padding-bottom: 50px;display: none;}
#error {display: none!important;}
table{width: 100%!important;}
.detail_body_blur {-webkit-filter: blur(5px);}
.ellips {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
header,main,footer{display: none;}
/*加载中*/
.list_loading {height: 16px; padding: 10px 0 10px; text-align: center;}
.list_loading i {height: 16px;width: 16px; display: inline-block;background: url('../images/icon/icons.png') no-repeat 0px -1px/16px; margin-right: 10px; vertical-align: middle;-webkit-animation: loading 1s infinite linear; -ms-animation: loading 1s infinite linear; -o-animation: loading 1s infinite linear; -moz-animation: loading 1s infinite linear;animation: loading 1s infinite linear;}
.list_loading span {height: 16px; display: inline-block; line-height: 16px; vertical-align: middle; color: #A0A0A0;font-size: 14px;}
@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}}
/*加载动画*/
#loading {width: 100%; height: 100%; background-color: #fff; z-index: 9999; position: fixed;top: 0;left: 0;}
#loading .tl{position: absolute; top: 50%; left: 50%; font-size: 1.2rem; width: 120px; height: 30px;margin-top: 25px;margin-left: -60px; color: #666;}
.spinner { width: 32px; height: 32px;position: relative;top: 50%;left: 50%;margin-top: -72px;margin-left: -42px;}
.cube1, .cube2 {background-color: #099fde; width: 30px; height: 30px; position: absolute; top: 0; left: 0; -webkit-animation: cubemove 1.8s infinite ease-in-out; animation: cubemove 1.8s infinite ease-in-out;}
.cube2 {-webkit-animation-delay: -0.9s; animation-delay: -0.9s;}
@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*弹出*/
.other_show{width: 100%;;max-width: 640px;height: 0; background: #fff; margin: 0 auto; position: fixed; bottom: 0; left: 0; right: 0; z-index: -1; overflow-x: hidden; overflow-y: auto; -webkit-transform: translate3d(0px,100%,0px); -moz-transform: translate3d(0px,100%,0px); transform: translate3d(0px,100%,0px); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19); -moz-transition: -moz-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19); -o-transition: -o-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19); transition: all 0.3s cubic-bezier(0.55,0.055,0.675,0.19);}
.other_show.show{-webkit-transform: translate3d(0px,0%,0px); -moz-transform: translate3d(0px,0%,0px); transform: translate3d(0px,0%,0px); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); -moz-transition: -moz-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); -o-transition: -o-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); transition: transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); display: block; z-index: 9999; height: 100%;}
/*页头样式*/
header{height: 50px; line-height: 50px; color: #fff; background-color: #099fde; position: fixed!important; top: 0; left: 0; width: 100%; z-index: 999;}
header .back{position: absolute;left: 10px;top: 0;width: 40px;height: 40px;}
header .back i.ico:after{content: ""; display: inline-block; width: 10px; height: 10px; margin-left: 8px; vertical-align: middle; border-left: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); box-sizing: border-box;}
header h1{position: absolute;left: 0;right: 0;margin: 0 auto;width: 80%;text-align: center;}

main{padding: 50px 0;}
section.bd{margin-top:50px;}

/*页脚样式*/
footer{position: fixed; bottom: 0; width: 100%; max-width: 640px;}
footer ul{border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;}
footer ul li{width: 25%;float: left;text-align: center;background-color: #fff;padding: 1rem;box-sizing: border-box;font-size: 1.1rem;border-right: 1px solid #e6e6e6;}
footer ul li i{background-repeat: no-repeat;background-size: cover;display: block;width: 2rem;height: 2rem;margin: 0 auto;}
footer ul li i.f1{background-image: url(../../images/ico/phone.png);}
footer ul li i.f2{background-image: url(../../images/ico/help.png);}
footer ul li i.f3{background-image: url(../../images/ico/link.png);}
footer ul li i.f4{background-image: url(../../images/ico/member.png);}
footer ul li i.f5{background-image: url(../../images/ico/city.png);}
footer ul li i.f6{background-image: url(../../images/ico/des.png);}
footer ul li i.f7{background-image: url(../../images/ico/sort.png);}
footer ul li i.f8{background-image: url(../../images/ico/filter.png);}
footer ul li i.f9{background-image: url(../../images/ico/price.png);}
footer ul li i.f10{background-image: url(../../images/ico/date.png);}
footer ul li i.f11{background-image: url(../../images/ico/c_type.png);}
footer ul li i.f12{background-image: url(../../images/ico/toCity.png);}
footer ul li i.f13{background-image: url(../../images/ico/i3.png);}
footer ul li i.theme{background-image: url(../../images/ico/theme.png);}
footer ul li i.level{background-image: url(../../images/ico/level.png);}
footer > div{line-height: 3rem;background-color: #fff;text-align: center;font-size: 1.2rem;color: #999;}

/*响应式控制*/
/*@media screen and (min-width: 300px) {
    html {
        font-size: 9px; } }
@media screen and (min-width: 320px) {
    html {
        font-size: 10px; } }
@media screen and (min-width: 340px) {
    html {
        font-size: 11px; } }
@media screen and (min-width: 360px) {
    html {
        font-size: 12px; } }
@media screen and (min-width: 400px) {
    html {
        font-size: 13px; } }
@media screen and (min-width: 420px) {
    html {
        font-size: 14px; } }
@media screen and (min-width: 440px) {
    html {
        font-size: 15px; } }
@media screen and (min-width: 460px) {
    html {
        font-size: 16px; } }
@media screen and (min-width: 480px) {
    html {
        font-size: 17px; } }
@media screen and (min-width: 500px) {
    html {
        font-size: 18px; } }
@media screen and (min-width: 520px) {
    html {
        font-size: 19px; } }
@media screen and (min-width: 550px) {
    html {
        font-size: 20px; } }
@media screen and (min-width: 570px) {
    html {
        font-size: 21px; } }
@media screen and (min-width: 600px) {
    html {
        font-size: 22px; } }
@media screen and (min-width: 620px) {
    html {
        font-size: 23px; } }
@media screen and (min-width: 640px) {
    html {
        font-size: 24px; } }*/
