.aesEdu_top_search {
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 10px 0px;
    overflow: hidden;
}
.aesEdu_top_search .l_m_contest_searchInput {
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    width: 80%;
    text-align: center;
    /* margin-right: 20px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.aesEdu_top_search .l_m_contest_searchInput em {
    background: url("/Public/home/img/searchGray.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
}
.aesEdu_top_search .l_m_contest_searchInput input {
    background: 0;
    color: #000;
    height: 100%;
    text-align: justify;
    width: 80%;
}
.aesEdu_top_search_button{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 20%;
    text-align: center;
    background: #ff8338;
    border-radius: 0 20px 20px 0;
    color: #fff;
}


.graphic_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    margin-top: 10px;
    position: relative;
    /* min-height: 400px; */
}
.graphic_main .graphic_main_list {
    width: 48%;
    margin-bottom: 20px;
    position: relative;
}
.graphic_main_list_cover {
    width: 100%;
    /* height: 1.96rem; */
    border-radius: 4px;
    display: block;
}
.graphic_main .bigScoreBox {
    width: 100%;
    border-radius: 4px;
    display: block;
    position: relative;
}
.bigScoreBox .scoreBox {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    bottom: 0px;
    padding: 10px;
    background-image: linear-gradient(-180deg,rgba(0,0,0,0.1) 0,rgba(0,0,0,.7) 100%);
    border-radius: 20rpx;
    color: #fff !important;
}
.graphic_main .graphic_main_list_name {
    width: 100%;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0;
}
.graphic_main .graphic_main_list_labelName {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
}
.graphic_main_list_visit {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.graphic_main_list_visit span {
    display: inline-block;
}
.graphic_main .graphic_main_list_visitIcon {
    background: url(../../../img/m_icon/visitor01.png) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 12px;
    margin-right: 5px;
    float: left;
}
.graphic_main .graphic_main_list_visitText {
    font-size: 12px;
    color: #a2a2a2;
    float: left;
}
.graphic_load {
    width: 100%;
    font-size: 12px;
    color: #999999;
    padding: 30px 0;
    text-align: center;
}
.graphic_load_logo{
    width: 120px;
    height: 120px;
    background: url("/Public/home/img/emjoy/null.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
    border-radius: 4px;
}
.graphic_menban{
    position: absolute;
    width: 114%;
    min-height: 321px;
    height: 105%;
    background: #000000;
    opacity: 0.5;
    top: 0;
    left: -6%;
    display: none;
}