
body{ padding:0; margin:0; border:none; font-size:14px; color:#444; box-sizing:border-box; font-weight:normal;}
li,ol,ul{ list-style:none;}
a{ text-decoration:none;}
select,textarea,input{  font-size:12px; color:#444;line-height:18px;border:1px solid #dcdcdc; border-radius:3px; padding:8px;}
.sx_in{ width:80%;}

.sx_in2{ width:90%; margin-top:10px;}
.sx_box{
	width:100%;
	float:left;
}
.sx_box span{ margin:10px 0px;}
.sx_box li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:15px;
}
.margin10{
	margin-top:10px;
}

.serbtn{ padding:8px 12px; text-align:center; background:#e70012; color:#fff; font-size:14px; border:1px solid #e70012; width:150px; margin-top:10px;}
.serbtn:hover{ background:none; border:1px solid #18274c; color:#fff; transition:all ease .6s; background:#18274c;}

.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.city-picker-span {
    position: relative;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
	border: 1px solid #dcdcdc;
border-radius: 3px;
}

.city-picker-span > .placeholder {
    color: #aaa; padding-left:8px;
}

.city-picker-span > .arrow {
   position: absolute;
top: 13%;
right: -45px;
width: 38px;
margin-top: -3px;
height: 31px;
background: url(../images/drop-arrow.png) 0px 0px no-repeat;
}
.quick_order_in .city-picker-span > .arrow {
   position: absolute;
top: 13%;
right: -45px;
width: 38px;
margin-top: -3px;
height: 31px;
background: url(../images/drop-arrow_online.png) 0px 0px no-repeat;
}
.city-picker-span.focus,
.city-picker-span.open {

}

.city-picker-span.open > .arrow {
    
}
.city-picker-span > .title{
	color:#444;
}
.city-picker-span > .title > span {
  font-size:12px; padding:8px;
    border-radius: 3px;
}

.city-picker-span > .title > span:hover {
    background-color: #f1f8ff;
}

.city-picker-dropdown {
    position: absolute;
    width: 315px;
    left: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    min-width: 330px;
    margin-bottom: 20px;
}

.city-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 13px;
}

.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}

.city-select-tab > a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #18274c;
}

.city-select-tab > a:first-child {
    border-left: none;
}

.city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
}

.city-select {
    font-size: 13px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 2;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #18274c;
	
}

.city-select a.active {
    background-color: #18274c; padding:4px;
    color: #fff;
    border-radius: 2px;
}


.select_ys{ border:1px solid #dcdcdc; appearance:none; -webkit-appearance:none; -moz-appearance:none; background:url(../images/drop-arrow.png) no-repeat right center; color: #444;border-radius: 3px; font-size:12px; width:90%; margin-top:10px; }


@media (max-width:420px) {
		.sx_box{
			margin:0 auto;
			margin-left:4%;
		}
	.sx_box li{
	position:relative;
	width:100%;
	float:left;
	margin-bottom:15px;
}
.serbtn{ margin-left:4%;}

}
@media (max-width:320px) {
			.sx_box{
			margin:0 auto;
		}
.serbtn{ margin-left:0;}
}