    a.mkws {
    color: #ff5722!important;
    margin: 0 0.06rem;
    font-weight: bold;
}
.tagbox {
    display: flex;
    flex-flow: wrap;
}
.tagbox li{
        padding: 2px 2px;
    margin: 3px 0;
}
.tagitem,.tagitem:visited{
     border: 1px solid #eee;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 5px;
 
    background-color: #f5f5f5;
    margin: 3px;
    color: #2196F3;
}
.tagitem:hover {
    background-color: #0085FF !important;
    color: #fff !important;
}
li {
    list-style-type: none;
}
.cylen2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    float: left;
}
.dictmore {
 color: #9d9d9d!important;
    float: right;
    font-size: 14px !important;
    font-family: 宋体;
}
.dict_tool {
    display: flex;
    flex-wrap: wrap;
}
.dict_tool li {
    float: left;
    width: 48%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    margin: 5px 1.2%;
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: center;

}
.dict_tool li a{    color: #333;}
.dict_tool li:nth-child(even){
    margin-right: 0;
}
.dict_tool li:hover{
     background-color: #0085FF !important;
    color: #fff !important;
}
.dict_tool li:hover a,.dict_tool li a:hover{
      color: #fff !important;
}
.recommend {
    padding: 10px;
    float: left;
}

.recommend-title {
line-height: 25px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    margin-bottom: 9px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
}
.recommend-title:before {
    border-radius: 1px;
    content: " ";
    display: block;
    width: 3px;
    height: 15px;
    position: absolute;
    top: 16%;
    left: 0;
    background-color: #dd3333;
}

.recommend-item-date,.recommend-item-title {
	display: block;
	margin-left: 122px
}

.recommend-item {
	display: block;
	margin-bottom: 12px
}

.recommend-item-img {
	float: left;
	width: 110px;
	height: 68px;
	opacity: .9;
	-webkit-transition: .25s;
	transition: .25s;
	border-radius: 5px;
	object-fit: cover;
}

.recommend-item:hover .recommend-item-img {
	opacity: 1
}

.recommend-item-title {
	line-height: 22px;
	color: #333;
	margin-top: 3px;
	-webkit-transition: .25s;
	transition: .25s;
	display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend-item:hover .recommend-item-title {
	color: #57b7fc
}

.recommend-item-date {
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	-webkit-transition: .25s;
	transition: .25s
}

.recommend-item:hover .recommend-item-date {
	color: #57b7fc
}
.fixedbox{
    position: fixed;
    top: 0;
    width: 300px;
}
.fixedtoolbox{
    position: fixed;
    top: 70px;
    width: 300px;
    background: white;
}


.rights {
margin-right: -85px;
    display: inline-block;
    position: fixed;
    float: right;
    width: 85px;
    bottom: 150px;
    left: calc(100vw - (100vw - 1200px)/2);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    
    
}
@media (max-width: 1400px) {
    .m2{
        width: 1000px;
    }
    .boxl{
        width:150px;
    }
     .boxr{
        width:850px;
    }
  .rights {
   left: calc(100vw - (100vw - 1112px)/2);
  }
  
  .gotop, .fankui {
    width: 56px!important;
    font-size: 12px;
    height: 70px!important;
  }
 .gotop i, .fankui i{margin-bottom: 0!important;}
}
.gotop{display:none;}
.gotop,.fankui{
    width: 75px;
    height: 84px;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(43,40,40,0.16);
    float: right;
    border-radius: 10px;
}

.fankui{margin-top: 20px;}

.gotop i {
   width: 100%;
    height: 60%;
    background: url(../images/ding.png) bottom center no-repeat;
    background-size: 40%;
    display: inline-block;
    align-self: center;
        float: left;
        margin-bottom: 6px;
    clear: both;
}

.fankui i {
     width: 100%;
    height: 60%;
    background: url(../images/wen.png)  center 18px no-repeat;
    background-size: 48%;
    display: inline-block;
    align-self: center;
        float: left;
        margin-bottom: 6px;
    clear: both;
}




@media screen and (min-width: 960px) {
.goto-top{display:none!important;}
/*pc头部*/
.comm-top {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background: rgba(39, 44, 48, 1);
        
}
    .top-right {
  float: right;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
}

.top-right a,
.top-right a:visited {
  color: #fff;
}

.top-right a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.top-right .current-date {
  margin-left: 6px;
}

.top-right li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  list-style: none;
  margin-right: 9px;
  padding-right: 11px;
  line-height: 1;
  color: #fff;
}

.top-right li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.container {
    position: relative;
}
.container {
    margin: 0 auto;
    width: 1200px;
}

.top-left {
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.top-left li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    padding-right: 10px;
    line-height: 1;
}

.top-left li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.top-left a{
	color: #fff;
}
.comm-top-center {
    width: 1200px;
    margin: 0 auto;
    height: 24px;
    position: relative;
}
/*pc头部end*/

.comm-navigation {
    width: 100%;
    height: 68px;
    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 0.28);
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 999;
}
.comm-navigation-center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
    .comm-logo {
    width: 180px;
    height: 45px;
    overflow: hidden;
    float: left;
    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    margin-top: 10px;
}
.comm-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
}
.comm-logo a img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.comm-navigation-center ul {
    display: inline-block;
    float: right;
    height: 68px;
}
.comm-navigation-center ul li {
    float: left;
    overflow: hidden;
    margin-left: 30px;
}
.comm-navigation-center ul li a {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 100000px !important;
    color: #222222;
    font-size: 16px;
}
    .comm-navigation-cussor {
    color: #2e94f7 !important;
    position: relative;
}
.comm-navigation-center ul li .comm-navigation-cussor:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .9;
    background: #2e94f7;
}









/*pc底部*/
.comm-footer {
width: 100%;
    min-width: 1200px;
    overflow: hidden;
    padding: 20px 0;
    background-color: #222;
    line-height: 1;
}
.clearfloat {
    zoom: 1;
}

.comm-footer-center {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.footer_two {
    width: 100%;
    overflow: hidden;
}

.footer_two_1 a:hover {
    color: #2e94f7;
}

.footer_two_1 {
    margin: 0 auto;
    color: #fff;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items:center;
}

.footer_two_1 a {
    font-size: 12px;
    padding: 0 5px;
    color: #dddddd;
}


.footer_two p {
    font-size: 12px;
    color: #dddddd;
    margin-bottom: 8px;
}

.footer_two p:nth-last-child(1) {
    margin-bottom: 0;
}

.footer_two p a {
    font-size: 12px;
    color: #DDDDDD;
}

.footer_two p a:hover {
    color: #2e94f7;
}
/*pc底部end*/
.comm-footer_box,.comm-header,.menu_nav{display:none;}
}









@media screen and (max-width: 959px) {
    .pages ul li{
        display: none;
    }
    .pages ul li:first-child,.pages ul li:last-child{display:block!important;}
    .goto-top {
position: fixed;
    right: 18px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    background: url(../images/gotop.png);
    background-size: 100% 100%;
        z-index: 9999999999;
}

.gotopfade-transition {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden
}
    
     .ui-dialog{
        line-height: 1.7em;
    }
    .ui-dialog .ui-dialog-title{
        font-size: 18px!important;
    }
    
    .fkbox legend {
	margin: 0 0 10px!important;
	font-size: 16px!important;
	color: #333;
    text-align: left;
}
.fkbox fieldset {
    margin: 0 0 10px!important;
}
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea{
    font-size: 14px!important;
}
.fkbox .fk-label{
    font-size: 14px!important;
}
  
.fk-buttonspane .button {
    width: 120px!important;
}
  
.fkinput {
    margin-right: 5px!important;
}

.comm-footer,.comm-navigation{display:none;}


.comm-footer_box {
    background-color: #2D3237;
    color: #FFFFFF;
    margin-top: 10px;
}

.comm-footer_box a {
    font-size: 14px;
    color: #DDDDDD;
    line-height: 25px;
}

.comm-footer_box .comm-footer_wap {
    padding: 0.38rem 0.18rem 0;
}

.comm-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.comm-bottom {
      border-top: 1px solid #4e4e4e;
    margin-top: 0.36rem;
    text-align: center;
    padding: 0.36rem 0;
}

.comm-link {
    color: #DDDDDD;
    font-size: 0.3rem;
    margin-bottom: 0.375rem;
}

.comm-link .foot-line{
        color: #4e4e4e;
       margin: 0 0 0 0.01rem;
    
}

.grap_page_a {
    text-align: center;
    padding-bottom: 0.625rem;
    width: 100%;
}

.grap_page_a > div {
    display: inline-block;
}

.page_next_content {
    margin: 0 0.75rem;
}

.page_next_content a {
    font-size: 0.2125rem;
    color: #666666;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    margin-right: 0.625rem;
}

.page_next_content a:last-of-type {
    margin-right: 0;
}

.page_next_content a.page_focus {
    background-color: #03A9F4;
    color: #FFFFFF;
}

.page_next-a a {
    color: #666666;
    font-size: 0.8125rem;
}

.rollsearch-close {
    width: 0.5625rem;
    height: 1rem;
}

.comm_toggle_bottom .togggrap_ul {
    display: none;
    overflow: hidden;
    flex-wrap: wrap;
}

.comm_toggle_bottom .js-grap_ul {
    display: flex;
}

.togggrap_ul li {
    width: 6.25rem;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    overflow: hidden;
    padding: 0 0.5rem;
    color: #222222;
    font-size: 0.875rem;
    box-sizing: border-box;
    margin-bottom: 0.75rem;
    border-radius: 0.75rem;
    background-color: #F4F6F8;
    margin-right: 0.3125rem;
}

.togggrap_ul li:nth-of-type(3n) {
    margin-right: 0;
}

.togggrap_ul li a {
    color: #222222;
}

.copyright {
    font-size: 12px;
    color: #DDDDDD;
    line-height: 18px;
    
}

   .comm-header {
    width: 100%;
    height: 2.75rem;
    background-color: #3ba8ff;
    z-index: 4;
}

.c-heaedr_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.75rem;
    padding: 0 0.75rem;
}

.icon-back {

    width: 2.75rem;
}

.icon-back img {
    width: 1.125rem;
}

.icon_list_box {
    display: flex;
    width: 2.75rem;
    justify-content: flex-end;
}

.icon_list {
  
    margin-left: 0.75rem;
}

.icon_list_box .icon_list:first-child {
    margin-left: 0;
}
.comm-header_text {
    max-width: 16.75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
}

.comm-header_text a {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
}


/*顶部菜栏目*/
.menu_nav {   left: 0; top: 0; z-index: 99; position: fixed; display: none; box-shadow: 0 10px 60px rgba(0,0,0,0.3); overflow: hidden; background: #f7f9fb;  max-height: 90%;  padding-top: 5rem; width: 100%; padding-bottom: 2.0625rem;
    z-index: 13;
    color: #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 760px;
    margin: 0px auto;
    right: 0px;
    left: 0px;
}
.menu_nav .title { width: 90%; height: 5rem; position: fixed; background:#f7f9fb; top: 0; z-index: 99; padding: 0 5%;}
.menu_nav .title h3 {  line-height: 5rem; color: #333; font-size: 1.2rem; }
.menu_nav .menu_index { border: 1px solid #a7b3b2; color: #a7b3b2; border-radius:2rem; padding: 0.2rem 0.5rem; margin-left: 1.0625rem; font-size: 0.825rem; font-weight: normal; }
.menu_close { position: absolute; text-align: center; right: 5%; top: 50% ; margin-top:-1.25rem;  width: 2.5rem; height: 2.5rem; line-height: 2.5rem; display: block; border: none; background: #fff; color: #8d9e9c; border-radius: 100%; font-weight: bold; }
.menu_nav_on {display: block; top: 0px; opacity: 1; right: 0; }
.caidan { padding: 0 4%;display: flex;flex-wrap: wrap;justify-content: space-between; }
.caidan .link {cursor: pointer;display: block; padding:1.2rem 1.0625rem 1.2rem 3rem; color: #4D4D4D; font-size:1.0625rem;border-bottom: 1px solid #f5f9f9; position: relative; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease;	transition: all 0.4s ease;}
.caidan li { background: #fff; border-radius: 10px; margin-bottom: 0.4rem; overflow: hidden;position: relative; width: 49%;}
.caidan li:last-child .link {	border-bottom: 0;}
.caidan li em {	position: absolute;	top: 0.8rem; right: 1.0625rem; font-size: 1.0625rem;  transition: all 0.4s ease; font-weight: normal; width: 1.0625rem; height: 1.5rem; line-height: 1.5rem;  color: #8d9e9c; }
.caidan li.open { background: #fff; }
.caidan li.open .link { border-bottom: 1px solid #fff; }
.caidan li .link .iconfont { top: 50%; left: .72rem; margin-top: -.78rem; }
.caidan li.open .link_zhan em { display: block; background-size: 100%; transform: rotate(90deg);}
.caidan li .link_a em { width: 1.5rem; height: 1.5rem; top: 0.6rem; border-radius: 100%; color: #fff; font-size: 1.0625rem; text-align: center; }
.caidan li:nth-child(6n+1) .link_a em { background-color: #0fc3b2; }
.caidan li:nth-child(6n+2) .link_a em { background-color: #e48b49; }
.caidan li:nth-child(6n+3) .link_a em { background-color: #e8b856; }
.caidan li:nth-child(6n+4) .link_a em { background-color: #d65066; }
.caidan li:nth-child(6n+5) .link_a em { background-color: #5778f3; }
.caidan li:nth-child(6n+6) .link_a em { background-color: #5d77b3; }
.submenu {	display: none;	background: #fff;}
.submenu li { border-bottom: 1px solid #fff; margin-left: 3.5rem; }
.submenu a {display: block; text-decoration: none; 	color: #666; padding:0.5rem 1.0625rem 0.5rem 0; font-size: 0.825rem; -webkit-transition: all 0.25s ease; 	-o-transition: all 0.25s ease; 	transition: all 0.25s ease; }
.caidan .link {  height: 3rem; padding: 0; }
.link_zhan { width: 20%;  height: 3.8rem; position: absolute; right: 0; top: 0; }
.link_a { width: 80%; box-sizing: border-box; height: 3rem; padding:0 1.0625rem 0 3.5rem; line-height:3rem; } 
.caidan li p { text-align: center; line-height: 3rem;padding-right: 4rem; }
.cdl-mohu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    z-index: 10;
    display: none;
}


.cdl-mohu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    background: inherit;
    margin-top: -10rem;
    filter: blur(0.9375rem);
}

.cdl-mohu-zzc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 1);
    opacity: 0.8;
    display: none;
    z-index: 13;
    max-width: 760px;
    margin: 0px auto;
    right: 0px;
    left: 0px;
}

.cdl-avtive {
    display: block;
}

.cdl-hide {
    display: none;
}
.icon-xuexi1:before {
        content: "\e656";
}
.icon-guanbi:before {
    content: "\1006";
}
.icon-caidan:before {
   content: "\e668";
   font-size: 1.2rem;
}
.icon-fanhui:before {
   content: "\e603";
   font-size: 1.5rem;
}

.icon-home:before {
   content: "\e68e";
}

.icon-fanhui,.icon-caidan {
    color: #fff;
}


.posi_flex {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    max-width: 750px;
    margin: 0 auto;
}


}

.pages{
    display: flex;
    margin:20px 0;
    height: 46px;
}
.pages ul{
    margin: 0 auto;
}
.pages ul li{
    float: left;
    margin: 0 3px;
    min-width: 15px;
    text-align: center;
   
}
.pages ul li a{
    padding: 4px 10px;
    display: block;
    border-radius: 4px;
    background-color: #ebebeb;
    border: 1px #ebebeb solid;
    color:#333 !important;
        margin: 0;
        min-width: 15px;
        text-align: center;
}
.pages ul li.active{
    padding: 4px 10px;
    background-color: #2e94f7 !important;
    
    border: 1px #2e94f7 solid;
        border-radius: 4px;
}
.pages ul li.active span{
   color:#fff !important;
}
.pages li.disabled {
    padding: 4px 6px;
    display: block;
    border-radius: 4px;
    background-color: #efefef;
    border: 1px #ebebeb solid;
}

li.disabled span {
    color: #adadad!important;
}


/*纠错*/

.ui-widget-content {
     background: #fff;
    color: #333;
}
.ui-dialog {
	display: none;
	padding: 3%;
	position: fixed;
	border-radius: 5px;
	-webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.2);
	box-shadow: 0 20px 40px 0 rgba(0,0,0,.2);
	    width: 92%;
    max-width: 700px;
    box-sizing: border-box;
    height: auto;top: 50%;left: 50%;z-index: 10000000000;display:none;transform: translate(-50%, -50%);
}

.ui-dialog,.ui-dialog .ui-widget {
	font-family: inherit;
	font-size: inherit
}

.ui-dialog .ui-dialog-titlebar {
	margin-bottom: 10px;
	padding: 10px 18px;
	border: 0;
	background: none;
    position: relative;
}

.ui-dialog .ui-dialog-title {
	display: block;
	margin: 0 auto;
	float: none;
	font-size: 24px;
	font-weight: 400;
	text-align: center
}



.ui-dialog .close-icon {
    position: absolute;
    top: 0;
    right: 0;
	width: 18px;
	height: 18px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAkxJREFUWAm12D9PwkAUAHCLCV2IJpAQNr4AM7uamICTC3HoRNiMfgX9CrrAwNiBsLjB5Adwx9WEzcTQoZuDwfeavuZarr1/jy7HXe/e/dL70yveiXBNp9NnyPa73e7tcDj8FW6x/oR+XiBgu9VqBaPR6E8M7lEmxTyl+fWxUCnmMe1nUUQloAKGjOyoAob6yaG8EgxVZkOVYKifDFWDkj6VStLBdrt9W61WvuSedtFsNnuFyjRMsna9OI7P8UYN5wqka1mttMwJhU9mv98/VMTf+L5/OZlMIqyTzCF8AvgkID+oaGg8fIphwq4SzHg8/qF+s1XGjbLBICoDYYYLZYs5AHGgXDBSkAvKFVMKskFxYCpBJijP875gad9jm5LrYDWV1MtPalklzYkua0pl2hhskFtlFKGYOqCMMNogrGiBMsYYgUxQMKc+6/X6hbgDY3udC1+u2hce2nACqxrABP/udDqxqp7svhEIl7ZiNVEfV7anBK1Jjb1o7DOEEVPjF7IWyBJDMCOUcshUGJzA0PM79S5Jjc5TlSAVBjrf4GqCQ94N/GY55JUOmQ4GT3q0tDX3KeXwSUGmGBomDtQByBbDhcqBXDEcqAzEhXFFJSBujAsKv1zxw7/qI87qrW2Lwn2oTY0lqRMG4+ELWfUxCptrM4qi5Ou4hv8+QLvFMTAUswoFmI9Go3EdBEFyOkjm0HK5PN3tdiEEuEuDOD8ZwohpcZ8qYrButsoEVE/cgcWAHL8JhcMkPhlpbETN5/Om9CZjIaLCMDxjDHm8UP9p4LIoErrb4QAAAABJRU5ErkJggg== ) no-repeat 0/100%;
}


.fkbox {
	display: none
}

.fk-content {
	/*width: 620px;*/
	color: #666
}

.fkbox fieldset {
	margin: 0 0 30px;
	padding: 0;
	border: 0
}

.fkbox legend {
    text-align: left;
	display: block;
	margin: 0 0 14px;
	padding: 0;
	font-size: 16px
}

.fk-controls {
	position: relative;
	display: flex;
    justify-content: space-between;
}

.fk-label {
	-webkit-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.fk-label,.fk-label:active {
    width: 100%;
	height: 40px;
    margin-right: 2%;
    padding: 0;
    float: left;
    line-height: 40px;
}

.fk-label:active:last-of-type,.fk-label:last-of-type {
	margin: 0
}

.fkbox .fk-label {
	font-size: 14px;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f8f8f8;
	text-align: center;
}

.fkbox .fk-checkbox-checked,.fk .fk-checkbox-checked:hover {
	color: #2e94f7;
	border: 2px solid #2e94f7;
	background: #f8f8f8
}

.fk-controls-comment {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f8f8f8
}

.fk-input {
	    width: 100% !important;
    height: 120px !important;
    padding: 20px !important;
    border: 0;
    resize: none;
    background: none;
        box-sizing: border-box;
}


.fk-input-tips {
	padding: 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 5px;
	font-size: 14px;
	background: #f8f8f8
}

.fk-input-message {
	display: none
}

.fk-input-counter {
	display: inline-block;
	margin-left: 14px
}

.fk-input-counter em {
	font-style: normal
}

.fk-input-tips-warning .fk-input-message {
	display: inline-block
}

.fk-input-tips-warning .fk-input-counter em,.fk-input-tips-warning .fk-input-message {
	color: #ff5233
}

.fk-buttonspane {
	text-align: center
}

.fk-buttonspane .button {
	width: 200px;
	height: 40px;
	margin: 0 10px;
	font-size: 16px;
	    color: #fff;
    background: #2e94f7;
    border-radius: 5px;
    border: 0;
}
.button-state-disabled, .button:disabled {
    cursor: default;
    background: rgba(22,144,254,.5);
}

.fkinput{
      width: 40%;
    height: 40px;
    border: 1px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 10px!important;
    margin-right: 20px;
}
.fkinput2{
        width: 60%;
    height: 40px;
    border: 1px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 10px!important;
}

.wf-toast-content {
	display: block;
	text-align: center;
	line-height: 1.1
}

.wf-toast-content:before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 20px
}



.toast-state-info .wf-toast-content:before {
	background: url(img/icon-info-384b0.png) no-repeat 0/100%
}

.toast-state-error .wf-toast-content:before {
	background: url(img/icon-error-3c4eb.png) no-repeat 0/100%
}

.toast-state-error .wf-toast-content {
	color: #333
}

.wf-toast-text {
	display: block;
	margin-bottom: 5px
}

.wf-toast-sub-text {
	font-size: 14px;
	color: #535353
}

.word-nav {
	width: 80px;
	padding: 10px;
	border-radius: 0 5px 5px 0;
	white-space: nowrap;
	background: #f5f5f5;
	z-index: 1
}

.word-nav li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	text-align: center;
	border-bottom: 1px solid #dedede
}

.word-nav li:last-child {
	margin: 0;
	padding: 0;
	border: 0
}

.word-nav a {
	cursor: pointer
}

.word-nav a.active {
	color: #2e94f7
}


.word-details {
	position: relative
}

.word-details-header {
	padding: 40px 30px
}

.word-details-header>p {
	line-height: 20px;
	margin: 0 0 20px
}

.word-details-header>p>span {
	color: #2e94f7
}

.word-details .redirection {
	color: #fff;
	line-height: 20px;
	margin: 0 0 20px;
	opacity: .8
}

.word-details-tab {
	cursor: pointer;
	display: inline-block;
	margin: 0 15px 15px 0;
	height: 60px;
	border-radius: 5px;
	padding: 0 20px;
	background: #f5f8ff
}

.word-details-tab h2 {
	font-size: 36px;
	line-height: 60px;
	height: 50px;
	margin: 0;
	font-weight: 400;
	display: inline-block
}

.word-details-tab-active {
	color: #fff;
	background-color: #2e94f7
}

.word-details-tab .pronounces {
	display: inline-block;
	line-height: 60px;
	height: 60px;
	vertical-align: top;
	margin-left: 20px
}

.word-details-pane {
	display: none
}

.word-details-pane:first-child {
	display: block
}
.word-details-pane-content {
	padding: 5px 30px
}

.word-details-pane-footer {
	padding: 0 30px 30px
}

.word-details-pane mark.highlight {
	color: #2e94f7;
	background: none
}

.word-details-item {
	margin-bottom: 50px
}

.word-details-item:last-of-type {
	margin-bottom: 0
}

.word-details-item>h2 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px;
	font-weight: 400
}

.word-details-button-expand {
	cursor: pointer
}

.word-details-button-feedback {
	padding: 10px 25px;
	font-size: 14px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #2e94f7;
	color: #2e94f7
}

.word-details a {
	color: #2e94f7
}

.word-details a:hover {
	text-decoration: underline
}


.fkbox fieldset {
	margin: 0 0 30px;
	padding: 0;
	border: 0;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

.fkbox input[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-widget-overlay {
	display: none;
    background: rgba(0,0,0,.2);
    opacity: 1;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
}

.toast {
    min-width: 320px;
    min-height: 40px;
    padding: 65px 40px;
    position: fixed;
    top: 45%;
    left: 50%;
    font-size: 24px;
    border-radius: 5px;
    background: #fff;
    transform: translate3d(-50%, -50%, 0);
    transition: color 0.4s;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000000000001; 
	display:none;
}

.toast-state-info .wf-toast-content:before {
    background: url(../images/icon-info-384b0.png) no-repeat 0/100%;
}




.species {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    background: linear-gradient(to bottom, #f5f7f8, #f1f5f8);
}

.species .species-item {
    position: relative;
    display: inline-block;
    width: 225px;
    height: 130px;
    text-decoration: none;
    border-radius: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 40px;
    -webkit-transition: all,.2s,linear;
    -ms-transition: all,.2s,linear;
    -moz-transition: all,.2s,linear;
    transition: all,.2s,linear
}

.species .species-item+.species-item {
    margin-left: 25px
}

.species .species-item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.species .species-item.item-letter {
    background-image: url("../images/a.png");
    background-position: center 30px;
}

.species .species-item.item-classify {
    background-image: url("../images/b.png");
    background-position: center 30px;
}

.species .species-item.item-name {
    background-image: url("../images/c.png");
    background-position: center 30px;
}

.species .species-item .species-text {
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
    color: #646464
}

.speciesm {
     width: 96%;
    float: left;
    display: flex;
    padding: 0 2%;
    justify-content: space-between;
    margin: 0.3rem 0;
}
.speciesm a {
    width: 31%;
    font-size: 0.4188rem;
    background: #d8eeff;
    padding: 0.3rem 0;
    border-radius: 0.3rem;
    text-align: center;
}