@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑";
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
    min-width: 1200px;
}

td,
th,
caption {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight:normal;*/
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #ff612d;
}

/* a{blr:expression(this.onFocus=this.blur())} */
*:focus {
    outline: 0;
}

fieldset,
img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}



input,
textarea,
select,
button {
    font-size: 12px;
    ;
    outline: none;
    font-family: "微软雅黑";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

.about_list {
    overflow: hidden;
    padding: 100px 0 100px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;

}

.callbacks_container {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.top-nav {
    width: 100%;
    min-width: 1190px;
    height: 35px;
    background-color: #f5f5f5;
    font-family: PingFangSC-Regular, Microsoft YaHei, sans-serif;
    font-size: 12px;
}

.top-nav .top-nav-container {
    width: 1200px;
    margin: 0 auto;
}

.top-nav .top-nav-container .J-city-select {
    float: left;
    position: relative;
}

.top-nav .clearfix {
    content: "";
    display: block;

    clear: both;
    position: static;
}

.top-nav .top-nav-container .J-city-select .city {
    position: relative;
    float: left;
    text-decoration: none;
    z-index: 110;
    border: 1px solid #f6f6f6;
    border-bottom: none;
    cursor: pointer;
    vertical-align: middle;
    padding-right: 12px;
}

.top-nav a {
    text-decoration: none;
    color: #333;
}

.top-nav .top-nav-container .J-city-select .city span {
    display: inline-block;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    color: #333;
}

.top-nav .top-nav-container .J-city-select .city .map-icon {
    background-image: url(../img/ico1.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 35px;
    vertical-align: middle;
    background-size: auto;
    background-position: left center;
    position: relative;
    top: -1px;
}

.top-nav .top-nav-container .J-city-select .city .J-city-change {
    margin-left: 6px;
}

.top-nav .top-nav-container .J-city-select .city-list {
    position: absolute;
    top: 62px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    width: 200px;
    z-index: 200;
    padding-bottom: 28px;
}

.top-nav .top-nav-container .J-city-select .city-list .group {
    position: relative;
    border-top: 1px solid #f5f5f5;
    line-height: 2;
    padding-left: 5px;
}

.top-nav .top-nav-container .J-city-select .city-list .group:first-child {
    border-top: none;
}

.top-nav .top-nav-container .J-city-select .city-list .group .title {
    font-size: 12px;
    color: #999;
    width: 68px;
    overflow: hidden;
    padding: 10px 10px 0;
    position: static;
}

.top-nav .top-nav-container .J-city-select .city-list .group div {
    padding-left: 10px;
}

.top-nav .top-nav-container .J-city-select .city-list .group a {
    float: left;
    width: 40px;
    margin-right: 5px;
    color: #515151;
    overflow: hidden;
    white-space: nowrap;
}

.top-nav .top-nav-container .J-city-select .city-list .group a:hover {
    color: #f65d29;
}

.top-nav .top-nav-container a:hover {
    text-decoration: none;
    color: #f65d29;
}

.top-nav .top-nav-container .J-city-select .city-list .all {
    position: absolute;
    right: 20px;
    bottom: 8px;
    color: #999;
}

.top-nav .top-nav-container .quick-menu {
    float: right;
}

.top-nav .top-nav-container .group .item {
    float: left;
    padding: 0 17px;
    line-height: 17px;
    cursor: pointer;
    vertical-align: middle;
    margin: 10px 0;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

.top-nav .top-nav-container .group .seprate {
    float: left;
    line-height: 35px;
    color: #c7c7c7;
}

.top-nav a {
    text-decoration: none;
    color: #333;
}

.top-nav .top-nav-container .icon {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    float: none;
}

.top-nav .panel {
    position: absolute;
    top: 35px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    z-index: 112;
}

.top-nav .J-shop-serve-target {
    text-align: left;
}

.top-nav .my-center {
    width: 100px;
    text-align: left;
}

.top-nav .my-center a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
}

.top-nav .J-shop-serve-target a {
    padding-left: 16px;
}

.top-nav .my-center a:hover {
    background-color: #f6f6f6;
}

.top-nav .top-nav-container a:hover {
    text-decoration: none;
    color: #f65d29;
}

.top-nav .top-nav-container .i-arrow {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    background: url(../img/ico9.png) no-repeat;
    background-size: 10px 10px;
}

.top-nav .top-nav-container .group .current .i-arrow {
    background: url(../img/ico10.png) no-repeat;
    background-size: 10px 10px;
}

.Hide {
    display: none;
}

.top-nav .Hide {
    display: none;
}

.top-nav .top-nav-container .J-city-select .city-active {
    border: 1px solid #e3e3e3;
    border-bottom: none;
    background-color: #fff;
    z-index: 111;
}

.logo-input {
    width: 100%;
    min-width: 1200px;
    padding: 35px 0px;

    background-color: #fff;
    font-size: 12px;
}

.logo-input .logo-input-container {
    width: 1200px;
    margin: 0 auto;
}

.logo .logo_titles {
    font-weight: bold;
    color: #000;
    font-size: 30px;
    height: 45px;
    list-style: none;
    line-height: 45px;
    margin-left: 10px;


}

.logo-input .logo-input-container .search-bar {
    position: relative;
    float: left;
    margin-left: 60px;
    margin-right: 10px;


}


.logo-input .logo-input-container .search-bar .search-container {
    margin-top: 10px;
}

.logo-input .logo-input-container .search-bar .search-container .i-search {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAMAAAD+iNU2AAAAQlBMVEUAAADMzMzMzMzNzc3MzMzNzc3MzMzNzc3Nzc3f39/Nzc3MzMzV1dXNzc3Nzc3Ozs7Nzc3Nzc3Q0NDNzc3Ozs7X19dHxZMBAAAAFnRSTlMA/vLb2KRkQDcIzbkM7uQi4FZGLhoT1R31TAAAAGNJREFUCNdljlkSwCAIQwUVXLv3/lctOraO9n3gJE4gSvBkoyWvGs4ABgTjmgTN8rCGanijU/WTNiVCwC3HQDItqhe0MmL4dIjz/5yf94/397Ef5lNU778uWBp2fsa1ZTVwHw9EMgK6TERmmAAAAABJRU5ErkJggg==) no-repeat;
    position: absolute;
    left: 10px;
    top: 13px;
}

.logo-input .logo-input-container .search-bar .search-container span {
    float: left;
}

.logo-input .logo-input-container .search-bar .search-container input {
    width: 250px;
    height: 19px;
    padding: 9px;
    border: 2px solid #f63;
    text-indent: 22px;
    outline: 0;
    box-sizing: content-box;
    font: 12px/1.5 arial, sans-serif;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

input,
textarea {
    resize: none;
}

a,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.logo-input .logo-input-container .search-bar .search-container .search-bnt-panel {
    display: inline-block;
    position: relative;
    left: -2px;

}

.logo-input .logo-input-container .search-bar .search-container .search-bnt-panel .search-btn {
    display: inline-block;
    padding: 10px;

    width: 100px;
    background-color: #f63;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.logo-input a {
    text-decoration: none;
}

.logo-input .logo-input-container .postedit {
    float: right;
    position: relative;
    background: url(../img/ico5.png)left center no-repeat;
    padding-left: 45px;

}

.logo-input .logo-input-container .postedit h2 {
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

.cate-container {
    width: 100%;
    height: 45px;
    list-style: none;
    line-height: 45px;
    background: #ff612d;
}

.cate-container .navbar li {
    float: left;
    list-style: none;
    height: 45px;
    line-height: 45px;
    font-size: 16px;

}

.cate-container .nav-header {
    width: 1200px;
    margin: 0px auto;
    text-align: center;
}

.cate-container .navbar li .cate-item {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 0px 29px;
    display: block;
}

.cate-container .navbar li .cate-item:hover {
    color: #fff;
    background: #ff9e37;
}

.inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: auto;
    height: 100%;
    width: 100%;
    background: url(../img/regBg.png)center center no-repeat;
    background-size: cover;


}

.loginBg {
    width: 100%;

}

.signupform {
    width: 1200px;

    margin: 0px auto;
    position: relative;
}

.signupform_title {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.w3_info {
    text-align: left;
    background-color: #fff;
    width: 420px;
    margin: 0px auto;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px 46px 20px;
}

.input-group {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid #CFCFCF;
}

.r-mobile {
    background: #fff url(../img/ico7.png) 10px center no-repeat;
    text-indent: 30px;
}

.input-group {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid #CFCFCF;
}

input[type="userid"] {
    font-size: 14px;
    color: #666;
    text-align: left;
    letter-spacing: 1px;
    padding: 12px 10px;
    width: 98%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}

input[type="Password"] {
    font-size: 14px;
    color: #666;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 12px 10px;
    width: 55%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}

.r-pwd {
    background: #fff url(../img/ico8.png) 10px center no-repeat;
    text-indent: 30px;
}

.r-phote {
    background: #fff url(../img/ico11.png) 10px center no-repeat;
    text-indent: 30px;
}

.buttonme .btn-block {
    border-radius: 2px;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 40px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #FF6600;
}

.report {
    text-align: center;
    line-height: 2;
    margin-top: 20px;
    font-size: 16px;
}

.fastreg {
    display: inline-block;
    color: #f63;
    font-size: 16px;
}

.w3_infoH1 {
    color: #ff612d;
    font-size: 34px;
    text-align: center;
    padding: 12px 0px;
    line-height: 2;
}

.plain-button {
    background: none;
    color: #ff612d;
    width: 110px;
    height: 100%;
    outline: none;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    font-size: 16px;

}

/* .r-phote #upload {
    font-size: 14px;
    color: #666;
    text-align: left;
    letter-spacing: 1px;
    padding: 12px 10px;
    width: 95%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}

#fileuplode {
    display: none;
} */
.a-upload {
    padding: 4px 0px;
    height: 45px;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    color: #888;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    font-size: 14px;
    width: 95%;
}

.memory {
    font-size: 13px;
    height: 40px;
    line-height: 30px;
    color: #333333;
}

.react_city {
    width: 1200px;
    box-sizing: border-box;
    margin: 80px auto 0;
    background-color: #fff;
    border-radius: 4px;
    min-height: 1000px;
    padding: 20px;
}

.inner_region_contactDl .inner_region_contactDd a:hover {
    color: #ff612d;
    font-weight: 500;
}

.inner_region_contactDl {
    overflow: hidden;
}


.city_inner_region {
    color: #ff612d;
    font-size: 30px;
    font-weight: bold;
    border-left: 5px solid #ff612d;
    padding-left: 15px;
    margin-bottom: 20px;
}

.oparea_city_inner {
    padding: 34px 0px 13px 0px;
    border-radius: 10px;
    -webkit-transition: #fff 500ms;
    -ms-transition: #fff 500ms;
    transition: #fff 500ms;
}

.inner_region_contactDl .inner_region_contactdt {
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    text-align: center;
    padding: 0px 20px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    color: #fff;
    background: #ff612d;
    margin-right: 10px;

}

.inner_region_contactDl .inner_region_contactDd {
    float: left;
    width: 85%;
}

.inner_region_contactDl .inner_region_contactDd a {
    margin: 0px 0px 10px 24px;
    color: #333333;
    line-height: 2;
    display: inline-block;
    font-size: 16px;
}

.inner_region_contactDl {
    padding: 20px 5px 15px;

}

.inner_region_contactDl:hover {
    background: #F8F8F8;
}

.footerTop {
    background: #333333;
    width: 100%;
    overflow: hidden;
}

.footer-link {
    padding: 30px 0px;
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

.footer-link p {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 2;

}

.footer-link a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.footer-link a {
    text-decoration: none;
}

.logojpg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    height: 100px;

}

.i-search {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAMAAAD+iNU2AAAAQlBMVEUAAADMzMzMzMzNzc3MzMzNzc3MzMzNzc3Nzc3f39/Nzc3MzMzV1dXNzc3Nzc3Ozs7Nzc3Nzc3Q0NDNzc3Ozs7X19dHxZMBAAAAFnRSTlMA/vLb2KRkQDcIzbkM7uQi4FZGLhoT1R31TAAAAGNJREFUCNdljlkSwCAIQwUVXLv3/lctOraO9n3gJE4gSvBkoyWvGs4ABgTjmgTN8rCGanijU/WTNiVCwC3HQDItqhe0MmL4dIjz/5yf94/397Ef5lNU778uWBp2fsa1ZTVwHw9EMgK6TERmmAAAAABJRU5ErkJggg==) no-repeat;
    position: absolute;
    left: 10px;
    top: 13px;
}

.search-container input {
    width: 250px;
    height: 19px;
    padding: 9px;
    border: 2px solid #f63;
    text-indent: 22px;
    outline: 0;
    box-sizing: content-box;
    font: 12px/1.5 arial, sans-serif;
}

.search-bnt-panel {
    display: inline-block;
    position: relative;
    left: -2px;
}

.search-container span {
    float: left;
}

.search-bnt-panel .search-btn {
    display: inline-block;
    padding: 10px;
    width: 100px;
    background-color: #f63;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.cate_activity {
    background: #ff9e37;
}

.getyoulove {
    text-align: left;
    color: #333333;
    font-size: 17px;
    width: 1200px;
    margin: 20px auto;
}

.getyoulove a {
    display: inline-block;
    color: #fa4509;
    font-size: 17px;
    padding-left: 15px;
}

.Merchant-list {
    width: 1200px;
    margin: 60px auto
}

.Merchant-listLeft {
    float: left;
    width: 240px;
    overflow: hidden;
}

.listLeftTwo_drict {
    color: #494949;
    font-size: 14px;
    line-height: 2;
    padding: 10px;
    font-weight: normal;

}

.Merchant-listLeftTwo h2,
.Merchant-listLeftOne h2 {
    color: #fff;

    font-size: 26px;
    display: block;
    text-align: center;
    font-weight: normal;
    height: 54px;
    line-height: 54px;
    background: #ff612d;
}

.Merchant-listLeftOne {
    background: #ff612d;
    overflow: hidden;
    padding: 10px 10px 20px;
    margin-bottom: 30px;

}

.Merchant-listLeftTwo {}

.listLeftOne_column a {
    background: #fff;
    color: #ff612d;
    font-size: 16px;
    text-align: center;
    padding: 12px 0px;
    border-bottom: 2px solid #fdcfc0;
    display: block;
    margin-top: 15px;
    -webkit-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
}

.listLeftOne_column a:hover {
    color: #fff;
    background: #ff9e37;
}

.Merchant-listRight {
    float: right;
    width: 911px;
    margin-left: 45px;
}

.Merchant-listRight_column {
    color: #ff612d;
    font-size: 24px;
    padding-left: 15px;
    border-left: 4px solid #ff612d;
}

.containerList {
    width: 100%;
    overflow: hidden;
    margin: 40px 0px;
}

.catashop_item {
    float: left;
    margin: 10px;
    margin-bottom: 16px;
    background: #f1f1f1;
    width: 207px;
    overflow: hidden;
}

.shop-item-pic {
    width: 100%;
    display: block;
}

.shop-item-pic .pic-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .2);
}

.shop-item {
    display: block;
    color: #333;
}

.shop_name {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    word-wrap: normal;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 6px;

}

.shop_item a {
    display: block;
}

.shop_item img {
    height: 100%;
    width: 100%;
    height: 175px;
}

.score_star {
    color: #ff612d;
    display: inline-block;
    align-items: center;
    font-size: 15px;
    margin-left: 6px;
    float: left;
}

.shop-item-pic {
    position: relative;
    overflow: hidden;
}

.shop-item-pic .pic_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .2);
}

.star_icon {
    vertical-align: middle;
    text-align: center;
}

.nebula_star {
    padding: 10px 0px;
    align-items: center;
    font-size: 0;
    margin: 0px auto;
    text-align: center;
    width: 51%;
}

.nebula_star .star_sml {
    width: 12px;
    height: 12px;
    margin-right: 1.5px;
}

.nebula_star .star {
    display: inline-block;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url(../img/star3.png);
    background-size: 100%;
}

.nebula_star .star.star_40 {
    background-repeat: no-repeat;
    background-image: url(../img/star1.png);
    background-size: 100%;
}

.nebula_star .star.star_45 {
    background-repeat: no-repeat;
    background-image: url(../img/star2.png);
    background-size: 100%;
}

.nebula_star .star.star_50 {
    background-repeat: no-repeat;
    background-image: url(../img/star3.png);
    background-size: 100%;
}

.nebula_star .star:last-child {
    margin-right: 0;
}
.pagination li{
    display: inline;
}
.page a,
.page span{
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -moz-border-radius: 1px;
    padding: 6px 12px;
    margin-right: 1px;
    background: #fff;
    border: 1px solid #c6c6c6;
    display: inline-block;
    *display: inline;
    font-size: 14px;

    *zoom: 1;
}

.page {
    text-align: center;
    margin: 0px auto;
}

.page a {
    color: #222;
}

.page a:hover,.pagination span:hover {
    color: #fff;
    background: #ff612d;
}

.page span.current,.pagination .active span {
    color: #fff;
    border: 1px solid #ff612d;
    background: #ff612d;
}

.shop-item_adress {
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 13px;
    background: url(../img/ico12.png)left center no-repeat;
    width: 60px;
    overflow: hidden;
    text-indent: 7px;
    line-height: 2;
}

.NightclubNew {
    display: block;
    margin-bottom: 25px;
    background: #f1f1f1;
    height: 140px;
    width: 100%;
}

.NightclubNew_img {
    width: 220px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    height: 140px;
    vertical-align: middle;
}

.NightclubNew_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.shopInfo_3m2C4 {
    padding: 20px;
    margin-left: 220px;
}

.shopTitle_1Iobk a {
    color: #333333;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
    display: inline-block;
}

.shopTitle_1Iobk a:hover {
    color: #ff612d;
}

.shopAddress_1OQXL {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 15px;
    color: #666666;
    line-height: 2;
}

.evanItem_Ko,
.evaem_Kveto {
    color: #999999;
    display: inline-block;
    font-size: 13px;
    padding-left: 20px;
}

.evanItem_Ko {
    background: url(../img/ico13.png)left center no-repeat;
}

.evaem_Kveto {
    margin-left: 26px;
    background: url(../img/ico14.png)left center no-repeat;
}

.prompt_column {
    font-size: 30px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 100%;
    color: #333333;
    font-weight: bold;
}

.detail_dericsu {
    overflow: hidden;
    padding: 0px 10px;
    word-wrap: break-word;
    line-height: 2;
    word-break: break-all;
    font-size: 16px;


}

.detail_dericsu img {
    max-width: 100%;
}

.Integral_label {

    color: #333333;
    font-size: 16px;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: right;
}

.layui_Integral_inline {
    width: 350px;
    margin-left: 130px;
}

.layui-Integral {
    padding: 12px;
    position: relative;
}

.layui-Integral .layui-input-inline {
    float: left;
    width: 350px;
    margin-left: 30px;
}

.integral_points_contact {
    padding: 45px;
    position: relative;
}

.integral_points_contact_number {
    font-weight: normal;
    width: 100%;
    text-align: center;
    color: #ff612d;
    font-size: 20px;
}

.integral_points_contact_number span {
    display: inline-block;
    font-size: 48px;
    padding: 0px 10px;
    font-weight: bold;
}

.deduction_rules {
    font-size: 16px;
    line-height: 2;
    color: #333;
    padding: 20px 0px;
}

.icbcform {
    text-align: right;
    width: 200px;
    float: left;
    margin-right: 20px;

}

.icbcform p {
    line-height: 2;
    font-size: 16px;
    color: #333333;
}

.Validform_checktip {

    color: #ff612d;
    font-size: 48px;
    font-weight: bold;

}

.Validform_checktip b {
    display: inline-block;
    font-weight: bold;
}

.choosebank li {
    float: left;
    margin: 0px 10px;
    color: #ff612d;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border: 1px solid #888888;
    background: #fff;
}

.choosebank li label {
    padding: 0px 15px;
    cursor: pointer;
    display: inline-block;
}

.choosebank .cur {
    background: #ff612d;
    color: #fff;
    border: 1px solid #ff612d;
}

.radiobtn {
    height: 35px;
    line-height: 35px;
    width: 240px;
    display: inline-block;
    padding-left: 5px;
    font-size: 18px;
}

.choosebank {
    width: 100%;
    overflow: hidden;
    margin-bottom: 90px;
}

.radi_obtn {
    display: none;
}

.bankselect {
    float: left;
    position: relative;
}

.bankselect li {
    margin-left: 30px;
    float: left;
    position: relative;

}

.bankselect li label {
    display: block;
    width: 200px;
    overflow: hidden;
    display: block;
    height: 87px;
    cursor: pointer;
    padding: 0px 10px;
    border: 1px solid #888888;
    background: #fff;
    border-radius: 2px;

}

.bankselect li label.bankzf1-01 {
    background: url(../img/ico15.png) center center no-repeat;
    background-size: 132px;
}

.bankselect li label.bankzf1-02 {
    background: url(../img/ico16.png) center center no-repeat;
    background-size: 132px;

}

.bankselect li.curzfb label {
    border: 1px solid #ff612d;

}

.bankselect li.curzfb .ppp {
    background: url(../img/ico17.png) center center no-repeat;
    height: 28px;
    width: 31px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-size: 100%;
}

.regist_reop {
    font-size: 16px;
    color: #333;
}

.baozhenj {
    color: #ff612d;
    display: inline-block;
    font-size: 16px;
}

.regist_reop input[type="radio"] {
    accent-color: #fc8080;
    color: #fc8080;
    accent-color: var(--color-primary);
}

.regist_reop {
    text-align: center;
    margin-top: 30px;

}

.btn-fluid {
    width: 100%;
    background-color: #ff612d;
    font-size: 20px;
    border-radius: 20px;
    height: 46px;
    line-height: 46px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.demo2_hides {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0;
    display: none;
    z-index: 888;
}

.Paythe_wayH2 {
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 30px;
}

.Paythe_way {
    background: #fff;
    padding: 30px;
    position: relative;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 889;

    margin: 0px auto;
    width: 900px;
    transform: translate(0px, -50%);
}

.closePaythe {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 45px;
    cursor: pointer;

}

.overhide {
    overflow: hidden;
}

#demo2_hides_contact {
    background: #fff;
    width: 100%;
    height: 450px;
    overflow-y: scroll;
    line-height: 2;
    margin: 40px 0px;
    padding: 20px 20px;
}

.mo2_hidesclose {
    line-height: 2;
    color: #333;

    font-size: 15px;
}

.mo2_hidesclose h2 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

#demo2_clasoe {
    color: #fff;
    cursor: pointer;
    background: #ff612d;
    width: 300px;
    text-align: center;
    margin: 0px auto;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.tealist_con {
    display: block;
    text-align: center;
    margin: 30px auto;
}

.scaleO {
    float: left;
    width: 278px;
    margin: 11px;
    height: 165px;
}

.pos-ov img {
    width: 100%;
}

.Club_video {
    width: 100%;
    margin: 40px 0px;
}

.Club_videoList {
    display: block;
    text-align: center;
    margin: 40px auto;
}

.Club_vilidiv {
    float: left;
    width: 278px;
    margin: 11px;
    position: relative;
    overflow: hidden;
}

.Club_vilidiv img {
    width: 100%;
    position: relative;
    height: 100%;

}

.tealist_con .pos-ov img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 7vw;
}

.tealist_con li:hover img {
    cursor: pointer;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.Club_vilidiv span {
    background: url(../img/ico19.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    margin: 0px auto;
    top: 0px;
    z-index: 55;
}

.detail-container .title {
    font-weight: 500;
    font-size: 30px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
}

.detail-container .date {
    color: #888888;
    font-size: 14px;
}

.detail-container .date span {
    display: inline-block;
    margin-right: 30px;
}

.newDetail_content {
    margin: 30px auto;
    border-top: 1px solid #888;
    padding: 30px 10px;
    line-height: 2;
    overflow: hidden;
    font-size: 16px;
}

.newDetail_content img {
    display: inline-block;

}

.tuijian-list a {
    display: list-item;
    list-style-type: disc;
    float: left;
    width: 50%;
    color: #333;

    float: left;
    font-size: 16px;
    line-height: 2;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
}

.tuijian-lists5 a:hover,
.tuijian-list a:hover {
    color: #ff612d;
}

.xiangguan_tuij {
    text-align: center;
    height: 70px;
    line-height: 60px;
    color: #ff612d;
    font-weight: bold;
    font-size: 24px;
}

.xiang_guantuijian {
    background: #fafafa;
    padding: 20px;
    overflow: hidden;
}

.page-fanye,
.page-fanye a {
    font-size: 15px;
}

.xiangguantuijian {
    padding: 10px;
    border-top: 1px solid #EAEAEA;
}

.gotop-wrapper {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.4);
}

.gotop-wrapper a {
    display: none;
    _display: none !important;
    z-index: 888;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../img/icon-gotop-fixed.gif) no-repeat center;
}

.want_to_review {
    margin-top: 40px;
    width: 100%;
}

.friend_commentd .Merchant-listRight_column span {
    color: #333333;
    font-size: 16px;
    margin-left: 20px;
    display: inline-block;

}

div.mt-4 {
    margin-top: 16px;
}

div.comment-content-item {
    padding: 12px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.comment-content-item .avatar {
    display: inline-flex;
    border-radius: 100%;
    margin-right: 8px;
}

.comment-content-item .avatar,
.common_left-size {
    width: 48px;
    height: 48px;
}

div.mt-1 {
    margin-top: 4px;
    text-align: right;
    color: #888;
    font-size: 12px;
}

div.mt-3 {
    margin-top: 12px;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 1px;
}

div.like-cont {
    text-align: right;
    margin: 17px 0 16px;
}

div.like {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #666;
}

.text-deepname {
    float: left;
    width: 70px;
    height: 20px;
    line-height: 20px;
    position: relative;
    background: #fff;
    margin-right: .05rem;
    padding: 0;
    border: 0;
    outline: 0;
    margin-right: 5px;
    text-align: left;
    font-size: 15px;
}

div.like b {
    background-image: url(../img/ico21.png);
    background-size: 100% 100%;
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.item01-desc {
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
    color: #333;
}

div.repaly {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    margin-left: 20px;
}

div.repaly b {
    background-image: url(../img/ico22.png);
    background-size: 100% 100%;
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: text-bottom;
}



div.comment-container_footer {
    display: flex;
    align-items: center;
    justify-content: space-betwwen;
    padding-top: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #0af;
    padding: 0px;
    border: 0px;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}


div.comment-container_footer {
    padding-top: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #ff612d;
}

div.comment-container_more-btn {
    font-size: 15px;
    font-weight: 500;
    color: #ff612d;
    background: url(../img/more_unfold.png) no-repeat right -2px;
    padding-right: 19px;
}

div.comment-container_collapse-btn {
    padding-top: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #ff612d;
}

.comment-container_more-btn {
    cursor: pointer;
    margin-right: auto;
}

.reply-dropdown {
    width: 835px;
    margin-left: 76px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    display: none;
}

.ply-dropdoList {
    border-top: 1px solid #d8d8d8;
    padding: 10px;
}

.ply-dropdoList:first-child {
    border-top: none
}

.reply-list h1 {
    text-align: left;
    line-height: 2;
    font-size: 18px;
    color: #333333;
    padding: 10px;
}

.comment-list {
    border-bottom: 1px solid #d8d8d8;
}

.reply-text span {
    float: left;
    color: #333;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

.reply-text .repl_content {
    border: 1px solid #d8d8d8;
    height: 40px;
    line-height: 40px;
    float: left;
    width: 617px;
    margin-left: 44px;
    border-radius: 1px;
    padding: 5px;
    border-right: none;

}

.publish-wrap {
    color: #ffffff;
    font-size: 15px;
    background: #ff612d;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: right;
}

div.comment-body {
    position: relative;
    border: 1px solid #ccc;
    margin: 5px;
}

.comment-text-area {
    display: block;
    width: 100%;
}

.pour-btn {
    color: #fff;
    font-size: 15px;
    background: #ff612d;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 197px;
    margin-top: 20px;
}

.hhus a {
    width: 150px;
    border-radius: 10px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #333;
    margin: 0px auto;
    display: inline-block;
    border: 1px solid #afabab
}

.hhus:hover a {
    background: #ff612d;
    color: #fff;
    border: 1px solid #ff612d
}

.rating-stars {
    width: 70px;
    height: 12px;
    position: relative;
    background: #d2cac8;
    margin-right: 0.05rem;
    padding: 0;
    border: 0;
    outline: 0;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.rating-stars .rating-star {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rating-stars .unstared {
    width: 100%;
    background: url(../img/fivestar.png) no-repeat;
    background-size: 100%;
}

.rating-stars .stared {
    background: #ff612d;
}

.nightclub_tetailBody {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

.piv-previewleft {
    float: left;
    overflow: hidden;
    width: 590px;
    height: 370px;
}

.piv-previewright {
    float: right;
    background: #fff;
    overflow: hidden;
    width: 570px;
    height: 370px;
}

.seller-name {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    -o-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.seller-info-body {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    text-align: left;
    height: 97px;
    overflow: hidden;
    border-top: 1px solid #efefef;
    margin-top: 18px;
    padding-top: 22px;
    margin-bottom: 27px;
}

.seller-tips {
    font-size: 14px;
    text-align: left;
    padding: 10px;
    background: #fae6e0;
    color: #666666;
    margin-bottom: 20px;
}

.seller-number {
    color: #ff612d;
    font-weight: bold;
    text-align: left;
    line-height: 50px;
    background: url(../img/ico23.png) left center no-repeat;
    padding-left: 5px;
    height: 50px;

}

.seller-adress {
    height: 50px;
    color: #ff612d;
    font-weight: bold;
    text-align: left;
    line-height: 50px;
    background: url(../img/ico24.png) left center no-repeat;
    padding-left: 5px;

}

.seller-number span {
    display: inline-block;
    margin-left: 35px;
}

.seller-number .number_span1 {
    font-weight: bold;
    font-size: 26px;
}

.number_span2 {
    font-weight: normal;
    color: #666666;
    font-weight: normal;
    font-size: 16px;
}

.number_span3 {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    background: #ff612d;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;

}

.seller-adress span {
    float: left;
    margin-left: 35px;
}

.adress_span1 {
    font-weight: normal;
    color: #666666;
    font-weight: normal;
    font-size: 15px;
    width: 63%;
    -o-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.adress_span2 {
    font-weight: normal;
    color: #ff612d;
    font-weight: normal;
    font-size: 16px;
}

.evaluate_span2 {
    font-weight: normal;
    color: #666666;
    font-weight: normal;
    float: right;
    font-size: 14px;
    padding-left: 26px;
    background: url(../img/ico14.png)left center no-repeat;
}

.evaluate_span1 {
    float: left;

}

.rating-stars2 {
    width: 70px;
    height: 12px;
    position: relative;
    background: #d2cac8;
    margin-right: 0.05rem;
    padding: 0;
    border: 0;
    outline: 0;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.rating-stars2 .stared2 {
    background: #ff612d;
}

.rating-stars2 .rating-star2 {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.score_star2 {
    color: #ff612d;
    display: inline-block;
    align-items: center;
    font-size: 13px;
    margin-left: 6px;
    float: left;
}

.rating-stars2 .unstared2 {
    width: 100%;
    background: url(../img/fivestar2.png) no-repeat;
    background-size: 100%;
}

.tetailBody_center1 h2 {
    text-align: left;
    color: #ff612d;
    font-size: 24px;
    border-left: 3px solid #ff612d;
    padding-left: 15px;
    font-weight: bold;
}

.nightclub_tetailBody_center {
    margin: 30px auto;
    overflow: hidden;
}

.tetailBody_center1_left,
.tetailBody_center1_right {
    float: left;
    width: 50%;
    height: 160px;
    overflow: hidden;
}

.center1_left_phote .scaleO {
    float: left;
    width: 175px;
    margin: 6px;
    max-height: 100px;
    overflow: hidden;
}

.Club_vilidiv video {
    width: 100%;
    overflow: hidden;
}

.Club_vilidiv img.icon19 {
    position: absolute;
    left: 96px;
    width: 60px;
    height: 60px;
    top: 55px;
    cursor: pointer;
}

.center1_right_video a {
    width: 187px;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 20px 5px;
}

.item_video video {
    width: 100%;
    object-fit: revert;

}

.item_video .icon19 {
    position: absolute;
    left: 67px;
    width: 40px;
    height: 40px;
    top: 35px;
    cursor: pointer;
}

.tetailBody_center2H2,
.tetailBody_center3H2 {
    text-align: left;
    color: #ff612d;
    font-size: 24px;
    border-left: 3px solid #ff612d;
    padding-left: 15px;
    font-weight: bold;
    margin: 40px 0px 20px;
}

.tetailBody_center2_detail,
.tetailBody_center3_detail {
    line-height: 2;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    padding: 20px;
    text-align: left;
}

.tetailBody_center3_detail {
    height: 400px;
}

.upon_center3H2 {
    color: #333333;
    margin: 20px auto;
    border: 1px solid #efefef;
    width: 150px;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;

}

.lookAll {
    float: right;
    font-size: 16px;
    color: #999999;
}

.NightclubNews_lright {
    float: left;
    width: 120px;
}

.NightclubNews_li {
    float: left;
    overflow: hidden;
    margin: 18px;
    width: 562px;

}

.NightclubNews_left {
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    background: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
    margin-left: 53px;
    height: 100px;
}

.NightclubNews_lright img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.NightclubNews_leftH2 {}

.NightclubNews_leftH2 a {
    width: 422px;
    color: #333;
    font-size: 18px;
    line-height: 60px;
    display: block;
    height: 60px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;


}

.NightclubNews_span span {
    font-size: 14px;
    color: #999999;
    padding-left: 22px;
    display: inline-block;
    margin-right: 15px;
}

.NightclubNews_span span:nth-child(1) {
    background: url(../img/ico13.png)left center no-repeat;
}

.NightclubNews_span span:nth-child(2) {
    background: url(../img/ico14.png)left center no-repeat;
}

.NightclubNews {
    margin-bottom: 30px;
    overflow: hidden;
}

.tetailBody_center2H2 span {
    font-weight: normal;
    color: #666666;
    font-size: 16px;
    display: inline;
    margin-left: 15px;
}

.Netizenone3 {
    float: right;
    width: 842px;
}

.Netizenone3 div {
    float: left;
    color: #ff612d;
    font-size: 13px;
    border: 1px solid #ff612d;
    margin: 5px 10px 10px 0px;
    padding: 5px 12px;
}

.Netizenone1 h2 {
    color: #ff612d;
    font-size: 49px;
    font-weight: bold;
    text-align: center;
}

.rating-sts3 {
    width: 82px;
    height: 15px;
    position: relative;
    background: #d2cac8;
    margin-right: 0.05rem;
    padding: 0;
    border: 0;
    outline: 0;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.rating-sts3 .rating-starslp3 {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rating-sts3 .unstared {
    width: 100%;
    background: url(../img/fivestar2.png) no-repeat;
    background-size: 100%;
}

.rating-sts3 .stared {
    background: #ff612d;
}

.Netizenone1 {
    float: left;
}

.Netizenone2 {
    margin-left: 100px;
}

.Netizenone2 .Netizenone2_span {
    float: left;
    margin-left: 16px;
    margin-top: 6px;
}

.Netizenone2_span h3 {
    border-radius: 50%;
    background: #ff612d;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    width: 50px;
    text-align: center;
}

.Netizenone2_span p {
    text-align: center;
    margin-top: 6px;
    color: #333333;
    font-size: 16px;
}

.sticky-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000 !important;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    position: fixed;
    display: none;
}

ul.quick-nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf0;
    margin-bottom: 20px;
    padding: 16px 16px 4px;
    max-width: 580px;
    margin: 0 auto;
    border: none;
}

.quick-nav .quick-nav-item {
    position: relative;
    padding-bottom: 4px;
    text-align: center;
    cursor: pointer;
}

.quick-nav .quick-nav-item {
    margin-right: 40px;
}

.Netizentwolist {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.gallery li a {
    position: relative;
    float: left;
    margin-left: 10px;
    margin: 4px;
}

.pro-img {

    width: 130px;
    height: 130px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.origin-img {
    width: 100%;
    height: 100%;
}

.totalnum {
    position: absolute;
    right: 10px;
    color: #000;
    bottom: 10px;
}

.comment-pic {
    position: relative;
}

.totalnum span {
    background-color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 4px 10px;
    position: relative;
}

.comment-content-item .content {
    position: relative;
}

.youzhi-review {
    position: absolute;
    right: 8px;
    top: -20px;
}

.nightclub-dropdown {
    width: 100%;
    display: none;
    margin-top: 30px;
    overflow: hidden;
    position: relative;

}

.nightclub-dropdown {
    text-align: left;
    line-height: 2;
    color: #333333;
    font-size: 18px;
    margin-left: 54px;
    width: 95%;
}

.nightclub-text-area {
    width: 100%;
    border: 1px solid #f4e0e0e0;
    height: 160px;
    margin: 15px 0px;
    display: block;
    padding: 10px;
}

.nightclub-btn {
    color: #fff;
    font-size: 15px;
    background: #ff612d;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 121px;
    margin-top: 20px;
}

.deep-nightclanb {
    margin-top: 4px;
    text-align: right;
    color: #888;
    font-size: 12px;
    float: right;
}

.line-blakc {

    border-top: 1px solid #d8d8d8;
    padding-bottom: 20px;
}

.line-blakc:first-child {

    border-top: 1px solid #fff;
}

.tuijian-lists5 a span {
    float: right;
    color: #999999;
    font-size: 14px;
}

.tuijian-lists5 a {
    display: list-item;
    list-style-type: disc;
    float: left;
    width: 46%;
    margin-right: 4%;
    color: #333;
    float: left;
    font-size: 15px;
    line-height: 2;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
}

.contat_nightclubOne_topH2 {
    color: #ff612d;
    font-size: 49px;
    font-weight: bold;
    text-align: center;
    float: left;
}

.star_bnhgtj {
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 12px;
}

.contat_nightclubOne {
    margin: 20px 0px;
    width: 100%;
    overflow: hidden;
}

.star_bnhgtj p {
    line-height: 2;
    font-size: 16px;
}

.contat_nightclubOne_buttom {
    width: 100%;
    overflow: hidden;
    margin: 30px 0px;
}

.layui-btn-container .layui-btn.night_layui {
    font-size: 16px;
    color: #333;
    border: 1px solid #888888;
    background: #fff;
    float: left;
}

.layui-btn-container .layui-btn.night_layui:hover {
    color: #fff;
    background: #ff612d;
    border: 1px solid #fff;
}

.night_inline {
    float: left;
}

.night_input {
    width: 230px;
    padding: 6px;
    line-height: 40px;
    height: 40px;
    font-size: 13px;
    border: 1px solid #888888;
    border-right: 0px solid #fff;
}

.night_inline_btn {
    color: #fff;
    background: #ff612d;
    font-size: 16px;
    width: 70px;
    line-height: 40px;
    height: 40px;
}

.layui_checkbox {
    right: auto;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    width: 18px;
    height: 18px;
}

.nightclubOne_layui_tr {
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 1px;
    position: relative;
    overflow: hidden;
    width: 912px;
    background-color: #f2f2f2;
}

.nightclubOne_layui_tr th {
    text-align: center;
    padding: 9px 5px;
    font-size: 15px;
    border-bottom: none;
    border-top: none;
    display: inline-block;
    border-left: none;
    border-right: 1px solid #e6e6e6;
}

.nightclubOne_layui_tr th:last-child {
    border-right: none;
}

.addlists td {
    padding: 19px 8px;
    float: left;
    border: none;
    text-align: center;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.night_edite,
.night_detail {
    height: 20px;
    width: 20px;
    display: inline-block;
}



.cloase_photoList {
    height: 30px;
    display: inline-block;
    width: 30px;
    position: absolute;
    right: -5px;
    top: -7px;
    border-radius: 50%;
    background: #fff;
}

.pos-ov {
    position: relative;
    width: 100%;

}

.cloase_photoList img {
    height: 30px !important;
    width: 30px !important;
    display: inline-block;
    vertical-align: middle;
}

#filePicker {
    background: #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    float: left;
    margin-left: 30px;
}

#testList,
#testList_video {
    background: #ff612d;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    width: 100px;
    float: left;

}

#filePicker span,
#videoPicker span {
    float: left;
    height: 45px;
    line-height: 45px;
    color: #333;
    margin-left: 15px;

}

#videoPicker {
    background: #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    float: left;
    margin-left: 30px;
}

.cloase_videoList {
    height: 30px;
    display: inline-block;
    width: 30px;
    position: absolute;
    right: 0px;
    top: 3px;
    border-radius: 50%;
    background: #fff;
}

.blue_news {
    width: 100%;
    padding: 30px 0px 15px 0px;
    margin: 0px auto;
    text-align: left;
    background: #efefef;
    overflow: hidden;
}

.blue_news .news_title {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    border: none;
    background: url(../img/news_bg.jpg) repeat-x;
    overflow: hidden;
}

.blue_news .news_title span {
    width: 200px;
    height: 27px;
    padding: 0px 0px 0px 8px;
    margin: 0px auto;
    border: none;
    font-family: "微软雅黑";
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    background: url(../img/news_h2.jpg) no-repeat;
    display: block;
}

.blue_news .news_title h2 {
    width: 160px;
    margin-left: 20px;
    font-family: "微软雅黑";
    font-size: 24px;
    line-height: 27px;
    background: #efefef;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.blue_news .blue_news_content {
    width: 1200px;
    padding: 0px;
    margin: 20px auto 0px auto;
    overflow: hidden;
}

.blue_news .blue_news_content li {
    width: 47%;
    float: left;
    margin: 17px;

    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 20px;
    color: #2c2c2c;
    text-align: left;
    overflow: hidden;
}

.blue_news .blue_news_content li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.blue_news .blue_news_content li a {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: 700;
}

.blue_news li .tu {
    width: 82px;
    height: 82px;
    margin-right: 16px;
    position: relative;
    float: left;
}

.blue_news .blue_news_content li img {
    width: 82px;
    height: 82px;
    margin-bottom: 8px;
    border-radius: 50%;
    display: block;
}

.jiws {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    text-align: left;
}

.index_more a {
    display: inline-block;
    font-size: 18px;
}

.index_more {
    text-align: center;
    color: #000;
    line-height: 60px;
    font-size: 18px;
    height: 60px;
}

.blue_news .blue_news_content li a:hover {
    font-family: "微软雅黑";
    color: #e10203;
    text-align: left;
}

.cata-nav .cata-nav-detail a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    word-break: break-all;
    padding: 6px;
    line-height: 14px;
}



.cata-nav .nav-end {
    background: #333;
    background-image: url(../img/uopui.png) !important;
    background-repeat: no-repeat !important;
    background-size: 7px 5px !important;
    background-position: 20px 31px !important;
}

.cata-nav .nav-end a {
    padding: 10px 6px;
}

.cata-nav .cata-nav-detail {
    width: 50px;
    height: 44px;
    margin-bottom: 2px;
    background: #7b7171;
}

.cata-nav .cata-nav-detail {
    width: 50px;
    height: 44px;
    margin-bottom: 2px;
    background: #7b7171;
}

.cata-nav .cata-nav-detail:hover,
.cata-nav .current-nav {
    background: #c84213;
}

.main-index {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.cata-nav {
    position: relative;
    z-index: 9999;
    top: 10%;
    left: 1%;
}

.cata-navfixed {
    position: fixed;
    transform: translateX(-10%);
}

.cata-nav .cata-nav-detail:hover,
.cata-nav .current-nav {
    background: #c84213;
}

.scroll-floor_title {
    color: #ff612d;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    float: left;
}

.scroll-floorUl {
    float: right;
    margin-top: 10px;
}

.scroll-floorUl li {
    display: inline-block;
    margin-right: 10px;
}

.scroll-floorUl a {
    border-radius: 20px;
    display: block;
    color: #888888;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #888888;
    padding: 0px 15px;

}

.scroll-floorUl a:hover {
    background: #ff612d;
    color: #fff;
    border: 1px solid #ff612d;
}

.scroll-floor {
    width: 100%;
    margin-bottom: 40px
}

.floor6_right {
    width: 600px;
    float: right;
}

.floor6_left {
    float: left;
    margin: 10px;
    margin-bottom: 16px;
    background: #f1f1f1;
    width: 588px;
    overflow: hidden;
    margin: 20px 10px 0px 0px;
}

.floor6_left_descpri {
    text-align: center;
    line-height: 2;
    font-size: 14px;
    padding: 16px 26px;
    height: 88px;
    overflow: hidden;
    color: #888888;
}

.floor6_left_top {
    height: 332px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.klmt {
    float: right;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
}

.floor6_leftstar_icon {
    float: left;
}

.blue_fenlei li {
    width: 292px;
    height: 390px;
    float: left;
    margin: 0px 8px 0px 0px;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 33px;
    font-weight: 400;
    color: #707070;
    text-align: left;
    background: #f1f1f1;
    position: relative;
}

.blue_fenlei_tiels a {
    line-height: 50px;
    font-size: 16px;
    padding: 10px;
    color: #333;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zipp {
    color: #888888;
    line-height: 2;
    text-align: center;
    padding: 20px 30px;
}

.blue_fenlei li.two .shop-item-pic img {
    height: 100%;
}

.blue_fenlei li.two .shop-item-pic {
    width: 100%;

    margin: 0px auto;
    position: absolute;
    bottom: 0;
    display: block;
}

.blue_fenlei img {
    height: 100%;
}

.blue_fenlei_start .score_star {
    line-height: 21px;
}

.blue_fenlei_start .star_icon {
    text-align: center;
    margin: 0px auto;
    width: 110px;
}

.blue_fenlei {
    margin-top: 30px;
    width: 100%;
}


.scroll-floor .nebula_star,
.floor6_right .nebula_star {
    width: 40%;
}

.scroll-floor .floor6_left .nebula_star {
    width: 20%;
}

.sj9main-index {
    background: url(../images/sj9.jpg)left center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 0px 30px;
    margin: 20px auto 40px;
}

.sj9main-index .scroll-floorUl a {
    color: #fff;
    border: 1px solid #fff;
}

.index_top_model {
    width: 100%;
}

.index_top_model {
    position: relative;
    margin: 30px auto;
    width: 1200px;
    text-align: center;
}

.index_top_model img {
    width: 100%;
}

.index_top_model_left {
    float: left;
}

.index_top_model_right {
    float: right;
    overflow: hidden;
    width: 440px;
}

.open_shop_now {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: #ff612d;
}

.open_shop_now a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    display: block;
    background: #ff612d;
}

.index_top_model_right li {
    font-size: 17px;
    color: #333333;
    height: 40px;
    line-height: 40px;
}

.index_top_model_right li.layui-this {
    color: #ff612d !important;
}

.layui-tab-brief>.layui-tab-title .layui-this:after,
.layui-tab-brief>.layui-tab-more li.layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #ff612d !important;
}

.index_topUl li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.layui-tab-content {
    height: 290px !important;
    overflow: hidden;
    width: 100%;
}

.index_topUl li a {
    font-size: 15px;
    text-align: left;
    background: url(../img/ico27.png)left center no-repeat;
    padding-left: 15px;
}