@charset "utf-8";

/* 引入组件css */
@import "/static/css/components.css";
@import "/static/css/animate.min.css";
@import "/static/css/swiper-bundle.css";

/* 框架样式 */
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    background: #fff;
}
body,
input,
button,
select {
    font-family: PingFangSC-Regular, Microsoft YaHei, Roboto, Helvetica, Tahoma,
    Arial;
    font-size: 14px;
    color: #111;
}
input:focus,
select:focus,
button:focus {
    outline: none;
}
a {
    text-decoration: none;
    outline: 0 none;
    color: #111;
}
img {
    border: 0 none;
}
h1,h2,h3,h4,h5,h6{
    font-size: inherit;
}
ol,
ul,
li,
table,
tbody {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}
.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}
.none {
    display: none;
}

/* 面包屑 */
.breadcrumbs {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 20px auto;
}
.breadcrumbs img {
    margin: 0 6px;
    width: 7px;
    height: 12px;
}
.breadcrumbs a {
    color: #787878;
}
.breadcrumbs a:last-child {
    color: #111;
}
.breadcrumbs a:hover {
    color: #ff6400;
}
.breadcrumbs h1{
    font-size: 12px;
    color: #787878;
    font-weight: normal;
}

/* 分页 */
.pagination {
    box-sizing: border-box;
    height: 40px;
    margin: 0 auto 100px auto;
    justify-content: center;
}
.pagination .paginationBtnMax {
    width: 70px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 4px;
    cursor: pointer;
    color: rgba(120, 120, 120, 1);
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 500;
}
.pagination .paginationBtnMaxDisabled:hover {
    color: rgba(120, 120, 120, 1) !important;
    background: #e9e9e9 !important;
    border-color: #e9e9e9 !important;
    cursor: not-allowed;
}
.pagination .paginationBtnMin {
    width: 50px;
    height: 40px;
    border-radius: 4px;
    margin: 0 4px;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgba(229, 229, 229, 1);
    color: #787878;
}
.pagination .paginationSlh {
    margin: 0 4px;
    color: #787878;
    font-size: 20px;
    line-height: 40px;
}
.pagination .paginationYe {
    margin: 0 8px 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #787878;
}
.pagination .paginationInput {
    margin: 0 4px;
    width: 70px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.pagination .paginationInput input {
    border: none;
    height: 37px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    padding: 0 5px;
}
.pagination .paginationSubmit {
    background: #e5e5e5;
}
.pagination .paginationBtnMin.active,
.pagination .paginationBtnMin:hover,
.pagination .paginationBtnMax:hover {
    color: #fff;
    background: #ff6400;
    border-color: #ff6400;
}

/* select placeholder */
.selectPlaceHolderBox {
    position: relative;
    width: 100%;
    height: 100%;
}
.selectPlaceHolderBox .placeholder {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    color: #787878;
    transform: translateY(-50%);
    line-height: 1;
}
.selectPlaceHolderBox select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit;
    background: transparent !important;
    appearance: none;
    -webkit-appearance: none;
}
.selectPlaceHolderBox select.selected {
    opacity: 1;
}
.itemfrom .select {
    flex: 1;
    height: 100%;
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    padding-left: 12px;
}
.sxzxMain .sxzxMainTitle {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #111111;
    margin-top: 100px;
}

.sxzxMainTitle > p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #484848;
    margin-top: 19px;
}

/* 富文本样式重置 */
.media-wrap.align-center,
.image-wrap.align-center,
.media-wrap.align-left,
image-wrap.align-left,
.media-wrap.align-right,
.image-wrap.align-right {
    display: block;
}
.media-wrap.align-center > img.media-wrap.align-center,
.image-wrap.align-center > img.media-wrap.align-center,
.media-wrap.align-left > img.media-wrap.align-left,
.image-wrap.align-left > img.media-wrap.align-left,
.media-wrap.align-right > img.media-wrap.align-right,
.image-wrap.align-right > img.media-wrap.align-right {
    display: inline-block;
}