.selectMain{
    padding-top: 30px;
}
.logo{
    height: 120px;
}
.logo-img{
    height: 44px;
    margin: auto;
    padding-top: 20px;
    width: 220px;
}
.hot-city{
    height: 73px;
    border:1px solid #dedede;
    border-radius: 5px;
}
.searchSelected{
    background-color: #5AA73C;
}
.hot-city > span{
    width: 84px;
    display: block;
    text-align: center;
    border-right: 1px solid #535353;
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.city-ul{
    float: right;
    font-size: 14px;
    height: 65px;
    line-height: 35px;
    padding-top: 5px;
    width: 910px;;
}
.city-ul1{
    float: left;
    font-size: 14px;
    height: auto;
    line-height: 35px;
    margin-left: 13px;
    padding-top: 5px;
    width: 910px;
}
.city-ul ul{
    width: 900px;
}
.city-ul1 ul{
    width: 900px;
}
.city-ul ul li{
    float: left;
    display: block;
    text-align: center;
}
.city-ul ul li a{
    padding:0 10px;
}
.city-ul ul li a:hover{
    display:block;
    background-color: #5aa73c;
    color:#ffffff
}

.city-ul1 ul li{
    float: left;
    display: block;
    text-align: center;
}
.city-ul1 ul li a{
    padding:0 10px;
}
.city-ul1 ul li a:hover{
    display:block;
    background-color: #5aa73c;
    color:#ffffff
}


.current{
    background-color: #5aa73c;
    color: #ffffff;
}
.current a{
    color: #ffffff;
}
.selectCountry{
    height: 32px;
    margin-bottom:  20px;
}
.countrypart{
    height: 100%;
    width: 533px;
    border: 1px solid #e6e4e4;
    float: left;
    background-color: #f9f9f9;
}
.countrypart li{
    float: left;
    height: 32px;
    text-align: center;
    width: 110px;
    border-right:1px solid #e6e4e4;
}
.Countryflag{
    float: left;
    height: 100%;
    line-height: 29px;
    padding-left: 10px;
    text-align: center;
}
.CountryName{
    float: left;
    height: 100%;
    line-height: 30px;
    padding-left: 10px;
}
.ico{
    height: 100%;
    float: left;
}
.ico >img{
    margin-left: 3px;
}
.ico >img.down{
    margin-top: 11px;
}
.ico >img.left{
    margin-top: 9px;
}

.searchpart{
    width:465px;
    float: left;
    height: 100%;
    position: relative;
}
.sousuo{
    width: 396px;
    height: 34px;
    background-color: #ffffff;
    border: 2px solid #5aa73c;
    border-radius: 0;
}
.btn-s{
    width: 70px;
    height: 34px;
    background-color: #5aa73c;
    border-radius: 0;
    position: absolute;
    border: 0;
    right: 0;
    color: #ffffff;
}
.letter{
    background-color: #e5e5e5;
    border-radius: 4px;
    color: #6cb0bf;
    float: left;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 50px;
    margin-top: 14px;
}
.cityItem{
    height: 80px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 5px;
}
