/* 
/////////////////包括基础字典,home主页的css
/////////////////
/////////////////
*/

/* 
////////////////////////////////////////////////////dictionary strat//////////////////////////////////////////////////////
*/
.panel-heading > h1{
    color: rgb(240, 107, 14);
}
.colorchange > a{
 color: black;
 font-size: medium;
 margin-bottom: 2px;
}
.colorchange > a:hover{
    color: rgb(240, 107, 14);
    background-color: white;
    border-style: solid;
    border-color: white;
}
.colorchange > a:focus{
    color: black;
}
.colorchange.white-back >a{
    background-color: #FFF;
    border-color: rgb(200, 200, 200);
}
.tablestyle > thead > tr > th > .searchdiv{
    position: absolute;
    display: none;
}
.tablestyle > thead > tr > th > a{
    color: black;
     font-size: medium;
}
.tablestyle > thead > tr > th > a:hover{
    color: rgb(240, 107, 14);
}
.tablestyle > thead > tr > th > a:hover + .searchdiv{
    display: block;
}
.tablestyle > thead > tr > th > .searchdiv:hover{
    display: block;
}
.tablestyle > tbody > tr > td{
    display:table-cell; 
    vertical-align:middle;
}

/* 
///////////////////////////////////////////dictionary end///////////////////////////////////////////////////////////////////////
*/
/* 
///////////////////////////////////////////index-klorofil start/////////////////////////////////////////////////////////////////////////
*/
.title{
    color: rgb(240, 107, 14);
}

.navbar-btn > button > i:focus{
    color: rgb(240, 107, 14) !important;
}
.navbar-btn > button > i:hover{
    color: rgb(240, 107, 14);
}
.navbar-btn > button > i:active{
    color: rgb(240, 107, 14);
}
.lightfather{
    color: rgb(240, 107, 16);
    background-color: rgb(48, 48, 48);
    border-left-color: rgb(240, 107, 16);
}
.top-border > .dropdown > .dropdown-menu{
    border-top-color: rgb(240, 107, 16);
}
.top-border > .dropdown > a:hover{
    color: rgb(240, 107, 14) !important;
}
.top-border > .dropdown > a:focus{
    color: rgb(240, 107, 14) !important;
}
.top-border > .dropdown >.dropdown-menu> li> a:hover{
    color: rgb(240, 107, 14) !important;
}
/* 
///////////sidebar 
*/
.sidebar_detail > .showhead{
    width: 1000px;
    height: 600px;
}

.sidebar_detail > .showhead > .sidebar_advance{
    width: 250px;
    float: right;
    height: 400px;
    margin-top: 2%;
    margin-right: 5%;
}

.sidebar_detail > .showhead > .row {
    width: 600px;    
}
.sidebar_detail > .showhead > .row > ul > li > .item{    
    min-height: 400px;
    padding-left: 20px;
    width: 200px;    
    margin-bottom: 20px;   
    border-right-style: solid;
    border-width: 1px;
    border-color: rgb(200, 200, 200); 
}

.sidebar_detail > .showhead > .row > ul > li > .item > .megamenu-heading >a{
    font-size:large;
    color: black;
}
.sidebar_detail > .showhead > .row > ul > li > .item > .megamenu-heading >a:hover{
    color: rgb(240, 107, 14);
}

.sidebar_detail > .showhead > .row > ul > li >  .item >.list-unstyled > li {
    margin-top: 10px;
}
.sidebar_detail > .showhead > .row > ul > li > .item > .list-unstyled > li > a{
    font-size: medium;
    color: rgb(150, 150, 150);
}
.sidebar_detail > .showhead > .row > ul > li >  .item >.list-unstyled > li > a:hover{
    color:rgb(240, 107, 14);
}


.a_showdetailcontent,.a_showdetailcontent:focus{
    color: black;
}
.a_showdetailcontent:hover{
    color: rgb(100, 100, 100);
}
.detailcontent{
    display: none;
    position:absolute;  
    max-width: 300px;        
    word-wrap:break-word; 
    word-break:break-all; 
    overflow: hidden;
    z-index: 999;
}
.a_showdetailcontent:hover+.detailcontent{
    display: block;
}


/* 
///////////////////////////////////////////index-klorofil end/////////////////////////////////////////////////////////////////////////
*/

/* 
///////////////////////////////////////////home.html strat//////////////////////////////////////////////////////////////////////
*/

/* 
/////////左边搜索
*/
.top-search{
    /* background-color: rgb(253, 154, 38); */
    background: linear-gradient(90deg,rgb(253, 154, 38),rgb(240, 107, 16));;
    width: 100%;
    height: 325px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 10px;
    min-width: 1220px;
    max-width: 1310px;
}
.top-search > .search-left{
    margin-left: 10%;
    width: 40%;
}
@media screen and (max-width: 992px){
    .col-md-8.search-left{
        position: absolute;
        width: 500px;
    }
}
.top-search > .search-left > .search-logo{
    color: #fff;
    position: relative;
    top: 70px;
    left: 40px;
    
}
.top-search > .search-left > .search-type{
    position: relative;
    top: 80px;
    left: 40px;
}
.top-search > .search-left > .search-input{
    top: 80px;
    left: 40px;
    position: relative;
    width: 80%;
}
.top-search > .search-left > .search-input > .input-group > .form-control ,.top-search > .search-left > .search-input > .input-group > .input-group-btn > .btn {
    height: 45px;
}
.top-search > .search-left > .search-input > .input-group > .form-control{
    border-style: none;
    border-left-style: solid;
}
.top-search > .search-left > .search-input > .input-group > .left-btn > .btn{
    padding-top: 13px;
    color: black;
    background-color: white;
    border-style: none;
}
.top-search > .search-left > .search-input > .input-group > .left-btn > .dropdown-menu{
    min-width: 30px ;
    border-radius: 0%;
}
.top-search > .search-left > .search-input > .input-group > .left-btn > .dropdown-menu > li{
    height: 32px;
}
.top-search > .search-left > .search-input > .input-group > .left-btn > .dropdown-menu > li > a:hover{
    color: rgb(247, 122, 33);
}
.top-search > .search-left > .search-input > .input-group > .right-btn > .btn{
    padding-top: 13px;
    border-style: none;
    background-color: rgb(48, 48, 48);
    color: #fff;
}
.top-search > .search-left > .search-input > .input-group > .right-btn > .btn:hover{
    background-color: rgb(58, 58, 58);
}
.top-search > .search-left > .search-type > .left-aligned > ul > li > a{
    color: #fff;
}
.top-search > .search-left > .search-type > .left-aligned > ul > .active{
    background-color: rgb(247, 122, 33) !important;
}
.top-search > .search-left > .search-type > .left-aligned > ul > li > a:hover{
    background-color: rgb(255, 105, 0);
}
.top-search > .search-left > .search-bottom {
    top: 90px;
    left: 1px;
    position: relative;
    width: 100%;
}
.top-search > .search-left > .search-bottom > .search-bottom-inline > li{
    display: inline;
    font-size: smaller;
    padding-left: 10px;
}
.top-search > .search-left > .search-bottom > .search-bottom-inline > li > a,.top-search > .search-left > .search-bottom > .search-bottom-inline > li> i{
    color: #fff;
}
.top-search > .search-left > .search-bottom > .search-bottom-inline > li > a:hover{
    color: rgb(247, 122, 33);
}

/* 
///////////////////右边轮播
*/
.top-search > .search-right {
    top: 8% ;
    right: 6%;
    display: block;
    float: right;
    width: 41%;
    height: 80%;
    border-radius: 30px;  
}
.top-search > .search-right > .carousel,.top-search > .search-right > .carousel > .carousel-inner{
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    border-radius: 30px;    
}
.top-search > .search-right > .carousel > .carousel-inner > .item > a >img{
    width: 100% !important;
    height: 255px;
       
}
.carousel > .left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.carousel > .right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.carousel-inner > .item {
    -webkit-transition: .3s ease-in-out !important;
         -o-transition: .3s ease-in-out !important;
            transition: .3s ease-in-out !important;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
}

/* 
/////////////home页面内容
*/
.box-main{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: rgb(253, 241, 230);
    margin-top: 5px;
    width: 94%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    min-width: 1220px;
    max-width: 1310px;
}
.box-main > .box-main-type > .panel > .row > .onetype{
    margin: 10px 20px 10px 20px;
    height: 100px;
    width: 150px;
    float: left;
}
.box-main > .box-main-type > .panel > .row > .onetype > .typecontent-top{
    float: none; display: block; text-align: center;
    
}
.box-main > .box-main-type > .panel > .row > .onetype > .typecontent-top > a{
    color: rgb(51, 51, 51);
}
.box-main > .box-main-type > .panel > .row > .onetype > .typecontent-top > a:hover{
    color: rgb(247, 122, 33);
}
.box-main > .box-main-type > .panel > .row > .onetype > .typecontent-bottom{
    background-color: black;
    float: none; display: block; text-align: center;
}
.box-main > .box-main-type > .panel > .all-type{
    margin: 40px 10px 40px 0px;
    height: 160px;
    width: 50px;
    display: block;
    float: right;
    border-width: 1px;
    border-color: rgb(248, 248, 248);
    border-left-style: solid;
    text-align: center;
}
.box-main > .box-main-type > .panel > .all-type > a{
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;/* 字体垂直排列 */
    font-size: larger;
    letter-spacing: 6px;
    color: rgb(51, 51, 51);
}
.box-main > .box-main-type > .panel > .all-type > a:hover{
    color: rgb(247, 122, 33);
}

/*沈琳改于11.27*/
.box-main > .panel > .all-type{
    margin: 40px 10px 40px 0px;
    height: 160px;
    width: 50px;
    display: block;
    float: right;
    border-width: 1px;
    border-color: rgb(248, 248, 248);
    border-left-style: solid;
    text-align: center;
}
.box-main > .panel > .all-type > a{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;/* 字体垂直排列 */
    font-size: larger;
    letter-spacing: 6px;
    color: rgb(51, 51, 51);
}
.box-main > .panel > .all-type > a:hover{
    color: rgb(247, 122, 33);
}
/*
/////////////广告
*/
.box-main > .advertise >.panel {
    height: 120px;
}
.box-main > .advertise >.panel{
    background-color: black;
}
.box-main > .advertise > .panel img{
    width: 100%;
    height: 100%;
}
/* 
专家显示
*/
.showpart{
    float: none;
    margin-left: 30px;
}
.showpart>.expert_panel>.carousel>.carousel-inner>.item>.row>.panel{
    margin-right: 16px !important;
    margin-left: 16px;
    width: 30%;
    height: 200px;
}
.showpart>.expert_panel>.carousel>.carousel-inner>.item>.row>.panel>.imagepart,.showpart>.expert_panel>.carousel>.carousel-inner>.item>.row>.panel>.contentpart{
    height: 100%;
}
.showpart>.expert_panel>.carousel>.carousel-inner>.item>.row>.panel>.imagepart>.img{
    float: right;
}
.showpart>.expert_panel>.carousel>.carousel-inner>.item>.row>.panel>.imagepart>.img>img{
    height: 190px;
    object-fit: cover;
    border-right: solid;
    border-width: 1px;
    border-color: rgb(240, 240, 240);
}


/* 
///////////////////////////////////////////home end/////////////////////////////////////////////////////////////////////////
*/
/* 
///////////////////////////////////////////pictrue start/////////////////////////////////////////////////////////////////////////
*/

/* 
///////////////////////////////////////////forget start/////////////////////////////////////////////////////////////////////////

*/
.box{
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #fff;
    height: 85%;
    width: 90%;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.secondbox{
    height: 85%;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.highleft{
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    height: 5%;
    
    
}
.forgethead{
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
}
.forgetbody{
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50%;
    margin-top: 5%;
}

.thirdstep{
}
/* 
///////////////////////////////////////////forget end/////////////////////////////////////////////////////////////////////////

*/
/* ///////////////////////////////////////////login start/////////////////////////////////////////////////////////////////////////
 */
 .hotcolor{
    background-color: rgb(240, 109, 16);
}
.hotcolorfont{
    color: rgb(240, 109, 16);
}
.box{
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #fff;
    height: 85%;
    width: 90%;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.secondbox{
    height: 100%;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.loginhead{
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 5%;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: gainsboro;
}
.loginleft{
    margin-top: 2%;
    padding-top: 1%;
    padding-left: 5%;
    padding-right: 3%;
    height: 100%;
    border-right-style: solid;
    border-color: gainsboro;
    border-width: 1px;
}
.loginright{
    padding-top: 3%;
    padding-right: 5%;
    padding-left: 3%;
    height: 100%;
    
}
.moreheight{
    height: 350px;
    width: 100%;
}
.formposition{
    padding-top: 5%;
}
.welcomeleft{
    padding-top: 120px;
}
.buttoncolor{
    background-color: rgb(240, 109, 16);
    border-color: rgb(240, 109, 16);
}
.buttoncolor:hover{
    background-color: rgb(240, 109, 16);
    border-color: rgb(240, 109, 16);
}
.buttoncolor:active:focus{
    background-color: rgb(139, 68, 16);
    border-color: rgb(139, 68, 16);
}
.buttoncolor:focus{
    background-color: rgb(240, 109, 16);
    border-color: rgb(240, 109, 16);
}
.acolor{
    color: black;
}
.acolor:hover{
    color: rgb(240, 109, 16);
}
.acolor:focus{
    color: rgb(240, 109, 16);
}
.custom-tabs-line.tabs-line-bottom {
    border-bottom: 1px solid #eaeaea; }
    .custom-tabs-line.tabs-line-bottom ul > li {
    margin-bottom: -1px; }
    .custom-tabs-line.tabs-line-bottom a {
    border-bottom: 1px solid transparent; }
    .custom-tabs-line.tabs-line-bottom .active a {
    border-bottom: 2px solid rgb(240, 109, 16); }

 /* ///////////////////////////////////////////login end/////////////////////////////////////////////////////////////////////////
 */

 /* ///////////////////////////////////////////changepassword start/////////////////////////////////////////////////////////////////////////
 */
#changepassword{
    width: 90%;
    height: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.sidebarpanel{
    height: 500px;
    margin: 20px;
}
.contentpanel{
    height: 500px;
    margin-top: 20px;
}
.sidebarpanel>.sideul{
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    text-align: center;
}
.sidebarpanel>.sideul>li{
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    margin-top:10px;
    font-size: large;
}
.sidebarpanel>.sideul>li>ul>li{
    font-size: medium;
    margin: 5px;
}

.sidebarpanel>.sideul>li>ul>li>a{
    color: rgb(100, 100, 100);
}
.inputpart{
    width: 400px;
    height: 400px;
    margin: 30px;
}
.inputpart>.inputparthead{
    color: rgb(247, 122, 33);
}
.inputpart>.securealert{
    background-color: rgb(240, 240, 240);
    height: 20px;
    font-size: x-small;
}

.accountdetail{
    width: 600px;
    height: 400px;
    margin: 30px;
}
.accountdetail>.accounthead{
    color: rgb(247, 122, 33);
}
.accountdetail>.accountalert{
    background-color: rgb(240, 240, 240);
    height: 20px;
    font-size: x-small;
}
 /* ///////////////////////////////////////////changepassword end/////////////////////////////////////////////////////////////////////////
 */


/* ///////////////////////////////////////////message start/////////////////////////////////////////////////////////////////////////
 */
.removediv > a{
    color: black;
    background-color: white;
}
.removediv > a:hover{
    color: rgb(240, 109, 16);
}
.modal-footer > a{
    color: black;
    background-color: white;
    border-style: none;
}
.modal-footer > a:hover{
    color: rgb(240, 109, 16);
    background-color: white;
}
.modal-footer > a:focus{
    color: rgb(240, 109, 16) !important;
    background-color: white !important;
}
.modal-footer > a:active{
    color: rgb(240, 109, 16) !important;
    background-color: white !important;
}
.removeallmessage{
    float: right;    
}
.message_function_siedebar a{
    margin-left:10px;
    color:rgb(98, 98, 98) !important;
}
.message_function_siedebar a:hover{
    color: rgb(253, 154, 38) !important;
}
.message_function_siedebar div{
    display:inline;    
}


.my_message{
    position:relative !important;
    float: right !important;
    padding-right: 20px !important;
    margin-right: 10px !important;     
    background-color: rgb(200, 200, 200) !important;
    border-radius:10px !important;
    margin-left: 900px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    user-select:text !important;
    /* white-space: normal !important;
    word-wrap: break-word !important; 
    white-space: pre-wrap !important;  */
    white-space:nowrap;
}
.my_message>.title,.my_message>.date{
    display:block;text-align: right;
}
.my_message>.date{
    margin-bottom: 5px;
}
.my_message>.short-description{
    color: rgb(0, 21, 0);
}

.othermessage{
    width:auto !important;
    background-color:gainsboro;
    margin-right:150px; 
    border-radius:10px;
    padding-right: 20px !important;
}

.chatgroup_manager{
    font-size: x-large;
}
.chatgroup_manager a{
    color: black !important;
}
.chatgroup_manager_page{
    height: 400px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
.chatgroup_manager_page > .chatgroup_manager_page1{
    font-size: large;
}
.chatgroup_manager_page > .chatgroup_manager_page1 > ul >li{
    margin: 10px;
}

.chatgroup_manager_page > .chatgroup_manager_page1 > ul >li >.chatname{
    color: black;
}

/* ///////////////////////////////////////////message end/////////////////////////////////////////////////////////////////////////
 */

 .labelspan{
    min-width: 80px;
    line-height: 30px;
    text-align: justify;
  }
  
  
  
  .labelspan:after{
      display: inline-block;
      width: 100%;
      content: "";
    }
    .pro-num{
        text-align: center;
    }
    .pro-num span{
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        background: url("/public/assets/klorofil/img/reg-icon.png") no-repeat -45px -199px;
        color: #ccc;
        text-align: center;
    }
    .pro-num p{
        line-height: 40px;
        width: 80px;
    }
    .fl {
        float:left;    
    }
    .jt{
        background: url("/public/assets/klorofil/img/reg-icon.png") no-repeat 0 -100px;
        width: 30px;
        height: 10px;
        margin-top: 8px;
    }
    span.current{
        color: white;
        background: url("/public/assets/klorofil/img/reg-icon.png") no-repeat 0 -199px;
        font-weight: bold;
    }
    p.current{
        color: #3B4;
    }
    .lb .fl i{
        background: url("/public/assets/klorofil/img/reg-icon.png") no-repeat 0 -161px;
    }
    .show_role{
        top: 50px;
        left: 300px;
        position: absolute;       
    }
.weather{
    top: 0px;
    left: 300px;
    position: absolute;
}