/* banner start */

.banner {
  background-image: url("../imgs/transferout_banner1.png");

}
.banner.other{
  background-image: url("../imgs/transferout_banner2.png");
}
.banner .layout form .layui-form-label {
  padding: 9px 0px 9px 20px;
  width: 91px;
}
#test1{
  position: relative;
}

#test1 .layout {
  z-index: 1;
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  height: 100%;
}

#test1 .layout .advisory {
  position: absolute;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff7e19;
  background-color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}

#test1 .layout .advisory:hover {
  color: #fff;
  background-color: #ff7e19;
}

#test1 .layout form {
  background-color: #fff;
  width: 352px;
  position: absolute;
  top: 38px;
  right: 0;
  border-radius: 10px;
  z-index: 100;
}

#test1 .layout form .tit {
  background-color: #feefea;
  color: #ff7e19;
  text-align: center;
  font-size: 20px;
  line-height: 47px;
  border-radius: 10px 10px 0px 0px;
}

#test1 .layout form .layui-form-label {
  color: #666;
  padding: 9px 10px 9px 30px;
  width: 70px;
  text-align: left;
}

#test1 .layout form .layui-form-item {
  margin: 26px 0;
}

#test1 .layout form .layui-input {
  background-color: #f5f8ff;
  border: 0;
  width: 208px;
}

#test1 .layout form .layui-btn {
  width: calc(100% - 64px);
  margin: 0 32px;
  color: #fff;
  height: 38px;
  background: linear-gradient(158deg, rgba(255, 139, 41, 1) 0%, rgba(255, 106, 0, 1) 100%);
  box-shadow: 0px 0px 15px 0px rgba(255, 109, 43, 0.3);
  border-radius: 24px;
}
/* banner end */

/* mod-1 start */

.mod-1 {
  background-color: #F9FAFE;
  height: 530px;
  padding-top: 60px;
  box-sizing: border-box;
}

.mod-1 .product-list{
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.mod-1 .product-list li{
  width: 585px;
  height: 288px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding:  11px 11px 12px 12px;
  box-sizing: border-box;
}
.mod-1 .product-list li>div{
  flex: 1;
}
.mod-1 .product-list li .title{
 
      font-size: 24px;
      font-family: PingFang, PingFang-SC;
      font-weight: SC;
      text-align: center;
      color: #262626;
      line-height: 34px;
      letter-spacing: 1px;
      text-align: center;
      margin-top: 38px;
}
.mod-1 .product-list li .subtitle{
    font-size: 20px;
    font-family: PingFang, PingFang-SC;
    font-weight: SC;
    text-align: center;
    color: #595959;
    line-height: 37px;
    letter-spacing: 0px;
}
.mod-1 .product-list li .subtitle:nth-child(2){
  margin-top: 18px;
}
.mod-1 .product-list li .more-div{
  text-align: center;
  margin-top: 30px;
}
.mod-1 .product-list li .more-div span{
  display: inline-block;
  width: 152px;
    height: 40px;
    background: #338af0;
    border-radius: 22px;
    font-size: 20px;
    font-family: PingFang, PingFang-SC;
    font-weight: SC;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 0px;
}



/* mod-1 end */

/* mod-2 start */

.mod-2 {
  background-image: url("../imgs/building_mod_2_bg.png");
  height: 671px;
  padding-top: 60px;
  box-sizing: border-box;
}

.mod-2 .question-list{
  width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mod-2 .question-list li{
  width: 585px;
 
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding:  12px;
  box-sizing: border-box;
  margin-top: 23px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
}
.mod-2 .question-list li .answer{

    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.mod-2 .question-list li .question span{
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(#4554ff, #14acff);
  border-radius: 2px;
  line-height: 24px;
  font-size: 16px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  color: #ffffff;
}

.mod-2 .question-list li .question p{
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #262626;
  line-height: 25px;
  letter-spacing: 0px;
  margin-left: 23px;
}

.mod-2 .question-list li .answer span{
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(#ff8700, #ffc958);
  border-radius: 2px;
  line-height: 24px;
  font-size: 16px;
  font-family: PingFang, PingFang-SC;
  color: #ffffff;
}
.mod-2 .question-list li .answer p{
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #595959;
    line-height: 21px;
    letter-spacing: 0px;
    margin-left: 23px;
    flex: 1;
    
}

.more-question-btn{
  width: 200px;
  height: 54px;
  background-image: url('../imgs/btn-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(255,109,43,0.3); 
  margin: 0 auto;
  margin-top: 55px;
}
/* mod-2 end */

/* mod-3 start */

.mod-3 {
  background: #F9FAFE;
  height: 533px;
  padding-top: 40px;
  box-sizing: border-box;
}
.mod-3 .question-list{
  width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mod-3 .question-list li{
  width: 585px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding:  12px;
  box-sizing: border-box;
  margin-top: 23px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
}
.mod-3 .question-list li .answer{

    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.mod-3 .question-list li .question span{
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(#4554ff, #14acff);
  border-radius: 2px;
  line-height: 24px;
  font-size: 16px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  color: #ffffff;
}

.mod-3 .question-list li .question p{
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #262626;
  line-height: 25px;
  letter-spacing: 0px;
  margin-left: 23px;
}

.mod-3 .question-list li .answer span{
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(#ff8700, #ffc958);
  border-radius: 2px;
  line-height: 24px;
  font-size: 16px;
  font-family: PingFang, PingFang-SC;
  color: #ffffff;
}
.mod-3 .question-list li .answer p{
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #595959;
    line-height: 21px;
    letter-spacing: 0px;
    margin-left: 23px;
    flex: 1;
    
}

/* mod-3 end */



/* mod-4 end */
