﻿* { margin: 0;padding: 0;-webkit-tap-highlight-color: transparent;}
body {background-color: #FFF;}
.top{
    max-width: 640px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    background-color: #efefef;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
.content{
    width: 100%;
    text-align: left;
    background-color: #FFF;
    -webkit-overflow-scrolling: touch;
}
.top img{
    width:100%;
}
.bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 55px;
    z-index: 10;
    background-color:rgba(0, 0, 0, .6);
}
.hongbao_layer{
    padding:4px;
    background-color:rgba(0,0,0,0.8);
    position: absolute;
    z-index: 20;
    font-size:14px;
    text-align:center;
    color:#FFF;
    bottom:110px;
    left:15px;
    border-radius: 8px;
}
.float_layer{
    position: absolute;
    z-index: 10;
    right:10px;
    width:34px;
    bottom: 140px;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    border-radius:4px;
    padding:4px;
    font-size:12px;
    color: #FFF;
}
.hongbao_layer img{
    -webkit-animation:money 1s ease-in-out infinite;
    animation:money 1s ease-in-out infinite;
    animation-fill-mode:forwards
}
@keyframes money{
    25%{
        -webkit-transform:translate3d(0,-5px,0);
        transform:translate3d(0,-5px,0)
    }
    50%{
        -webkit-transform:rotate3d(0,0,1,20deg);
        transform:rotate3d(0,0,1,20deg)
        }
    75%{
        -webkit-transform:rotate3d(0,0,1,-20deg);
        transform:rotate3d(0,0,1,-20deg)
        }
    100%{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.opacity {
    width: 100%;;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    left: 0;
    z-index:100;
}
.malert{
    position: absolute;
    width:100%;
    height:100%;
    display:none;
    z-index:1000;
    background-color: rgba(0,0,0,0.7);
}
.malert .close{
    position: absolute;
    right:10px;
    top:10px;
}
.a1{
    display:inline-block;
    font-size:15px;
    line-height:24px;
    width: 100%;
    height: 24px;
    text-decoration:none;
    color:#FFF;
    vertical-align: middle;
}
.a1 span{
    margin-top:-500px;
}
.shell{
    position: absolute;
    width:100%;
    top:80%;
}
.core{
    height:24px;
    overflow:hidden;
    text-align: center;
}
img{
    margin: 0;
    padding: 0;
    border: 0;
}
.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow:auto;
    width: 100%;
    height: 100%;
}
.phone_layer{
    position: fixed;
    z-index: 10;
    right:15px;
    width:38px;
    top: 110px;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    border-radius:4px;
    padding:4px;
    font-size:12px;
    color: #FFF;
}
.customer_layer{
    position: fixed;
    z-index: 10;
    right:15px;
    width:38px;
    top: 210px;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    border-radius:4px;
    padding:4px;
    font-size:12px;
    color: #FFF;
}
.customer_layer img{
    -webkit-animation:money 1s ease-in-out infinite;
    animation:money 1s ease-in-out infinite;
    animation-fill-mode:forwards
}
.phone_layer img{
    -webkit-animation:money 1s ease-in-out infinite;
    animation:money 1s ease-in-out infinite;
    animation-fill-mode:forwards
}
.customer_alert{
    position: fixed;
    z-index: 10;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.customer_alert_content{
    width: 90%;
    height: 80%;
    margin-left: auto ;
    margin-right: auto ;
    margin-top:30px;
    background-color: rgba(0,0,0,0);
    overflow: auto;
}
.music_layer{
    position: absolute;
    z-index: 10;
    top:5px;
    right:5px;
    width:34px;
}
.tousu_layer{
    position: absolute;
    z-index: 10;
    top:55px;
    right:5px;
    width:34px;
}
.customer_alert_close{
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 5px;
}
@keyframes rotate{
    from{transform: rotate3d(0,0,1,0deg);}
    to{transform: rotate3d(0,0,1,359deg);}
}
.rotate{
    animation: rotate 2s linear infinite;
}
.wechat_title{
    font-size:24px;
    margin-bottom:15px;
    text-align:left;
    width:90%;
    margin-right: auto;
    margin-left:auto;
}
.wechat_author{
    font-size:14px;
    margin-top:4px;
    margin-bottom:12px;
    text-align:left;
    width:90%;
    color:#325c90;
    margin-right: auto;
    margin-left:auto;
}
.wechat_bottom{
    font-size:14px;
    margin-top:4px;
    margin-bottom:8px;
    width:90%;
    margin-right: auto;
    margin-left:auto;
}
.copyright_bottom{
    font-size:14px;
    margin-top:4px;
    margin-bottom:8px;
    width:90%;
    margin-right: auto;
    margin-left:auto;
}
.btn-go{
    width: 75%;
    background-color: #3465a1;
    color:#FFFFFF;
    text-align:center;
    height:28px;
    line-height:28px;
    margin-right: auto;
    margin-left:auto;
    border-radius:12px;
    font-size:14px;
}
.wechat_floot{
    background-color:#efefef;
    width:100%;
    margin-top:32px;
}
.wechat_comment{
    text-align:center;
    color:#325c90;
    font-size:18px;
}
.comment_layer{
    text-align:left;
    width: 95%;
    margin-left: 2.5%;
}
.active_content {
    padding: 0 15px 10px;
}
.active_content p {
    line-height: 32px;
}
.appointment-submit {
    line-height: 48px;
    display: inline-block;
    width: 48%;
    background-color: #F5F5F5;
    border-radius: 2px;
    color: #C42329;
    font-size: 17px;
}
.redpacket-submit {
    line-height: 48px;
    display: inline-block;
    width: 48%;
    background-color: #D92D31;
    border-radius: 2px;
    color: #ffffff;
    font-size: 17px;
}