@charset "utf-8";
/*wap*/
@media screen and (min-width:0px)  and  (max-width:1023px)  {
* {-webkit-tap-highlight-color:transparent;}
html,body{max-width:750px; margin:0 auto;}
html{font-size:62.5%}
.pc{display:none;}
.wap{display:block;}
.icon{font-family:iconfont;}
span{display:block;}
.wrap{max-width:750px; margin:0 auto;}
input{-webkit-user-select:text !important; display:block; cursor:pointer;}
button{display:block; cursor:pointer;}
img{display:block;}
a{cursor:pointer;}
em,i,p,span{line-height:100%;}

@media only screen and (min-width:321px) {html {font-size:62.5%!important}}
@media only screen and (min-width:361px) {html {font-size:70.31%!important}}
@media only screen and (min-width:376px) {html {font-size:73.24%!important}}
@media only screen and (min-width:481px) {html {font-size:94%!important}}
@media only screen and (min-width:561px) {html {font-size:109%!important}}
@media only screen and (min-width:641px) {html {font-size:125%!important}}


/* --- 头部 --- */
.page-header2{ background: #fff; padding: 1rem 1.5rem;}
.page-header2 .wrap{ display: flex; align-items: center;}
.page-header2.roll{position: fixed; left:0; width: 100%; top: 0; z-index: 2000;  box-shadow: 0px 5px 10px rgba(0,0,0,0.27);}



/* --- logo --- */
.page-logo img{width: 14rem;}



/* --- 导航 --- */
.page-nav{display: none; position: absolute; left: 0; top:5rem; width: 100%; z-index: 300; background: #fff;}

/* now */
.page-nav .item.now .show a{position: relative; color: #ED4626;}

/* item */
.page-nav .item{position: relative; font-weight: bolder; text-align: center; border-top: 1px solid #efefef;}

/* item - show */
.page-nav .item .show{ height: 5rem; line-height:5rem; font-size: 1.4rem;}
.page-nav .item .show .icon{font-size: 8px; color: #999; margin-left: 5px;}

/* item - hide */
.page-nav .item .hide{left: -15px; width: 220px; top: 50px; background: #333; z-index: 300; display: none;}



/* --- 搜索 --- */
.page-search{margin-left: auto; margin-right: 1.5rem;}

/* show */
.page-search .show {width: 2.6rem; height: 2.6rem; background: #292929; border-radius: 100px; justify-content: center; transition: all .3s; cursor: pointer; display: flex;}
.page-search .show img{width: 16px;}

/* hide */
.page-search .jh-hide{display: none; position: absolute; top: 5rem; width: 100%; z-index: 200; left: 0; width: 100%; }
.page-search .jh-hide .box{width: 100%; display: flex; align-items: center; background: #fff; padding: 1rem; border-top: 1px solid #efefef;}
.page-search .jh-hide .box input{width: 80%; height: 3.5rem; border: none; padding-left: 1rem; font-size: 1.2rem;}
.page-search .jh-hide .box button{width: 20%; height: 3.5rem; border: none; background: url(../images/search.svg) no-repeat #ED4626 center center; cursor: pointer;}
.page-search .jh-hide .box button img{width: 1.5rem;}


/* hover */
.page-search:hover .jh-hide{display: block;}



/* --- column --- */
.page-column{border-bottom: 3px solid #333; padding-bottom: 1.5rem; margin-bottom: 1.5rem; display: flex; align-items: center;}
.page-column h3{font-size: 1.6rem; font-weight: bolder; margin-bottom: 1rem;}
.page-column h3 b{color: #ED4626;}
.page-column .text{ color: #bbb; font-size: 1.2rem;}
.page-column .more{margin-left: auto;}



/* --- hamburg --- */
.page-hamburg{width:3rem; height:3rem; background:url(../images/nav.svg) no-repeat center center; background-size:2rem; cursor:pointer; }
.page-hamburg.close{background:url(../images/close.svg) no-repeat center center; background-size:2rem;}



/* --- 分页 --- */
.page-showpage{text-align:center; padding: 1.5rem;}
.page-showpage a{display:inline-block; border:1px solid #efefef; padding:.3rem 1rem; border-radius:4px; margin-left:5px; margin-right:5px; background: #fff; margin-bottom: 1rem; font-size: 1.2rem; font-weight: bolder;}
.page-showpage a.now{ background:#CD1F28; color:#fff; border:1px solid #CD1F28; }



/* --- hd --- */
.page-hd ul{display: flex; margin-bottom: 1.5rem; justify-content: center;}
.page-hd li{ height: 3rem; text-align: center; line-height: 3rem; font-size: 1.2rem; font-weight: bold; cursor: pointer; padding: 0 1rem;}
.page-hd li.on{background: #ED4626; color: #fff;}



/* --- more --- */
.page-more{text-align: center; padding: 2.5rem 0;}
.page-more a{background: #ED4626; width: 15rem; height: 4rem; text-align: center; display: block; border-radius: 100px; display: flex; align-items:center; justify-content: center; margin: 0 auto; font-size: 16px; font-weight: bolder; color: #fff; background: #ED4626;}



/* --- 底部 --- */
.page-footer{padding: 1.5rem; text-align: center; background: #fff;}
.page-footer .sitemap{margin-bottom: 1rem;}
.page-footer .sitemap a{margin: 0 1rem; font-size: 1.2rem;}
.page-footer .copyright{color: #999;} 
.page-footer .copyright em{ display: block; line-height: 180%;}



/* --- path --- */
.inner-path{background: #F3F4F8; color: #ccc; font-weight: bolder; padding: 1rem 1.5rem; font-size: 1.2rem;}
.inner-path a{color: #666;}



/* --- list --- */
.page-list{ }
.page-list .item{display: flex; align-items: flex-start; border-bottom: 1px solid #efefef; padding: 2.5rem 0;}
.page-list .item .pic{width: 20%;}
.page-list .item .pic img{ transition: all .3s; border-radius: 8px; overflow: hidden;}
.page-list .item .content{width: 75%; margin-left: auto;}
.page-list .item .content h3{margin-bottom: 1rem; font-size: 1.4rem; font-weight: bolder; line-height: 150%;}
.page-list .item .content .text{color: #999; font-size: 1.2rem; line-height: 150%;}
.page-list .item:hover .pic img{box-shadow: 10px 10px 20px #ccc;}








/* ------ 首页 ------ */

/* --- 版块 --- */

/* one */
.home-section-one{background: #F3F4F8;}
.home-section-one .kuang{ display: flex; flex-direction: column }

/* two */
.home-section-two{background: #fff;}
.home-section-two .wrap{}




/* --- 彩种 --- */
.home-lottery-type{background: url(../images/lottery-type.png) #0A5B9F; position: relative; background-size: cover; order: 2;}

/* list */
.home-lottery-type .list{padding: 1.5rem;}
.home-lottery-type .list dl{padding-bottom: 1rem; position: relative; margin-bottom: 1rem;}
.home-lottery-type .list dl dt{color: #fff; margin-bottom: 1rem; font-size: 1.4rem; font-weight: bolder;}
.home-lottery-type .list dl dd {display: flex; flex-wrap: wrap;}
.home-lottery-type .list dl dd em{display:block; width: 33.333%; margin-bottom: 1rem; font-size: 1.2rem;}
.home-lottery-type .list dl dd em a{color: #fff; opacity: .5;}
.home-lottery-type .list dl::after{content: ""; width: 100%; height: 2px; background: url(../images/line.svg) repeat-x; position: absolute; bottom: 0; left: 0;}

/* nth */
.home-lottery-type .list dl:last-child{border-bottom: none;  margin-bottom: 0;}
.home-lottery-type .list dl:last-child::after{background: none; padding-bottom: 0;}

/* more */
.home-lottery-type .more{text-align: center; line-height: 4rem; height: 4rem; width: 100%; background: #094A81; font-size: 1.2rem; color: #89C2F2; border-top: 1px solid #013D70;}
.home-lottery-type .more .icon{margin-left: 1rem;}
.home-lottery-type .more .icon img{opacity: .2;}
.home-lottery-type .more a:hover{color: #fff;}

/* hover */
.home-lottery-type .list a:hover{opacity: 1;}




/* --- banner --- */
.home-banner{ order: 1;}

/* box */
.home-banner .box{position: relative;}

/* pic */
.home-banner .box .pic{}
.home-banner .box .pic img{width: 100%; height: ;}

/* text */
.home-banner .box .text{position: absolute; bottom: 0; left: 0; width: 100%; background: #000; padding: 1.5rem; background: rgba(0,0,0,0.5);}
.home-banner .box .text h3{font-size: 1.2rem; font-weight: bolder; margin-bottom: .8rem; }
.home-banner .box .text h3 a{color: #fff}
.home-banner .box .text p{color:#fff; opacity: .5; line-height: 150%; font-size: 1rem;}

/* arrow */
.home-banner .arrow{ display: none;}




/* --- 公告 --- */
.home-notice{background: #fff; padding: 1.5rem; border: 1px solid #efefef;}

/* column */
.home-notice .column{margin-bottom: 1.5rem; display: flex; align-items: center;}
.home-notice .column h3{background: #ED4626; color: #fff; width: 6rem; height: 3rem; text-align: center; line-height: 3rem; font-size: 1.2rem;}
.home-notice .column .more{margin-left: auto; font-size: 1.2rem;}
.home-notice .column .more a{color: #999}

/* list */
.home-notice .list ul li{ margin-bottom: 1rem; padding-left: 1.5rem; position: relative; font-weight: bolder;}
.home-notice .list ul li::before{position: absolute; left: 0; top: 5px; background: url(../images/arrow-right.svg) no-repeat 0; background-size: 1rem; width: .8rem; content: ""; height: .8rem; opacity: 
.5;}
.home-notice .list ul li h3{margin-bottom: .5rem; line-height: 150%; font-size: 1.2rem;}
.home-notice .list ul li .time{color: #ddd; font-size: 1.2rem;}




/* --- 开奖结果 --- */
.home-result{background: #F3F4F8; padding-top: 1rem; padding-bottom: 1rem;}
.home-result .wrap{background: #fff; padding: 1.5rem 0; padding-bottom: 1rem;}
.home-result .wrap .swiper-container{ padding-bottom: 50px;}

/* item */
.home-result .item{text-align: center; border-right: 1px solid #efefef;}
.home-result .item .title{font-size: 1.8rem; font-weight: bolder;}
.home-result .item .date{color: #999; font-size: 1.2rem; margin-bottom: 1rem;}
.home-result .item .result {display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;}
.home-result .item .result em{box-shadow: 0px 5px 10px rgba(230,70,38,0.35); width: 2.5rem; height: 2.5rem; text-align: center; line-height: 2.5rem; color: #fff; border-radius: 100px; margin-left: .5rem; margin-right: .5rem; font-weight: bolder; font-size: 1.4rem; font-family: 'Conv_DIN-Bold'; transition: all .3s;}
.home-result .item .result em.red{background: #ED4626;}
.home-result .item .result em.blue{background: #0064B8;}
.home-result .item .tips{color: #999; font-size: 1.2rem;}

/* hover */
.home-result .item:hover .result em{box-shadow: 0px 8px 15px rgba(230,70,38,0.5);}




/* --- 新闻 --- */
.home-news{ padding: 1.5rem; }

/* list */
.home-news .list{position: relative;}

/* hd */
.home-news .hd{ margin-bottom: 1.5rem;}
.home-news .hd ul{display: flex; justify-content: center;}

/* bd */
.home-news .bd .box{}
.home-news .bd .item{margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #efefef; transition: all .3s;}
.home-news .bd .item .date{color: #999; font-family: 'Conv_DIN-Bold'; font-size: 1.2rem; margin-bottom: .2rem; transition: all .3s;}
.home-news .bd .item .title{font-size: 1.4rem; font-weight: bolder; margin-bottom: .5rem;}
.home-news .bd .item .dep{color: #999;}

/* hover */
.home-news .bd .item:hover .date{background: #666; color: #fff;}
.home-news .bd .item:hover {border-bottom: 1px solid #ED4626;}




/* --- 图集 --- */
.home-photo{padding-bottom: 1.5rem; padding: 0 1.5rem; padding-bottom: 1rem;}
.home-photo a{margin-bottom: 1rem; display: block;}
.home-photo a img{width: 100%;}




/* --- 比赛 --- */
.home-match{background: #F3F4F8; padding: 1.5rem;}

/* column */
.home-match .page-column{display: none;}

/* tab */
.home-match .match-tab{margin-bottom: 1.5rem;}
.home-match .match-tab ul{background: #fff; width: 100%; border-radius: 10px; margin: 0 auto; height: 5.6rem; text-align: center; padding: .8rem; box-shadow: 0px 15px 50px rgba(0,0,0,0.08); display: flex;}
.home-match .match-tab ul li{width: 50%; height: 4rem; border-radius: 5px; line-height: 4rem; color: #333; font-size: 1.4rem; font-weight: bolder; cursor: pointer; transition: all .3s;}
.home-match .match-tab ul li.on{background: linear-gradient(to bottom, #0063B6,#0B7AD6); color: #fff;}

/* inBox */
.home-match .inBox {position: relative;}

/* inHd */
.home-match .inHd{ margin-bottom: 4rem;}
.home-match .inHd ul{display: flex; justify-content: center;}

/* inBd */
.home-match .inBd{margin-top: -30px;}

/* table */
.home-match .inBd{  overflow:scroll}
.home-match .inBd .table{background: #fff; padding: 1rem; width: 300%;}
.home-match .inBd .table table{width: 100%;}
.home-match .inBd .head ul{display: flex; background: #F3F4F8; height: 3.5rem; line-height: 3.5rem; text-align: center; color: #646464;}
.home-match .inBd .head li{border-right: 1px solid #ddd;  font-size: 1.2rem;}
.home-match .inBd .head li:last-child{border-right: 0;}

/* item */
.home-match .inBd .item ul{display: flex; align-items: center; height: 3.5rem; border-bottom: 1px solid #efefef;}
.home-match .inBd .item ul li{display: flex; justify-content: center; border-right: 1px solid #efefef; height: 100%; align-items: center; font-size: 1.2rem;}
.home-match .inBd .item ul li.w3{display: flex;}
.home-match .inBd .item ul li.w3 em{width: 33.333%; text-align: center; border-right: 1px solid #efefef;}
.home-match .inBd .item ul li.w3 em:last-child{border-right: none;}
.home-match .inBd .item ul li.w2 em a{border: 1px solid #ED4626; width: 2rem; height: 2rem; border-radius: 5px; display: block; text-align: center; line-height: 20px; color: #ED4626; font-weight: bolder; margin-left: .3rem; margin-right:  .3rem;}
.home-match .inBd .item ul li.w2 em a:hover{background: #ED4626; color: #fff;}
.home-match .inBd .item ul li:first-child{border-left: 1px solid #efefef;}
.home-match .inBd .item ul li:nth-child(2){color: #079764;}
.home-match .inBd .item:hover{background: #f9f9f9;}

/* data */
.home-match .data li{width: 16.666%; text-align: center;}

/* width */
.home-match .inBd .w1{width: 9.9%;}
.home-match .inBd .w2{width: 15.04%;}
.home-match .inBd .w3{width: 25%;}



/* --- 彩票展示 --- */
.home-lottery{padding: 1.5rem; background: #fff; padding-top: 2rem;}

/* list */
.home-lottery .list{display: flex; align-items: center; justify-content: space-between;}

/* arrow */
.home-lottery .arrow{ display: none;}
.home-lottery .swiper-next{  display: none;}

/* swiper-container */
.home-lottery .swiper-container{width: 100%; padding-bottom: 4.5rem;}
.home-lottery .swiper-container .item {padding: 5px;}
.home-lottery .swiper-container .item img{ border: 1px solid #D9D9D9; border-radius: 10px; padding: 10px; box-shadow: 0px 3px 6px rgba(159,159,159,0.16); transition: all .3s; width: 100%;}
.home-lottery .swiper-container .item img:hover{border: 1px solid #ED4626; }



/* --- 友情链接 --- */
.home-friends{ border-bottom: 1px solid #efefef; background: #fff; padding: 1.5rem;}
.home-friends .wrap{ }
.home-friends .column{ color: #999; font-weight: bold; font-size: 1.4rem; margin-bottom: 1rem;}
.home-friends .content{ display: flex; flex-wrap: wrap;}
.home-friends .content a{margin-right: 1.5rem; margin-bottom: .5rem; font-size: 1.2rem;}








/* ------ 内页 ------ */

/* --- news --- */
.inner-news{background: #F3F4F8;}
.inner-news .wrap{background: #fff; padding: 1.5rem;}

/* list */
.inner-news.list{}

/* showpage */
.inner-news .page-showpage{padding: 50px;}



/* --- column --- */
.inner-column {border-bottom: 1px solid #efefef;;}
.inner-column .title{font-size: 1.8rem; font-weight: bolder; margin-bottom: 1.5rem}
.inner-column .type{margin-left: auto;}



/* --- type --- */
.inner-type{padding: 1.5rem; background: #fff;}
.inner-type .list li{height: 3.5rem; line-height: 3.5rem; border-bottom: 1px solid #efefef; font-weight: bolder; background: url(../images/arrow-right.svg) no-repeat 0 center; background-size: 10px; padding-left: 1.4rem; font-size: 1.2rem;}
.inner-type .list li:last-child{border-bottom: none;}
.inner-type .list li.now{color: #fff; background: #ED4626;}



/* --- module --- */
.inner-module{background: #fff;  margin-bottom: 1rem; padding: 0 1.5rem;}
.inner-module .column{font-size: 1.4rem; font-weight: bolder; color: #333; padding: 1.5rem 0;}



/* --- photo --- */
.inner-photo{padding-bottom: 5px;}
.inner-photo li {margin-bottom: 1rem;}
.inner-photo li .pic{height: 15rem; overflow: hidden; margin-bottom: 1rem;}
.inner-photo li .title{font-weight: bold; font-size: 1.2rem;}



/* --- recommend --- */
.inner-recommend ul li{border-bottom: 1px solid #efefef; font-size: 1.2rem; height: 3.5rem; line-height: 3.5rem; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; padding-left: 1.5rem;}
.inner-recommend ul li:last-child{border-bottom: none;}
.inner-recommend ul li::before{content: ""; left: 0; top: 45%; width: 4px; height: 4px; background: #ccc; position: absolute; border-radius: 100px;}



/* --- city --- */
.inner-city{background: #fff;  display: flex; align-items: center; margin-bottom: 1rem; padding: 1.5rem;}
.inner-city h1{font-size: 2rem; font-weight: bolder;}
.inner-city .change{border: 1px solid #ccc; font-size: 1.2rem; border-radius: 8px; margin-left: auto; transition: all .3s; cursor: pointer; width: 8rem; height: 3.5rem;  text-align: center; line-height: 3.6rem;}
.inner-city .change:hover{ border: 1px solid #ED4626; color: #ED4626;}



/* --- list --- */
.inner-article{background: #fff; padding: 1.5rem; margin-bottom: 1rem;  border: 1px solid #efefef;}

/* title */
.inner-article .title{margin-bottom: 1rem; font-size: 1.8rem; font-weight: bolder; line-height: 125%;}
.inner-article .date{display: flex; border-bottom: 1px solid #efefef; margin-bottom: 1.5rem; padding-bottom: 1.5rem; font-size: 1.2rem;} 
.inner-article .date p{margin-right: 1.5rem; color: #999;}

/* photo */
.inner-article .photo{margin-bottom: 1.4rem;}

/* content */
.inner-article .content p{margin-bottom: 1.5rem; font-size: 1.4rem; line-height: 180%;}
.inner-article .content span{display: inline;}
.inner-article .content strong{ font-size: 1.8rem; font-weight: bolder;}



/* --- about --- */
.inner-about{background: #fff; padding: 1.5rem; border: 1px solid #efefef;}
.inner-about .title{font-size: 1.6rem; font-weight: bolder;}









/* ------ news ------ */

/* --- section --- */
.news-section{}


/* --- banner --- */
.news-banner{margin-left: 0; overflow: hidden;}
.news-banner .pic img{width: 100%; }



/* --- news list --- */
.news-list{background: #fff; padding: 1.5rem;}
.news-list .item{ margin-bottom: 1.5rem;}
.news-list .item .pic{ margin-bottom: 1.5rem;}
.news-list .item .pic img{width: 100%;}
.news-list .item .content{margin-left: auto;}
.news-list .item .content .title{font-size: 1.4rem; font-weight: bolder;}
.news-list .item .content .date{color: #999; padding: 5px 0; font-size: 1.2rem;}
.news-list .item .dep{font-size: 1.2rem; color: #999;}




/* --- video banner --- */
.video-banner{background: #333; padding: 1.5rem; }

/* wrap */
.video-banner .wrap{ }

/* bd */
.video-banner .bd{}
.video-banner .bd img{width: 100%;}

/* hd */
.video-banner .hd{background: #222;}
.video-banner .hd li{padding: 1..5rem; display: flex; align-items: center; font-size: 1.2rem; line-height: 125%; border-bottom: 1px solid #000; padding: 1.5rem 1rem;}
.video-banner .hd li a{color: #fff;}
.video-banner .hd li.on{background: #ED4626; border-bottom: 1px solid #ED4626;}




/* --- video list --- */
.video-list {padding: 1.5rem; padding-bottom: 0;}
.video-list .wrap{  }
.video-list .item{background: #fff; padding:1rem; margin-bottom: 1.5rem; box-shadow: 1px 1px 10px #cccccc; border-radius: 8px; transition: all .3s; }
.video-list .item .pic{position: relative; overflow: hidden; }
.video-list .item .pic .info{ display: none;}
.video-list .item .pic img{overflow: hidden;}
.video-list .item .content{overflow: hidden; font-weight: bolder; text-align: center; padding: 1.5rem; padding-bottom: 0;}
.video-list .item .content a{font-size: 1.2rem;}

/* hover */
.video-list .item:hover{box-shadow: 1px 1px 30px #cccccc;}

/* list */
.video-list.list{}




/* --- video show --- */
.video-show{background: #fff; border-top: 1px solid #efefef; border-bottom: 1rem solid #efefef;}

/* title */
.video-show .title{padding: 1.5rem;}
.video-show .title h1{ font-size: 1.8rem; font-weight: bolder; margin-bottom: 1rem; line-height: 150%;}
.video-show .title .date{color: #999; font-weight: bolder;}

/* show */
.video-show .show { }
.video-show .show iframe{width: 100%; height: 20rem;}

/* dep */
.video-show .dep{padding: 1.5rem;}
.video-show .dep p{line-height: 180%; font-size: 1.4rem; color: #666;} 




/* --- video about --- */
.video-about{background: #fff; padding: 1.5rem;}

/* column */
.video-about .column{font-size: 1.8rem; font-weight: bolder; margin-bottom: 1.5rem; }

/* list */
.video-about .list {display: flex; flex-wrap: wrap; justify-content: space-between;}
.video-about .list .item{display: flex; align-items: center; border-bottom: 1px solid #efefef; padding: 1.5rem 0;}
.video-about .list .item .pic{width: 35%; position: relative;}
.video-about .list .item .pic::after{content: ""; left: 0; width: 100%; height: 100%; top: 0; position: absolute; background: url(../images/bofang.svg) no-repeat 90% 80%; background-size: 1.4rem;}
.video-about .list .item .pic img{border-radius: 8px;}
.video-about .list .item .title{width: 60%; margin-left: auto;}
.video-about .list .item .title h3{ margin-bottom: .5rem; font-size: 1.4rem; font-weight: bolder; line-height: 150%;}
.video-about .list .item .title .date{color: #999; font-size: 1.2rem;}
.video-about .list .item:first-child{ padding-top: 0;}



/* --- top --- */
.inner-video-top{ padding-bottom: 1rem; padding-top: 1rem; margin-top: 1rem;}
.inner-video-top .item{ margin-bottom: 2rem;}
.inner-video-top .item .pic{margin-bottom: 1rem; position: relative;}
.inner-video-top .item .pic img{border-radius: .8rem;}
.inner-video-top .item .pic::after{content: ""; left: 0; width: 100%; height: 100%; top: 0; position: absolute; background: url(../images/bofang.svg) no-repeat 90% 80%; background-size: 30px;}
.inner-video-top .item .title{font-weight: bold; font-size: 1.4rem;}



/* --- shop --- */
.inner-shop{background: #fff; padding-top: 1.5rem;}
.inner-shop .item{padding:1.5rem; border-bottom: 1px solid #efefef;}
.inner-shop .item .box{display: flex; align-items: center; margin-bottom: 1.5rem;}
.inner-shop .item .pic{overflow: hidden; width: 20%;}
.inner-shop .item .pic img{width: 100%;}

.inner-shop .item .content{ width: 75%; margin-left: auto;}
.inner-shop .item .content h3{font-size: 1.4rem; font-weight: bolder; margin-bottom: 1.5rem;}
.inner-shop .item .content .info{color: #999; display: flex; align-items: center; font-size: 1.2rem;}
.inner-shop .item .content .info p{margin-right: 1rem;}
.inner-shop .item .map{}
.inner-shop .item .map a{display:block;  width: 100%; height: 4rem; border: 1px solid #ED4626; color: #ED4626; border-radius: 8px; text-align: center; line-height: 4rem; font-weight: bolder; font-size: 1.2rem;}
.inner-shop .item .map:hover a{background: #ED4626; color: #fff;}
.inner-shop .item:first-child{padding-top: 0;}


.tubiao{background: #fff; padding-top: 1.5rem;}
.tubiao .item{padding:1.5rem; border-bottom: 1px solid #efefef;}
.tubiao .item .box{  align-items: center; margin-bottom: 1.5rem;}
.tubiao .item .pic{overflow: hidden; width:100%; text-align:center}
.tubiao .item .pic img{width: 20%; margin:auto;}
.tubiao .item .content{ clear:both; margin-left: auto;}
.tubiao .item .content h3{font-size: 1.4rem; font-weight: bolder; margin-bottom: 1.5rem;}
.tubiao .item .content .info{color: #999; display: flex; align-items: center; font-size: 1.2rem;}
.tubiao .item .content span{line-height:220%; font-size:14px; font-weight:bold;}
.tubiao .item .content a{font-weight:normal;  color:#999; font-size:14px;}




/* --- area --- */
.inner-area .item{border-bottom: 1px solid #efefef; padding: 1.5rem 0; display: flex; align-items: center;}
.inner-area .item .pic{width: 4rem; height: 10rem; overflow: hidden; margin-right: 1.5rem; width: 30%;}
.inner-area .item .content{width: 65%; margin-left: auto;}
.inner-area .item .content h3{margin-bottom: .5rem; font-weight: bolder; font-size: 1.4rem;}
.inner-area .item .content p{color: #999; line-height: 150%; font-size: 1.2rem;}



}

