﻿   p {
            padding: 0px;
            margin: 0px;
        }

        input {
            outline-style: none;
            border: 1px solid #ccc;
            border-radius: 3px;
            padding: 13px 14px;
            width: 220px;
            font-size: 12px;
            font-weight: 700;
            font-family: "Microsoft soft";
        }

            input:focus {
                border-color: #66afe9;
                outline: 0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            }

        button {
            width: 250px;
            height: 40px;
            border-width: 0px;
            border-radius: 3px;
            background: #1E90FF;
            cursor: pointer;
            outline: none;
            font-family: Microsoft YaHei;
            color: white;
            font-size: 17px;
            margin-top: 5px;
        }

            button:hover {
                background: #5599FF;
            }

        #bind {
            margin: 0px auto;
            width: 100%;
            text-align: center;
            margin-top: 5px;
        }

        .header {
            height: 55px;
            width: 100%;
            background: #fff;
            padding: 0 3%;
            position: relative;
            z-index: -2;
        }

            .header a {
                width: 160px;
                height: 45px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                display: block;
            }

        .bgicon {
            background: url(http://www.suzygoo.com/Content/image/icon/Suzygoo.png) no-repeat;
            background-size: 160px auto;
        }
        /*search*/
        .searchDiv, .searchDiv .mint-searchbar {
            background-color: #fff;
        }

        .searchDiv {
            height: 46px;
            border-bottom: 1px solid #f0f0f0;
            border-top: 1px solid #f0f0f0;
            padding: 0 20px;
            padding-bottom: 5px;
            display: flex;
            margin-bottom: 10px;
        }

            .searchDiv .mint-searchbar-inner {
                background-color: #f0f0f0;
                border-radius: 20px;
                margin-top: 8px;
            }

            .searchDiv .mintui-search {
                font-size: 20px;
                margin-left: 10px;
                margin-right: 10px;
            }

        .mint-searchbar-inner .mintui-search {
            font-size: 12px;
            color: #d9d9d9;
        }

        .mintui {
            font-family: "mintui" !important;
        }

        .searchDiv input {
            background: #f0f0f0;
            width: 100%;
            outline: none;
        }

        input:focus {
            outline: none;
        }

        .orderSearchBtn {
            margin-top: 8px;
            margin-left: 10px;
        }



        /*listitem*/
        .listItem {
            margin-top: 10px;
        }

        .orderDetail p {
            overflow: hidden;
        }

        .orderDetail {
            background: #f0f0f0;
            padding: 8px 65px;
            position: relative;
        }

            .orderDetail p span {
                float: left;
                line-height: 20px;
                height: 20px;
                font-size: 12px;
                color: #4d4d4d;
            }

        .imageSpan {
            width: 30px;
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

            .imageSpan img {
                width: 100%;
                height: auto;
            }

        .price {
            height: 35px;
            line-height: 35px;
            text-align: right;
            padding-right: 25px;
            border-bottom: 1px solid #ccc;
            font-size: 14px;
        }

            .price span {
                padding-left: 7px;
                color: #ff7e00;
            }