* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none
}

.flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

[v-cloak] {
	display: none
}

.print-btn {
	width: 123px;
	height: 30px;
	border-radius: 4px;
	background-color: #A8D4FF;
	color: rgba(32, 144, 255, 100);
	font-size: 14px;
	text-align: center;
	font-family: Microsoft Yahei;
	border: 1px solid rgba(32, 144, 255, 100);
	line-height: 28px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block
}


/* ��߲˵� */

.left-menu-wrap {
	position: fixed;
	top: 60px;
	left: 0;
	background-color: #2C2B2B;
	height: 100vh;
	width: 60px;
	z-index: 100
}

.left-menu {
	position: absolute;
	top: 0px;
	left: 0;
	background-color: #2C2B2B;
	height: 100%
}
.container{
	padding:0!important;
}

.left-menu-wrap a {
	color: #2b2b2b;
	font-size: 12px;
	padding-left: 35px;
	line-height: 45px;
	width: 100%;
	height: 100%;
	display: inline-block
}

	.left-menu-wrap a:hover {
		color: #ffffff;
		background: #1c78e6;
		font-weight: bold
	}

.left-menu img {
	width: 20px;
	height: 20px;
	vertical-align: initial;
}

.left-menu-hide {
	display: none;
	position: absolute;
	left: 60px;
	top: 0;
	background-color: #2C2B2B;
	width: 96px;
	z-index: 2;
	height: 100%
}

.left-menu:hover .left-menu-hide {
	display: block
}

.left-menu-ul li {
	padding: 20px;
	height: 60px
}

.left-menu-hide > div {
	height: 60px;
	display: flex;
	justify-content: start;
	align-items: center;
	cursor: pointer
}

	.left-menu-hide > div > span {
		font-size: 14px;
		color: #777;
		font-weight: bold;
	}

.left-menu-selected {
	color: #ffffff !important;
	background: #1c78e6;
	font-weight: bold
}

.left-menu-title-selected {
	color: #1c78e6 !important
}

.left-menu-chlidren {
	position: absolute;
	left: 60px;
	top: 0;
	background-color: #fff;
	width: 150px;
	height: 100%;
	box-shadow: 6px 5px 4px #e3e5e9;
}

	.left-menu-chlidren > h4 {
		background: #eef0f5;
		font-size: 14px;
		color: #999999;
		font-weight: bold;
		line-height: 45px;
		padding-left: 24px;
		font-size: 12px
	}

.menu-small-margin {
	margin-left: 60px;
	background: #EDEFF4;
	padding: 20px;
	padding-top: 96px;
}

.menu-big-margin {
	margin-left: 210px;
	background: #EDEFF4;
	padding: 20px;
	padding-top: 96px;
}

.menu-small-margin {
	margin-left: 60px;
	background: #EDEFF4;
	padding: 20px;
	padding-top: 96px
}

.menu-big-margin {
	margin-left: 210px;
	background: #EDEFF4;
	padding: 20px;
	padding-top: 96px
}

.index-padding {
	padding-left: 80px;
	padding-top: 80px;
	padding-right: 20px;
	background-color: #EDEFF4
}

.main-padding {
	padding-left: 230px;
	padding-top: 80px;
	/* min-width: 1900px; */
	padding-right: 20px;
	background-color: #EDEFF4;
}

.top-menu {
	height: 60px;
	padding: 15px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #ffffff;
	border: 0;
	box-shadow: 0 0px 4px #e3e5e9
}

.top-logo {
	height: 94%
}

.top-logo img {
	height: 100%;
	width: auto
}

.top-menu-text a {
	margin-left: 12px;
	font-size: 16px;
	color: #999999;
	line-height: 16px;
	text-decoration: none
}

.top-menu-right {
	margin-left: auto;
	display: flex;
	align-items: center
}

.top-menu-news {
	position: relative;
	margin-right: 20px;
	cursor: pointer;
	padding: 20px 0
}

.top-menu-news img {
	vertical-align: middle
}

.top-menu-news b {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #d05451;
	right: -5px;
	top: 12px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 14px
}

.user-info {
	margin-right: 29px;
	cursor: pointer
}

.user-info img {
	vertical-align: middle
}

.handle-user {
	margin-right: 40px;
	position: relative;
	padding: 20px 0
}

.handle-user>p {
	width: 94px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	cursor: pointer
}

.handle-user>img {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%)
}

.handle-user-menu {
	position: absolute;
	top: 52px;
	left: -70px;
	width: 200px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 0px 4px #e3e5e9;
	display: none;
	font-size: 12px
}

.handle-user:hover .handle-user-menu {
	display: block
}

.mt29 {
	margin-top: 29px
}

.handle-menu-top {
	padding: 25px 20px;
	border-bottom: 1px solid #f0f3f6
}

.handle-user-menu p {
	color: #666;
	font-size: 12px;
	line-height: 26px
}

.handle-menu-bottom {
	padding: 20px;
	border-bottom: 1px solid #f0f3f6
}

.handle-menu-bottom>div {
	display: flex;
	align-items: center
}

.handle-menu-bottom>div:first-child {
	margin-bottom: 20px
}

.handle-menu-bottom img {
	margin-right: 10px
}

.handle-menu-bottom a {
	color: #666;
	font-size: 12px;
	text-decoration: none
}

.handle-menu-bottom a:hover {
	color: #1c78e6
}

.menu-logout {
	padding: 12px;
	text-align: center
}

.menu-logout span {
	font-weight: bold;
	color: #1c78e6 !important;
	cursor: pointer
}

.top-menu-news:hover .menu-news-list {
	display: block
}

.menu-news-list {
	position: absolute;
	width: 110px;
	background: #ffffff;
	left: -35px;
	top: 68px;
	text-align: center;
	line-height: 45px;
	border-radius: 6px;
	box-shadow: 0 0px 4px #e3e5e9;
	display: none
}

.menu-news-list a {
	color: #666;
	font-size: 15px;
	text-decoration: none
}

.theme-btn-b {
	width: 117px;
	height: 44px;
	border-radius: 4px;
	background-color: rgba(0, 128, 255, 100);
	color: rgba(255, 255, 255, 100);
	font-size: 18px;
	text-align: center;
	font-family: Microsoft Yahei;
	line-height: 44px;
	cursor: pointer
}

.theme-btn-s {
	width: 80px;
	height: 31px;
	border-radius: 4px;
	background-color: rgba(0, 128, 255, 100);
	color: rgba(255, 255, 255, 100);
	font-size: 18px;
	text-align: center;
	font-family: Microsoft Yahei;
	line-height: 31px;
	cursor: pointer;
	font-size: 14px
}

.theme-btn-s2 {
	width: 80px;
	height: 31px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 100);
	color: rgba(0, 12, 23, 100);
	border: 1px solid rgba(187, 187, 187, 100);
	font-size: 18px;
	text-align: center;
	font-family: Microsoft Yahei;
	line-height: 29px;
	cursor: pointer;
	font-size: 14px
}
.upload-file{
	position:relative;
}
   .upload-file input[type="file"] {
                opacity: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

.file-edit {
	width: 246px;
	height: 36px;
	border-radius: 8px;
	background: #CFE7FF;
	border: 1px solid rgba(100, 178, 255, 100);
	text-align: center;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(0, 128, 255, 100);
	line-height: 34px;
	cursor: pointer;
	display: none;
}
.upload-file-box:hover .file-edit {
	display: block;
}
.upload-file-box {
	text-align: center;
	margin-right: 40px;
	position:relative;
	padding-top: 20px;
}
.select-img-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	overflow:hidden;
}
	.select-img-box img{
		width:100%;
		height:auto;
	}
	.file-arrow {
		position: absolute;
		bottom: -19px;
		left: 50%;
		transform: translateX(-50%);
		border: 9px solid transparent;
		border-top: 9px solid #CFE7FF;
	}
.form-main {
	position: relative;
	min-width: 1900px;
}

.form-item {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 11px
}

.form-title {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(236, 229, 229, 100);
	display: flex;
	align-items: center
}

.form-title>h4 {
	padding-left: 10px;
	border-left: 4px solid #0080FF;
	font-size: 16px;
	font-weight: bold;
	color: #0080FF
}

.form-content {
	padding: 20px
}

.form-row {
	display: flex;
	align-items: center;
	margin-bottom: 26px
}

.form-content>.form-row:last-child {
	margin-bottom: 0
}

.form-input {
	position: relative;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
}

.form-input>label {
	display: inline-block;
	min-width: 112px;
	margin-right: 10px;
	font-size: 14px;
	text-align: right
}

.form-input i {
	color: red;
	margin-right: 6px
}

.form-input select {
	height: 30px;
	width: 214px;
	border: 1px solid #d2d2d2;
	color: #6d6d6d;
	font-size: 14px;
	border-radius: 4px;
	padding: 0 5px;
}

.form-input input[type="text"],.form-input input[type="password"] {
	height: 30px;
	width: 214px;
	border: 1px solid #d2d2d2;
	color: #6d6d6d;
	font-size: 14px;
	padding-left: 10px;
}

.form-input textarea {
	width: 214px;
	border: 1px solid #d2d2d2;
	color: #6d6d6d;
	font-size: 14px;
	resize: none;
	padding: 10px;
}
.form-input>span {
	width: 214px;
	display:inline-block;
}

.form-row>.form-input {
	margin-right: 105px
}

.form-row>.form-input:last-child {
	margin-right: 0
}

.edit-num {
	width: 153px;
	height: 40px;
	border-radius: 4px 4px 4px 4px;
	background-color: rgba(255, 255, 255, 100);
	color: rgba(16, 16, 16, 100);
	font-size: 14px;
	text-align: center;
	font-family: Roboto;
	border: 1px solid rgba(220, 223, 230, 100)
}

.edit-num input {
	width: 100%;
	height: 100%;
	border: none
}

.edit-btn {
	flex: 1;
	border-left: 1px solid rgba(220, 223, 230, 100);
	height: 100%;
	background-color: #F5F7FA;
	cursor: pointer
}

.package-box {
	margin-left: 33px
}

.package-item {
	margin-bottom: 20px;
	overflow: auto
}

.package-item>h4 {
	font-size: 16px;
	margin-bottom: 9px
}

.package-input {
	margin-right: 34px;
	font-size: 14px;
	display: flex;
	align-items: center
}

.package-input>label {
	min-width: 69px;
	margin-right: 5px;
	flex-shrink: 0
}

.package-input i {
	color: red;
	margin-right: 6px
}

.package-input input {
	height: 30px;
	color: rgba(136, 136, 136, 100);
	font-size: 14px;
	font-family: Microsoft Yahei;
	border: 1px solid rgba(187, 187, 187, 100);
	padding-left: 10px
}

.edit-btn img {
	margin-top: 5px
}

.mask-box {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	z-index: 9999
}

.mask-content {
	width: 1013px;
	height: 777px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff
}

.mask-top {
	height: 74px;
	border: 1px solid rgba(236, 229, 229, 100);
	padding-left: 35px;
	padding-top: 29px;
	font-size: 18px;
	font-weight: bold
}

.mask-close {
	position: absolute;
	top: 29px;
	right: 36px;
	cursor: pointer
}

.mask-main {
	padding: 20px;
	height: 667px;
	overflow: auto;
}

.theme-btn-1 {
	height: 40px;
	border-radius: 4px;
	background-color: rgba(0, 128, 255, .2);
	color: rgba(32, 144, 255, 100);
	font-size: 14px;
	text-align: center;
	border: 1px solid #2090FF;
	line-height: 40px;
	cursor: pointer
}

.theme-btn-2 {
	height: 40px;
	border-radius: 4px;
	background-color: rgba(255, 177, 0, 0.2);
	color: rgba(225, 156, 0, 100);
	font-size: 14px;
	text-align: center;
	border: 1px solid #FFB100;
	line-height: 40px;
	cursor: pointer
}

.form-input>img {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	cursor: pointer
}

.addess-tip {
	height: 70px;
	background-color: rgba(214, 221, 231, 100);
	padding: 20px;
	margin-bottom: 20px
}

.addess-tip span {
	color: rgba(53, 102, 152, 100);
	font-size: 18px;
	font-weight: bold
}

.addess-tip-btn {
	width: 105px;
	height: 39px;
	border-radius: 4px;
	background-color: rgba(53, 102, 152, 100);
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 39px;
	margin-left: auto;
	cursor: pointer
}

.china-address {
	width: 522px;
	height: 656px
}

.switch-tag {
	width: 80px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #303133;
	border-bottom: 2px solid #E4E7ED;
	cursor: pointer;
	margin-top: 20px
}

.tag-active {
	color: #1989FA;
	border-bottom: 2px solid #1989FA
}

.add-address {
	width: 522px;
	height: 578px;
	overflow: auto
}

.layui-layer.layui-layer-iframe.layui-layer-border.layer-anim {
	top: 100px !important
}

.operation-btn {
	width: 100px;
	height: 30px;
	border-radius: 4px;
	background-color: #A8D4FF;
	color: rgba(32, 144, 255, 100);
	font-size: 14px;
	text-align: center;
	font-family: Microsoft Yahei;
	border: 1px solid rgba(32, 144, 255, 100);
	line-height: 28px;
	cursor: pointer;
	display: inline-block;
	margin-left: 20px
}

.formError .formErrorContent {
	background: rgba(32, 144, 255, 100);
	border: none;
	box-shadow: 0 0 1px #ccc;
	padding: 5px
}

.formError .formErrorArrow div {
	background: rgba(32, 144, 255, 100);
	border: none;
	box-shadow: 0 0 1px #ccc
}

.tip-btn {
	padding: 12px;
	border-top: 1px solid #AEAEAE;
	color: #3ECB3C;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer
}

.lang-select>select {
	height: 40px;
	font-size: 14px;
	color: #999999;
	margin-left: 22px;
	box-shadow: inset 1px 1px 3px 0 #ededed;
	border: 1px solid #efefef;
	width: 150px;
	text-indent: 10px
}

.theme-btn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background-color: rgba(0, 128, 255, 100);
	color: rgba(255, 255, 255, 100);
	font-size: 14px;
	text-align: center;
	cursor: pointer
}

.theme-btn-2 {
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid rgba(187, 187, 187, 100);
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: rgba(16, 16, 16, 100);
	margin-left: 20px;
}
.left-text{text-align:left}
.my-table{
	
/* overflow: auto; */
}

.my-table>table {
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
	/* min-width: 1900px; */
}

.my-table td,
.my-table th {
	position: relative;
	height: 48px;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
	border-right: 1px solid #ccc
}

.my-table td i {
	position: absolute;
	top: 1px;
	left: -12px;
	color: red;
}

.my-table td input {
	width: 70px;
	height: 30px;
	border: 1px solid rgba(187, 187, 187, 100);
	padding: 5px;
	font-size: 14px;
}

.my-table td img {
	cursor: pointer;
}


.my-table td>div{
	position: relative;
	display: inline-block;
	height: auto;
}

.detail-server {
	display: flex;
	font-size: 14px;
	align-items: center;
	flex-wrap: wrap;
}

.detail-server>div {
	margin-right: 62px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.detail-server input {
	margin: 0 5px;
	width: 15px;
	height: 15px;
}

.submit-btn{
	width: 214px;
	height: 63px;
	line-height: 63px;
	border-radius: 4px;
	background-color: rgba(25, 137, 250, 100);
	color: rgba(255, 255, 255, 100);
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.upload-file{
	width: 106px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	text-align: center;
	border-radius: 4px;
	border: 1px solid rgba(217, 217, 217, 100);
	cursor: pointer;
}
.el-icon-error, .el-icon-circle-plus-outline, .el-icon-circle-close {
	font-size: 22px !important;
}
.color-409EFF {
	color: #409EFF;
}
.color-67C23A {
	color: #67C23A;
}