* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ewb-container {
  /* width: 1220px; */
}

.title-wrap {
  padding-top: 30px;
}

.title-wrap .top {
  font-size: 24px;
  line-height: 46px;
  color: #000;
  text-align: center;
}

.title-wrap .mid {
  text-align: center;
}

.title-wrap .mid p {
  display: inline-block;
  width: 360px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 0px;
  color: #999;
}

.title-wrap .mid p span {
  color: #333;
}

.title-wrap .btm {
  height: 55px;
  background-color: #f8faff;
  margin: 0 20px;
  line-height: 55px;
  color: #888;
}

.title-wrap .btm p {
  display: inline-block;
}

.infor-l p {
  margin-left: 30px;
}

.infor-r a {
  color: #888;
}

.infor-r a p {
  position: relative;
  display: inline-block;
  width: 80px;
  text-align: center;
}

.infor-r a p::before {
  position: absolute;
  content: '';
  height: 17px;
  width: 17px;
  background: url("../images/print.png") center no-repeat;
  background-size: 100% 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.infor-r a:last-child {
  margin-right: 15px;
}

.text-wrap {
  position: relative;
  padding: 38px 20px 0 20px;
}

.text-l {
  position: absolute;
  top: 38px;
  left: 20px;
  height: calc(100% - 38px);
  padding: 4px 17px 0 0;
  -webkit-box-shadow: 8px 0px 16px 0px rgba(124, 155, 177, 0.16);
          box-shadow: 8px 0px 16px 0px rgba(124, 155, 177, 0.16);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.text-l-item {
  position: relative;
  width: 260px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 60px;
  color: #464847;
}

.text-l-item span {
  display: inline-block;
  text-align: center;
  margin-right: -3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  color: #464847;
}

.text-l-item span:first-child {
  position: relative;
  width: 78px;
}

.text-l-item::before {
  position: absolute;
  content: '';
  height: 60px;
  width: 1px;
  background: #d0dbfb;
  left: 78px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.text-l-item::after {
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  background: url("../images/yuan.png") center no-repeat;
  background-size: 100% 100%;
  left: 71px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.text-l-item.active::after {
  background: url("../images/yuan_active.png") center no-repeat;
  background-size: 100% 100%;
}

.text-l-item.active span {
  color: #2556d8;
}

.text-l-item span:last-child {
  width: 182px;
  text-align: left;
  padding-left: 23px;
}

.item-title {
  width: 260px;
  border-radius: 4px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 16px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6c92ff), to(#58a1ff)), -webkit-gradient(linear, left top, right top, from(#6989e4), to(#6da9fa));
  background-image: linear-gradient(90deg, #6c92ff 0%, #58a1ff 100%), linear-gradient(90deg, #6989e4 0%, #6da9fa 100%);
}

.text-r {
  margin-left: 20px;
  width: 1023px;
  min-height: 669px;
}

.text-r-title {
  height: 62px;
  background: url("../images/title_bg0.png") center no-repeat;
  background-size: 100% 100%;
}

.text-r-title span {
  display: inline-block;
  height: 62px;
  width: 180px;
  background: url("../images/title_active_bg.png") center bottom 0px no-repeat;
  background-size: 180px 15px;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #2556d8;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.text-list {
  margin-top: 22px;
  border: 1px solid #e4ebff;
}

.text-list-item {
  height: 56px;
  border-bottom: 1px solid #e4ebff;
}

.text-list-item:last-child {
  border-bottom: 0;
}

.text-list-item span {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  height: 55px;
  line-height: 56px;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-list-item span:first-child {
  color: #666;
  width: 224px;
  background: #f2f6ff;
  border-right: 1px solid #e4ebff;
  padding-left: 38px;
}

.text-list-item span:last-child {
  width: 637px;
  color: #333;
  margin-right: -2px;
  padding-left: 55px;
}

/*20220707*/
.size-num {
  padding: 0 20px;
  cursor: pointer;
}


.attach-r {
  margin-left: 20px;
  width: 1023px;
}

.ewb-location {
	margin-left: 30px;
	padding-left: 21px;
	line-height: 52px;
	color: #666;
	background: url(../images/loca_img.png) left center no-repeat;
}

.ewb-location a {
	color: #666
}

.ewb-location span {
	color: #ff6600;
}

