*{
    padding: 0;
    margin: 0;
}
html,body {
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
    background: #f3f3f3;
    /*border:1px solid red;*/
    font-size:18px;
    overflow-x:hidden;
}
body {
    overflow:visible;
}
.container {
    width:100%;
}
.list{
    /*border-top:8px solid #DD1936;*/
    /*margin-top:15px;*/
}
/* 顶部栏开始 */
.TopBar{
    width:100%;
    color: #000000;
    display: flex;
    padding: 0px 3.5% 0px 2%;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    box-sizing:border-box;
}
.AppName{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.AppName .app-logo{
    width: 50px;
    height: 50px;
}
.AppName .describe{
    font-size: 20px;
}
.TopBar .DownAppButton{
    color: #FFFFFF;
    font-size: 19px;
    padding: 7px 12px;
    text-align: center;
    background-color: #DD1936;
    border-radius: 5px;
}
.search {
    background: #DD1936;
    color: #FFF;
}
.downapp {
    background: #DD1936;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color:#FFF;
    font-size:25px;
    padding: 1% 0;
}
.downapp .app-logo {
    margin-right:3%;
}
.downapp .downappa {
    display: block;
    width:50px;
    margin-left:.25rem;
}
.downappa .img1 {
    width: 100%;
}
.baselan .lan-show.btn{
    padding: 2px 4px;
    font-size: 12px;
    min-width: 80px;
}
.search-item.baselan {
    margin-right:-25px;
}
@media screen and (max-width:760px){
    .search-item.baselan {
        margin-right:-10px;
    }
}
.userdiv{
    /*border:1px solid blue;*/
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.userdiv .loginshowbtn,.userdiv .uname{
    background: #DD1936;
    color:#FFF;
}
.userdiv .loginshowbtn {
    padding:2px 6px;
}
.userdiv .registershowbtn {
    position: relative;
    bottom:-4px;
    margin-left:14px;
    color: #DD1936;
    font-weight:bold;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
}
.userdiv .registershowbtn:before {
    content: "";
    width: 2px;
    height: 118%;
    bottom: 2px;
    left: -8px;
    display: block;
    background: #DD1936;
    position: absolute;
}
.userdiv .registershowbtn:hover{
    /*color: #333;*/
    /*background-color: #fff;*/
    font-size:14px;
    font-weight: normal;
    text-decoration: underline;
}
.userdiv .loginshowbtn:hover,.userdiv .uname:hover{
    color: #333;
    background-color: #fff;
}
.userdiv .uname {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    /*border:1px solid blue;*/
}
.userdiv .uname img {
    width:18px;
    margin-right:5px;
}
.userdiv .uname-text {
    max-width:200px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.userdiv .collect {
    display: flex;
    align-items: center;
    margin-left:10px;
    cursor:pointer;
}
.userdiv .collect:before{
    content: "";
    background-image: url(../img/added.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    padding-right:17px;
}
.userinfobox {
    border:1px solid #f3f3f3;
    /*height:auto;*/
    position: absolute;
    top:30px;
    right:190px;
    width:300px;
    padding:20px 30px;
    background: #fff;
    z-index: 100;
    border-radius: 0 0 5px 5px;
    display:block;
}
.userinfobox div{
    display: block;
    /*margin-bottom:20px;*/
    /*border:1px solid red;*/
}
/* 顶部栏结束 */
/*收藏按钮*/
.collect-icon {
    display:flex;
    align-items: center;
    position:relative;
    width:20px;
    height:17px;
   /* right:20px;
    top:20px;*/
    /*border:1px solid red;*/
    background-image: url("/Public/Api/img/collect.png");
    background-size:cover;
    background-repeat:no-repeat;
    margin-top:15px;
    text-indent: 25px;
    white-space: nowrap;
}
.collect-icon.collected{
    background-image: url("/Public/Api/img/collected.png");
    background-size:cover;
    background-repeat:no-repeat;
}
/*会议标题*/
.materials .exhibition,.events .exhibition{
    /*border:1px solid red;*/
    font-size:18px;
    padding:15px 0 15px 2.4%;
    /*border-bottom: 10px solid #DD1936;*/
    display: flex;
    align-items: center;
    /*color:#FFF;*/
    /*background-color: #333;*/
}
/*搜索按钮组*/
.search-time-box,.search-keywords-box,.search-industry-box {
    margin-left:2%;
    display: flex;
    align-items: center;
}
.search-time-box .time-show {
    min-width: 110px;
}
.search-industry-box .industry-show,.search-industry-box .industry-children-show {
    min-width:140px;
}
.search-group-div .industry-children-btn-group {
    margin-left:5px;
}
.search-group-div .btn-title {
    display: inline-block;
    font-size:14px;
    margin-right:5px;
    color:#555;
    letter-spacing: 1px;
    font-weight:600;
}
.search-group-div .btn-group .btn {
    padding:3px 10px;
}
.search-group-div .btn-group ul{
    min-width: 100%;
    padding: 0;
    margin-top: -2px;
    max-height:350px;
    overflow-y:auto;
}
/*隐去滚动条*/
.search-group-div .btn-group ul::-webkit-scrollbar{
    /*display: none;*/
}
.search-group-div .btn-group li.divider {
    margin: 0;
    padding: 0;
}
.search-group-div .btn-group li.active, .search-group-div .btn-group li:hover {
    background: #DD1936;
    color: #fff;
}
.search-group-div .btn-group li {
    /*min-width: 100%;*/
    text-align: center;
    padding: 4px;
}
.search-keywords-box .input-group-btn {
    padding:0;
}
/* 弹出框开始 */
.NoticeMsg,.webNoticeMsg{
    width: 50%;
    position: fixed;
    top: 45%;
    left: 25%;
    background: rgba(0,0,0,0.5);
    font-size: 20px;
    line-height: 120%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:10px 0;
    display: none;
    z-index:1000000000;
}
.NoticeText{
    color: #FFFFFF;
    text-align: center;
}
.NoticeButton{
    color: #FFFFFF;
    background-color: #DD1936;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
}
footer {
    width:100%;
    font-size:16px;
    color:#73777a;
    text-align: left;
    margin: 25px 0 0;
    padding:25px;
    background: rgb(37, 37, 37);
    position: relative;
    bottom:0;
}
footer .footer-content{
    width:98%;
    line-height:180%;
    margin:0 auto;

}
footer a{
    color:#73777a;
}
.page{
    text-align: center;
}
.page a,.page span {
    font-size: 16px;
    margin: 8px;
    padding: 8px 10px;
    /*opacity: 0.9;*/
}
.page span{
    color:blue;
}
.page a{
    background: #DD1936;
    border-radius: 8px;
    color: #FFF;
}
/* 弹出框结束 */
@media screen and (max-width: 768px){
    .TopBar {
        padding-top:4px;
        padding-bottom:4px;
    }
    .AppName .app-logo{
        width: 30px;
        height: 30px;
    }
    .AppName .describe{
        font-size: 10px;
    }
    .baselan .lan-show.btn{
        padding: 0;
        font-size: 10px;
        min-width: 80px;
    }
    .search-group-div.exhibition {
        display: block;
        text-align: center;
    }
    .time-btn-group,.industry-btn-group,.search-group-box {
        width:100%;
        display: flex;
        float:left;
        align-items: center;
        justify-content: space-between;
    }
    .userdiv .uname,.userdiv .loginshowbtn {
        font-size:12px;
    }
    .uname .uname-text,.collect .collect-text,.collection-span{
        display: none;
    }
    .userinfobox {
        top:18px;
        right:20px;
    }
 
    .page {
        margin-top:25px;
    }
    .page a, .page span {
        font-size: 12px;
        margin: 5px;
        padding: 8px 11px;
    }

}

#el-drawer__title {
    text-align: left !important;
    margin-bottom: 10px !important;
}
.basic-row,.basic-col {
    margin: 10px !important;
}
.el-form-item__content {
    text-align: left !important;
    margin-left: 0 !important;
}
.el-input-300px {
    width: 300px !important;
}
.el-input-148px {
    width: 148px !important;
}
.el-form-item__error {
    position: relative !important;
}

.login-svg {
    margin-right: 10px;
}
.login-svg:hover {
    cursor: pointer;
    fill: #F56C6C;
}
.login-svg-active {
    fill: #F56C6C;
}
.login-label .el-form-item__label {
    width: 100% !important;
    font-size: 24px;
    color: #333333 !important;
}

.el-input.is-disabled .el-input__inner {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #616266 !important;
    cursor: default !important;
}
.force-inline-block {
    display: inline-block !important;
}

.start-countdown {
    display: flex;
    margin-right: 20px;
}
.countdown-card {
    display: flex;
    font-size: 16px;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    margin: 0 5px;
    min-width: 48px;
    min-height: 60px;
}
.countdown-item {
    color: #909399;
    font-size: 13px;
}

.countdown-num {
    color: #DC1936;
    font-size: 20px;
    font-weight: bold;
}

.hover-pointer:hover {
    cursor: pointer;
}

.dropdown-menu {
    right: 0 !important;
    left: auto !important;
}