@charset "utf-8";
/*reset*/
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,hr,blockquote,object,iframe,fieldset,input,legend,form,th,td{margin:0;padding:0}
body,input,textarea,keygen,select,button,isindex{border:0;outline:none;;word-break:break-all;font-size:12px;color:#666;}
ul,ol,li{list-style:none}
img{border:none;display:block;}
a{ text-decoration:none;color:#fff;}
a:hover{text-decoration:none;color: #fff}
/*common*/
h1,h2,h3,h4,h5,h6{font-weight:normal}
h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}h4{font-size:16px}h5{font-size:14px}h6{font-size:14px}
i,b,em{font-style:normal;font-weight:normal}
table{border-collapse:collapse;border-spacing:0; width:100%; background:#fff}
td{padding:3px 5px;}
th{font-weight:normal; background:#e7f4fe; height:40px}
table,td,th{ border:1px solid #ddd}
table caption{ font-size:16px; text-align:left; padding-bottom:10px}
hr{
    border:1px #eaeaea solid
}
* {
    box-sizing: content-box;
}
.fl{float:left}
.fr{float:right}
.clearBoth{clear:both}
.mc{margin:0 auto}
.pr{position:relative;*zoom:1}
.pa{position:absolute}
.tc{text-align:center}
.tl{text-align:left !important}
.tr{text-align:right !important}
.clearfix:after{
    content: "";
    height: 0;
    font-size: 0;
    *zoom:1;
    display: block;
    clear: both;
}
.clear{clear:both;}
.box_border{
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box_content{
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
body{
    width: 100%;
    height: auto;
    -o-overflow-x: hidden;
    -moz-overflow-x: hidden;
    -webkit-overflow-x: hidden;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    background-color: #F5F5F5;
}
.sem_banner{
    width: 100%;
    height: 14.2rem;
    overflow: hidden;
    background:url("../../images/wzkf2/sem_banner.jpg")no-repeat center top;
    background-size: cover;
    padding-top: 11.75rem;
}
.title{
   text-align: center;
    height: 1.25rem;
    line-height: 1.2rem;
    width: 100%;
}
.title span{
    display: inline-block;
    font-size: 1.05rem;
    color: #ffec00;
    font-weight: bold;
    padding:0 1.6rem;
    background: url("../../images/wzkf2/titleLeft.png")no-repeat left center,url("../../images/wzkf2/titleRight.png")no-repeat right center;
    background-size: auto 100%,auto 100%;
}
/*字体颜色*/
.color_white{
    color: #fff;
}
/*背景色*/
.bg_blue{
    background-color: #00105D;
}
.classification{
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    height: 1rem;
    line-height: 1rem;
}
.color_black span.line{
    display: inline-block;
    width: 1px;
    height: 0.4rem;
    background-color: #333;
    margin: 0 0.4rem;
}
.color_white span.line{
    display: inline-block;
    width: 1px;
    height: 0.4rem;
    background-color: #fff;
    margin: 0 0.4rem;
}
.btn_b{
    display: block;
    margin: 0 auto;
}
.btn_red{
    width: 7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 0.7rem;
    color: #ffee16;
    font-weight: bold;
    text-align: center;
    background: url("../../images/wzkf2/btn_red.png")no-repeat center top;
    background-size: cover;
}
.btn_red:link,.btn_red:visited,.btn_red:hover,.btn_red:active{
    color: #ffee16;
    text-decoration: none;
}
span.money{
    display: inline-block;
    padding-left: 1rem;
    background: url("../../images/wzkf2/money_yellowicon.png")no-repeat left center;
    background-size: auto 42%;
    font-size: 0.7rem;
    color: #ffee16;
    font-weight: bold;
}

.btn_box{
    width: 13.5rem;
    display: block;
    margin: 0 auto;
    margin-top: 1.35rem;
    height: 1.95rem;
    line-height: 1.95rem;
}
.btn_box .btn{
    display: inline-block;
    height: 1.95rem;
    line-height: 1.95rem;
    width: 6rem;
    font-size: 0.65rem;
}
.btn_box .btn:first-of-type{
    float: left;
}
.btn_box .btn:first-of-type span{
    display: inline-block;
    height: 1.95rem;
    line-height: 1.95rem;
    padding-left: 1.15rem;
    background: url("../../images/wzkf2/money_icon.png")no-repeat left center;
    background-size: auto 44%;
}
.btn_box .btn:last-of-type{
    float: right;
}
.btn_box .btn:last-of-type span{
    display: inline-block;
    height: 1.95rem;
    line-height: 1.95rem;
    padding-left: 1.15rem;
    background: url("../../images/wzkf2/black_tel_icon.png")no-repeat left center;
    background-size: auto 44%;
}
.btn{
    text-align: center;
    background-color: #FFD306;
    color: #554601;

}
.btn:link{
    text-decoration: none;
    color: #554601;
}
.btn:visited{
    text-decoration: none;
    color: #554601;
}
.btn:active{
    text-decoration: none;
    color: #554601;
}
.btn_type_one{
    display: block;
    margin: 0 auto;
    margin-top: 0.5rem;
    width:8.5rem ;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.7rem;
}
.part_one{
    background-image: url("../../images/wzkf2/partOne_Bg.jpg");
   background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;

}
.part_one ul{
    width: 16rem;
    padding-top: 0.55rem;
    margin: 0 auto;
    height: 8.35rem;
}
.part_one ul li{
    float: left;
    width: 4rem;
    text-align: center;
    margin-top: 0.55rem;
    height: 3.35rem;
}
.part_one ul li a{
    display: inline-block;
}
.part_one ul div{
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.6rem;
    color: #fff;
}
.part_one ul span{
    display: block;
    margin: 0 auto;
    width: 1.85rem;
    height: 1.85rem;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.part_one ul span.one_icon01{
    background-image: url("../../images/wzkf2/partOne_icon01.png");
}
.part_one ul span.one_icon02{
    background-image: url("../../images/wzkf2/partOne_icon02.png");
}
.part_one ul span.one_icon03{
    background-image: url("../../images/wzkf2/partOne_icon03.png");
}
.part_one ul span.one_icon04{
    background-image: url("../../images/wzkf2/partOne_icon04.png");
}
.part_one ul span.one_icon05{
    background-image: url("../../images/wzkf2/partOne_icon05.png");
}
.part_one ul span.one_icon06{
    background-image: url("../../images/wzkf2/partOne_icon06.png");
}
.part_one ul span.one_icon07{
    background-image: url("../../images/wzkf2/partOne_icon07.png");
}
.part_one ul span.one_icon08{
    background-image: url("../../images/wzkf2/partOne_icon01.png");
}
.part_two{
    padding-bottom: 1.6rem;
}
.part_two ul{
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
}
.part_two ul li{
    display: block;
    margin: 0 auto;
    margin-top: 0.375rem;
    width: 96.875%;
    height: 7.75rem;
    border: 0.2rem solid #002677;
    background-color: #043290;
}
.part_two ul li .plate_title{
    height: 2.1rem;
    line-height: 2.1rem;
    color: #ffec00;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}
.part_two ul li dl{
    width: 12.5rem;
    margin: 0 auto;
}
.part_two ul li dl dt{
    height: 1.75rem;
    line-height: 1.75rem;
    width: 12.5rem;

}
.part_two ul li dl dt.bottomline{
    background: url("../../images/wzkf2/bottomLine.png")no-repeat left bottom;
    background-size: 100% auto;
}
.part_two ul li dl dt div{
    height: 1.75rem;
    line-height: 1.75rem;
    display: inline-block;
    float: left;
    position: relative;
    color: #00eaff;
    font-size: 0.6rem;
    text-align: left;
    padding-left: 0.65rem;
}
.part_two ul li dl dt div span.circle{
    height: 0.15rem;
    width: 0.15rem;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0.8rem;
    left: 0.2rem;
    background-color: #00eaff;
}
.part_two ul li dl dt div.left{
    width: 7.3rem;
}
.part_three{
    padding-bottom: 1.6rem;
}
.part_three ul li{
    width: 7.5rem;
    height: 4.75rem;
}

.part_three .case_box{
    padding-top: 0.5rem;
    height: 16.25rem;
    width: 96.25%;
    margin: 0 auto;
    position: relative;
}
.part_three ul li a{
    display: inline-block;
    width: 7.5rem;
    height: 4.75rem;
}

.part_three ul.yellow_bg li{
    position: absolute;
    background: #F0C800;
}
.part_three ul.yellow_bg li.ab01{
    top: 0.85rem;
    right: 0;
}
.part_three ul.yellow_bg li.ab02{
    top: 5.95rem;
    left: 0;
}
.part_three ul.yellow_bg li.ab03{
    top: 11.05rem;
    right: 0;
}
.part_three ul.case_list {

}
.part_three ul.case_list li{
    background-color: #F5F5F5;
    margin-top: 0.35rem;
    clear: both;
    float: left;
}
.part_three ul.case_list li:nth-of-type(2){
    float: right;
}
.part_three ul.case_list li img{
    width: 7.5rem;
    height: 4.75rem;
}
.part_three ul.yellow_bg li{
    text-align: center;
}
.part_three ul.yellow_bg li .plate_title{
    margin-top: 0.65rem;
    font-size: 0.65rem;
    color: #514501;
    font-weight: bold;
    height: 1.35rem;
    line-height: 1.35rem;
}
.part_three ul.yellow_bg li .content{
    font-size: 0.6rem;
    height: 1.4rem;
    line-height: 1rem;
    color: #514501;
}
.part_three ul li span.icon_arrow{
    display: block;
    width: 1.6rem;
    height: 0.65rem;
    background-image: url("../../images/wzkf2/yellow_arrow.png");
    background-repeat: no-repeat;
    background-color: #DA2722;
    background-position: center;
    background-size: 36% auto;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin: 0 auto;
}
.part_four{
    padding-bottom: 1.6rem;
}
.part_four ul{
    padding-top: 0.05rem;
    padding-bottom: 0.8rem;

}
.part_four ul li{
    position: relative;
    margin: 1.4rem auto 0 auto;
    width: 15.5rem;
    height: 6.15rem;
    background: url("../../images/wzkf2/partFour_Bg.png")no-repeat center ;
    background-size:auto 100%;
    padding-top: 0.65rem;
    padding-left: 1.25rem;
}
.part_four ul li.small_plate{
    height: 4.4rem;
    background: url("../../images/wzkf2/partFour_Bg2.png")no-repeat center ;
    background-size:auto 100%;
}

.part_four ul li .plate_title{
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: -1.15rem;
    right: 1.25rem;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #06389E;
    z-index: 3;
}
.part_four ul li span.title01{
    background-image: url("../../images/wzkf2/icon_title01.png");
}
.part_four ul li span.title02{
    background-image: url("../../images/wzkf2/icon_title02.png");
}
.part_four ul li span.title03{
    background-image: url("../../images/wzkf2/icon_title03.png");
}
.part_four ul li span.title04{
    background-image: url("../../images/wzkf2/icon_title04.png");
}
.part_four ul li div{
    height: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    font-size: 0.6rem;
    text-align: left;
}
.part_four ul li div span.color_yellow{
    color: #feeb00;
}
.part_five{
    padding-bottom: 0.5rem;
}
/*点击查看更多*/
.click_view{
    display: none;
    height: 1.75rem;
    line-height: 1.75rem;
    width: 96.875%;
     margin:0.5rem auto 0 auto;
    text-align: center;
    background-color: #FFD306;
}
.part_five .click_view{
    margin:0.5rem auto 0 auto;
    width: 15rem;
}
.click_viewShow{
    display: block;
}
.click_open,.click_close{
    margin: 0 auto;
    display: none;
    height: 1.75rem;
    line-height: 1.75rem;
    color: #403501;
    font-size: 0.7rem;
    padding-right: 0.8rem;
    background-size: auto 32%;
    background-position: right center;
    background-repeat: no-repeat;
}
.click_open{
    background-image: url("../../images/wzkf2/down_arrow.png");
}
.click_close{
    background-image: url("../../images/wzkf2/up_arrow.png");
}
.view_more .click_open{
    display: inline-block;
}
.view_less .click_close{
    display: inline-block;
}
.shop_list{
    width: 100%;
    overflow: hidden;
     margin-top: 0.45rem;
}
.shop_list>li{
    width: 15rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    background-color: #fff;
}
.shop_list li a.top_box{
    display: block;
    width: 15rem;
    height: 5.4rem;
    position: relative;
    padding: 0.45rem 0.4rem 0 0.4rem;
}

.shop_list li a.top_box div.top{
    width: 100%;
    position: relative;
    height: 2.7rem;
    padding-left: 4.15rem;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.shop_list li a.top_box div.img_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 3.75rem;
    height: 2.15rem;
    display: inline-block;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.shop_list li a.top_box img{
    width: 100%;
    height: 100%;
}
.shop_list li a.top_box .company{
    display: block;
    width: 8.9rem;
    height: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #232323;
    font-size: 0.7rem;
}
.shop_list li .city_name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6.75rem;
    padding-left: 0.6rem;
    float: left;
    height: 1.05rem;
    line-height: 1.05rem;
    font-size: 0.6rem;
    color: #2259ba;
    background: url("../../images/wzkf2/position_icon.png")no-repeat left center;
    background-size: auto 50%;
}
.shop_level{
    position: absolute;
    top: 1.35rem;
    right: -0.4rem;
    width: 2.6rem;
    height: 0.99rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.level65a{
    background-image: url("../../images/wzkf2/level65a.png");
}
.level60a{
    background-image: url("../../images/wzkf2/level60a.png");
}
.level30a{
    background-image: url("../../images/wzkf2/level30a.png");
}
.level20a{
    background-image: url("../../images/wzkf2/level20a.png");
}
.level15a{
    background-image: url("../../images/wzkf2/level15a.png");
}
.level10a{
    background-image: url("../../images/wzkf2/level10a.png");
}

.shop_list li .middle{
    padding-left: 1.75rem;
    height: 2rem;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.6rem;
    position: relative;
    background: url("../../images/wzkf2/border_line.png")no-repeat left bottom;
    background-size: 94.6% auto;
}
.shop_list li .border_blue{
    color: #6584d4;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #d6e1ff;
    height: 1.65rem;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1.5rem;
    line-height: 0.7rem;
    padding: 0.1rem 0;
    text-align: center;
}
.shop_list li .middle div{
    padding-top: 0.05rem;
    height: 1.7rem;
    line-height: 0.8rem;
    width: 12.2rem;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.6rem;
    color: #a2a2a2;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.shop_list li .bottom{
    padding:0.2rem 0 0.4rem 1.75rem;
    height: 2.3rem;
    position: relative;
}
.shop_list li .bottom span.severe_icon{
    color: #6584d4;
    position: absolute;
    left: 0.4rem;
    top: 0.2rem;
    background-color: #E2EAFF;
    height: 1.65rem;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1.5rem;
    line-height: 0.825rem;
    text-align: center;
}
.shop_list li .bottom  .right_content{
    width: 12.4rem;
}
.shop_list li .bottom  .right_content ul{
    width: 12.4rem;
    height: 1.65rem;
    overflow: hidden;
}
.shop_list .right_content ul li{
    height: 0.825rem;
    line-height: 0.825rem;
    width: 12.4rem;
    padding-left: 0.65rem;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.6rem;
    position: relative;
}
.dot_icon{
    position: absolute;
    top: 0.36rem;
    left: 0.4rem;
    height: 0.1rem;
    width: 0.1rem;
    border-radius: 50%;
    background-color: #232323;
}
.shop_list .right_content ul li a{
    display: inline-block;
    width: 5.4rem;
    color: #232323;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right_content a:link,.right_content a:visited,.right_content a:hover,.right_content a:active{
    color: #232323;
    text-decoration: none;
}
.right_content span.price{
    color: #fb7b33;
    float: right;
}

/* .consultant{
    width: 100%;
    height: 11.1rem;
    background: url("../../images/wzkf2/consultant.jpg")no-repeat center top;
    background-size: 100% 100%;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.5rem;
}
.consultant input{
    display: block;
    margin: 0 auto;
    margin-top:1.3rem;
    width: 13.5rem;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 1.95rem;
    line-height: 1.15rem;
    [;line-height: 1;];
    font-size: 0.65rem;
    text-indent: 0.4rem;
    text-align: left;
    border: 0;
    background-color: #fff;
    padding: 0.4rem 0;

} */
.statement{
    width: 100%;
    padding: 0.6rem 0;
    line-height: 1rem;
    font-size: .5rem;
    color: #333;
    text-align: center;
}
.statement div{
    color: #333;
    height: 1rem;
    line-height: 1rem;
}
.half_rem{
    height: 0.25rem;
}
.rem_bottom{
    height: 3rem;
}

.fix_nav{
    position: fixed;
    z-index: 500;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: .5rem 0;
    text-align: center;
    border-top: 1px solid #ccc;

}
.fix_nav a{
    display: inline-block;
    width: 4.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin: 0 0.18rem;
    color: #fff;
    font-size: .7rem;
    text-align: center;
    background: #FD6106;
}
.fix_nav a.btn_blue{
    background-color: #22399C;
}

.tel_num{
    position: fixed;
    right: -0.1rem;
    top: 20%;
    font-size: .5rem;
    height:1rem;
    width: 2rem;
    line-height: 1rem;
    padding-top: .8rem;
    background-image:url("../../images/wzkf2/tel_icon.png");
    background-repeat: no-repeat;
    background-position:50% 10%;
    background-size: 40% auto;
    background-color: #FD6106;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    z-index:  999;
}
.bodymask{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 5500;
}
.mask>div{
    width: 90%;
    max-width: 320px;
    height: 120px;
    margin:9rem auto;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
}
.mask>div .small_title{
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.mask>div .small_title .color_og{
    color:#ff6a00 ;
}

.mask>div .form_box{
    width: 92%;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 2;

}
.mask>div .form_box input{
    width: 100%;
    height: 40px;
    line-height: 20px;
    [;line-height: 1;];
    padding:10px 80px 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #D3D3D3;
    border-right: 0;
    font-size: 14px;
    color: #333;
    text-indent: 12px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mask>div .form_box .btn_type_two{
    width: 80px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
@media (min-width: 360px){
    .shop_list li .middle{
        font-size: 0.55rem;
    }
    .shop_list li .bottom{
        font-size: 0.55rem;
    }
    .shop_list li .middle div{
        font-size: 0.55rem;
    }
    .shop_list .right_content ul li{
        font-size: 0.55rem;
    }
    .shop_list li .city_name {
        font-size: 0.55rem;
    }
    .shop_list li a .company {
        font-size: 0.65rem;
    }
    .shop_list li .border_blue{
        font-size: 0.55rem;
    }
    .shop_list li .severe_icon{
        font-size: 0.55rem;
    }
    .shop_list li .bottom div{
        font-size: 0.55rem;
    }
}
@media (min-width: 480px){
    .tel_num{
        border-radius: 8px;
    }
    .half_rem{
        height: 0.2rem;
    }
    .shop_list li a.top_box .company{
        font-size: 0.6rem;
    }
    .shop_list li .middle{
        font-size: 0.5rem;
    }
    .shop_list li .bottom{
        font-size: 0.5rem;
    }
    .shop_list li .city_name {
        font-size: 0.5rem;
    }
    .shop_list li .bg_gray{
        font-size: 0.5rem;
    }
    .shop_list li .bottom div{
        font-size: 0.5rem;
    }
    .shop_list li .middle div{
        font-size: 0.5rem;
    }
    .shop_list .right_content ul li{
        font-size: 0.5rem;
    }
    .shop_list li .border_blue {
        font-size: 0.5rem;
    }
    .shop_list li .severe_icon{
        font-size: 0.5rem;
    }

}


