html{
    display: block;
    height: 100%;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu,"Helvetica Neue",Arial,sans-serif;
}
body{
    background: #fff;
}

/*
::-webkit-scrollbar {
/
    width : 10px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    border-radius   : 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}
::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
}

*/

.header-menus{}
.header-menus a{color: #888}

*{margin:0;padding: 0;
    box-sizing: border-box;
    font-family: -apple-system,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,
    Microsoft Yahei,sans-serif
}
h1,h2,h3,h4,h5,h6,i,strong,b{font-style: normal;font-weight: normal;margin: 0;padding: 0}

p{margin: 0;padding: 0;box-sizing: border-box}
.header{
    border-bottom: #ddd solid 1px;
    background: #f8f9f9;
    padding: 10px;
}

.flo{ position: relative;
    float: left;}
.flo_r{position: relative;
    float: right
}

a,a:link,a:visited{ text-decoration: none}

.overline {width: 100%;}

.app_name{ line-height: 40px;font-size: 22px;

}
.right_menus a{display: inline-block;line-height: 40px;color: #666666}


.app_left_menus{

    position: relative;
    float: left;
    width: 100%;
}


.menu-title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    line-height: 40px;
}
.menu-body{
    font-size: 14px;
    display: block;

}

.menu-body p{
    line-height: 36px;
}
.menu-body p:hover a{
    color: #3388ff;
    cursor: pointer;
}

.app_tools_menus{padding: 10px 0;}
.app_tools_menus a{display: block;float: left;width: 25%;
    position: relative;text-align: center;
    color: #666;font-size: 14px;font-weight: bold;
}

.app_tools_menus a img{display: block;width: 40px;height: 40px;margin: 0 auto;padding: 8px;}

.app-base-list{
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    padding: 10px 0;
}
.app-base-list .list-item{
    flex: 1;
    text-align: center;
    padding: 10px;;
}

.app-base-list .list-item a{
    display: block;
    text-align: center;
    cursor: pointer;

}
.app-base-list .list-item a:hover{
    text-decoration: none;
}

.app-base-list .list-item a p{margin-bottom: 0}
.app-base-list .list-item a p.key_name{ font-size: 12px;text-align: center;color: #888}
.app-base-list .list-item a p.key_value{ line-height: 34px;font-size: 22px;
    color:#333;}

[v-cloak]{
    display: none
}

.tab_list{}

.tab_list .tab-item{
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    padding: 5px 20px;
    margin-right: 10px;
    background: #fff;
    border:#ddd solid 1px;
    border-radius: 20px;
    cursor: pointer;
    color: #888;
    float: left;
    font-weight: bold;
}

.tab_list .tab-item.active{
    background: #3388ff;
    color: #fff;
    font-weight: bold;
}
.header-right-menus a{font-size: 14px;color: #fff}


.tag{
    color: #3388ff;font-size: 14px;
    font-weight: bold;line-height: 100%;
    padding: 5px 8px;border-radius: 15px;
    border: #3388ff solid 1px;;
    margin-right: 10px;
}

#app{
    display: flex;
    flex: 1;
    overflow-y: scroll;
    height: 100%;
    flex-direction: column;
}

.app_list{}
.app-item{
    cursor: pointer;
    border: #f1f1f1 solid 2px;
    width: 300px;
    position: relative;
    float: left;
    padding: 10px;
    height: 140px;
    margin: 10px;
    overflow: hidden;
}
.app-item:hover {
    border: #3388ff solid 2px;
}

.btn_switch{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top:20px;
    color: #ccc;
    z-index:100;
    font-size: 24px;

}

.app-item:hover .btn_switch{
    color: #3388ff;
}

.header-menus {
    padding:0 10px;
    text-align: left;

}
.header-menus a{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 10px;
    display: inline-block;
    line-height: 60px;
    position: relative;
}

.header-menus a:after{
    content:'';
    position: absolute;
    bottom: -1px;
    border-bottom: #fff solid 3px;
    width: 30px;
    left:50%;
    margin-left: -15px;

}
.header-menus a:hover{
    color: #3388ff;
}

.header-menus a:hover:after{
    border-color: #3388ff;
}
.header-menus a:after{

}

.header-menus a.active{
    color: #3388ff;
}


.header_navs a ,.header_navs span{
    color: #666;
    font-size: 16px;
    padding: 0 3px;
    line-height: 100%;
}


.step-list{
    display: flex;flex-direction:row;text-align: center;padding-top: 30px

}

.step-item{
    padding: 20px;
    flex: 1

}

.step-item-icon{
    display: inline-block;padding: 10px;font-size: 30px;
    width: 50px;line-height:100%;
    border-radius: 50%;background: #888;color: #fff

}
.step-item-title{
    font-weight: bold;
    font-size: 16px
}


.step-item-remark{
    font-size: 14px;
    color: #666;
    padding-top: 10px
}


.applet_tedian_list{
    display: flex;flex-direction: row;text-align: center;
    padding-top: 20px;

}

.applet_tedian_list .list-item{
    padding: 20px;
    cursor: pointer;
}
.btn-banner{
    padding: 10px 20px;
    border-radius: 8px;
    color: #3388ff;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;

}

.yewu_list{
    position: relative;
    width: 100%;
}
.yewu_list p{
    width: 22%;
    position: relative;
    float: left;
    margin: 10px;
    height: 80px;
    color: #666;
    border: #ddd solid 1px;
    box-shadow: #ddd 0 0 10px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}
.yewu_list p:hover{
    color: #fff;
    background: #3388ff;
}


.style-pc{
    display: block
}

.main-content{
    width: 1200px;
    padding: 40px 0;
    margin: 0 auto
}

.flex-switch{
    display: flex;
    flex-direction: row;

}

.app-footer-menus{
    position: fixed;
    bottom: 0;font-size: 14px;font-weight: bold;text-align: center;padding: 10px 0;border-top: #ddd solid 1px;background: #f5f6f5;
    line-height: 40px;width: 100%;

    display: none
}


.yewu-list{
    padding: 10px;
}
.yewu-item{
    width: 100%;
    padding: 16px;
    background: #3388ff;
    color: #fff;
    line-height: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    display: block;

}

@media screen and (max-width: 1200px){

    .style-pc{

        display: none;

    }
    .main-content{
        width: 100%;
        position: relative;
        float: left;
    }

    .flex-switch{
        display: flex;
        flex-direction: column;
    }
}


@media screen and (max-width: 960px) {
    .app-footer-menus{
        display: flex;
        flex-direction: row
    }

    .app-footer-menus .menu-item{
        flex: 1;
        text-align: center;
    }

}