@charset "utf-8";
/*顶部大菜单*/
.mainBody{
    background: #F7F7FA;
}
.mainHeader{
    background: #185FFF;
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: block;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 15;
}
.mainHeader .back{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
}
.mainHeader .back img{
    width: 10px;
}
.mainHeader .title{
    color: #fff;
    font-size: 18px;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:  0 auto;
}
.mainHeader .readed{
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 0;
    right: 15px;
}
.mainBody{
    position: relative;
    margin-bottom: 65px;
    margin-top: 40px;
}
.mainBody.mainBodyB{
    margin-bottom: 95px;
}
.mainBody .background{
    height: 160px;
    width: 100%;
    background: #185FFF;
    position: absolute;
    top: 0;
    left: 0;
}
.mainBodyE .background{

}
.mainBody .background.radius{
    border-bottom-right-radius:30px ;
    border-bottom-left-radius:30px ;
}

.mainBody .mainBox{
    position: relative;
    z-index: 11;
}
.mainBody .mainBox.hasBtnGroups{
    padding-bottom: 100px;
}
.mainBody.mainBodyE .background{
    height: 60px;
}
.mainBody.mainBodyF{
    margin-bottom: 90px;
}
.mainBody.mainBodyB .background{
    height: 130px;
}
.mainBody.mainBodyC .mainBox{
    padding-top: 0;
}
.mainBody.mainBodyC .mainBox .tabBox{
    margin-top: 0;
}
.mainBody.mainBodyF .mainBox{
    padding-top: 40px;
}
.mainBody.mainBodyF .background{
    height: 90px;
}
.mainBody.mainBodyD .background{
    height: 120px;
}
.mainBody.mainBodyD .mainBox{
    padding-top: 40px;
}
.mainBody.mainBodyB .timeBox{
    padding: 20px 15px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.showType{
    padding: 20px 15px;
    position: absolute;
    top: 0;
    right:30px;
    margin-bottom: 0;
}
.showType .typeShow{
    position: relative;
    z-index: 121;
    padding-right: 20px;
    color: #fff;
    font-size: 14px;
}
.showType .typeShow .txt{

}
.mainBody.mainBodyB .tabBox{
    margin-bottom: 15px;
    margin-top: 57px;
}
.mainBody.mainBodyB .tabBox .tabNav{
    justify-content: space-around;
}
.mainBody.mainBodyB .tabBox .tabNav li{
    margin: 0;
}
.time_icon{
    width: 14px;
    height: 14px;
    background: url("../img/time_iconB.png") no-repeat center center;
    background-size:cover ;
    display: inline-block;
    vertical-align: middle;
}
.up_icon{
    width: 14px;
    height: 14px;
    background: url("../img/up.png") no-repeat center center;
    background-size:14px ;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.enter_icon{
    width: 14px;
    height: 14px;
    background: url("../img/enter.png") no-repeat center center;
    background-size:10px ;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.noContent{
    padding-top: 25%;
    text-align: center;
    padding-bottom: 25%;
}
.noContent img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.noContent .txt{
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}
.noContent .btn{
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    height: auto;
}
.mainFoot{
    background: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 111;
    justify-content: space-around;
    box-shadow: 0 0 10px 0px #eee;
}
.mainFoot .item{
    text-align: center;
    padding-top: 6px;
}
.mainFoot .item .img{
    width: 20px;
    background-size: 20px auto!important;
    height: 20px;
    margin: 0 auto;
}
.mainFoot .item .img.img1{
    background: url("../img/nav1.png") no-repeat center center;
}
.mainFoot .item .img.img2{
    background: url("../img/nav2.png") no-repeat center center;
}
.mainFoot .item .img.img3{
    background: url("../img/nav3.png") no-repeat center center;
}
.mainFoot .item.this .img.img1{
    background: url("../img/nav1_hover.png") no-repeat center center;
}
.mainFoot .item.this .img.img2{
    background: url("../img/nav2_hover.png") no-repeat center center;
}
.mainFoot .item.this .img.img3{
    background: url("../img/nav3_hover.png") no-repeat center center;
}
.mainFoot .item .txt{
    font-size: 14px;
    color: #999;
}
.mainFoot.mainFootB{
    height: 80px;
    display: block;
}
.signBtn,
.mainFoot.mainFootB .signBtn{
    line-height: 50px;
    width: 90%;
    display: block;
    background-color: #0C58FF;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 15px auto;
}
.mainFoot.mainFootB .signBtn.gray{
    background-color: #e9e9e9;
    color: #aaa;
}
.bg-fixed{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 223;
}
.m_ipt_item:last-child .m_ipt_groups{
    margin-bottom: 0;
}
.m_ipt_groups{
    margin-bottom: 25px;
    position: relative;
    padding: 0 10px;
}
.m_ipt_groups .m_ipt_title{
    margin-bottom: 6px;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: start;
}
.m_ipt_groups .m_ipt_body{
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}
.m_ipt_groups .m_ipt_body textarea{
    height: 160px;
    line-height: 1.5;
    background: #F9F9F9;
    margin-right: 15px;
    display: block;
    color: #333;
    resize: none;
    width: 96%;
    border: 1px solid transparent;
}
.m_ipt_groups .m_ipt_body textarea:focus{
    border: 1px solid #0C58FF;
}
.m_ipt_groups .m_ipt_body .textareaBox{
    position: relative;
    padding-bottom: 24px;
}
.m_ipt_groups .m_ipt_body .textareaBox .enterNum{
    position: absolute;
    right: 30px;
    bottom: 0;
    color: #999;
    font-size: 14px;

}
.m_ipt_groups .m_ipt_title .red{
    color: #F44D4A;
    width: 14px;
    max-width: 14px;
    padding-top: 3px;
    margin-right: 0;
}
.m_ipt_groups .m_ipt_title .txt{
    line-height: 1.5;
}
.m_ipt_groups .m_ipt_tip{
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.m_ipt_groups .m_ipt_body input[type=text],
.m_ipt_groups .m_ipt_body input[type=password],
.m_ipt_groups .m_ipt_body input[type=number]{
    border: none;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    color: #333;
    font-size: 14px;
    padding-right: 15px;
}
.m_ipt_groups .m_ipt_body input[type=text]:focus,
.m_ipt_groups .m_ipt_body input[type=password]:focus,
.m_ipt_groups .m_ipt_body input[type=number]:focus{
    border-bottom: 1px solid #0C58FF;
}
.m_ipt_groupsB .m_ipt_error, .m_ipt_groups .m_ipt_error{
    color: #F44D4A;
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    left: 0;
    bottom: -20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 12;
    max-width: 100%;
}
.m_ipt_groups select{
    border:none;
    border-bottom: 1px solid #E6E6E6;
    outline: none;
    width: 100%;
    color: #333;
    font-size: 14px;
    padding-right: 15px;
    box-sizing: border-box;
    background-color: #fff;
    height: 36px;
}
.m_ipt_groupsB .m_checkBox_groups,
.m_ipt_groups .m_checkBox_groups{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.m_ipt_groupsB .m_checkBox_groups:last-child{
    margin-right: 0;
}
.m_ipt_groupsB .m_checkBox_groups input[type=radio],
.m_ipt_groupsB .m_checkBox_groups input[type=checkbox],
.m_ipt_groups .m_checkBox_groups input[type=radio],
.m_ipt_groups .m_checkBox_groups input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
}
.m_ipt_groupsB .m_checkBox_groups label,
.m_ipt_groups .m_checkBox_groups label{
    color: #333;
    font-size: 14px;
    vertical-align: middle;
}
.m_ipt_groupsB{
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    padding: 10px 0;
    position: relative;
}
.m_ipt_groupsB .m_ipt_body{
    flex: 1;

}
.m_ipt_groupsB .m_ipt_title{
    margin-right: 20px;
    color: #666;
    font-size: 14px;
}

.m_ipt_groupsB .m_ipt_body input[type=text]{
    width: 100%;
    border: none;
    text-align: right;
    padding-right: 20px;
}
.m_ipt_groups .dec_txt{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}
.m_ipt_groups .dec_tip{
    color: #666;
    font-size: 14px;
    line-height: 1.2;
}
.m_ipt_groups .dec_box{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
}

.up_black_icon {
    width: 14px;
    height: 14px;
    background: url(../img/up_black.png) no-repeat center center;
    background-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.m_show_groups .m_ipt_body{
    color: #666666;
    font-size: 14px;
    text-align: right;
    flex: 1;
}
.formBodyB .m_ipt_item .m_show_groups:last-child{
    border-bottom: none;
}

.search_box{
    position: relative;
    padding: 15px;
}
.search_box input{
    width: 100%;
    height: 30px;
    border-radius: 30px;
    padding-left: 30px;
}
.search_box input:focus{
    border: none;
}
.search_icon{
    background: url("../img/search_icon.png") no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: inline-block;
}
.search_box .search_icon{
    position: absolute;
    left: 20px;
    top: 20px;
}
.search_box .add_btn{
    display: block;
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 15px;
    top: 10px;
}
.search_box .add_btn .add_iconC{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.search_boxB input{
    width: 80%;
}
.m_ipt_groups .m_ipt_body .yc-contentedit {
    line-height: 1.5;
    background: #F9F9F9;
    margin-right: 15px;
    display: block;
    color: #333;
    resize: none;
    width: 96%;
    border: 1px solid transparent;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
}

.yc-contentedit:empty:before{
    content: attr(placeholder);
    color:#bbb;
}
.yc-contentedit:focus:before{
    content:none;
}