* {
	padding: 0;
	margin: 0;
}

body {
	min-height: 100vh;
}

::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 7px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 5px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: skyblue;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ededed;
	border-radius: 7px;
}

.text-muted {
	color: #7f7f7f;
}

.align-center {
	text-align: center;
}

.p-5 {
	padding: 12px;
}

.mb-6 {
	margin-bottom: 15px;
}

.mt-3{
	margin-top: 20px;
}

.button:hover{
	opacity:.5;
}

.login-out{
	cursor:pointer;
}

.button {
	background: rgba(51, 153, 153, 1);
	width: 163px;
	height: 40px;
	border-width: 0;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	margin-top: 50px;
}

.button a {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
    height: 100%;
    display: block;
}
.plain{
	background: #fff;
	border: 1px solid rgba(51, 153, 153, 1);
}
.plain a{
	color: rgba(51, 153, 153, 1);
}

.top {
	height: 193px;
	width: 100%;
	min-width: 840px;
	background: linear-gradient(169.724641835122deg, rgba(1, 84, 120, 1) 23%,
		rgba(51, 153, 153, 1) 89%);
}

.mulit-tab {
	margin-top: 58px;
	height: 50px;
	overflow: hidden;
}

.mulit-tab-item {
	margin: 0 10px 0 0;
	padding: 0 15px;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	float: left;
	color: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.224);
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap; /* 规定文本是否折行 */
	text-overflow: ellipsis;
}

.mulit-tab-item.active {
	font-weight: 600;
	color: rgb(51, 153, 153);
	background: rgba(255, 255, 255, 1)
}

.mulit-bottom-header {
	height: 100px;
}

.mulit-icon {
	float: left;
	width: 80px;
	height: 80px;
	border: 3px solid #bdbdbd;
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.mulit-header-info {
	padding-left: 120px;
	padding-top: 10px
}

.mulit-header-info .title {
	color: #172b4d;
	font-size: 24px;
	max-width:100%;
	overflow:hidden;
	white-space: nowrap; /* 规定文本是否折行 */
	text-overflow: ellipsis;
}

.mulit-header-info .remark {
	color: #7f7f7f;
	font-size: 16px;
	line-height: 3rem;
}

.container {
	min-width: 840px;
	max-width: 1024px;
	width: 80vw;
	margin: 0 auto;
	padding-top: 2rem;
}

.login-msg {
	float: right;
	font-size: 14px;
	color: #fff;
}

.top-icon {
	width: 120px;
	height: 120px;
	border: 3px solid #bdbdbd;
	border-radius: 8px;
	background: #fff;
	margin: 10px auto;
	text-align: center;
}
.icon-span{
	width: 100%;
	min-width: 120px;
	height: 120px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border-radius: 8px;
	background-clip: content-box;
}
.icon-span-small{
	width: 100%;
	min-width: 80px;
	height: 80px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border-radius: 8px;
	background-clip: content-box;
}
.icon-span-default{
	width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    transform: translateY(-50%);
    background-repeat: no-repeat;
	background-position: center center;
    top: 50%;
    position: relative;
    background-size: contain;
}

.icon-span-default-small{
	width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    transform: translateY(-50%);
    background-repeat: no-repeat;
	background-position: center center;
    top: 50%;
    position: relative;
    background-size: contain;
}
.bottom {
	min-height: calc(82vh - 193px);
	padding-bottom: 100px;
}

.bottom-header {
	margin-top: 20px;
	text-align: center;
}

.bottom-header .title {
	color: #333;
	font-size: 28px;
}

.bottom-header .remark {
	color: #7f7f7f;
	font-size: 18px;
	line-height: 3rem;
}

.hr-class {
	margin-top: 15px;
	background: #f0f2f5;
	height: 4px;
}

.version-item {
	border-bottom: 2px solid #f0f2f5;
	min-height:53px;
}

.normal-version {
	min-height: 35px;
}

.open-version {
	min-height: 200px;
}

.last-version {
	padding-top:40px;
	min-height: 200px;
}

.version-item .left-info {
	width: 190px;
	height: 190px;
	float: left;
}

.left-word-title {
	margin-bottom: 15px;
	color: #333;
	font-size: 30px;
	position: relative;
}

.large-version {
	max-width: 130px;
	overflow: hidden;
	white-space: nowrap; /* 规定文本是否折行 */
	text-overflow: ellipsis;
	display: block;
	float: left;
}

.other-version {
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap; /* 规定文本是否折行 */
	text-overflow: ellipsis;
	float:left;
	display: block;
}

.tip-word {
	font-size: 12px;
	color: #fff;
	padding: 1px 2px;
	margin-left: 10px;
	background: rgb(46, 206, 119);
	position: absolute;
	top: 12px;
	float: right;
}

.left-word-item {
	margin: 7px 0;
	font-size: 12px;
	width: 180px;
	overflow: hidden;
	white-space: nowrap; /* 规定文本是否折行 */
	text-overflow: ellipsis;
}

.version-item .right-info {
	padding-left: 230px;
	min-height: 200px;
}

.right-word-title {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.right-word-content {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	min-height: 60px;
	margin-top: 1.2rem;
	min-width: 200px;
	max-width: calc(100% - 50px);
	overflow: auto;
}

.right-word-date {
	font-size: 14px;
	color:#333;
	padding: 50px 0;
}

.down-icon {
	float: right;
	padding-right: 20px;
	cursor: pointer;
}

.close-version {
	width: 230px;
	float: left;
	overflow:hidden;
}
.close-version-content{
	max-width: 170px;
	padding-left:12px;
	overflow:hidden;
	font-size:18px;
	font-weight:400;
	color:#333;
	white-space: nowrap; /* 规定文本是否折行 */
	text-overflow: ellipsis;
}
.close-title {
	float: left;
}

.close-log {
	font-size: 14px;
	float: left;
	color:#555555;
	max-width: calc(100% - 700px);
	overflow:hidden;
	white-space: nowrap; /* 规定文本是否折行 */
	text-overflow: ellipsis;
}

.close-date {
	color:#333;
	font-size: 14px;
	float: right;
}

.close-icon {
	float: right;
	padding: 0 20px;
	cursor: pointer;
}

.normal-version .open-content {
	display: none;
}

.normal-version .close-content {
	display: block;
}

.open-version .open-content {
	display: block;
}

.open-version .close-content {
	display: none;
}
.open-content{
	padding-top:40px;
}
.close-content{
	height:38px;
	padding-top:15px;
	cursor:pointer;
}
.close-content:hover{
	background: #eaefef4a;
	opacity:.8;
}

.ui-slider-tooltip { /* CSS属性顺序按照 字母首字母 排列*/
	background: #fff;
	border: 1px solid #080808;
	color: #080808;
	display: block;
	text-align: center;
	padding: 5px 3px 5px 3px;
	position: absolute;
	z-index: 99999;
}

.ui-corner-all {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-bottom-left-radius: 5px 5px;
}

.ui-tooltip-pointer-down {
	border-bottom-width: 0;
	border-left: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-top: 8px solid #080808;
	bottom: -8px;
	display: block;
	height: 0;
	left: 48%;
	margin-left: 1px;
	position: absolute;
	width: 0;
}

.ui-tooltip-pointer-down-inner {
	border-left: 6px dashed transparent;
	border-right: 6px dashed transparent;
	border-top: 7px solid #fff;
	left: -6px;
	top: -9px;
	position: absolute;
}

.tip {
	padding: 0 15px;
	font-size: 16px;
}

.error-box{
	text-align:center;
	margin-top:20px;
}

.error-box .error-title{
	font-size:28px;
	color:#333;
	margin-bottom:10px;
}

.error-box .error-content{
	font-size:18px;
	color:#7f7f7f;
	margin-bottom:10px;
}

.error-box .refresh-word{
	font-size:18px;
	color:#339999;
	margin-bottom:10px;
	cursor:pointer;
}
.error-box .refresh-word:hover{
	opacity:.7;
}
.page-btn-class{
	padding:10px 20px;
	color:#339999;
	cursor:pointer;
}
.disabled{
	color: #7f7f7f;
	cursor:not-allowed;
}
.md5-content{
	display:block;
	max-width:135px;
	float:right;
	overflow:hidden;
	white-space: nowrap; /* 规定文本是否折行 */
	text-overflow: ellipsis;
}
.page-bar-class{
	margin-top:70px;
	font-size:14px;
}