﻿a {
	text-decoration: none;
	color: #2b8dff;
}
a:focus {
    text-decoration: none;
}

*,
#main p {
	padding: 0px;
	margin: 0px;
}

body {
	background-size: 100%;
	background-attachment: fixed;
	background: none;
}

input {
	width: 100%;
	line-height: 35px;
}

button {
	padding: 5px 5px;
	position: relative;
	float: left;
}

li span {
	word-break: break-all;
	width: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
}

input {
	min-width: 100%;
	line-height: 35px;
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, .4)
}

input:focus {
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, .1)
}

li p {
	max-width: 50%;
	margin-left: 10px !important;
	line-height: 36px;
	position: relative;
	float: left;
}

#main {
	margin: 20px 20px 0 20px;
	position: relative;
	float: left;
}

#main li {
	width: 100%;
	padding: 8px 0;
	line-height: 36px;
	position: relative;
	float: left;
}

#main ul {
	margin: 20px;
	padding: 0px;
}

#main hr {
	margin: 20px 0;
}

#main h2 {
	margin: 10px 0px;
}

#updatekey {
	font-weight: 800;
	height: 2.35rem;
	padding: 5px 8px;
	border: 0px;
	border-radius: 6px;
	color: white;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	background: #2b8dff;
}

#copytip {
	/* line-height: 60px; */
}

.conul {
	list-style-type: none;
}

.boldfont {
	font-weight: 800;
}

.green {
	color: rgb(81 255 137);
}

#main dl.alt dt {
	width: 6em !important
}

@media screen and (max-width: 360px) {
	#main {
		border-radius: 5px;
		margin: 10px 10px 0 10px;
	}
	.main-footer{
	    display: none;
	}
}
@media screen and (max-width: 768px) {
	.main-footer{
	    display: none;
	}
}

.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}

html, body {height: 100%;}

.page {width: 100%;height: 100%;display: flex;flex-direction: column;background: #f7f7f7;overflow: hidden}
.page-header {height: 60px;background: #fff;border-bottom: #f0f0f0 1px solid !important;line-height:60px;margin: 0 !important;padding: 0 !important}
.page-header .heaer-content {width: 80vw;margin: auto;height: 100%;display: flex;align-items: center;}
.page-header .heaer-content img {height: 44px;width: auto;}

.page-middle {flex: 1;overflow-y: auto;display: flex;flex-direction: column;}
.page-middle .main-content {width: 80vw;margin: auto;display: flex;padding-top: 20px;flex: 1;}
.page-middle .main-content .page-left {width: 30%;margin-right: 20px;}
.page-middle .main-content .page-left .left-card {background: #fff;border: #f0f0f0 1px solid;border-radius: 10px;margin-bottom: 20px;}
.page-middle .main-content .page-left .left-card .card-title {padding: 15px 20px;font-size: 18px;font-weight: bold;border-bottom: #f0f0f0 1px solid;}
.page-middle .main-content .page-left .left-card .mian-menu {margin: 0;}
.page-middle .main-content .page-left .left-card .mian-menu li {list-style-type: none;padding-left: 20px;}
.page-middle .main-content .page-left .left-card .mian-menu li.active {background: #fbfbfb;}
.page-middle .main-content .page-left .left-card .mian-menu li a {padding: 10px 10px 10px 0;border-bottom: #f0f0f0 1px solid;display: flex;color: #333;font-weight: normal;align-items: center;}
.page-middle .main-content .page-left .left-card .mian-menu li:last-child a {border-bottom: none;}
.page-middle .main-content .page-left .left-card .mian-menu li a:hover {color: #2b8dff;}
.page-middle .main-content .page-left .left-card .mian-menu li.active a {color: #2b8dff;}
.page-middle .main-content .page-left .left-card .mian-menu li a .icon {font-size: 20px;margin-right: 10px;}
.page-middle .main-content .page-left .left-card .mian-menu li a .iconfont {margin-left: auto;}
.page-middle .main-content .page-left .left-card .waiting {height: 150px;display: flex;justify-content: center;align-items: center;color: #999;}

.page-middle .main-content .page-right {flex: 1;width: 50%;}
.page-middle .main-content .page-right .right-card {background: #fff;border: #f0f0f0 1px solid;border-radius: 10px;padding: 15px 20px;color: #000;font-size:16px;}

.page-footer {height: 40px;background: #fff;line-height: 40px;margin: 20px 0 0;}
.page-footer .footer-content {width: 80vw;margin: auto;height: 100%;display: flex;align-items: center;color: #666;font-size: 14px;}
.page-footer .footer-content .el-link {margin-left: 10px;}





