.yuyue{
 padding-bottom: 20px;
}
.yuyue .sjs-info {
    padding:15px 0 5px;
    background: #fff;
}
.yuyue .sjs-info img{
    margin: 0 auto 15px;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 28px;
}
.yuyue .sjs-info p{
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 14px;
}
.yuyue .sjs-info .nick{
    font-size: 18px;
    color: #333;
}
.yuyue form{
    margin-top: 10px;
    padding-top: 10px;
    background: #FFF;
}
.yuyue .user-frame{
    margin: 0 10px 10px;
    display: block;
    height: 44px;
    width: auto;
    border: 1px #eee solid;
    background: #fff;
    border-radius: 4px;
    outline: none;
}
.yuyue input{
    border: 1px #dd4f50 solid;
    margin-top: 11px;
    padding: 0 10px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    border: 0;
    outline: none;
    font-size: 16px;
}
#yuyueCity{
    margin-top: 0;
    height: 42px;
    line-height: 42px;
}
.user-frame-city{ position: relative;}
.user-frame-city input{
    padding: 0;
    text-indent: 10px;
}
.user-frame-city:after{  
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 16px;
    z-index: 2;
    border: 5px solid transparent;
    border-left: 5px solid #aaa;
}
.user-frame-type{
    position: relative;
}
.user-frame-type:after{
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 2;
    border: 5px solid transparent;
    border-top: 5px solid #aaa;
}
.user-frame-type label{
    position: absolute;
    padding-left: 10px;
    color: #999;
    z-index: 5;
    font-size: 16px;
    line-height: 44px;
    line-height: 44px;
}
.yuyue .user-frame-area{
    position: relative;
}
.yuyue .user-frame-area i{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #666;
    font-style: normal;
}
.yuyue .user-frame-remark{
    height: 100px;
}
.yuyue .user-frame-remark textarea{
    padding: 9px 8px 5px;
    width: 100%;
    height: 98px;
    line-height: 20px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #666;
    resize:none;
}
.user-frame-btn{
    margin: 0 10px 20px;
    display: block;
    height: 44px;
    width: auto;
}
#yuyueBtn{
    width: 100%;
    display: block;
    height: 44px;
    margin: 0 auto;
    color: #fff;
    background: #DD4F50;
    -webkit-appearance: none;
    border-radius: 4px;
    font-size: 16px;
}
.yuyue .tips{
    width: 94%;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #999;
    text-align: left;
    line-height: 20px;
}
.yuyue .tips .column{
    padding-bottom: 2px;
    width: 100%;
    display: block;
    color: #dd4f50;
}
.yuyue .tips p{
    position: relative;
    text-indent: 5px;
    font-size: 14px;
}
.yuyue .tips p:before{
    content: " ";
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 2;
    background: #f77071;
    border-radius: 1.5px;
}

/* 预约成功页 */
.yuyue-success img{
    width: 60px;
    height: 60px;
    display: block;
    margin: 35px auto 15px;
}
.yuyue-success p{
    font-size: 14px;
    color: #666;
    text-align: center;
}
.yuyue-success .msg_b{
    padding-bottom: 10px;
    color: #34c083;
    font-size: 18px;
}
.yuyue-success a{
    margin: 85px auto 10px;
    display: block;
    height: 44px;
    width: 94%;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #34c083;
    border-radius: 4px;
    outline: none;
}
.yuyue-success .tips{
    width: 94%;
    padding-top: 30px;
    margin: 0 auto;
    color: #999;
    text-align: left;
    line-height: 20px;
}
.yuyue-success .tips label{
    padding-bottom: 10px;
    width: 100%;
    display: block;
}