.container {
  margin-top: 76px;
}

.sass-btitle {
  color: #333333;
  font-size: 35px;
  font-weight: 800;
  padding-top: 80px;
  padding-bottom: 55px;
}

.sass-stitle {
  color: #333333;
  font-size: 20px;
  text-align: center;
  padding-bottom: 55px;
}

.sass-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.sass-top .btn {
  background: #fff;
  width: 590px;
  height: 58px;
  border-radius: 34px;
  position: relative;
  box-shadow:0px 8px 27px 0px rgba(160,160,160,0.25);
}

.sass-top .btn .phone {
  display: inline-block;
  width: 410px;
  height: 58px;
  font-size: 18px;
  position: relative;
  margin-left: 20px;
}

.sass-top .btn .regist-btn {
  position: absolute;
  right: 0;
  top: 0;
  width:145px;
  height:58px;
  line-height: 58px;
  text-align: center;
  background:linear-gradient(90deg,rgba(230,40,40,1),rgba(241,133,133,1));
  border-radius:34px;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0px 35px 35px 0px;
}

/* 小手 */
.ikon_hand{
  position: absolute;
  width: 25px;
  top: 10px;
  left: 15px;
}

.sass-top .btn .regist-btn .ikon_hand {
  left: 5px;
}

.sass-top .carousel-btn {
  margin: 0px auto 0;
  position: relative;
}

.ikon {
  position: absolute;
}

.carousel-btn .saas_ikon1 {
  width: 445px;
  left: -445px;
  top: -195px;
}

.carousel-btn .four-box {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.carousel-btn-yellow > a,.carousel-btn-black > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-btn-yellow {
  width: 200px;
  height: 48px;
  background:rgba(255,255,255,1);
  box-shadow:0px 1px 28px 2px rgba(228,228,228,0.3);
  border-radius:24px;
  border: 1px solid #F0F0F0;
  display: inline-block;
  /* margin-top: 30px; */
  /* border:1px solid #d3ddde; */
  text-align: center;
  color: #62738f;
  font-size: 13px;
  line-height: 35px;
  /*background-color: #FFDD00;*/
  cursor: pointer;
  position: relative;
}

.carousel-btn-black {
  display: inline-block;
  width: 200px;
  height: 48px;
  background:rgba(255,255,255,1);
  border: 1px solid #F0F0F0;
  box-shadow:0px 1px 28px 2px rgba(228,228,228,0.3);
  border-radius:24px;
  text-align: center;
  color: #62738f;
  font-size: 13px;
  line-height: 35px;
  /*background-color: #2d3237;*/
  cursor: pointer;
  position: relative;
}

.carousel-btn a{
  /* float: left;
  width: 100%; */
  height: 100%;
  /* margin-right: 35px; */
}

.code_span{
  float: left;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.code_png{
  width: 140px;
  height: 180px;
  background-color: rgb(255, 255, 255);
  z-index: 1009;
  position: absolute;
  bottom: 60px;
  left: 20px;
  text-align: center;
  border: 1px solid #ebeef5;
  border-radius: 10px;
  padding: 8px;
  display: none;
  margin-bottom: 5px;
}

.bk_img_icon {
width: 32px;
  height: 32px;
  margin-right: 16px;
}

.app-title {
  color: #333333;
  font-size: 18px;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 43px;
}

.lone-pic {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.lone-pic .saas_ikon2 {
  position: absolute;
  width: 350px;
  right: -20px;
  bottom: 46px;
}

.lone-pic .title {
  color: #111111;
  font-size: 30px;
  font-weight: 800;
}

.lone-pic .pic {
  width: 1000px;
  box-shadow: 1px 4px 13px #c1c1c1;
}

.lone-pic .btitle {
  font-size: 16px;
  color: #777777;
  text-align: center;
  line-height: 40px;
  padding-bottom: 50px;
}

.block-sass {
  width: 100%;
  padding: 100px 0;
}

.block-sass .main-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.block-sass .main-wrap .sass-left {
  width: 40%;
  position: relative;
}

.block-sass .main-wrap .sass-left .main-title {
  color: #333333;
  font-size: 25px;
  padding-bottom: 15px;
  font-weight: 800;
}

.block-sass .main-wrap .sass-left .free-do {
  color: #2362FB;
  font-size: 16px;
  margin-top: 30px;
  cursor: pointer;
  display: block;
}

.block-sass .main-wrap .sass-left .free-do .blue {
  position: relative;
  margin-left: 5px;
  transition: margin-left .3s;
}

.block-sass .main-wrap .sass-left .desc {
  color: #111;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
}

.block-sass .main-wrap .sass-left .desc .pic {
  width: 20px;
  margin-top: 2px;
  margin-right: 10px;
}

.block-sass .main-wrap .sass-right {
  width: 60%;
  position: relative;
}

.block-sass .main-wrap .sass-right .pic {
  width: 100%;
  position: relative;
  box-shadow: 1px 4px 13px #c1c1c1;
}

.block-sass .main-wrap .sass-right .saas_ikon3 {
  position: absolute;
  width: 300px;
  top: -102px;
  left: 185px;
}

.block-sass .main-wrap .sass-right .saas_ikon4 {
  position: absolute;
  width: 230px;
  top: 15px;
  left: 58px;
}
/* 
.block-sass .main-wrap .sass-left .desc::before {
  content: '';
  display: block;
  background: #2362FB;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-top: 10px;
} */


/* 需求 */
.c-require {
  width: 100%;
  /* height: 460px; */
  /* background: #F7F7FA; */
  padding-bottom: 80px;
}

.c-r-inner {
  width: 1300px;
  margin: 0 auto;
}

.c-r-title {
  color: #111111;
  font-size: 30px;
  text-align:center;
  margin-bottom: 74px;
  padding-top: 100px;
  font-weight: 800;
}

.c-r-item-pic {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 28px;
}

.c-r-lists {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  /* overflow: hidden; */
}

.c-r-item {
  width: 272px;
  /* float: left; */
  /* margin: 0 52px; */
  margin-bottom: 30px;
}

.c-r-item-title {
  text-align: center;
  font-size: 20px;
  color: #111111;
  margin-bottom: 12px;
  font-weight: 800;
}

.c-r-item-desc {
  color: #777777;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width:272px;
}

/* our user */
.service-num {
  margin-top: 100px;
  width: 100%;
  height: 666px;
  background: url(../images/home/partners-bg.png) no-repeat center;
}

.user-btitle {
  font-size: 30px;
  color: #111111;
  text-align: center;
  line-height: 50px;
}

.user-stitle {
  font-size: 16px;
  color: #777777;
  text-align: center;
  line-height: 40px;
}

.users {
  display: block;
  margin: 50px auto;
}

.question {
  width: 100%;
  
  /* height: 100%;
  background: url("../images/product/phonebg.png") no-repeat center center; */
  /* background-size: 100% 100%; */
  /* padding-bottom: 51px; */
  position: relative;
}

.question .txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.question .call {
  color: #ffa128;
  font-weight: 800;
  font-size: 25px;
}

.question .btitle {
  color: #FFFFFF;
  font-size: 30px;
}

.question .stitle {
  color: #FFFFFF;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 58px;
  text-align: center;
}

.question .phone-btn {
  width:220px;
  height:60px;
  background:rgba(255,255,255,1);
  box-shadow:0px 1px 51px 3px rgba(150,150,150,0.3);
  border-radius:30px;
  font-size: 20px;
  color: #2362FB;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  position: relative;
}

.java-block {
  width: 1300px;
  margin: 0 auto;
  padding-top: 100px;
}

.java-block .total-title {
  padding-bottom: 80px;
}

.java-block .main {
  width: 100%;
  height: 100%;
  background: url("../images/product/bluebg.png") no-repeat center center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 18px;
  border-radius: 10px;
}

.java-block .main .btitle {
  color: #FFFFFF;
  font-size: 30px;
}

.java-block .main .stitle {
  color: #FFFFFF;
  font-size: 20px;
  padding-top: 38px;
  padding-bottom: 80px;
  text-align: center;
  width:445px;
}

.java-block .main .down-btn {
  width:165px;
  height:50px;
  background:rgba(255,255,255,1);
  border-radius:33px;
  text-align: center;
  line-height: 50px;
  color: #2362FB;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.java-block .main .down-btn .ikon_hand{
  top: 5px;
}


.java-block .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.java-block .yellow {
  color: #FFE010;
}

.total-title {
  color: #111111;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
}

.shi-da {
  width: 100%;
  background: #F7F7F7;
  padding-bottom: 70px;
}

.shi-da .list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.shi-da .list .item {
  width: 340px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.shi-da .list .item .pic {
  width: 65px;
  height: 65px;
  margin-right: 20px;
}

.shi-da .list .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.shi-da .list .item .txt .btitle {
  color: #333333;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}

.shi-da .list .item .txt .stitle {
  color: #777777;
  font-size: 16px;
  text-align: justify;
}

.shi-da .try-btn {
  width:165px;
  margin: 0 auto;
  display: block;
  height:54px;
  line-height: 54px;
  background:linear-gradient(90deg,rgba(230,40,40,1),rgba(241,133,133,1));
  box-shadow:0px 1px 51px 3px rgba(183,183,183,0.3);
  border-radius:33px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  position: relative;
}


.shi-da .try-btn:hover {
  box-shadow: 0 2px 16px 3px rgba(211, 211, 211, 0.8) !important;
}
