*{box-sizing: border-box}
a:link{text-decoration: none; color:#333;}
a:hover{text-decoration: none;color:#ff6e0d;}
ul,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;list-style: none}
.mi-container{
    width: 1200px;
    margin: 0 auto;
}
[v-cloak]{
    display: none;
}
em{
    font-style: normal;
}
.mi-line-one{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.mi-line-two{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.mi-page{
    margin-top: 5px;
    background-color: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.help-block{
    background-color: #d9d9d9;
    font-size: 13px;
    padding: 5px 10px 3px;
    color: #d93f3f;
}
/*公共头部*/
.header{
    width: 100%;
    height: 85px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid #f7f7f7;
    background-color: #fff;
    overflow: hidden;
}
.header .user-login {
    float: right;
    height: 85px;
    margin-left: 95px;
    display: flex;
    align-items: center;
    font-size: 15px;
    width: 198px;
}
.header .user-login .user-avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}
.header .menu .el-input__inner{
    height: 48px;
    line-height: 48px;
    border-top: 1px solid var(--theme);
    border-bottom: 1px solid var(--theme);
    border-left:none;
}
.header .el-select .el-input {
    width: 80px;
}
.header .menu .el-input-group__append {
    background-color: var(--theme);
    border: 1px solid var(--theme);
    color: #FFFFFF;
}
.header .menu  .el-input-group__prepend {
    background-color: var(--theme);
    border: 1px solid var(--theme);
    border-right: none;
}
.menu .top-search{
    margin-left: 205px;
    width: 530px;
}
.menu .top-search .el-icon-search{
    font-size: 23px;
}
.header .input-with-select .el-input-group__prepend {
    background-color: #f7f7f7;
}
.menu{
    width: 1200px;
    height: 80px;
}
.menu .middle{
    width: 100%;
    height: 80px;
}
.menu a.logo-title{
    color: #333333;
    font-size: 30px;
    display: flex;
    align-items: center;
}
.menu a.logo-title .logo{
    height: 80px;
}
.menu a.logo-title .mall-logo{
    width: 285px;
}

.header .top{
    width: 100%;
    height: 30px;
    background-color: #f7f7f7;
    font-size: 12px;
    color: #333333;
}
.header .top .mi-container{
    height: 30px;
}
.header .top .mi-container span,.header .top .mi-container a{
    color: #5e5c5c;
}
.header .top .mi-container a{
    margin-left: 10px;
}

/**底部通用**/
.w1210 {
    width: 1200px;
    margin: 0 auto;
}

.register {
    padding: 50px 0 45px;
    background: url(../images/register_bg.png) no-repeat center center #e8373d;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.register .title {
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.register .desc {
    padding-bottom: 20px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.register .btn {
    display: block;
    width: 128px;
    height: 36px;
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all .2s;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.register .btn:hover {
    background: rgba(255, 255, 255, .1);
}

.site-footer {
    font-size: 14px;
    line-height: 1.8;
    background: #373d41;
    float: left;
    width: 100%;
}

.site-footer a:hover {
    color: #ff7300 !important;
}

.site-footer .footer-article {
    padding: 30px 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #4b5054;
}

.site-footer .col-article {
    float: left;
    width: 100px;
    margin-right: 40px;
}

.site-footer .col-article dt {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #d7d8d9;
}

.site-footer .col-article dd {
    width: 100px;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid #4b5054;
}

.site-footer .col-article dd a {
    float: left;
    width: 114px;
    margin: 0 0 6px;
    font-size: 12px;
    color: #9b9ea0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.site-footer .col-article.col-article-spe {
    width: 195px;
}

.site-footer .col-article.col-article-spe dd {
    width: auto;
    border: 0;
}

.site-footer .col-article.col-article-spe dd p {
    height: 36px;
    padding-top: 6px;
    font: 20px/36px Arial;
    color: #9b9ea0;
}
.site-footer .col-article.col-article-spe dd p i {
    display: flex;
    width: 25px;
    height: 25px;
    background-color: #ff7300;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #373d41;
    font-size: 15px;
    margin-top: 5px;
}
.site-footer .col-article.col-article-spe dd p i.fa-map-marker {
    background-color: #2da6f6;
}

.site-footer .col-article.col-article-spe dd i {
    float: left;
    margin-right: 10px;
    font-size: 32px;
}

.site-footer .col-article.col-article-spe dd i.orange {
    color: #ff7300;
}

.site-footer .col-article.col-article-spe dd i.blue {
    color: #2da6f6;
}

.site-footer .col-code {
    float: left;
    width: 120px;
    text-align: center;
    color: #9b9ea0;
    margin-right: 40px;
}
.site-footer .col-code:last-child{
    margin-right: 0;
}

.site-footer .col-code img {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}

.footer-links {
    position: relative;
    z-index: 1;
    width: 1140px;
    padding: 10px 0 10px 60px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
    border-bottom: 1px solid #4b5054;
}

.footer-links span {
    position: absolute;
    left: 0;
}

.footer-links a {
    padding: 0 5px;
    margin: 0 10px;
    color: #73777a;
}

.footer-info .info-text {
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.footer-info .info-text .nav-bottom {
    padding: 20px 0 5px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.footer-info .info-text .nav-bottom a {
    padding: 0 8px;
    color: #9b9ea0;
}

.footer-info .info-text .copyright {
    padding-top: 5px;
    color: #666666;
}
.footer-info .info-text .copyright a{
    color: #666666;
}

.footer-info .info-text em {
    padding: 0 8px;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.top-banner {
    width: 100%;
    height: 375px;
}
.top-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #0a98eb;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.top-banner .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    background-color: #0a98eb;
    cursor: pointer;
}
/*轮播指示点*/
.swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    background: #7b7a7a;
    border-radius: 10px;
    opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    height: 6px;
    opacity: 0.7;
    background: var(--active);
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 20px;
}

.top-navs{
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: #ffffff;
}
.top-navs-fixed{
    position: fixed;
    top: 0;
    z-index: 999;
    background: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}
.top-navs .mi-container{
    height: 60px;
    background-color: #07a1ff;
    display: flex;
    justify-content: space-between;
}
.top-navs .mi-container a{
    color: #FFFFFF;
    display: block;
    text-align: center;
    font-size: 16px;
    width: 16.6%;
    height: 60px;
    line-height: 60px;
}
.top-navs .mi-container a.active{
    color: #fff;
    font-weight: bolder;
    background-color: rgba(0,0,0,.3);
}
.top-navs .mi-container a:hover{
    /*background-color: #0397f3;*/
    background-color: rgba(255,255,255,.3);
}

.mi-provide_title {
    text-align: center;
    margin: 45px 0;
    width: 100%;
}
.mi-provide_title img {
    margin: 10px 0 0;
}
.mi-provide_title h5 {
    font-size: 42px;
    color: #222328;
    line-height: 42px;
    font-weight: normal;
}
.mi-provide_title h6 {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    font-weight: normal;
}

.meeting-search{
    width: 100%;
    /*min-height: 170px;*/
    background-color: #FFFFFF;
    padding: 10px 0;
}
.meeting-search .item{
    margin: 15px 0 20px;
    min-height: 30px;
    display: flex;
}
.meeting-search .item ul{
    list-style: none;
    width: 1100px;
}
.meeting-search .item ul .el-radio-button__inner{
    border: none;
    font-size: 15px;
    color: #333333;
}
.meeting-search .item ul .el-radio-button:last-child .el-radio-button__inner,.meeting-search .item ul .el-radio-button:first-child .el-radio-button__inner{
    border-radius: 5px;
}
.meeting-search .item ul .el-radio-button__orig-radio:checked + .el-radio-button__inner{
    color: var(--theme);
    background-color: #FFFFFF;
    -webkit-box-shadow:0px 0 0 0 #409EFF;
    font-weight: bold;
}
.search-count{
    margin-bottom: 15px;
    font-size: 16px;
}
.search-count b{
    color:  var(--theme);
    font-size: 20px;
}
.meeting-search .item .stit{
    border: 1px solid var(--theme);
    background-color: var(--theme);
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.search-result{
    width: 100%;
    min-height: 400px;
    margin: 10px 0 30px;
}
.search-result .title{
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 17px;
    display: flex;
    align-items: end;
}
.search-result .title .count{
    font-size: 13px;
    margin-left: 30px;
}
.search-result .title b{
    color: #07a1ff;
}
.search-result .search-type{
    width: 100%;
    background-color: #ffffff;
    padding: 15px 30px;
}
.search-result .result{
    width: 100%;
    background-color: #ffffff;
    padding: 0px 15px 30px;
    min-height: 300px;
}
.search-result .result .count{

}
.search-result .result .count b{
    color: #07a1ff;
}


.search-result .result .item{
    font-size: 16px;
    padding: 25px 0;
    border-bottom: 1px dashed #eeeeec;
    display: flex;
    justify-content: space-between;
}
.search-result .result .item:last-child{
    border-bottom: none;
}
.search-result .result .item .left-info{
    display: flex;
    width: 100%;
}
.search-result .result .item .thumbnail{
    width: 245px;
    height: 168px;
    overflow: hidden;
    display: flex;
    align-items: start;
    margin-right: 40px;
    background-color: #f7f7f7;
    cursor: pointer;
    justify-content: center;
}
.search-result .result .item .thumbnail img{
    width: 285px;
    height: auto;
}
.search-result .result .item .tips{
    width: 790px;
}
.search-result .result .item .tips h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 25px;
    cursor: pointer;
}
.search-result .result .item:hover h2{
    color: #0a98eb;
}
.search-result .result .item .tips .desc{
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    margin: 10px 0;
    color: #666;

}
.search-result .result .item .tips .desc span{
    margin-right: 10px;
}
.search-result .result .item .tips .desc .btn{
    border: 1px solid var(--theme);
    padding: 2px 5px;
    margin-right: 6px;
    background-color: var(--theme);
    color: #FFFFFF;
    border-radius: 3px;
}
.search-result .result .item .right-info{
    border-left: 1px solid #eee;
    width: 350px;
    padding-left: 20px;
    height: 120px;
    margin-top: 30px;
}
.search-result .result .item .right-info a{
    background-color: var(--theme);
    color: #FFFFFF;
    padding: 9px 20px 7px;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 125px;
}
.load-more{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.el-tabs__item{
    font-size: 16px;
}
.el-dialog__header{
    background-color: #f7f7f7;
}
.no-data{
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.no-data p{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -20px;
}

.mi-new_title{
    width: 1200px;
    display: flex;
    align-items: center;
    margin: 60px auto 20px;
}
.mi-new_title h1{
    font-weight: 600;
    font-size: 26px;
    height: 34px;
    line-height: 34px;
    color: #3e454d;
    margin-right: 12px;
}
.mi-new_title p{
    font-size: 14px;
    color: #667280;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    padding-bottom: 3px;
}





