html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

body, input, select, textarea {
    font: 62.5% "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    background: url(../images/bg.jpg) no-repeat;
}

body {
    /*background: #f3f3f3 !important;*/
}

.container {
    min-width: 1200px !important;
}

input::-ms-clear {
    display: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

fieldset, abbr, acronym, img, iframe {
    border: 0
}

input, select, label, img {
    vertical-align: middle
}

label {
    display: inline-block;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}

caption, th {
    text-align: left
}

table {
    border-collapse: collapse
}

ul, ol {
    list-style: none outside none;
}

textarea {
    overflow: auto
}

input, textarea {
    outline: none;
}

button:focus {
    outline: 0;
    border: 0;
}

.maindetail {
    background: #fff;
    margin: 15px 0;
    padding: 20px;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgb(71 75 78 / 16%);
}

.title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.releasetime {
    line-height: 21px;
    font-size: 12px;
    color: #999;
    margin: 20px 0;
}

.topitem {
    display: inline-flex;
}

.topitem .multiple {
}

.topitem .data {
    margin-left: 80px;
    font-size: 13px;
    color: #999;
}

.banner {
    overflow: hidden;
}

.banner .carousel-indicators li {
    margin-right: 5px;
}

.large_box {
    margin-bottom: 10px;
    width: 600px;
    height: 420px;
    overflow: hidden;
}

.large_box img {
    display: block;
}

.small_box {
    width: 600px;
    height: 73px;
    overflow: hidden;
}

.small_list {
    position: relative;
    float: left;
    width: 530px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 73px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 110px;
}

.small_list ul li img {
    display: block;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn {
    display: block;
    width: 20px;
    height: 73px;
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn:hover {
    background-color: #777;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png) !important;
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png) !important;
}

.attributes {
}

.attributes ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}

.attributes ul li {
    width: 100%;
    padding: 21px 0;
    border-bottom: 1px solid #F3F3F3;
}

.attributes ul li h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
}

.attributes ul li p {
    font-size: 14px
}

.roomtype {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.roomtype img {
    width: 25px;
    margin: 0 5px;
}

.roomtype h2 {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 10px;
}

.tel {
    width: 25px;
    margin-left: 10px;
}

.link_group {
}

.link_group h2 {
    margin: 0;
}

.link_group h2 p {
    margin: 15px 0 10px 0;
    font-size: 16px !important;
}

.link_group h2 .link_name {
    margin-right: 10px;
}

.link_group h2 .link_num {
}

.prices span {
    font-size: 36px;
    font-weight: bold;
    color: #df2f30;
    margin-right: 8px;
}

.key {
    padding: 10px 0;
    border-bottom: 1px solid #F3F3F3;
    display: inline-block;
    width: 100%;
}

.key span {
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background-color: #FFF1F1;
    color: #fb7475;
    font-size: 12px;
}

.community {
    font-size: 14px;
    margin-top: 20px;
}

.community span, .address span {
    margin-left: 20px;
}

.address {
    font-size: 14px;
    border-bottom: 1px solid #F3F3F3;
    padding: 21px 0;
}

.buttonlist {
    margin: 20px 0;
}

.buttonlist .apply {
    color: #fff;
    background: #DF2F30;
    padding: 0 30px;
    line-height: 36px;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 1px 1px 0px #d43335;
}

.buttonlist .applied {
    color: #fff;
    background: #9e9e9e;
    padding: 0 30px;
    line-height: 36px;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 1px 1px #b4aeae;
}

.buttonlist .save {
    border: none;
    width: 40px;
    background: transparent;
    margin-left: 10px;
}

.buttonlist .save img {
    width: 100%;
}

.description {
}

.description h2, .configuration h2, .surrounding h2, .gardenmap h2 {
    font-size: 22px;
    border-bottom: 1px solid #F3F3F3;
    font-weight: bold;
    line-height: 58px;
}

.desitem {
    padding: 10px 0;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.desitem p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
}

.desitem img:nth-child(2n+2) {
    width: 49%;
    margin: 1% 1% 1% 0;
}

.desitem img:nth-child(2n+1) {
    /*width: 49%;
margin: 1% 0 1% 1%;*/
}

.top {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 10px 0 rgb(71 75 78 / 16%);
}

.topnav {
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    padding-top: 7px;
}

.topnav .logo {
    float: left;
    margin-top: 5px;
}

.topnav .userbtn {
    float: right;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.topnav .userbtn div {
    margin: 0 5px;
}

.btn-group button {
    border: none;
    background: transparent;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.btn-group button span {
    color: #ff0000;
}

.btn-group button img {
    margin-top: 6px;
    margin-left: 10px;
}

.userbtn a {
    margin: 0 5px;
    text-decoration: none;
    color: #47444f;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
    font-size: 14px;
}

.register {
    background-color: #c7000b;
    padding: 0px 20px;
    color: #fff !important;
    height: 35px;
    line-height: 35px;
    margin-top: 8px !important;
}

.register:hover {
    color: #fff !important;
}

.userbtn dd {
    line-height: 25px;
}

.dropdown-menu {
    min-width: 80px !important;
    border: 0 !important;
}

.userbtn a:hover {
    text-decoration: none;
    color: red;
}

.banner {
    width: 100%;
    margin-bottom: 20px;
}

.banner .container {
    width: 100%;
    margin: 0 0px;
    padding: 0px;
}

.banner .container .row {
    margin: 0px 0;
    padding: 0px;
}

.shaixunnav {
    background: #fff;
    padding: 5px 20px;
}

.search {
    float: left;
    margin-left: 50px;
    width: 500px;
    display: inline-flex;
}

.search .inputword {
    width: 400px;
}

.search .inputword input {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-right: 0;
    box-sizing: content-box;
    color: #666;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    outline: 0;
    padding: 9px 10px;
}

.search .searchbtn {
    margin-left: 20px;
    margin-top: 1.5px;
}

.search .searchbtn input {
    height: 38px;
    line-height: 38px;
    background: #c00;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: all .2s linear 0s;
    width: 89px;
}

.configuration {
}

.configuration ul {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.configuration ul li {
    text-align: center;
    width: 10%;
    margin: 10px 0;
}

.configuration ul li img {
    width: 50px;
}

.configuration ul li p {
}

.surrounding {
}

.surrounding p {
}

/*底部公共信息*/
.footer {
    /*background: #fff;*/
    background: #f3f3f3;
    /* color: #fff; */
    border-top: #ccc 1px solid;
    width: 100%;
}

.footer .footmsg {
    text-align: center;
    margin: 20px auto;
}

.footer .footmsg a {
    color: #333;
}

.footer .footmsg a:hover {
    text-decoration: none;
    color: red;
}

.footer .footmsg p {
    margin: 0;
    padding-top: 10px;
}
