﻿* { outline: none; transition: all 0.1s ease-in-out; }
body { margin: 0; padding: 0; background-color: #f8f8f8; }
.main { max-width: 600px; margin: 0 auto; background-color: #fff; }
.header { max-width: 600px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; align-content: center; box-sizing: border-box; padding: 10px; }
    .header .logo { /*flex: 0.45;*/ width: 45%; font-size: 0; display: flex; align-items: center; justify-content: flex-start; }
        .header .logo img { width: 100%; }
    .header .rt { display: flex; align-items: center; justify-content: flex-end; /*flex: 0.4;*/ }
    .header .logo a { color: #d81e06; text-decoration: none; display: flex; align-items: center; font-size: 14px; word-break: keep-all; }
        .header .logo a svg { margin-right: 1px; }
        .header .logo a:last-child { padding-left: 10px; }
    .header .search { flex: 1; display: flex; position: relative; }
        .header .search input { flex: 1; height: 35px; border-radius: 8px; border: 1px solid #ddd; box-sizing: border-box; padding: 0 45px 0 15px; width: 160px; font-size: 16px; }
        .header .search button { width: 35px; height: 100%; position: absolute; right: 0; top: 0; border-top-right-radius: 8px; border-bottom-right-radius: 8px; border: 1px solid #ddd; font-size: 13px; text-indent: -99999px; background: url(/Content/Images/search.png) no-repeat center #ffffff; background-size: 50%; border-left: none; }
    .header .menu { padding: 0 3px 0 10px; font-size: 23px; line-height: 1; }
.swiper { height: 220px; background-color: #f9f9f9; }
.sort { padding: 20px 15px 15px 15px; }
    .sort .s1, .sort .s2 { display: flex; }
        .sort .s1 > div, .sort .s2 > div { width: 20%; text-align: center; }
            .sort .s1 > div a, .sort .s2 > div a { display: flex; flex-direction: column; align-items: center; padding: 5px 0; font-size: 13px; text-decoration: none; color: #373737; margin-bottom: 10px; }
                .sort .s1 > div a img, .sort .s2 > div a img { display: block; width: 60%; margin-bottom: 8px; }

.list h2 { font-size: 18px; font-weight: normal; color: #ce1818; padding: 0 10px; margin: 0; line-height: 2.5; display: flex; }
    .list h2 span { border-bottom: 1px solid #e9e9e9; }
        .list h2 span:nth-child(2) { flex: 1; border-bottom: 1px dashed #e9e9e9; }

.list { border-bottom: 1px solid #f0f0f0; }
    .list ul { margin: 0; padding: 10px 10px 10px 10px; }
        .list ul li { list-style: none; line-height: 1.6; margin-bottom: 10px; border-bottom: 1px dashed #f0f0f0; }
            .list ul li:last-child { border-bottom: none; }
            .list ul li a { text-decoration: none; display: block; color: #232323; display: flex; }
                .list ul li a.words { text-decoration: none; display: block; color: #232323; display: unset; }
                .list ul li a.thumb1 { display: flex; padding-bottom: 8px; }
                    .list ul li a.thumb1 img { width: 100px; height: 65px; object-fit: cover; object-position: center; border-radius: 3px; }
                    .list ul li a.thumb1 div { flex: 1; white-space: normal; padding-left: 5px; line-height: 1.7; }
                .list ul li a .info { display: flex; font-size: 13px; letter-spacing: 0; justify-content: space-between; opacity: 0.5; }
                    .list ul li a .info span:nth-child(1) { overflow: hidden; text-align: justify; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
                .list ul li a .tlt { overflow: hidden; text-align: justify; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; /*font-size: 14px;*/ }

.avatar ul { width: 100%; display: flex; flex-wrap: wrap; box-sizing: border-box; justify-content: space-between; padding-bottom: 0; }
    .avatar ul li { width: 33%; display: flex; justify-content: center; border-bottom: none; }
        .avatar ul li a { flex-direction: column; font-size: 14px; }
            .avatar ul li a.thumb1 img { border-radius: 10px; object-fit: cover; object-position: top; height: 100px; border: 1px solid #ddd; background-color: #ddd; }
            .avatar ul li a div { text-align: center !important; margin: 0 !important; padding: 0 !important; box-sizing: border-box; }

.footer { text-align: center; padding: 8px 0; background-color: #f9f9f9; color: #000; font-size: 14px; }
    .footer a { text-decoration: none; color: #7c7c7c; }

.search-box { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #fff; z-index: 10; }
    .search-box .inner { display: flex; flex-direction: column; height: 100%; }
    .search-box .search { display: flex; align-content: center; align-items: center; padding: 15px 10px 10px 15px; box-sizing: border-box; justify-content: space-between; }
        .search-box .search a { text-decoration: none; font-size: 18px; line-height: 2.2; padding: 0 10px; color: #666; width: 70px; text-align: right; }
        .search-box .search input { border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-right: none; padding: 0 0 0 15px; box-sizing: border-box; height: 40px; width: 100%; border: 1px solid #aaa; font-size: 18px; }
        .search-box .search button { height: 40px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border: 1px solid #aaa; background-color: #f9f9f9; border-left: none; font-size: 18px; width: 110px; }
    .search-box .search-result { flex: 0.95; overflow: auto; }
        .search-box .search-result ul { margin: 0; padding: 10px 15px; box-sizing: border-box; }
            .search-box .search-result ul li { list-style: none; margin-bottom: 10px; box-sizing: border-box; padding: 8px 0; border-bottom: 1px dashed #ddd; }
                .search-box .search-result ul li a { line-height: 1.7; text-decoration: none; color: #373737; font-size: 16px; display: block; padding: 0 0 5px 0; text-align: justify; border-left: 3px solid #ff9a9a; padding-left: 10px; }
                    .search-box .search-result ul li a div { padding: 8px 0 0 0; color: #999; display: flex; justify-content: space-between; }

/*.c1,*/ .contact, .chat-container, .footer { max-width: 600px; margin: 0 auto; }

/*.c1 { display: flex; padding: 10px; justify-content: space-around; align-items: center; background-color: #f5f5f5; box-sizing: border-box; }
    .c1 div.lt { width: 35%; text-align: center; font-size: 14px; }
    .c1 div.rt { width: 55%; text-align: center; line-height: 2; font-size: 14px; }
        .c1 div.rt a { color: #f00; display: block; text-decoration: none; }
    .c1 img { width: 100%; }*/

/*.c2 { width: 100%; box-sizing: border-box; padding: 20px 15px 20px 15px; background-color: #fff; }
    .c2 button { display: block; width: 100%; border: 1px dashed #d32828; line-height: 2.5; border-radius: 30px; color: #f00; text-align: center; text-decoration: none; background-color: #fff; }*/

.contact { box-sizing: border-box; padding: 15px 10px 15px 10px; background-color: #fff; display: flex; align-items: center; justify-content: flex-end; border-bottom: 1px dashed #ddd; }
    .contact .lt, .contact .rt { text-align: center; font-size: 14px; line-height: 1.5; }
    .contact .lt { width: 40%; }
    .contact .rt { width: 55%; line-height: 2; font-size: 18px; }
    .contact div.rt a { color: #f00; display: block; text-decoration: none; }
    .contact img { width: 100%; border: 3px solid #eee; box-sizing: border-box; }

.swiper-slide { display: flex; align-items: center; justify-content: center; }
    .swiper-slide img { width: 100%; object-fit: cover; }
.swiper-pagination-bullet { background-color: #fff; }
.swiper-pagination-bullet-active { background-color: #f00; }

.menu-box { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 20; }
    .menu-box .inner { width: 70%; height: 100%; position: absolute; top: 0; right: 0; z-index: 30; background-color: #fff; }
.mb-open { /* right: 0;*/ transform: translateX(0); }
.mb-close { /* right: -70%;*/ transform: translateX(170%); }
.openbgc { background-color: rgba(0,0,0,0.7); }
.closebgc { background-color: rgba(0,0,0,0); }
.menu-box .close-field { height: 100%; }
.menu-box .menu-box-close { text-align: right; }
    .menu-box .menu-box-close a { display: inline-block; text-decoration: none; color: #f00; font-size: 40px; padding: 10px 20px; font-weight: 300; line-height: 1; margin-bottom: 30px; }
.menu-box ul { margin: 0; padding: 10px 20px; }
    .menu-box ul li { list-style: none; line-height: 2; margin-bottom: 20px; }
        .menu-box ul li a { text-decoration: none; color: #373737; font-size: 16px; display: block; border: 1px solid #ddd; border-radius: 30px; text-align: center; }

.pager2 { display: flex; flex-direction: column; box-sizing: border-box; padding: 15px 10px; }
    .pager2 a { text-decoration: none; color: #f00; overflow: hidden; text-align: justify; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
        .pager2 a:first-child { margin-bottom: 10px; }
    .pager2 span { display: block; padding: 15px 0; color: #f00; }
        .pager2 span::before, .pager2 a::before { content: '▫ '; }
.recommend { border-bottom: 1px solid #eee; }
    .recommend h2 { font-size: 16px; color: #373737; padding: 8px 10px; margin: 0; font-weight: normal; background-color: #f9f9f9; }
    .recommend .words > div:nth-child(2) { display: flex; font-size: 13px; letter-spacing: 0; justify-content: end; opacity: 0.5; padding-bottom: 5px; }

.crumbs { padding: 10px 0 10px 5px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; display: flex; align-items: center; font-size: 14px; }
    .crumbs svg { width: 20px; height: 20px; }
    .crumbs a { text-decoration: none; color: #f00; }
    .crumbs span { font-size: 9px; color: #d5d5d5; padding: 0 3px; }

.site-change { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 10; }
    .site-change .inner { width: 100%; height: 100%; box-sizing: border-box; padding: 15px; text-align: center; line-height: 2; display: flex; justify-content: center; align-items: center; }
    .site-change ul { margin: 0; padding: 35px 30px; width: 230px; max-height: 600px; background-color: #fff; border-radius: 8px; overflow: auto; position: relative; box-sizing: border-box; }
        .site-change ul li { list-style: none; }
            .site-change ul li.close { position: absolute; right: 0; top: 0; line-height: normal; }
                .site-change ul li.close a { color: #f00; font-size: 26px; padding: 0 10px; display: inline-block; }
    .site-change a { color: #666; text-decoration: none; display: block; }
        .site-change a.selected { background-color: #f9f9f9; border-left: 1px solid #ddd; border-right: 1px solid #ddd; }

/** 在线咨询 */
/*.chat-container { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); }*/
.chat-container .inner { width: 100%; display: flex; align-items: center; justify-content: center; }
    .chat-container .inner .chat-box { width: 100%; box-sizing: border-box; background-color: #fff; padding: 15px; border-radius: 0; }
        .chat-container .inner .chat-box h1 { font-size: 17px; line-height: 1; font-weight: normal; padding: 0 0 0 10px; border-left: 5px solid #f00; margin: 10px 0 15px 0; }
        .chat-container .inner .chat-box h2 { font-size: 18px; font-weight: normal; padding: 0; margin: 10px 0; }
        .chat-container .inner .chat-box .item { margin-bottom: 15px; /*width: 300px;*/ }
        .chat-container .inner .chat-box legend { padding: 0 5px; font-size: 14px; }
        .chat-container .inner .chat-box fieldset { padding: 0 5px; border-radius: 5px; overflow: hidden; border: 1px solid #bdbdbd; width: 100%; box-sizing: border-box; }
            .chat-container .inner .chat-box fieldset input { border: none; width: 100%; height: 35px; box-sizing: border-box; font-size: 16px; padding: 0 10px; }
            .chat-container .inner .chat-box fieldset textarea { border: none; width: 100%; height: 140px; box-sizing: border-box; font-size: 16px; padding: 10px; line-height: 1.5; }
        .chat-container .inner .chat-box .submitfield { display: flex; justify-content: space-around; margin-bottom: 15px; }
            .chat-container .inner .chat-box .submitfield button { width: 45%; height: 40px; border-radius: 8px; border: none; background-color: #f00; color: #fff; font-size: 18px; }
                .chat-container .inner .chat-box .submitfield button.close { background-color: #ababab; }
        .chat-container .inner .chat-box .qrcode { text-align: center; margin: -10px 0; }
.chat-container .required { border: 1px solid #f00 !important; }
    .chat-container .required input { color: #f00 !important; }
    .chat-container .required:before { content: '请输写信息'; color: #f00; font-size: 14px; display: flex; flex-direction: column; align-items: center; }
.chat-container .formaterror:before { content: '格式错误'; color: #f00; font-size: 14px; display: flex; flex-direction: column; align-items: center; }
.chat-container .lengtherror:before { content: '内容长度大于10小于200字以内'; color: #f00; font-size: 14px; display: flex; flex-direction: column; align-items: center; }

.chat-container .required legend { color: #f00; }

.more { text-align: center; padding-bottom: 15px; margin-top: -20px; }
    .more a { text-decoration: none; color: #ff8c8c; border-top: 1px dashed #ddd; display: block; line-height: 3; }

.swiper a { height: 100%; display: flex; justify-content: center; align-items: center; }
.swiper .tlt { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; font-size: 18px; background-color: #ffebeb; }
.swiper .pic-tlt { position: relative; width: 100%; height: 100%; display: flex; align-items: center; }
    .swiper .pic-tlt i { display: none; position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; line-height: 1.5; background-color: rgba(0,0,0,0.2); font-style: normal; font-size: 16px; text-shadow: 1px 0px 3px #000; color: #fff; box-sizing: border-box; padding: 0; }

.notice { padding: 5px 10px 10px 10px; font-size: 13px; color: #999; text-align: center; }
