.albums {
    font-size: 0;
    max-width: 1920px;
    min-width: 1187px;
    margin: 0 auto;
}

.albums ul {
    height: 100%;
}

.albums ul::before {
    content: "";
    display: table;
}

.albums ul li {
    width: 22.181%;
    padding-top: 14.055%;
    position: relative;
    float: left;
}

.albums ul li:first-child {
    float: left;
    width: 55.636%;
    padding-top: 27.8195%;
}

.albums div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 2.088%;
    overflow: hidden;
    cursor: pointer;
    left: 1.325%;
    background: #eee url('../images/index/FvFMUhECZyr6xH142v-8bQIry5Oq.png') repeat;
}

.albums ul li:first-child div {
    left: 0;
    bottom: 0;
}

.albums img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.albums p {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.albums span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.albums_vr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.albums_vr img {
    position: absolute;
    width: 200px!important;
    height: auto!important;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -60px;
    z-index: 10;
}

.left {
    float: left;
    width: 746px;
}

.l_price {
    font-size: 16px;
    color: #ef0000;
    height: 56px;
    padding-top: 12px;
}

.l_price strong {
    padding-right: 4px;
    font-size: 36px;
}

.l_basic {
    font-size: 16px;
}

.l_basic span {
    position: relative;
    padding: 0 16px;
    display: inline-block;
}

.l_basic span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 2px;
    width: 1px;
    background: #dedede;
}

.l_basic em {
    margin-left: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    width: 496px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.l_card {
    margin: 20px 0 0 0;
    overflow: hidden;
}

.l_order {
    position: relative;
    height: 84px;
    width: 272px;
    background-image: -webkit-linear-gradient(223deg, #24c5ff, #316dff);
    background-image: -moz-linear-gradient(223deg, #24c5ff 0, #316dff 100%);
    background-image: -o-linear-gradient(223deg, #24c5ff 0, #316dff 100%);
    background-image: linear-gradient(227deg, #24c5ff, #316dff);
    background-color: #316dff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 0 0 16px;
    color: #fff;
    font-size: 12px;
}
.l_order i.icon,.l_ticket .icon {
    margin-left: 5px;
    font-size: 12px;
    cursor: pointer;
}

.l_order>div {
    width: 153px;
    border-right: 1px dashed #fff;
}

.l_order p {
    padding-bottom: 10px;
}

.l_order img {
    width: 26px;
    height: 26px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.l_order button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d2d6e6));
    background: -webkit-linear-gradient(top, #fff, #d2d6e6);
    background: -moz-linear-gradient(top, #fff 0, #d2d6e6 100%);
    background: -o-linear-gradient(top, #fff 0, #d2d6e6 100%);
    background: linear-gradient(
180deg, #fff, #d2d6e6);
    -webkit-box-shadow: 0 6px 12px 0 rgb(0 89 180 / 40%);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 89, 180, .4);
    box-shadow: 0 6px 12px 0 rgb(0 89 180 / 40%);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #316dff;
}

.l_ticket {
    position: relative;
    padding: 12px 0 0 16px;
    height: 84px;
    width: 274px;
    margin-left: 20px;
    background-image: -webkit-linear-gradient(225deg, #ff9321, #ff314f);
    background-image: -moz-linear-gradient(225deg, #ff9321 0, #ff314f 100%);
    background-image: -o-linear-gradient(225deg, #ff9321 0, #ff314f 100%);
    background-image: linear-gradient(225deg, #ff9321, #ff314f);
    background-color: #ff314f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

.l_ticket>div:last-child {
    position: absolute;
    right: 20px;
    top: 16px;
    text-align: center;
    font-size: 14px;
    padding-left: 12px;
    border-left: 1px dashed #fff;
}

.l_ticket strong {
    font-size: 28px;
    line-height: 1;
    margin: 0 2px;
}

.l_ticket button {
    width: 80px;
    height: 36px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6d2d2));
    background-image: -webkit-linear-gradient(top, #fff, #e6d2d2);
    background-image: -moz-linear-gradient(top, #fff 0, #e6d2d2 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e6d2d2 100%);
    background-image: linear-gradient(
180deg, #fff, #e6d2d2);
    background-color: #e6d2d2;
    -webkit-box-shadow: 0 12px 24px 0 rgb(180 0 0 / 24%);
    -moz-box-shadow: 0 12px 24px 0 rgba(180, 0, 0, .24);
    box-shadow: 0 12px 24px 0 rgb(180 0 0 / 24%);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #ff5121;
}

.l_ticket>div:first-child div {
    padding-top: 10px;
    font-size: 14px;
}

.l_title {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 24px;
}

.l_title h1 {
    float: left;
    color: #121212;
    font-size: 32px;
}

.l_title a {
    position: absolute;
    right: 0;
    font-weight: normal;
    top: 5px;
    font-size: 16px;
    color: #4e4e4e;
}

.l_title a:hover {
    color: #d43400;
}

.l_tab span ,.l_tab a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    font-size: 16px;
    cursor: pointer;
}
.l_tab a:hover {
    color: #FF3333;
}

.l_type {
    margin-bottom: 60px;
}
.l_type ul {
    overflow: hidden;
    margin-left: -10px;
    height: 259px;
}
.l_type li {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    width: 179px;
    border: 1px solid #eee;
}

.l_type_img {
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
}

.l_type_img img {
    width: 100%;
    min-height: 100%;
}
.l_type_info {
    padding: 16px 14px;
}

.l_type_info p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #EF0000;
}
.l_type_info strong {
    font-size: 28px;
    font-weight: bold;
}
.l_type_info a {
    font-size: 18px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.l_info img {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
}


.l_type button {
    position: absolute;
    right: 0;
    bottom: 32px;
    width: 120px;
    height: 36px;
}

.l_news {
    margin-bottom: 60px;
}
.l_news_box {
    border: 1px solid #eee;
    padding-bottom: 20px;

}
.l_news ul {
    padding: 20px 20px 20px 50px;
}

.l_news li {
    position: relative;
    padding: 20px 0;
}
.l_news li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.l_news span {
    position: absolute;
    left: -30px;
    top: 25px;
    width: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
    height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(270deg, #FF7338, #F54732);
}
.l_news ul i {
    color: #fff;
    font-size: 12px;
}

.l_news img {
    width: 100px;
    height: 75px;
}

.l_news h4 {
    display: inline-block;
    line-height: 1.2;
    font-size: 18px;
}

.l_news p {
    margin: 20px 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
}
.l_news em {
    font-size: 14px;
    color: #999;
}

.l_news button {
    display: block;
    width: 360px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-size: 16px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    border: 1px solid #ff5121;
    color: #ff5121;
    margin: 0 auto;
}

.l_open {
    overflow: hidden;
    border: 1px solid #eee;
    padding: 20px 32px;
    font-size: 16px;
    margin-bottom: 40px;
}

.l_open input {
    width: 100%;
    padding: 7px 16px;
    font-size: 14px;
    height: 40px;
    padding-right: 124px;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.l_open .f_left {
    height: 40px;
    line-height: 40px;
}

.l_open .f_right {
    position: relative;
    width: 340px;
    height: 40px;
    padding-right: 100px;
}

.l_open button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.l_box_hide {
    height: 100px;
    overflow: hidden;
}

.l_box>div {
    position: relative;
}

.l_box b {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 700;
}

.l_box ul {
    padding-left: 164px;
    font-size: 14px;
    overflow: hidden;
}

.l_box li {
    float: left;
    width: 50%;
    padding: 7px 4px 7px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.l_box i {
    float: left;
    width: 76px;
    color: #999
}

.l_detail {
    margin-bottom: 60px;
}

.l_detail>button,
.l_comment>a {
    display: block;
    text-align: center;
    margin-top: 40px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border: 1px solid #eee;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    color: #3d5688;
    background-color: #fff;
}

.l_customer {
    margin-bottom: 30px;
}

.l_detail>button:hover,
.l_comment>a:hover {
    border-color: #d43400;
    color: #d43400;
}

.l_comment {
    margin-bottom: 60px;
    line-height: 1.875;
    font-size: 16px;
}

.l_comment .l_title {
    margin: 0;
}

.l_comment p {
    padding-top: 16px;
    font-size: 12px;
    color: #999;
}

.l_comment li {
    padding: 32px 0;
    border-bottom: 1px solid #eee;
}
.l_comment_default {
    padding: 60px 0;
}
.l_comment_default img {
    width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.map,
.hot {
    width: 1200px;
    margin: 0 auto 60px;
}

.map img,
.l_hot img {
    width: 100%;
}

.hot_img {
    position: relative;
    width: 284px;
    height: 214px;
    overflow: hidden;
}

.hot_img:hover img {
    transform: scale(1.1);
}

.hot_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -o-object-fit: cover;
    object-fit: cover;
}

.hot_img a {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 214px;
    padding: 185px 8px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .4)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .4));
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .4) 100%);
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4));
    color: #fff;
    text-align: right;
    font-size: 14px;
}

.hot ul {
    overflow: hidden;
}

.hot li {
    width: 284px;
    float: left;
    margin-right: 16px;
}

.hot ul li:last-child {
    margin: 0;
}

.hot_info {
    font-size: 20px;
    padding-top: 10px;
}

.hot_info p {
    overflow: hidden;
}

.hot_info i {
    float: right;
    font-weight: bold;
    color: red;
}

.hot_info i::after {
    content: "元/m²";
    font-size: 14px;
    font-weight: normal;
}

.hot_info span {
    font-size: 14px;
    color: #757575;
}

.hot_info span:nth-child(2) {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #eee;
}

.aside {
    float: right;
    width: 424px;
}

.aside_top {
    text-align: right;
    float: right;
    position: relative;
    padding-bottom: 30px;
}
.aside_top > div {
    float: right;
}
.aside_jsq {
    font-size: 16px;
    line-height: 28px;
}
.aside_jsq a::before {
    content: "";
    position: relative;
    top: 2px;
    margin-right: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icon/icon_jsq.png");
    background-size: 100% 100%;
}

.aside_top .code_box {
    position: absolute;
    top: 35px;
    right: 15px;
    width: 120px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05);
    display: none;
}

.aside_top.share_mobile > div:hover .code_box {
    display: block !important;
}

.aside_top .code_box::before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -19px;
    right: 30px;
}

.aside_top .code_box p {
    font-size: 16px;
    margin-bottom: 10px;
}

.aside_top .code_box img {
    width: 100px;
    height: 100px;
}

.aside_top .icon-shouji1 {
    cursor: pointer;
}

.aside_note {
    overflow: hidden;
    margin-top: 30px;
    clear: both;
}

.aside_note button {
    width: 49%;
    float: left;
    font-size: 18px;
    margin-right: 2%;
    padding: 10px 0;
}

.aside_note button:first-child {
    border: 1px solid #ff5121;
    background-color: #fff;
    border-radius: 4px;
    color: #ff5121;
}

.clear_main {
    overflow: visible;
    padding-top: 50px;
    min-height: 800px;
}

.clear_main::after {
    content: "";
    display: block;
    clear: both;
}

.aside_note button:last-child {
    margin-right: 0;
}


.aside_adviser {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    font-size: 16px;
    padding: 10px;
}

.aside_adviser h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.aside_page {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #666;
    font-size: 14px;
}

.aside_page span {
    margin: 0 10px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
}

.aside_page i.icon {
    border: 1px solid #eee;
    font-size: 20px;
    cursor: pointer;
}

.aside_page i.icon:hover {
    border-color: #d43400;
    color: #d43400;
}

.aside_list li {
    overflow: visible;
}

.icon_lebel {
    position: relative;
    display: inline-block;
    padding: 4px 5px;
    margin-left: 8px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.icon_lebel::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    background: -webkit-linear-gradient(223deg, #24c5ff, #316dff);
    background: -o-linear-gradient(223deg, #24c5ff 0, #316dff 100%);
    background: -moz-linear-gradient(223deg, #24c5ff 0, #316dff 100%);
    background: linear-gradient(227deg, #24c5ff, #316dff);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}





.aside_fixed {
    position: fixed;
    left: 50%;
    width: 424px;
    top: 0;
    transform: translateX(-50%);
    margin-top: 0;
    margin-left: 380px;
    z-index: 10;
}

.aside_absolute {
    position: absolute!important;
}

.info.header_info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    display: none;
}

.info.header_info>div {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
}

.info.header_info h2 {
    display: inline-block;
    margin-right: 48px;
    line-height: 60px;
    font-size: 26px;
    font-weight: 600;
}

.info.header_info button {
   display: inline-block;
    width: 144px;
    height: 40px;
}

.info_open {
    width: 148px;
    border: 1px solid #ff5121;
    background-color: #fff;
    color: #ff5121;
    border-radius: 4px;
}

.info.header_info span {
    font-size: 24px;
    font-weight: 600;
    color: #ef0000;
}

.info.header_info span::after {
    content: "元/m²";
    font-size: 16px;
    font-weight: normal;
}

.info_click > img {
    position: relative;
    top: 10px;
    width: 40px;
    height: 40px;
    float: left;
}

.info_click em {
    float: left;
    margin-right: 16px;
    margin-left: 10px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.info_click_box {
    position: relative;
    float: right;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-top: 12px;
    color: #FF5121;
    border: 1px solid #FF5121;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.info_click_box div {
    position: absolute;
    right: 0;
    top: 40px;
    width: 120px;
    padding: 10px;
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 5%);
    background-color: #fff;
    z-index: 99;
    display: none;
}
.info_click_box:hover div {
    display: block;
}

.house_title {
    padding-top: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42;
    text-align: center;
}

.price_tips {
    font-size: 14px;
}

.house_info {
    overflow: hidden;
    padding: 20px 0;
    color: #666;
    font-size: 16px;
    height: 92px;
}

.house_info img {
    float: left;
    width: 164px;
}

.house_info p {
    font-size: 14px;
    height: 70px;
}

.house_info .tuinum {
    float: right;
    margin-top: 52px;
}

.no-price::after {
    display: none;
}

.l_type .no_more li:nth-child(n+6) {
    display: none !important;
}

.l_type .no_more li:nth-child(5) {
    border: none !important;
}


.aside_ask .icon-dianhua1 {
    font-size: 20px !important;
    padding-right: 10px;
    vertical-align: middle;
}

.look_more {
    display: none;
}

.albums ul li {
    position: relative;
}

.albums .video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 20000px;
    background-color: rgba(0, 0, 0, .6)
}

.albums .video_icon i.icon {
    padding-right: 5px;
}

.layui-layer-content {
    overflow: hidden!important;
}

.l_rob {
    height: 110px;
    background-image: url('../images/index/red_back.png');
    background-size: 704px 110px;
    overflow: hidden;
    margin-bottom: 60px;
}

.l_rob_price {
    font-size: 49px;
    font-weight: bold;
    color: #FFFBE8;
    padding-top: 24px;
    padding-right: 30px;
}
.l_rob_price span::before {
    content: "￥";
    display: inline-block;
    margin-left: 40px;
    font-weight: normal;
    font-size: 24px;
}

.l_rob_order {
    color: #fff;
    font-size: 24px;
    padding-top: 24px;
}
.l_rob_order p {
    font-size: 20px;
    padding-top: 6px;
}
.l_rob_order .icon {
    font-size: 22px;
    margin-left: 10px;
    cursor: pointer;
}
.l_rob_time {
    padding-top: 14px;
    padding-right: 14px;
}
.l_rob_time i {
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    color: #E82200;
}
.l_rob_day {
    font-size: 14px;
    color: #FF4023;
}
.l_rob_day b {
    font-weight: normal;
}
.l_rob_time span {
    color: #E82200;
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
}
.l_rob_time button {
    display: block;
    margin: 0 auto;
    width:130px;
    height:42px;
    color: #fff;
    font-size: 24px;
    margin-top: 12px;
    background:linear-gradient(0deg,rgba(241,117,115,1),rgba(251,30,14,1));
    border-radius:21px;
}

.rob {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}
.rob > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 310px;
    margin: 0  auto;
}
.rob_top {
    height: 200px;
    width: 100%;
    padding: 90px 60px 0;
    -webkit-background-size: 310px 200px;
    -moz-background-size: 310px 200px;
    background-size: 310px 200px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.rob_top p{
    font-size: 15px;
    font-weight: 400;
    color: #d1302d;
    line-height: 21px;
    text-align: center;
}
.rob_top span {
    display: block;
    margin-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    font-size: 32px;
    color: #d1302d;
    line-height: 36px;
    text-align: center;
    
}
.rob_form {
    position: relative;
    -webkit-background-size: 311px 227px;
    -moz-background-size: 311px 227px;
    background-size: 311px 227px;
    padding: 20px 45px 53px;
}
.rob_form p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 21px;
}

.rob_form input{
    border: none;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.rob_form button {
    display: block;
    font-weight: 600;
    color: #f42032;
    line-height: 16px;
    padding: 12px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddc4c4));
    background: -webkit-linear-gradient(top,#fff,#ddc4c4);
    background: -moz-linear-gradient(top,#fff 0,#ddc4c4 100%);
    background: -o-linear-gradient(top,#fff 0,#ddc4c4 100%);
    background: linear-gradient(180deg,#fff,#ddc4c4);
    -webkit-box-shadow: 0 6px 12px 0 rgba(180,0,0,.7);
    -moz-box-shadow: 0 6px 12px 0 rgba(180,0,0,.7);
    box-shadow: 0 6px 12px 0 rgba(180,0,0,.7);
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.rob_close {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -18px;
}
.rob_close i {
    color: #fff;
    font-size: 36px;
}

.tips {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.tips > div {
    width: 360px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.tips_title{
    position: relative;
    padding: 12px 0;
    margin: 0 24px;
    border-bottom: 1px solid #eee;
}
.tips_title span{
    line-height: 1.58;
    font-size: 16px;
    font-weight: 700;
    color: #121212;
}

.tips_title i.icon{
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 16px;
    color: #757575;
    cursor: pointer;
}
.tips p {
    line-height: 1.58;
    font-size: 16px;
    font-weight: 700;
    color: #121212;
    padding: 12px 24px;
}

.l_card .l_ticket:first-child{
    margin-left: 0px !important;
}

.show {
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.show_album {
    float: left;
    width: 600px;
}
.show_album_big {
    height: 400px;
    overflow: hidden;
    background-color: #F5F5F5;
}
.show_album_big img {
    min-height: 400px;
}
.show_album ul {
    overflow: hidden;
    padding-top: 10px;
    margin-left: -10px;
}
.show_album li {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 112px;
    height: 80px;
    background-color: #F5F5F5;
    cursor: pointer;
}
.show_album li.on p{
    background-color: #f54732;
    background-image: linear-gradient(270deg,#ff7338,#f54732);
    color: #fff;
}
.show_album p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .8);
}

.show_box {
    float: right;
}
.show_info {
    border-bottom: 1px solid #EEEEEE;
    width: 570px;
    padding-top: 26px;
    font-size: 14px;
    padding-bottom: 30px;
}
.show_info li {
    padding-bottom: 28px;
}
.show_info li:last-child {
    padding-bottom: 0;
}
.show_info b {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-right: 15px;
    font-family: Microsoft YaHei;
}
.show_info_price strong {
    font-size: 24px;
    font-weight: bold;
    color: #FF3333;
}
.show_info_price em {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-right: 39px;
}
.show_info_price .open,.show_info_price .open i {
    color: #FF3332;
}
.show_info_price a,.show_info_price i {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}
.show_info_type div {
    display: inline-block;
    width: 380px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    top: 5px;
}
.show_info_type a {
    color: #999;
    font-size: 14px;
}
.show_info_type span {
    margin-right: 16px;
}
.show_info_type i {
    font-size: 14px;
    margin-right: 4px;
}

.show_info_more a:first-child {
    text-decoration: underline;
    margin-right: 300px;
}
.show_info_code {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #999;
}
.show_info_code div {
    position: absolute;
    right: -18px;
    top: 24px;
    padding: 10px;
    box-shadow : 0 0 8px 8px rgb(0 0 0 / 5%);
    display: none;
}
.show_info_code:hover div {
    display: block;
}
.show_info_code img {
    width: 100px;
    height: 100px;
}
.show_info a.on {
    margin-left: 30px;
    color: #FF3332;
}
.show_mobile {
    padding-top: 30px;
}
.show_mobile p {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}
.show_mobile em {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF3333;
    margin-right: 54px;
}
.show_mobile_box {
    position: relative;
    display: inline-block;
    color: #FF3333;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
.show_mobile_box div {
    position: absolute;
    right: -10px;
    top: 25px;
    width: 120px;
    padding: 10px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 5%);
    display: none;
}
.show_mobile_box:hover div {
    display: block;
}
.show_mobile_box > img {
    width: 10px;
    display: inline-block;
}
.l_type_box {
    overflow: hidden;
}
.l_type_box h3 {
    float: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.l_type_box div {
    float: right;
}
.comment_list {
    margin-top: 22px;
    padding: 0 20px 30px;
    border: 1px solid #eee;
}
.item .user_comment:last-child {
    border: none;
}
.comment_list .item {
    padding: 0;
    border: none;
}
.user_comment {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}
.l_comment .send_comment_jump {
    float: none;
    width: 360px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #FF5121;
    border: 1px solid #FF5121;
    border-radius: 3px;
}
.l_answer {
    position: relative;
}
.l_answer_box {
    border: 1px solid #eee;
}
.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}
.mask.on {
    display: block;
}
.mask_box {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 504px;
    padding: 16px 24px 30px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
    z-index:9999;
}
.answer{
    display:none;
}

.answer_title {
    overflow: hidden;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.answer_title span {
    float: left;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.answer_title i {
    float: right;
    font-weight: normal;
    cursor: pointer;
}
.answer_text {
    position: relative;
}
.answer textarea {
    display: block;
    padding: 14px 15px;
    width: 100%;
    height: 140px;
    outline: none;
    border-color: #E5E5E5;
    resize: none;
}
.answer_count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #999;
}
.answer input {
    margin: 20px 0 30px;
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    text-indent: 15px;
}
.answer button {
    display: block;
    width: 100%;
    height: 44px;
    background: #FF5121;
    border-radius: 3px;
    color: #fff;
}

.show_album .swiper-button-next,.show_album .swiper-button-prev {
    top: 220px;
}
