[class*=v-md-icon-] {
    font-size: 16px;
    font-family: v-md-iconfont !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.v-md-icon-preview:before {
    content: "\e618"
}

.v-md-icon-refresh-right:before {
    content: "\e614"
}

.v-md-icon-refresh-left:before {
    content: "\e615"
}

.v-md-icon-zoom-in:before {
    content: "\e616"
}

.v-md-icon-zoom-out:before {
    content: "\e617"
}

.v-md-icon-toc:before {
    content: "\eb28"
}

.v-md-icon-sync:before {
    content: "\e670"
}

.v-md-icon-emoji:before {
    content: "\e67b"
}

.v-md-icon-checkbox:before {
    content: "\e740"
}

.v-md-icon-clear:before {
    content: "\e6ec"
}

.v-md-icon-tip:before {
    content: "\e8f1"
}

.v-md-icon-save:before {
    content: "\e624"
}

.v-md-icon-link:before {
    content: "\e6fe"
}

.v-md-icon-img:before {
    content: "\e702"
}

.v-md-icon-code:before {
    content: "\e707"
}

.v-md-icon-ul:before {
    content: "\e710"
}

.v-md-icon-ol:before {
    content: "\e711"
}

.v-md-icon-redo:before {
    content: "\e6f1"
}

.v-md-icon-undo:before {
    content: "\e6f0"
}

.v-md-icon-quote:before {
    content: "\e6b3"
}

.v-md-icon-bold:before {
    content: "\e7c1"
}

.v-md-icon-strikethrough:before {
    content: "\e70f"
}

.v-md-icon-arrow-down:before {
    content: "\e623"
}

.v-md-icon-open-in-new:before {
    content: "\e641"
}

.v-md-icon-under-line:before {
    content: "\e611"
}

.v-md-icon-italic:before {
    content: "\e610"
}

.v-md-icon-horizontal:before {
    content: "\e60e"
}

.v-md-icon-table:before {
    content: "\e60c"
}

.v-md-icon-fullscreen:before {
    content: "\e606"
}

[data-v-md-anchor] {
    cursor: pointer
}

.github-markdown-body {
    padding: 16px 32px 32px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    line-height: 1.5;
    word-wrap: break-word
}

.github-markdown-body>:first-child,
.github-markdown-body>:last-child,
.github-markdown-body>div[data-v-md-line]:first-child>:first-child,
.github-markdown-body>div[data-v-md-line]:last-child>:last-child {
    margin-top: 0 !important
}

.github-markdown-body a {
    color: #0366d6;
    font-weight: 400;
    text-decoration: none;
    outline: none;
    box-shadow: none
}

.github-markdown-body a:hover {
    text-decoration: underline
}

.github-markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    color: #444d56;
    font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    line-height: 10px;
    vertical-align: middle;
    background-color: #fafbfc;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    box-shadow: inset 0 -1px #d1d5da
}

.github-markdown-body:after,
.github-markdown-body:before {
    display: table;
    content: ""
}

.github-markdown-body:after {
    clear: both
}

.github-markdown-body a:not([href]) {
    text-decoration: none
}

.github-markdown-body .absent {
    color: #cb2431
}

.github-markdown-body .anchor {
    float: left;
    margin-left: -20px;
    padding-right: 4px;
    line-height: 1
}

.github-markdown-body .anchor:focus {
    outline: none
}

.github-markdown-body blockquote,
.github-markdown-body details,
.github-markdown-body dl,
.github-markdown-body ol,
.github-markdown-body p,
.github-markdown-body pre,
.github-markdown-body table,
.github-markdown-body ul {
    margin-top: 0;
    margin-bottom: 16px
}

.github-markdown-body hr {
    height: .25em;
    margin: 24px 0;
    padding: 0;
    background-color: #e1e4e8;
    border: 0
}

.github-markdown-body blockquote {
    padding: 0 1em;
    color: #6a737d;
    border-left: .25em solid #dfe2e5
}

.github-markdown-body blockquote>:first-child {
    margin-top: 0
}

.github-markdown-body blockquote>:last-child {
    margin-bottom: 0
}

.github-markdown-body h1,
.github-markdown-body h2,
.github-markdown-body h3,
.github-markdown-body h4,
.github-markdown-body h5,
.github-markdown-body h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25
}

.github-markdown-body em,
.github-markdown-body i {
    font-style: italic
}

.github-markdown-body ul {
    list-style-type: disc
}

.github-markdown-body ol ul,
.github-markdown-body ul ul {
    list-style-type: circle
}

.github-markdown-body ol ol ul,
.github-markdown-body ol ul ul,
.github-markdown-body ul ol ul,
.github-markdown-body ul ul ul {
    list-style-type: square
}

.github-markdown-body ol {
    list-style-type: decimal
}

.github-markdown-body h1 .octicon-link,
.github-markdown-body h2 .octicon-link,
.github-markdown-body h3 .octicon-link,
.github-markdown-body h4 .octicon-link,
.github-markdown-body h5 .octicon-link,
.github-markdown-body h6 .octicon-link {
    color: #1b1f23;
    vertical-align: middle;
    visibility: hidden
}

.github-markdown-body h1:hover .anchor,
.github-markdown-body h2:hover .anchor,
.github-markdown-body h3:hover .anchor,
.github-markdown-body h4:hover .anchor,
.github-markdown-body h5:hover .anchor,
.github-markdown-body h6:hover .anchor {
    text-decoration: none
}

.github-markdown-body h1:hover .anchor .octicon-link,
.github-markdown-body h2:hover .anchor .octicon-link,
.github-markdown-body h3:hover .anchor .octicon-link,
.github-markdown-body h4:hover .anchor .octicon-link,
.github-markdown-body h5:hover .anchor .octicon-link,
.github-markdown-body h6:hover .anchor .octicon-link {
    visibility: visible
}

.github-markdown-body h1 code,
.github-markdown-body h1 tt,
.github-markdown-body h2 code,
.github-markdown-body h2 tt,
.github-markdown-body h3 code,
.github-markdown-body h3 tt,
.github-markdown-body h4 code,
.github-markdown-body h4 tt,
.github-markdown-body h5 code,
.github-markdown-body h5 tt,
.github-markdown-body h6 code,
.github-markdown-body h6 tt {
    font-size: inherit
}

.github-markdown-body h1 {
    font-size: 2em
}

.github-markdown-body h1,
.github-markdown-body h2 {
    padding-bottom: .3em;
    border-bottom: 1px solid #eaecef
}

.github-markdown-body h2 {
    font-size: 1.5em
}

.github-markdown-body h3 {
    font-size: 1.25em
}

.github-markdown-body h4 {
    font-size: 1em
}

.github-markdown-body h5 {
    font-size: .875em
}

.github-markdown-body h6 {
    color: #6a737d;
    font-size: .85em
}

.github-markdown-body ol,
.github-markdown-body ul {
    padding-left: 2em
}

.github-markdown-body ol.no-list,
.github-markdown-body ul.no-list {
    padding: 0;
    list-style-type: none
}

.github-markdown-body ol ol,
.github-markdown-body ol ul,
.github-markdown-body ul ol,
.github-markdown-body ul ul {
    margin-top: 0;
    margin-bottom: 0
}

.github-markdown-body li {
    word-wrap: break-all
}

.github-markdown-body li>p {
    margin-top: 16px
}

.github-markdown-body li+li {
    margin-top: .25em
}

.github-markdown-body dl {
    padding: 0
}

.github-markdown-body dl dt {
    margin-top: 16px;
    padding: 0;
    font-weight: 600;
    font-size: 1em;
    font-style: italic
}

.github-markdown-body dl dd {
    margin-bottom: 16px;
    padding: 0 16px
}

.github-markdown-body table {
    display: block;
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    border-spacing: 0
}

.github-markdown-body table th {
    font-weight: 600
}

.github-markdown-body table td,
.github-markdown-body table th {
    padding: 6px 13px;
    border: 1px solid #dfe2e5
}

.github-markdown-body table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1
}

.github-markdown-body table tr:nth-child(2n) {
    background-color: #f6f8fa
}

.github-markdown-body table img {
    background-color: initial
}

.github-markdown-body img {
    box-sizing: initial;
    max-width: 100%;
    background-color: #fff;
    border: 0
}

.github-markdown-body img[align=right] {
    padding-left: 20px
}

.github-markdown-body img[align=left] {
    padding-right: 20px
}

.github-markdown-body .emoji {
    max-width: none;
    vertical-align: text-top;
    background-color: initial
}

.github-markdown-body span.frame {
    display: block;
    overflow: hidden
}

.github-markdown-body span.frame>span {
    display: block;
    float: left;
    width: auto;
    margin: 13px 0 0;
    padding: 7px;
    overflow: hidden;
    border: 1px solid #dfe2e5
}

.github-markdown-body span.frame span img {
    display: block;
    float: left
}

.github-markdown-body span.frame span span {
    display: block;
    clear: both;
    padding: 5px 0 0;
    color: #24292e
}

.github-markdown-body span.align-center {
    display: block;
    clear: both;
    overflow: hidden
}

.github-markdown-body span.align-center>span {
    display: block;
    margin: 13px auto 0;
    overflow: hidden;
    text-align: center
}

.github-markdown-body span.align-center span img {
    margin: 0 auto;
    text-align: center
}

.github-markdown-body span.align-right {
    display: block;
    clear: both;
    overflow: hidden
}

.github-markdown-body span.align-right>span {
    display: block;
    margin: 13px 0 0;
    overflow: hidden;
    text-align: right
}

.github-markdown-body span.align-right span img {
    margin: 0;
    text-align: right
}

.github-markdown-body span.float-left {
    display: block;
    float: left;
    margin-right: 13px;
    overflow: hidden
}

.github-markdown-body span.float-left span {
    margin: 13px 0 0
}

.github-markdown-body span.float-right {
    display: block;
    float: right;
    margin-left: 13px;
    overflow: hidden
}

.github-markdown-body span.float-right>span {
    display: block;
    margin: 13px auto 0;
    overflow: hidden;
    text-align: right
}

.github-markdown-body code,
.github-markdown-body tt {
    margin: 0;
    padding: .2em .4em;
    font-size: 85%;
    background-color: #1b1f230d;
    border-radius: 3px
}

.github-markdown-body code br,
.github-markdown-body tt br {
    display: none
}

.github-markdown-body del code {
    text-decoration: inherit
}

.github-markdown-body div[class*=v-md-pre-wrapper-] {
    position: relative;
    background-color: #f6f8fa
}

.github-markdown-body div[class*=v-md-pre-wrapper-] pre,
.github-markdown-body div[class*=v-md-pre-wrapper-] pre[class*=v-md-prism-] {
    position: relative;
    z-index: 1;
    background: transparent
}

.github-markdown-body div[class*=v-md-pre-wrapper-].line-numbers-mode pre {
    padding-left: 4.5rem
}

.github-markdown-body div[class*=v-md-pre-wrapper-].line-numbers-mode:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 3.5rem;
    height: 100%;
    background-color: #f6f8fa;
    border-right: 1px solid #dcdfe6;
    border-radius: 6px 0 0 6px;
    content: ""
}

.github-markdown-body div[class*=v-md-pre-wrapper-].line-numbers-mode .line-numbers-wrapper {
    position: absolute;
    top: 0;
    width: 3.5rem;
    padding: 16px 0;
    color: #909399;
    font-size: 85%;
    line-height: 1.45;
    text-align: center
}

.github-markdown-body div[class*=v-md-pre-wrapper-].line-numbers-mode .line-numbers-wrapper .line-number {
    position: relative;
    z-index: 4;
    font-size: .85em;
    -webkit-user-select: none;
    user-select: none
}

.github-markdown-body code,
.github-markdown-body pre {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace
}

.github-markdown-body pre>code {
    margin: 0;
    padding: 0;
    font-size: 100%;
    white-space: pre;
    word-break: normal;
    background: transparent;
    border: 0
}

.github-markdown-body pre {
    margin-bottom: 16px;
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    word-wrap: normal;
    background-color: #f6f8fa;
    border-radius: 3px
}

.github-markdown-body pre code,
.github-markdown-body pre tt {
    display: inline;
    max-width: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: #444d56;
    line-height: inherit;
    word-wrap: normal;
    background-color: initial;
    border: 0
}

.github-markdown-body .csv-data td,
.github-markdown-body .csv-data th {
    padding: 5px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    text-align: left
}

.github-markdown-body .csv-data .blob-num {
    padding: 10px 8px 9px;
    text-align: right;
    background: #fff;
    border: 0
}

.github-markdown-body .csv-data tr {
    border-top: 0
}

.github-markdown-body .csv-data th {
    font-weight: 600;
    background: #f6f8fa;
    border-top: 0
}

.github-markdown-body .hljs {
    display: block;
    padding: .5em;
    overflow-x: auto;
    color: #333;
    background: #f8f8f8
}

.github-markdown-body .hljs-comment,
.github-markdown-body .hljs-quote {
    color: #998;
    font-style: italic
}

.github-markdown-body .hljs-keyword,
.github-markdown-body .hljs-selector-tag,
.github-markdown-body .hljs-subst {
    color: #333;
    font-weight: 700
}

.github-markdown-body .hljs-literal,
.github-markdown-body .hljs-number,
.github-markdown-body .hljs-tag .hljs-attr,
.github-markdown-body .hljs-template-variable,
.github-markdown-body .hljs-variable {
    color: teal
}

.github-markdown-body .hljs-doctag,
.github-markdown-body .hljs-string {
    color: #d14
}

.github-markdown-body .hljs-section,
.github-markdown-body .hljs-selector-id,
.github-markdown-body .hljs-title {
    color: #900;
    font-weight: 700
}

.github-markdown-body .hljs-subst {
    font-weight: 400
}

.github-markdown-body .hljs-class .hljs-title,
.github-markdown-body .hljs-type {
    color: #458;
    font-weight: 700
}

.github-markdown-body .hljs-attribute,
.github-markdown-body .hljs-name,
.github-markdown-body .hljs-tag {
    color: navy;
    font-weight: 400
}

.github-markdown-body .hljs-link,
.github-markdown-body .hljs-regexp {
    color: #009926
}

.github-markdown-body .hljs-bullet,
.github-markdown-body .hljs-symbol {
    color: #990073
}

.github-markdown-body .hljs-built_in,
.github-markdown-body .hljs-builtin-name {
    color: #0086b3
}

.github-markdown-body .hljs-meta {
    color: #999;
    font-weight: 700
}

.github-markdown-body .hljs-deletion {
    background: #fdd
}

.github-markdown-body .hljs-addition {
    background: #dfd
}

.github-markdown-body .hljs-emphasis {
    font-style: italic
}

.github-markdown-body .hljs-strong {
    font-weight: 700
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}
body,html{
    height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.coder-box {
    position: relative;
    z-index: 1;
    width: 200px;
    height: 233px;
    margin-top: 60px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 6px 15px #7878781a
}

.coder-box h6 {
    font-size: 16px;
    font-weight: 600;
    color: #24314e;
    padding-top: 20px
}

.group-list {
    width: 42vw;
    margin: 28px auto 0
}
.group-list a{
    text-decoration: none;
}
.group-list div {
    text-align: left;
    display: block;
    padding: 25px 30px;
    color: #363b46;
    border-radius: 5px;
    font-size: 25px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 800;
    margin-top: 30px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    margin-bottom: 30px;
}
.group-list div .t{
    display: block;
}

.group-list div .ms{
    margin-top: 10px;
    display: block;
    color: #747577;
    font-size: 16px;
}

.group-list div:hover {
    background: #f5f5f5;
    color: #292929;
    box-shadow: 0 16px 28px #78787833;
    cursor: pointer
}

::placeholder {
    color: #a3a6ad;
    font-weight: 500
}

.ymsm{
    margin-top: 30px;
}

.ymsm p{
    margin-bottom: 8px;
}

.wechat-box .ms{
    padding: 15px 15px 0 15px;
    line-height: 26px;
}

.wechat-box img {
    width: 190px;
    height: 190px;
    margin-top: 10px;
    box-shadow: 0 16px 28px #78787833;
    border-radius: 10px
}

.wechat-box {
    width: 280px;
    height: 268px;
    background: #ffffff;
    margin: 38px auto 0;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding-bottom: 20px;
}

.wechat-box span {
    display: block;
    width: 38px;
    height: 6px;
    border-radius: 10px;
    margin-left: 18px;
    margin-top: 12px;
    background: #24314e
}

.wechat-box h3 {
    text-align: left;
    padding-left: 18px;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 600
}

.generate-box {
    width: 28vw;
    height: 360px;
    margin: 28px auto 0;
    background: rgba(78, 78, 80, .05);
    border-radius: 10px;
    text-align: left;
    overflow-y: auto
}

.bottom-box {
    position: absolute;
    bottom: 16px;
    left: 50%;
    height: 38px;
    width: 398px;
    margin-left: -199px;
    font-size: 13px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    line-height: 38px;
    font-weight: 300;
    background: #24314e;
    box-shadow: 0 10px 18px #7878784d
}

.bottom-box a {
    color: #ff9f9f;
    text-decoration: none
}

.bottom-box a:hover {
    color: #ff8f8f
}

.ok {
    width: 228px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 12px;
    color: #fff;
    background: #24314e;
    margin: 32px auto 0;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.ok:hover {
    background: #414754
}

.inputs-box {
    text-align: center;
    margin-top: 20px
}

.inputs-box input {
    text-align: center;
    width: 20vw;
    height: 30px;
    padding: 12px;
    font-size: 22px;
    color: #24314e;
    font-weight: 600;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    resize: none;
    border-radius: 15px;
    border: 5px solid #24314e
}

.logo-box {
    width: 100vw;
    height: 58px;
    background: #ffffff;
    box-shadow: 0 2px 3px #7878781a
}

.logo-box h2 {
    padding-left: 12px;
    padding-right: 12px;
    height: 32px;
    font-size: 14px;
    float: right;
    line-height: 32px;
    border-radius: 5px;
    margin-top: 12px;
    color: #24314e;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.logo-box h2:hover {
    color: #fff;
    background: #24314e;
    box-shadow: 0 2px 3px #7878781a
}

.logo {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.logo img {
    width: 38px;
    height: 38px;
    margin-top: 8px;
    border-radius: 50px;
    border: 3px solid #fff;
    box-shadow: 0 2px 3px #7878781a
}

.logo-box h3 {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-top: 12px;
    margin-left: 10px;
    line-height: 36px;
    color: #24314e
}

.box {
    text-align: center
}

#wxlogin{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#wxlogin .xf {
	z-index: 1000;
	position: absolute;
	background: white;
	padding: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 33px;
}

#wxlogin .xf .qr{
    width: 300px;
}

#wxlogin .xf .qr img{
    width: 100%;
}

#wxlogin .xf .ts{
    font-weight: bold;
}

#wxlogin .zz {
	width: 100%;
	height: 100%;
	background: #04040475;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}








@media screen and (max-width: 860px) {
    .generate-box {
        width: 90vw
    }

    .bottom-box {
        font-size: 12px;
        width: 328px;
        height: 26px;
        line-height: 26px;
        border-radius: 6px;
        margin-left: -164px;
        margin-top: 50px;
        background: #fff;
        box-shadow: none;
        color: #9599a0;
        position: relative
    }

    .logo-box {
        height: 50px
    }


    .group-list {
        width: 95vw;
        margin-top: 6px
    }

    .inputs-box input {
        width: 80vw;
        height: 20px
    }

    .logo h3 {
        font-size: 18px;
        line-height: 28px
    }

    .logo h2 {
        font-size: 13px;
        line-height: 26px
    }

    .logo span {
        font-size: 18px
    }
}