/*powered by www.haotihuo.com*/
body{max-width: 680px; margin: 0 auto}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
button,#captcha{cursor: pointer}
a:link,a:hover,a:active,a:visited{text-decoration: none}
:focus{outline:0;}
body,td,p{font-size: .75rem}
img{max-width: 100%; margin:0 auto; display:block}
::-webkit-input-placeholder { /* WebKit browsers */
    font-size:.6rem;color: #ccc}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size:.6rem;color: #ccc}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size:.6rem;color: #ccc}
.header{background: #FFF;width: 100%;margin:0;padding: 0;}
.header h1{text-align: left; margin: 0;padding: 0;font-size:.75em;}
.header h1 img{max-height:36px; padding:6px 0 0 5px;display: inline-block;border: none}
.header span{float: right; color: #222; margin-top: -6px; margin-right:6px}
.header span{max-height:40px; padding:2px 0 0 0;}
.header span a{color:#222}
.content{padding: 0 1.5rem 1rem 1.5rem; font-size:.75rem;background: #efefef;}

.weui-cells{background-color:#FFF;border:1px solid #e5e5e5; border-radius:5px; margin: 0 0 10px}
.weui-cells:before{border-top:0px solid #e5e5e5;}
.weui-cells:after{border-bottom:0px solid #e5e5e5;}
.weui-cell{padding:8px 10px;}
.weui-cell__hd{color: #666}
.wxts{padding:0 0 20px 0;text-align: center;font-size: .65rem}


/*========重置微信样式=======*/
.trace-tab{width: 100%;margin-top: 20px;}
.trace-tab,.trace-tab td{border:1px solid #ccc;border-collapse: collapse;}
.trace-tab th{border:1px solid #ccc;}
.trace-tab td{text-align: center;padding: 0.1rem;}
.footer{position: fixed;bottom: 0;z-index: 555; padding-bottom: }
.weui-tabbar__icon>i{
    font-size: 18px;
}
.title{margin-top: 0.5rem;}
.title{font-size: .75rem}
.tips{font-size:.7rem;}
.tips ul li{list-style: none}
.about{font-size:.7rem;padding: 20px 0 0 0;line-height: 1.8}
.tishi,.text{ font-size:.75rem; padding:10px 0}
i.glyphicon-qrcode{ margin-right:2px}
i.weui-icon-cancel{ font-size:.8rem; margin-top:-3px}
.error{ color:red}

footer {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
    color:#666;
    border-top:0px solid #EEE ;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: .5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFF;
}
.closeWindow img{ max-width: 80%; text-align: center; margin: 0 auto; display: block}
.swiper-slide img{min-height: 180px; background: url('../images/loading.gif') no-repeat center center}

.c-main{background: #efefef;padding: 24px 0;}
.c-main a{display: block;color: #666;font-weight: 600;border: 1px #EEE solid}
/*.c-main a:hover{color: #b90f1d;border: 1px #b90f1d solid}
.haotihuo-icon i{font-size:36px;}
.haotihuo-text{font-size:16px}

h2.order{display: block;background: #b90f1d;color: #FFF;font-size: 18px;padding: 5px 15px}*/
/*移动端底部菜单*/
.btn-b{
    display: none;
    position:fixed;
    z-index:999;
    bottom:0px;
    border-top:1px solid #eee;
    background:#e6e6e6;
    width:100%;
    text-align:center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;}
.menu-b{position:relative;
    float:left;
    width:33.33%;
    height:50px;
    line-height:50px;
    background:#fff;
    border-right:1px solid #ebebeb;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;}
.menu-b:last-child{border-right:none;}
.menu-sub{position:absolute;
    bottom:60px;
    z-index:10;
    width:100%;
    padding: 0px 10px;
    background: #fff;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display:none;}
.menu-sub li{width: 100%;
    list-style: none;
    background:#fff;
    float:none;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-top:1px solid #f2f2f2;}
.menu-sub li a{display:block;
    height:50px;
    line-height:50px;
    text-align:left;
    background:#fff;
    color:#656565;
    border:none;
    text-align:center;
    font-size:16px;
    text-decoration: none;
}
.menu-more{position:absolute;bottom:5px;right:5px;width:0;height:0;border:5px solid transparent;border-right:5px solid #000;border-bottom:5px solid #000;opacity:.5;}
.btn-name{font-size:16px;color:#000;}
.btn-name a{display:block;font-size:16px;color:#656565;text-decoration: none;}
.menu-sub .tiggle{
    width:0px;
    height:0px;
    position:absolute;
    left:50%;
    margin-left:-10px;
    bottom:-9px;
    border-top:10px solid #EEEEEE;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    z-index:10;
}
.menu-sub .innertiggle{
    width:0px;
    height:0px;
    position:absolute;
    left:50%;
    margin-left:-9px;
    bottom:-8px;
    border-top:9px solid white;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    z-index:11;
}

@media (max-width: 767px) {
    .btn-b{display: block}
    footer {
        padding: 20px 0 70px 0;
    }
}
@media (max-width: 600px) {
    .c-main a, .c-main a:hover{
        border:0px
    }
    .content{padding: 0 1rem 1rem 1rem;}
    .wxts{font-size: small}
}


.table{
    empty-cells:show;
    border-collapse: collapse;
    margin:10px 0;
    border:1px solid #000;
    color:#222;
    width:100%
}
.table td{height:30px; line-height:30px;
}

.table th {
    height:32px;line-height:32px;background-color:#2B5CC5; text-align:left; color:#FFF
}
.table th a{ color:#FF0}
.table th a:hover{ color:#F60}
.table td,.table_code th{
    border:1px solid #000;
    padding:0 1em;
}
.passhide{position: absolute;right:0px;top:3px;width:40px;height:40px;z-index: 999;text-align: center;cursor: pointer;color: #666}
.passhide i{font-size: 24px}
/*---------validate---------*/
.clear {
    clear: both
}

.pintu {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    opacity: 1;
    line-height: 38px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    color: #35a0f1;
    background-image: linear-gradient(180deg, #fff 0, #f3f3f3 100%)
}

.pintu_radia {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 65px;
    top: 3px;
    border: 1px solid #35a0f1;
    background: #80bfef;
    border-radius: 50%;
    overflow: hidden;
    animation: changestyle .5s linear .5s infinite alternate
}

.pintu_radia:after {
    position: absolute;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 50%;
    background: #35a0f1;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    content: ''
}

@keyframes changestyle {
    from {
        width: 30px;
        height: 30px;
        left: 65px;
        top: 3px
    }
    to {
        width: 20px;
        height: 20px;
        left: 70px;
        top: 10px
    }
}

.pintu_div_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: .3;
    filter: alpha(opacity=30);
    background-color: #000;
    *zoom: 1;
    display: none
}

.pintu_div {
    display: none;
    background-color: white;
    z-index: 1000000;
    width: 260px;
    height: 260px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -130px;
    margin-left: -130px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);
    -moz-box-shadow: 2px 2px 5px #969696;
    -webkit-box-shadow: 2px 2px 5px #969696;
    box-shadow: 2px 2px 5px #969696
}

.pintu_div .pintu_canvas_bg {
    z-index: 0
}

.pintu_div .pintu_canvas_mark {
    z-index: 10000
}

.pintu_div canvas {
    position: absolute;
    left: 10px;
    top: 10px
}

.pintu_div .loading {
    padding-top: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #ccc;
    width: 240px;
    height: 150px;
    text-align: center;
    box-sizing: border-box
}

.dd {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: ddf .1s ease-in 0s infinite;
    -o-animation: ddf .1s ease-in 0s infinite;
    animation: ddf .1s ease-in 0s infinite
}

@-webkit-keyframes ddf {
    0% {
        -webkit-transform: translate(-5px, 0px)
    }
    25% {
        -webkit-transform: translate(-3px, 0px)
    }
    50% {
        -webkit-transform: translate(0px, 0px)
    }
    75% {
        -webkit-transform: translate(5px, 0px)
    }
    100% {
        -webkit-transform: translate(0px, 0px)
    }
}

@-o-keyframes ddf {
    0% {
        -o-transform: translate(-5px, 0px)
    }
    25% {
        -o-transform: translate(-3px, 0px)
    }
    50% {
        -o-transform: translate(0px, 0px)
    }
    75% {
        -o-transform: translate(5px, 0px)
    }
    100% {
        -o-transform: translate(0px, 0px)
    }
}

@-moz-keyframes ddf {
    0% {
        -moz-transform: translate(-5px, 0px)
    }
    25% {
        -moz-transform: translate(-3px, 0px)
    }
    50% {
        -moz-transform: translate(0px, 0px)
    }
    75% {
        -moz-transform: translate(5px, 0px)
    }
    100% {
        -moz-transform: translate(0px, 0px)
    }
}

@keyframes ddf {
    0% {
        transform: translate(-5px, 0px)
    }
    25% {
        transform: translate(-3px, 0px)
    }
    50% {
        transform: translate(0px, 0px)
    }
    75% {
        transform: translate(5px, 0px)
    }
    100% {
        transform: translate(0px, 0px)
    }
}


@-webkit-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px
    }
    to {
        left: 350px;
        top: 70px
    }
}

@-o-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px
    }
    to {
        left: 350px;
        top: 70px
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px
    }
    to {
        left: 350px;
        top: 70px
    }
}

@keyframes searchLights {
    0% {
        left: -800px;
        top: 70px
    }
    to {
        left: 350px;
        top: 70px
    }
}

.slide, .slide_block, .tools .pintu_close, .tools .pintu_refresh {
    background-repeat: no-repeat;
    background-image: url('../images/icon.png')
}

.pintu_msg_ok {
    background-color: #24c628
}

.pintu_msg_error {
    background-color: #de5145
}

.pintu_msg_ok, .pintu_msg_error {
    position: absolute;
    text-align: center;
    top: 140px;
    left: 10px;
    width: 240px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    margin: 0;
    padding: 2px 10px;
    overflow: visible;
    background-position: 0 0;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10000
}

.slide {
    position: absolute;
    top: 160px;
    width: 93.52%;
    height: 0;
    background-color: white;
    background-size: 100%;
    margin: 5.39% 3.24%;
    padding: 0 0 13.67%;
    overflow: visible;
    background-position: 0 0
}

.tools {
    position: absolute;
    top: 210px;
    width: 93.52%;
    height: 0;
    background-color: white;
    background-size: 100%;
    margin: 5.39% 3.24%;
    padding: 5px 0 13.67%;
    overflow: visible;
    background-position: 0 0;
    border-top: 1px solid #eee
}

.slide_block {
    background-position: 0 34.7%;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    margin: -4.62% 0 0 -2.31%;
    cursor: pointer
}

.slide_block_text {
    background-position: 0 12.9794%;
    height: 65px;
    line-height: 18px;
    position: absolute;
    left: 65px;
    top: 20px;
    margin: -4.62% 0 0 -2.31%;
    cursor: pointer;
    font-size: 14px;
    color: #88949d
}

.tools .pintu_close {
    background-position: 0 50%;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 10px;
    cursor: pointer
}

.tools .pintu_refresh {
    background-position: 0 94%;
    height: 30px;
    width: 30px;
    float: left;
    cursor: pointer
}

.tools .pintu_tips {
    float: right;
    margin-right: 3px;
    cursor: pointer;
    font-size: 14px;
    color: #666
}

.tools .pintu_tips a {
    text-decoration: none;
    font-size: 10px;
    color: #88949d
}
/*---------validate---------*/