html {background: #eff4f8;overflow-x: hidden;scroll-behavior: smooth; }
body {font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", "Hiragino Sans GB", '微软雅黑', STHeiti, "WenQuanYi Micro Hei", Arial, SimSun, sans-serif;}
html,body{height:100%;margin:0; padding:0;}
body{display:flex;flex-direction:column;min-height:100vh;}
div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,form,blockquote {margin: 0;padding: 0}
ul,ol,li {list-style: none}
i,em{font-style: normal}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;}
form,input {outline: none;margin: 0;text-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none}
img {border: 0;vertical-align: middle;max-width: 100%;height: auto}
.pr {position: relative}
.hide {visibility: hidden;opacity: 0;}
.show {visibility: visible;opacity: 1;}
[class*='icon-']::before {margin: 0}
.flex {display: flex;flex-wrap: wrap;align-items: stretch;}
.flex,.f-item,.f-box {box-sizing: border-box}
.thumb {position: relative;display: block;width: 100%;padding-top: 100%;overflow: hidden;background-position: center;background-size: cover;background-repeat: no-repeat}
.thumb-round {border-radius: 100%}
.thumb-img img {position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;object-fit: cover;object-position: center}
.avatar {display: block;border-radius: 100%;overflow: hidden}
.img-mask-wrap {position: relative;display: block;}
.img-mask-layer {position: absolute;inset: 0;background: transparent;pointer-events: auto;}
.btn {display: inline-block;border-radius:10px;white-space: nowrap;border: none;text-align: center;padding: 15px;cursor: pointer}
.btn-orange {color: #fff;background-color: #ff6000}
.btn-orange:hover {background-color: #cc4d00}
.btn-default {color: #323232;background-color: #f3f5f7}
.btn-default:hover {color: #000}
.btn-blue {color: #fff;background-color: #417ff9}
.btn-blue:hover {background-color: #286ef8}

body.has-header-fixed {padding-top: 66px;}
.w1200 {width:1200px;margin:0 auto;}
.m10{ margin:10px;}
.p10{ padding:10px;}.p20{ padding:20px;}.p30{ padding:30px;}

.mt10{ margin-top:10px; clear:both;}
.mt15{ margin-top:15px; clear:both;}
.mt20{ margin-top:20px;clear:both;}
.mt30{ margin-top:30px;clear:both;}
.mt40{ margin-top:40px;clear:both;}
.mt50{ margin-top:50px;clear:both;}

.mr5{ margin-right:5px; clear:both;}
.mr10{ margin-right:10px; clear:both;}
.mr15{ margin-right:15px;clear:both; }
.mr20{ margin-right:20px;clear:both; }

.mb10{ margin-bottom:10px; clear:both;}
.mb15{ margin-bottom:15px; clear:both;}
.mb20{ margin-bottom:20px;clear:both; }
.mb30{ margin-bottom:30px;clear:both; }

.ml10{ margin-left:10px; clear:both;}
.ml15{ margin-left:15px;clear:both; }
.ml20{ margin-left:20px;clear:both; }
.ml30{ margin-left:30px;clear:both; }

.pt10{ padding-top:10px; clear:both;}
.pt15{ padding-top:15px; clear:both;}
.pt20{ padding-top:20px; clear:both;}
/*----- 图标颜色 -----*/
.icon-002,.icon-honor{color: #ff8300; }/* VIP */
.icon-wechat,.icon-wechat-1{color: #07C160;; }/* wechat */
.icon-douyin,.icon-douyin-1{color: #333;; }/* douyin */
.icon-see{}
@media screen and (max-width: 1280px) {
  .icon-see{display: none;}
}
p{letter-spacing: 1px;line-height: 1.6;}/* 增加每个字的间距 */
/*----- 通用END -----*/


.container {position: relative;padding-left: 170px}
.container .wrap-left {display: block;position: absolute;left: 0;top: 0;width: 170px;box-sizing: border-box;padding-left:20px}

.








/*主体*/
.anchor-item{scroll-margin-top: 81px;}
.main .anchor-item{scroll-margin-top: 81px;}

/*头部*/

.header {z-index:999;position: fixed;left: 0;top: 0;right: 0;height:66px; background:#7dc5ca; opacity: 0.96; border-bottom:1px #7dc5ca solid;backdrop-filter: blur(10px); }
.header .logo-img {}
.header .header-main {justify-content: space-between;flex-wrap: nowrap;max-width: 1720px;margin: 0 auto;padding: 0 20px; line-height:66px; height:66px;}
@media screen and (max-width: 1024px) {
  .header-main {display: none;}
}
.header .thumb-round {width: 26px;height: 26px;background-size: cover;background-position: center;flex-shrink: 0; }
.header-menu-nav {display: flex;margin: 0 auto; gap:10px;}
.header-menu-nav > li { position: relative;}
.header-menu-nav > li > a {display: block;padding: 0px 15px;text-decoration: none;color: #fff;font-size: 22px;  line-height: 66px;}
.header-menu-nav > li > a.current {color: #fff;  }
.header-menu-nav > li > a.current::after {content: "";position: absolute;left: 50%;transform: translateX(-50%);top: 0px; width: calc(100% - 30px); height: 3px; background-color: #ff6600;border-radius:10px; }
.header-menu-nav > li:hover > a {color: #000;}
.header-menu-nav li a:hover {color: #ff6600;}
.header-menu-nav > li:hover .sub_nav {opacity: 1;visibility: visible;pointer-events: auto;}
.header-main .sub_nav {position: absolute;top: 100%;left: 50%;transform: translateX(-50%);border-radius: 0px 0px 8px 8px; max-width:900px;padding:15px;pointer-events: none;transition: all 0.2s;display: grid;gap:10px;opacity: 0;visibility: hidden;grid-template-columns: repeat(6,139px); background: rgba(255,255,255,0.96);}
.header-main .sub_nav li {width:139px;height:42px;line-height: 42px; flex: 0 0 auto; margin-bottom:3px;}
.header-main .sub_nav li a {color: #444; font-size: 16px;display: flex;justify-content: center; align-items: center; border-radius: 8px;background-color:#e1f0ff;  }
.header-main .sub_nav li a:hover {background-color:#ff6600;color:#fff;border-radius: 8px;}
.header-main .sub_nav:hover::after {content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px; width: calc(100% - 30px); height: 3px; background-color: #ff6600;border-radius:10px; }
.header-menu-nav li a:hover::after {content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px; width: calc(100% - 30px); height: 3px; background-color: #ff6600;border-radius:10px; }
.header-main .sub_nav li i{margin-right:5px;}
.header-r {display: flex; gap:20px; margin-right:20px;}
.header-r li a {color: #333; }
.header-r li a:hover {color: #ff6600;}
.header-r > li {position: relative;}
.header-r > li > a {display: flex;align-items: center;gap:8px;color:#fff;font-size:22px;}
.header-r .header-r-nav {position: absolute;top:66px;  box-shadow: 0 2px 12px rgba(0,0,0,0.1);border-radius:0px 0px 5px 5px;z-index:99;display: none;background:#fff;  backdrop-filter: saturate(180%) blur(6px);}
.header-r > li:hover .header-r-nav {display: flex;flex-direction:column;}
.header-r .header-r-nav li {width:100px; margin-bottom:5px;}
.header-r .header-r-nav li a {color: #333; font-size: 14px;display: flex;justify-content: center; align-items: center; line-height:42px;  }
.header-r .header-r-nav li a:hover {background-color:#ff6600;color:#fff;}

.cat-page-bg {position: fixed;background-color:#7dc5ca;left: 0;right: 0;overflow: hidden;padding-top: 20vw; z-index:-999}
.cat-page-bg::after {content: "";display: block;position: absolute;left: 0px;right: 0px;bottom: 0px;top: 39%;background: linear-gradient(0deg, rgb(243, 245, 247), rgba(0, 0, 0, 0));}



/*面包屑导航*/
.mbx-dh {height:30px;line-height: 30px; color: #333;font-size: 14px;font-weight: normal;display:flex; justify-content: space-between;flex-wrap: nowrap;}
.mbx-dh__title {display: flex;align-items: center;white-space: nowrap; font-size:14px; color:#333;align-items:center; /* 水平居中 */ gap:20px;}
.mbx-dh__title .home{display: flex;align-items: center;white-space: nowrap; color:#333;align-items:center; /* 水平居中 */}
.mbx-dh__title .ma{display: flex;align-items: center;white-space: nowrap;  color:#333;align-items:center; /* 水平居中 */}
.mbx-dh__title .ma a{ margin-right:15px;}
.mbx-dh__title .ma a:hover{ color:#ff6600; text-decoration:underline; cursor:pointer;}
.mbx-dh__title a{color:#333; margin-right:3px;font-size:14px;}
.mbx-dh__title i{ margin-right:2px; font-size:10px; }

/*左边导航条*/
.sidebar {z-index:99;position: absolute;top:86px;left: 0;width: 170px;}
.sidebar .line-top{border-top:1px #ddd solid; margin-top:10px; padding-top:10px;}
.sidebar .sidebar-menu {position: relative;padding-left: 20px;max-height: -webkit-calc(100vh - 170px);max-height: -moz-calc(100vh - 170px);max-height: calc(100vh - 170px);overflow-x: hidden;overflow-y: auto;}
.sidebar .sidebar-menu::-webkit-scrollbar {display: none}
.sidebar .sidebar-menu .menu-item {display: block;width: 150px}
.sidebar .sidebar-menu .menu-a {display: block;border-radius: 10px;font-size: 14px;padding: 11px 20px 11px 15px;position: relative;color: #5a5a5a}
.sidebar .sidebar-menu .menu-a .in {display: block;line-height: 20px}
.sidebar .sidebar-menu .menu-a .ico {margin-right: 5px;display: inline-block;vertical-align: top;width: 20px;height: 20px;line-height: inherit;text-align: center;border-radius: 4px}
.sidebar .sidebar-menu .menu-a:hover {background-color: #fff;color: #ff6000}
.sidebar .sidebar-menu .menu-a.active {background-color: #ff6000;color: #fff}
.sidebar .sidebar-menu .menu-call .ico {background-color: #4093fb;background: linear-gradient(180deg, #4093fb 0%, #83baff 100%);color: #fff}
.sidebar .sidebar-navs {margin-bottom: 15px; margin-left:20px; width:150px;}
.sidebar .sn {position: relative;padding-left: 17px}
.sidebar .sn-btn {line-height: 20px;padding: 11px 20px 11px 15px;color: #3a3a3a;white-space: nowrap;background-color: #fff;border-radius: 10px;font-size: 14px;cursor: pointer;position: relative; font-weight:bold}
.sidebar .sn-btn .ico {display: inline-block;vertical-align: top;width: 20px;height: 20px;line-height: 20px;background-color: #28c687;color: #fff;border-radius: 3px;margin-right: 8px;font-size: 12px;text-align: center;font-weight: normal}
.sidebar .sn-btn .ico-more {display: inline-block;vertical-align: top;width: 20px;height: 20px;line-height: 20px;color: #333; font-size:9px;text-align: center;font-weight: normal; padding-left:20px;}

/*公告区*/
.gonggao {height:30px;line-height: 30px;background-color: #fff;border-radius: 20px; margin-bottom:40px;
padding: 0 8px 0 12px;color: #6a6a6a;font-size: 14px;font-weight: normal;white-space: nowrap;
overflow: hidden;display: flex;align-items: center;  /* 垂直居中 */gap: 0px; width:399px; }
.gonggao__title {display: flex;align-items: center;white-space: nowrap;color:#ff6600;}
.gonggao__title a{color:#ff6600;}
.gonggao__title i{ margin-right:5px;}

/*通用*/
.part-cat-block .c-title {position: relative;height: 30px;line-height: 30px;display: flex;justify-content: space-between;font-weight: normal; margin:0px 10px 25px 10px;}
.part-cat-block .c-title .l {  display: flex;align-items: center; gap:10px;}
.part-cat-block .c-title .l h2{ font-size:25px;}
.part-cat-block .c-title .l h2 a{ color:#000000;}
.part-cat-block .c-title .a-more {display: block;border-radius: 26px;font-size: 12px;padding: 0 18px 0 10px;color: #8f8f8f;background-color: #fff;position: relative}
.part-cat-block .c-title .a-more:hover {color: #fff;background-color: #ff6600;}
.part-cat-block .c-title .a-more .ico-more {display: block;position: absolute;right: 8px;top: 0; font-size:8px;}
.part-cat-block .c-title span{outline:none; text-decoration: none; cursor:pointer; margin-right:15px;background-color:#fff;border-radius: 26px; }
.part-cat-block .c-title span.j-title {font-size: 13px;color: #5a5a5a; border-radius: 26px;padding: 0 10px;display: inline-block;vertical-align: top;width:55px; text-align:center}
.part-cat-block .c-title span.j-title.active{background-color: #ff6000;color: #fff}
.part-cat-block .c-title span.wfy-title {font-size: 13px;color: #5a5a5a; border-radius: 26px;padding: 0 10px;display: inline-block;vertical-align: top; width:55px;text-align:center}
.part-cat-block .c-title span.wfy-title.active{background-color: #ff6000;color: #fff}
.part-cat-block .c-title .r {display: flex;justify-content: flex-end}
.p-item {width: 16.6666667%; margin-bottom:20px; padding: 0 10px; box-sizing: border-box; min-width:220px;}
.f-box { border-radius: 10px;overflow: hidden; background-color:#FFF; transition: all .2s;}
.f-box:hover  { transform: translateY(-5px)}
.f-box .item-tag{ margin:10px;display: flex;justify-content: space-between;align-items: center;gap:8px;}
.f-box  .item-tag .tag-l {display: inline-block;line-height: 20px;white-space: nowrap;font-size: 12px;color: #9ca7ae;margin-right: 0px;background-color: #f1f7fc; border-radius: 5px;padding: 0 5px;}
.f-box  .item-tag .tag-r {display: inline-block;line-height: 20px;white-space: nowrap;font-size: 12px;color: #9ca7ae;margin-right: 0px;background-color: #f1f7fc; border-radius: 5px;padding: 0 5px;}
.f-box  .item-tag .tag-l a{color: #9ca7ae;}
.f-box .tag-r a {color: #9ca7ae; font-weight:500; }
.f-box .tag-r a:hover {color:#ff6600;}




.zhuliren, .wifipage, .siwei{ margin-bottom:30px; }
/*主理人*/
.zhuliren .f-box:hover .item-title .title { color: #ff6000; }
.zhuliren .f-box:hover .item-desc {color: #5a5a5a}

.zhuliren .f-box { padding:10px;}
.zhuliren .f-box .item-title {line-height: 20px;color: #3c3c3c;display: flex;align-items: flex-start;gap: 10px; padding-right:15px; }
.zhuliren .f-box .item-title .title {font-size: 15px;color: #3c3c3c; display: inline-block;font-weight:600;}
.zhuliren .f-box .item-avatar {display: inline-block;vertical-align: top;width: 49px;height: 49px;border-radius: 100%;overflow: hidden;flex-shrink: 0;}
.zhuliren .f-box .item-avatar .ico {display: block;width: 100%;text-align: center;color: #fff;background-color: #417ff9;}
.zhuliren .f-box .item-avatar .ico img {display: block;width: 49px;height: 49px;}
.zhuliren .f-box  .item-title .text-wrap {display: flex;flex-direction: column;justify-content: center;width:75%;}
.zhuliren .f-box .item-title .text-wrap .title_color{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.zhuliren .f-box  .item-title .text-wrap .local {font-size: 12px; color: #888; margin-top:5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zhuliren .f-box  .item-desc {font-size: 12px;color: #8f8f8f;line-height: 18px;height: 36px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; margin:12px 0px 15px 0px;}
.zhuliren .f-box .item-tag{ margin:0px;display: flex;justify-content: space-between;align-items: center;gap:8px;}


/*WIFI页*/
.wifipage .f-box .wfy-c-title {font-size: 15px;color: #333; display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; margin:10px; font-weight:600;}


.ad-show{margin:0px 10px 20px 10px; }
.ad-show img {border-radius: 6px;transition: all .5s;  }

.ad-show img:hover{transition: all .2s;transform:scale(1.02);}

/*首页标签话题*/
.tags-wrap {display: grid;grid-template-columns: auto 1fr; /* auto=h5自身宽度，1fr=剩下全部给标签容器 */gap: 10px;align-items: start; margin-top:auto;}
.tags-wrap h5 {display: flex;align-items: center;gap:4px;white-space: nowrap;color:#333;margin-top: 2px;}
.tags-wrap ul.tags {display: flex;flex-wrap: wrap;gap: 8px 12px;margin:0;padding:0;}
.tags-wrap ul.tags li {flex-shrink: 0;white-space: nowrap;}
.tags-wrap ul.tags li a {color:#333; font-size:14px;}
.tags-wrap ul.tags li a:hover{color:#FF6600; text-decoration:underline;}




/*底部*/
#footer{}
.footer .main-wrap {margin: 0 20px;}
.footer{margin-top:auto;/*用于吸附底部*/}
.footer-media {background:#7dc5ca; opacity: 0.90;font-size: 14px;color: #fff;display: block;position: relative;z-index: 10}
.footer-media .pt {padding: 25px 0;display: flex;justify-content: space-between;align-items: center}
.footer-media .pt-l {line-height: 38px;display: block}
.footer-media .i {display: inline-block;vertical-align: top;padding: 0 35px;border-radius: 10px;background-color: #fff;color: #7dc5ca;margin: 0 10px}
.footer-media .pt-r {flex-grow: 1;text-align: right;line-height: 32px;}
.footer-media .pt-r .item {display: inline-block;vertical-align: top;margin-left: 10px;position: relative;cursor: pointer}
.footer-media .pt-r .item:hover .i-ico {color:#fff;background-color: #ff6000}
.footer-media .pt-r .i-ico {border-radius: 100%;width: 32px; height:32px; font-size: 20px;background-color: #fff;color:#7dc5ca; display: flex; justify-content: center; align-items: center;}
.footer-media .pt-r .icon-xiaohongshu {font-size: 25px}
.footer-media .show-box:hover .code-div {display: block}
.footer-media .code-div {position: absolute;left: 50%;bottom: 100%;transform: translate(-50%, 0);padding-bottom: 10px;display: none;}
.footer-media .code-div .ewmDiv {background-color: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);border-radius: 6px;padding: 10px;border: 1px solid #e8e8e8; position: relative;width:266px;}
.footer-media .code-div .ewmDiv::after {content: '';position: absolute;left: 50%;top: 100%;transform: translate(-50%, 0);border: 5px solid transparent;border-top-color: #fff}
.footer-media .code-div .ewm-item {   overflow: hidden}
.footer-media .code-div .ewm-item .code-wrap {width: 40%;float: left}
.footer-media .code-div .ewm-item .ewm-main {margin-left: 45%;text-align: center}
.footer-media .code-div .ewm-main span {color: #47c333;font-size:14px;}
.footer-media .code-div .code {width: 100%;height: 0;padding-top: 100%;background-repeat: no-repeat;background-position: center;background-size: contain;}
.footer-media .code-div p {color: #8f8f8f;font-size: 14px;line-height:20px;margin:5px 0 8px;}
.footer-copyright {text-align: center;font-size: 12px;color: rgba(255, 255, 255, 0.7);background:#7dc5ca;line-height: 25px;padding: 22px 24px;position: relative;z-index: 10}
.footer-copyright a {color: inherit;margin: 0 5px;white-space: nowrap}
.footer-copyright a:hover {color: #fff}
.footer-copyright p img {margin-bottom: 4px}
.footer-fixed {position: fixed;right: 15px;bottom:5px;z-index: 99;}
.footer-fixed i{ font-size:18px;}
.footer-fixed .gotop{width:42px;height: 42px;background-color:#7dc5ca;position: relative;cursor: pointer;border-radius: 6px;display: flex; justify-content: center; align-items: center;}
.footer-fixed .gotop .item {color: #fff;line-height: 42px;}
.footer-fixed .gotop:hover {background-color:#ff6600;color: #fff}
@media screen and (max-width: 1024px) {
  .footer-media .pt-l {display: none;}
  .footer-media .pt-r {text-align: center;}
}
/*弹出手机样式*/
.scr-overlay {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.8);display: flex;justify-content: center;align-items: center;z-index: 999;opacity:0;visibility:hidden;transition: all 0.3s;
}
.scr-overlay.active {opacity: 1;visibility: visible;}

.showphone-content {display: flex; overflow:hidden; padding:30px;gap:30px; }
.showphone-content .infotip{position: relative; width:220px;}
.showphone-content .infotip .close-button {background: rgba(0,0,0,1);cursor: pointer;width:40px;height:40px;border-radius:100%;margin:0 auto; display: flex;align-items: center;justify-content: center; margin-top:50px;}
.showphone-content .infotip .close-button i{ font-size: 12px; color:#ddd;}
.showphone-content .infotip .tip{background: #eff4f8;border-radius: 12px;padding: 10px; margin-top:50px;}
.showphone-content .infotip .tip .title {font-size: 14px; color: #333; text-align:center;padding-bottom: 8px;border-bottom: 1px solid #e5e5e5; font-weight:700;}
.showphone-content .infotip .dzbutton {background: #ff6600;border-radius: 8px;padding: 10px; margin:20px; cursor:pointer;}
.showphone-content .infotip .dzbutton .title {font-size: 14px; color: #fff; text-align:center;font-weight:700;}
.showphone-content .infotip .dzbutton .title a{color: #fff; }
.showphone-content .infotip .tip .content {text-indent:2em;}
.showphone-content .infotip .tip .content p{font-size: 14px;color: #666;line-height: 1.6;padding: 5px;}
.showphone-content .infotip .qrbox{background: #eff4f8;border-radius: 12px;padding: 10px; margin:20px;}
.showphone-content .infotip .qrbox .title {font-size: 14px; color: #333; text-align:center;padding-bottom: 8px; font-weight:700;}

.showphone-content .miniphone{background: #eff4f8;border-radius:40px;box-shadow: inset 0 0 5px 1px rgba(0,0,0,0.35);position: relative;width:347px;}
.showphone-content .miniphone>div {margin:2px 6px;border-radius: 35px;overflow: hidden;position: relative;height:710px;}
.showphone-content .miniphone .scr-top{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='92' height='12'%3e%3cpath d='M15 0h3v12h-3V0zm-5 3h3v9h-3V3zM5 6h3v6H5V6zM0 9h3v3H0V9zm35.8.2C35.1 8.5 34.1 8 33 8s-2.1.4-2.8 1.2L33 12l2.8-2.8zm-8.5-2.9l1.4 1.4c1.1-1.1 2.6-1.8 4.2-1.8s3.2.7 4.2 1.8l1.4-1.4C37.1 4.9 35.1 4 32.8 4c-2 0-4 .9-5.5 2.3zm-2.8-2.8l1.4 1.4C27.7 3.1 30.2 2 33 2s5.3 1.1 7.1 2.9l1.4-1.4C39.3 1.3 36.3 0 33 0s-6.3 1.3-8.5 3.5zM50 2h20v8H50V2zm22 10H48V0h24v12zm-23-1h22V1H49v10zm24-8h2v6h-2V3z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: 99% 16px;
background-size: 65px 9px; /* 修改这里控制图标大小 */
font-family:system-ui;
position: absolute;z-index:1;
top: 0;left: 0;right: 0;
}
.showphone-content .miniphone-content {width: 100%;height:672px; overflow: hidden;position: relative; background:#000;top:35px;border-radius:5px 5px 38px 38px;overflow: hidden; }
.showphone-content .miniphone-iframe {width: 100%;height:672px;border: none;  }
.miniphone .time{padding:13px 15px;font-size:12px;color:#000;}
.showphone-content #Loading {position: absolute;top: 50%;left: 39%;width:100px;height:20px;align-items: center;color: #666;font-size: 14px;z-index: 10; letter-spacing:1px;display:none;}

