/* common */
.dsi-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}


/*1*/
.banner {
  width: 100%;
  background-image: url('/img/docusignIndustry/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.banner .content {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.content .title{
  font-size: 36px;
  color: #fff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 25px;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}

.dsi-container .trial-contact a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #0069EC;
  color: #fff;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.banner .contact .btn.trial {
  background-color: #fff;
  color: #005DED;
}
/*1*/


.industry-distance{
  margin-top: 75px;
  margin-bottom: 90px;
}
.industry-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.industry-box-cancel{
  margin-bottom: 0px !important;
}
.industry-background{
  width: 578px;
  height: 611px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
  border-radius: 10px 10px 10px 10px;
}
.industry-background-new{
  height: 670px !important;
}
.industry-background img{
  width: 595.5px;
  height: 303px;
  margin-left: -8.5px;
  margin-top: -5px;
}
.industry-background .title{
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.title-box{
  margin-top: -78px;
  margin-left: 24px;
}
.industry-content{
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.industry-content-box{
  margin-top: 56px;
  padding-left: 24px;
}

/*分页按钮*/
.yydQuerypages-trends {
  margin-top: 90px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  line-height: 32px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.yydQuerypages-trends span {
  cursor: pointer;
  width: 36px;
  text-align: center;
  margin-right: 12px;
  display: flex;
}
.yydQuerypages-trends span a {
  color: rgba(0, 0, 0, 0.6);
  flex: 1;
}
.yydQuerypages-trends span.active {
  background: #E5A414;
}
.yydQuerypages-trends span.active a {
  color: #FFFFFF;
}
.yydQuerypages-trends span, .yydQuerypages-trends select, .yydQuerypages-trends input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* border-radius: 5px; */
  outline: none;
}