﻿/*通用样式 */

/*=====================ueditor编辑器表格边框线====================*/

table.noBorderTable td, table.noBorderTable th, table.noBorderTable caption {
    border: 1px dashed #ddd;
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100% !important
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
    padding: 5px 10px;
    border: 1px solid #DDD
}

caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center
}

th {
    border-top: 2px solid #BBB;
    background: #f7f7f7
}

.ue-table-interlace-color-single {
    background-color: #fcfcfc
}

.ue-table-interlace-color-double {
    background-color: #f7faff
}

/*=====================ueditor编辑器表格边框线====================*/

/* margin */

.z-10000 {
	z-index: 10000;
}

.z-10001 {
	z-index: 10001;
}

.z-10002 {
	z-index: 10002;
}


/* 颜色 */
.color-555555 {
	color: #555555;
}

.img-hover-wrapper {
    overflow: hidden;
}
.img-hover-scale3d {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .5s ease;
}
.img-hover-scale3d:hover {
	transform: scale3d(1.2, 1.2, 1);
}

.rotateIn:hover {
	animation: rotateIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 600ms; /* don't forget to set a duration! */
	animation-delay: 100ms; /* don't forget to set a duration! */
}

.color-fff-hover:hover {
    color: #fff !important;
}

.color-2A62FF-hover  {
	position: relative;
    transition: all .5s ease;
}

	.color-2A62FF-hover:hover {
		color: #2A62FF !important;
	}
.border-2A62FF-hover:hover {
		border: 1px solid #2A62FF !important;
	}

*[data-event="link"] {
    cursor: pointer;
}

.cursor, .customerurl {
    cursor: pointer;
}
/* 移动端
/* pc端特有样式 */

@media (min-width: 1200px) {
	.w-xl-1200 {
		width: 1200px;
		margin: auto;
	}
	.d-xl-flex {
		display: flex;
	}

}
特有样式 */

@media (max-width: 1199.98px) {}
