<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å…¬å…±éƒ¨åˆ† */
@font-face {
    font-family: 'iconfont';
    src: url('./iconfont/iconfont.eot');
    src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
         url('./iconfont/iconfont.woff2') format('woff2'),
         url('./iconfont/iconfont.woff') format('woff'),
         url('./iconfont/iconfont.ttf') format('truetype'),
         url('./iconfont/iconfont.svg#iconfont') format('svg');
}
.lr-modal {
    z-index: 9999;
}
.lr-overlay {
    z-index: 9998;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font: 16px"MicrosoftYaHei", "Arial Narrow", HELVETICA!important;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    color: #333;
    line-height: 1;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

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

p {
    word-wrap: break-word
}
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing: content-box;
}
th {
	text-align: center;
}
button {
    background: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit; 
}
i {
	font-style: normal;
}
table {
	border-collapse:collapse;
}
table td,
table th {
	text-align: left;
	padding: 4px 8px;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
}
a {
	cursor: pointer;
    color: #333;
    text-decoration:none;
}
a:focus,
a:hover {
	text-decoration: none;
}
input[type="file"] {
	border: none;
}
input, textarea {
    padding: 2px 5px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #999;
}
textarea {
    resize: none;
    overflow: hidden;
}
input:focus, select:focus, textarea:focus, button:focus, button:active {
    outline: none;
}
input:focus, textarea:focus {
	border-color: #3aa3f3;
}
.btn[disable] {
    background: #f5f5f5!important;
    cursor: not-allowed!important;
}
.orange_cl {
    color: #F59421;
}
.red_cl {
    color: #f00;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
    border: none;
}
.wn-loading, .wn-finished {
	z-index: 999;
}
.wn-loading, .wn-finished {
	position: fixed;
	left: 50%;
	top: 22%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	opacity: 0;
	visibility: hidden;
	transition: 300ms all ease-in-out;
	-moz-transition: 300ms all ease-in-out;
	-webkit-transition: 300ms all ease-in-out;
}
.wn-loading {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.wn-loading img, .wn-finished img {
	width: 100%;
	height: 100%;
	background: none;
}
.wn-loading img:hover, .wn-finished img:hover {
	background: none;
}
.wn-loading.show, .wn-finished.show {
	opacity: 1;
	top: 20%;
	visibility: visible;
}
.box_textarea {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    font-size: 18px;
    line-height: 24px;
    color: #4b4b4b;
}
.box_loginBtn {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 100px;
    height: 100px;
    z-index: 1;
    background-color: #379be9;
    font-size: 16px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
/* å…¬å…±æŒ‰é’® */
.green_btn {
    display: inline-block;
    background-color: #00bcd8;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

.lr-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 960px;
    height: auto;
    border-radius: 8px;
    cursor: default;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
}
.log-reg.login .log-modal, .log-reg.regist .reg-modal {
    visibility: visible;
}
.log-reg.login .reg-modal, .log-reg.regist .log-modal {
    display: none;
}
.lr-modal .log-modal-inner {
    padding: 90px 0 20px;
    background: #fff;
}
.lr-show .lr-modal {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: transform .5s ease-out, opacity .5s ease-out;
    transition: transform .5s ease-out, opacity .5s ease-out;
}
.lr-top {
    position: absolute;
    top: 0;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 80px;
    margin: 0 20px;
    border-bottom: 1px solid #eaeaea;
}
.lr-title{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    float: left;
    margin: 38px 3px 12px 0;
}
.lr-title-log {
    margin-left: 30px;
}
.lr-close {
    position: absolute;
    top: 7px;
    right: 13px;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    text-indent: -8000px;
}
.lr-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lr-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lr-close:before, .lr-close:after {
    position: absolute;
    top: 13px;
    left: -2px;
    content: "";
    width: 35px;
    height: 3px;
    background: #c3cac6;
    /*-webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;*/
}
.lr-close:hover:before, .lr-close:hover:after {
    /*-webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;*/
    background: #379be9;
}
.lr-close:hover:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.lr-close:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lr-content {
    padding: 0 30px 30px;
}
.lr-modal .ipt-file {
    margin: 0 20px;
    text-align: right;
}
/* æŽ§åˆ¶å¼¹å‡ºæ¡†çš„æ˜¾ç¤º */
.lr-show .create-modal {
    visibility: visible;
}
.lr-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.lr-show .lr-overlay {
    visibility: visible;
}

#codeArea {
    max-width: 120px;
}

#codeArea p {
    font-size: 16px;
    overflow: hidden;
    display: inline;
}
/* æ›´æ–°æµè§ˆå™¨æç¤º */
@media screen and (max-width: 1500px) {
    .alert .warning-info {
        padding: 0 10px !important;
        width: 1180px !important;
    }
}
</pre></body></html>