*{
    font-family: "宋体";
    font-size: 14px;
    color: #333333;
} 

/* #city {
    display: none;
}

#country {
    display: none;
} */

.main{
    width: 980px;
    margin: 0 auto;
    border: #eeedee 1px solid;
}

.main .tit{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.main .xian{
    height: 1px;
    background-color: #dddddd;
    margin: 0 40px;
}

.main .ss_div{
    padding: 38px 50px;
    text-align: center;
}

.main .ss_div select{
    height: 30px;
    border: #cccccc 2px solid;
    border-radius: 5px;
    cursor: pointer;
}


.main .ss_div .btn{
    margin-left: 10px;
    border-radius: 5px;
    letter-spacing: 6px;
    cursor: pointer;
    padding: 6px 18px 6px 25px;
    background-color: #fde6d9;
    display: inline-block;
}
.main .ss_div .inp{
    border-radius: 5px;
    width:500px;
	line-height:25px;
	padding:0px 10px;
	border: #cccccc 2px solid;
}

.table{
    width: 900px;
    margin: 0px 40px 20px 40px;
    border-right: 1px solid #eeedee;
}

.table tbody{
    border-collapse: collapse;
    text-align: center;
}

.table tbody th{
    background-color: #e96d59;
    height: 38px;
    font-size: 15px;
    color: white;
    letter-spacing: 2px;
    padding: 0 10px;
    border-left: 1px solid #eeedee;
}

.table tbody td{
    border-left: 1px solid #eeedee;
    border-bottom: 1px solid #eeedee;
    padding: 5px;
    height: 26px;
}

.fenye{
    text-align: center;
    padding: 20px 40px 40px;
}

.fenye a{
    padding: 8px 15px;
    border: 1px solid #d2d2d2;
    margin-left: 5px;
    border-radius: 5px;
    text-decoration:none;
    cursor: pointer;
}

.p{
    width: 899px;
    background-color: #e96d59;
    height: 38px;
    font-size: 15px;
    color: white;
    letter-spacing: 2px;
    margin: 0 auto;
}

.p span{
    text-align: center;
    color: #ffffff;
    line-height: 2.77em;
    display: table-cell;
    font-weight: bold;
}

.p .s1{
    min-width: 200px;
    border-right: 1px solid #eeedee;
}

.p .s2{
    min-width: 699px;
    border-right: 1px solid #eeedee;
}