.root-main {
  background: #ffffff;
}
.main {
  display: flex;
  flex-direction: row;
  width: 1238px;
  margin: 10px auto 10px auto;
}
.selectStep {
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin: 30px auto 10px auto;
}
.selectStep .text1{
  font-size: 14px;
  color: #FF5900;
}
.titleBar {
  width: 1200px;
  margin: 0 auto;
  padding: 31px 0 32px 0; }

.pageList__text1 {
  font-size: 14px;
  color: #73778E;
  color: rgba(0, 0, 0, 0.4); }

.pageList__text2 {
  font-size: 14px;
  color: #0B685D;
  font-weight: 400;
  margin-left: 3px; }

.main .title {
  font-size: 19px;
  font-weight: 500;
  color: #1d2129;
  line-height: 27px;
  text-align: center;
  margin-bottom: 35px
}


.titleStep{
  margin-top: 20px;
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: row;
  background: #F5F6F8;
}
.titleStep .total {
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin: 0 auto;
}
.titleStep .total .step{

}
.titleStep .total .step .backImg {
  position: absolute;
}
.titleStep .total .step .info {
  position: absolute;
  display: flex;
  height: 110px;
  align-items: center;
  justify-items: center;
}
.titleStep .total .step .info .stepImg{
  width: 70px;
  height: 70px;
  margin-left: 60px;
}
.titleStep .total .step .info .stepInfo{
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.titleStep .total .step .info .stepInfo .text1{
  font-size: 20px;
  color: #0B685D;
}
.titleStep .total .step .info .stepInfo .selectText{
  margin-top: 10px;
  background: #81C270;
  border-radius: 4px;
  text-align: center;
  padding: 2px 0;
  font-size: 16px;
  color: #FFFFFF;
}


.main .process {
  display: flex;
  flex-direction: row;
}

.main .process .type {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.main .process .type .ceImg{
  margin-left: 260px;
}

.main .process .type .info{
  width: 265px;
  height: 100px;
  background: #F5F6F8;
  border: 1px solid rgba(11,104,93,0.2);
  margin-top: 10px;
}

.main .process .type .info .typeImg {
  width: 90px;
  height: 90px;
  margin: 5px 10px;
}

.main .process .type .info .text {
  font-size: 18px;
  color: #0B685D;
}

.main .processImg {
  width: 320px;
  height: 320px;
  background: #fff;
  margin-left: 20px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
}
/*
选中样式
 */
.main .process .type .info1{
  width: 265px;
  height: 100px;
  background: #0B685D;
  margin-top: 10px;
}

.main .process .type .info1 .typeImg1 {
  width: 90px;
  height: 90px;
  margin: 5px 10px;
}

.main .process .type .info1 .text1 {
  font-size: 18px;
  color: #ffffff;
}


/*
按钮样式
 */
.detail {
  width: 1200px;
  background: #F5F6F8;
  border-radius: 5px;
  /*border: 1px solid #dcdcdc;*/
  margin: 50px auto 108px;
  padding: 20px 40px 40px 40px;
}

.btnLine {
  width: 1150px;
  display: flex;
  justify-content:flex-end;
  margin-top: 20px;
}

.btnLine .btn {
  display: flex;

  flex-direction: row;
  align-items: center;
  background: #FF5900;
  border-radius: 4px;
  margin-right: 27px;
  padding: 15px 70px;
}


.btnLine .btn .btnText {
  font-weight: 200;
  color: #FFFFFF;
  white-space: nowrap;
}



.detail .title {
  font-size: 19px;
  font-weight: 500;
  color: #1d2129;
  line-height: 27px;
  margin-bottom: 30px
}

.detail .content {
  font-size: 16px;
  color: #373D52;
}

.suggest {
  width: 380px;
  background: #F5F6F8;
  border: 1px solid #dcdcdc;
  margin-left: 40px;
  margin-top: 20px;
  padding: 20px;
}

.suggest .info {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  background: #ffffff;
}

.suggest .info .goodsImg {
  width: 100px;
  height: 100px;
}

.suggest .info .left {
  margin-left: 10px;
  margin-top: 10px;
}

.suggest .info .left .content {
}

.suggest .info .left .content .text1 {
  font-size: 12px;
  margin-top: 10px;
  color: #373D52;
}
