﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    min-width: 1200px;
    background-color: #FFFFFF;
    background-size: 100%;
}

#top_all {
    width: 100%;
    height: 100px;
    z-index: 100;
    /* position: fixed; */
    top: 0px;
    left: 0px;
     background: #6de0f3f7;
   /*  background-image: url('/images/bg.jpg');*/
}

.top {
    width: 1100px;
    height: 100px;
    margin: auto;
}

#top_icon {
    width: 238px;
    height: 100px;
    float: left;
    line-height: 100px;
   background: url('/images/logo.png');
    /* background-color: #fff5ec; */
    background-size: 100% 100%;
    cursor: pointer;
}


.top_nav {
    list-style: none;
    float: right;
    /* margin: 35px 20px 0 0; */
    font-size: 17px;
}

    .top_nav li {
        padding: 0 16px;
        height: 100px;
        line-height: 100px;
        float: left;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        color: #FBF7F7;
        font-family: Nexa-XBold;
        font-weight: bold;
    }

        .top_nav li:hover {
            color: #F54747;
        }

li.chosenLi {
    color: #F54747;
}

.user_icon {
    font-size: 20px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#top_step_all {
    width: 100%;
    /* height: 100px; */
    background-color: #fcfbf9;
}


.top_step {
    width: 1100px;
    height: 60px;
    margin: auto;
}

.numCircle {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 2px solid #ddd;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin: 15px 0 0 50px;
    float: left;
}

.numCircle_word {
    height: 60px;
    line-height: 60px;
    color: #777;
    margin-left: 12px;
    float: left;
    font-size: 17px;
    font-family: OpenSans;
    cursor: pointer;
}

.foodSearch {
    float: right;
    margin-top: 15px;
}

.search {
    width: 195px;
    height: 26px;
    float: left;
    outline: none;
    padding-left: 5px;
}

.search_btn {
    width: 28px;
    height: 28px;
    float: left;
    border: 1px solid #a9a9a9;
    border-left: none;
    background-color: #ddd;
    cursor: pointer;
}

.top_step .search_btn img {
    width: 20px;
    height: 20px;
    line-height: 0px;
    margin: 5px 0 0 5px;
}


#top_business_all {
    width: 100%;
    height: 330px;
    background-color: #202124;
}

.top_business {
    width: 1100px;
    height: 330px;
    margin: auto;
}

.business_image_all {
    width: 260px;
    height: 155px;
    background-color: #fcfbf9;
    border-radius: 3px;
    float: left;
    margin: 87px 0 0 0;
}

.business_image {
    width: 244px;
    height: 139px;
    margin: 8px 0 0 8px;
    border-radius: 3px;
    background-color: #e8500e;
}

.business_info {
    width: 600px;
    float: left;
    font-family: OpenSans;
    margin: 70px 0 0 75px;
    position: relative;
}

    .business_info span {
        color: #fcfcfc;
        font-size: 23px;
    }

.business_open {
    width: 90px;
    height: 25px;
    border-radius: 3px;
    background-color: #91b622;
    position: absolute;
    top: 5px;
    left: 340px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

    .business_open:hover {
        background-color: #77961c;
    }

.business_info h4 {
    height: 50px;
    line-height: 50px;
    color: #ccc;
    font-size: 14px;
}

.business_info p {
    height: 30px;
    line-height: 30px;
    color: #ccc;
    font-size: 14px;
}

.iconP {
    margin-right: 15px;
    font-size: 18px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#bottom_all {
    width: 100%;
    height: 460px;
    background-color: #121924;
}

.bottom {
    width: 1100px;
    height: 460px;
    margin: auto;
}

#bottom_icon {
    width: 120px;
    height: 40px;
    margin: 100px 0 0 30px;
    float: left;
    background: url('../images/logo.png');
}

.bottom ul {
    list-style: none;
    float: left;
    margin: 50px 0 0 80px;
}

    .bottom ul li {
        width: 140px;
        height: 35px;
        font-family: RobotoSlab;
        font-size: 13px;
        color: #bbb;
        cursor: pointer;
    }

        .bottom ul li:nth-of-type(1) {
            font-size: 16px;
            color: #fff;
        }

.bottom_wrapper {
    width: 200px;
    height: 70px;
    margin: 30px 30px 0 0;
    float: left;
}

    .bottom_wrapper p {
        font-family: RobotoSlab;
        color: #fff;
        height: 30px;
    }

    .bottom_wrapper ul {
        list-style: none;
        margin: 0px;
    }

        .bottom_wrapper ul li {
            width: 30px;
            height: 20px;
            float: left;
            margin-right: 10px;
            background-color: blue;
        }

    .bottom_wrapper p.address {
        font-family: RobotoSlab;
        font-size: 13px;
        color: #bbb;
    }

    .bottom_wrapper span {
        font-size: 24px;
        color: #e8500e;
    }


/*登录*/
.login_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    display: none;
}

#login {
    width: 550px;
    height: 370px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    margin-top: -185px;
    left: 50%;
    margin-left: -275px;
    display: none;
}

.lr_top {
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
    background-color: #fcfbf9;
    font-family: Montserrat-Regular;
    font-size: 22px;
    border-bottom: 2px solid #e8e7e7;
}

.close_lrbox {
    width: 50px;
    height: 50px;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    float: right;
}

.lr_box {
    padding-left: 40px;
}

    .lr_box p {
        height: 26px;
        line-height: 26px;
        font-family: OpenSans;
        font-size: 14px;
        margin-top: 10px;
    }

    .lr_box input {
        width: 455px;
        padding-left: 10px;
        height: 30px;
    }

#login_btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: OpenSans;
    font-size: 18px;
    border: 2px solid #e10121;
    margin: 25px 0 0 40px;
    cursor: pointer;
    float: left;
}

    #login_btn:hover {
        background-color: #e10121;
        color: #fff;
    }

#login label {
    float: left;
    margin: 37px 0 0 42px;
    cursor: pointer;
}

    #login label input {
        width: 17px;
        height: 17px;
        vertical-align: text-bottom;
        margin-bottom: 2px;
        margin-bottom: -2px\9;
    }

.clear {
    clear: both;
}

.link {
    float: left;
    font-family: OpenSans;
    font-size: 14px;
    margin: 20px 0 0 40px;
}

#reg {
    width: 550px;
    height: 380px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    margin-top: -190px;
    left: 50%;
    margin-left: -275px;
    display: none;
}

#reg_btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: OpenSans;
    font-size: 18px;
    border: 2px solid #e10121;
    margin: 25px 0 0 40px;
    cursor: pointer;
    float: left;
}

    #reg_btn:hover {
        background-color: #e10121;
        color: #fff;
    }

.reg_back {
    margin: 34px 0 0 20px;
    color: #0000ee;
    float: left;
    font-family: OpenSans;
    font-size: 16px;
    cursor: pointer;
}


/* loading部分的css */
.loading-box {
    z-index: 18;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    display: none;
}

    .loading-box img {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 50%;
        margin-left: -50px;
    }
.icon-down {
    font-size: 14px;
}

.login_parent {
    /* height: 40px !important; */
    position: relative;
}

.login_navBox {
    z-index: 105;
    width: 100%;
    height: 0;
    position: absolute;
    top: 67px;
    left: 0px;
    background: #fcfbf9;
    /* box-shadow: 3px 3px 10px #333; */
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
    line-height: 30px;
}

.show_login_navBox {
    height: 80px;
}

.login_navBox .login_nav {
    color: #252363;
    padding: 5px 0;
    border-radius: 5px;
    font-family: Nexa-XBold;
    font-weight: bold;
}

    .login_navBox .login_nav:hover {
        background-color: #888;
    }


footer {
    width: 100%;
    background-color: #2a2e30;
    padding: 25px 0;
}

    footer p {
        text-align: center;
        color: #bbb;
        margin-bottom: 0px;
        font-family: Dinbold;
        font-size: 14px;
    }


@font-face {
    font-family: OpenSans;
    src: url('/fonts/OpenSans.ttf');
}

@font-face {
    font-family: RobotoSlab;
    src: url('/fonts/RobotoSlab-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('/fonts/Montserrat-Bold.otf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('/fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Open-Sans;
    src: url('/fonts/Open Sans_0.ttf');
}

@font-face {
    font-family: MyriadPro;
    src: url('/fonts/MyriadPro Regular.otf');
}
#LoginName {
    padding: 0px 26px;
    line-height: 33px;
    background-color: #F54747;
    border-radius: 4px;
    height: 32px;
    margin: 33px auto;
    color: #fff;
}

@font-face {
    font-family: Nexa-XBold;
    src: url('/phone/fonts/Nexa-XBold.otf');
}

@font-face {
    font-family: Nexa-Book;
    src: url('/phone/fonts/Nexa-XBold.otf');
}
@font-face {  font-family: 'Satisfy';  font-style: normal;  font-weight: 400;  src: local('Satisfy Regular'), local('Satisfy-Regular'), url(/fonts/Satisfy.ttf) format('truetype');}

.text_info {
    position: relative;
    text-align: center;
    width: 100%;
}
.text_info div {
    line-height: 20px;
    background-color: #ffffff;
    color: #8d8c8c;
}
.text_info div:after, .text_info div:before {
    position: absolute;
    top: 50%;
    background: #cacaca;
    content: "";
    height: 1px;
    width: 35%;
}

.text_info div:before {
    left: 0;
}
.text_info div:after {
    right: 0;
}

/* 验证码 */
#captcha{
    height: 22px;
    width: 60%;
    border: none;
    background: #f1f1f1;
    padding: 8px 15px;
}

.codeBox{
    padding: 10px;
    border: 1px solid #ff8181;
    width: 600px;
    overflow: hidden;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.codeBox p{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: forestgreen;
}
.codeEnter{
    width: 80%;
    display: flex;
    margin: 12px auto;
    justify-content: center;
}

.refreshCode{
    text-decoration: underline;
    font-size: 12px;
}
