@import url('https://at.alicdn.com/t/font_2858425_dt4tzaace3a.css');

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'PingFangSC-Regular', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, sans-serif;
}

body {
    /*font-family: "PingFang SC", "Microsoft Yahei", "Microsoft Yahei UI", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;*/
    max-width: 750px;
    margin: auto !important;
    /*background-color: #f4f5f5;*/
    position: relative;
    overflow-x: hidden;
    color: #333;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
h1,
h2,
h3,
h4 {
    font-weight: 600;
}

h3 {
    font-size: 0.45rem;
}

h4 {
    font-size: 0.4rem;
}

.bradius {
    border-radius: 6px;
}

p img {
    margin: 5px auto;
    border-radius: 6px;
}

h3 {
    margin: 5px auto;
}

.pdlr-20 {
    padding: 0 0.34rem;
}

.pdtb-20 {
    padding: 0.26rem 0;
}

.pd-20 {
    padding: 0.26rem;
}

img {
    width: 100%;
    display: block;
}

.pdtb {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
}

.pdtb-1 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
}

.color-1 {
    color: #0a613b;
}

.center {
    text-align: center !important;
    margin-bottom: 0.2rem;
}

.border-style {
    border: solid 1px #00973c;
    border-radius: 6px;
}

.fcolor {
    color: #aaaaaa;
    font-size:0.28rem !important;
}

.none {
    display: none;
}

.pading {
    padding: 0 0.26rem;
}

.paddtb {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.margin {
    margin: 0.33rem auto;
}

.visible-hd {
    visibility: hidden;
}

.paddinglr {
    padding-left: 0.22rem;
    padding-right: 0.22rem;
}

.r-w {
    display: inline-block;
    width: 1.25rem;
    text-align: justify;
    vertical-align: middle;
    height: 0.5rem;
    line-height: 0.5rem;
}

.r-w:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#list_box {
    position: relative;
    z-index: 10;
}

/****提示信息***/

.Tips {
    width: 100%;
    padding: 0.26rem;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    margin: auto;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: none;
    z-index: 9999;
    font-size: 0.37rem;
}

/*  返回顶部 **/

.backTop {
    position: fixed;
    display: none !important;
    width: 40px;
    height: 40px;
    bottom: 2rem;
    right: 0.2rem;
    z-index: 999;
    background: url(../images/backTop.svg) top center no-repeat;
    background-size: cover;
}

.backTop:hover,
.backTop:active {
    color: #333;
}

.v-hide {
    visibility: hidden;
}

footer {
    position: fixed;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    background: #00973c;
    color: #ffffff;
    font-size: 0.37rem;
    z-index: 999;
    padding: 0.2rem 0;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

footer p {
    line-height: 1.5;
    text-align: center;
}

.wrap {
    padding-bottom: 2%;
    width: 100%;
}

em,
font {
    color: #1152c1;
}

.fsize {
    font-size: 0.5rem;
}

.border-style {
    border: solid 1px #0eb95a;
}

.fsize1 {
    font-size: 0.42rem !important;
    font-weight: 600;
    color: #0eb95a !important;
    line-height: 0.7rem;
}

.fsize2 {
    font-size: 0.26rem !important;
}

.color1 {
    color: #aaa !important;
}

.bg-color1 {
    background-color: #1152c1 !important;
}

/*.color {
    color: #1152c1 !important;
    margin-right: 0.2rem;

    font-weight: 100;
}*/

.bg-color {
    /*background-color: rgba(4, 165, 95, 0.1);*/
    background-color: #eee;
}

.marginbtm {
    margin-bottom: 0.25rem;
}

.mgtb-20 {
    margin: 0.26rem 0;
}

.text-center {
    text-align: center !important;
}

.nodata {
    width: 100%;
    margin: auto;
    position: relative;
    font-size: 0.37rem;
    color: #888;
}

.nodata:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.28rem;
    width: 3.2rem;
    height: 1px;
    background-color: #f0f0f0;
}

.nodata:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.28rem;
    width: 3.2rem;
    height: 1px;
    background-color: #f0f0f0;
}

.nav_fixed {
    width: 100% !important;
    margin: auto;
    position: fixed;
    z-index: 999;
    text-align: center;
    max-width: 750px;
}

/** 盒子flex **/

c {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hu-flex_column,
.hu-flex_column li {
    height: 100%;
}
.hu-flex_row {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
}
.location_info.hu-flex_row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.align-items {
    -webkit-box-align: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
}

.justify-content {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/****
 * 顶部导航缙云文化
 * ***/

.topfixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    max-width: 750px;
}

.topNav {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.topNav .swiper-container {
    height: 100%;
}

.topNav .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.topNav .swiper-container .swiper-wrapper .swiper-slide.active {
    color: #fff;
    border-bottom: solid 2px #1152c1;
}

.topNav .swiper-container .swiper-wrapper .swiper-slide.active i {
    color: #fff;
}

.show-cont {
    margin-top: 10px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

.addtop {
    margin-top: 76px;
}

/****
 	顶部导航
***/

.paddtop {
    padding-top: 1rem !important;
}

.paddtop76 {
    padding-top: 1rem !important;
}

.jy-top_nav {
    width: 100%;
    position: fixed;
    top: 1rem;
    background-color: #fff;
    z-index: 99;
    padding: 0.25rem 0.09rem;
    max-width: 750px;
}

.jy-top_nav a {
    text-align: center;
    font-size: 0.26rem;
    padding: 0.1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 0.1rem;
    /* border: solid 1px #333; */
    border-radius: 4px;
    background: #b5b1b1;
    color: #fff;
}

.jy-top_nav a i {
    font-size: 0.55rem;
}

.jy-top_nav a:nth-child(1) {
    width: 1.2rem;
}

.jy-top_nav a:nth-child(2) {
    width: 2.93rem;
}

.jy-top_nav a:nth-child(3) {
    width: 2.66rem;
}

.jy-top_nav a:nth-child(4) {
    width: 1.2rem;
}

.jy-top_nav a:nth-child(5) {
    width: 2.66rem;
}

.jy-top_nav a p {
    text-align: center;
    font-size: 0.32rem;
}

.jy-top_nav a:active {
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 0.65rem !important;
}

.jy-top_nav .top_active {
    background-color: #0eb95a;
    color: #fff !important;
}

.jy-top_nav a.active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
}

.jy-top_nav a.active:after {
    content: '';
    position: absolute;
    left: 20%;
    bottom: 0;
    width: 60%;
    height: 2px;
    border-radius: 20%;
    background-color: #1152c1;
}

.jy-top_nav a.active p {
    /*font-size: 0.34rem !important;*/
    font-weight: bold !important;
}
/*.jy-top_nav a.active i{
	font-size: 0.6rem !important;
}*/
/****
 	底部导航
***/

.jy-footer_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99;
    border-top: solid 1px #efefef;
    max-width: 750px;
}

.jy-footer_nav a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 0.37rem;
    padding: 0.1rem 0 0.2rem 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #929293;
}
    .jy-footer_nav a.active{position:relative;}
        .jy-footer_nav a.active::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 0.2rem;
            width: 0.4rem;
            height: 0.4rem;
            background: rgba(255,223,0,0.34);
            border-radius: 100%;
            z-index: 1
        }

        .jy-footer_nav a i {
            font-size: 0.53rem !important;
            line-height: 0.8rem;
        }
    .jy-footer_nav a.active i {
        background-image: linear-gradient(135deg,#2480fc,#0263d9);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        z-index:2;
        position:relative;
    }
.jy-footer_nav a:nth-child(1) i {
    font-size: 0.54rem !important;
}
.jy-footer_nav a:nth-child(2) i {
    font-size: 0.6rem !important;
}
.jy-footer_nav a:nth-child(3) i {
    font-size: 0.6rem !important;
}
/*.jy-footer_nav a:nth-child(4) i {
    font-size: 0.5rem !important;
}*/
.jy-footer_nav a:nth-child(5) i {
    font-size: 0.53rem !important;
}
.jy-footer_nav a:nth-child(6) i {
    font-size: 0.53rem !important;
}
.jy-footer_nav a p {
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.05rem;
}

/*.jy-footer_nav a:active {
    background-color: rgba(0, 0, 0, 0.1);
}*/

.active {
    color: #1874ed !important;
}

/****
 	首页样式
***/

.header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #1281ff;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
    color: #fff;
    /*background: -webkit-linear-gradient(left, #1152c1, #3882ff);
    background: -o-linear-gradient(left, #1152c1, #3882ff);
    background: -moz-linear-gradient(left, #1152c1,#3882ff);
    background: linear-gradient(to left, #1152c1, #3882ff);*/
    background: linear-gradient( 90deg, #5c9feb 0%, #1173e3 100%);

    z-index: 9999;
}

.header a:nth-child(1) {
    position: absolute;
    left: 0.1rem;
    top: 0.18rem;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/back.svg) top center no-repeat;
    background-size: cover;
    margin-right: 0.5rem;
}

.banner {
    position: relative;
    width: 100%;
    height: 4.6rem;
    overflow: hidden;
    margin: 0 auto;
}

.top-radius {
    width: 100%;
    height: 0.33rem;
    margin-top: -0.3rem;
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.main {
    z-index: 1;
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
    min-height: 100%;
}

.jy-about {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    /*-webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);*/
    margin-top: 20px;
}
.jy-about_cont {
    padding: 0 15px 14px;
}

.jy-about h3 {
    margin: 0;
    padding: 10px 12px;
    font-size: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight:500;
}
    .jy-about h3::after {
        content: '';
        position: absolute;
        left: 0;
        width: 4px;
        height: 0.32rem;
        background: #1067F8;
        border-radius: 5px;
    }

    .jy-about p {
        text-indent: 2em;
        font-size: 0.37rem;
    }

.jy-about + .jy-about {
    /*border-top: 1px solid #f9f9f9;*/
    border-radius: 0;
    box-shadow: 0px 7px 0 rgba(0,0,0,0.01);
}
.jy-hide_cont,
.jy-hide_btn {
    display: none;
    position: relative;
}

.jy-show_btn,
.jy-hide_btn {
    color: #007aff;
}

.mask {
    width: 0.66rem;
    height: 0.66rem;
    position: absolute;
    right: 1.2rem;
    top: 2.5rem;
    background-color: rgba(255, 255, 255, 0.65);
    z-index: 10;
}

/*****轮播 缙云文化****/

#slider-wh {
    width: 100%;
    height: 100%;
}

#slider-wh .swiper-slide {
    text-align: center;
    width: 40%;
}

#slider-wh .swiper-slide a {
    display: block;
    width: 3.66rem;
    height: 3.13rem;
}

#slider-wh .swiper-slide a img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.jy-flag_cont {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 0.37rem;
    background-color: #ff8c23;
    border-radius: 6px 0 15px 0;
    padding: 0.02rem 0.35rem;
}

/*** 轮播  缙云攻略 ****/

#slider-gl {
    width: 100%;
    height: 100%;
    padding-bottom: 14px;
}

#slider-gl .swiper-slide {
    text-align: center;
    width: 60%;
}
#slider-gl .swiper-slide a {
    height: 3.13rem;
    margin-bottom: 10px;
}
#slider-gl .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s-left_cont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*.s-left_cont li img {
    border-radius: 6px !important;
}*/

.s-right_cont {
    -webkit-box-flex: 0.34;
    -ms-flex: 0.34;
    flex: 0.34;
}

.s-right_cont li {
    margin: 0.06rem 0 0.06rem 0.12rem !important;
}

.s-right_cont li img {
    border-radius: 0 6px 6px 0 !important;
}

/****** 轮播 缙云小吃****/

#slider-xc {
    width: 100%;
    height: 100%;
}

#slider-xc .swiper-slide {
    text-align: center;
    width: 40%;
}

#slider-xc .swiper-slide a {
    display: block;
}

#slider-xc .swiper-slide a h4 {
    font-weight: normal;
    font-size: 0.37rem;
}

#slider-xc .swiper-slide a img {
    width: 3.66rem;
    height: 3.13rem;
    /*border-radius: 6px;*/
    position: relative;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

/*****
 * 轮播 缙云美景
 * ***/

#slider-mj {
    width: 100%;
    height: 100%;
    padding-bottom: 14px;
}

#slider-mj .swiper-slide {
    text-align: center;
    width: auto;
}

#slider-mj .swiper-slide a {
    display: block;
}

#slider-mj .swiper-slide a img {
    width: 3.66rem;
    height: 3.13rem;
    /*border-radius: 6px;*/
    position: relative;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.jy-flag_cont {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    color: #fff;
    font-size: 0.37rem;
    background-color: rgba(14, 185, 90, 0);
    border-radius: 0 0 0 0;
    padding: 0.02rem 0.35rem;
    backdrop-filter: blur(5px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    width: 100%;
    text-align: center;
}

/*** 大数据说 ***/

.jy-data_view {
    background-color: #fbfbfb;
    border-radius: 15px;
    padding: 0.26rem;
    margin-bottom: 0.26rem;
}

.jy-data_view h3 {
    position: relative;
    /*padding-left: 0.4rem;*/
    font-size: 0.46rem;
    /*font-weight: 500;*/
}

.junyun-h4 {
    font-size: 0.42rem;
    text-align: center;
    padding-top: 0.2rem;
}

/*.jy-data_view h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.26rem;
    height: 100%;
    background: linear-gradient(to bottom, rgba(252, 198, 0, 0.1), rgba(252, 198, 0, 1));
    border-radius: 15px;
}*/
.jy-data_header {
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
    /*background: rgba(252,198,0,0.05);
    padding: 0.5rem 0;
    border-radius: 27px;*/
}

.jy-data_header li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin: auto;
    position: relative;
    background: #0eb95a08 !important;
    padding: 0.3rem 0;
    -webkit-box-shadow: 0px 3px 0px #0eb95a1c;
    box-shadow: 0px 3px 0px #0eb95a1c;
    border-radius: 6px;
}
.hu-flex_row2 li + li {
    margin-left: 0.1rem;
}
.jy-data_header li:nth-child(2n) {
    margin-left: 0.1rem;
}
.jy-data_header li h4 {
    font-size: 0.37rem;
    font-weight: 600;
}

.jy-data_header li p {
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.7rem;
}

/*.jy-data_header li:nth-child(1)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: rgba(252,198,0,0.3);
        }

        .jy-data_header li:nth-child(2)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: rgba(252,198,0,0.3);
        }*/

.jy-data_header li:last-child::after {
    background-color: transparent !important;
}

.jy-data_header-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jy-data_header-b li {
    width: calc(100% / 2 - 0.1rem);
    margin: 10px 0 0 0;
    text-align: center;
    position: relative;

    padding: 0.3rem 0;

    border-radius: 6px;
    background: #0eb95a08;

    -webkit-box-shadow: 0px 3px 0px #0eb95a1c;

    box-shadow: 0px 3px 0px #0eb95a1c;
}
.jy-data_header-b li:nth-child(2n) {
    margin-left: 0.1rem;
}

.jy-data_header-b li p {
    text-align: center;
}
.jy-data_header-b li h4 {
    font-size: 0.37rem;
    font-weight: 600;
}
/*.jy-data_header-b li:nth-child(2n)::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #eee;
        }*/
.jy-data_header-b li:nth-child(3n) {
    margin-right: 0;
}

/****** 轮播 缙云大数据说****/

#slider-vr {
    width: 100%;
    height: 100%;
}

#slider-vr .swiper-slide {
    text-align: center;
    width: 40%;
}

#slider-vr .swiper-slide a {
    display: block;
}

#slider-vr .swiper-slide a h4 {
    font-weight: normal;
    font-size: 0.37rem;
}

#slider-vr .swiper-slide a img {
    width: 3.26rem;
    height: 5rem;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    color: #77878a;
    -o-object-fit: cover;
    object-fit: cover;
}

.jy-data_head {
    width: 100%;
    margin: 0.26rem auto;
}

.jy-data_head li {
    font-size: 0.37rem;
}

.jy-data_body li span .num {
    display: inline-block;
    width: 0.53rem;
    height: 0.53rem;
    color: #fff;
    text-align: center;
    background-color: #77878a;
    border-radius: 50px;
}

.num-c1 {
    background-color: #347df8 !important;
}

.num-c2 {
    background-color: #2fcdf1 !important;
}

.num-c3 {
    background-color: #17cbba !important;
}
.jy-data_body li {
    font-size: 0.37rem;
    color: #aaa;
    background: #0eb95a08;
    padding: 0.1rem 0;
    border-radius: 6px;
}
.jy-data_body li:nth-child(2n) {
    background: #fff;
}

.jy-data_head li span,
.jy-data_body li span {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0.06rem;
}

/******** 缙云攻略 *******/

.jy-gl_list {
    width: 100%;
    margin: 0.26rem auto;
}

.jy-gl_list li h3 {
    font-size: 0.37rem;
}

.jy-gl_img {
    width: 100%;
    margin: auto;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.jy-gl_img img {
    width: 100%;
    border-radius: 6px;
}

/*** 缙云小吃   ***/

.jy-list_comm li {
    border-bottom: solid 1px #fbfbfb;
    padding: 0.26rem 0;
}

.jy-list_comm li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*background: #0eb95a;
        color: #fff;
        padding: 0.1rem 0.2rem;
        border-radius: 0.1rem;*/
}
.jy-list_comm li a i{
    background: #e1efff;
    color: #3493ff;
    font-size: 0.42rem;
    width: 0.7rem;
    display: block;
    height: 0.7rem;
    line-height:0.7rem;
    text-align: center;
    border-radius: 100%;

}
.jy-list_comm li .font-sizerem {
    background: #0eb95a;
    color: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
}

/*.jy-list_comm li:active {
    background-color: rgba(0, 0, 0, 0.1);
}*/

.jy-left_img {
    width: 2.4rem;
    height: 1.8rem;
    margin-right: 0.26rem;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.align-items .jy-left_img {
    height: 1.8rem;
}
.align-items .jy-left_img2 {
    height: 100%;
}
.jy-left_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.jy-right_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.jy-right_info h3 {
    font-size: 0.37rem;

    position: relative;
    overflow: auto;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
    .jy-right_info h4 {
        /* font-size: 0.37rem; */
        font-size: 0.28rem;
        position: relative;
        overflow: auto;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 0.9rem;
        font-weight: 500;
        color: #c1c1c1;
        height: 0.86rem;
    }
.jy-right_info p {
    font-size: 0.34rem;
    position: relative;
    overflow: auto;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

/***  民宿 *****/

.right_tools {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 999;
}

.right_tools a {
    margin: 0 0.1rem;
    text-align: center;
}

.right_tools a p {
    text-align: center;
    font-size: 0.32rem;
}

/*.right_tools a:active {
    background-color: rgba(0, 0, 0, 0.1);
}*/

/********** 我的  **********/

.jy-login_form {
    width: 100%;
    margin: auto;
}

.jy-login_form .form-grounp {
    width: 100%;
    margin: auto;
    margin-bottom: 0.3rem;
    position: relative;
    text-align: center;
}

.t_box {
    width: 100%;
    border-bottom: solid 1px #ddd !important;
    padding: 0.26rem;
    font-size: 0.37rem;
}

.yzm-code {
    position: absolute;
    right: 0;
    top: 0.2rem;
    z-index: 99;
    background-color: #1152c1;
    color: #fff;
    font-size: 0.37rem;
    height: 0.73rem;
    line-height: 0.73rem;
    padding: 0 0.13rem;
    border-radius: 15px 15px 15px 0;
}

.yzm-code:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.t_btn {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center;
    /*background-color: #1281ff;*/
    color: #fff;
    font-size: 0.4rem;
    height: 0.96rem;
    line-height: 0.96rem;
    border-radius: 8px;
    /*text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    background: linear-gradient( 90deg, #ffb52f 0%, #e97c0c 100%);
}

.t_btn:active {
    background-color: #367ffc;
}

/***** 详情页 *****/

/*.jy-detail_cont p {
    color: #666;
    font-size: 0.37rem;
}*/

.jy-detail_cont h3 {
    position: relative;
    /*padding-left: 0.42rem;*/
}

/*.jy-detail_cont h3:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0.26rem;
        height: 100%;
        background: linear-gradient(to bottom, rgba(252, 198, 0, 0.1), rgba(252, 198, 0, 1));
        border-radius: 15px;
    }*/

.ly-luxian_info {
    width: 100%;
    margin: 0.26rem auto;
    background-color: rgba(252, 198, 0, 0.2);
}

.jy-tag {
    background-color: #ababab;
    color: #fff;
    font-size: 0.26rem;
    padding: 0.06rem 0.13rem;
    border-radius: 5px;
    background: linear-gradient( 90deg, #ffb52f 0%, #e97c0c 100%);
    font-weight: 100;
}

.jy-tag_1 {
    width: 2rem;
    text-align: center;
    background-color: #00a2ed;
    color: #fff;
    font-size: 0.26rem;
    padding: 0.06rem 0.13rem;
    border-radius: 2px;
    margin-left: 0.1rem;
}

hr {
    border: 0;
    background-color: #fbfbfb;
    height: 1px;
    margin: 0.26rem auto;
}

.yuanidan {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 5px;
    margin-right: 0.13rem;
    vertical-align: middle;
}

.mj-shijian {
    width: 100%;
    margin: auto;
    border: solid 1px #dddddd;
}

.mj-shijian li {
    padding: 0.26rem;
    text-align: center;
}

.mj-shijian li:nth-child(2n-1) {
    width: 100%;
    background-color: #ececec;
}

.jy-zc_table {
    width: 100%;
    margin: 0.26rem auto;
    border: solid 1px #ececec;
    text-align: center;
}

.jy-zc_table tr td:nth-child(1) {
    width: 22%;
}

.jy-zc_table tr td:nth-child(3) {
    width: 22%;
}
.jy-zc_table tr {
    display: flex;
}
.jy-zc_table tr td,
.jy-zc_table tr th {
    border: solid 1px #ececec;
    padding: 0.26rem;
    font-size: 0.32rem;
    flex:1;
}

    .jy-zc_table tr th {
        background-color: #eef2f6;
    }

.jy-ss_table {
    text-align: left;
    border: none;
}

.jy-ss_table tr td {
    width: 33.3% !important;
    border: none;
    padding: 0.13rem 0;
}

.top-right_tools {
    width: 15%;
    position: absolute;
    right: 0.13rem;
    bottom: 0.66rem;
    z-index: 99;
}

.top-right_tools li {
    margin: 2px auto;
    color: #fff;
    position: relative;
}

.top-right_tools li a {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-right_tools li i {
    padding-right: 0.26rem;
}

.top-right_tools li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    border: solid 6px transparent;
    border-left: solid 6px #fff;
}

.top-right_tools li a:active {
    background-color: rgba(0, 0, 0, 0.8);
}

.jy-dt_img {
    width: 100%;
    margin: auto;
}

.jy-dt_img li {
    width: 48%;
    margin: 1%;
}

/*** 搜索 ***/

.search_click {
    position: absolute;
    top: 2px;
    right: 10px;
}

.search_click:active,
.search_box .s_btn:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.search_click i {
    color: #fff;
    font-size: 0.56rem;
}

.search_box {
    width: 100%;
    margin: auto;
    background-color: #1152c1;
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 0 0.2rem;
    background: -webkit-gradient(linear, right top, left top, from(#1152c1), to(#3882ff));
    background: linear-gradient(to left, #1152c1, #3882ff);
    max-width: 750px;
}
.input-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(255 255 255 / 22%);
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #9cc0ff4a;
}
.search_box .s_box {
    width: 80%;
    /* border: solid 1px #fff; */
    color: #fff;
    /* border-radius: 15px 15px 15px 5px; */
    padding: 0.06rem 0.13rem 0.06rem 10px;
    font-size: 0.34rem;
    margin: 0;
    /* width: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.8rem;
    border-radius: 50px;
    margin-right: 0.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search_box .s_btn {
    color: #fff;
    /* border-radius: 0.1rem; */
    padding: 0.06rem 0.13rem;
    font-size: 0.34rem;
    height: 0.8rem;
    background: rgb(26 111 255);
    padding: 0 0.4rem;
    border-radius: 100px;
    border: 1px solid #7aa4ea;
    text-shadow: 0 1px 2px #0000007d;
    margin-left: auto;
}
.search_box #closed {
    background: none;
    color: #ffffff70;
    border: 1px solid #ffffff70;
    margin-left: 0.1rem;
    padding: 0 0.1rem;
}

.header a:nth-child(2) {
    position: absolute;
    right: 0.1rem;
    top: 50%;
    height: 0.56rem;
    display: block;
    line-height: 0.56rem;
    color: #fff;
    font-size: 0.28rem;
    background: rgba(255, 255, 255, 0.8);
    color: #195ccd;
    padding: 0 0.2rem;
    border-radius: 5px;
    margin-top: -0.28rem;
}

.jy-left_img span {
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #c0c0c0;
    font-size: 12px;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.base-show .swiper-pagination {
    bottom: 20px;
}

.base-show {
    height: 100%;
}
.base-show .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    opacity: 0.8;
}
.base-show .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0eb95a;
    width: 12px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.jy-detail_cont-flew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jy-detail_cont-flew h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.jy-detail_cont-flew .right_tools {
    width: auto !important;
}

.bin-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bin-min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.08rem;
}
.bin-min h6 {
    width: 70px;
    text-align: right;
    padding-right: 5px;
    font-size: 0.37rem;
}
.bin-min-percentage {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 12px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    overflow: hidden;
}
.bin-min-percentage span {
    background: #2fcdf1;
    display: block;
    height: 100%;
}
.min-number {
    width: 65px;
    padding-left: 5px;
}

.hu-flex_row h4 {
    font-weight: 500;
}

.jy-card_info .color1 {
    /*padding-left: 0.42rem;*/
}
.jy-card_info .item {
    /*padding-left: 0.42rem;*/
}

.jy-card_info {
    margin-top: 0.6rem;
}

.input-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.2rem;
}

.input-list input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search_box .s_box::-webkit-input-placeholder {
    color: #fff;
}
.search_box .s_box::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}
.search_box .s_box:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.search_box .s_box:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.input-sea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.1rem 0;
}

.btn-fill-horz-o.btn-blue:before,
.btn-fill-horz-o.btn-blue:after {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.closed {
    width: 100%;
    height: 100%;

    position: fixed;
    z-index: 998;
    display: none;
}
.closed.active {
    display: block;
}
.input-left button {
    background: none;
    width: 1rem;
    height: 24px;
    line-height: 24px;
}
.input-left button i {
    color: #fff;
    /* font-size: 0.4rem; */
    font-size: 0.56rem;
}
.select-box {
    width: 100%;
    position: fixed;
    top: 2.1rem;
    z-index: 99;
    padding: 0.1rem 0.09rem 0.1rem 0.09rem;
    max-width: 750px;
    background: #f9f9f9;
    /* box-shadow: 0 4px 3px #0000000d; */
    /*text-align: right;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
}
.select-box select {
    border: 1px solid #b5b1b1;
    border-radius: 4px;
    text-align: center;
    padding-left: 0.3rem;
    color: #333;
    font-size: 0.28rem;
    position: relative;
    background: url(../images/select-bg.png) no-repeat center right #fff;
    padding: 0.15rem 0.8rem 0.15rem 0.3rem;
}

.select-box select option {
    background: #fff;
}

.select-box2 {
    width: 100%;

    padding: 0 0.09rem 0.25rem 0.09rem;

    /* box-shadow: 0 4px 3px #0000000d; */
    text-align: right;
}
.select-box2 select {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    border: 1px solid #b5b1b1;
    border-radius: 100px;
    text-align: center;
    padding-left: 0.3rem;
    color: #333;
    font-size: 0.32rem;
    position: relative;
    background: url(../images/select-bg.png) no-repeat center right;
    padding: 0.15rem 0.8rem 0.15rem 0.3rem;
}
.paddtop76 .jy-data_view:nth-child(2n) {
    background: #fff;
}

.jy-about .pdtb-20 .fsize {
    font-weight: 100;
    margin-right: 0.15rem;
}
.select-box .but {
    background: #4d8bf7;
    color: #fff;
    padding: 0.15rem;
    border-radius: 4px;
    text-align: center;
    font-size: 0.28rem;
    cursor: pointer;
}
button {
    cursor: pointer !important;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 1rem 0 1.6rem 0;
}

.aui-navBar-fixed {
    height: 0.9rem;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 102;
    background-color: #5c9feb;
    background: linear-gradient( 90deg, #5c9feb 0%, #1173e3 100%);
    padding: 0 0.3rem;
    width: 100%;
    max-width: 750px;
}

.me-box {
    position: relative;
    height: 3rem;
}

    .me-box::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #5c9feb;
        background: linear-gradient( 90deg, #5c9feb 0%, #1173e3 100%);
        border-radius: 20%;
        top: -1rem;
    }

.me-ul {
    padding: 0.5rem 0;
}

.me-ul ul {
}

.me-ul ul li {
    padding: 0 3%;
    background: #fff;
    border-bottom: 0.02rem solid #fafafa;
}

.me-ul ul li a {
    line-height: 1rem;
    height: 1rem;
    font-size: 0.28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.me-ul ul li a i {
    margin-left: auto;
    font-size: 0.2rem;
    color: #999;
}

.zj-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.zj-box ul li {
    /* flex: 1; */
    width: calc((100% - 0.1rem) / 2);
}
.zj-box ul li:nth-child(2n) {
    margin-left: 0.1rem;
}

.jy-gl_img2 {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    height: 3rem;
}
.jy-gl_img2 span {
    /*background: url(../images/yz.png) no-repeat;*/
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    z-index: 99;
    position: absolute;
    /* background: #000; */
    background-size: 100% 100%;
    left: 0.1rem;
    top: 0.1rem;
}

.jy-gl_img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.jn-span-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.1rem 0 0.3rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jn-span-box span:nth-child(2) {
    color: #999;
}
.jn-span-box span i {
    margin-right: 0.1rem;
}
.swiper-pagination-bullet-active {
    width: 20px !important;
    background-color: #fffe12 !important;
}
#slider-gl p {
    text-indent: 0;
}
.modules ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);
    background: #f5f9ff;
}
.modules ul li {
    background-color: #fff;

   
}
.modules ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 100%;
    color: #333;
    font-size:0.36rem;
}
/*.modules ul li a:active {
    background-color: #bbd5ff;
}*/
    .modules ul li:nth-child(1) {
        height: 1.6rem;
        grid-column: span 3;
        margin-bottom: 0.2rem;
    }

        .modules ul li:nth-child(1) a {
            justify-content: flex-end;
            padding-right: 0.2rem;
            position: relative;
        }
            .modules ul li:nth-child(1) a em {
                font-weight: 600;
                text-transform: uppercase;
                position: absolute;
                left: 0.2rem;
                top: 50%;
                font-size: 0.5rem;
                /* line-height: 100%; */
                margin-top: -0.3rem;
                background-image: linear-gradient( 135deg,#f3f3f3,rgba(255,255,255,0));
                background-clip: text;
                -webkit-background-clip: text;
                color: transparent;
            }
            .modules ul li:nth-child(1) a i {
                background-image: linear-gradient( 90deg,#cdcdcd,#828282);
                background-clip: text;
                -webkit-background-clip: text;
                color: transparent;
                font-size: 0.86rem;
                margin-right: 0.2rem;
            }
            .modules ul li:nth-child(1) a .right {
                border-left: 1px solid #f3f3f3;
                padding-left: 0.2rem;
            }
                .modules ul li:nth-child(1) a .right h4 {
                    position: relative;
                    z-index: 2;
                    font-weight: 500;
                }
                    .modules ul li:nth-child(1) a .right h4::after {
                        content: "";
                        position: absolute;
                        right: 10%;
                        top: -0.1rem;
                        width: 0.4rem;
                        height: 0.4rem;
                        background: rgba(255,223,0,0.34);
                        border-radius: 100%;
                        z-index: -1;
                    }
            .modules ul li:nth-child(1) a span {
                color: #8b8b8b;
                text-align: justify;
                display: block;
                letter-spacing: 0.09rem;
                font-size: 0.34rem;
            }
    .modules ul li:nth-child(2) {
        grid-row: span 2;
        /*padding: 0.2rem 0.4rem 0.2rem 0;*/
        display: flex;
        align-items: center;
    }
.modules ul li:nth-child(n + 3) {
    height: 1.2rem;
}
    .modules ul li:nth-child(2) a span {
        z-index: 2;
        color: #fff;
    }
    .modules ul li:nth-child(2) a h4 {
        z-index: 3;
        color: #fff;
        text-shadow: 0 0 5px rgba(0,0,0,0.34);
    }
        .modules ul li:nth-child(2) a {
            position: relative;
        }
    .modules ul li:nth-child(2) a::after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(../images/vic6.png) center no-repeat;
        background-size: cover;
        z-index: 1;
        opacity: 0.4;
    }
.modules ul li a img {
    display: block;
    object-fit: contain;
}
.modules ul li:nth-child(1) a img {
    width: 1.6rem;
    height: 1.6rem;
}
.modules ul li:nth-child(n + 3) a img {
    width: 1rem;
    height: 1rem;
}
    .modules ul li:nth-child(n + 3) a i {
        background: #e1efff;
        color: #3493ff;
        font-size: 0.56rem;
        width: 0.8rem;
        display: block;
        height: 0.8rem;
        text-align: center;
        border-radius: 100%;
        margin-right:0.1rem;
    }
    .modules ul li:nth-child(n + 3) a{color:#444;}
    .modules ul li:nth-child(n + 3) a i:before {
        background-image: linear-gradient( 90deg,#56a5ff,#2676d1);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }
    .modules ul li:nth-child(2) a {
        gap: 0;
        padding: 10px;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        background: #3493ff;
        border-radius: 0 15px 15px 0;
        overflow: hidden;
        height: 76%;
        width: 80%;
    }
    .ss-box {
        display: flex;
        flex-wrap: wrap;
        width:100%;
    }
        .ss-box li {
            width: calc(100% / 4);
            text-align: center;
            margin-bottom: 0.2rem;
        }
    /*.ss-box li:nth-child(3n - 1){border-left:1px solid #eee;border-right:1px solid #eee;}*/
            .ss-box li i {
                font-size: 0.5rem;
                color: #3e3e3e;
                border: 1px solid #3e3e3e;
                border-radius: 100%;
                width: 0.9rem;
                height: 0.9rem;
                line-height: 0.9rem;
                display: block;
                margin: 0 auto;
                border-style: dotted;
            }
            .ss-box li p {
                font-size: 0.28rem;
                text-align: center;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                color: #424242;
                margin-top: 0.1rem;
            }
.hxlb li {
    display: flex;
    box-shadow: 0px 7px 0 rgba(0,0,0,0.01);
}
.hxlb li + li{margin-top:0.2rem;}
.hxlb-left {
    width: 3rem;
    height: 2.4rem;
    position: relative;
}
    .hxlb-left p {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: rgba(0,0,0,0.2);
        padding: 0.05rem 0.15rem;
        border-radius: 0.1rem 0 0 0;
        color: #fff;
        font-size: 0.32rem;
    }
.hxlb-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hxlb-right {
    flex: 1;
    padding-left: 0.2rem;
}
    .hxlb-right h6 {
        font-size: 0.38rem;
        color: #333;
        margin-bottom:0.1rem;
    }
    .hxlb-right p {
        font-size: 0.28rem;
        color: #999;
    }
.hxlb-right-mall {
    width: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /*justify-content: center;*/
}
    .hxlb-right-mall h6 {
        font-size: 0.56rem;
        color: #ff4d1d;
    }
    .hxlb-right-mall p {
        font-size: 0.28rem;
        color: #ff4d1d;
    }
.mall-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px #efefef solid;
    width: 100%;
    background: #fff;
    height: 1.65rem;
    display: flex;
    align-items: center;
}
    .mall-bottom span {
        width: 90%;
        /* background: #000; */
        background-color: #1281ff;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.4rem;
        color: #fff;
        background: linear-gradient( 90deg, #ffb52f 0%, #e97c0c 100%);
        display: block;
        margin: 0 auto;
        border-radius: 5px;
        text-align: center;
    }
.jy-card_info h3{
    margin: 0;
    padding: 10px 12px;
    font-size: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 500;
}
    .jy-card_info h3::after {
        content: '';
        position: absolute;
        left: 0;
        width: 4px;
        height: 0.32rem;
        background: #1067F8;
        border-radius: 5px;
    }


.right_tools a i {
    background: #e1efff;
    color: #3493ff;
    font-size: 0.42rem;
    width: 0.7rem;
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    border-radius: 100%;
}