.autoHome {
  margin-top: 50px !important;
}
.autoHome .authentication {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.autoHome .authentication span:nth-of-type(1) {
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.autoHome .authentication span:nth-of-type(2) {
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.autoHome .authentication .authCon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.autoHome .authentication .authCon .authItem {
  width: 315px;
  height: 315px;
  position: relative;
  margin-top: 20px;
}
.autoHome .authentication .authCon .authItem img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.autoHome .authentication .authCon .authItem .authMask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.autoHome .authentication .authCon .authItem span {
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.autoHome .autoService {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.autoHome .autoService span:nth-of-type(1) {
  font-size: 30px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.autoHome .autoService span:nth-of-type(2) {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 2px;
}
.autoHome .autoService .caryHomeNav1 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.autoHome .autoService .caryHomeNav1 .caryHomeItem {
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  padding: 16px 20px;
}
.autoHome .autoService .caryHomeNav1 .caryHomeItem span {
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.autoHome .autoService .caryHomeNav1 .caryHomeActive {
  background-color: #019642;
  border-right: none;
}
.autoHome .autoService .caryHomeNav1 .caryHomeActive span {
  color: #FFFFFF;
}
.autoHome .autoService .caryHomeNav1 a:first-of-type .caryHomeItem {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.autoHome .autoService .caryHomeNav1 a:last-of-type .caryHomeItem {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.autohomeBig {
  width: 100%;
  height: 750px;
  position: relative;
  margin-top: 30px;
}
.autohomeBig > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.autohomeBig .autoMore {
  width: 312px;
  height: 61px;
  background-color: #009C71;
  border-radius: 4px;
  text-align: center;
  line-height: 61px;
  position: absolute;
  top: 569px;
  left: 50%;
  transform: translateX(-50%);
}
.autohomeBig .autoMore span {
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.autohomeBig .bigCon {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.autohomeBig .bigCon .bigItem {
  width: 420px;
  height: 445px;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.autohomeBig .bigCon .bigItem img {
  width: 380px;
  height: 320px;
  border-radius: 4px;
}
.autohomeBig .bigCon .bigItem span {
  margin-top: 20px;
}
.autohomeBig .bigCon .bigItem span:nth-of-type(1) {
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.autohomeBig .bigCon .bigItem span:nth-of-type(2) {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.putQuestionsTo {
  margin-top: 50px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.putQuestionsTo > span:nth-of-type(1) {
  font-size: 30px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.putQuestionsTo > span:nth-of-type(2) {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 2px;
}
.putQuestionsTo .putQu {
  width: 100%;
  margin-top: 20px;
}
.putQuestionsTo .putQu .putQuTop {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.putQuestionsTo .putQu .putQuTop span {
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.putQuestionsTo .putQu .putQuTop .puts {
  width: 8px;
  height: 30px;
  background-color: #009C71;
  border-radius: 2px;
  margin-right: 5px;
}
.putQuestionsTo .putQu .putQuCon {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  padding: 30px 0;
}
.putQuestionsTo .putQu .putQuCon .putQuLeft {
  display: flex;
  margin-left: 98px;
  margin-right: 40px;
}
.putQuestionsTo .putQu .putQuCon .putQuLeft > span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-right: 23px;
}
.putQuestionsTo .putQu .putQuCon .putQuLeft .quCon .quArea {
  width: 600px;
  height: 134px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #C3C3C3;
  position: relative;
}
.putQuestionsTo .putQu .putQuCon .putQuLeft .quCon .quArea textarea {
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.putQuestionsTo .putQu .putQuCon .putQuLeft .quCon .quArea span {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.putQuestionsTo .putQu .putQuCon .putQuLeft .quCon > span {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  display: block;
  max-width: 600px;
  margin-top: 10px;
}
.putQuestionsTo .putQu .putQuCon .putQuRight .putInput {
  display: flex;
  align-items: center;
}
.putQuestionsTo .putQu .putQuCon .putQuRight .putInput span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.putQuestionsTo .putQu .putQuCon .putQuRight .putInput input {
  width: 269px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #C3C3C3;
  padding-left: 14px;
}
.putQuestionsTo .putQu .putQuCon .putQuRight .putInput .putInputCode {
  display: flex;
  align-items: center;
  width: 269px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #C3C3C3;
}
.putQuestionsTo .putQu .putQuCon .putQuRight .putInput .putInputCode span {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #008AFF;
  white-space: nowrap;
  cursor: pointer;
}
.putQuestionsTo .putQu .putQuCon .putQuRight .putInput .putInputCode input {
  width: 75%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 14px;
}
.putQuestionsTo .putQu .putQuCon .putQuRight .putInput:nth-of-type(2) {
  margin-top: 20px;
}
.putQuestionsTo .putQu .putQuCon .putQuRight .putSubmit {
  width: 269px;
  height: 40px;
  background-color: #009C71;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  margin-left: 56px;
}
.putQuestionsTo .putQu .putQuCon .putQuRight .putSubmit span {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.putQuestionsTo .putQu .estionsToCon {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 22px;
}
.putQuestionsTo .putQu .estionsToCon .estionsToItem {
  width: 315px;
  height: 337px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.putQuestionsTo .putQu .estionsToCon .estionsToItem > img {
  width: 100%;
  height: 153px;
}
.putQuestionsTo .putQu .estionsToCon .estionsToItem > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.putQuestionsTo .putQu .estionsToCon .estionsToItem > span:nth-of-type(1) {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
  -webkit-line-clamp: 2;
}
.putQuestionsTo .putQu .estionsToCon .estionsToItem > span:nth-of-type(2) {
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
  -webkit-line-clamp: 3;
}
.putQuestionsTo .putQu .estionsToCon .estionsToItem .extionTime {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.putQuestionsTo .putQu .estionsToCon .estionsToItem .extionTime img {
  margin-right: 10px;
}
.putQuestionsTo .putQu .estionsToCon .estionsToItem .extionTime span {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.putQuestionsTo .putQu .estionsToCon .estionsToItem .extionTime span:first-of-type {
  margin-right: 20px;
}
.tionsTo {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 525px;
}
.tionsTo > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tionsTo .tionsTo_x {
  display: flex;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
}
.tionsTo .tionsTo_x .tionsToLeft {
  width: 505px;
  display: flex;
  flex-direction: column;
  height: 406px;
  justify-content: space-between;
}
.tionsTo .tionsTo_x .tionsToLeft .tionsTo_top {
  display: flex;
  flex-direction: column;
}
.tionsTo .tionsTo_x .tionsToLeft .tionsTo_top > span:nth-of-type(1) {
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.tionsTo .tionsTo_x .tionsToLeft .tionsTo_top > span:nth-of-type(2) {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}
.tionsTo .tionsTo_x .tionsToLeft .tionsTo_top .tioneToTitle {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.tionsTo .tionsTo_x .tionsToLeft .tionsTo_top .tioneToTitle span {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.tionsTo .tionsTo_x .tionsToLeft .tions {
  width: 220px;
  height: 48px;
  background-color: #009C71;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  margin-top: 10px;
}
.tionsTo .tionsTo_x .tionsToLeft .tions span {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.tionsTo .tionsTo_x .tionsToRight {
  width: 765px;
  height: 405px;
}
.tionsTo .tionsTo_x .tionsToRight img {
  width: 100%;
  height: 100%;
}

