.feabody{
    background-color: #fff;
}
.featurebody{
    text-align: center;
}
.feabodytit{
    padding: 25px 0;
    width: 976px;
    margin: 0 auto;
}
.feabodytit h2{
    padding: 25px 0;
    border-bottom: 1px solid #d4d1d1;
}
.loctioncity{
    padding: 0 0 40px 0;
    width: 976px;
    margin: 0 auto;
}
.choosetit{
    margin: 0 0 25px 0;
    font-size: 20px;
    color:#333;
    font-weight: 600;
}
.loctioncity-select-views{
    width: 976px;
    margin: 25px auto;
}
.oc-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 226px;
    height: 44px;
}
.loctioncity-select-views .oc-select {
    width: 300px;
    height: 44px;
    margin: 0 15px;
}
.oc-select .select-input{
    width: 300px;
    margin: 0;
    font-size: 15px;
    padding: 12px 15px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dce1e4;
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.select-dropdown .select-dropdown-list{
    margin: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dce1e4;
    max-height: 268px;
    overflow-y: auto;
    -webkit-box-shadow: 0 10px 20px rgba(153,160,169,0.3);
    box-shadow: 0 10px 20px rgba(153,160,169,0.3);
    width: 100%;
    height: 0;
}
.select-dropdown .select-dropdown-list .select-dropdown-item {
    margin: 5px;
    padding: 2px;
    height: 32px;
}
.select-input{
    outline:none;
    box-shadow: none;
}
section:focus{
    outline:none;
    box-shadow: none;
}
.select-dropdown .select-dropdown-list .select-dropdown-item > span{
    display: block;
    padding-left: 10px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.select-dropdown .select-dropdown-list .select-dropdown-item > span:hover{
    background-color: #f4f4f4;
}
.oc-select.openDrop .select-dropdown {
    height: auto;
    overflow: visible;
}
.oc-select.openDrop .select-dropdown .select-dropdown-list {
    height: auto;
}
.select-dropdown {
    position: absolute;
    top: 54px;
    width: 100%;
    height: 0;
    background-color: #fff;
    overflow: visible;
    overflow-y: auto;
    z-index: 10;
}
.loctioncity button{
    color: #fff;
    background: -webkit-linear-gradient(#464444, #262525);
    background: linear-gradient(#464444, #262525);
    width: 100px;
    font-size: 15px;
    margin-top: 40px;
    padding: 13px;
    line-height: 15px;
}
.loctioncity button:hover,.loctioncity button:active,.loctioncity button:focus{
    color: #fff;
    background: -webkit-linear-gradient(#464444, #262525);
    background: linear-gradient(#464444, #262525);
}

.loctioninfo{
    padding: 30px 0;
    background-color: #dedede;
    display:none;
}
.loctioninfofea{
    width:976px;
    margin:0 auto;
    text-align: left;
}
.loctioninfotel{
    text-align: left;
    background-color: #fff;
    width: 468px;
    height:auto;
    padding: 30px;
    vertical-align: top;
}
.loctioninfotel>p {
    line-height: 2;
}
.loctioninfotel-left{
    /* float: left; */
    margin: 24px 10px 24px 0;
    display: inline-block;
}
.loctioninfotel-right{
    /* float: right; */
    margin: 24px 0 24px 10px;
    display: inline-block;
}
.loctioninfoteltit{
    font-weight: bold;
    font-size:18px;
    padding-bottom:20px;
}
.oc-select .select-input .select-input-icon{
    position: absolute;
    right: 0;
    width: 42px;
    height: auto;
}
.oc-icon:before {
    background-image: url(../images/img-arrow-grey-down-m.png);
    background-repeat: no-repeat;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    background-position: 100% 50%;
    padding-right: 20px;
    width: auto;
}
.oc-iconfont-select-arrow:before {
    content: "";
}
.clear{
    clear:both;
}

@media screen and (max-width: 976px){
    .feabodytit{
        width: 100%;
    }
    .loctioncity{
        width: 100%;
    }
    .loctioninfotel-left {
        float: none;
        margin: 20px auto;
    }
    .loctioninfotel-right {
        float: none;
        margin: 0 auto;
    }
    .loctioncity-select-views{
        width: 100%;
    }
    
    .loctioninfofea{
        width: 100%;
    }
}
@media screen and (max-width: 665px){
    .oc-select{
        display: block;
    }
    .choosetit{
        font-size: 16px;
    }
    .loctioncity-select-views .oc-select{
        margin: 0 auto;
    }
    .loctioncity-select-views .oc-select{
        height: 55px;
        padding: 5px 0;
    }
}
@media screen and (max-width: 640px){
    .loctioninfotel{
        width: 100%;
        padding: 15px;
    }
    .loctioninfotel-left {
        float: none;
        margin: 20px auto;
    }
    .loctioninfotel-right {
        float: none;
        margin: 0 auto;
    }
}