.order{
    margin-top:1.7rem;
	box-shadow: 1px 1px 5px #e9e8e8;
}
.contact_png {
    width: 19px;
    margin-right: 5px;
}
.cart_step{
    margin:.95rem .625rem 0;
}
.cart_step>div.step_0{
    width:33%;
    margin-left:0;
}
.cart_step>div.current{
    background-color:#ff3366;
}
.cart_step>div{
    width:32%;
    height:2rem;
    line-height:2rem;
    margin-left:1.5%;
    text-align:center;
    font-size:.75rem;
    color:#fff;
    background-color:#ddd;
    position: relative;
    float:left;
    box-sizing:border-box;
}
.cart_step>div.current>i{
    border-color:transparent transparent transparent #ff3366;
}
.cart_step>div>i{
    border-width:1rem 0 1rem 1rem;
    border-color:transparent transparent transparent #ddd;
    border-style:solid;
    display:block;
    position: absolute;
    top:0;
    right:-1rem;
    z-index:1;
}
.cart_step>div>em{
    border-width:1rem 0 1rem 1rem;
    border-color:transparent transparent transparent #fff;
    border-style:solid;
    display:block;
    position: absolute;
    top:0;
    left:0;
    z-index:0;
}
.order_fulfillment{
    margin:10px 10px;
    background:linear-gradient(to right,#ff8601,#ff5a01);
    height:170px;
    color:#fff;
    text-align:center;
}
.order_fulfillment .title{
    padding-top:20px;
    font-size:26px;
}
.order_fulfillment .price,.orderID{
    padding-top:8px;
    font-size:16px;
}
.order_fulfillment .order_btn{
    padding-top:35px;
}
.order_fulfillment .order_btn .btn{
    border:1px solid #fff;
    padding:7px 20px;
    border-radius:15px;
    font-size:14px;
    color:#fff;
}
.divH10{
    height:10px;
    background-color:#f6f6f6;
}

.back-row{
	margin-right: -8px;
    margin-left: -8px;
}
.order-input{
	background: #FFF;
    position: absolute;
    width: 90.3%;
    top: calc(50% - 10px);
    left: 5.3%;
    border-radius: 5px;	
}
.mdui-float-left {
    float: left!important;
}
.order-input .keywords-input {
    outline: 0;
    height: 24px;
    line-height: 24px;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 8px;
    padding: 0 30px 0 10px;
    width: calc(100% - 80px);
    border-right: 1px solid #DFDEDB;
    border-radius: 0;
}
.order-input .clear-btn {
    position: absolute;
    background: transparent;
    border: 0;
    height: 40px;
    right: 62px;
    display: flex;
    align-items: center;
}

.order-input .search-btn {
    height: 40px;
    line-height: 40px;
    width: 80px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  	color: #0293df;
    font-size: 14px;
    min-width: initial;
	font-width:600;
}

		* {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        html,
        body {
            width: 100%;
            margin-top: 50px;
            margin: 0;
        }
        .main {
			   margin-top: 0.8rem;
            width: 650px;
            height: auto;
            overflow: hidden;
            font-weight: 400;
            color: #404040;
        }

        .email-one,
        .email-two,
        .email-three {
            border: 1px solid #b9b9b9;
            border-radius: 5px;
            box-sizing: border-box;
        }
        .email-three {
            margin-top: 15px;
            padding: 10px;
            box-sizing: border-box;
        }

        .main-left {
            width: 50px;
            float: left;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-content: center;
			justify-content: flex-start;
			align-items: center;
        }

        .main-right {
            width: 590px;
            float: right;
			font-size: 12px;
        }

        .main-left img {
            width: 50px;
        }

        .title {
            padding-left: 15px;
            box-sizing: border-box;
            width: 100%;
            margin-bottom: 5px;
        }

        .one-first {
            border-bottom: 1px solid #b9b9b9;
            padding: 15px;
        }

        .one-second {
            padding: 10px;
        }

        .email-two {
            width: 100%;
            padding: 15px 15px 0 15px;
            border: none;
            border-bottom: 1px solid #b9b9b9;
            border-radius: 0;
        }

        .email-two ul {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .email-two ul li {
            width: 50%;
            margin-bottom: 15px;
        }

        .main p {
            margin-bottom: 5px;
        }

        #map {
            width: 588px;
            height: auto;
            margin-bottom: 10px;
        }
        .one-second ul li{
            width: 100%;
        }
		.fail_title{
			display: flex;
			align-content: center;
			justify-content: flex-start;
			align-items: center;
    		flex-direction: row;
		}
        @media screen and (min-width: 320px) and (max-width: 750px) {
            .main {
				margin-top: 0.8rem;
                width: 100%;
                padding: 10px;
                box-sizing: border-box;
				background: #fff;
				border-radius: 10px;
				box-shadow: 1px 1px 5px #e9e8e8;
            }

            .main-left {
                width: 100%;
                margin: 10px;
            }

            .main-left img {
                width: 35px;
            }

            .main-right {
                width: 100%;
            }

            #map {
                width: 100%;
            }
		}
