﻿#selecttop
{
    position: fixed;
    color: #ffffff;
    right: 0px;
    top: 0px;
    width: 279px;
    display: none;
    z-index: 9002;
    border-left: 1px solid #ffffff;
}

#daohang 
{
    position: absolute;
    top: 200px;
    right: 310px;
    z-index: 9006;
    display: none;
}
#daohang i
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 3px 3px 0 0;
    height: 13px;
    left: 5px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 13px;
}
#daohang i:nth-child(2)
{
    left: -5px;
}

#selecttop1
{
    background: -moz-linear-gradient(top,#FF9933,#FF9900);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9933), to(#FF9900));
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}
#selecttop1 .botton
{
    margin-top: 8px;
    margin-right: 3px;
    height: 28px;
    width: 60px;
    background: -moz-linear-gradient(top,#6699FF,#3366cc);
    background: -webkit-gradient(linear, left top, left bottom, from(#6699FF), to(#3366cc));
    color: #FFF;
    font-size: 14px;
    text-indent: 0;
    border: 1px solid #6699FF;
    border-radius: 8px;
}
#selecttop2
{
    background: -moz-linear-gradient(top,#6699FF,#3366cc);
    background: -webkit-gradient(linear, left top, left bottom, from(#6699FF), to(#3366cc));
    height: 33px;
    line-height: 38px;
    padding-left: 10px;
    padding-top: 5px;
}
#selecttop2 #searchKeyWord1
{
    border: 1px solid #C9C9C9;
    height: 26px;
    width: 215px;
    border: 0px;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
}
#searchIcon
{
    position: relative;
    display: inline-block;
    color: #787878;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffffff;
    float: right;
    margin: 0px 5px 0px 0px;
}
#searchIcon:before
{
    content: "\47";
    font-family: 'iconic';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 18px;
}
#selecttop3
{
    color: #000000;
    background: #ffffff;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #3366CC;
}
.selectbox
{
    position: relative;
    width: 155px;
    padding-left: 10px;
    border: 1px solid #cccccc;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selectbox:after
{
    color: #6699FF;
    font-family: 'iconic';
    content: "\5b";
    position: absolute;
    right: 15px;
    width: 6px;
    height: 6px;
}


#selectcontent
{
    z-index: 9001;
    position: absolute;
    background-color: #fff;
    right: 0px;
    width: 280px;
    display: none;
}
.province1
{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: -moz-linear-gradient(top,#ffffff,#eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ffffff;
    color: #3366CC;
    font-weight: bold;
}
.province1 input
{
    margin-right: 10px;
}
.province
{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: -moz-linear-gradient(top,#ffffff,#eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ffffff;
    color: #3366CC;
    font-weight: bold;
    -webkit-appearance: none;
    outline: none;
}
.province:after
{
    content: ' ';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border: #3366CC solid;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    border-width: 2px 2px 0 0;
}
.provinceseleted:after
{
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.city
{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: #ffffff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ffffff;
    -webkit-appearance: none;
    outline: none;
}
.city:after
{
    content: ' ';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border: #666 solid;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    border-width: 2px 2px 0 0;
}
.cityseleted:after
{
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.city1
{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: #ffffff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ffffff;
    -webkit-appearance: none;
    outline: none;
}
.area
{
    position: relative;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 110px;
    padding-left: 30px;
    background: #fff;
    color: #3366CC;
    -webkit-appearance: none;
    outline: none;
}

.search
{
    height: 40px;
    width: 280px;
    z-index: 9003;
    position: fixed;
    top: 40px;
    right: 0;
    background: -moz-linear-gradient(top,#6699FF,#3366cc);
    background: -webkit-gradient(linear, left top, left bottom, from(#6699FF), to(#3366cc));
}
#searchlist
{
    z-index: 9004;
    position: absolute;
    right: 0px;
    top: 78px;
    width: 278px;
    border-left: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    display: none;
}
#searchlist #close
{
    background-color: #eeeeee;
    height: 30px;
    text-align: right;
    line-height: 30px;
}
#searchlist div
{
    background-color: #ffffff;
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}


.Citybutton {
    background:#FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
   box-shadow: 2px 2px 2px #F1F1F1 inset;
    color: #777777;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 40px 0 8px;
    position: relative;
}
.Citybutton input {
    background: none;
    border: 0 none;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    outline: medium none;
    padding: 9px 0;
    width: 100%;
	color: #777777;
}
.Citybutton .area_select {
    height: 15px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 2px;
    top: 0;
    width: 20px;
}
.Citybutton .area_select i {
    background:#999999;
    display: block;
    height: 3px;
    margin: 0 0 3px;
    overflow: hidden;
    position: relative;
}