input[type='checkbox'] {
    width: 16px;
    height: 16px;
}
#crumbs_nav {
  width: 1200px;
  height: 50px;
  margin-top: 10px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}

#crumbs_nav>a,
#crumbs_nav>span {
  font-size: 14px;
  color: #333333;
}

#crumbs_nav>a:first-child {
  margin-left: 20px;
}

#crumbs_nav>span:last-child {
  color: #F15645;
}
#question {
  display: block;
  box-sizing: border-box;
  width: 300px;
  height: 100px;
  margin-bottom: 10px;
}

#question>a>img {
  width: 100%;
  height: 100%;
}
#category_form {
  margin-bottom: 10px;
}

#category_form h2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #F15645;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #E3E3E3;
}

#category_form h2 span {
  color: #333333;
}

#category_form {
  width: 300px;
  height: 400px;
  background: #FFFFFF;
}

#category_form>form {
  text-align: center;
}

#category_form>form .input {
  width: 280px;
  height: 40px;
  margin: 12px auto 0;
  padding-left: 14px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

#category_form>form .input>label {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

#category_form>form .input>input {
  border: none;
  outline: none;
  font-size: 14px;
}

#category_form>form .input>input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C8C8C8;
}

#category_form>form .input>select {
  width: 80%;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333333;
}

#category_form>form>button {
  width: 280px;
  height: 40px;
  background: #F15645;
  text-align: center;
  margin: 12px auto 0;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

#category_form>form>.privacy {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

#category_form>form>.privacy>p {
  margin-left: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

#category_form>form>.privacy>p>a {
  color: #F15645;
}
#category_codetab {
  width: 300px;
  height: 350px;
  margin-bottom: 10px;
  background-color: #fff;
}

#category_codetab>.top {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  height: 40px;
  border-bottom: 1px solid #E3E3E3;
}

#category_codetab>.top>h3 {
  line-height: 40px;
  flex: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}

#category_codetab>.top>.active {
  background: #F15645;
  color: #FFFFFF;
}

#category_codetab>.content {
  text-align: center;
}

#category_codetab>.content>img {
  width: 188px;
  height: 188px;
  margin: 15px 0 10px;
}

#category_codetab>.content>p {
  font-size: 16px;
  font-weight: 400;
  color: #F15645;
  margin-bottom: 5px;
}

#category_codetab>.content>span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}


 .category_hotmajor {
  width: 300px;
  height: 460px;
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

 .category_hotmajor>ul {
  box-sizing: border-box;
  height: 430px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

 .category_hotmajor>ul li {
  flex: 1;
}

 .category_hotmajor>ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #333232;
}

 .category_hotmajor>ul li a>.order {
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 10px;
    text-align: center;
    /* padding-left: 6px; */
    font-size: 12px;
    font-weight: 400;
    /* font-style: italic; */
    color: #FFFFFF;
    line-height: 20px;
    background: #CBCAC9;
    border-radius: 3px;
}

 .category_hotmajor>ul li>a:hover {
  color: #F15645;
}

 .category_hotmajor>ul li:nth-child(-n+4) a>.order {
  background: #F15645;
  font-weight: bold;
}

 .category_hotmajor>ul li:last-child a>.order {
  padding-left: 0px;
}


#left_fixed {
  position: fixed;
  margin-left: -250px;
  top: 260px;
  padding: 0 10px;
  width: 230px;
  height: 570px;
  background-image: url(/statics/theme/img/content/category_image/leftbgc.png);
  box-shadow: 0px 0px 10px 0px rgba(182, 180, 181, 0.28);
  box-sizing: border-box;
}

#left_fixed .close {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

#left_fixed>ul {
  margin-top: 76px;
}

#left_fixed>ul>li {
  box-sizing: border-box;
  height: 70px;
  padding: 15px 0;
  border-bottom: 1px solid #E9E9E9;
}

#left_fixed>ul>li>a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#left_fixed>ul>li>a>.school {
    flex: none;
  width: 34px;
  height: 34px;
  margin-right: 5px;
  border-radius: 50%;
}

#left_fixed>ul>li>a>div {
    width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

#left_fixed>ul>li>a>div>p:first-child {
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

#left_fixed>ul>li>a>div>p:last-child {
  color: #BFBFBF;
  font-size: 14px;
  font-weight: 400;
          display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#left_fixed>ul>li>a>div>p:last-child span {
  margin-right: 10px;
}

#left_fixed>ul>li>a:hover div>p:first-child {
  color: #EE441F;
}

#left_fixed>a {
  display: block;
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
}

#left_fixed>.top_btn {
  color: #F15645;
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #FFC1BA;
}

#left_fixed>.bottom_btn {
  margin-top: 13px;
  background: #F15645;
  color: #FFFFFF;
}


 .category_title {
  width: 100%;
  height: 40px;
  background: #F15645;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

 .category_title img {
  margin: 0 10px;
}

 .category_title h2 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

 .category_title .left_title {
  height: 100%;
  display: flex;
  align-items: center;
}


 .category_hits {
  width: 300px;
  /*height: 739px;*/
  background: #FFFFFF;
}



 .category_hits>ul {
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
}

 .category_hits>ul>li {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 10px;
  border-bottom: 1px solid #EAEAEA;
}

 .category_hits>ul>li>a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

 .category_hits>ul>li>a img {
  margin-right: 12px;
}

 .category_hits>ul>li>a>.number {
  font-size: 16px;
  font-weight: 400;
  color: #FF8F3C;
  margin-right: 12px;
}

 .category_hits>ul>li:nth-child(-n+4)>a>.number {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
  font-style: italic;
}

 .category_hits>ul>li:last-child {
  border-bottom: none;
}

 .category_hits>ul>li:hover a {
  color: #EE441F;
}

 .category_hits>.ckgd {
  display: block;
  width: 150px;
  height: 40px;
  margin: 10px auto 0;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #F15645;
  background: #FFF1EF;
  border: 1px solid #F0A49B;
}