button, input, select, button:focus, input:focus, select:focus{
    outline: none !important;
}
ul, li {
    margin: 0;
    padding: 0;
}
img {
    object-fit: cover;
    object-position: center;
}
img, video {
    max-width: 100%;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #7aa3ed;
}
a:hover, a:focus {
    text-decoration: none;
}
.block{
    display: block;
    clear: both;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.wd-xs {
    width: 25% !important;
}
.wd-sm {
    width: 50% !important;
}
.wd-md {
    width: 75% !important;
}
.wd-lg {
    width: 100% !important;
}
.bd-no {    
    border: 0px !important;
}
.pd-no {
    padding: 0px !important;
}
.pd-xs {
    padding: 5px !important;
}
.pd-sm {
    padding: 10px !important;
}
.pd-md {
    padding: 15px !important;
}
.pd-lg {
    padding: 20px !important;
}
.pdt-no {
    padding-top: 0px !important;
}
.pdt-xs {
    padding-top: 5px !important;
}
.pdt-sm {
    padding-top: 10px !important;
}
.pdt-md {
    padding-top: 15px !important;
}
.pdt-lg {
    padding-top: 20px !important;
}
.pdb-no {
    padding-bottom: 0px !important;
}
.pdb-xs {
    padding-bottom: 5px !important;
}
.pdb-sm {
    padding-bottom: 10px !important;
}
.pdb-md {
    padding-bottom: 15px !important;
}
.pdb-lg {
    padding-bottom: 20px !important;
}
.pdl-no {
    padding-left: 0px !important;
}
.pdl-xs {
    padding-left: 5px !important;
}
.pdl-sm {
    padding-left: 10px !important;
}
.pdl-md {
    padding-left: 15px !important;
}
.pdl-lg {
    padding-left: 20px !important;
}
.pdr-no {
    padding-right: 0px !important;
}
.pdr-xs {
    padding-right: 5px !important;
}
.pdr-sm {
    padding-right: 10px !important;
}
.pdr-md {
    padding-right: 15px !important;
}
.pdr-lg {
    padding-right: 20px !important;
}
.mg-no {
    margin: 0px !important;
}
.mg-xs {
    margin: 5px !important;
}
.mg-sm {
    margin: 10px !important;
}
.mg-md {
    margin: 15px !important;
}
.mg-lg {
    margin: 20px !important;
}
.mgt-no {
    margin-top: 0px !important;
}
.mgt-xs {
    margin-top: 5px !important;
}
.mgt-sm {
    margin-top: 10px !important;
}
.mgt-md {
    margin-top: 15px !important;
}
.mgt-lg {
    margin-top: 20px !important;
}
.mgb-no {
    margin-bottom: 0px !important;
}
.mgb-xs {
    margin-bottom: 5px !important;
}
.mgb-sm{
    margin-bottom: 10px !important;
}
.mgb-md {
    margin-bottom: 15px !important;
}
.mgb-lg {
    margin-bottom: 20px !important;
}
.mgl-no {
    margin-left: 0px !important;
}
.mgl-xs {
    margin-left: 5px !important;
}
.mgl-sm {
    margin-left: 10px !important;
}
.mgl-md {
    margin-left: 15px !important;
}
.mgl-lg {
    margin-left: 20px !important;
}
.mgr-no {
    margin-right: 0px !important;
}
.mgr-xs {
    margin-right: 5px !important;
}
.mgr-sm {
    margin-right: 10px !important;
}
.mgr-md {
    margin-right: 15px !important;
}
.mgr-lg {
    margin-right: 20px !important;
}

.border-none {
    border: none !important;
}

.text-red{color:#dd4b39 !important}
.text-yellow{color:#f39c12 !important}
.text-blue{color:#0073b7 !important}
.text-black{color:#333333 !important}
.text-green{color:#00a65a !important}
.text-gray{color:#d2d6de !important}
.text-orange{color:#ff851b !important}
.text-purple{color:#da81f5 !important}
.text-maroon{color:#d81b60 !important}
.text-white{color: #ffffff !important;}

.bg-gray {
    background-color: #d2d6de !important;
}
.bg-white {
    background-color: #fff !important;
}

.table-vertical-align-middle td {
    vertical-align: middle !important;
}

.transition-enlarge{
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.transition-enlarge:hover{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.overflow-ellipsis {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}
.overflow-auto {
    overflow: auto !important;
}


.circle {
    border-radius: 50%;
}


/*S-自定义按钮样式*/
.btn-custom {
    color: #fff;
    background-color: #7aa3ed;
    border-color: #7aa3ed;
}
.btn-custom:hover {
    color: #fff;
    background-color: #5b7ec7;
    border-color: #5b7ec7;
}
.btn-custom.focus, .btn-custom:focus {
    color: #fff;
    background-color: #5b7ec7;
    border-color: #5b7ec7;
}
.btn-custom.active, .btn-custom:active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #5b7ec7;
    border-color: #5b7ec7;
}
.btn-custom.active.focus, .btn-custom.active:focus, .btn-custom.active:hover, .btn-custom:active.focus, .btn-custom:active:focus, .btn-custom:active:hover, .open>.dropdown-toggle.btn-custom.focus, .open>.dropdown-toggle.btn-custom:focus, .open>.dropdown-toggle.btn-custom:hover {
    color: #fff;
    background-color: #5b7ec7;
    border-color: #5b7ec7;
}
/*E-自定义按钮样式*/

/*S-预览样式*/
.form-control-show {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d6de;
    overflow: auto;
}
.form-control-show img {
    max-width: 100%;
}
.form-control-show .col-md-4 {
    padding-left: 12px;
    padding-right: 12px;
}
/*E-预览样式*/

/*S-回到顶部*/
.common-go-top {
	z-index:99;
	position:fixed;
	background:rgba(255,255,255,.8);
	color:#999;
	border:1px solid #ddd;
	border-radius:50%;
	width:50px;
	height:50px;
	text-align:center;
	bottom:70px;
	right:15px;
    font-size:10px;
	line-height:18px;
	padding-top:3px;
    box-sizing:border-box;
    cursor: pointer;
}
@media screen and (min-width: 900px){
    .common-go-top {
        right:20px;
    }
}
@media screen and (min-width: 1400px){
    .common-go-top {
        right:30px;
    }
}
/*E-回到顶部*/

.width-auto {
    width: auto;
}
.table-middle td {
    vertical-align: middle !important;
    text-align:center;
}
.image-gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.7;
}
.table-vertical td {
    vertical-align: middle !important;
}

/* radio checkbox 美化 */
.i-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    background-color: #27c24c;
    border-radius: 30px;
}
.i-switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.i-switch input:checked + i:before {
    top: 50%;
    right: 5px;
    bottom: 50%;
    left: 50%;
    border-width: 0;
    border-radius: 5px;
}
.i-switch input:checked + i:after {
    margin-left: 16px;
}
.i-switch i:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    content:"";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.i-switch i:after {
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    content:"";
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}
.i-switch-md {
    width: 40px;
    height: 24px;
}
.i-switch-md input:checked + i:after {
    margin-left: 17px;
}
.i-switch-md i:after {
    width: 22px;
}
.i-switch-lg {
    width: 50px;
    height: 30px;
}
.i-switch-lg input:checked + i:after {
    margin-left: 21px;
}
.i-switch-lg i:after {
    width: 28px;
}
.i-checks {
    padding-left: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.i-checks input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}
.i-checks input:checked + i {
    border-color: #23b7e5;
}
.i-checks input:checked + i:before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #23b7e5;
}
.i-checks input:checked + span .active {
    display: inherit;
}
.i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i:before {
    border-radius: 50%;
}
.i-checks input[disabled] + i, fieldset[disabled] .i-checks input + i {
    border-color: #dee5e7;
}
.i-checks input[disabled] + i:before, fieldset[disabled] .i-checks input + i:before {
    background-color: #dee5e7;
}
.i-checks > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cfdadd;
}
.i-checks > i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content:"";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.i-checks > span {
    margin-left: -20px;
}
.i-checks > span .active {
    display: none;
}
.i-checks-sm input:checked + i:before {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
}
.i-checks-sm > i {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-left: -18px;
}
.i-checks-lg input:checked + i:before {
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
}
.i-checks-lg > i {
    width: 30px;
    height: 30px;
}
/* radio checkbox 美化 */