:root {
    --primary-color: #2f9cf7;
}

body {
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    background-color: #f7f7f7;
    color: #333333;
    padding-top: 2.4rem;
    font-size: 0.6rem;
    max-width: 47rem;
    margin: 0 auto;
}

img {
    margin-bottom: 0
}

.mcolor {
    color: var(--primary-color);
}

.bold {
    font-weight: bold;
}

.mx-auto {
    margin: 0 auto;
}

.btn-more {
    padding: .7rem 3rem;
    display: inline-block;
    color: #ffffff;
    background-color: var(--primary-color) !important;
    width: 100%;
    border-radius: .3rem;
    font-size: .8rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

img {
    max-width: 100%;
}

a {
    /*color: #333333;*/
}

a:after {
    display: none !important;
}

.hidden {
    display: none;
}

.fnav {
    background-color: #222222;
    padding: 1rem .5rem 0rem;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    color: #969696;
}

.fnav2 {
    padding-top: 0;
}

.fnav a {
    color: #858484;
}

.fnav .flogo {
    /*font-size: .8rem;*/
    padding-bottom: 1rem;
    border-bottom: 1px solid #353535;
    text-align: left;
}

.fnav .flogo img {
    max-width: 6rem;
    margin-right: .5rem;
}

.fnav .ftel {
    padding: 1rem 0;
}

.fnav .ftel a {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
}

.qrcode {
    width: 100%;
    border-bottom: 1px solid #353535;
    border-top: 1px solid #353535;
    padding: 1rem 0;
    font-size: .6rem;
}

.qrcode img {
    max-width: 5rem;
    margin-bottom: .4rem;
}

.copyright {
    padding: .7rem 0;
    border-bottom: 1px solid #353535;
}

.notice {
    padding: 1rem 0 4rem;
}

.tabbar {
    background-color: #ffffff;
    padding: 0.4rem 0;
}

.tabbar a {
    color: #888888;
    max-width: 1.5rem;
    font-size: .6rem;
}

.tabbar a img {
    max-width: 1rem;
}

.tabbar a span {
    margin-top: .2rem;
}

header {
    color: var(--primary-color);
}

header {
    font-size: 0.7rem;
    background-color: #ffffff;
    padding: .5rem;
}

header .logo {
    max-width: 5rem;
}

header .search {

}

header .search img {
    max-width: 1.3rem;
}

header .search {
    width: 3.4rem;
}

.menu-layer {
    width: 100%;
    background-color: #FFFFFF;
}

.menu-layer .ttop {
    padding: 1rem 0;
}
.menu-layer .ttop .close img{
    max-width: 1rem;
}

.menu-layer .logo {
    max-width: 30%;
}

.menu-layer .close {
    max-width: 1.2rem;
}

.menu-layer .nav a {
    font-size: .8rem;
    padding: 1.5rem 0;
    opacity: 1;
    color: #666666 !important;
    border-bottom: 1px solid #e7e7e7;
}

.swiper-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .8rem !important;
}

.swiper .swiper-pagination-bullet {
    background-color: #f0f0f0;
    opacity: 1;
    bottom: 1rem !important;
}

.swiper .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    border-radius: 0.2rem;
    width: 1.2rem;
    height: 0.4rem;
}

.mtitle {
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem 0;
    text-align: center;
}

.overflow-hidden {
    overflow: hidden;
}

.toTop {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0.5rem;
    bottom: 3.5rem;
    border-radius: 50%;
    z-index: 9999;
    background-color: #ffffff;
}

.new a {
    padding: .5rem 0;
    border-bottom: 1px solid #e7e7e7;
}

.new a .time {
    background-color: var(--primary-color);
    width: 4rem;
    height: 3.5rem;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: .5rem;
    flex-shrink: 0;
}

.new a .day {
    font-size: 1.2rem;
    font-weight: bold;
}

.new a .name {
    font-size: .7rem;
}

.new a .desc {
    margin: .5rem auto;
    font-size: .6rem;;
    color: #666666;
    line-height: .8rem;
}

.news .btn-more {
    margin: 1rem auto .5rem !important;
}


.case {
    overflow: hidden;
    padding-bottom: 1rem;
    padding-top: .5rem;
}

.case .name {
    font-size: .7rem;
    padding: .4rem 0;
}

.case .swiper-pagination-bullet {
    width: .5rem;
    height: .5rem;
}

.case .swiper-pagination-bullet-active {
    background-color: var(--primary-color) !important;
}


.partner {
    flex-wrap: wrap;
}

.partner .img {
    width: 33.33%;
    text-align: center;
    margin-bottom: .6rem;
}

.partner .img img {
    max-width: 95%;
}

.links {
    margin-top: .6rem;
    color: #ffffff;
    padding: .3rem;
    font-size: .6rem;
}

.links a {
    color: #ffffff;
    margin-right: .3rem;
    font-size: .6rem;
}

.tbanner {
    height: 10.5rem;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}


.tbanner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    font-size: .9rem;
    color: #ffffff;
    font-weight: bold;
}

.breadcrumb {
    background-color: #f5f5f5;
    padding: .5rem;
    color: #555555;
    font-size: 0.6rem;
}

.breadcrumb a {
    color: #555555;
}

.news-list {
}

.news-list a .name {
    font-weight: bold;
    font-size: 0.7rem;
}

.news-list a .desc {
    margin: .4rem auto;
    font-size: 0.6rem;
    color: #666666;
    line-height: .7rem;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list a .time {
    font-size: 0.6rem;
    color: #666666;
}

.categorys {
    padding: .6rem 0 0;
    flex-wrap: wrap;
}

.categorys a {
    background-color: #e5e5e5;
    padding: .7rem 1.5rem;
    margin-bottom: .5rem;
}

.categorys a.active {
    background-color: var(--primary-color);
    color: #ffffff;
}

.page {
    width: 90%;
    clear: both;
    margin: 0 auto;
}

.pagination {
    line-height: 2rem;
    text-align: center;
    border-top: none;
    margin: 10px;
    padding-left: 0;
}

.pagination li {
    display: inline-block
}

.pagination a {
    padding: 6px 10px !important;
    color: #666 !important;
    margin: 0 6px;
    border: 1px solid #E2E2E2;
    background: #fff;
    border-radius: 3px;
}

.pagination a:hover {
    background: #E2E2E2;
    color: #555;
    border-radius: 3px
}

.pagination span {
    padding: 6px 10px;
    color: #666;
    margin: 0 6px;
    border: 1px solid #E2E2E2;
    background: #E2E2E2;
    color: #555;
    border-radius: 3px
}

.pagination font {
    color: #000
}

.pagination .active span {
    background: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}

article {
}

article .atitle {
    font-size: .9rem;
    text-align: center;
    padding: .7rem 0 0.5rem;
    color: #202020;
    font-weight: bold;
}

article .attr {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: .4rem;
    font-size: .6rem;
    color: #666666;
}

article .article {
    padding: .5rem 0;
    line-height: 1.5rem;
    font-size: .7rem;
}

article .prenext {
    padding: .5rem 0;
    border-top: 1px solid #e7e7e7;
}

article .prenext div {
    margin-bottom: .8rem;
}

article .prenext a {
    color: var(--primary-color);
    background-color: transparent;
}


.feedback {
    margin-bottom: 1.2rem;
}

.feedback label {
    font-size: .6rem;
}

.feedback label span {
    color: red;
}

.feedback .input {
    min-height: 2rem;
    line-height: 2rem;
    font-size: .7rem;
    border-radius: .3rem;
    border: 1px solid var(--primary-color);
}

.feedback .btns {
    margin: 2rem auto;
}

.feedback .btn {
    width: 45%;
    height: 2rem;
}


.about, .rent {
    background-color: #ffffff;
    border-radius: .8rem;
    margin: 1rem 0;
    padding: 1.5rem 1rem;
    font-size: .8rem;
    line-height: 1.5rem;
}

.rent {
    text-align: center;
}

.rent .rent-title {
    font-size: .9rem;
    font-weight: bold;
}

.rent img {
    max-width: 50%;
    margin: 1rem auto;
}

.about .tel {
    font-size: 1rem;
}

.about .cqrcode {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: 1rem auto;
    padding: 1rem 0;
}

.about .cqrcode img {
    max-width: 50%;
}

.about .cqrcode .scan {
    color: #969696;
    font-size: .6rem;
}

.about .address {
    font-size: .7rem;
}

.tlist {
}

.tlist .top {
    background-color: #ffffff;
    border-radius: .4rem;
    padding: .2rem 0.2rem .8rem;
}

.tlist .top img {
    height: 8rem;
}

.tlist .top .tname {
    font-size: .7rem;
    font-weight: bold;
    padding: .3rem 0;
    margin-top: .2rem;
}

.tlist .top span {
    height: .15rem;
    background-color: var(--primary-color);
    width: 1.2rem;
    border-radius: .3rem;
    display: inline-block;
    margin: 0 auto;
}

.tlist .top .tdesc {
    overflow: hidden;
    margin-top: .3rem;
    line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1rem;
    text-align: center;
    color: #777777;
}

.tlist .tattr {
    width: 100%;
    margin: .3rem 0;
}

.tlist .tattr .tbase {
    font-size: .65rem;
    flex: 1;
    white-space: nowrap;
}

.tlist .tattr .tbase .tnum {
    font-size: .75rem;
    margin-bottom: .1rem;
}

.tlist .tattr .tprice {
    color: #ffffff;
    padding: 0.1rem .2rem;
    border-radius: .3rem;
    white-space: nowrap;
    background-color: var(--primary-color);
    flex-wrap: nowrap;
}

.news {
    background-color: #ffffff;
    padding-bottom: .8rem;
    margin: 1rem auto;
}

.news-tab {
    margin-bottom: 1rem;
}

.news-tab .tab {
    border: 1px solid #2f9cf7;
    padding: .5rem 0;
    width: 50%;
}

.news-tab .tab.active {
    background-color: #2f9cf7;
    color: #ffffff;
}

.news-card {
    line-height: 2.4rem;
    border-bottom: 1px solid #f8f8f8;
    font-size: .7rem;
    padding-left: .3rem;
}

.news-card .dot {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: .4rem;
}

.news-card .flex-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: .4rem;
}

.message {
}

.message .mtitle span {
    font-size: .7rem;
    font-weight: normal;
    line-height: 1.2rem;
    margin-top: .8rem;
    display: inline-block;
}

.template-tab {
    width: 100%;
    padding: .8rem 1rem .6rem;
}

.template-tab div {
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    padding: .5rem 1.3rem .5rem 1.7rem;
    width: 36%;
    border-radius: .4rem;
    background-size: 16px 15px;
    background-position: 1rem center;
    font-size: .7rem;
}

.template-tab .ttab0 {
    background-image: url("/themes/T0001/img/icon_mobile2.png");
    background-size: 11.5px 15px;
}

.template-tab .ttab1 {
    background-image: url("/themes/T0001/img/icon_pc.png");
}

.template-tab .active {
    background-color: var(--primary-color);
    color: #ffffff;
}

.template-tab .ttab0.active {
    background-image: url("/themes/T0001/img/icon_mobile_white.png");
}

.template-tab .ttab1.active {
    background-image: url("/themes/T0001/img/icon_pc_white.png");
}

.abstract {
    background-color: #ffffff;
    padding: 0.6rem .4rem;
    margin-bottom: .6rem;
    font-size: .7rem;
    color: #777777;
    line-height: 1.2rem;
}

.template-bot {
    background-color: #ffffff;
    padding: .5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.template-bot .price {
    color: var(--primary-color);
    font-weight: bold;
}

.template-bot .price span {
    font-size: .7rem;
}

.template-bot a {
    font-size: .7rem;
    background-color: var(--primary-color);
    border-radius: .4rem;
    color: #ffffff;
    padding: .5rem;
    width: 90%;
    text-align: center;
}

.search-bar {
    margin: .5rem 0 .4rem;
    padding: .4rem 0;
    background-color: #ffffff;
    font-size: .7rem;
}

.search-key {
    margin: .5rem 0 .4rem;
}

.filter {
    width: 100%;
    top: 5rem !important;
    box-shadow: none;
}

.filter2 {
    padding: .3rem;
    left: 0 !important;
}

.filter2 a {
    background-color: #f2f2f2;
    text-align: center;
    padding: .3rem;
    margin: .2rem;
    display: inline-block;
    border-radius: .3rem;
}

.filter2 a.active {
    background-color: var(--primary-color);
    color: #ffffff;
}

.search-input {
    padding: 3rem 1rem;
    min-height: 80vh;
}

.search-input .control {
    display: flex;
    align-items: center;
}

.search-input label {
    top: .25rem !important;
}

.search-input .control .input {
    border-radius: .3rem;
    height: 2rem;
    overflow: hidden;
}

.nodata {
    padding: 5rem 0;
}

.tab p{
    margin-bottom: 0;
}

.citys .city-title{
    font-size: .8rem;
}
.citys .city-list{
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    margin: 1rem 0;
}
.citys .city-list a{
    padding: .2rem .4rem;
    background-color: #ffffff;
    border-radius: 1rem;
    display: inline-block;
    margin: .2rem;
    font-size: .7rem;
}














