@charset "UTF-8";
.sms {
  padding: 90px 0 0;
}

.sms .smsContent {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.sms .smsContent .contentItem {
  width: 20%;
  padding: 10px 20px;
  font-size: 0;
}

.sms .smsContent .contentItem img {
  width: 114px;
  cursor: pointer;
}

.sms .smsContent .contentItem p {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #434343;
}

.sms .smsContent .contentItem span {
  display: inline-block;
  padding: 10px 10%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #898989;
  line-height: 26px;
  text-align: left;
}

.sms .smsContent .contentItem .img2 {
  display: none;
}

.sms .smsContent .contentItem:hover .img1 {
  display: none;
}

.sms .smsContent .contentItem:hover .img2 {
  display: inline-block;
}

.sms .infoBg {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.sms .infoBg .left {
  width: 60%;
  padding: 40px 5%;
}

.sms .infoBg .left .title {
  font-size: 30px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #060a0d;
  margin-bottom: 40px;
}

.sms .infoBg .left .word {
  font-size: 18px;
  color: #898989;
  line-height: 40px;
  height: 40px;
}

.sms .infoBg .left a {
  width: 364px;
  height: 61px;
  display: inline-block;
  text-align: center;
  line-height: 61px;
  background: #0c90ec;
  border-radius: 30px;
  font-size: 26px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  margin-top: 50px;
  transition: all 0.25s;
}

.sms .infoBg .left a:hover {
  opacity: 0.8;
}

.sms .infoBg .right {
  width: 40%;
  text-align: center;
}

.sms .smsScene {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 40px;
}

.sms .smsScene > div {
  width: 33%;
}

.sms .smsScene .mid {
  text-align: center;
  position: relative;
  background: url("../images/sms/sms_phone.png") center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sms .smsScene .mid .sms-txt {
  position: relative;
  width: 214px;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  color: #131313;
  font-family: '微软雅黑';
  line-height: 28px;
  background-color: #e6e5eb;
  border-radius: 10px;
  border-bottom-left-radius: 4px;
}

.sms .smsScene .mid .sms-txt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -8px;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #e6e5eb transparent transparent;
}

.sms .smsScene .mid img {
  width: 304px;
  height: 630px;
}

.sms .smsScene .itemWrap {
  height: 110px;
  width: 70%;
}

.sms .smsScene .itemWrap .item {
  width: 127px;
  text-align: center;
  cursor: pointer;
}

.sms .smsScene .itemWrap .item span {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #626262;
}

.sms .smsScene .itemWrap .item a {
  display: block;
  width: 127px;
  height: 110px;
}

.sms .smsScene .itemWrap .item a:hover {
  animation: rotate360 linear 0.5s;
}

.sms .smsScene .left .itemWrap:nth-child(1) .item:hover a {
  background: url("../images/sms/scene1/1.png");
  background-size: cover;
}

.sms .smsScene .left .itemWrap:nth-child(1) a {
  background: url("../images/sms/scene/1.png");
  background-size: cover;
}

.sms .smsScene .left .itemWrap:nth-child(2) .item:hover a {
  background: url("../images/sms/scene1/2.png");
  background-size: cover;
}

.sms .smsScene .left .itemWrap:nth-child(2) a {
  background: url("../images/sms/scene/2.png");
  background-size: cover;
}

.sms .smsScene .left .itemWrap:nth-child(3) .item:hover a {
  background: url("../images/sms/scene1/3.png");
  background-size: cover;
}

.sms .smsScene .left .itemWrap:nth-child(3) a {
  background: url("../images/sms/scene/3.png");
  background-size: cover;
}

.sms .smsScene .left .itemWrap:nth-child(4) .item:hover a {
  background: url("../images/sms/scene1/4.png");
  background-size: cover;
}

.sms .smsScene .left .itemWrap:nth-child(4) a {
  background: url("../images/sms/scene/4.png");
  background-size: cover;
}

.sms .smsScene .left .itemWrap:nth-child(5) .item:hover a {
  background: url("../images/sms/scene1/5.png");
  background-size: cover;
}

.sms .smsScene .left .itemWrap:nth-child(5) a {
  background: url("../images/sms/scene/5.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap {
  float: right;
}

.sms .smsScene .right .itemWrap:nth-child(1) .item:hover a {
  background: url("../images/sms/scene1/6.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap:nth-child(1) a {
  background: url("../images/sms/scene/6.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap:nth-child(2) .item:hover a {
  background: url("../images/sms/scene1/7.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap:nth-child(2) a {
  background: url("../images/sms/scene/7.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap:nth-child(3) .item:hover a {
  background: url("../images/sms/scene1/8.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap:nth-child(3) a {
  background: url("../images/sms/scene/8.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap:nth-child(4) .item:hover a {
  background: url("../images/sms/scene1/9.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap:nth-child(4) a {
  background: url("../images/sms/scene/9.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap:nth-child(5) .item:hover a {
  background: url("../images/sms/scene1/10.png");
  background-size: cover;
}

.sms .smsScene .right .itemWrap:nth-child(5) a {
  background: url("../images/sms/scene/10.png");
  background-size: cover;
}

.sms .whyUs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sms .whyUs .item {
  width: 20%;
  text-align: center;
  margin-bottom: 40px;
}

.sms .whyUs .item .imgBg {
  display: inline-block;
  width: 115px;
  height: 112px;
}

.sms .whyUs .item p.title {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  margin: 15px 0;
}

.sms .whyUs .item span.word {
  display: inline-block;
  padding: 5px 10%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}

.sms .whyUs .item:nth-child(1) .imgBg {
  background: url("../images/sms/why1.png") no-repeat left 50%;
  background-size: contain;
}

.sms .whyUs .item:nth-child(2) .imgBg {
  background: url("../images/sms/why2.png") no-repeat left 50%;
  background-size: contain;
}

.sms .whyUs .item:nth-child(3) .imgBg {
  background: url("../images/sms/why3.png") no-repeat left 50%;
  background-size: contain;
}

.sms .whyUs .item:nth-child(4) .imgBg {
  background: url("../images/sms/why4.png") no-repeat left 50%;
  background-size: contain;
}

.sms .whyUs .item:nth-child(5) .imgBg {
  background: url("../images/sms/why5.png") no-repeat left 50%;
  background-size: contain;
}

.sms .whyUs .item:nth-child(6) .imgBg {
  background: url("../images/sms/why6.png") no-repeat left 50%;
  background-size: contain;
}

.sms .whyUs .item:nth-child(7) .imgBg {
  background: url("../images/sms/why7.png") no-repeat left 50%;
  background-size: contain;
}

.sms .whyUs .item:nth-child(8) .imgBg {
  background: url("../images/sms/why8.png") no-repeat left 50%;
  background-size: contain;
}

.sms .whyUs .item:nth-child(9) .imgBg {
  background: url("../images/sms/why9.png") no-repeat left 50%;
  background-size: contain;
}

.sms .whyUs .item:nth-child(10) .imgBg {
  background: url("../images/sms/why10.png") no-repeat left 50%;
  background-size: contain;
}

.sms .partnerIcon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}

.sms .partnerIcon .imgBg {
  width: 20%;
  height: 100px;
}

.sms .partnerIcon .imgBg:nth-child(1) {
  background: url("../images/sms/partner1.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .partnerIcon .imgBg:nth-child(2) {
  background: url("../images/sms/partner2.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .partnerIcon .imgBg:nth-child(3) {
  background: url("../images/sms/partner3.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .partnerIcon .imgBg:nth-child(4) {
  background: url("../images/sms/partner4.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .partnerIcon .imgBg:nth-child(5) {
  background: url("../images/sms/partner5.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .partnerIcon .imgBg:nth-child(6) {
  background: url("../images/sms/partner6.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .partnerIcon .imgBg:nth-child(7) {
  background: url("../images/sms/partner7.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .partnerIcon .imgBg:nth-child(8) {
  background: url("../images/sms/partner8.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .partnerIcon .imgBg:nth-child(9) {
  background: url("../images/sms/partner9.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .partnerIcon .imgBg:nth-child(10) {
  background: url("../images/sms/partner10.png") no-repeat center 50%;
  background-size: 60%;
}

.sms .smsProcess {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
}

.sms .smsProcess .imgBg {
  width: 240px;
  height: 329px;
  vertical-align: middle;
}

.sms .smsProcess .row {
  width: 64px;
  height: 46px;
  vertical-align: middle;
}

.sms .smsTryOutForm {
  width: 323px;
  height: 408px;
  background: rgba(14, 14, 65, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: right;
}

.sms .smsTryOutForm p.title {
  font-size: 26px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  height: 108px;
  line-height: 136px;
  margin-right: 20%;
}

.sms .smsTryOutForm .formItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  padding: 0 5%;
}

.sms .smsTryOutForm .formItem span {
  width: 40%;
  text-indent: 10%;
  color: #fff;
  vertical-align: middle;
}

.sms .smsTryOutForm .formItem input {
  width: 60%;
  height: 30px;
  font-size: 12px;
  text-indent: 6px;
}

.sms .smsTryOutForm .submit {
  width: 182px;
  height: 39px;
  background: #00a0e9;
  border: none;
  color: #fff;
  margin-right: 5%;
  margin-top: 20px;
}

.sms .smsTryOutForm .submit:hover {
  opacity: 0.8;
}

.layout.bgGray {
  background: #e9eef2;
}

.layout.smsTryOut {
  height: 520px;
  background: url(../images/sms/tryOut.jpg);
  background-size: cover;
}

.layout.smsTryOut .sms {
  padding: 50px;
}

.industry {
  width: 100%;
  height: 1023px;
  background: url("../images/sms/industry_bg.jpg");
  background-size: cover;
  overflow: hidden;
}

.industry .content {
  width: 1090px;
  height: 932px;
  margin: 60px auto;
}

.industry .content p.title {
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 36px;
  font-family: SourceHanSansCN-Heavy;
  font-weight: 800;
  color: #7d7d7d;
  text-shadow: 0px 6px 13px #01061d;
  background: linear-gradient(0deg, #f2a715 0%, #efd064 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.industry .content p.itemWord {
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: white;
  line-height: 36px;
  text-shadow: 0px 5px 5px rgba(15, 5, 11, 0.75);
  margin-left: 5%;
}

@keyframes rotate360 {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}

.smsTeam {
  height: 312px;
  overflow: hidden;
}

.smsTeam .line > div {
  overflow: hidden;
  height: auto;
}

.smsTeam .line > div a .box-mask {
  position: absolute;
  display: block;
  width: calc(100% - 53px);
  left: calc(53px / 2);
  height: 100%;
  top: 276px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}

.smsTeam .line > div a .box-mask p {
  text-align: center;
  padding: 0 20px;
  color: #fff;
  margin-top: 20px;
}

@media (max-width: 760px) {
  .sms {
    padding-top: 30px;
  }
  .sms .smsScene {
    width: 100%;
    margin: auto;
  }
  .sms .smsScene .mid {
    text-align: center;
  }
  .sms .smsScene .mid img {
    width: 304px;
    height: auto;
  }
  .sms .smsScene .itemWrap {
    width: 90%;
    height: auto;
  }
  .sms .smsScene .itemWrap .item {
    width: calc(100% - 46%);
  }
  .sms .smsScene .itemWrap .item a {
    width: 50px;
    height: 44px;
  }
  .sms .smsScene .itemWrap .item span {
    width: 100%;
    display: inline-block;
  }
  .sms .smsContent {
    flex-wrap: wrap-reverse;
  }
  .sms .smsContent .contentItem {
    width: 33.3333333%;
    padding: 5px 10px;
  }
  .sms .smsContent .contentItem span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: center;
    padding: 0;
  }
  .sms .smsContent .contentItem img {
    width: 80px;
  }
  .sms .whyUs {
    flex-wrap: wrap;
  }
  .sms .whyUs .item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
  .sms .whyUs .item:nth-child(1) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item:nth-child(2) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item:nth-child(3) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item:nth-child(4) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item:nth-child(5) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item:nth-child(6) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item:nth-child(7) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item:nth-child(8) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item:nth-child(9) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item:nth-child(10) .imgBg {
    background-size: 60%;
    background-position: center;
  }
  .sms .whyUs .item span.word {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 5px;
    font-size: 14px;
  }
  .sms .whyUs .item p.title {
    font-size: 20px;
  }
  .sms .smsProcess img {
    width: 20% !important;
    height: 30% !important;
  }
  .sms .smsProcess img.row {
    width: 20px !important;
  }
  .sms .partnerIcon {
    padding-top: 0;
  }
  .sms .partnerIcon .imgBg {
    height: 30px;
    margin: 5px 0;
  }
  .industry {
    width: 100%;
    background: url("../images/sms/bg.jpg") no-repeat;
    background-size: 100% 100%;
    padding-right: 12px;
  }
  .industry .content {
    width: calc(100% - 20px);
    margin: 20px auto;
  }
  .industry .content p.title {
    font-size: 26px;
    line-height: 40px;
    height: 40px;
  }
  .industry .content p.itemWord {
    font-size: 10px;
    line-height: 31px;
  }
  .layout.smsTryOut {
    height: auto;
    background: url(../images/sms/mtryOut.jpg) no-repeat;
    background-size: cover;
    background-position: 10% 0;
  }
  .layout.smsTryOut .sms {
    padding: 0;
    margin-bottom: 0;
  }
  .layout.smsTryOut .sms .smsTryOutForm {
    width: 46%;
    height: auto;
  }
  .layout.smsTryOut .sms .smsTryOutForm p.title {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 16px;
    text-align: right;
  }
  .layout.smsTryOut .sms .smsTryOutForm .formItem {
    padding: 0 2%;
    height: 32px;
    line-height: 32px;
  }
  .layout.smsTryOut .sms .smsTryOutForm .formItem span {
    width: 60%;
    font-size: 10px;
  }
  .layout.smsTryOut .sms .smsTryOutForm .formItem input {
    width: 60%;
    height: 26px;
  }
  .layout.smsTryOut .sms .smsTryOutForm .submit {
    margin-top: 10px;
    width: 60%;
    height: 10%;
  }
  .smsTeam {
    height: auto;
  }
  .smsTeam .line > div a .box-mask {
    width: 100%;
    left: 0;
    height: 100%;
    top: 58px;
  }
  .smsTeam .line > div a .box-mask h2 {
    font-size: 16px;
  }
  .smsTeam .line > div a .box-mask p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 5px;
    margin-top: 5px;
  }
  .sms .smsScene .mid {
    overflow: hidden;
    background-size: 92%;
  }
  .sms .smsScene .mid .sms-txt {
    width: 124%;
    word-break: break-all;
    transform: scale(0.5);
    font-size: 0.4rem;
  }
}
