body {
    background: white;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bshadow {
    box-shadow: 0 0 18px 2px #eee;
    margin: 10px;
    border-radius: 3px;
    padding: 5px;
}

.jctybox {
    max-width: 520px;
    margin: 0 auto;
    font-family: microsoft yahei;
    font-size: 15px;
}

.jctybox .name h1 {
    font-size: 16px;
}

.jctybox .name {
    text-align: center;
}


/* .jctybox .pic img {
    width: 100%;
    max-height: 200px;
} */

.jctybox .des {
    text-indent: 2em;
    padding: 8px;
}

.jctybox .des span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    /* line-height: 24px; */
}

.jctybox .des span a {
    color: #333;
    font-weight: 900;
    font-size: 16px;
}

.jctybox .jianjie span {
    line-height: 30px;
    font-size: 16px;
}

.jctybox .des span a.last {
    color: #189CFB;
}

.jctybox .des img {
    float: left;
    width: 128px;
    height: 85px;
    margin: 5px 15px 0 5px;
    display: none;
}

.jctybox .line .linetit {
    display: block;
    padding: 8px 8px 8px;
    font-size: 15px;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}

.jctybox .line .linetit span {
    color: #189CFB;
}

.jctybox .line .linetit .r {
    float: right;
}

.jctybox .line .lineul {
    font-size: 0;
}

.jctybox .line .lineul li {
    background: #f3f5f7;
    margin: 10px 0;
    border-radius: 3px;
    padding: 8px 0;
    width: 46%;
    display: inline-block;
    font-size: 14px;
    text-indent: .5em;
}

.jctybox .line .lineul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.jctybox .line .lineul li a span {
    padding: 4px 8px 4px 0;
}

.jctybox .line .lineul li:nth-child(2n+1) {
    margin: 0 1% 0 0;
    margin: 0 3%;
}

.jctybox .line .lineul li:nth-child(n+7) {
    display: none;
}

.jctybox .line .contact {
    padding: 10px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.jctybox .line .contact .bdleft {
    width: 90%;
}

.jctybox .line .contact .bdtel {
    /* width: 34px;
    height: 34px;
    border-radius: 4px;
    background-color: rgb(232, 232, 232); */
    width: 10%;
}

.jctybox .line .contact .bdtel img {
    width: 36px;
    height: 36px;
    padding: 2px;
}

.jctybox .line .contact p {
    padding: 4px 0;
    margin: 0;
    line-height: 30px;
}

.jctybox .line .contact a {
    width: 100%;
}


.jctybox .line .l {
    font-weight: 700;
}

.jctybox .linemo {
    display: block;
    text-align: center;
    margin: 5px 0 10px;
}

.jctybox .linebk {
    display: none;
    text-align: center;
    margin: 10px 0 10px;
}

.jctybox .manager {
    margin: 50px auto;
    text-align: center;
}

.jctybox .manager a {
    display: inline-block;
    margin: 0 25px;
}

.jctybox .footer {
    background: #282828;
    color: #777;
    margin-bottom: 55px;
    padding: 10px 0px;
    border: none;
    font-size: 13px;
    text-align: center;
}

.jctybox .footer p {
    padding: 5px;
    line-height: 200%;
}

.jctybox .footer a {
    color: #999;
}

.lineul li .linedes {
    display: none;
}

.lineuldes {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 2;
}

.lineuldes .desclo {
    position: absolute;
    right: calc(50% - 170px);
    top: 120px;
    color: #232323;
    font-size: 20px;
    z-index: 2;
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 50%;
}

.lineuldes .description {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 150px;
    width: 300px;
    height: auto;
    padding: 8px;
    border-radius: 3px;
    line-height: 200%;
}

.lineuldes .description .text-main {
    padding: 10px;
    font-size: 18px;
}

.lineuldes .description .text-main b {
    color: #008eff;
    font-weight: 700;
}

.lineuldes .description .text-main .ewm-img {
    width: 100%;
}

.banner {
    height: 200px;
    width: 100%;
    text-align: center;
}

.banner .imgs {
    height: 200px;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
}

.banner .imgs li {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .imgs li a {
    display: block;
    height: 100%;
}

.banner .imgs li a img {
    width: 100%;
    /* height: 325px; */
    height: 200px;
}

.banner .click li {
    float: left;
    border: #fff 1px solid;
    cursor: pointer;
    opacity: 0.7;
    width: 50px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

.banner .click {
    background: #000;
    opacity: 0.7;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: -25px;
}

nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 99;
    height: 55px;
    width: 100%;
    min-width: 320px;
    max-width: 520px;
    flex-shrink: 0;
    font-size: 14px;
}

nav .nav-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #fff;
    border-right: 1px solid #90d1ff;
}

nav .nav-item .text {
    font-size: 14px !important;
    color: #fff;
}

.and {
    top: 30px;
    background-color: #189CFB;
}

nav .nav-item.selected {
    color: #4078d4;
}

nav .nav-item .img {
    height: 22px;
    overflow: hidden;
}

nav .nav-item img {
    width: 24px;
    height: 24px;
    overflow: hidden;
}

/* 网点 */
.wd-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px 6px;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;

}

.wd-box .wd-left {
    display: flex;
    flex-direction: row;
    width: 70%;
}

.wd-box .wd-left a {
    /* display: block; */
    font-size: 15px;
    /* width: 26%; */
    /* border-right: 1px solid #eee; */
    padding: 4px 6px;
    /* text-align: center; */
    color: #189CFB;
    font-weight: 700;
}

.wd-box .wd-left a:first-child {
    padding: 4px 0;
    margin: 0 4px 0 0;
}

.wd-box .wd-left a.actived {
    background-color: #189CFB;
    color: #fff200;
}

.wd-box .wd-right a {
    color: #189CFB;
}

.wd-cont {}

.wd-cont .wd-ben .contact a p:first-child {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; */

}

.wd-cont .wd-ben .contact a p:first-child .xq {
    /* margin: 0 4px 0 0 ;
    color: #189CFB; */
}

.wd-cont .wd-ben .contact a .p-xq .xq {
    margin: 0 4px 0 0;
    color: #189CFB;
    float: right;
}

.wd-cont .wd-ben .contact a .l {
    /* width: 40px; */
}

.contact p .bdtel {
    background-color: #189CFB;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    float: right;
    margin: 0 6px;
}

.swiper-slide .tip {
    /* position: absolute; */
    z-index: 99;
    bottom: 8px;
    left: 0;
    /* padding-left: 20px; */
    text-align: left;
    color: #555555;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    /* max-height: 30px; */
    height: 24px;
    line-height: 24px;
    /* background-color: #f6f6f6; */
    width: 100%;
    padding: 0px;
    margin: 0;
}

.swiper-slide .video-tip {
    position: absolute;
    z-index: 99;
    bottom: 37%;
    left: 47%;
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    max-height: 30px;
    background-color: #00000078;
    width: 84px;
    padding: 33px 0 33px 10px;
    border-radius: 80px;
}

.swiper-slide img {
    width: 100%;
    height: -webkit-fill-available;
}

.banner-key {
    margin: 10px auto;
    padding: 0px 6px;
    background-color: #fff;
    font-size: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    max-width: 510px;
}

.p-more {
    display: block;
    text-align: center;
    margin: 5px 0 10px;
    color: #189CFB;
}

.p-morejj {
    text-align: center;
    margin: -20px 0 10px;
    color: #189CFB;
    float: right;
    position: relative;
    background-color: #fff;
}

.nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0;
    background-color: #f0f0f0;
}

.nav-list .nav-m {
    /* background-color: #189CFB; */
    /* padding: 4px 4px; */

    color: #070707;
    font-size: 16px;
    /* border-radius: 8px; */
    /* width: 10%; */
    font-weight: 700;
}

.nav-list .nav-m.act {
    color: #008eff;
}

.yunjia .pintuan {
    padding: 4px 10px;
    background-color: #189CFB;
    color: #fff200;
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 100px;
    margin: 10px 20px;
    border-radius: 10px;
}

.yunjia .yunjiali {
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; */

}

.yunjia .yunjiali li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 10px 0;
}

.yunjia .yunjiali li .yl {
    width: 86%;
    display: flex;
    flex-direction: row;
    /* padding: 0 0 0 20px; */
    text-align: center;
}

.yunjia .yunjiali li .yl p:first-child {
    /* margin: 0 4px; */
    width: 28%;
}

.yunjia .yunjiali li .yl p:nth-child(2) {
    width: 24%;
}

.yunjia .yunjiali li .yl p:nth-child(3) {
    width: 24%;
}

.yunjia .yunjiali li .yl p:nth-child(4) {
    width: 24%;
}

.yunjia .yunjiali li .yr {
    width: 16%;
    background-color: #189CFB;
    color: #fff200;
    border-radius: 10px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    margin: 0px 2px 0 0;
}

.yunjia .search__h5 {
    margin: 20px;
    background-color: beige;
    padding: 20px;
    border-radius: 16px;
}

.yunjia .search__h5 .search__left__up {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    padding: 10px 0;
}

.yunjia .search__h5 .search__left__up .start {}

.yunjia .search__h5 .search__left__up .start .js_cfd {
    width: 90%;
    border-radius: 8px;
    padding: 6px 6px;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 5px #d9d9b5;
}

.yunjia .search__h5 .search__left__up .line {
    padding: 8px;
    background-color: #CDDC39;
    color: #189cfb;
    border-radius: 16px;
    margin: 0 6px;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    font-weight: 700;
    /* box-shadow: 2px 2px 5px #d9d9b5; */
}

.yunjia .search__h5 .search__left__up .end {}

.yunjia .search__h5 .search__left__up .end .js_ddd {
    width: 90%;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 5px #d9d9b5;
    border-radius: 8px;
    padding: 6px 6px;
}

.yunjia .search__h5 .search__left__up .btn {
    width: 60px;
    background-color: aquamarine;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    margin: 0 10px;
}

.yunjia .search__h5 .search__left__down {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    margin: 10px 0;
}

.yunjia .search__h5 .search__left__down .ipt {
    margin: 0 10px 20px 0;
    display: flex;
    align-items: center;
}

.yunjia .search__h5 .search__left__down .ipt .phoneInput {
    width: 120px;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 5px #d9d9b5;
    border-radius: 8px;
    padding: 6px 6px;
}

.yunjia .search__h5 .search__left__down .ipt .ipt__warning {
    font-size: 10px;
    color: #189CFB;
}

.yunjia .search__h5 .search__left__down .captcha {
    width: 90px;
    background-color: #189CFB;
    padding: 6px;
    text-align: center;
    border-radius: 16px;
    margin: 0 10px;
    color: #fff;
}

.yunjia .cankao {
    font-size: 14px;
    margin: 20px;
    line-height: 30px;
}

.yunjia .quotedprice1 {
    width: 100%;
    background-color: #189CFB;
    padding: 5px;
    text-align: center;
    border-radius: 16px;
    color: #ff0;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}

.yunjia .wangdianbtn {
    width: 100%;
    background-color: #189CFB;
    padding: 5px;
    text-align: center;
    border-radius: 16px;
    color: #ff0;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}

.yunjia .quotedprice {
    width: 90px;
    background-color: #189CFB;
    padding: 5px;
    text-align: center;
    border-radius: 16px;
    color: #ff0;
    font-size: 16px;
    font-weight: 700;
}

.tanchuk {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 2;
}

.tanchuk .desclo2 {
    position: absolute;
    /* right: calc(50% - 183px); */
    right: 6%;
    top: 222px;
    color: #008eff;
    font-size: 20px;
    z-index: 2;
    padding: 6px 13px;
    background-color: white;
    border-radius: 20px;
    font-weight: 700;
}

.tanchuk .lookbox {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 260px;
    width: 70%;
    height: auto;
    padding: 20px 10px;
    border-radius: 16px;
    line-height: 200%;
}

.tanchuk .lookbox .kefutel {
    font-size: 18px;
    font-weight: 700;
    color: #189cfb;
    padding: 10px;
    margin: 8px;
    background-color: beige;
    border-radius: 16px;
}

.tanchuk .lookbox .kefutelmes {
    font-size: 18px;
    font-weight: 700;
    color: #189cfb;
    padding: 10px;
    margin: 8px;
    background-color: beige;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tanchuk .lookbox .kefutelmes img {
    width: 30px;
    height: 30px;
    padding: 0 4px 0 0;
}

.tanchuk3 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 2;
}

.tanchuk3 .desclo3 {
    position: absolute;
    right: calc(50% - 200px);
    /* right: 2%; */
    /* margin-right: 35%; */
    top: 88px;
    color: #008eff;
    font-size: 20px;
    z-index: 2;
    padding: 6px 13px;
    background-color: white;
    border-radius: 20px;
    font-weight: 700;
}

.tanchuk3 .lookbox3 {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 120px;
    width: 90%;
    max-width: 510px;
    height: auto;
    padding: 4px 4px;
    border-radius: 16px;
    line-height: 200%;
}

.tanchuk3 .lookbox3 .kefutel3 {
    font-size: 18px;
    font-weight: 700;
    color: #189cfb;
    padding: 2px 10px;
    margin: 8px 0;
    background-color: #f6f6f6;
    border-radius: 8px;
}

.tanchuk3 .lookbox3 .kefutel3 a b {
    color: green;
}

.tanchuk3 .lookbox3 .kefutel33 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 2px 10px;
    margin: 8px 0px 0 0px;
    background-color: #03A9F4;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.tanchuk3 .lookbox3 .kefutelmes3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 4px 10px;
    margin: 8px;
    background-color: #03A9F4;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tanchuk3 .lookbox3 .kefutelmes3 img {
    width: 30px;
    height: 30px;
    padding: 0 4px 0 0;
}

.tanchuk3 .lookbox3 .renzheng {
    background-color: #f6f6f6;
    margin: 0 0px;
    /* padding: 0px 10px; */
}

.tanchuk3 .lookbox3 .renzheng .com {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    /* padding: 10px 10px; */
    border: 1px solid #fff;
}

.tanchuk3 .lookbox3 .renzheng .com .l {}

.tanchuk3 .lookbox3 .renzheng .com .l img {
    width: 80px;
    height: 60px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.tanchuk3 .lookbox3 .renzheng .com .r {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 4px;
    font-size: 14px;
    line-height: 36px;
}

.tanchuk3 .lookbox3 .renzheng .com .r a {}

.tanchuk3 .lookbox3 .renzheng .kefutelmes3 {
    font-size: 18px;
    font-weight: 700;
    color: #189cfb;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff00;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tanchuk3 .lookbox3 .tip {
    padding: 0 10px;
    font-size: 14px;
    color: #FF5722;
}

.lianxitel {
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #189cfb;
}

.zyline li {
    background: #f3f5f7;
    margin: 10px 0;
    border-radius: 3px;
    /* padding: 8px 0; */
    width: 96%;
    margin: 2%;
    display: inline-block;
    font-size: 14px;
    text-indent: .5em;
}

.zyline li .lined {
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    display: block;
    text-align: center;
}

.zyline li .linedes .cfd {
    border: 1px solid #fff;
    margin: 15px;

}

.zyline li .linedes .ddd {
    border: 1px solid #fff;
    margin: 15px;

}

.liuyan .liuyan-box {
    padding: 15px;
    background-color: #f3f5f7;
    margin: 10px;
    border-radius: 4px;
}

.liuyan .liuyan-box .liuyan-text {
    padding: 2%;
    height: 100px;
    width: 96%;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
}

.liuyan .liuyan-box .ly-btn {
    width: 80px;
    padding: 5px;
    margin: 10px 0;
    background-color: #189cfb;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

.lineyouhui {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.lineyouhui .bdtel {
    background-color: #f3f5f7;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}

.lineyouhui .bdtel img {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin: 0 2px;
}

.lineyouhui .bdpintuan {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f3f5f7;
    padding: 4px 20px;
    border-radius: 8px;
}

.lineyouhui .bdpintuan .p1 {
    font-size: 16px;
    margin: 2px;
    font-weight: 700;
}

.lineyouhui .bdpintuan .p2 {
    margin: 0;
    font-size: 12px;
}

.zhuye {
    background-color: beige;
    padding: 10px;
    border-radius: 8px;
    display: block;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.tanchuk3 .lookbox3 .renzheng .com .r a:nth-child(3) {
    margin: 0 0 0 43px;
}

.yanzhengma .lookbox {
    background-color: beige;
    width: 84%;
}

.yanzhengma .lookbox .search__left__down {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    margin: 10px 0;
}

.yanzhengma .lookbox .search__left__down .ipt {
    margin: 0 10px 20px 0;
    display: flex;
    /* align-items: center; */
}

.yanzhengma .lookbox .search__left__down .ipt:first-child {
    flex-direction: column;
}

.yanzhengma .lookbox .search__left__down .ipt .phoneInput {
    width: 120px;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 5px #d9d9b5;
    border-radius: 8px;
    padding: 6px 6px;
}

.yanzhengma .lookbox .search__left__down .ipt .ipt__warning {
    font-size: 10px;
    color: #189CFB;
}

.yanzhengma .lookbox .search__left__down .captcha {
    width: 90px;
    background-color: #189CFB;
    padding: 6px;
    text-align: center;
    border-radius: 16px;
    margin: 0 10px;
    color: #fff;
}

.yanzhengma .quotedprice {
    width: 90px;
    background-color: #189CFB;
    padding: 5px;
    text-align: center;
    border-radius: 16px;
    color: #ff0;
    font-size: 16px;
    font-weight: 700;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem 0;
}

.pagination .disabled span {
    padding: 0px 10px;
    display: block;
    line-height: 35px;
    font-size: 30px;
}

.pagination .active span {
    padding: 4px 10px;
    display: block;
    font-size: 18px;
}

.pagination li a {
    padding: 5px 8px;
    display: block;
    font-size: 18px;
}

.pagination .active {
    background-color: #2a8ad4;
    color: #fff;
    padding: 0;
    width: auto;
    margin: 0 0.1rem;
}

.pagination li:last-child a {
    padding: 0px 10px;
    display: block;
    line-height: 35px;
    font-size: 30px;
}

.banner-a {
    width: 96%;
    text-align: center;
    padding: 2%;
    position: relative;
    height: 100%;
}

.swiper-container3 .swiper-slide .video-tip {
    position: absolute;
    z-index: 99;
    bottom: 37%;
    left: 40%;
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    max-height: 38px;
    background-color: #00000078;
    width: 36px;
    height: 38px;
    line-height: 12px;
    padding: 0px 0 0px 2px;
    border-radius: 78px;
}
.swiper-container3 .swiper-slide .v-tip {
        z-index: 99;
        bottom: 8px;
        left: 0;
        text-align: left;
        color: #555555;
        font-size: 10px;
        letter-spacing: 2px;
        font-weight: bold;
        overflow: hidden;
        height: 24px;
        line-height: 24px;
        width: 100%;
        padding: 0px;
        margin: 0;
}
.zhuti-img {
    position: fixed;
    z-index: 999999;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    right: 0px;
    align-items: flex-end;
}

.zhuti-img img {
    width: 40px;
    height: 40px;
    border-radius: 10%;
    /* position: fixed; */
    margin: 0 0 4px 0;
    /* right: 10px; */
    background-color: #fff;
    box-shadow: 0px 0px 5px #bdbdbd;
}

.zhuti-img .icon-fanhuishangyiye {
    font-size: 42px;
    text-align: right;
    padding: 0 auto;
    padding: 4px;
    margin: 0 auto;
    border-radius: 10%;
    margin: 0 0 8px 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px #bdbdbd;
    display: block;
}

.zhuti-img .fanhuiback {
    width: 25px;
    /* height: 96px; */
    border-radius: 4px;
    /* position: fixed; */
    text-align: center;
    margin: 0 0 8px 0;
    /* padding: 4px; */
    /* right: 10px; */
    background-color: #189cfb;
    box-shadow: 0px 0px 5px #bdbdbd;
    color: #fff;
}

.cfd p:first-child,
.ddd p:first-child {
    font-size: 18px;
    font-weight: 700;
    color: #189CFB;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cfd p:first-child a,
.ddd p:first-child a {
    font-size: 12px;
    color: #008eff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-container .swiper-slide img {
    width: 100%;
}

.swiper-container2 {
    width: 100%;
    height: 100%;
}

.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-container2 .swiper-slide a{
    display: block;
    background-color: #f6f6f6;
    border-radius: 8px;
}

.swiper-container2 .swiper-slide img {
    /* width: 100%;
    height: 86px;
    border-radius: 8px; */
    width: 100%;
    /* height: 86px; */
    /* width: 130px; */
    height: 110px;
    border-radius: 8px 8px 0 0;
    vertical-align: bottom;
}
.swiper-container3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f6f6f6;
    border-radius: 8px;
}
.swiper-container3 .swiper-slide img {
    width: 100%;
    height: 100px;
    border-radius: 8px 8px 0 0;
}
.swiper-container-cai {
    width: 100%;
    height: 100%;
}

.swiper-container-cai .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-container-cai .swiper-slide a{
    display: block;
    background-color: #f6f6f6;
    border-radius: 8px;
}

.swiper-container-cai .swiper-slide img {
    width: 100%;
    height: 110px;
    border-radius: 8px;
    /* width: 130px;
    height: 130px; */
    border-radius: 8px 8px 0 0;
    vertical-align: bottom;
}

.yunjia-xq {
    color: red;
    font-weight: 700;
    font-size: 16px;
}

.tuijiancom .lookbox {
    background-color: beige;
    width: 84%;
}

.tuijiancom-top p {
    margin: 10px;
}

#phone {
    width: 100%;
}

.jctybox .line .contact p .telr1 {
    margin: 0 20px 0 0px;
}

.jctybox .line .contact p .telr2 {
    /* margin: 0 0 0 46px; */
    display: inline-block;
}

.zyline li .linedes .l-top {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    background-color: lightgray;
}

.zyline li .linedes .l-top .l-left {
    width: 30px;
    font-size: 18px;
    /* text-align: end; */
    text-align: right;

    text-align: -webkit-right;
    padding: 0 10px 0 0;
}
.zyline li .linedes .l-top .l-left p,
.zyline li .linedes .l-bottom .l-left p{
    margin: 10px 0 ;
}
.zyline li .linedes .l-top .l-left .tt,
.zyline li .linedes .l-bottom .l-left .tt{
    background-color: #fff;
    padding: 0 5px 0 0;
    border-left: 6px solid #d3d3d3;
    width: 24px;
}
.zyline li .linedes .l-top .l-right .cfd {
    border: 1px solid #fff;
    margin: 0px;
    background-color: #f3f5f7;
    padding: 10px;
}
.zyline li .linedes .l-top .l-right .cfd:nth-child(n+4),
.zyline li .linedes .l-bottom .l-right .ddd:nth-child(n+4){
    display: none;
}

.zyline li .linedes .l-top .l-right .cfd p {
    /* margin: 6px; */
    line-height: 30px;
    text-indent: initial;
}

.zyline li .linedes .l-top .l-right .cfd p a {
    display: inline-block;
}
.zyline li .linedes .l-top .l-right .l-more ,
.zyline li .linedes .l-bottom .l-right .l-more {
    padding: 10px;
    text-align: center;
    background-color: beige;
}

.zyline li .linedes .l-bottom {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    background-color: lightgray;
}

.zyline li .linedes .l-bottom .l-left {
    width: 30px;
    font-size: 18px;
    /* text-align: end; */
    text-align: right;
    text-align: -webkit-right;
    padding: 0 10px 0 0;
}

.zyline li .linedes .l-bottom .l-right .ddd {
    border: 1px solid #fff;
    margin: 0px;
    background-color: #f3f5f7;
    padding: 10px;
}

.zyline li .linedes .l-bottom .l-right .ddd p {
    /* margin: 6px; */
    line-height: 30px;
    text-indent: initial;
}

.zyline li .linedes .l-top .l-right {
    width: 100%;
}

.zyline li .linedes .l-bottom .l-right {
    width: 100%;
}

p {
    margin: 0;
}

.zyline li .linedes .jiantou {
    /* text-align: center; */
    /* margin: 10px; */
    background-color: #fff;
    padding: 10px 0;
}

.zyline li .linedes .jiantou .iconfont {
    font-size: 24px;
    color: #189cfb;
}

.tupian-box {
    display: flex;
    flex-wrap: wrap;
}

.tupian-box .tp-b {
    width: 50%;
    text-align: center;
}

.tupian-box .tp-b img {
    width: 92%;
    margin: 4%;
    border-radius: 8px;
    height: 125px;
    /* width: 171px; */
}

.tupian-box .tp-b a {
    /* display: block;
    position: relative;
    text-align: center; */
}
.tupian-box .sp-xq{
    width: 100%;
}
.tupian-box .sp-b{
    width: 100%;
    /* text-align: center; */
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tupian-box .sp-b .video-cont{
    display: block;
    position: relative;
    text-align: center;
    width: 50%;
}
.tupian-box .sp-xq .video-cont{
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
.tupian-box .sp-xq img {
    width: 92%;
    margin: 4%;
    border-radius: 8px;
    height: 225px;
    /* width: 171px; */
}

.tupian-box .sp-b .video-mess{
    width: 50%;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 29px;

}
.tupian-box .sp-xq .video-mess{
    line-height: 29px;
    display: block;
    text-align: left;
    word-wrap: break-word;
    /* white-space: pre-wrap; */
    word-break: break-all;
}

.tupian-box .tp-b .video-tip {
    position: absolute;
    z-index: 99;
    bottom: 23%;
    left: 17%;
    color: #fff;
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    max-height: 50px;
    background-color: #00000078;
    width: 50px;
    height: 50px;
    line-height: 12px;
    padding: 3px 2px 0px 2px;
    border-radius: 78px;
    margin: 20px 40px;
    float: left;
    text-align: center;
}
.tupian-box .sp-xq .video-tip {
    position: absolute;
    z-index: 99;
    bottom: 39%;
    left: 33%;
    color: #fff;
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    max-height: 50px;
    background-color: #00000078;
    width: 50px;
    height: 50px;
    line-height: 12px;
    padding: 3px 2px 0px 2px;
    border-radius: 78px;
    margin: 20px 40px;
    float: left;
    text-align: center;
}
.tupian-box .tp-b .video-tip .iconfont {
    font-size: 30px;
}

.lianxi p {
    margin: 10px;
}

.text-main .fenxiang-p {
    color: #008eff;
    font-size: 16px;
    font-weight: 700;
}

.text-main .fenxiang-img {
    width: 100%;
}

/* 朋友圈 */
.pengyouquan-box {}

.pengyouquan {
    width: 92%;
    padding: 2%;
    margin: 2%;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 18px 2px #eee;
}

.pengyouquan .pyq-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0;
    /* border-bottom: 1px solid #eee; */
}

.pengyouquan .pyq-time {
    width: 103px;
    font-size: 14px;
    text-align: left;
    color: #999;
}

.pengyouquan .pyq-img {
    width: 35%;
    margin: 0 10px 0 0;
}
.pengyouquan .pyq-img a{
    display: block;
}

.pengyouquan .pyq-img img {
    /* width: 80px;
    height: 80px; */
    height: 95px;
    width: 111px;
    /* border-radius: 8px; */
}

.pengyouquan .pyq-cont {
    width: 75%;
    /* padding: 0 10px; */
    /* margin: 0 0 0 10px; */
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.pengyouquan .pyq-cont a{
    display: block;
}

.pager {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.pager .previous {
    width: 46%;
    margin: 2%;


}

.pager .previous a {
    display: block;
    border: 1px solid #008eff;
    /* color: #fff; */
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.pager .next {
    width: 46%;
    margin: 2%;
}

.pager .next a {
    display: block;
    border: 1px solid #008eff;
    /* color: #fff; */
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.pengyouquan-xq {
    width: 92%;
    padding: 2%;
    margin: 2%;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 18px 2px #eee;
}

.pengyouquan-xq .pyq-xq-list {}

.pengyouquan-xq .pyq-xq-cont {
    font-size: 14px;
    line-height: 30px;
}

.pengyouquan-xq .pyq-xq-img {
    margin: 10px 0;
}

.pengyouquan-xq .pyq-xq-img img {
    height: 125px;
    width: 151px;
}

.pengyouquan-xq .pyq-xq-time {
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}

.twxq {
    background-color: #000;
    height: 89vh;
    position: relative;
}

.pengyouquan-twxq {}

.pengyouquan-twxq .pyq-twxq-cont {
    position: absolute;
    bottom: 50px;
    /* left: 20px; */
    /* right: 20px; */
    color: #fff;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    /* padding: 20px 15px 0 15px; */
    /* border-radius: 8px; */
    backdrop-filter: blur(5px);
    width: 94%;
    padding: 0 3%;
    height: 120px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all; */
}
.pengyouquan-twxq .pyq-twxq-cont a{
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    line-height: 28px;
}

.pengyouquan-twxq .pyq-twxq-img {
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 80%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 520px;
}
.pengyouquan-twxq .video-xq-img {
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 80%;
    z-index: 1;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    max-width: 520px;
}

.pengyouquan-twxq .pyq-twxq-img img {
    width: 96%;
    /* height: 88%; */
    margin:0 2%;
    /* object-fit: cover; */
     /* filter: brightness(0.8); */
}
.pengyouquan-twxq .video-xq-img img {
    width: 96%;
    /* height: 88%; */
    margin:0 2%;
    /* object-fit: cover; */
     /* filter: brightness(0.8); */
}

.pengyouquan-twxq .pyq-twxq-time {
    position: absolute;
    bottom: 70px;
    right: 20px;
    color: #fff;
    z-index: 2;
    font-size: 12px;
}
.pengyouquan-twxq .pyq-twxq-time a{
    color: #fff;
}

/* 朋友圈-end */
@media screen and (min-width:1200px) {
    .zhuti-img {
        right: 30%;
    }
}