﻿@charset "utf-8";

* {
    transition: .3s linear;
    -webkit-transition: .3s linear;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

html, body {
    margin: 0;
    padding: 0;
    height: auto;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #ededed;
    font-family: 'Microsoft YaHei', 'Lucida Sans Unicode', 'Helvetica';
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
}

header .flowertitle {
    background-color: white;
    color: #fff;
}

.disp-info .b-title {
    padding-left: 10px;
}

.disp-info .b-title input{
    border:0;
}

#addressUl  li span input{ border:0;}
#addressUl li{ border-left:0; border-right:0;}


.disp-info .b-map {
    display: inline-block;
    width: 20px;
    height: 40px;
    margin-left: 20px;
    background-position: center -200px;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
}


.seaFish-list {
    position: relative;
    left: 80px;
    width: calc( 100% - 80px );
    padding: 0;
    border-bottom: 0px solid #ddd;
}

    .seaFish-list li {
        padding: 10px 0 10px 10px;
        min-height: 80px;
        border-bottom: 1px solid #ddd;
    }

        .seaFish-list li img {
            float: left;
            display: inline-block;
            width: 80px;
            height: 60px;
            padding: 2px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }

        .seaFish-list li .details {
            float: left;
            margin-left: 6px;
            width: calc( 100% - 140px );
        }

        .seaFish-list li h3 {
            font-weight: 400;
            line-height: 20px;
            font-size: 1em;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }






.smallDish-list {
    position: relative;
    left: 80px;
    width: calc( 100% - 80px );
    padding: 0;
    border-bottom: 0px solid #ddd;
}

    .smallDish-list li {
        padding: 10px 0 10px 10px;
        min-height: 80px;
        border-bottom: 1px solid #ddd;
    }

        .smallDish-list li img {
            float: left;
            display: inline-block;
            width: 80px;
            height: 60px;
            padding: 2px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }

        .smallDish-list li .details {
            float: left;
            margin-left: 6px;
            width: calc( 100% - 140px );
        }

        .smallDish-list li h3 {
            font-weight: 400;
            line-height: 20px;
            font-size: 1em;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }


.order-list li .flower-useTitle {
   
    padding-left: 10px; padding-right:10px;
}



.order-list li .flower-num {
    width: 30%;
    padding-right: 5px;
}

.order-list li .flower-num-color {
    width: 30%;
    padding-right: 5px;
    color: red;
}

.disp-info .flower-color {
    color: red;
}

.div-bottom {
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    padding: 7px 0px;
    text-align: center;
    width: 100%;
    height: 36px;
    color: #e55b36;
}

.bottom-a {
    background-color: #eee;
    border:1px solid #e55b36;
    display: block;
    color: #e55b36;
    line-height: 36px;
    border-radius: 6px;
    margin-left: 10px;

    margin-right: 10px;
    margin:auto;width:70%;
}
    .bottom-a:active {
    background:#e55b36;color:#fff;

    }
.textOut {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    max-width: 40%;
}
