
.poster{
    width: 100%;
    height: 100%;
}
.poster img{
    width: 100%;
    height: 100%;
}
.down{
    position: fixed;
    width: 80px;
    height: 32px;
    background: #000000;
    border-radius: 19px;
    opacity: 0.4;
    display: inline-block;
    right: 20px;
    bottom: 30px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.nav{
    display: flex;
    height: 110px;
    background: #FFFFFF;
    border-radius: 15px;
    padding-top: 19px;
    margin-top: -36px;
    position: relative;
}
.nav .nav-item {
    flex: 1;
    text-align: center;
}
.nav .nav-item p{
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 14px;
    color: #333333;
}
.nav .nav-item img{
    width: 45px;
    height: 45px;
}
.ranking{
    margin-top: 10px;
}
.ranking img{
    width: 100%;
}
.item-con{
    margin-top: 10px;
    background-color: white;
    padding: 14px 12px 14px 12px;
}
.item-con .ic-title{
    line-height: 22px;
}
.item-con .ic-title span{
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    border-left: 3px solid #0084FF;
    border-radius: 2px;
    padding-left: 6px;
}
.item-con .ic-title a{
    float: right;
    font-size: 14px;
    color: #999999;
}
.item-con .ic-item .ici-i{
    float: left;
    width: 48%;
    margin-top: 16px;
}
.item-con .ic-item .ici-i:nth-child(2n) {
    float: right;
}
.item-con .ic-item .ici-i img{
    width: 100%;
    border-radius: 10px;
    max-height: 90px;
}
.item-con .ic-item .ici-i p{
    margin-bottom: 0px;
    margin-top: 6px;
    font-size: 14px;
    color: #333333;
    text-align: left;
}
.news-con .news-item:first-child{
    margin-top: 17px;
}
.news-con .news-item{
    margin-top: 26px;
}
.news-con .news-item h3{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 0px;
}
.news-con .news-item .ni-info{
    display: flex;
}
.news-con .news-item .ni-info img{
    width: 140px;
    height: 100px;
    border-radius: 10px;
}
.news-con .news-item .ni-info .nii-dis {
    position: relative;
    flex: 1;
}
.news-con .news-item .ni-info .nii-dis p{
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    margin-left: 12px;
}
.news-con .news-item .ni-info .nii-dis .niid-d{
    font-size: 11px;
    color: #999999;
    position: absolute;
    bottom: 5px;
}
.news-con .news-item .ni-info .nii-dis .niid-d span:first-child{
    margin-left: 12px;
}

.act-serch{
    height: 60px;
    background-color: #0084FF;
}
.act-serch .as-input{
    margin: 0 12px;
    background-color: white;
    border-radius: 18px;
    height: 35px;
    position: relative;
    top: 12px;
    text-align: center;
    overflow: hidden;
}
.act-serch .as-input img{
    width: 19px;
    height: 19px;
    position: relative;
    top: 6px;
    float: right;
}
.act-serch .as-input input{
    outline: none;
    border: none;
    height: 32px;
    width: 50%;
    float: right;
}

.contents .act-status{
    display: flex;
}
.contents .act-status .as-item{
    flex: 1;
    text-align: center;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
}
.contents .act-status .as-item a{
    color: #666666;
}
.contents .act-status .act a{
    color: #0055cd !important;
    font-weight: bold;
}
.contents .act-cons .act-item:first-child{
    margin-top: 0px !important;
}
.contents .act-item{
    margin-top: 25px;
}
.contents .act-item img{
    width: 100%;
    max-height: 175px;
    border-radius: 10px 10px 0px 0px;
}
.contents .act-item h3{
    font-weight: bold;
font-size: 16px;
color: #333333;
margin: 8px 0px 5px 12px;
}
.contents .act-item .ai-time{
    font-weight: 500;
    font-size: 12px;
    color: #999999;
}
.contents .act-item .ai-time span:last-child{
    float: right;
    margin-right: 12px;
}
.contents .act-item .ai-time span:first-child{
    margin-left: 12px;
}
.act-pic img{
    width: 100%;
    float: left;
}
.contents .act-title{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 8px;
}
.contents .act-times{
    font-weight: 500;
    font-size: 12px;
    color: #999999;
}
.contents .act-times span:last-child{
    width: 49px;
    height: 21px;
    background: #D9EDFF;
    border-radius: 3px;
    display: inline-block;
    float: right;
    text-align: center;
    line-height: 21px;
    color: #0084FF;
    font-size: 12px;
}
.contents .act-detail{
    margin-top: 17px;
}
.contents .act-detail p{
    line-height: 25px;
}
.act-apply{
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: white;
    height: 80px;
}
.act-apply button{
    width: 100%;
    height: 44px;
    background: #0084FF;
    border-radius: 22px;
    border: 1px solid #E9E9E9;
    color: white;
    font-size: 17px;
    line-height: 44px;
    position: relative;
    top: 17px;
}
.contents .act-times .end{
    background: #EBEBEB !important;
    color: #858585 !important;
}
.act-apply .end{
    background: #CBCBCB;
    color: white;
}
.ques_banner {
    margin-top: 10px;
}
.ques_banner img{
    width: 100%;
    border-radius: 10px;
}
.ques_btn{
    display: flex;
    margin-top: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: white;
    border-radius: 10px;
}
.ques_btn .qb-item{
    flex: 1;
    height: 70px;
}
.ques_btn .qb-item a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.ques_btn .qb-item:first-child{
    margin-left: 12px;
    margin-right: 11px;
    background: linear-gradient( 270deg, #00BAFF 0%, #0084FF 100%);
    border-radius: 10px;
}
.ques_btn .qb-item:last-child{
    margin-right: 12px;
    background: linear-gradient( 270deg, #FF7E54 0%, #FF3D20 100%);
    border-radius: 10px;
}
.ques_answer{
    display: flex;
    background-color: white;
    padding: 20px 14px 13px 16px;
    margin-top: 10px;
    border-radius: 10px;
}
.ques_answer .qa-item{
    flex: 1;
    text-align: center;
}
.ques_answer .qa-item .qai-titile{
    color: #999999;
}
.ques_answer .qa-item .qai-num{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
}
.bd-map {
    padding-top: 13px;
    padding: 0px 14px 13px 16px;
    background: white;
}
.bd-map  img{
    width: 100%;
}
.line{
    height: 1px;
    background-color: #EEEEEE;
    margin-bottom: 13px;
}
.ques-item{
    background-color: white;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.ques-item img{
    width: 108px;
    height: 84px;
    margin-left: 16px;
    border-radius: 6px;
}
.ques-item .qli-info{
    margin-left: 10px;
    position: relative;
    flex: 1;
}
.ques-item .qli-info h3{
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    margin-top: 2px;
}
.ques-item .qli-info .qlii-num{
    position: absolute;
    bottom: 18px;
    width: 100%;
}
.ques-item .qli-info .qlii-num span{
    font-size: 13px;
    color: #666666;
    position: relative;
    top: 5px;
}
.ques-item .qli-info .qlii-num a{
    width: 72px;
    height: 28px;
    background: #0084FF;
    border-radius: 14px;
    display: inline-block;
    line-height: 28px;
    float: right;
    text-align: center;
    color: white;
    font-size: 13px;
    margin-right: 20px;
}


.top-time{
    margin: 20px 15px 15px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    line-height: 50px;
    border-radius: 10px;
}
.top-time .tt-l img{
    width: 16px;
    height: 16px;
    margin-left: 17px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.top-time .tt-l span{
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.top-time .submits{
    flex: 1;
    text-align: right;
}
.top-time .submits span{
    font-weight: 500;
    font-size: 15px;
    color: #0084FF;
    margin-right: 18px;
}
.ques{
    margin: 0px 15px;
    background-color: white;
    padding: 20px 10px;
    margin-bottom: 60px;
    border-radius: 15px;
}
.ques .top-info{
    display: flex;
    line-height: 37px;
    height: 37px;
}
.ques .top-info .type{
    font-size: 14px;
    color: #333333;
    border-left: 3px solid #0084FF;
    padding-left: 6px;
    height: 15px;
    line-height: 15px;
    position: relative;
    top: 9px;
}
.ques .top-info .q-num{
    flex: 1;
    text-align: right;
}
.ques .top-info .q-num label{
    color: #000000;
    font-size: 26px;
    font-weight: 600;
}
.ques .top-info .q-num span{
    color: #999999;
    font-size: 17px;
}
.ques-con {
    margin-top: 15px;
}
.ques-con .q-item .qi-title{
    font-size: 17px;
color: #333333;
margin-bottom: 15px;
}
.ques-con .q-item .qi-option{
    background: #F6F6F6;
    border-radius: 3px;
    margin-bottom: 12px;
    display: flex;
    padding: 14px 0px;
}
.ques-con .q-item .qi-option label{
    margin-left: 20px;
    font-size: 16px;
}
.ques-con .q-item .qi-option .dio-dis{
    flex: 1;
    text-align: left;
    font-size: 16px;
}
.ques-con .q-item .qi-option img{
    width: 18px;
    height: 18px;
    margin-right: 21px;
}
.ques-con .q-item .sure{
    background: #E7F3FF;
    color: #0084FF;
}
.ques-con .q-item .err{
    background: #FFEBEB;
    color: #FF1212;
}
.explains .sure-answer label{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.explains .sure-answer span{
    font-size: 18px;
    color: #0084FF;
}
.explains .e-con{
    margin-top: 7px;
}
.explains .e-con p{
    font-size: 14px;
    color: #666666;
    line-height: 23px;
}
.score-bg{
    background-image: url('/source/images/score_bg.png');
    height: 248px;
    width: 100%;
    background-size: cover;
}
.score-bg h3{
    font-size: 30px;
    color: white;
    padding-top: 58px;
    text-align: center;
}
.score{
    margin: 0px 20px;
    background-color: white;
    border-radius: 10px;
    padding: 0px 14px 16px;
    margin-top: -90px;
}
.score .sc{
    text-align: center;
    font-size: 55px;
    color: #0084FF;
    padding-top: 30px;
}
.score .sc em{
    font-size: 20px;
    font-style: normal;
}
.score .info{
    display: flex;
    height: 81px;
    background: #F8F8F8;
    border-radius: 5px;
    width: 100%;
}

.score .info .num, .score .info .rate, .score .info .err{
    flex: 1;
}

.score .info .i-item{
    text-align: center;
}
.score .info .i-item span{
    position: relative;
    top: 19px;
    font-size: 18px;
    color: #333333;
}
.score .info .i-item em{
    font-size: 13px;
    color: #999999;
    font-style: normal;
}
.score-btn{
    text-align: center;
}
.score-btn a{
    display: inline-block;
    width: 118px;
    height: 44px;
    background: #0084FF;
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    color: white;
    font-size: 17px;
}
.score-btn a:first-child{
    border: 1px solid #0084FF;
    background-color: white;
    color: #0084FF;
    margin-right: 33px;
}

.contents .qc-item{
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    padding-bottom: 17px;
}
.contents .qc-item .qci-l{
    font-size: 14px;
    color: #000000;
    margin-left: 16px;
    flex: 1;
}
.contents .qc-item .qci-l h3{
    line-height: 20px;
    margin-top: 18px;
    font-weight: 500;
font-size: 14px;
}
.contents .qc-item .qci-l .qci-time{
    height: 17px;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    margin-top: 9px;
}

.contents .qc-item .qc-r {
    text-align: right;
    width: 60px;
    margin-right: 21px;
}
.contents .qc-item .qc-r div{
    padding-top: 18px;
    color: #1ACD7E;
}
.contents .qc-item .qc-r div:first-child{
    color: 20px;
    color: #0084FF;
    font-size: 20px;
}
.contents .qc-item .qc-r div:last-child{
    color: #999999;
}
.contents .qc-item .qc-r span{
    font-size: 12px;
    color: #999999;
}
.contents .qc-item .qc-r span em{
    color: #FF1212;
}
.contents .qc-item .yjt img{
    width: 14px;
    height: 14px;
    position: relative;
    top: 35px;
    right: 10px;
}
.points_body{
    background-image: url('/source/images/points_page_bg.png');

}

.ranking_body{
    background-image: url('/source/images/ranking_page_bg.png');

}
.ranking-con{
    padding: 30px 21px;
}
.ranking-con .rc-tab{
    display: flex;
    height: 40px;
    background: #006CD0;
    border-radius: 20px;
    line-height: 40px;
    color: #6FBAFF;
    overflow: hidden;
}
.ranking-con .rc-tab span{
    flex: 1;
    text-align: center;
    font-size: 16px;
}
.ranking-con .rc-tab .act{
    background: linear-gradient( 180deg, #6FE6FF 0%, #0080F8 100%);
    color: white;
}
.ranking-con .rc-user {
    background-color: white;
    margin-top: 72px;
    border-radius: 15px;
}
.ranking-con .rc-user .rcu-top-three{
    display: flex;
}
.rctt-item{
    flex: 1;
    text-align: center;
    position: relative;
    padding-bottom: 34px;
    background-image: url("/source/images/ranking_bg.png");
    margin-left: 15px;
    border-radius: 15px 15px 0px 0px;
    margin-top: -44px;
    border-radius: 15px 15px 0px 0px;
    margin-top: -44px;
    background-size: cover;
}
.rcu-top-three .rctt-item:first-child, .rcu-top-three .rctt-item:last-child{
    margin-left: 22px;
    margin-top: -21px;
}.rcu-top-three .rctt-item:last-child{
    margin-right: 22px;
}
.rctt-item .top-icon{
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
}
.rctt-item .top-icon img{
    width: 32px;
    height: 20px;
}
.rctt-item .top-user{
    margin-top: 17px;
}
.rctt-item .top-user img{
    width: 40px;
height: 40px;
}
.rctt-item .top-pos{
    font-weight: 500;
font-size: 14px;
}
.rctt-item .top-num{
    color: #FF1D1D;
    font-weight: bold;
    margin-top: 4px;
}
.rctt-item .top-y{
    font-size: 11px;
    color: #999999;
}
.rcu-ranking{
    padding: 17px 22px;
}
.rcu-ranking .rcur-tab {
    color: #999999;
    display: flex;
}
.rcu-ranking .rcur-tab .num{
    width: 30px;
    display: inline-block;
}
.rcu-ranking .rcur-tab .header{
    width: 30px;
    display: inline-block;
    margin: 0px 18px 0px 8px;
}
.rcu-ranking .rcur-tab .pos{
    width:50%;
    display: inline-block;
}
.rcu-ranking .rcur-tab .a-num{
    float: right;
    flex: 1;
    text-align: right;
}
.rcu-ranking .rcur-item {
    margin-top: 16px;
    height: 30px;
    line-height: 30px;
    display: flex;
}
.rcu-ranking .rcur-item .num{
    color: #666666;
    float: left;
}
.rcu-ranking .rcur-item .header img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.rcu-ranking .rcur-item .pos,.rcu-ranking .rcur-item .a-num{
    color: #333;
}
.contents .course-item:nth-child(2n) {
    float: right;
}
.course-item{
    float: left;
    width: 49%;
    margin-bottom: 10px;
    padding-bottom: 12px;
    background-color: white;
}
.course-item img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    max-height: 96px;
}
.course-item p{
    margin-left: 10px;
}
.course-play {
    width: 100%;
}
.course-play video{
    width: 100%;
    height: 200px;
}
.course-tab{
    display: flex;
    background-color: white;
    width: 100%;
}
.course-tab .ct-item{
    flex: 1;
    height: 48px;
    line-height: 48px;
    color: #666666;
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
}
.course-tab .ct-item span{
    display: inline-block;
    width: 40px;
    text-align: center;
}
.course-tab .act span{
    color: #0084FF;
    border-bottom: 3px solid #0084FF;
}
.course-tab .ct-item span:last-child{
    width: auto;
}
.course-tab .ct-item:first-child{
    margin-left: 43px;
}
.course-tab .ct-item:last-child{
    margin-right: 48px;
    text-align: right;
}
.course-info{
    background-color: white;
    padding-left: 14px;
    padding-top: 23px;
    padding-bottom: 22px;
}
.course-info h3{
    font-size: 20px;
}
.course-info .ci-num{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    display: flex;
    margin-top: 9px;
}
.course-info .ci-num img{
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.course-info .ci-num .play-num{
    margin-right: 22px;
}
.course-intro {
    background-color: white;
    padding: 21px 23px 20px 14px;
}
.course-intro h3{
    font-size: 15px;
    margin-bottom: 13px;
}
.course-intro p{
    font-size: 13px;
    color: #666666;
    line-height: 23px;
}
.course-intro img{
    width: 100%;
}
.course-video{
    margin-top: 24px;
}
.course-video .cv-item{
   /* height: 42px;
    line-height: 42px;*/
    display: flex;
    margin-bottom: 6px;
    padding: 10px 0px;
}
.course-video .cv-item .cvi-l{
    flex: 1;
    color: #333;
    margin-left: 25px;
    display: flex;
}
.course-video .cv-item .cvi-l span{
    margin-left: 4px;
}
.course-video .cv-item .cvi-l img{
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
}
.course-video .cv-item .cvi-r{
    margin-right: 25px;
    color: #999;
}
.course-video .act{
    background-color: #F2F8FF;
}
.comment-con{
    padding-bottom: 70px;
}
.comment-con .cc-item{
    display: flex;
    padding-top: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.comment-con .cc-item .cc-con{
    flex: 1;
    margin-right: 33px;
}
.comment-con .cc-item img{
    width: 28px;
    height: 28px;
    margin-left: 12px;
    margin-right: 8px;
    border-radius: 50%;
}
.comment-con .cc-item .cc-con .com-con{
    text-align: justify;
    margin-top: 6px;
}
.comment-con .cc-item .cc-con .u-info div{
    font-size: 12px;
color: #333333;
}
.comment-con .cc-item .cc-con .u-info p{
    color: #999999;
    font-size: 11px;
}
.comment-submit{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 44px;
    background-color: white;
    padding-bottom: 19px;
}
.comment-submit .contents{
    background-color: #E9E9E9;
    height: 44px;
    border-radius: 22px;
    overflow: hidden;
}
.comment-submit input{
    flex: 1;
    background-color: #E9E9E9;
    border: none;
    padding-left: 24px;
}
.comment-submit a{
    height: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #0084FF;
    margin-right: 20px;
    padding-left: 15px;
    border-left: 1px solid #DBDBDB;
    position: relative;
    top: 12px;
}


.news-con{
    background-color: white;
    padding: 14px 0px;
    padding-top: 0px;
}
.news-con .nc-item{
    display: flex;
    padding: 16px 0px;
    border-bottom: 1px solid #EEEEEE;;
}
.news-con .nc-item .nci-info h3{
    font-size: 16px;
    text-align: left;
    height: 45px;
    overflow: hidden;
}
.news-con .nc-item .nci-info .d-v{
    margin-top: 6px;
    color: #999999;
    font-size: 12px;
}
.news-con .nc-item .nci-info .d-v span:last-child{
    margin-left: 12px;
}
ul{
    padding: 0px !important;
}
.news-con .nc-item img{
    width: 65px;
    height: 66px;
    margin-left: 4px;
    border-radius: 6px;
}
.news-detail{
    padding: 13px 5px;
}
.news-detail h3{
    font-size: 18px;
color: #333333;
text-align: left;
}
.news-detail .v-d{
    color: #999999;
    font-size: 13px;
    margin: 11px 0px 20px 0px;
}
.news-detail .deail p{
    font-size: 14px;
color: #333333;
line-height: 26px;
text-align: justify;
}
.user-header{
    background-image: url("/source/images/user_bg.png");
    background-size: 100% 100%;
    height: 100px;
}
.user-header .u-info{
    display: flex;
    padding-top: 30px;
}
.user-header .u-info img{
    width: 62px;
    height: 62px;
    margin-left: 21px;
}
.user-header .u-info .u-nick{
    margin-left: 15px;
    flex: 1;
    position: relative;
}
.user-header .u-info .u-nick .nick{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
}
.user-header .u-info .u-nick .points span{
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom: 5px;
}
.user-nav{
    margin-top: -62px;
}
.user-nav .contents{
    background-color: white;
    display: flex;
    padding: 15px 0px;
    border-radius: 15px;
}
.user-nav .un-item{
    flex: 1;
    text-align: center;
}
.user-nav .un-item img{
    width: 40px;
    height: 40px;
}
.user-nav .un-item p{
    margin-top: 4px;
}
.user-menu{
    border-radius: 15px;
    background-color: white;
    padding: 20px;
}
.user-menu .um-item{
    display: flex;
    margin-top: 27px;
}
.user-menu .um-item:first-child{
    margin-top: 0px;
}
.user-menu .um-item .umi-l{
    flex: 1;
}
.user-menu .um-item .umi-l img{
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}
.user-menu .um-item .umi-l label{
    margin-left: 10px;
}
.user-menu .um-item .yjt{
    width: 13px;
    height: 13px;
    position: relative;
    top: 5px;
}
.user-sign{
    height: 335px;
    background-image: url("/source/images/sign_bg.png");
    background-size: 100% 100%;
    text-align: center;
}
.user-sign img{
    text-align: center;
    width: 213px;
    height: 213px;
    margin-top: 24px;
}
.sign-log{
    margin: -80px 10px 0px;
    background-color: white;
    border-radius: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
}
.sign-log .sl-item{
    height:21px;
    margin-bottom: 50px;
}
.sign-log .sl-item span:first-child{
    margin-left: 17px;
    font-size: 15px;
}
.sign-log .sl-item span:last-child{
    float: right;
    margin-right: 16px;
    color: #0084FF;
    font-size: 15px;
}
.uv-item img{
    width: 135px;
    height: 72px;
    border-radius: 10x;
}
.user-gift img{
    width: 82px;
    height: 82px;
    border-radius: 6x;
}
.user-gift .qli-info .qlii-num{
    bottom: 0px;
}
.dcz{
    width: 100%;
    height: 22px;
}
.dcz img{
    float: right;
    margin-right: 14px;
    width: 22px;
    height: 22px;
}

.find_nav_left {
    height: 46px;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.find_nav_list {
    position: absolute;
    left: 0;
}
.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}
.find_nav_list ul li {
    display: inline-block;
    padding: 0 13px;
}
.find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 46px;
    font-size: 15px;
    text-align: center;
    color: #333;
}
.find_nav_cur a {
    color: #0055cd !important;
    font-weight: bold;
}

