body {
  background-color: #f8f8f8;
  padding: 0;
  margin: 0;
}

button {
  outline: none;
}

.surveys-nav-banner {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.surveys-nav-banner div {
  width: 390px;
  font-size: 0;
}

.surveys-nav-banner div img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}

.surveys-main {
  width: 1200px;
  margin: 0 auto 194px;
  display: flex;
}

.surveys-main-l {
  width: 880px;
  margin-right: 20px;
}

.surveys-title {
  color: #0D4D87;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
}

.surveys-list {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.surveys-box {
  width: 284px;
  padding: 10px 12px 15px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 4px 10px;
}

.surveys-box-cover {
  width: 100%;
  font-size: 0;
}

.surveys-box-cover img {
  width: 100%;
  height: 148px;
  object-fit: contain;
}

.surveys-box-intro {
  margin: 12px 0 6px;
}

.surveys-box-intro span {
  height: 44px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  word-break: break-all;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.surveys-box-team {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.surveys-box-team div {
  margin: 0 26px 0 0;
  display: flex;
  align-items: center;
}

.surveys-box-team div img {
  width: 16px;
  margin-right: 4px;
}

.surveys-box-team div span {
  color: #999;
  font-size: 14px;
}

.surveys-box-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.surveys-box-time div {
  margin: 0;
  display: flex;
  align-items: center;
}

.surveys-box-time div img {
  width: 14px;
  margin-right: 4px;
}

.surveys-box-time div span {
  color: #999;
  font-size: 14px;
}

.surveys-box-time button {
  width: 80px;
  height: 36px;
  color: #E94609;
  font-size: 14px;
  padding: 0;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}

.surveys-box-card {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.surveys-box-card div {
  width: 420px;
  font-size: 0;
}

.surveys-box-card div img {
  width: 100%;
  height: 90px;
}

.surveys-list-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.surveys-list-card div {
  width: 232px;
  font-size: 0;
  margin: 0 5px;
}

.surveys-list-card div img {
  width: 100%;
  height: 90px;
}

.surveys-main-r {
  width: 300px;
}

.surveys-hot {
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  /*margin-bottom: 20px;*/
  overflow: hidden;
}

.surveys-hot-title {
  color: #0D4D87;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 20px;
}

.surveys-hot-box {
  height: 56px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.surveys-hot-l {
  width: 100px;
  height: 100%;
  font-size: 0;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.surveys-hot-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surveys-hot-l div {
  width: 46px;
  height: 18px;
  font-size: 0;
  text-align: center;
  line-height: 18px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, .4);
  margin: 0;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 10;
}

.surveys-hot-l div span {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.surveys-hot-l .surveys-hot-active {
  background-color: #E94609 !important;
}

.surveys-hot-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.surveys-hot-text {
  margin: 0;
}

.surveys-hot-text span {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  word-break: break-all;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.surveys-hot-people {
  margin: 0;
}

.surveys-hot-people span:nth-child(1) {
  color: #E94609;
  font-size: 12px;
}

.surveys-hot-people span:nth-child(2) {
  color: #999;
  font-size: 12px;
}

.surveys-r-card {
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
}

.surveys-r-card img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.surveys-interest {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}

.surveys-interest-head {
  margin: 14px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.surveys-interest-title {
  color: #0D4D87;
  font-size: 20px;
  font-weight: bold;
}

.surveys-interest-reset {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.surveys-interest-reset img {
  width: 20px;
  margin-right: 6px;
}

.surveys-interest-reset span {
  color: #E94609;
  font-size: 16px;
  font-weight: bold;
}

.surveys-interest-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.surveys-interest-tabs div {
  cursor: pointer;
  margin: 0 25px;
}

.surveys-interest-tabs div span {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.surveys-interest-tabs div p {
  height: 2px;
  background-color: transparent;
  margin: 3px 0 0;
}

.surveys-interest-tabs-active span {
  color: #E94609 !important;
}

.surveys-interest-tabs-active p {
  background-color: #E94609 !important;
}

.surveys-interest-box {
  padding: 10px 0;
  border-bottom: 1px solid #F5F5F5;
  box-sizing: border-box;
}

.surveys-interest-content {
  display: flex;
  align-items: center;
}

.surveys-interest-l {
  width: 44px;
  font-size: 0;
  margin-right: 10px;
}

.surveys-interest-l img {
  width: 100%;
  height: 44px;
  border-radius: 50%;
}

.surveys-interest-c {
  flex: 1;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.surveys-interest-name {
  display: flex;
  align-items: center;
}

.surveys-interest-name span {
  color: #333;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.surveys-interest-name img {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}

.surveys-interest-c p {
  color: #999;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.surveys-interest button {
  width: 70px;
  height: 32px;
  color: #E94609;
  font-size: 14px;
  line-height: 32px;
  padding: 0;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  background-color: transparent;
  margin-left: 10px;
  cursor: pointer;
}

.surveys-interest-company {
  color: #999;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 0 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.surveys-label {
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}

.surveys-label-head {
  margin: 10px 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.surveys-label-head span:nth-child(1) {
  color: #0D4D87;
  font-size: 20px;
  font-weight: bold;
}

.surveys-label-head span:nth-child(2) {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.surveys-label-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.surveys-label-box div {
  text-align: center;
  padding: 0 18px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #EFEFEF;
  margin: 0 10px 10px 0;
  cursor: pointer;
}

.surveys-label-box div span {
  color: #333;
  font-size: 12px;
  line-height: 26px;
}

.surveys-label-active {
  background-color: rgba(233, 70, 9, .1) !important;
}

.surveys-label-active div {
  color: #E94609 !important;
}

.surveys-text {
  width: 1200px;
  margin: 20px auto;
}

.surveys-text span {
  color: #666;
  font-size: 20px;
}

.surveys-info-main {
  width: 1200px;
  padding: 0 24px 20px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto 40px;
}

.surveys-info-head {
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
}

.surveys-info-cover {
  width: 550px;
  min-width: 550px;
  font-size: 0;
  margin-right: 16px;
}

.surveys-info-cover img {
  width: 100%;
  height: 310px;
  object-fit: contain;
}

.surveys-info-content {
  flex: 1;
}

.surveys-info-title {
  color: #333;
  font-size: 26px;
  line-height: 40px;
  word-break: break-all;
  margin: 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.surveys-info-text {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  word-break: break-all;
}

.surveys-info-content div {
  margin: 0;
  display: flex;
  align-items: center;
}

.surveys-info-content div img {
  width: 26px;
  margin-right: 8px;
}

.surveys-info-content div span {
  color: #333;
  font-size: 14px;
  margin: 0;
}

.surveys-rules {
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 20px;
}

.surveys-rules img {
  max-width: 100%;
}

.surveys-rules .surveys-rules-title {
  color: #0D4D87;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
}

.surveys-rules p {
  color: #333;
  width: 1160px;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 18px;
  /*line-height: 30px;*/
  margin: 0;
}


.surveys-subject {
  margin-bottom: 30px;
}

.surveys-subject-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 20px;
  width: 1160px;
  white-space: pre-wrap;
  word-break: break-word;
}

.surveys-subject-box {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.surveys-subject-box input {
  cursor: pointer;
  transform: scale(1.2);
  margin-top: 0;
  margin-right: 4px;
}

.surveys-subject-box span {
  color: #666;
  font-size: 18px;
  margin: 0;
}

.surveys-subject-remark {
  width: 100%;
  height: 88px;
  font-size: 0;
}

.surveys-subject-remark textarea {
  width: 100%;
  height: 100%;
  padding: 4px 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font: menu;
}

.surveys-subject-bt {
  text-align: center;
  margin-top: 10px;
}

.surveys-subject-bt button {
  width: 144px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background-color: #0D4D87;
  cursor: pointer;
}

.ad-top-line-container {

}
