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: 10px;
  text-align: center;
  width: 90%;
  margin: 5px auto;
  background: #f6f6f4;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.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; */
  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: 89%;
}
.to__block .to__left > div .to__subItem {
  padding-left: 20px;
  display: none;
}
.to__block .to__left > div .to__show {
  display: block;
}
.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>img{
  width: 100%;
  display: block;
  margin: 5px auto;
}
.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: 14px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.addicon{
  position: absolute;
  width: 12px;
  height: 6px;
  right: 0px;
  top: 50%;
}
.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;
}


/*
   新增产品选型样式
*/
.flex{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  flex-flow:row nowrap;
  -webkit-flex-flow:row nowrap;
  -moz-flex-flow:row nowrap;
  -o-flex-flow:row nowrap;
  -webkit-flex-flow:row nowrap;
}
.addlist{
  width: 580px;
}
.addlist a{
  display: none;
}
.addlist>li{
  width: 125px;
  background: none;
  text-align: center!important;
  padding: 0!important;
  margin-bottom: 5px;
}
.addlist>li .aa{
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
}
.addlist>li>img{
  display: block;
  max-width: 100%;
}
.yel{
  color: #333!important;
  font-weight: bold;
    font-size: 16px;
}
.insertstyle{
  width: 97%!important;
}
.insertstyle>img{
  width: 170px!important;
  margin: 20px;
  height: 200px!important;
}
.insertstyle>.rbox{
  width: 590px;
  position: relative;
}
.secondTitle{
  padding-bottom: 15px;
  font-size: 18px;;
  color: #6e6e6e!important;
  text-align: left!important;
  border-bottom: 1px solid #ccc;
}
.rbList>li{
  width: 45%!important;
  float: left!important;
  color: #6e6e6e!important;
  padding: 5px 15px!important;
  margin: 3px!important;
  text-align: left!important;
  min-height: 30px!important;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.seeMore{
  display: inline-block;
  width: 100px;
  line-height: 35px;
  color: #00893b;
  text-decoration: underline!important;
  text-align: center;
  float: left;
}
.zysearch .search .inpsea {
  width: 50%!important;
  top: 76px!important;
}
.zysearch .search .inpsea .serchbtn {
  width: 130px;
  height: 55px;
  background-color: #00893b !important;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%!important;
  margin-bottom: 0;
}
.tith{
  font-size: 24px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  margin: 0 15px 0 0!important;
  font-weight: bold;
  float: left;	
}
.addCon{
  width: 35%;
  height: 55px;
  padding: 0;
  margin: 0;
  position: relative;
}
.addpos{
  position: absolute;
  width: 30%;
  height: 100%;
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  right: 0;
  z-index: 9;
  letter-spacing: 5px;
  top: 0;
  color: #8a8a8a;
  border-left: 1px solid #CCCCCC;
}
#addint>input[type=text]{
  width: 21.2%;
  z-index: 9;
  padding: 6px 12px;
  height: 55px;
  color: #8a8a8a;
  background-color: #fff;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.seeMore:hover{
  color: #f86300;
}


/*新增选型首页*/
.addyb{
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
.addyb>a{
  width: 24%;
  overflow: hidden;
  position: relative;
  background: #fbfbfb;
  padding-bottom: 30px;
}
.addyb>a>img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.addyb>a>p{
  font-size: 15px;
  color: #626262;
  width: 100%;
  text-align: center;
  line-height: 35px;
  margin: 10px auto 5px;

}
.addyb>a:hover .ybmain p,.addyb>a:hover span{
  background: #00893b;
  color: #fff;
}
.addyb>a:hover .insdiv p{
  color: #626262;
}
.addyb>a:hover .insdiv{
  background:#fbfbfb ;
}
.insdiv{
  padding: 0 0 20px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.insdiv img{
	margin-top: 15px;
}
.insdiv>p{
  margin: 20px auto 0;
}
.addyb>a:hover{
  background: #00893b;
}
.addyb>a:hover .reg{
  box-shadow: none;
}
.addyb>a>span{
  display: block;
  font-size: 24px;
  color: #6d6d6d;
  margin: 0px auto;
  padding: 0 40px;
}
.ybmain{
  padding: 8px 20px 0;
}
.ybmain>p{
  font-size: 14px;
  color: #626262;
  width: 100%;
  line-height: 35px;
  margin: 5px auto;
}
.reg{
  height: 50px;
  background: #fbfbfb;
  position: absolute;
  bottom: -16px;
  width: 135%;
  left: 0px;
  -moz-transform: rotate(168deg);
  -webkit-transform: rotate(168deg);
  -o-transform: rotate(168deg);
  transform: rotate(168deg);
  z-index: 10;
  box-shadow: 1px 1px 3px 5px #f7f7f7;
}