@import "common.css";

/* 文档 */
.docs{height: 100vh;}
.doc-logo{height: 30px;}
.doc-menu{width: 268px; border-right: #F2F2F2 1px solid;}
.doc-menu dd{width: calc(100% + 8px); overflow-y: auto;}
.doc-menu dd .doc-a{width: 208px;}
.doc-menu dd .doc-a:first-child{margin-top: 30px;}
.doc-menu dd .doc-a:last-child{margin-bottom: 50px;}
.doc-menu dd .doc-a a{height: 20px;}
.doc-menu dd .doc-a a:hover > *{color: #000000;}
.doc-menu dd .doc-a a.on > *{color: #1668FF; font-weight: 600;}
.doc-box{width: calc(100% - 269px);}
.doc-box dt{height: 60px; padding: 0 20px;}
.doc-box dt form{width: 300px; height: 38px; border: #F2F2F2 1px solid;}
.doc-box dt form input{width: 262px; height: 100%; padding: 0 15px; box-sizing: border-box; background-color: transparent;}
.doc-box dt form button{width: 38px; height: 38px; font-size: 22px; border: 0; background-color: transparent;}
.doc-box dd{height: calc(100% - 60px); overflow-y: auto; overflow-x: hidden;}
.doc-box dd .doc-box-main{width: 888px; min-height: calc(100% - 60px); padding: 69px; margin-left: 50%; transform: translateX(-50%);}
.doc-box dd .doc-box-main h2{font-size: 30px; line-height: 30px; margin-right: auto;}
.doc-box dd .doc-box-main h3{color:#BDBDBD; margin-right: auto;}
.doc-box dd .doc-box-main .content,.doc-box dd .doc-box-main .content p{line-height: 38px; font-size: 15px;}
.doc-box dd .doc-box-main .content  a{color: #1668FF;}
.doc-box dd .doc-box-main .content  a:hover{text-decoration: underline;}
.doc-box dd .doc-box-main .content b{font-weight: 600; color: #1668FF;}
.doc-box dd .doc-box-main .content img{max-width: 100%; cursor: zoom-in; border: #F2F2F2 1px solid; box-sizing: border-box;}
.doc-box dd .doc-box-main .doc-page{width: 210px; height: 40px;}
.doc-box dd .doc-box-main .doc-page p,.doc-box dd .doc-box-main .doc-page a{width: 98px; height: 100%; line-height: 40px; text-align: center; font-size: 13px; border-radius: 4px;}
.doc-box dd .doc-box-main .doc-page a:hover{background-color: #1668FF; color: #FFFFFF;}
.doc-up{width: 40px; height: 40px; font-size: 18px; position: fixed; right: 30px; bottom: 60px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.04); border: 1px solid hsla(0,0%,59.2%,.22);}

/* 编辑中 */
.doc-null{width: 100%; height: 400px;}

/* 关闭层 */
.layui-layer-setwin .layui-layer-close2{background:url("../../image/white-close.png") #1668FF!important; border: #FFFFFF 2px solid; border-radius: 50%; top: 0; right: 0;}