html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family:  PingFang SC;
    word-break: break-all;
}

.font-yahei {
    font-family: "微软雅黑";
}

body>.main {
    overflow-y: auto;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}

ul,
ol {
    list-style: none
}

a img {
    border: none;
}

a,
a:link {
    text-decoration: none;
    color: #333
}

button {
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0 none;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}

button::-moz-focus-inner {
    padding: 0
}

textarea,
input {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type=number] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=search] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=text] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=tel] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=button] {
    appearance: none;
    -webkit-appearance: none;
}

input[type=password] {
    -webkit-text-security: disc;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

textarea:focus,
input:focus,
button:focus {
    outline: none
}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

.clear_float::after {
    display: block;
    content: '';
    visibility: hidden;
    clear: both;
    height: 0;
}

.inline_div {
    display: inline-block;
}

.block {
    display: block !important;
}


/*全局CSS*/
.hide {
    display: none !important;
}

.show {
    display: block;
}

.bgimg_mid {
    background-position: center;
    background-repeat: no-repeat;
}

.overflow_auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.overflow_hide {
    overflow: hidden;
}

.page {
    padding-top: 120px;
}

/*公共头部样式*/
.page-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    z-index: 8888;
}

.page-head-top {
    width: 100%;
    height: 36px;
    background: #EFEFEF;
}

.page-head-top-main {
    display: flex;
    align-items: center;
    height: 13px;
    font-size: 12px;
    font-family: PingFang SC;
    color: #333333;
    padding: 11px 0;
}

.page-head-top-main .address {
    width: 9px;
    height: 13px;
}

.page-head-top-main .city {
    margin-left: 7px;
}

.page-head-top-main .select {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.page-head-top-main .select img {
    position: relative;
    top: -1px;
    width: 11px;
    height: 7px;
    transition-duration: 0.3s;
    -webkit-animation-direction: 0.3s;
}

.triangle {
    position: absolute;
    top: 30px;
    left: -21px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    z-index: 1;
}

.select-drop {
    position: absolute;
    top: 20px;
    left: -50px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin: 5px 0;
    margin-top: 15px;
    max-height: 274px;
    overflow: scroll;
    padding: 6px 0;
}

.select-drop::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.select-drop::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

.select-drop::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.select-drop::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.select-drop-list {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}

.select-drop-list:hover {
    background-color: #f5f7fa;
}

.page-head-bottom {
    height: 80px;
}

.head-bottom-left {
    float: left;
    margin-top: 15px;
    cursor: pointer;
}

.head-bottom-left img {
    display: inline-block;
    width: 52px;
    height: 52px;
}

.head-bottom-left text {
    display: inline-block;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-left: 10px;
}

.head-bottom-center {
    float: left;
    display: flex;
    justify-content: flex-start;
    height: 45px;
    margin-top: 20px;
    margin-left: 94px;
}

.head-bottom-center li {
    position: relative;
    margin: 0 12px;
    height: 100%;
    font-size: 16px;
    font-family: PingFang SC;
    line-height: 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.head-bottom-center li:hover {
    color: #EF2356;
    border-bottom: 2px solid #EF2356;
}

.head-bottom-center li:hover a {
    color: #EF2356;
}

.head-bottom-center li a:active {
    color: #EF2356;
}

.head-bottom-center .link-active {
    color: #EF2356;
    border-bottom: 2px solid #EF2356;
}

.head-bottom-right {
    float: right;
    margin-top: 20px;
    position: relative;
}

.head-bottom-right input {
    width: 135px;
    height: 45px;
    background: #F0F0F0;
    padding-left: 11px;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
}

.hot-box,
.fuzzy-search {
    background: #fff;
    padding: 20px 16px;
    padding-bottom: 0;
    position: absolute;
    top: 45px;
    left: 0;
    box-sizing: border-box;
    width: 494px;
    display: none;
    z-index: 9;
}

.hot-box .title {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-bottom: 10px;
}

.hot-box .hot-list .hot-item,
.fuzzy-search .search-list .list-item {
    margin-bottom: 21px;
    cursor: pointer;
}

.hot-box .hot-list .hot-item:nth-child(1) .rank {
    background-color: #FC3655;
}

.hot-box .hot-list .hot-item:nth-child(2) .rank {
    background-color: #FE7E33;
}

.hot-box .hot-list .hot-item .rank {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #FFD41C;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px;
}

.search-btn {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #FC3655;
    cursor: pointer;
}

.search-btn img {
    width: 19px;
    height: 19px;
}

/*公共底部样式*/
.page-footer {
    width: 100%;
    background: #282828;
}

.top-head {
    float: left;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 40px;
}

.page-footer-top {
    overflow: hidden;
}

.footer-top-item {
    float: left;
    margin-right: 114px;
}

.footer-top-item h1 {
    font-size: 20px;
    font-family: PingFang SC;
    color: #FFFFFF;
}

.item-ul {
    float: left;
    margin-top: 20px;
}

.item-ul li {
    margin-bottom: 14px;
}

.item-ul li a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.footer-line {
    float: left;
    width: 1px;
    height: 175px;
    background: #505050;
    margin-left: 25px;
}

.top-head-right {
    float: left;
    margin-left: 137px;
}

.top-head-right h1 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 37px;
}

.top-head-right .right-div {
    float: left;
    width: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 24px;
}

.top-head-right .right-div div {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.top-head-right .right-div img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

.top-line {
    float: left;
    width: 100%;
    height: 1px;
    background: #505050;
}

.top-footer {
    float: left;
    margin-top: 27px;
    margin-bottom: 25px;
}

.top-footer text {
    float: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFEFE;
}

.top-footer ul {
    float: left;
}

.top-footer ul li {
    float: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-right: 58px;
    cursor: pointer;
}

.page-footer-bottom {
    float: left;
    width: 100%;
    height: 99px;
    background: #1C1C1C;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.bottom-main-top {
    margin-top: 24px;
    text-align: center;
}

.bottom-main-bottom {
    margin-top: 10px;
    text-align: center;
}

.telephone {
    margin-left: 49px;
}

/*用户预约*/
.user-booking {
    height: 163px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-top: 20px;
}

.user-booking-top {
    display: flex;
    align-items: center;
    height: 110px;
    background-image: url('../imgs/user-booking-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 底部预约区域样式 */
.bottom-booking-box {
    display: none;
}

.bottom-booking-box .active-booking {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999999;
    display: flex;
    align-items: center;
}

.bottom-booking-box .shrink-booking {
    position: fixed;
    left: 85px;
    bottom: 50px;
    width: 180px;
    height: 70px;
    cursor: pointer;
    z-index: 9999999;
    display: none;
}

.bottom-booking-box .shrink-booking img {
    width: 215px;
    height: 130px;
}

.bottom-booking-box .shrink-booking span:first-child {
    margin-right: 15px;
}

.bottom-booking-box .active-booking .qr-code {
    margin-left: 50px;
    margin-bottom: 114px;
    background-color: #fff;
    display: inline-block;
    padding: 10px 14px;
}

.bottom-booking-box .active-booking .qr-code p {
    text-align: center;
    color: #FC3455;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    margin-bottom: 10px;
}

.bottom-booking-box .active-booking .text-box {
    margin-left: 40px;
    font-size: 18px;
    color: #fff;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.bottom-booking-box .active-booking .text-box p:first-child {
    font-size: 25px;
}

.bottom-booking-box .active-booking .booking-box {
    display: flex;
    position: absolute;
    right: 50px;
}

.bottom-booking-box .active-booking .booking-box .input-box {
    position: relative;
    margin-right: 12px;
}

.bottom-booking-box .active-booking .booking-box .input-box .phone-input {
    background-color: #fff;
    height: 50px;
    width: 230px;
    border-radius: 10px;
    padding-left: 56px;
}

.bottom-booking-box .active-booking .booking-box .input-box .shouji-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.bottom-booking-box .active-booking .booking-box .phone-input::-webkit-input-placeholder {
    color: #828282;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.bottom-booking-box .active-booking .booking-box .phone-input::-moz-input-placeholder {
    color: #828282;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.bottom-booking-box .active-booking .booking-box .phone-input::-ms-input-placeholder {
    color: #828282;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.bottom-booking-box .active-booking .booking-box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50px;
    width: 187px;
    background-color: #FC3455;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
}

.bottom-booking-box .active-booking .booking-box .btn p:first-child {
    font-size: 18px;
}

.bottom-booking-box .active-booking .close-btn {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}



.person {
    width: 62px;
    height: 48px;
    margin-left: 21px;
}

.book-text {
    margin-left: 26px;
}

.book-text h1 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FC3555;
    line-height: 22px;
}

.book-text div {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FC3555;
    line-height: 22px;
    margin-top: 11px;
}

.book-phone {
    width: 285px;
    height: 61px;
    line-height: 61px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-left: 164px;
    font-size: 16px;
    padding-left: 16px;
    vertical-align: middle;
}

.book-phone::placeholder {
    color: #3C3C3C;
    line-height: 61px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.book-btn {
    width: 285px;
    height: 61px;
    line-height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    background: linear-gradient(0deg, #FC3455 0%, #FE635B 100%);
    border-radius: 6px;
    margin-left: 24px;
    padding: 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.book-btn-top {
    margin-bottom: 5px;
}

.user-booking-bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 52px;
}

.preferential text {
    position: relative;
    top: 2px;
}

.booking-bottom-bg {
    width: 2px;
    height: 35px;
    background: #F0F0F0;
}

/* 导航样式 */
.page-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-title a:hover {
    color: #FC3655;
}

/* 弹窗样式 */
.dialog_box {
    width: 100%;
    height: 1024px;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.dialog_box .dialog {
    width: 784px;
    height: 523px;
    border-radius: 20px;
    z-index: 1000;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../../common/imgs/dialog.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.dialog_box_top {
    position: absolute;
    top: -47px;
    right: 0;
    left: 0;
    margin: auto;
    width: 359px;
    height: 104px;
    background: #FC3655;
    border-radius: 10px;
    text-align: center;
}

.dialog_box_top>p {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    z-index: 1001;
    margin-top: 14px;
}

.dialog_box_top>span {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    z-index: 1001;
}

.dialog .close {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 1002;
    cursor: pointer;
}

.dialog_box_center {
    display: flex;
    justify-content: space-between;
    z-index: 1001;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 598px;
    height: 326px;
}

.dialog_box_center_box {
    z-index: 1001;
    width: 274px;
    height: 326px;
    border-radius: 20px;
    background: #FFFFFF;
}

.dialog_box_center_box>p {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-top: 56px;
}

.dialog_box_center_box>img {
    display: block;
    width: 152px;
    height: 152px;
    padding-top: 43px;
    margin: auto;
}

.dialog_box_center_box2 {
    z-index: 1001;
    width: 274px;
    height: 326px;
    border-radius: 20px;
    background: #FFFFFF;
}

.dialog_box_center_box2>p {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-top: 56px;
}

.dialog_box_center_box2>img {
    display: block;
    width: 152px;
    height: 152px;
    padding-top: 43px;
    margin: auto;
}

/* 预约弹窗 */
.forword_box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.forword {
    width: 1103px;
    height: 523px;
    border-radius: 20px;
    z-index: 1000;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../../common/imgs/dialog2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.dialog_box_top2 {
    position: absolute;
    top: -46px;
    right: 172px;
    width: 359px;
    height: 104px;
    background: #FC3655;
    border-radius: 10px;
    text-align: center;
}

.dialog_box_top2>p {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    z-index: 1001;
    margin-top: 14px;
}

.dialog_box_top2>span {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    z-index: 1001;
}

.forword .close {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 1002;
    cursor: pointer;
}

.forword_text {
    position: absolute;
    width: 336px;
    height: 280px;
    margin-top: 64px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.inp_div {
    position: relative;
    width: 336px;
    border-radius: 35px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.forword_text1 {
    width: 336px;
    height: 54px;
    background: #F5F5F5;
    border-radius: 27px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding-left: 35px;
    box-sizing: border-box;
}

.forword_text2 {
    width: 336px;
    height: 54px;
    background: #F5F5F5;
    border-radius: 27px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding-left: 38px;
    box-sizing: border-box;
}

.forword_text3 {
    float: left;
    width: 200px;
    height: 54px;
    background: #F5F5F5;
    border-radius: 27px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding-left: 39px;
    box-sizing: border-box;
}

.inp_bg {
    float: left;
    margin: 15px 0;
    display: inline-block;
    width: 1px;
    height: 24px;
    background: #999999;
}

.getCode {
    float: left;
    margin: 20px 0;
    margin-left: 18px;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    font-family: PingFang SC;
    color: #999999;
    cursor: pointer;
}

.immediately_forword {
    position: absolute;
    top: 344px;
    width: 336px;
    height: 60px;
    background: #FC3655;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 15px;
    text-align: center;
    padding-top: 24px;
    box-sizing: border-box;
    margin: 36px 0 0 50px;
    cursor: pointer;
}


.dialog_box_center2 {
    z-index: 1001;
    position: absolute;
    right: 0;
    bottom: 74px;
    margin: auto;
    width: 667px;
    height: 326px;
    padding: 0 38px;
    box-sizing: border-box;
}

.dialog_box_center_box3 {
    float: left;
    z-index: 1001;
    width: 274px;
    height: 326px;
    border-radius: 20px;
    background: #FFFFFF;
}

.dialog_box_center_box3>p {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-top: 50px;
}

.dialog_box_center_box3>img {
    display: block;
    width: 152px;
    height: 152px;
    padding-top: 43px;
    margin: auto;
}

.dialog_box_center_box4 {
    float: right;
    z-index: 1001;
    width: 289px;
    height: 326px;
    border-radius: 20px;
    background: #FFFFFF;
}

.dialog_box_center_box4>p {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-top: 50px;
}

.dialog_box_center_box4>img {
    display: block;
    width: 152px;
    height: 152px;
    padding-top: 43px;
    margin: auto;
}