@font-face {
  font-family: "阿里妈妈刀隶体 Regular";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/ITCcee9cYUgu/X9gysE7miy53.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/ITCcee9cYUgu/ep3D0ix1p0Te.woff") format("woff");
  font-variation-settings: normal;
  font-display: swap;
}

.webfont {
  font-family: "阿里妈妈刀隶体 Regular";
  font-variation-settings: normal;
}

body {
    margin: 0 auto;
    padding: 0;
    font: 14px/1.5 Microsoft YaHei, sans-serif;
    background: #1b1d1f;
    color: #c6c9cf;
}

div,
h1,
dl,
dt,
dd,
ul,
ol,
li,
h3,
p {
    margin: 0;
    padding: 0;
}

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

ul,
li {
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

:focus {
    outline: 0;
}

a {
    color: #505050;
    text-decoration: none;
}

a:hover {
    color: #f1404b;
    text-decoration: none;
}

.red {color: #f1404b;}

.title {
    display: none;
}

.main {
    /*display: flex;*/
}

.trips {
    margin: 15px 30px 0 30px;
    font-size: 15px;
    color: #f1404b;
    background: #1b1d1f;
    padding: 5px 12px;
}

canvas {
    position: fixed;
    left: 200px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .85;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 70px;
    background: #2c2e2f;
    overflow: hidden;
    z-index: 100;
}

.header h1 {
    display: flex;
    align-items: center;
    font-family: '阿里妈妈刀隶体 Regular';
    font-size: 32px;
    padding: 15px;
}

.header h1 a {
    color: #fff;
}

.header h3 {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: normal;
    position: relative;
    top: 3px;
    color: #fff;
}

.header h3:before {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    background: #fff;
    margin-right: 20px;
}

.header .search {
    width: 600px;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    left: -80px;
}

.search {
    position: relative;
    background: #2c2e2f;
    height: 80px;
    padding: 28px 25px;
    z-index: 2;
    border-radius: 8px;
    margin-top: 12px;
}

.search-1 {
    position: relative;
    display: flex;
}

.info{
    display: flex;
    align-items: center;
    position: absolute;
    right: 35px;
}

.info a{
    color: #c6c9cf;
}

.info a:hover{
    color: #f1404b;
}

#searchText {
    border-radius: 50px;
    width: 100%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .05);
    padding: 9px 20px;
    background-color: rgba(0, 0, 0, .6);
    z-index: inherit;
    height: 50px;
    transition: .3s;
    font-size: 16px;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.el-icon-search {
    position: absolute;
    top: 0;
    right: 10px;
    background: transparent;
    border: 0 !important;
    width: unset;
    height: unset;
    margin: 0 9px;
    line-height: 50px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.search-font {
    margin: 15px 5px;
}

.search-font a {
    color: #bbb;
    margin: 0 5px;
}

.search-font a:hover {
    color: #f1404b;
    text-decoration: underline;
}

.search-btn {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 10;
    background: #f1404b;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.search-btn a {
    display: block;
    width: 42px;
    text-align: center;
    height: 42px;
}

.search-btn .el-icon-search {
    position: relative;
    right: 0;
    margin: 0;
    line-height: 42px;
    font-size: 20px;
}

#scrollFonts {
  position: relative;
  left: -80px;
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
#fonts {
  font-family: Georgia, times new roman, Times, Kai, kaiti sc, KaiTi, BiauKai, FontAwesome, serif;
  font-size: 16px;
  display: inline-block;
  animation: scrollLeft 30s linear infinite;
  transform: translateX(0); /* 初始位置 */
}
@keyframes scrollLeft {
  0% { transform: translateX(50%); }
  100% { transform: translateX(-100%); }
}

.main-l {
    font-size: 13px;
    width: 70px;
    position: fixed;
    left: 0;
    top: 70px;
    bottom: 0;
    background: #2c2e2f;
    height: 100vh;
    padding-top: 50px;
    box-sizing: border-box;
    box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.main-l ul li {
    text-align: center;
    cursor: pointer;
}

.main-l ul li:nth-child(1) a:before {
    display: block;
    content: '';
    background: url(../images/home1.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin: 0 auto;
}

.main-l ul li:nth-child(1):hover a:before,
.main-l ul li.on:nth-child(1) a:before {
    display: block;
    content: '';
    background: url(../images/home2.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin: 0 auto;
}

.main-l ul li a {
    display: block;
}

.main-l ul li a i {
    display: block;
    color: #6b6b6c;
    margin: 5px 0 25px;
}

.main-l ul li:nth-child(1) a i,
.main-l ul li:nth-child(2) a i {
    display: block;
    color: #6b6b6c;
    margin: 10px 0 25px;
}

.main-l ul li:hover a span {
    color: #fff;
}

.main-l ul li a span {
    color: #a2a3a3;
    font-size: 21px;
}

.main-l ul li.on a i,
.main-l ul li.on a span,
.main-l ul li:nth-child(1):hover a i,
.main-l ul li:nth-child(2):hover a i,
.main-l ul li:nth-child(3):hover a i,
.main-l ul li:nth-child(4):hover a i,
.main-l ul li:nth-child(5):hover a i,
.main-l ul li:nth-child(6):hover a i,
.main-l ul li:nth-child(7):hover a i,
.main-l ul li:nth-child(8):hover a i,
.main-l ul li:nth-child(9):hover a i {
    color: #fff;
}

.main-r {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 90px;
    background: #1b1d1f;
    border-radius: 4px;
    min-height: 100vh;
    overflow: hidden;
}

.menu {
    position: relative;
    width: 100%;
    margin-top: 90px;
    z-index: 5;
}

.menu h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "阿里妈妈刀隶体 Regular";
    width: 100%;
    font-size: 26px;
    color: #c6c9cf;
    padding: 0px 20px 0 30px;
    border-bottom: 1px solid #1b1d1f;
    line-height: 55px;
    position: relative;
    font-weight: normal;
    box-sizing: border-box;
}

.menu h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    height: 18px;
    width: 3px;
    background: #f1404b;
    margin-top: -7px;
    margin-left: 0;
}

.menu h3 span.h3-edit{
    position: relative;
    top: 5px;
    right: 5px;
    font-size: 18px;
    cursor: pointer;
}

.menu ol {
    display: flex;
    flex-wrap: wrap;
}

.menu ol li {
    width: 18.6%;
    background: #2c2e2f;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 8px;
    transition: all 1s;
}

.menu ol li a {
    color: #c6c9cf;
    align-items: center;
    font-size: 15px;
    display: flex;
    width: 100%;
    padding: 18px 0 18px 18px;
    position: relative;
    transition: all .3s ease-out 0s;
    box-sizing: border-box;
    transition: all .3s ease-out 0s;
    overflow: hidden;
}

.menu ol li a span {
    font-size: 20px;
    margin-right: 12px;
    height: 22px;
    line-height: 22px;
}

.menu ol li a em {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 12px;
    border-radius: 0 5px 0 0;
    background: #fb923c;
    color: #fff;
    padding: 0 5px;
}
.menu ol li a em.red {
    background:#f1404b;
}
.menu ol li a em.blue {
    background:#6a1ee2;
}
.menu ol li a em.green {
    background:#38b874;
}
.menu ol li a em.blue2 {
    background:#409EFF;
}
.menu ol li a em.blue3 {
    background:#0284c7
}
.menu ol li a em.green2
{
    background: #15803d;
}
.menu ol li a em.purple
{
    background-color: #8b5cf6;
}
.menu ol li a em.pink{
    background-color: #db7ad6;
}
.menu ol li:hover {
    transform: scale(1.05);
    /* border: 1px solid #f1404b; */
}

#searchBox{
    position: relative;
    margin-top: 15px;
    z-index: 2;
}

.searchBox{
    column-count: 1;
    column-gap: 15px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 90px;
    padding-left: 10px;
    z-index: 5;
    min-height: 400px;
}
.searchBox h3{
    border: 1px solid rgba(255, 255, 255, .05);
    padding: 10px 22px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 8px;
    min-height: 42px;
    padding: 12px;
    position: relative;
    width: 100%;
    font-weight: normal;
    box-sizing: border-box;
}
.searchBox .body {
    font-family: Georgia, times new roman, Times, Kai, kaiti sc, KaiTi, BiauKai, FontAwesome, serif;
    font-size: 26px;
    line-height: 42px;
    padding: 30px 50px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
    break-inside: avoid;
}
mark {
    color: #bbb;
    background-color: transparent;
    background-image: -webkit-linear-gradient(#f1404b, #f1404b);
    background-image: -o-linear-gradient(#f1404b, #f1404b);
    background-image: linear-gradient(#f1404b, #f1404b);
    background-position: 0 85%;
    background-size: 100% 20%;
    background-repeat: no-repeat;
    padding-bottom: 7px;
}
.searchBox .body p{
    margin-top: 15px;
    color: #bbb;
}
.searchBox .body p strong{
    color: #ddd;
}
footer{
    position: relative;
    padding: 0 15px 15px;
    background: #1b1d1f;
	color: #b2b8be;
    font-size: 13px;
    margin: 0 15px 0px 0;
    z-index: 2;
}

footer a{
    color: #c6c9cf;
}

.layui-layer-msg{
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4;
    border-radius: 5px;
    padding: 10px 20px;
}

.main-box{
    width: 100%;
    margin-top: 90px;
}

footer{
    text-align: center;
    padding: 20px;
    margin: 0;
    margin-left: 70px;
}
.opa{
    margin: 20px auto 0 auto;
    text-align: center;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.tools {
	position:relative;
	z-index:3;
	margin-top:85px;
}
.tools ul {
	display:flex;
	flex-wrap:wrap;
}
.tools ul li {
	display:flex;
	flex:0 0 49%;
	align-items:center;
	background:#2c2e2f;
	box-sizing:border-box;
	border-radius:10px;
	margin:8px 15px 0 0;
	padding:18px;
	transition:all 1s;
}
.tools ul li:last-child {
	margin-right:0;
}
.tools ul li label {
	flex-shrink:0;
	width:100px;
	margin-right:5px;
	display:inline-block;
	text-align:right;
}
.tools li input {
	width:100%;
	display:inline-block;
	border:none;
	padding-left:15px;
	height:38px;
	line-height:38px;
	background:#1b1d1f;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:#1b1d1f;
	outline:0;
	font-size:16px;
	border-radius:4px;
	color:#c6c9cf;
}
.tools-box {
	background:#2c2e2f;
	box-sizing:border-box;
	border-radius:10px;
	margin:20px 15px 0 0;
	padding:18px;
	transition:all 1s;
}
.tools-box h3 {
	font-size:18px;
}
.tools-box ol {
	display:flex;
	flex-wrap:wrap;
	margin-top:10px;
}
.tools-box ol li {
	display:flex;
	align-items:center;
	width:44.5%;
	border:1px solid #1b1d1f;
	padding:10px;
	background:#2c2e2f;
	box-sizing:border-box;
	margin:8px 0 0 0;
	transition:all 1s;
	border-radius:4px;
}
.tools-box ol li:nth-child(2) {
	width:120px;
	margin-right:12px;
	border:none;
}
.tools-box ol li label {
	flex-shrink:0;
	width:90px;
	margin-right:5px;
	display:inline-block;
	text-align:right;
}
.btn {
	margin:100px 15px 0 5px;
	/*width:100px;*/
}
.btn a {
	display:inline-block;
	flex-shrink:0;
	white-space:nowrap;
	cursor:pointer;
	background:#FFF;
	border:1px solid #DCDFE6;
	color:#fff;
	text-align:center;
	outline:0;
	transition:.1s;
	font-weight:500;
	font-size:14px;
	border-radius:3px;
	width:100px;
	height:36px;
	line-height:36px;
	margin:5px;
	text-align:center;
}
.btn a.btn1 {
	background:#409EFF;
	border:1px solid #409EFF;
}
.btn a:hover {
	opacity:.85;
}
.rotate90{
    transform: rotate(90deg);
}
.box-btn{
    display:flex; justify-content: center; width: 420px; margin: 30px auto;
}
.sc{
    display: inline-block;
    background: url('/images/sc.png') no-repeat;
    width:28px;
    height: 28px;
    background-size: 100%;
    margin-right: 10px;
    z-index: 999999;
    cursor: pointer;
}

.sc2{
    background: url('/images/sc2.png') no-repeat;
    width:28px;
    height: 28px;
    background-size: 100%;
    margin-right: 10px;
    cursor: pointer;
}
.editbox{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
}
.editbox div{
    background: #2c2e2f;
    width: 600px;
    padding: 0 20px 20px;
    margin: 40px auto;
    border-radius: 8px;
}
.editbox h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 21px;
    color: #c6c9cf;
    padding: 0px 20px 0 30px;
    border-bottom: 1px solid #1b1d1f;
    line-height: 55px;
    position: relative;
    font-weight: normal;
    box-sizing: border-box;
}

.editbox h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    height: 18px;
    width: 3px;
    background: #f1404b;
    margin-top: -9px;
    margin-left: 0;
}
.editbox h3 span{
    cursor: pointer;
}
.editbox ol{
    width: 600px;
    height: calc(100vh - 240px);
    margin-top: 10px;
    overflow-y: auto;
}
.editbox li{
    background: #1b1d1f;
    border-radius: 10px;
    margin: 8px;
    width: calc(100% - 16px);
    color: #c6c9cf;
    align-items: center;
    font-size: 15px;
    display: flex;
    padding: 18px;
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease-out 0s;
    overflow: hidden;
}
.editbox li a{
    color: #c6c9cf;
}
.editbox li a:hover{
    color: #f1404b;
}
.editbox li span{
    font-size: 18px;
    margin-right: 8px;
}
.editbox li span.span-type{
    position: absolute;
    right: 12px;
}
.editbox li span.span-type input{
    background: #2c2e2f;
    width:48px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}
.editbox li span.span-type i{
    cursor: pointer;
}
.editbox p{
    text-align: center;
    margin-top: 10px;
}
.editbox p span{
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid  #1b1d1f;
    margin: 10px;
    cursor: pointer;
}
.editbox p span:nth-child(1){
    background: #555;
}
.editbox p span:nth-child(2){
    background: #f1404b;
    color: #fff;
}
.editbox p span:hover{
    opacity: .85;
}
#loading{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #1b1d1f; 
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	padding:0; 
	margin:0;
	z-index: 10000;
}
.loader {
	--size:32px;
	--duration:800ms;
	width:32px;
	transform-style:preserve-3d;
	transform-origin:50% 50%;
	transform:rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
	position:relative
}
.loader .box {
	width:32px;
	height:32px;
	transform-style:preserve-3d;
	position:absolute;
	top:0;
	left:0
}
.loader .box:nth-child(1) {
	transform:translate(100%,0);
	animation:box1 800ms linear infinite
}
.loader .box:nth-child(2) {
	transform:translate(0,100%);
	animation:box2 800ms linear infinite
}
.loader .box:nth-child(3) {
	transform:translate(100%,100%);
	animation:box3 800ms linear infinite
}
.loader .box:nth-child(4) {
	transform:translate(200%,0);
	animation:box4 800ms linear infinite
}
.loader .box > div {
	--translateZ:calc(var(--size) / 2);
	--rotateY:0deg;
	--rotateX:0deg;
	background:#f65c5c;
	width:100%;
	height:100%;
	transform:rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
	position:absolute;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto
}
.loader .box > div:nth-child(1) {
	top:0;
	left:0
}
.loader .box > div:nth-child(2) {
	background:#f21414;
	right:0;
	--rotateY:90deg
}
.loader .box > div:nth-child(3) {
	background:#f54444;
	--rotateX:-90deg
}
.loader .box > div:nth-child(4) {
	background:rgba(165,100,100,.15);
	top:0;
	left:0;
	--translateZ:calc(var(--size) * 3 * -1)
}
.main-box #keyboard{
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch;
}
.main-box .keyboard-tips{
  text-align: center;
  margin: 5px auto;
}
.main-box .key {
  width: 32px;
  height: 34px;
  margin: 2px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  float: left;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-box .pressed {
  background-color: #ffc107;
  color: #fff;
}
.main-box .pressing {
  background-color: #ff9800 !important;
  color: #fff;
}
.main-box .keyboard-space {
  height: 32px;
  float: left;
  line-height: 10px;
}


.main-box #keyboard-container {
  padding: 10px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  background: antiquewhite;
  width: 918px;
  margin: 0 auto;
  border-radius: 10px;
}

.main-box #keyboard-container-left {
  width: 864px;
  float: left
}

.main-box #keyboard-container-right {
  width: 38px;
  float: left
}

.main-box .key {
  background-color: #000;
}
.main-box .pressed {
  background-color: #FF5722;
}
.main-box #keyboard-container {
  background: #333;
}
@keyframes box1 {
	0%,50% {
		transform:translate(100%,0)
	}
	100% {
		transform:translate(200%,0)
	}
}
@keyframes box2 {
	0% {
		transform:translate(0,100%)
	}
	50% {
		transform:translate(0,0)
	}
	100% {
		transform:translate(100%,0)
	}
}
@keyframes box3 {
	0%,50% {
		transform:translate(100%,100%)
	}
	100% {
		transform:translate(0,100%)
	}
}
@keyframes box4 {
	0% {
		transform:translate(200%,0)
	}
	50% {
		transform:translate(200%,100%)
	}
	100% {
		transform:translate(100%,100%)
	}
}
#phone{
    display: none;
}
.sharebtn{
    /*position: fixed;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*bottom: 20px;*/
    /*right: 20px;*/
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    padding: 20px;
    /*z-index: 200;*/
    /*border-radius: 5px;*/
    /*background: #1b1d1f;*/
    /*cursor: pointer;*/
}
.sharebtn:hover{
    opacity: .85;
}
#sharebox{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.65);
    z-index: 201;
}
.sharebox{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 520px;
    height: 320px;
    margin: -150px -240px;
    background: #fff;
    border-radius: 5px;
    z-index: 210;
}
.sharebox h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    cursor: move;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px 2px 0 0;
    font-weight: normal;
}
.sharebox h3 em{
    cursor: pointer;
}
.sharebox h3 em:hover{
    color: #f1404b;
}
.sharebox p{
    background:#fcdadc; 
    padding:8px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    margin: 12px;
    border-radius: 3px; 
    color:#2a2a2a
}
.share-box ol{
    padding: 5px 15px 0;
    display: flex;
    justify-content: space-between;
}
.share-box ol li{
    background: #f5f5f5;
    width: 32%;
    text-align: center;
    margin-right: 3%;
    padding: 20px 20px 15px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}
.share-box ol li:last-child{
    margin-right: 0;
}
.share-box ol li span{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    height: 120px;
    cursor: pointer;
}
.share-box ol li em{
    display: block;
    margin-top: 8px;
}
.download-btn{
    font-size: 18px;
    margin-left: 12px;
    cursor: pointer;
}
.download-btn:hover{
    color: #f1404b;
}
/* 绿色提示框样式 */
.my-green-msg {
    background-color: #f0f9eb !important; /* 浅绿色背景 */
    color: #67c23a !important;           /* 深绿色文字 */
    border: 1px solid #e1f3d8 !important; /* 边框色 */
}
 
/* 黄色提示框样式 */
.my-yellow-msg {
    background-color: #fdf6ec !important;
    color: #e6a23c !important;
    border: 1px solid #faecd8 !important;
}
 
/* 红色提示框样式 */
.my-red-msg {
    background-color: #fef0f0 !important;
    color: #f56c6c !important;
    border: 1px solid #fde2e2 !important;
}

.field-list{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    line-height: 30px;
}
.checkbox-box{
    width: 100%;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    background-color: #FFF;
    transition: .3s;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 12px;
    margin-bottom: 20px;
}
.checkbox-box span{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    margin-right: 12px;
}
.checkbox-box span.checkbox-group input{
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    background-color: #fff;
    margin-right: 8px;
    z-index: 1;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46), background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-p{
    font-size: 18px;
    margin-top: 20px;
    color: #c6c9cf;
    padding: 15px;
    box-sizing: border-box;
}
.el-p p{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    margin-left: 15px;
    box-sizing: border-box;
}
.el-p .table, .el-p .table table{
    margin: 0;
}
@media screen and (max-width: 1000px) {
    #state, #xiaochengxu, .main-l{
        display: none;
    }
    #phone{
        display: block;
    }
    .main-r {
        padding: 0px 10px;
    }
    .menu ol li {
        width: 100%;
    }
    .main-date ul li{
        width:100%!important;
        height: auto!important;
    }
    .tools ul li {
    	flex:0 0 100%;
    }
    .tools-box ol li {
    	width:100%;
    }
    .tools-box ol li:nth-child(2) {
    	margin-left:30%;
    }
    .box-btn{
        width: auto;
    }
    .editbox div{
        background: #2c2e2f;
        width: 100%;
        height: 100vh;
        padding: 20px;
        margin: 0 auto;
        border-radius: 8px;
        box-sizing: border-box;
    }
    .editbox ol {
        width: 100%;
        overflow-y: auto;
    }
    .share, .download-btn{
        display: none;
    }
    #scrollFonts{
        display: none;
    }
    .info{
        right:15px;
    }
    .el-p .table{
        width: 100%;
    }
    .header .search {
        position: relative;
        left: 0px;
    }
}