.menu-fixed{
    width: 55px;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 110;
}
.menu-fixed h5{
    font-size:13px;
}
.r-order{
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 70px;
    background: #de302f;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    font-size: 0;
    border: 1px solid #de302f;
}
#totop{
    border-radius: 0 0 5px 5px;
}
.r-order:hover{
    background: #c02726;
}
.r-order > a{
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
.order-icon{
    display: inline-block;
    width: 28px;
    height: 26px;
    background: url("/static/images/m_f_yy.png") no-repeat center;
    margin: 15px 0 0 13px;
}
.r-order h5{
    width: 100%;
    text-align: center;
    margin: 7px 0 0 0;
    font-size: 12px;
}


.m-f-con{
    width: 100%;
}
.m-f-con > li{
    position: relative;
    width: 100%;
    padding-top: 5px;
    height: 70px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    background: #ffffff;
    font-size: 0;
    cursor: pointer;
}
.m-f-con a{
    color: #333333;
    text-decoration: none;
    transition: color 0s ease;
}
.m-f-con h5{
    margin: 0;
    margin-top: 6px;
    text-align: center;
}
.m-f-con > li i{
    display: inline-block;
    width: 28px;
    height: 26px;
    margin-left: 13px;
    background-position: center top;
    background-size: 28px 26px;
}
/*.m-f-con i.sign{
    background: url("/static/images/sign.png") no-repeat;
}*/
.m-f-con i.pic-qq{
    background: url("/static/images/pic_qq.png") no-repeat;
}
.m-f-con i.pic-phone{
    background: url("/static/images/pic_phone.png") no-repeat;
}
.m-f-con i.pic-gotop{
    background: url("/static/images/pic_gotop.png") no-repeat;
}
.m-f-con i.pic-wx{
    background: url("/static/images/pic_wx.png") no-repeat;
}

.m-f-con > li:hover{
    border: 1px solid #de302f;
    border-top: 0;
    background: #de302f;
}
.m-f-con > li:hover i{
    background-position: center -26px;
}
.m-f-con > li:hover a{
    color: #ffffff;
}

.online-sty{
    position: absolute;
    top: 0;
    right: 54px;
    background-color: #de302f;
    width: 150px;
    height: 75px;
    text-align: center;
    line-height: 70px;
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    display: none;
}
.online-wx{
    position: absolute;
    bottom: 0;
    right: 54px;
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #ddd;
    display: none;
    background: #ffffff;
}
.online-wx img{
    width: 100%;
}
.m-f-con > li:hover .online-sty,.m-f-con > li:hover .online-wx{
    display: block;
}

@media (max-width: 768px) {
    .menu-fixed {
        width: 45px;
        right: 5px;
        bottom: 60px;
    }

    .r-order {
        height: 50px;
    }

    .r-order:hover {
        background: #de302f;
    }

    .order-icon {
        width: 20px;
        height: 19px;
        margin: 8px 0 0 13px;
        background-size: 20px 19px;
    }

    .r-order h5 {
        margin: 4px 0 0 0;
    }
    .m-f-con > li{
        padding-top: 8px;
        height: 50px;
    }
    .m-f-con h5{
        margin-top: 4px;
    }
    .m-f-con i.pic-qq,.m-f-con i.pic-wx,.m-f-con i.pic-phone,.m-f-con i.pic-gotop,.m-f-con i.sign{
        width: 20px;
        height: 19px;
        background-size: 20px;
    }
    .online-wx{
        right: 45px;
    }
    .m-f-con > li:hover{
        border: 1px solid #e1e1e1;
        border-top: 0;
        background: #ffffff;
    }
    .m-f-con > li:hover i{
        background-position: center top;
    }
    .m-f-con > li:hover a{
        color: #333;
    }

    .m-f-con > li:hover .online-sty{
        display: none;
    }
}


.online-order{
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    display: none;
}


.order-popup{
    width: 600px;
    /*height: 520px;*/
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -300px;
    background: #f9f9f9;
}
.popup-title{
    /*width: 100%;*/
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    font-size: 18px;
    color: #333;
    border-top: 2px solid #2b2b2b;
    border-bottom: 1px solid #eee;
}
.popup-close{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url("/static/images/popup_close.png") no-repeat center;
    cursor: pointer;
}
.popup-main{
    /*width: 100%;*/
    padding: 15px 20px;
}

.order-type{
    width: 100%;
}
.order-type > span{
    font-size: 14px;
    color: #333;
}
.order-type > a,.order-btn > a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background: #eeeeee;
    margin-right: 10px;
    color: #999;
    border-radius: 3px;
    text-decoration: none;
}
.order-type > a.cur,.order-btn > a{
    background: #de302f;
    color: #ffffff;
}

.order-data{
    width: 100%;
    margin-top: 14px;
    overflow: hidden;
}
.order-data > h4{
    font-size: 14px;
    color: #333333;
    width: 100%;
    margin: 10px 0;
}
.order-data > h4 > span{
    color: #de302f;
}
.order-data > textarea{
    width: 100%;
    height:120px;
    border: 1px solid #ebebeb;
    padding: 10px;
    background: #ffffff;
    box-shadow:0px 0px 0px rgba(0,0,0,0);
    -webkit-appearance:none;
}
.order-data > input{
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    background: #ffffff;
    box-shadow:0px 0px 0px rgba(0,0,0,0);
    -webkit-appearance:none;
}

.order-btn{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.order-btn > button{
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background: #de302f;
    color: #ffffff;
    border: 0;
    transition: background .5s ease;
    font-size: 16px;
}
.order-btn > button:hover{
    background: #c02726;
}

@media (max-width: 768px) {
    .order-popup{
        width: 90%;
        margin-left: -45%;
    }
    .popup-title{
        height: 38px;
        line-height: 38px;
        padding-left: 15px;
        font-size: 15px;
    }
    .popup-close{
        width: 38px;
        height: 38px;
        background-size: 18px 18px;
    }
    .popup-main{
        padding: 15px;
    }

    .order-type > span{
        display: block;
        margin-bottom: 5px;
    }
    .order-type > a,.order-btn > a{
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        padding: 0 12px;
    }

    .order-data{
        margin-top: 10px;
    }
    .order-data > h4{
        margin: 5px 0 10px 0;
    }
    .order-data > textarea{
        height:130px;
    }
    .order-btn > button{
        height: 38px;
        font-size: 14px;
    }
}