@charset "utf-8";
/* 样式重置 */
body,html {
    min-height: 100%;
}
body {
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    line-height: 1.5;
    font-size: 12px;
    color: #fff;
    background-color: #101833;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

ol,ul {
    list-style: none;
}

cite,code,dfn,em,strong,th,var,optgroup {
    font-style: normal;
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

fieldset,img,a img,:link img,:visited img {
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
}
:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
}

/* 通用样式 */
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.none {
    display: none;
}
.fl {
    display: inline;
    float: left;
}
.fr {
    display: inline;
    float: right;
}
.clearfix {
    _zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.mr30 {
    margin-right: 30px;
}

/* pc */
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex_align_items{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_last_end{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
.limit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.limit2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.limit3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pr{
    position: relative
}
.hide {
    display: none;
}
.bdshare-area {
    padding-top: 30px;
    padding-bottom: 34px;
}
.bdsharebuttonbox {
    position: relative;
    background: transparent;
    padding-left: 10px;
}
.bdsharebuttonbox i {
    float: left;
    margin: 0 0 0 5px;
    background: transparent;
    padding: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.bdsharebuttonbox .bds_sqq{
    background: url(../images/qq.png);
    background-size:cover;
}
.bdsharebuttonbox .bds_qzone{
    background: url(../images/kj.png);
    background-size:cover;
}
.bdsharebuttonbox .bds_tsina{
    background: url(../images/xl.png);
    background-size:cover;
}
.bdsharebuttonbox .bds_weixin{
    background: url(../images/wx.png);
    background-size:cover;
}


.tips{
    background: rgba(0,0,0, .8) !important;
    text-align: center !important;
    border: none !important;
}

.ai2020_pop {
    color: #333;
}
.ai2020_pop .layui-layer-title {
    position: relative;
    z-index: 1;
    background-color: transparent;
    margin: 0 50px -20px 0;
    border-bottom: none;
}
.ai2020_pop .layui-layer-content {
    padding: 0 40px;
}
.aside_awards_index{
    position: fixed;
    right: 0;
    top: 45%;
    width: 122px;
    height: 113px;
    background-image: url('../images/aside_t_p.png?v3');
    background-repeat: no-repeat;
    z-index:99;
    cursor: pointer;
    background-size: cover;
}
.aside_t_p_index{
    position: fixed;
    right: 0;
    top: 45%;
    width: 122px;
    height: 113px;
    background-image: url('../images/aside_t_p.png?v3');
    background-repeat: no-repeat;
    z-index:99;
    cursor: pointer;
}
.aside_awards_link,.aside_t_p_link{
    width: 100%;
    height:100%;
    display: block;
}
.aside_delete{
    position: absolute;
    top:0px;
    right:0px;
    width: 15px;
    height: 15px;
}
.pc_show_text{
    display:inline-block;
}
.m_show_text{
    display:none;
}
.m_show{
    display: none;
}
.pc_hide{
    display: none;
}
.pop_detail_box{
    margin-top: 10px;
}
.pop_detail_box td{
    border: 1px solid #333;
    padding: 6px;
    text-align: left;
}
header .menu .drop.dropNone::before,header .menu .drop.dropNone::after {
        display: none;
}
@media (max-width: 750px) {
    html {
        font-size: 13.33333333vw;
        overflow-x: hidden;
    }
    body {
        padding-top: 0.8rem;
    }
    .pc_show_text{
        display:none;
    }
    .m_show_text{
        display:inline-block;
    }
    .m_show{
        display: block;
    }
    .pc_hide{
        display: block;
    }
    .aside_index_btn_box {
        display: none;
    }
    .wrap {
        width: auto;
        margin: 0 .3rem;
    }
    .mr30 {
        margin-right: .3rem;
    }
}