/* 折叠板图标 */
    i.vue-collapse-item__header__arrow {
        float: right;
        margin: 15px;
    }
    
    i.vue-collapse-item__header__arrow.vue-icon-arrow-right:before {
        content: "\e81a";
    }
    .vue-collapse-item.is-active>.vue-collapse-item__header .vue-collapse-item__header__arrow{
        transform: rotate3d(0,0,1,0);
    }
    .vue-collapse-item.is-active>.vue-collapse-item__header .vue-collapse-item__header__arrow:before {
        content: "\e817";
    }
    .paddLeft {
        display: block;
        padding-left: 2em;
    }
    .BMapLabel {
        max-width: none;
    }
    /* 手机样式 */
    @media (max-width: 991px){
        .adapt-content{
            padding: 0 0.2rem 0.5rem 0.2rem;
        }
        
        .row_space{
            margin-top:0.14rem;
        }
        
        .row_space_mark{
            margin-top:0rem;
            margin-left:0.3rem;
        }
        
        .row_select{
            margin:0.14rem 0; 
        }
        .row_c01{
            margin:0.24rem 0.16rem 0 0.16rem;
        }
        .col_c01 {
            color: #7C7C7C;
            font-size: 0.22rem;
            margin-top:0.08rem;
        }
        .vue-tabs{
            margin:0.4rem 0 !important;
            
        }
        .vue-tabs__content{
            padding-top:0.3rem;
        }
        /* 折叠板title字体大小 */
        .vue-collapse-item__header.header-expand{
            font-size:0.24rem;
            height: 0.6rem;
            line-height: 0.6rem;
            color: #B93D3F;
        }
        /* 折叠板去边框 */
        .vue-collapse {
            border: 0 ;
            margin-top:0.4rem;
        }
        /* 折叠板内容大小 */
        .vue-collapse-item__content{
            color: #7C7C7C;
            font-size: 0.2rem;
            line-height:0.4rem;
            background-color:white;
        }
        .map_style{
            height:5.6rem;
            margin:0.24rem;
        }
        .img-category-mobile{
             width: 6vh;
             height: 6vh;
        }
    }
    
    /* pc样式 */
    @media (min-width:992px){
        .adapt-content{
            padding: 0px 5% 50px !important
        }
        .row_space{
            margin-top: 14px;
        }
        .row_space_mark{
            margin-top:0px;
        }
        .row_select{
            margin:14px 0 ; 
        }
        .row_c01{
            margin:8px 0px 20px 0px;
        }
        .col_c01 {
            color: #7C7C7C;
            font-size: 14px;
            margin-top:8px;
        }
        .vue-tabs{
            margin:0 0px !important;
        }
        .vue-tabs__content{
            padding-top:15px;
        }
        /* 折叠板去边框 */
        .vue-collapse {
            border: 0 ;
            margin-top:16px;
        }
        /* 折叠板title字体大小 */
        .vue-collapse-item__header.header-expand{
            font-size:16px;
            height: 47px;
            line-height: 47px;
            color: #B93D3F;
        }
        /* 折叠板文字取消缩进 */
        .vue-collapse-item__header{
            padding-left:0;
        }
        /* 折叠板内容大小 */
        .vue-collapse-item__content{
            color: #7C7C7C;
            font-size: 14px;
            line-height:24px;
            background-color:white;

        }
        .map_style{
            height:489px;
        }
        .img-category{
            height:50px;
            width:50px;
        }
        .imgPlus-category{
            width:150px;
            height:150px;
            margin: auto;
            display:none;
            position: absolute;
            top: 0; left: calc(100% - 187px); bottom: 0; right: 0;
            z-index:999;
        }
        .img-category:hover + .imgPlus-category{
            display:block;
        }
        .option-imgPlus:hover +.imgPlus-category{
             display:block;
        }
         .vue-row-category{
             position:static;
         }
         .vue-col-categoryImg{
             margin:0;
             width:50px;
             margin-left:5px;
         }
         .vue-col-categorySelect{
             margin:0;
             display:table-cell; 
             vertical-align:middle;
             line-height: 50px !important;
             height: 50px !important;
             width: 50px;
         }
    }
    @media (min-width:1600px){
	    .adapt-content{
	        padding: 0px 5% 50px !important
	    }
        .row_space{
            margin-top: 14px;
        }
        .row_space_mark{
            margin-top:14px;
        }
        .row_select{
            margin:14px 0 ; 
        }
        .row_c01{
            margin:12px 0px 20px 0px;
        }
        .col_c01 {
            font-size: 18px;
            margin-top:8px;
        }
        .vue-tabs{
            margin:0 0px !important;
        }
        .vue-tabs__content{
            padding-top:15px;
        }
        /* 折叠板去边框 */
        .vue-collapse {
            margin-top:16px;
        }
        /* 折叠板title字体大小 */
        .vue-collapse-item__header.header-expand{
            font-size:18px;
            height: 52px;
            line-height: 52px;
        }
        /* 折叠板文字取消缩进 */
        .vue-collapse-item__header{
            padding-left:0;
        }
        /* 折叠板内容大小 */
        .vue-collapse-item__content{
            font-size: 16px;
            line-height:24px;

        }
        .map_style{
            height:550px;
        }
        .img-category{
            height:50px;
            width:50px;
        }
        .imgPlus-category{
            width:150px;
            height:150px;
            margin: auto;
            display:none;
            position: absolute;
            top: 0; left: calc(100% - 187px); bottom: 0; right: 0;
            z-index:999;
        }
        .img-category:hover + .imgPlus-category{
            display:block;
        }
        .option-imgPlus:hover +.imgPlus-category{
             display:block;
        }
         .vue-row-category{
             position:static;
         }
         .vue-col-categoryImg{
             margin:0;
             width:50px;
             margin-left:5px;
         }
         .vue-col-categorySelect{
             margin:0;
             display:table-cell; 
             vertical-align:middle;
             line-height: 50px !important;
             height: 50px !important;
             width: 50px;
         }
    }