*{margin: 0;padding: 0;text-decoration: none;list-style: none;}
body,html{
    width: 100%;
    height: 100%;
}
.banner{
    width: 100%;
    height: 65px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 0 0 #0000000f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: context-menu;
    font-size: 14px;
    color: #666;
}
.logo{
    font-size: 17px;
    font-weight: 600;
}
.logo img{
    width: auto;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.contenr{
    width: 100%;
    height: calc(100% - 65px);
}
.left-menu{
    width: 320px;
    height: 100%;
    font-size: 14px;
    overflow-y: auto;
    padding: 30px 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.menu-ul{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    /* display: none; */
}
.menu-ul .menu-ul{
    display: none;
}
.menu-father a{
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 30px;
}
.menu-son a{
    color: #666;
    line-height: 30px;
}
/* .menu-ul li a:hover {
    color: #c3c3c3;
} */
.menu-this a,.menu-ul li a:hover{
    color: #07c160;
}
.right-list{
    width: calc(100% - 325px);
    height: 100%;
    overflow-y: auto;
    display: inline-block;
    padding: 0px 10px 30px 30px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 35px;
}
.right-list>div{
    padding-top: 30px;
}
.right-list p{
    text-indent:2em;
    
}
.right-list img{
    max-width: 800px;
    max-height: 600px;
    vertical-align: top;
    margin: 20px 0;
}
.up-felx{
    border-radius: 4px;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 70px;
    z-index: 40;
    padding: 3px 10px;
    font-weight: bold;
    transition: .5s;
}
*::-webkit-scrollbar{
    width:8px;
    height:8px;
    background-color:#F5F5F5;

}

/*定义滚动条轨道

 内阴影+圆角*/

 *::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
    background-color:#F5F5F5;

}

/*定义滑块

 内阴影+圆角*/

*::-webkit-scrollbar-thumb{

    border-radius:10px;

    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);

    background-color:#555;

}

.Httitle a{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 40px;
    cursor: pointer;
}
.Httitle::after{
    content: "\f105";
    font-family: "FontAwesome";
}
.Httitle-this::after{
    content: "\f107";
}


/* 引导页 */
.yid-img{
    width: 100%;
    height: 100%;
    display: none;
}
.img-this{
    display: block;
}
.ydbz{
    width: 100%;
    height: 50px;
    text-align: center;
    position: absolute;
    bottom: 100px;
}
.ydbz-item{
    width: 130px;
    height: 60px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    position: relative;
}
.ydbz-item::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #a7a7a7;
    display: inline-block;
    vertical-align: middle;
}
.ydbz-item::after{
    content: "";
    width: 100px;
    height: 1px;
    background-color: #a7a7a7;
    display: inline-block;
    vertical-align: middle;
}
.ydbz-this::before,.ydbz-this::after{
    background-color: #61a7e3;
}
.ydbz-item:last-child::after{
    content: "";
    background-color: #00000000 !important;
}
.xyb,.wc{
    width: 60px;
    height: 25px;
    line-height: 25px;
    background-color: #61a7e3;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    left: -18px;
    bottom: 0;
    display: none;
}
.ydbz-this .xyb,.ydbz-this .wc{
    display: block;
}
.ydci{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    box-sizing: border-box;
    z-index: 99991111000;
    background: #747474a6;
    cursor: pointer;
}



.white-but,.red-but,.red-but2{
    padding: 3px 10px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
}
.red-but,.red-but2{
    background-color: #C7000B;
    color: #fff;
    font-size: 14px;
}
.initTips{
    width: 330px;
    height: 180px;
    padding: 15px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 3px #898989cf;
}
.tips-text{
    height: calc(100% - 90px);
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}
.initTips h3{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.tips-input{
    float: left;
}
.tips-bottom{
    text-align: right;
}
.guide{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 0;
    z-index: 99991111000;
}
.show-item,.show-hide{
    height: 100%;
    display: inline-block;
}
.show-hide{
    background: #747474a6;
}
.guide-item1 .show-bar{
    width: 100%;
    height: 80px;
}
.guide-item1  .show-item{
    width: 250px;
    height: 80px;
    /* display: inline-block; */
}
.guide-item1   .show-hide{
    width: calc(100% - 250px);
    height: 80px;
    /* display: inline-block; */
    /* background: #747474a6; */
}
.hide-bar{
    width: 100%;
    height: 100%;
    background: #747474a6;
}
.guide-item1  .hide-bar{
    height: calc(100% - 80px);
}

.guide .initTips{
    position: absolute;
    
}

.guide-item-left .initTips::before{
    content: "";
    width: 0;
	height: 0;
	border:10px solid #fff;
    border-top-color: transparent;
	border-right-color: transparent;
	/* border-left-color: transparent; */
    border-bottom-color: transparent;
    position: absolute;
    right: -20px;
}
.guide-item-right .initTips::before{
    content: "";
    width: 0;
	height: 0;
	border:10px solid #fff;
    border-top-color: transparent;
	/* border-right-color: transparent; */
	border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: -20px;
}
.dian-tips{
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: rgb(136, 136, 136);
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.dian-this{
    width: 20px;
}
.guide-item2 .initTips{
    right: 69%;
    top: 90px;
}
.guide-item3 .initTips{
    right: 40%;
    top: 90px;
}
.guide-item2 .show-bar,.guide-item3 .show-bar{

    width: 100%;
    height: 180px;
}
.guide-item2 .show-item{
    width: 29%;
    height: 180px;
}
.guide-item2 .hide-bar:first-child,.guide-item3 .hide-bar:first-child {
    height: 90px;
}
.guide-item2  .show-hide:first-child{
    width: 32%;
    height: 180px;
}
.guide-item2  .show-hide:nth-child(3){
    width: 39%;
    height: 180px;
}
.guide-item3  .show-hide:first-child{
    width: 61%;
    height: 180px;
}
.guide-item3  .show-hide:nth-child(3){
    width: 21%;
    height: 180px;
}
.guide-item3 .show-item{
    width: 18%;
    height: 180px;
}
.guide-item4 .hide-bar{
    width: 100%;
    height: 330px;
}
.guide-item4  .show-bar{
    width: 100%;
    height: calc(100% - 330px);
}
.guide-item4  .show-hide:first-child{
    width: 36%;
    height: 100%;
}
.guide-item4 .show-item{
    width: 57%;
    height: 100%;
}
.guide-item4  .show-hide:nth-child(3){
    width: 7%;
    height: 100%;
}
.guide-item5 .hide-bar:first-child{
    width: 100%;
    height: 110px;
}
.guide-item5  .show-bar{
    width: 100%;
    height: 50px;
}
.guide-item5  .show-hide:first-child{
    width: 10%;
    height: 100%;
}
.guide-item5 .show-item{
    width:120px;
    height: 100%;
}
.guide-item5  .show-hide:nth-child(3){
    width: calc(90% - 120px);
    height: 100%;
}
.img-box{
    /* width: 800px;
    height: 400px; */
    width: 90%;
    height: 90%;
    /*border: 1px solid #f9f9f994;*/
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 99991111000;
    /* border-radius: 5px;
    box-shadow: 0 0 6px 1px #0606069c;; */
}
.img-box .img-list{
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-box img{
   
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: none;
}
.img-box .img-box-this{
    display: block;
}
.img-box .left-img,.img-box .right-img{
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background:#686868 url("/static/images/xz.png") no-repeat center ;
    background-size: 25px;
    position: absolute;
    top: calc(50% - 25px);
    cursor: pointer;

}
.img-box .right-img{
    background:#686868 url("/static/images/xy.png") no-repeat center ;
    background-size: 25px;
    right: 0;
}
