.sxitem{
    margin-bottom: 10px;
  padding: 15px 8px;
  width: 100%;
  clear: both;
  float: left;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.yin a {
  color: #333 !important;
  font-size: 16px;
}
.yin font {
  padding-left: 10px;
  color: #888;
}
.sxbox{
    margin-bottom: 10px;
  padding: 15px 8px;
  width: 100%;
  clear: both;
  float: left;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  line-height: 35px;
}
.mt10{
    margin-top: 10px;
}
a.green, .green, .green a {
  color: #024802;
}
.mr{
    margin-right: 10px;
}
.fb{
    font-weight: bold;
}

dl,.item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
 dl::after,.item::after{
    content: "";
    flex: auto;
}

.fixedtoolbox {
    width: 345px;
}
.recommend{padding:10px 15px!important;}
a.title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin: 20px 0 10px;
    color: #3e3a3a !important;
    font-weight: 600;
    clear: both;
}

a.title2 {
    clear: both;
    padding: 15px 10px;
    display: inline-table;
    color: #09080a !important;
    font-size: 16px;
    min-width: 20%;
    text-align: center;
}
.chalist {
    z-index: 999;
    width: 748px;
    top: 65px;
}
ul.side-block-content.recommand-links {
    font-size: 15px;
}
.content-nav {
    position: relative;
    width: 800px;
    margin: auto;
}

.content-nav .content-title {
    font-size: 26px;
    display: inline-block;
    color: #464646;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}
.content-nav .content-nav-link {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    color: #787878;
}
.content-nav .content-nav-link a {
    text-decoration: underline;
    color: #787878;
}
.word {
    font-size: 18px;
    line-height: 40px;
    float: left;
    margin: 16px 16px 0 0;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #fafbfb7d;
    padding-top: 10px;
}
.rightmore{
    color: #440723!important;
    float: right;
    flex: auto;
    position: absolute;
    bottom: 0;
    right: 0;
     background-color: #fafbfb!important;
}
h2{
        font-weight: 700;
    font-size: 20px !important;
}
.bookitem{
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding: 15px 8px;
       width: 100%;
    clear: both;
    float: left;
}
.bookitem:hover {
    background-color: #e5edf1;
}
 .words {
    font-size: 20px;
    line-height: 40px;
    float: left;
    border-radius: 5px;
    width: 100%;
}
.words .yin {
    font-size: 15px;
    margin-left: 10px;
    color: #787878;
}




.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
}


.side {
	width: 345px;
	overflow: hidden;
	float: right;
	background: #ffffff;
	
}

.side a {
	color: #333;
    line-height: 30px;
}

.side-block {
     margin-bottom: 10px;
    padding: 0 15px;
    clear: both;
    float: left;
    width: 315px;
    overflow: hidden;
}
.cos2{
	float: left;
        width: 46%;
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;

    margin: 0px 2%;
    padding: 4px 0;
}
.cos2:hover {
    background-color: #0085FF !important;
    color: #fff !important;
}
.cos3{
    width: 31%;
    margin: 0px 1%;
}
.side-block h2 {
line-height: 40px !important;
  border-bottom: 1px solid #ddd;
  font-size: 16px !important;
  color: #333;
  margin: 12px 0 9px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
}
.side-block h2::before {
  border-radius: 1px;
  content: " ";
  display: block;
  width: 3px;
  height: 15px;
  position: absolute;

  left: 0;
  background-color: #dd3333;
}
.side-block-content {
	font-size: 16px
}

.side-block-content li {
	margin-bottom: 8px;
      text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



.side-block-content a:hover {
	text-decoration: underline
}



.phrase-items {
	counter-reset: eq
}

.phrase-items li {
	line-height: 20px;
	margin-bottom: 14px
}

.phrase-items li:before {
	counter-increment: eq;
	content: counter(eq) ".";
	display: inline-block;
	width: 22px;
	float: left
}

.phrase-items li:first-of-type:last-of-type:before {
	display: none
}

.phrase-def {
	color: #999;
	margin-left: 10px
}

.enen-groups dl {
	counter-reset: eq
}

.enen-groups dt {
	margin-bottom: 20px
}

.enen-groups dd {
	line-height: 20px;
	margin-bottom: 14px
}

.enen-groups dd:before {
	counter-increment: eq;
	content: counter(eq) ".";
	display: inline-block;
	width: 22px;
	float: left
}

.enen-groups dd:first-of-type:last-of-type:before {
	display: none
}


.detail .tags-word {
	font-weight: 700;
	font-size: 18px;
	color: #333;
	line-height: 16px;
	padding-right: 4px
}





.detail-pron {
	color: #999;
	margin-left: 6px;
	font-family: Lucida Sans Unicode
}

.detail .def-sentence-from {
	color: #666
}

.detail .def-sentence-to {
	color: #999
}

.detail .def-sentence-from .def-sentence-to span {
	vertical-align: top;
	margin: 1px 0 2px 2px;
	display: inline-block
}

.detail .def-tags span {
	border: 1px solid #999;
	color: #666;
	border-radius: 2px;
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	width: 36px;
	text-align: center;
	margin-right: 8px
}

.analyzes-title {
	line-height: 20px;
	margin: 30px 0 20px
}

.analyzes-title:first-of-type {
	margin-top: 0
}

.analyzes-items {
	counter-reset: eq
}

.analyzes-items li {
	margin-bottom: 14px;
	line-height: 20px
}

.analyzes-items li p {
	color: #999;
	margin: 6px 0 0 22px
}

.analyzes-items li:before {
	counter-increment: eq;
	content: counter(eq) ".";
	display: inline-block;
	width: 22px;
	float: left
}

.inflections li {
	line-height: 20px;
	margin-bottom: 14px
}

.inflections-item-attr {
	display: inline-block;
	margin-right: 10px
}

.inflections-value {
	color: #666
}

.sentences-items {
	counter-reset: eq
}

.sentences li {
	margin-bottom: 14px
}

.sentences li p {
	line-height: 20px;
	margin: 0 0 6px
}

.sentences-item-from:before {
	counter-increment: eq;
	content: counter(eq) ".";
	display: inline-block;
	width: 22px;
	float: left
}

.sentences-item-from span {
	line-height: 20px;
	margin: 1px 0 2px 2px
}

.sentences-item-to {
	color: #999;
	padding-left: 22px
}

.ant>p,.syn>p {
	color: #999;
	margin: 0 0 6px
}

.ant table,.syn table {
	margin-bottom: 14px
}

.ant td,.syn td {
	line-height: 20px;
	padding-right: 50px
}

.ant-single,.syn-single {
	display: inline-block;
	margin: 0 50px 14px 0
}

.ant-single>span,.syn-single>span {
	color: #999
}

.synant-content {
	margin-top: 20px
}

.synant span {
	color: #333
}

.synant p {
	color: #666
}

body.word {
	background: #f5f5f5
}

body.word .header {
	-webkit-box-shadow: none;
	box-shadow: none
}

body.word .global-info {
	display: none
}

.main {
	padding: 0px 0 34px
}

.content {
	width: 840px;
	min-height: 1564px;
	float: left;
	position: relative;
	font-size: 14px;
	background: #fff;
	border-radius: 5px;
    padding: 40px 0;
}



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

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




.dl-banner li, li, ol, ul {
    list-style: none;
}
.i-page {
    float: left;
    width: 100%;
}


input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: #bfbfbf;
    outline: none;
}