body {
  font: 14px, "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif, "瀹嬩綋", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #172c45;
  text-decoration: none;
}
a:hover {
  color: #cd0200;
  text-decoration: underline;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
:focus {
  outline: none;
}
/* index.css */


.to__header .to__addUser {
  margin: 0 auto;
  width: 90%;
  font-size: 20px;
}
.to__header .to__flow {
  margin: 0 auto;
  padding: 15px 0;
  width: 90%;
  display: block;
}
.to__header .to__flow .to__flow__item {
  position: relative;
  width: 30%;
  color: #999;
  display: inline-block;
}
.to__header .to__flow .to__flow__item .to__round {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 50%;
  display: inline-block;
}
.to__header .to__flow .to__flow__item .to__active {
  color: #fff;
  background-color: #175ad8;
  border: 1px solid #175ad8;
}
.to__header .to__flow .to__flow__item .to__flow__name {
  display: inline-block;
  cursor: pointer;
}
.to__header .to__flow .to__flow__item::after {
  margin: auto 0;
  content: ">";
  position: absolute;
  right: 33%;
  top: 0;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  font-size: 26px;
}
.to__header .to__flow .to__flow__item:last-child::after {
  content: "";
}
.to__block {
  padding-left: 0px;
      margin: 8px;
  text-align: center;
}
.to__block .to__left,
.to__block .to__right {
  display: inline-block;
  vertical-align: text-top;
}
.to__block .to__left .to__item,
.to__block .to__right .to__item {
  /* margin-left: -100px;
  padding-left: 140px; */
  height: 40px;
  line-height: 40px;
  /* border-bottom: 1px solid #eee; */
}
.to__block .to__left .to__title,
.to__block .to__right .to__title {
  line-height: 30px;
  text-align: left;
}
.to__block .to__left .to__title .to__remark,
.to__block .to__right .to__title .to__remark {
  color: #999;
  display: inline-block;
}
.to__block .to__left .to__content,
.to__block .to__right .to__content {
  width: 100%;
  height: auto;
  text-align: left;
}
.to__block .to__left .to__content .to__search,
.to__block .to__right .to__content .to__search {
  position: relative;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
.to__block .to__left .to__content .to__search input,
.to__block .to__right .to__content .to__search input {
  padding-left: 20px;
  padding-right: 100px;
  width: 100%;
  border: none;
  box-sizing: border-box;
}
.to__block .to__left .to__content .to__search .to__icon__search,
.to__block .to__right .to__content .to__search .to__icon__search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 30px;
  border-left: 1px solid #ccc;
}
.to__block .to__left .to__content .to__search .to__icon__search svg,
.to__block .to__right .to__content .to__search .to__icon__search svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.to__block .to__left {
  position: relative;
  /* margin-right: 30px; */
  width: 80%;
}
.to__block .to__left > div .to__subItem {
  padding-left: 20px;
  display: none;
}
.to__block .to__left > div .to__show {
  display: none;
}
.to__block .to__left .to__arrow {
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #999;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  transform: translateX(120%);
}
.to__block .to__left .to__arrow span:last-child {
  margin-left: -16px;
}
.to__block .to__left .to__item {
  position: relative;
}
.to__block .to__left .to__item .to__dropdownList {
  position: relative;
}
.to__block .to__left .to__item .to__dropdownList i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: auto 0;
  cursor: pointer;
  transform: rotate(-90deg);
}
.to__block .to__left .to__item .to__dropdownList i svg {
  position: absolute;
  z-index: 2;
}
.to__block .to__left .to__item .to__dropdownList .to__roate {
  transform: rotate(0);
}
.to__block .to__left .to__item input[type="checkbox"] {
  position: relative;
  margin-right: 6px;
  -webkit-appearance: none;
  vertical-align: middle;
  margin-top: 0;
  background: #fff;
  border: #ccc solid 1px;
  min-height: 12px;
  min-width: 12px;
}
.to__block .to__left .to__item input[type="checkbox"]:checked {
  background: #3190e8;
}
.to__block .to__left .to__item input[type=checkbox]:checked::after {
  content: '';
  top: 2px;
  left: 1px;
  position: absolute;
  background: transparent;
  border: #fff solid 2px;
  border-top: none;
  border-right: none;
  height: 2px;
  width: 6px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.to__block .to__left .to__item .to__name {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.treetit a {
    border: 1px solid #ccc;
    display: inline-block;
    width: 150px;
    text-align: center;
}
.treetit a:hover {
  background-color: #fff;
  color: #080dd0;
  text-decoration: none!important;
}
.treetit a:focus {
  background-color: #fff;
  color: #080dd0;
  text-decoration: none!important;
}
.treetit a:active {
  background-color: #fff;
  color: #080dd0;
  text-decoration: none!important;
}
.to__block .to__right {
  position: relative;
}
.to__block .to__right .to__item {
  position: relative;
}
.to__block .to__right .to__item .to__close {
  margin: auto 0;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.to__block .to__right .to__item .to__close i {
  font-size: 20px;
  transform: rotate(45deg);
  font-style: normal;
  display: inline-block;
}
.to__footer {
  margin-top: 15px;
  text-align: center;
}
.to__footer .to__btn__group {
  display: inline-block;
}
.to__footer .to__btn__group .to__btn {
  margin: 0 25px;
  padding: 8px 0;
  width: 80px;
  border: 1px solid #999;
  display: inline-block;
}
.to__footer .to__btn__group .to__btn__primary {
  color: #fff;
  background-color: #175ad8;
}
li.nav_list {
    
    justify-content: center;
    flex-wrap: wrap;
}
.nav_list a {
    margin: 1.5rem;
    border: 1px solid #ccc;
    width: 195px;
    float: left;
    text-align: center;
        margin: 1.5rem 0;
            border-left: none;
}
.nav_list a:first-child {
  border-left:1px solid #ccc;
}
.nav_list a:hover span.icon_bear11 {
  opacity: 1;
}
.nav_list a:hover span.icon_bear22 {
  opacity: 1;
}
.nav_list a:hover span.icon_bear33 {
  opacity: 1;
}
.nav_list a:hover span.icon_bear44 {
  opacity: 1;
}
.nav_list a:hover .icon_pic {
  opacity: 0;
}
.cplist {
    background-color: #f1f1f1;
    margin-top: 0px;
}
span.icon_bear1 {
    position: relative;
    top: 2px;
    width: 65px;
    height: 37px;
    display: inline-block;
    padding: 4px;
    vertical-align: bottom;
}
span.icon_bear11 {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 37px;
    display: inline-block;
    padding: 4px;
    opacity: 0;
}
span.icon_bear22 {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 37px;
    display: inline-block;
    padding: 4px;
    opacity: 0;
}
span.icon_bear33 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 37px;
    display: inline-block;
    padding: 4px;
    opacity: 0;
}
span.icon_bear44 {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 37px;
    display: inline-block;
    padding: 4px;
    opacity: 0;
}
span.icon_bear2 {
   position: relative;  
   top: -3px;
    width: 46px;
    height: 37px;
    display: inline-block;
    padding: 4px;
        vertical-align: unset;
}
span.icon_bear3 {
    width: 60px;
    top: -1px;
    position: relative;
    height: 37px;
    display: inline-block;
    padding: 4px;
        vertical-align: unset;
}
span.icon_bear4 {
    position: relative;
    width: 41px;
    height: 37px;
    display: inline-block;
    padding: 4px;
    vertical-align: bottom;
}
ul.nav.new-tabs.new-tabs2 {
    margin: 0 auto;
    width: 100%;
    max-width: 1103px;
}
.navbar2{
  width: 24.5%!important;
}
li.col-xs-6.col-sm-6.col-md-4.col-lg-4.pro_width {
    width: 29%;
    height: 350px;
}
.hover_overlay_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #ddd;
    transform: translateY(-200px);
    transition: all .5s;
}
.hover_content_2 {
    position: absolute;
    width: 100%;
    top: 78%;
   /* transform: translateY(-200px);*/
    transition: all .9s;
    opacity: 0;

}
.pro_width:hover .hover_overlay_2 {
    transform: translateY(0px);
    opacity: 0.3;
}
.pro_width:hover .hover_content_2{
    transform: translateY(0px);
    opacity: 1;
}