﻿/*
 * @Descripttion: 公共-css
 * @Author:
 * @Date: 2022-09-14 11:18:34
 * @LastEditTime: 2022-10-24 14:29:52
 * @FilePath: \cms-xyzg-YingKou\cms\css\common.css
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background-image: url("../image/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    background-attachment: fixed;
    background-position: right bottom;
    min-width: 1366px;
}

.boxContent {
    width: 1200px;
}

.el-input {
    background-color: #fff;
    border-color: #1A7CE7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.el-input__inner {
    background-color: #fff;
    border-radius: 20px;
    border: none !important;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.el-input-group__append {
    background-color: #1A7CE7;
    border: none !important;
    padding: 0 !important;
    background: #1A7CE7 !important;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.el-icon-search {
    color: #fff;
    font-size: 20px;
}

.el-tabs__item {
    height: 28px !important;
    line-height: 20px !important;
    font-size: 16px !important;
    color: #333333 !important;
    padding: 0 30px !important;
}

.el-tabs__item:nth-child(2) {
    padding-left: 0 !important;
}

.el-tabs__item:last-child {
    padding-right: 0 !important;
}

.el-tabs__item:hover {
    color: #1A7CE7 !important;
}

.el-tabs__item.is-active {
    color: #1A7CE7 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.el-tabs__active-bar {
    background: #166AC5 !important;
}

.el-tabs__header {
    margin-bottom: 0 !important;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover {
    color: #1A7CE7;
}

.el-button:hover {
    opacity: 0.7;
}

.overflowClass {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 鼠标悬浮图片变大 */
.hoverImg {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.hoverImg:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

iframe {
    margin: 0;
    padding: 0;
}

.flexClass {
    display: flex;
    align-items: center;
}

.overflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el-pagination,
.el-pagination .btn-next,
.el-pagination .btn-prev {
    color: #333 !important;
}

.el-pager li {
    font-size: 16px !important;
}

.el-pager li.active,
.el-pager li:hover,
.el-pagination .btn-next .el-icon:hover,
.el-pagination .btn-prev .el-icon:hover,
.el-pagination .btn-next:hover,
.el-pagination .btn-prev:hover {
    color: #1A7CE7 !important;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
    font-size: 16px !important;
}

.contentBox {
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 63px;
    padding: 0 30px 44px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
}

.location {
    display: flex;
    align-items: center;
    padding: 25px 0 21px;
    color: #666666;
    font-size: 14px;
}

.location a:last-child {
    color: #1A7CE7;
    cursor: auto;
}