.crumbs-box {
    font-size: 14px;
    background: #f6f6f6;
    color: #999999;
    padding: 7px 8px;
}

.crumbs-box a {
    color: #666666;
    display: inline-block;
    margin-right: 4px;
}

.crumbs-box i {
    display: inline-block;
    width: 12px;
    height: 12px;
}

html.swipebox{overflow:hidden!important}
#swipebox-overlay img{border:none!important}
#swipebox-overlay{position:fixed;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}
#swipebox-overlay,#swipebox-slider{top:0;left:0;width:100%;height:100%}
#swipebox-slider{position:absolute;display:none;white-space:nowrap}
#swipebox-slider .slide{display:inline-block;width:100%;height:100%;background:url(https://mip.mdpda.com/statics/pc/images/pc-loader.gif) no-repeat center center;text-align:center;line-height:1px}
#swipebox-slider .slide:before{display:inline-block;margin-right:-1px;width:1px;height:50%;content:""}
#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;margin:0;padding:0;width:auto;height:auto;max-width:100%;max-height:100%;vertical-align:middle}
#swipebox-slider .slide .swipebox-video-container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5%;width:100%;max-width:855pt;max-height:100%;background:0 0}
#swipebox-slider .slide .swipebox-video-container .swipebox-video{position:relative;overflow:hidden;padding-bottom:56.25%;width:100%;height:0}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}
#swipebox-action,#swipebox-caption{position:absolute;left:0;z-index:999;width:100%;height:50px}
#swipebox-action{top:-50px}
#swipebox-action.visible-bars{top:0}
#swipebox-action.force-visible-bars{top:0!important}

#swipebox-caption{top:-50px;text-align:center}
#swipebox-caption.visible-bars{top:0}
#swipebox-caption.force-visible-bars{top:0!important}
#swipebox-action #swipebox-next,#swipebox-action #swipebox-prev{position:absolute;top:0;width:50px;height:50px;border:none!important;background-image:url(https://mip.mdpda.com/statics/pc/images/icons.png);background-repeat:no-repeat;text-decoration:none!important;cursor:pointer}
#swipebox-action #swipebox-close{left:40px;background-position:15px 9pt}
#swipebox-action #swipebox-prev{right:75pt;background-position:-2pc 13px}
#swipebox-action #swipebox-next{right:40px;background-position:-78px 13px}
#swipebox-action #swipebox-next.disabled,#swipebox-action #swipebox-prev.disabled{opacity:.3;filter:alpha(Opacity=30)}
#swipebox-slider.rightSpring{-moz-animation:rightSpring .3s;-webkit-animation:rightSpring .3s}
#swipebox-slider.leftSpring{-moz-animation:leftSpring .3s;-webkit-animation:leftSpring .3s}
@-webkit-keyframes rightSpring{0%{margin-left:0}
50%{margin-left:-30px}
to{margin-left:0}
}
@-webkit-keyframes leftSpring{0%{margin-left:0}
50%{margin-left:30px}
to{margin-left:0}
}
@media screen and (max-width:800px){
#swipebox-action #swipebox-close{width:50px;height:50px;border:none!important;background-image:url(https://mip.mdpda.com/statics/pc/images/icons.png);background-repeat:no-repeat;text-decoration:none!important;cursor:pointer; float: right;}
#swipebox-action #swipebox-prev{left:0;}
#swipebox-action #swipebox-next{left:60px;}
}
#swipebox-overlay{background:#0d0d0d}
#swipebox-action,#swipebox-caption{background-color:#0d0d0d;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#0d0d0d),color-stop(100%,#000));background-image:-webkit-linear-gradient(#0d0d0d,#000);background-image:linear-gradient(#0d0d0d,#000);text-shadow:1px 1px 1px #000;opacity:.95;filter:alpha(Opacity=95)}
#swipebox-action{border-bottom:1px solid hsla(0,0%,100%,.2)}
#swipebox-caption{border-bottom:1px solid hsla(0,0%,100%,.2);color:#fff!important;font-size:15px;font-family:Helvetica,Arial,sans-serif;line-height:43px}

.relation-box,.rec-box,.like-box,.classify-box{
    padding: 14px 10px;
    background: #fff;
    margin-bottom: 6px;
}
.relation-box-tit{
    display: flex;
}
.relation-box-tit h1{
    color:#333333;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.relation-box-tit div{
   flex: 1;  
    height: 1px;
    background: #e1e1e1;
    margin-top: 12px;
}


.iList li{
 display: flex;
 margin-top: 14px;
 margin-bottom: 2px;
}
.iList li .iList-img{
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
}
.iList li .iList-img img{
    width: 100%;
    height: 100%;
}
.iList li p{
    flex: 1;
    width: 80%;
}
.iList li p a{
    display: block;
    width: 80%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color:#333333;
    font-size: 15px;
}
.iList li p span{
    color:#999999;
    display: block;
    font-size: 12px;
}
.iList li p span i{
    margin: 0 5px;
}
.iList li a.btn{
    width: 70px;
    display: block;
    height: 24px;
    border: 1px solid #4cb749;
    color: #4cb749;
    text-align: center;
    line-height: 24px;
    border-radius: 15px;
    margin-top: 10px;
    font-size: 14px;
}
.rec-box ul,.like-list ul{
    display: flex;
    flex-wrap: wrap; 
}
.rec-box ul li,.like-list ul li{
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 2px;
    margin-top: 14px;
}
.rec-box ul li:nth-of-type(4n),.like-list ul li:nth-of-type(4n){
    margin-right:0;
}
.rec-box ul li a,.like-list li a{
    display: block;
    margin:0 auto;
    color:#333333;
    font-size:16px;
}
.rec-box ul li a img,.like-list li a img{
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    display: block;
}
.rec-box ul li p,.like-list li p{
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    word-break: break-all;
    margin-top: 5px;
    text-overflow: ellipsis;
}
.rec-box ul li a div{
    margin: 0 auto;
    width: 80%;
    display: block;
    height: 24px;
    border: 1px solid #4cb749;
    color: #4cb749;
    text-align: center;
    line-height: 24px;
    border-radius: 15px;
    margin-top: 10px;
    font-size: 14px;
}
.like-nav{
    display: flex;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 14px;
}
.like-nav div{
    width: 23%;
    margin-right: 2.6%;
    height:24px;
    line-height: 24px;
    text-align: center;
    color: #666666;
    background: #f3f3f3;
    overflow: hidden;
    
}
.like-nav div:nth-of-type(4n){
    margin-right: 0;
}
.like-top{
    display: flex;
}
.like-top-img{
    display: block;
    width: 144px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
}
.like-top-img img{
    width: 100%;
    height: 100%;
}
.like-top-info{
    flex: 1;
}
.like-top-info a{
    display: block;
    width: 100%;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    color:#333333;
    font-weight: bold;
}
.like-top-info p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.like-active{
    background: #4cb749 !important;
    position: relative;   
    color: #fff !important;
}
.like-active::after{
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -5px;
    background: url(https://mip.mdpda.com/statics/pc/images/xia-active.png) no-repeat 0 0;
}

.classify-box{
    padding-bottom: 20px;
}
.like-list{
    display: none;
}

/*立即预约按钮*/
.yAlert_bg{ display: none; background: rgba(0,0,0,.5); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9998; }
.yAlert{width:90%;position: fixed;height:260px; padding-bottom:10px;left:5%;z-index: 9999;background: #fff;border-radius: 10px;overflow:hidden;top: 50%; margin-top: -120px;display: none;}
.yAlert_t{background: #59c301;font:16px/45px microsoft yahei;color:#fff;padding:0 15px;}
.yAlert_t span{float: right;font-size: 18px}
.yAlert input,.yAlert .yAlert_bs,.yAlert .yAlert_br{width:80%;padding:0 10px;font:14px/40px microsoft yahei;border-radius: 5px;}
.yAlert input{border:#ccc 1px solid;display: block;margin:20px auto;height: 40px;overflow: hidden}
.yAlert input:focus{border:#2fc26e 1px solid}
.yAlert_b{border-top:#ddd 1px solid}
.yAlert .yAlert_bs,.yAlert .yAlert_br{font-size:16px;margin:10px auto;text-align: center}
.yAlert .yAlert_bs{background: #59c301;color:#fff;}
.yAlert .yAlert_br{border: #59c301 1px solid;color: #59c301;}


.downbox a{width:80%;height:36px;display:block;border-radius:5px;font-size:20px;color:#FFFFFF;text-align:center;line-height:36px;margin:0 auto;}
.downbox{width: 100%;}
.downbox a{height: 36px; display: block; border-radius:5px!important; font-size: 18px; color: #fff; line-height: 36px;text-align: center;margin-bottom:10px;}
.downbox .downbtn_b{background: #fbb40c;display:  inline-block !important;width: 48% !important;margin: 0px 0 12px;height: 36px !important;/* padding-top:  2px; */vertical-align: top;}
.downbox .downbtn_b i{display:block;height: 16px;line-height: 16px;font-size:12px;text-align:center;font-style:normal;opacity:.8;}
.downbox p{font-size: 12px !important;/* margin:0 3%; */background:#fff3e2;color: #787878 !important;padding:4px 8px;box-sizing:border-box;border:1px solid #ffe0b5;line-height: 20px !important;margin-bottom:10px;border-radius:5px;height: auto !important;}
.downbox p em{ color:#f75934;}
.safe-btn{width:100% !important;}
.hide{
    display: none !important;
}
.rank-tips{
    display: block;
    width: 47px;
    height: 61px;
    background: url(https://mip.mdpda.com/statics/m/images/rank-tips-icon.png) no-repeat 0 0;
    float: right;
    margin-right: 15px;
}

.zwsx{
    background:#ccc !important;
    color:#fff !important;
    border:1px solid #ccc !important;
}

.m-premissions-div{width:90%;height:auto;max-height:70%;padding: 0;box-sizing:border-box;display:none;overflow:hidden;background: #fafafa;border-radius:0;position:fixed;top:15%;left:5%;z-index:99999;overflow:auto;}
.m-premissions-div strong{width:100%;height:auto;font-size: 16px;fon;font-weight: bold;or:#333;text-indent:14px;border-bottom:2px solid #eee;padding:10px 0 8px;box-sizing:border-box;display:block;overflow:hidden;}
.see_authority{position:absolute;right:10px;width: 76px;height: 22px;line-height: 22px;font-size: 14px;font-weight: normal;color: #fff;text-align: center;background:#f60;border-radius: 4px;overflow: hidden;text-indent: 0px;}
.m-close-permis{ width:auto; height:auto; font-size:14px; font-weight:normal; background:#333; color:#fff; padding:2px 6px; display:block; overflow:hidden; position:absolute; right:0; top:0; z-index:10; border-radius:0}
.m-permission-bg{ width:100%; height:100%; background:#000; opacity:0.6; display:none; overflow:hidden; position:fixed; left:0; top:0; z-index:99998;}
.m-premissions-div ul li{padding:10px;line-height:26px;}

#info {
    padding: 12px 10px 2px 10px;
    display: block !important;
    margin: 5px 0;
}
#info img, #down-page .guess .tags-box-ul li img {
    width: 65px;
    height: 65px;
    border-radius: 5px;
}
#info img {
    float: left;
    margin: 0 7px 0 0;
    width: 66px;
    height: 66px;
    border-radius: 8px;
}
#info .name {
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#info h1 {
    display: inline-block;
    float: left;
}
#info b, #info h1 {
    font-weight: normal;
}
#info b, #info h1 {
    display: block;
    font-weight: normal;
    color: #000;
    font: 16px "\5FAE\8F6F\96C5\9ED1";
    height: 22px;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#info p {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
#down-page #info p span, #down-page .historyver i, #down-page #xgk li a, #view-comment p {
    font-size: 14px;
}
#info p span {
    display: inline-block;
    padding: 0;
    width: 50%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#info p span em {
    color: #444;
}
#info>p.aq {
    text-align: center;
    margin-bottom: -8px;
    margin-top: 5px;
    height: 26px;
}
#info>p.aq>i.icon {
    display: inline-block;
    border-bottom: 0;
    margin: 0 10px;
    position: relative;
    text-align: left;
    padding-left: 18px;
    color: #ffa202;
}
#info i {
    clear: both;
    display: block;
    line-height: 20px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
}
#info>p.aq>i.icon::after {
    content: "\2714\fe0e";
    color: #ffa202 !important;
    font-size: 11px;
    line-height: 9px;
    padding-left: 1px;
    padding-bottom: 1px;
    text-align: center;
    width: 9px;
    height: 10px;
    left: 1px;
    top: 3px;
    cursor: pointer;
    position: absolute;
    background: #ffffff;
    border: 1px solid #ffa202;
    border-radius: 3px;
}
#info>p.aq>i.fb {
    padding-left: 21px;
    background: #ffa202;
    width: 35px;
    color: #fff;
    border-radius: 3px;
}
i.fb::after {
    content: "\2716\fe0e"!important;
}
#info #btns {
    width: 100%;
    background-color: #fff;
    left: 0;
    margin-top: 0;
    display: -webkit-box !important;
    display: box !important;
}
#info #btns {
    overflow: hidden;
    margin-top: 8px;
}
#info #btns {
    width: auto;
}
#down-page #info .dbtn {
    line-height: 40px;
    height: 40px;
    display: block !important;
}
#info #btns a, #info #btns b.dbtn {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    border: none;
    border-radius: 3px;
    background: #ffa202;
    margin: 10px 0;
}
#info .dbtn {
    background: #ffa202;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #8BBD00;
    display: block;
}
#info .dbtn::before {
    background: none;
    width: 0;
    margin: 0;
}
#info .dbtn::before {
    margin-right: 3px;
    vertical-align: 0;
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
}
/* content */
.content{border-top: 6px solid #f6f6f6; padding-top: 5px; padding-bottom: 20px;background: #fff;}
.content .nav{padding: 0 10px; height: 36px; border-bottom: 1px solid #f5f5f5; display: flex; justify-content: space-around;}
.content .nav span{flex-shrink: 0; font-size: 14px; color: #666; line-height: 36px; display: block; position: relative;}
.content .nav span.on{color: #01a0e2;}
.content .nav span.on::after{content: ''; display: block; width: 50px; height: 3px; background: #01a0e2; position: absolute; left: 50%; margin-left: -25px; bottom: 0;}
.g-intro-imgbox{
    max-height:200px;
    overflow: scroll;
    padding: 14px 10px;
}
.slide_A{width:max-content;max-height:200px; zoom:1; overflow-x: scroll;}
.slide_A::-webkit-scrollbar{display:none;}
.slide_A a{display: block;width: auto;max-height:200px; margin-right: 10px; float: left;}
.slide_A a img{ max-height:200px;width: auto; display: block;}
.xlabel{overflow: hidden;padding: 0 10px;max-height: 42px; margin-top: 15px;margin-bottom: 6px; zoom: 1;}
.xlabel a,.xlabel i{height:20px; float:left; background-color:#88d9ff; font-size:12px; color:#ffffff; line-height:20px; border-radius:2px; padding:0 6px; margin-right:8px; margin-bottom: 8px;}
.xlabel a:nth-child(4n+1),.xlabel i:nth-child(4n+1){background: #88d9ff;}
.xlabel a:nth-child(4n+2),.xlabel i:nth-child(4n+2){background: #ffa488;}
.xlabel a:nth-child(4n+3),.xlabel i:nth-child(4n+3){background: #f994e0;}
.g-introduction{padding: 0 10px; margin-bottom: 26px; overflow: hidden; zoom: 1;}
.g-intro-con{font-size:15px;color:#666666;overflow: hidden;}
.g-intro-con p{line-height: 30px;}
.g-intro-con h3,.g-intro-con h1,.g-intro-con h2,.g-intro-con h4,.g-intro-con h5{font-size: 16px;color:#01a0e2;height: 18px;line-height: 18px;font-weight: bold;padding-left: 8px; border-left: 3px solid #01a0e2; margin:15px 0;}
.g-intro-con p img{width: auto !important; height: auto !important;max-width:65% !important; display: block; margin:5px auto; }
.nrjj, .tlyy, .sgll{ position: relative; padding: 14px 10px;background: #fff;margin-bottom: 6px;}
.movetop{ position: absolute;width: 1px; height:1px; position: absolute; top: -0.84rem;left: 0;}
.iEtabNav{height: 0.84rem; display: flex; flex-direction: row; justify-content: center; border-bottom: 0.02rem solid #dfdfdf; line-height: 0.84rem; padding: 0 0.24rem;}
.iEtabNav li{flex-grow: 1; text-align: center;font-size: 0.28rem; color:#999;}
.iEtabNav .active{ border-bottom: 0.06rem solid #57bf9c; color: #333;font-weight: bold;}
.newslist{ padding: 0 0.24rem; }
.newslist li{ border-bottom:1px solid #e9e9e9;}
.newslist li a{ display: block; padding: 0.2rem 0; height: 1.1rem;}
.newslist li img{ display: block; width:1.6rem; height: 100%; float: left;margin-right: 0.2rem;border-radius: 0.15rem; object-fit: cover;}
.newslist li h4{ line-height: 0.4rem; height:0.4rem; overflow: hidden;font-size: 0.28rem;font-weight: normal; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.newslist li p{font-size: 0.24rem; color: #999; height: 0.4rem; line-height: 0.4rem; overflow: hidden;margin-top: 0.2rem;}
a{
    color: #333;
}
.downbox .downbtn_a {
    display: inline-block !important;
    width: 48% !important;
    height: 36px !important;
    margin-right: 4% !important;
    background: #fff !important;
    border: 1px solid #fbb40c !important;
    color: #FFA202 !important;
    box-sizing: border-box;
}

#btnsss {
    width: auto;
}
#btnsss {
    overflow: hidden;
    margin-top: 8px;
}
#btnsss {
    width: 100%;
    background-color: #fff;
    left: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}
.dbtna {
    background: #fbb40c;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #8BBD00;
    display: block;
}
#btnsss a {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    border: none;
    border-radius: 3px;
    background: #fbb40c;
    margin: 10px 0;
}
#btnsss.on a {
    margin: 10px;
}
.dbtna {
    line-height: 40px;
    height: 40px;
}
.dbtna::before {
    margin-right: 3px;
    vertical-align: 0;
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
}
.dbtna::before {
    background: none;
    width: 0;
    margin: 0;
}