/*yecha整理*/
* { margin: 0; padding: 0; }
 [v-cloak] {
 display: none;
}
#canvas { z-index: 9999; }
h1 { font-size: 30px; font-weight: bold; line-height: 100px; }
el-input { margin-top: 60px; }
.sealMain { width: 100%; height: auto; display: flex; flex-direction: column; align-items: center; }
.sealNav { width: 70%; /*height: 50px;*/ background-color: rgba(248, 252, 255,  1); display: flex; margin-top: 30px; flex-wrap: wrap; box-shadow:0 0 15px rgba(0,0,0,0.1);}
 @media screen and (max-width: 1100px) {
 .sealNav {
 transform: scale(0.9);
}
 #canvas {
 transform: scale(.7) !important;
}
}
.sealNav .navItem { width: 8.33%; height: 100%; border: 1px dashed #f7f7f7; text-align: center; line-height: 40px; cursor: pointer; white-space: nowrap; }
.sealNav .navItem02 { background-color: rgba(248, 252, 255,  1); }
.sealNav .navItem.on{
	 background-color: rgba(64, 158, 255, 1);
 color: white;}
.sealNav .navItem:hover { background-color: rgba(64, 158, 255, .5); color: white; }
.setSealBox { position: relative; width: 70%; min-width: 660px; height: 46vh; min-height: 340px; display: flex; justify-content: space-between; }
.setSealBox .btn801 {
	position: absolute;
    bottom: 30px;
    right: 6%;
    width: 14%;
    border: 1px solid #409EFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.setSeal { width: 70%; height: 100%; border: 2px dashed rgba(64, 158, 255, 1); border-radius: 8px;box-shadow:0 0 15px rgba(0,0,0,0.1); overflow: hidden;background-color:rgba(248, 252, 255,  1); }
.el-tabs { width: 100%; height: 100%; }
.el-tabs__content { width: 100%; height: 100%; }
.el-tab-pane { height: 80%; }
.sealData { height: 100%; display: flex; flex-direction: column; justify-content: space-evenly; padding: 10px; overflow: auto; }
.sealData .sealData_item { display: flex; }
.sealData .sealData_item span { width: 80px; height: 40px; line-height: 40px; font-size: 14px; white-space: nowrap; }
.dataTitle { width: 16%; height: 40px; line-height: 40px; text-align: center; white-space:nowrap; }
#sealdiv { width: 26%; height: 100%; border: 2px dashed rgba(64, 158, 255, 1); border-radius: 8px; box-shadow:0 0 15px rgba(0,0,0,0.1);position: relative; display: flex; justify-content: center; align-items: center; pointer-events: none; overflow: hidden; }

.previewTitle { width: 100%; height: 40px; line-height: 40px; background-color: rgba(248, 252, 255, 1); font-size: 14px; font-weight: bold; text-indent: 10px; position: absolute; top: 0; left: 0; }
.createSeal { width: 70%; margin-top: 20px; display: flex; }
.warning { width: 70%; min-width: 660px; height: auto; text-indent: 20px; background-color: rgba(248, 252, 255,  1); border-left: 4px solid red; margin-top: 40px; font-size: 14px; }
.shuom { width: 70%; }
.keywords { background-color: rgba(255, 242, 127, 1); color: #FF5722; font-weight: 600; padding: 2px; border-radius: 3px; box-shadow: 0 1px 0px 0 rgb(0 0 0 / 20%), 0 0px 0px 0 rgb(0 0 0 / 19%); }
 @media screen and (max-width: 1400px) {
 #ad {
 display: none;
}
 .sealNav .navItem {
 font-size: 12px;
}
 .warning {
 max-width: 370px;
}
            /* 针对小屏电脑的功能操作适配 */
            .sealData {
 justify-content: normal !important;
}
 .sealData > div {
 margin-top: 10px;
}
 #canvas {
 transform: scale(.8);
}
}
/* 右侧广告动画 */
        #adddddd { animation: scale 1.2s ease-in-out infinite alternate; }
 @keyframes scale { 0% {
 transform: scale(1);
}
 50% {
 transform: scale(.9);
}
 100% {
 transform: scale(1);
}
}
table td { width: 100px; }
 table tr:nth-child(1) td {
 font-size: 18px;
 font-weight: 700;
 color: rgb(255 245 245)
}
 table tr td a:not(tr:nth-child(1) td a) {
 color: gray;
}
 table tr td a:not(tr:nth-child(1) td a):hover {
 color: rgba(9, 107, 254, 1);
}
/* .footer { position: absolute; border-top: 1px solid rgba(207, 207, 207, 1); display: flex; justify-content: center; width: 100%; height: 60px; position: absolute; background-color: black; color: white; display: flex; justify-content: center; align-items: center; border-top: 1px solid rgba(255, 255, 255, .2); } */
.el-header{height: 60px; border-bottom: 1px solid lightgray;}
.logo img{ width:140px;}
.el-dropdown-menu{ top:16px;}


.users{
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	position: relative;
}

.users a {
    line-height: 40px;
    display: inline-block;
    float: left;
    color: #fff!important;
}
.fl{ float:left;}
.users-img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 4px;
	margin-left: 16px;
	position: relative;
	    float: left;
}
.users-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	float: left;
}
.users-img.acti:after{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	width: 5px;
	height: 5px;
	background-color: #ff4526;
	border-radius: 50%;
}
.users-slide{
	width: 250px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 40px;
	display: none;
	border-radius: 0 0 5px 5px;
}
.users:hover .users-slide{ display:block;}

.users-slide-inf{
	width: 100%;
	height: 90px;
	background: url(../img/im78.jpg)center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 10px;
}
.users-slide-inf-img{
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.users-slide-inf-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.users-slide-inf-txt{
	width: 180px;
	display: table;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.users-slide-balance{
	width: 100%;
	height: 44px;
	background-color: #f7f7f7;
	padding: 0 20px;
}
.users-slide-balance span{
	width: 50%;
	display: inline-block;
	float: left;
	line-height: 44px;
	font-weight: bold;
}
.users-slide-balance span:last-child{
	text-align: right;
}

.users-slide-list{
	width: 100%;
	height:100px;
}
.users-slide-list ul{
	width: 100%;
}
.users-slide-list a{ color:#333!important;}
.users-slide-list ul li{
	width: 50%;
	height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 10px !important;
	border-bottom: 1px solid #eeeeee;
	    display: inline-block;
}
.users-slide-list ul li a{
	height: 40px;
	display: block;
	width: 100%;
	line-height: 40px;
}
.users-slide-list ul li:after{
	background: #d8d8d8 !important;
	height: 20px !important;
	left: inherit !important;
	right: 6px;
	top: 50%;
	margin-top: -4px;
}
.users-slide-list ul li:nth-child(2n):after{
	width: 0 !important;
}
.users-slide-list-ico{
	width: 30px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.users-slide-list-txt{
	font-size: 14px;
	line-height: 40px;
}

.users-slide-exit{
	width: 100%;
	height: 44px;
	line-height: 44px;
	background-color: #f7f7f7;
	border-radius: 0 0 5px 5px;
	text-align: center;
}

.users-slide-exit a {
    text-align: center;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff!important;
    background: #2b6add;
    border-radius: 0 0 5px 5px;
}
.users-slide-exit a:hover{
	color: #ff6600;
}
.top .fr-box {float: right;height: 40px;}
.top .fr-box ul li .down-sub {display: none;z-index: 2;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);padding: 5px 0;width: 130px;top: 40px;}
.top .fr-box ul li .down-sub:before {left: 15px;}
.pub-sub:before {content: '';width: 0;height: 0;position: absolute;left: 0;top: -17px;border: 8px solid transparent;border-bottom: 8px solid #ccc;}
.top .fr-box ul li .down-sub a {display: block;height: 36px;line-height: 36px;cursor: pointer;-webkit-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;text-align: center;}
.top .fr-box ul li .down-sub a:hover {background: #f0f0f0;color: #ff8d1c;}