#container #dict {
  text-align: center;
}

#container #dict > h1 {
  margin-top: 100px;
  margin-bottom: 60px;
  color: #2e6eb0;
  font-size: 36px;
  font-weight: normal;
  border-bottom: none;
}

#container #dict .hot-area {
  width: 600px;
  margin: 0 auto;
}

#container #dict:after {
  content: "";
  clear: both;
}

#container #dict .tag {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: #d6eefd;
  line-height: 1.5em;
  margin: 0.4em;
  padding: 0.2em 1em;
  border-radius: 1em;
}

#container #dict .tag:last-child {
  background: #fbe0c0;
}

#container #dict .enter-box-homepage {
  font-size: 24px;
}

#container #dict .enter-box-homepage .enter-box-input {
  width: 36em;
  outline: none;
  border: 1px #199ed8 solid;
  padding: 0.5em;
  font-size: 0.7em;
}

#container #dict .enter-box-subpage {
  font-size: 16px;
}

#container #dict .enter-box-subpage .enter-box-input {
  width: 18em;
  outline: none;
  border: 1px #199ed8 solid;
  padding: 0.5em;
  font-size: 0.7em;
}

#container #dict .enter-box {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 1.2em auto;
  height: 2em;
  line-height: 2em;
}

#container #dict .enter-box .enter-box-btn {
  width: 5em;
  text-align: center;
  color: #fff;
  background: #199ed8;
  height: inherit;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 0 #ccc;
          box-shadow: 1px 1px 5px 0 #ccc;
}

#container #dict .enter-box .enter-box-btn i {
  margin-right: 0.4em;
  position: relative;
  top: 0.12em;
}

#container #dict .enter-box .enter-box-btn:hover {
  opacity: 0.9;
}

#container #dict .content {
  margin-top: 80px;
  background: url("./images/dict-icon.jpg") no-repeat center top;
  text-align: center;
}

#container #dict .content .note {
  padding-top: 110px;
  font-size: 18px;
}

#container #dict .content .note > span {
  font-size: 24px;
  font-weight: bold;
  color: #ff9900;
}

#container #dict .content .link a {
  display: inline-block;
  margin: 50px 30px;
  font-size: 16px;
}

#container #dict #navbar {
  margin: 15px auto;
}

#container #dict #navbar:after {
  content: "";
  display: block;
  clear: both;
}

#container #dict #navbar .title {
  float: left;
  font-size: 24px;
  font-weight: normal;
  color: #3b5998;
  line-height: 60px;
}

#container #dict .toolbar {
  margin-bottom: 20px;
}

#container #dict .toolbar .red {
  font-size: inherit;
  color: #cc0000;
  font-weight: bold;
}

#container #dict .toolbar .btn {
  border: 1px #3b5998 solid;
  padding: 6px 18px;
  border-radius: 5px;
}

#container #dict .toolbar:after {
  content: "";
  display: block;
  clear: both;
}

#container #dict .results {
  width: 1100px;
}

#container #dict .results table th {
  text-align: left;
  line-height: 2.5em;
  word-wrap: break-word;
  background: #199ed8;
  color: #fff;
}

#container #dict .results table td {
  text-align: left;
  line-height: 2.5em;
  word-wrap: break-word;
}

#container #dict .results table td:nth-child(1) {
  width: 30%;
  padding-left: 15px;
}

#container #dict .results table td:nth-child(2) {
  width: 30%;
  padding-left: 15px;
}

#container #dict .results table td:nth-child(3) {
  width: 30%;
}

#container #dict .results table td:last-child {
  width: 10%;
  text-align: center;
}

#container #dict .results table tr:nth-child(2n+1) {
  background: #f2f2f2;
}

#container #dict .results:after {
  content: "";
  display: block;
  clear: both;
}

#container #dict .results .detail {
  width: 400px;
  text-align: left;
  padding-right: 40px;
}

#container #dict .results .detail p {
  margin: 40px 0;
}

#container #dict .results .detail hr {
  margin: 40px 0;
}

#container #dict .results .detail .type a {
  display: inline-block;
  margin-right: 25px;
}

#container #dict .results .detail .btn {
  margin: 50px 0;
  border: 1px #3b5998 solid;
  padding: 6px 18px;
  border-radius: 5px;
  display: inline-block;
}

#container #dict .results h2 {
  font-size: 16px;
  margin-bottom: 25px;
}

#container #dict .results .examples {
  width: 630px;
  border-radius: 4px;
  text-align: left;
  background: #f0faff;
  min-height: 300px;
  padding: 15px;
}

#container #dict .results .examples h3 {
  font-size: 14px;
  color: #3b5998;
  margin-bottom: 15px;
}

#container #dict .results .examples .example-items {
  margin-top: 30px;
  margin-bottom: 50px;
}

#container #dict .results .examples #dict-contribution p {
  margin: 20px 0;
}

#container #dict .results .examples #dict-contribution .btn {
  width: 90px;
  line-height: 25px;
  text-align: center;
  background: #3b5998;
  color: #fff;
  text-indent: 6px;
  letter-spacing: 6px;
  border-radius: 4px;
  cursor: pointer;
}

#container #dict .results .examples #dict-contribution .btn:hover {
  opacity: 0.9;
}

#container #dict .tips {
  width: 950;
  height: 240px;
  background: #f3fbfd;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#container #dict .tips .icon {
  width: 120px;
  margin: 45px 60px;
}

#container #dict .tips .text {
  width: 500px;
}

#container #dict .tips .text h1 {
  width: 100%;
  padding: 30px 0;
  border: none;
  font-size: 36px;
  font-weight: normal;
  color: #000;
}

#container #dict .tips .text p {
  line-height: 2.5em;
  text-align: left;
}

#container #dict .ad {
  width: 600px;
  height: 120px;
  margin: 30px auto;
  background: #ddd;
}

#container #dict .category {
  margin-bottom: 35px;
  text-align: left;
}

#container #dict .category h4 {
  color: #cc0000;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #222;
  font-size: 20px;
}

#container #dict .category .subject {
  display: block;
  width: 25%;
  float: left;
  font-size: 16px;
  line-height: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#container #dict .category .subject a:hover {
  text-decoration: none;
}

#container #dict .category:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}