@font-face {
    font-family: 'WenYue-ShengHuoJiaTi-J';
    src: url('../font/WenYue-ShengHuoJiaTi-J.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura-Medium-6';
    src: url('../font/Futura-Medium-6.woff');
    font-weight: normal;
    font-style: normal;
}
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;

}
a {
    text-decoration: none;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
::-webkit-scrollbar {
    height: 4px;
    width: 6px;
}
::-webkit-scrollbar-thumb {
    transition: all 0.25s ease 0s;
    background: #99e640;
    background-size: 100% 100%;
}
::-webkit-scrollbar-thumb:hover {
    height: 6px;
    width: 6px;
    transition: all 0.25s ease 0s;
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background: transparent;
}

body {
	color:#FFF;
	word-break:break-all;
	font-family: Futura-Medium-6,WenYue-ShengHuoJiaTi-J,-apple-system,BlinkMacSystemFont,PingFang-SC-Regular,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
    font-size: 16px;

    overflow: scroll;
    background: #131417 url(../imgs/bg.jpg);
    background-attachment: fixed;
    background-position: 60%;
    background-size: cover;
}
.layout-header {
    position: relative;
    padding: 10px;
    width: 980px;
    margin: 0 auto;
}
.layout-header img {
    width: 52px;;
}
.layout-content {
    padding: 0 10px;
    width: 960px;
    margin: 0 auto;
}
.description {
    text-align: center;
    line-height: 32px;
    font-size: 1.1em;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
    text-shadow: #00000069 0.1em 0.1em 0.1em;
    color: #bdbdbd;
}
.input-group {
    width: 100%;
}
.btn1 {
    width: 23%;
    float: right;    
    display: inline-flex;
    align-items: center;
    justify-content: space-between;    
}
.btn2 {
    width: 75%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
select#id, input#key {
    padding: 10px 10px;
    border-radius: 10px;
    background: #222;
    color: #9e9e9e;
    opacity: .8;
    height: 38px;
}
select#id {
    padding: 10px 15px;
    width: 135px;
}
input#keep {
    display: none;
}

input#key {
    width: 81%;
    float: right;
    margin-left: 20px;
}
.bright-btn {
    background: #9c27b0;
    color: #fff;
    border-radius: 9px;
    float: left;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    width: 98px;
    text-align: center;
}
#article-wrapper, textarea#mecontent {
    border: 0;
    background: #222;
    opacity: .8;
    border-radius: 20px;
    width: 100%;
    display: block;
    padding: 20px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
}
#article-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: auto;
    height: 390px;
    padding: 10px 20px;
}
#article-wrapper li {
    margin: 10px 0;
    list-style: none;
}
pre {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}
#clean {
    float: left;
}
.ai-btn {
    background: #99e640;
    float: right;
    margin: 20px 0;
    cursor: pointer;
    color: #000;
}
textarea#mecontent {
    height: 100px;
    margin-top: 20px;
}
.bright-btn:hover {
    background: black;
    color: #fff;
}
.layui-layer-dialog .layui-layer-content {
    color: #000;
}
.article-content p {
    line-height: 30px;
}
.article-content img {
    width: 100%;;
}
.layui-layer-msg {
    min-width: 180px;
    box-shadow: none;
    border-radius: 20px !important;
    background: #fff !important;
    opacity: 0.8 !important;
}
.layui-layer-dialog .layui-layer-content {
    font-size: 1em !important;
}
.layui-layer-shade {
    display: none;
}


.content {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    min-height: 100vh;
}
canvas#scene {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: red;
        z-index: -1;
}
@media screen and (max-width: 768px) {
body {
    font-family: Futura-Medium-6,-apple-system,BlinkMacSystemFont,PingFang-SC-Regular,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
    font-size: 16px;
    background: #131417 url(../imgs/bg.jpg);
}
.layout-content {
    width: auto;
}
.layout-header {
    width: auto;
    text-align: center
}
.description {
    text-align: center;
    line-height: 20px;
    font-size: 0.9em;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
    text-shadow: #00000069 0.1em 0.1em 0.1em;
    color: #bdbdbd;
}
.input-group { 
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn1, .btn2 {
     width: 100%; 
}
.btn1 {
     margin: 10px 0;
}
input#key {
    margin-left: 10px;
}
.ai-btn {
    margin: 10px 0;
}
#article-wrapper {
    margin-bottom: 39px;
}
select#id, input#key {
    font-size: .9em;
}
}