@charset "utf-8";

html {
    -webkit-tap-highlight-color: transparent
}

body {
    background-color: #555;
    overflow-x:hidden;
    font-family: Microsoft YaHei, -apple-system-font, Helvetica Neue, sans-serif;
    -webkit-tap-highlight-color: transparent;
    max-width: 480px;
    margin: 0 auto !important;
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

.none {
    display: none;
}

.clear {
    display: block;
    clear: both;
}

.center {
    text-align: center;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.pb10{padding-bottom: 10px}

table{
    border-collapse:collapse;
    border-spacing:0
}

div {
    -webkit-tab-highlight-color: transparent
}

.m_top_15{ margin-top: 15px;}

.layui-btn{ background-color: #1980fa !important;}
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{ color: #1980fa !important; }
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{ color: #1980fa !important;}

/*---------------底部导航------------------*/

#bottom_nav{
    width: 100%;
    max-width: 480px;
    height: 60px;
    background: #ffffff;
    font-size: 14px;
    text-align: center;
    color: #777777;
    line-height: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 1px solid #f5f5f5;
    z-index: 10000;
}

#bottom_nav .bottom_nav_item{
    width: 30%;
    float: left;
    height: 60px;
    display: block;
}

#bottom_nav .bottom_m5{
    margin: 0 5%;
}

#bottom_nav i{
    font-style: normal;
    display: block;
}

#bottom_nav .nav_icon {
    width: 100%;
    height: 24px;
    background-size: 24px;
    padding-top: 25px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: 8px;
    color: #a6a6a6;
}

#bottom_nav .nav_index{
    background-image: url(./../images/nav_index_n.png);
}

#bottom_nav .nav_work{
    background-image: url(./../images/nav_work_n.png);
}

#bottom_nav .nav_user{
    background-image: url(./../images/nav_user_n.png);
}
#bottom_nav .nav_speech{
    background-image: url(./../images/nav_speech_n.png);
}


#bottom_nav .nav_select .nav_icon {
    color: #0c4698 !important;
}

#bottom_nav .nav_select .nav_index{
    background-image: url(./../images/nav_index_y.png);
}

#bottom_nav .nav_select .nav_work{
    background-image: url(./../images/nav_work_y.png);
}

#bottom_nav .nav_select .nav_user{
    background-image: url(./../images/nav_user_y.png);
}
#bottom_nav .nav_select .nav_speech{
    background-image: url(./../images/nav_speech_y.png);
}

.main {
    background-color: #fff;
    color: #3C4353;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px;
    width: 100%;
}

.main_bar{
    padding: 10px;
}

body .bg-f2 {background-color: #f3f3f3;}

.pdt-50 {padding-top: 50px;}

.pdl-5 {padding-left: 5px;}

.pdr-5 {padding-right: 5px;}

.mt-8 {margin-top: 8px;}

.mb-8 {margin-bottom: 8px;}

.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-50 {margin-left: 50px;}
.m10{ margin: 10px;}

.w-80 {width: 80px;}
.w-100 {width: 100px;}
.w-120 {width: 120px;}
.w-150 {width: 150px;}
.w-300{ width: 300px}

.inline-block {
    display: inline-block;
}

/*---------------头部用户信息------------------*/

.header{
    width: 100%;
    height: 220px;
    background: #0c4698;
    color: #ffffff;
    border-radius: 0 0 10px 10px;
}

.header_tip{
    width: 120px;
    height: 26px;
    font-size: 20px;
    font-weight: Normal;
    text-align: left;
    line-height: 6px;
    margin-top: 50px;

}

.header_img {
    width: 48%;
    height: 169px;
    background-image: url(../images/index.png);
    background-size: 100%;
    float: left;
}

.header_left {
    float: left;
    width: 46%;
    margin-left: 4%;
}

.header_user {
    height: 45px;
    margin-top: 30px;
}

.header_user_img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
}

.header_user_inf {
    float: left;
    margin: 5px 0 0 6px;
}

.header_user_inf_name {
    font-size: 14px;
    font-weight: bold;
}

.hdeaer_user_inf_pos{
    font-size: 12px;
    width: 100%;
    overflow:hidden;
    text-overflow: ellipsis;
}

.content {
    position: relative;
    top:-25px;
    width: 100%;
}

.content-m {
    width: calc(100% - 16px);
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
}


/*---------------滚动条框 or 工作台导航------------------*/
.slogan{
    width: 96%;
    height: 100px;
    margin-left: 2%;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
}

.slogan_marquee{
    line-height: 100px;
}

.slogan marquee{
    width: 266px;
    height: 20px;
    font-size: 14px;
    text-align: left;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.slogan .layui-icon-speaker{
    color: #0c4698;
    font-size: 24px;
    position: absolute;
    margin-left: -24px;
    font-weight: bold;
}

.slogan .slogan_nav_item{
    width: 30%;
    float: left;
    height: 60px;
    display: block;
    margin-top: 20px !important;
}

.slogan .bottom_m5{
    margin: 0 5%;
}

.slogan .slogan_nav_item i{
    font-style: normal;
    display: block;
    color: #0c4698;
    font-weight: bold;
}

.slogan .slogan_nav_icon {
    width: 100%;
    height: 24px;
    background-size: 24px;
    padding-top: 25px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: 8px;
}

.slogan .nav_course_cost{
    background-image: url(./../images/course_cost.png);
}

.slogan .nav_course_give{
    background-image: url(./../images/course_give.png);
}

.slogan .nav_speech{
    background-image: url(./../images/nav_speech_y.png);
}




/*---------------日历框------------------*/

#calendar{
    margin: 10px 0 0 2%;
    width: 96%;
    height: 350px;
    background: #ffffff;
    border-radius: 10px;
}

#calendar .laydate-theme-calendar{
    margin-top: 10px;
    width: 100%;
    height: 350px;
    border: none !important;
    box-shadow:none !important;
    border-radius: 10px !important;
}

#calendar .laydate-theme-calendar .layui-laydate-main {
    width: 100% !important;
}

#calendar .laydate-theme-calendar .laydate-set-ym, #calendar .layui-laydate, #calendar .layui-laydate *, #calendar .layui-laydate-list{
    box-sizing:content-box !important;
}

#calendar .laydate-theme-calendar .layui-laydate-content > table {
    margin: 0 auto;
}

#calendar .laydate-theme-calendar .layui-laydate-content .layui-this {
    background-color: #0c4698 !important;
}



/*------------------用户首页--------------------*/

.user_index_header{
    background-image: url(./../images/ours.png);
    background-size: 78%;
    background-position: top center;
    background-repeat: no-repeat;
}

.user_ind_logo{
    width: 46px;
    height: 27px;
    margin: 19px 0 0 9px;
}

.user_info_head {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.user_info_group{
    width: 96%;
    margin-left: 2%;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    float: left;
    color: #a6a6a6;
    padding: 12px 0;
}

.user_info_group .info_line{
    padding: 12px 0;
}

.user_info_group .info_line_header{
    height: 48px;
    line-height: 48px;
    padding: 0;
}

.user_info_label{
    margin-left: 20px;
}

.user_info_right {
    float: right;
    margin-right: 20px;
}

.user_info_right i {
    font-style: normal;
}

.user_info_right i.layui-icon{
    margin-left: 20px;
}

/*---------------------顶部返回导航----------------*/
#top_bar {
    height: 44px;
    line-height: 44px;
    position: fixed;
    top: 0;
    background-color: #fff;
    color: #0c4698;
    width: 100%;
    max-width:480px;
    z-index: 1000;
    display: none;
}

#top_bar.top_bar_show {
    display: block;
}

#top_bar i {
    font-style: normal;
    display: inline-block;
}

#top_bar .top_bar_left {
    font-size: 28px;
    vertical-align: top;
    color: #ccc;
    width: 20%;
    text-indent: 12px;
}

#top_bar .top_bar_text {
    width: 60%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

#top_bar .top_bar_right {
    width: 15%;
    text-align: right;
    vertical-align: top;
}

#top_bar .top_bar_right img{
    vertical-align: middle;
}


/*---------------------------列表+搜索--------------------*/

._search{
    background: #fff;
    height: 60px;
    line-height: 60px;
}

._search_item_inline{
    display: inline;
}

._search input,._search select{
    width: 90px;
    height: 30px;
    line-height: normal;
    border: 1px solid #dde2ee;
    border-radius: 5px;
    padding: 0 5px;
}

._search label{
    font-weight: Bold;
    text-align: left;
    color: #0c4698;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    margin-left: 8px;
}

._search ._search_item_input{
    display: inline;
}

._search_btn {
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #0c64eb;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    margin-left: 8px;
}

.table_data_list {
    width: calc(100% - 30px);
    margin-left: 15px;
    text-align: left;
    background-color: #fff;
}
.table_data_list thead tr th, .table_data_list tbody tr td{
    height: 50px;
}

.table_data_list tbody tr:nth-child(2n){
   /* background-color: #f5f5f5;*/
}

/*.table_data_list .layui-btn{
    background-color: #0c64eb !important;
}*/

/*-------------------------弹框提示---------------------*/
#msgBox {
    max-width: 480px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    background: #fff;
    z-index: 100002;
    padding: 10px;
}

.msgBox-tip .msgBox-content{
    font-size: 16px;
    color: #0c4698;
    margin: 15px auto;
    word-break:break-all;
    text-align: center;
}

#msgBox .yesBtn{
    border: none;
    background-color: #0c64eb;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

#msgBox .cancelBtn{
    border: none;
    background-color: #a6a6a6;
    color: #fff;
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 5px;
}

#msgBoxBg,#loading_mask {
    width: 100%;
    height: calc(100vh);
    opacity : 0.3;
    filter:alpha(opacity=30); /* IE */
    -moz-opacity:0.3; /* 老版Mozilla */
    -khtml-opacity:0.3; /* 老版Safari */
    position: fixed;
    background: #777777;
    z-index: 100001;
    top: 0;
    left: 0;
}

.msgBox-btn {
    text-align: center;
}

#loading_mask>div {
    margin-top: calc(50vh - 20px);
}

/**------------------------参评--------------**/
.main_list{ padding: 10px; height: 48px; line-height: 48px;}
.speech_icon{ width: 48px; height: 48px;}
.fl{ float: left;}
.fr{ float: right;}
.speech_title{ margin: 0 15px; font-size: 16px; width: 60%; height: 48px; line-height: 48px; overflow: hidden;}
.speech_f{ text-align: right; padding-right: 30px; font-size: 12px;color: #C0C4CC;}
.speech_f span{ margin-left: 15px;}

.judges{width: 90% !important; height: auto !important; text-align: left; padding: 15px 3%; margin-top: 15px;}
.judges h2{ color: #0c4698;}
.judges h2 a{ float: right;}
.judges .player a{ width: 30%; height: 30px; line-height: 30px; text-align: center; overflow: hidden; display: inline-block; background-color: #E5EBF4; border-radius: 5px;  color: #C0C4CC; margin-left: 2%; margin-top: 15px;}
.judges_list a{ text-align: center; width: 60px; margin: 15px 0 0 15px; display: inline-block;}
.judges_list a img{ border-radius: 30px; width: 35px; height: 35px;}
.player_over{ text-decoration: line-through;}

.speech_subject{width: 90% !important; padding: 15px 3%; margin-top: 15px; height: 50px !important; text-align: left;}
.staff_pic img{ width: 48px; height: 48px; border-radius: 20px;}
.staff_uname{ width: 80%; height: 50px; overflow: hidden; font-size: 14px; color: #0c4698; margin-left: 15px;}
.staff_uname p{ color: #838A9D; margin-top: 13px;}
.subject_score{font-size: 16px; color: red; font-weight: 500;}

.speech_question{width: 90% !important; height: auto !important; padding: 15px 3%; margin-top: 15px; margin-bottom: 15px; text-align: left;}
.question_title{ height: 30px; line-height: 30px; font-size: 14px; color: #0c4698;}
.question_pingjia span {width: auto; height: 20px; line-height: 20px; padding: 0 10px; display:inline-block; font-size: 12px; background-color: #E5EBF4; margin-bottom: 15px;}
.question_desc{ font-size: 12px; color: #838A9D; line-height: 25px;}
.question_score{ margin: 10px 0px; padding-bottom: 10px;}
.score_bar{ width: 80%; margin: 0 15px;}
.speech_btn{ width: 100%; height: 45px; line-height: 45px; position:absolute; bottom: 0; background-color: #0C4698; color: #fff; text-align: center; border-radius: 5px;} 
.speech_btn span{ font-size: 12px; color: #EDF05B; position:absolute; right: 15px; bottom: -10px;}

/**--------表单------**/
.osm-form {
    width: 100%;
    margin-top: 10px;
}
.osm-form .osm-form-item {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.osm-form .osm-form-inline{
    width: calc(100% - 62px);
    position: absolute;
    float: left;
    left: 62px;
    top: 0;
}

.osm-form .osm-input {
    width: 100%;
    height: 30px;
    line-height: normal;
    border: 1px solid #dde2ee;
    border-radius: 5px;
}

.osm-form .osm-form-label {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #0c4698;
    display: inline-block;
}

.table_bg{
    width: 100% !important;
    background: #fff;
}

.table_info_title{
    text-align: right;
    color: rgb(174, 185, 194);
    width: 60px;
    padding-right: 5px;
}
.tabla_info tr{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
}
.tabla_info tr:nth-child(2n){
    background-color: #fff !important;
}
.file_name{
    width: calc(100% - 90px);
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    float: left;
}
.file_btn{
    float: right;
}
.form-input{
    width: calc(100% - 13px);
    height: 35px;
    line-height: 35px;
    border: 1px solid #ebebeb;
    text-indent: 10px;
    border-radius: 5px;
}

.main-content {
    width: calc(100% - 20px);
    margin-left: 10px;
    background-color: #fff;
    /*margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px*/
}

.course-check-list {
    display:flex;
    justify-content:left;
    flex-wrap: wrap;
    padding: 10px 5px;
}

.course-check-list li {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #d2d2d2;
    text-align: center;
    font-weight: bold;
    padding: 0 5px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    margin: 5px;
    min-width: 40px;
}

.course-check-list li.selected {
    background-color: #1980fa;
}
.zidingyi{ position: fixed; top: 50%; right: 30px}
.fix-btn{
    width: 54px;
    height: 54px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
    transition: unset;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: calc((100% - 460px) / 2);
    bottom: 40%;
}
.fix-btn-tex{
    color: #1980FA;
    width: 45px;
    padding: 15px 0 0 5px;
    line-height: 8px;
}
.fix-btn-tex a{ color: #1980FA;}

/*滚动条*/
/* 定义滚动条样式 */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: rgba(240, 240, 240, 1);
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    border-radius: 10px;
    background-color:rgba(240, 240, 240, .5);
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    background-color: #D6D7D6;
}

.layui-table-view ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: rgba(240, 240, 240, 1);
}
.layui-table-view .tool-panel-right ::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: rgba(240, 240, 240, 1);
}

/* layui重写 */
.layui-input, .layui-select, .layui-textarea {
    height: 28px;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    border-radius: 5px;
}
.layui-bg-blue-opc{
    background: rgba(25, 128, 250, 0.1) !important;
}
.layui-bg-orange-opc{
    background: rgba(255, 87, 34, 0.1) !important;
    color: rgb(255, 87, 34) !important;
    border: 1px solid rgb(255, 87, 34) !important;
}
.layui-bg-green-opc{
  background: rgba(67, 207, 124, 0.1) !important;
    color: rgb(67, 207, 124) !important;
    border: 1px solid rgb(67, 207, 124) !important;
}


/*防markdown样式*/
.markdown-list{
    padding: 10px;
}
.markdown-list h2{
    margin-bottom: 10px;
}
.markdown-kuai{
    border-left: 2px solid #1980fa;
    padding-left: 10px;
    margin: 10px 0;
}
.markdown-kuai li{                                                                                                                                                                                                                                                                
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
}

#zidingyi_teacher ul li{
    float: left; width: 150px; margin-left: 10px;
}
#zidingyi_teacher ul li .zidingyi_uname{ width: 50px; float: left}
#zidingyi_teacher ul li .zidingyi_input{ width: 90px; float: left}
#zidingyi_teacher ul li .zidingyi_bai{ width: 10px; float: left}

/*
业务类型
*/
.service_type{
    margin: 0;
}
.service_type  .layui-tab-title li{
    min-width: 55px;
    padding: 0 5px;
}
.service_type_content{
    padding: 0px;
}
/**去掉checkbox右边的勾**/
.layui-exp-checkbox{
    padding: 0 10px;
    float: left;
}
.layui-exp-checkbox ul{
    float: left;
    padding-bottom: 10px;
}
.layui-exp-checkbox ul li{
    width: 80px;
    float: left;
    margin-top: 10px;
}
.layui-exp-checkbox .layui-form-checkbox i { display: none !important; border-radius: 2px !important;}
.layui-exp-checkbox .layui-form-checkbox, .layui-form-select dl dd.layui-disabled{ background: none !important; width: 100%;}
.layui-exp-checkbox .layui-form-checkbox span,
.layui-exp-checkbox .layui-form-checkbox div{ border-radius: 2px !important; width: calc(100% - 20px); text-align: center}
.layui-exp-checkbox .layui-form-checked:hover>div, .layui-exp-checkbox .layui-form-checked>div{ background-color: #1980fa}
.main-title{
    width: 100%; height: 50px; line-height: 50px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    text-align: center;
    margin-bottom: 15px;
}
/**
表格表单样式处理
 */
.form-table tr{
    border: none;
}
.form-table .layui-input, .layui-select, .layui-textarea{
    height: 30px;
    line-height: 30px;
}
.form-table .layui-input, .layui-textarea{
    width: calc(100% - 15px);
}
.layui-form-select .layui-edge{
    right: 20px;
}
.layui-box{
    padding-bottom: 80px;
}
.layui-input-wrap .layui-input-suffix{
    pointer-events:auto; cursor: pointer;
}


