/* ||||||||||||||||通用样式 */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    position: relative;
    /*margin-top: 70px;*/
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    color: #333;
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.dynamic {
    min-height: calc(100vh - 120px - 1px - 226px);
}

.divider {
    height: 1px;
    background-color: #dadada;
}

:root {
    --theme-color: #2151A2;
    --theme-color-dynamic: linear-gradient(to right, var(--theme-color), #38BDE9);
    --hover-color: #2363c9;
    --menu-hover-color: #d7ffe8;
    --active-color: #000cc9;
    --form-color: #999999;
    --body-color: #5e5e5e;
    --form-background-color: #fafbfc;
    --form-hover-color: #ebecf0;
    --loading-color: #88d99a;
}

a {
    color: #333;
    cursor: pointer;
}

a {
    text-decoration:none;
}

a:hover{
    color: var(--theme-color);
}

.theme-color {
    color: var(--theme-color) !important;
}

.clear-hover:hover {
    color: #333 !important;
}

.flex {
    display: flex;
}

.flex-d-col {
    flex-direction: column;
}

.flex-align-center {
    align-items: center;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-between {
    justify-content: space-between;
}

.flex-center {
    justify-content: center;
}

.hidden {
    display: none;
}

.cursor-p {
    cursor: pointer;
}

.app-button {
    width: 100%;
    color: #ffffff;
    background-color: var(--theme-color);
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--theme-color);
    cursor: pointer;
}

/*button:focus {*/
/*border: 1px solid var(--hover-color);*/
/*background-color: var(--hover-color);*/
/*}*/

.app-button:not([disabled]):not([selected]):active {
    border: 1px solid var(--active-color);
    background-color: var(--active-color);
}

.app-button:hover {
    border: 1px solid var(--hover-color);
    background-color: var(--hover-color);
}

/* margin */
.mg-l_2 {
    margin-left: 2px !important;
}
.mg-l_5 {
    margin-left: 5px !important;
}
.mg-l_10 {
    margin-left: 10px !important;
}
.mg-l_20 {
    margin-left: 20px !important;
}
.mg-l_40 {
    margin-left: 40px !important;
}
.mg-t_5 {
    margin-top: 5px !important;
}
.mg-t_10 {
    margin-top: 10px !important;
}
.mg-t_15 {
    margin-top: 15px !important;
}
.mg-t_20 {
    margin-top: 20px !important;
}
.mg-t_30 {
    margin-top: 30px !important;
}
.mg-t_40 {
    margin-top: 40px !important;
}
.mg-r_10 {
    margin-right: 10px !important;
}
.mg-r_20 {
    margin-right: 20px !important;
}
.mg-r_40 {
    margin-right: 40px !important;
}
.mg-b-10 {
    margin-bottom: 10px !important;
}
.mg-b-20 {
    margin-bottom: 20px !important;
}

/* margin */
/* padding */
.pd-t_10 {
    padding-top: 10px !important;
}
/* padding */
.gap {
    width: 100%;
    height: 30px;
}
/* 鼠标禁止 */
.not {
    cursor: not-allowed;
}

/* 占位隐藏 */
.vb-h {
    visibility: hidden;
}

/* 字体大小 */
.fs12 {
    font-size: 12px;
}
/* 字体大小 */

.icon-jiazai {
    animation: circle 1s infinite;
}

.background {
    background-color: #f7f7f7;
}

@keyframes circle{
    100%{transform:rotate(360deg); transform-origin: center;}
}

/* ||||||||||||||||通用样式 */


/* elementUI */
.el-backtop {
    color: var(--theme-color);
}


/* 滚动条 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}
/*::-webkit-scrollbar-thumb {*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
/*background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.44, rgb(101, 101, 101)),color-stop(0.72, rgb(172, 172, 172)),color-stop(0.86, rgb(255, 255, 255)));*/
/*transition: 0.3s ease-in-out;*/
/*}*/
::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 0;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}
/* 滚动条 */

.el-carousel__container,.advert {
    height: 138px;
}

/* 媒体查询适配 */
@media (max-width:1535px){
    .container{max-width: 1200px !important}
    .gap {height: 30px;}
    .dynamic {min-height: calc(100vh - 120px - 1px - 226px);}
}

@media (max-width:1230px){
    .container{max-width: 990px !important}
    .gap {height: 20px;}
    .dynamic {min-height: calc(100vh - 120px - 1px - 251px);}
    .el-carousel__container,.advert {height: 114px;}
}

@media (max-width:1024px){
    .container{max-width: 895px !important}
    .gap {height: 20px;}
    .dynamic {min-height: calc(100vh - 60px - 1px - 251px);}
    .el-carousel__container,.advert {height: 102px;}
}

@media (max-width:925px){
    .container{max-width: 737.5px !important}
    .gap {height: 20px;}
    .dynamic {min-height: calc(100vh - 60px - 1px - 270px);}
    .el-carousel__container,.advert {height: 85px;}
}

@media (max-width:768px){
    .container{max-width: 620px !important;padding: 0 10px;}
    .gap {height: 10px;}
    .dynamic {min-height: calc(100vh - 50px - 1px - 406px);}
    .el-carousel__container,.advert {height: 71px;}
    .el-collapse-item__header {height: 32px; line-height: 32px;}
}

@media (max-width:480px){
    .el-carousel__container,.advert {height: 45px;}
    .dynamic {min-height: calc(100vh - 70px - 1px - 405px);}
}
/* 媒体查询适配 */


/** 具体某个组件 */
.advert {
    width: 100%;
    cursor: pointer;
}
.width100 {
    width: 100%;
}

.top-strip > img {
    width: 100%;
}