ul,li,h1,h2,h3,h4,h5,h6,div,p,small {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mt40{ margin-top: 40px }
.mt30{ margin-top: 30px }
.mt20{ margin-top: 20px }
.mt15{ margin-top: 15px }
.mt55{ margin-top: 55px }
.mb50{ margin-bottom: 50px }
body{ line-height: 2; color: #697278; font-size: 15px;}
.img-item img{
    width: 100%;
}

@media (min-width: 640px)
{
.br{display: none;}
}

.mobile{
    width: 640px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.title{
    text-align: center;
    padding-top: 33px;
}
.title h2{
    font-size: 24px;
    color: #454545;
}
.title h2 em{
    font-style: normal;
    color: #e8ad20;
    font-size: 30px;
}
.title small{
    display: block;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}
.title p{
    width: 30px;
    height: 2px;
    margin: 6px auto 0;
    background: #e2c543;
}

.warp{
    padding: 0 15px;
}
.text{
    font-size: 15px;
    color: #697278;
    text-align: center;
}
.price{
    border: 2px solid #dadada;
}
.prices{
    display: flex;
    padding-top: 20px;
}
.prices li{
    flex:1;
    text-align: center;
    padding-top: -4px;
}
.prices li p{
    margin-top: -4px;
}
.prices li:first-child{
    border-right: 1px solid #f0f0f0;
}
.prices li div{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -14px;
}
.prices li div em{
    font-style: normal;
}
.prices li div em:first-child{
    font-size: 18px; 
    margin-right: 5px;
}
.prices li div em:last-child{
    font-size: 30px; 
    font-weight: bold;
    margin-top: -10px;
}

.zixun{
    color:#fff;
    text-align: center;
    display: block;
    padding: 4px 0;
    text-decoration: none;
    margin:  24px 15px 33px 15px;
    background: #edb328;
}
.zixun:focus{
    color:#fff;
    text-decoration: none;
}

.grey{
    padding-bottom: 30px;
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
}
.grey ul{
    display: flex;
    margin: 0 -5px;
    padding-top: 20px;
    justify-content: space-between;
}
.grey ul li{
    margin: 0 5px;
    text-align: center;
}
.grey ul li h2{
    font-size: 15px;
    font-weight: bold;
    color: #697278; 
}
.grey ul li p{
    font-size: 12px;
    padding-top: 10px; 
    line-height: 1.6;
    color:#9199a2;
}

.appointment{
    display: flex;
    flex-direction: column;
}
.appointment li{
    margin-top: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #d8d8d8;
}
.appointment li input{
    border: none;
    outline: none;
}
.appointment a{
    color: #fff;
    text-align: center;
    display: block;
    padding: 6px 0;
    font-size: 18px;
    text-decoration: none;
    margin: 40px 0px 0px 0px;
    background: #edb328;
}
.appointment a:focus{
    color:#fff;
    text-decoration: none;
}
.note{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
.note li{
    display: flex;
    flex-direction: row;
    padding-top: 5px;
}
.note li p:first-child{
    width: 70px;
}
.note li p:last-child{
    flex-grow: 1;
}

.yellow_bg{
    margin-top: 33px;
    padding-bottom: 30px;
    background: #edb328;
}

.process{
    display: flex;
    margin-top: 30px;
    background: url(../img/dashed.png) no-repeat center 19px;
    background-size: 300px auto
}
.process li{
    flex: 1;
    color: #fff;
    text-align: center;
}
.process li h4{
    font-size: 14px;
    padding-top: 15px;
}
.process li img{
    width: 40px;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem 0rem 30px 0rem;
}


.modal-content{
    overflow: hidden;
}
.modal-body .head{
    color: #fff;
    text-align: center;
    padding: 6px 0;
    background: #edb328;
}
.modal-body .main{
    padding: 30px 0 20px 0;
    text-align: center;
}
.modal-body .main img{
    width: 40px;
    margin-right: 10px;
}
.modal-body .foot{
    text-align: center;
}
.modal-body .foot a{
    color: #fff;
    text-align: center;
    padding: 4px 30px;
    border-radius: 50px;
    text-decoration: none;
    background: #edb328;
}
.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    margin-top: 10rem;
}