﻿@font-face {
  font-family: "Regular";font-weight: 400;src: url("../font/IXQqXuSrhSu1.woff2") format("woff2"),
  url("../font/z1U4bBHJQz6t.woff") format("woff");font-variation-settings: normal;font-display: swap;
}
.linear-text{
  background: linear-gradient(to right, red, blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Regular";
}
/*banner*/
.saas_banner{
  text-align: center;
  background: linear-gradient(to bottom right, #f0e4f1, #e3f7ff, #ffffff);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.saas_banner .image img{
  width: 500px;
  height: 500px;
  display: block;
  margin: 0 auto;
}
.saas_banner .wrap{
  height: 500px;
  background: url("../image/index-banner-3.png") no-repeat 60px 0;
  background-size: 500px 500px;
  margin-top: 50px;
}
.saas_banner .box{
  padding: 80px 0 0 460px;
}
.saas_banner h2{
  font-size: 3.5rem;
  font-weight: 400;
  padding-bottom: 1rem;
}
.saas_banner h2 strong{
  font-size: 5.5rem;
  font-weight: 600;
}
.saas_banner p{
  padding-top: 10px;
  font-size: 1.375rem;
  font-weight: 300;
}
.saas_banner p span{
  font-weight: 600;
}
.saas_banner div.btn{
  padding-top: 30px;
}
.saas_banner div.btn a.smsui_btn{
  background: var(--c3);
  font-size: 1.5rem;
  padding: 0 3rem;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
}
.saas_banner div.btn a.smsui_btn:hover,.saas_banner div.btn a.smsui_btn:active {
  background-color: var(--c0);
}
.saas_banner div.btn a.smsui_btn:last-child{
   border: 1px solid var(--c0);
  background: var(--white);
  color: var(--c0);
}
.saas_banner div.btn a.smsui_btn:last-child:hover,.saas_banner div.btn a.smsui_btn:last-child:active {
  border: 1px solid var(--main-d);
  background: var(--white);
  color: var(--main-d);
}

/**/
.headline h2{
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 1rem;
}
.headline h2 span{
  font-size: 3.5rem;
}
.headline p{
  font-size: 1.5rem;
}

/*how*/
.configuration {
  padding: 40px 100px 20px 100px;
}
.configuration-text h2{
  line-height: 1.2;
  padding-left: 16px;
}
.configuration-text h2 strong{
  font-family: "Regular";
  font-size: 4rem;
}
.configuration-text h2 span{
  color: var(--c6);
}
.steplist .flexbox{
  padding: 16px;
}
.steplist i{
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: var(--panel);
  margin-right: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.steplist h3{
  font-size: 1.5rem;
  font-weight: 400
}
.steplist p{
  color: var(--c6);
  font-size: 1.125rem;
  font-weight: 300
}
.steplist .flexbox:hover{
  background: var(--white);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0 20px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0px 0 20px rgba(0,0,0,0.08);
}
.steplist .flexbox:hover i{
  background: var(--c3);
  color: var(--white);
}
.configuration-image{
  padding-left: 60px;
  width: 420px;
}
.configuration-image img{
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;  
}

/*模版*/
.saas_temps{
  padding: 120px 0 100px 0;
}
.mobile-demo{
  height: 760px;
  perspective: 760px;
  margin: 120px auto 0 auto;
  position: relative;
}
 .mobileitem{
  position: absolute;
  width: 20%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(-30deg);
  cursor: pointer;
}
.mobileitem img.screenshot{
  width: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.mobileitem:hover img.screenshot{
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
.mobileitem .phone-title,.mobileitem .ears{
  display: none;
}
/*其他*/
.mobileitem#mb1{
  z-index: 1;
  width: 20%;
  left: 15%;
  top: 10%;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(-40deg);
}
.mobileitem#mb2{
  z-index: 2;
  width: 20%;
  left: 25%;
  top: 10%;
}
.mobileitem#mb3{
  z-index: 2;
  width: 20%;
  right: 40%;
  top: 10%;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(30deg);
}
.mobileitem#mb4{
  z-index: 2;
  width: 20%;
  right: 25%;
  top: 10%;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(30deg);
}
.mobileitem#mb5{
  z-index: 1;
  width: 20%;
  right: 15%;
  top: 10%;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(40deg);
}


/*当前*/
.mobileitem.phone-demo{
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important; 
  width: 320px !important;
  left: 478px !important;
  top: -60px !important;
  border: 12px solid var(--c3);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
  padding-top: 0;
  z-index: 100 !important;
  cursor: default;
}
.mobileitem.phone-demo img.screenshot{
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  box-shadow:none;
  -webkit-box-shadow: none;
}
.mobileitem.phone-demo:hover img.screenshot{
  box-shadow:none;
  -webkit-box-shadow: none;
}
.mobileitem.phone-demo div.phone-title{
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  -moz-border-radius: 36px 36px 0 0;
  -webkit-border-radius: 36px 36px 0 0;
  border-radius: 36px 36px 0 0;
  width: 320px;
  height: 40px;
  display: none;
}
.mobileitem.phone-demo div.phone-title div.flexbox{
  padding: 10px 0;
  line-height: 20px;
}
.mobileitem.phone-demo div.phone-title div.flex{
  height: 20px;
  overflow: hidden;
}
.mobileitem.phone-demo div.phone-title i.cm{
  width: 65px;
  height: 20px;
  background: url("https://fours.smsot.com/plugs/saas/resource/cm.png") no-repeat 50% 50%;
  background-size: cover;
}
.mobileitem.phone-demo div.phone-title img{
  height: 20px;
  display: block;
  margin: 0 auto;
}
.mobileitem.phone-demo span.ears{
  display: block;
  position: absolute;
  background: var(--c3);
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  width: 5px;
}
.mobileitem.phone-demo span.ears.l-1{
  height: 30px;
  left: -16px;
  top: 100px;
}
.mobileitem.phone-demo span.ears.l-2{
  height: 50px;
  left: -16px;
  top: 150px;
}
.mobileitem.phone-demo span.ears.l-3{
  height: 30px;
  left: -16px;
  top: 220px;
}
.mobileitem.phone-demo span.ears.r-1{
  height: 80px;
  right: -16px;
  top: 160px;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.phone-demo div.phone-title.w{
  color: var(--white);
}
.phone-demo div.phone-title.w img{
  -webkit-filter: grayscale(100%) brightness(0%) contrast(200%) invert(100%);
  filter: grayscale(100%) brightness(0%) contrast(200%) invert(100%);
}

/**/
.storeybtn{
  text-align: center;
  padding-top: 40px;
}
.storeybtn a{
  display: inline-block;
  height: 54px;
  line-height: 54px;
  padding: 0 60px;
  color: var(--white);
  background: var(--c0);
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  font-size: 1.25rem;
}

/**/
.saas_index-apps ul{
  text-align: center;
  width: 770px;
  margin: 0 auto;
}
.saas_index-apps ul li{
  display: inline-block;
  padding: 20px 0;
}
.saas_index-apps ul li div{
  padding: 0 28px;
}
.saas_index-apps ul li div img{
  display: block;
  width: 84px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
  padding: 2px;
  background: var(--white);
  border: 1px solid var(--border);
  transition: transform 0.3s ease-in-out;
}
.saas_index-apps ul li:hover img{
  transform: scale(1.1);
}
.saas_index-apps ul li p{
  font-size: 1.125rem;
  line-height: 2;
  padding-top: 6px;
  font-weight: 600;
}

/*合作*/
.saas_partner{
  width: 800px;
  margin: 0 auto;
}
.saas_partner .flex{
  margin: 0 25px;
	box-shadow: var(--shadow-l);
	-webkit-box-shadow: var(--shadow-l);
  transition: transform 0.3s ease-in-out;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.saas_partner .flex:hover{
	box-shadow: var(--shadow);
	-webkit-box-shadow: var(--shadow); 
  transform: scale(1.05);
}
.saas_partner .flex h3{
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 2.5rem;
  background: var(--main);
  color: var(--white);
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.saas_partner .flex h3 sup{
  font-size: 1rem;
  font-weight: 400;
  padding: 3px 6px;
  margin-left: 6px;
  background: rgba(255,255,255,0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.saas_partner .flex ul{
  padding: 2rem 2rem 2rem 3rem;
  border: 1px solid var(--main);
  border-top: none;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.saas_partner .flex:last-child h3{
  background: var(--c0);
}
.saas_partner .flex:last-child ul{
  border-color: var(--c0);
}
.saas_partner .flex ul li{
  list-style: disc;
  font-size: 1.25rem;
  padding: 3px 0;
}
.saas_partner .flex ul li:last-child{
  list-style: none;
  text-align: center;
  padding-right: 1rem;
  padding-top: 3rem;
}
.saas_partner .flex li a{
  padding: 0 30px;
  font-size: 1.25rem;
}
.saas_partner .flex:last-child li a{
  background: var(--c0);
}

/*创建*/
.custom_saas_creat{
  background: url(../image/bg.png) no-repeat 0 0 #f6f6f6;
  background-size: 100%;
}
.saas_creat-banner{
  padding: 130px 0 10px 0;
}
.saas_creat-banner .wrap{
  width: 1260px;
}
.saas_creat-banner h3{
  font-size: 32px;
}
.saas_creat-banner h2{
  font-size: 64px;
}
.saas_creat-banner h2 strong{
  position: relative;
  z-index: 1;
  font-style: italic;
  padding: 0 10px;
}
.saas_creat-banner h2 strong:before {
  position: absolute;
  width: 100%;
  height: 20px;
  background: #FBE773;
  content: "";
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.saas_creat-banner p{
  font-size: 18px;
  color: var(--c3);
}
.saas_creat-banner ul{
  padding-top: 30px;
}
.saas_creat-banner ul li{
  display: inline-block;
  padding-right: 30px;
}
.saas_creat-banner ul li a{
  display: block;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
	-moz-border-radius: 3px 20px 3px 20px;
	-webkit-border-radius: 3px 20px 3px 20px;
	border-radius: 3px 20px 3px 20px;
  background: var(--white);
  font-size: 16px;
  border: 1px solid var(--border);
}
.saas_creat-banner ul li:first-child a{
  background: #fb9337;
  border: 0px;
  color: var(--white);
}
.saas_creat-banner .image{
  width: 600px;
}
.saas_creat-banner .image img{
  width: 100%;
  display: block;
}

/**/
.saas_page-box{
  background: var(--white);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  padding: 40px;
  margin-bottom: 30px;
  border: 1px solid var(--border);
}
.saas_page-box h3{
  padding: 20px 200px 60px 200px;
}
.saas_page-box h3 strong{
  font-size: 2rem;
  font-weight: 600;
  margin: 0 2rem;
  background-color: var(--white);
}
.saas_page-box h3 span{
  height: 1px;
  background-color: var(--cc);;
}
.saas_page-box .topic-field div.field h4{
  font-size: 1.25rem;
  font-weight: 600;
}
.saas_page-box .topic-field div.field h4 span{
  font-weight: 300;
  font-size: 1rem;
  padding-left: 10px;
  font-style: italic;
  color: var(--c6);
}
.saas_page-box .topic-field:hover div.field h4 span{
  color: var(--success-d);
  font-weight: 400;
}
.saas_page-box .topic-field.first div.field{
  padding-top: 0px;
}
.saas_page-box .topic-field:last-child div.field{
  border-bottom: 0px;
}
.saas_page-box .smsui_select{
  height: 36px;
  line-height: 32px;
}

.saas_page-btn{
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid var(--border);
}
.saas_page-btn .smsui_btn{
  font-size: 1.5rem;
  background-color: var(--c3);
  padding: 0 3rem;
  color: #f3d667;
}
.saas_page-btn .smsui_btn:hover{
  background-color: var(--c0);
}

/*弹窗*/
.saas_window {
  border: 0px;
}
.saas_window.smsui_window.flexbox{
  width: 860px;
}
.saas_window .smsui_window-title{
  background: rgba(51,51,51,0.95);
  background: linear-gradient(to right, rgba(58,101,221,0.95), rgba(166,52,212,0.95));
  color: var(--white);
}
.saas_window .smsui_window-t-action a,.saas_window .smsui_window-title .back a.icon{
  color: var(--white);
}
.saas_window .smsui_window-content{
  background: var(--popup);
}
.saas_window .smsui_window-foot{
  background: rgba(238,238,238,0.95);
}
.saas_window .smsui_window-main{
  background: var(--popup);
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.saas_window .smsui_window-panel{
  background: rgba(0,0,0,0.85);
}
.saas_window .smsui_window-navs a.flexbox{
  color: var(--c9);
  font-size: 1.125rem;
}
.saas_window .smsui_window-navs a.a{
  color: var(--white);
}
.saas_window .smsui_window-m-content{
  padding: 5px 15px 20px 20px;
}
.saas_window .smsui_builds-form .input{
  padding: 10px 12px;
  border-color: rgba(0, 0, 0, 0.3);
}
.saas_window .smsui_builds-form .input:focus{
  border-color: var(--main);
}

/*我的项目*/
.saas_my{
  border: 0px;
  background: var(--box);
  z-index: 6000;
}
.saas_my .saas_my-box{
  position: relative;
}
.saas_my a.icon-close{
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 1.25rem;
  padding: 0.5rem;
  color: var(--white);
  background: rgba(255,255,255,1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  color: var(--c0);
  border: 1px solid var(--cc);
}
.saas_my-title{
  background: linear-gradient(to right, rgba(58,101,221,0.95), rgba(166,52,212,0.95));
  padding: 2rem;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  font-family: "Regular";
  text-align: center;
}
/*项目列表*/
.saas_my-list{
  width: 360px;
}
.saas_my-list ul {
  height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow-y: scroll;
  padding: 1rem 1.5rem;;
}
.saas_my-list ul li{
  padding: 1rem 0;
  border-bottom: 1px solid var(--bol);
}
.saas_my-list ul li div.head{
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.saas_my-list ul li div.head img{
  width: 48px;
  height: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.saas_my-list ul li div.flex{
  padding-left: 10px;
}
.saas_my-list ul li:last-child{
  border-bottom: 0px;
}
.saas_my-list ul li h3{
  font-size: 1.125rem;
}
.saas_my-list ul li h3 span{
  font-weight: 300;
  font-size: 0.875rem;
  display: inline-block;
  background: var(--ce);
  padding: 2px 6px;
  color: var(--c9);
  margin-left: 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.saas_my-list ul li p{
  color: var(--link);
}

/*选择方案*/
.saas_creat-title{
  padding: 0 10px;
}
.saas_creat-title h3{
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  padding-top: 0.5rem;
}
.saas_creat-title p{
  font-weight: 300;
  padding-bottom: 1.5rem;
}
.saas_creat-title p.price{
  color: var(--warn);
}
.saas_creat-title p.price strong{
  font-size: 2rem;
  padding-right: 3px;
}
.saas_scenarios .smsui_build{
  padding: 21px;
}
.saas_scenarios .smsui_build-hd img{
  width: 100px;
  height: 100px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--border);
  background: var(--white);
}
.saas_scenarios .smsui_build-bd span{
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid var(--success);
  background: var(--success-l);
  color: var(--success-d);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 6px;
}
.saas_scenarios .smsui_build-bd p.info{
  padding-bottom: 6px;
  color: var(--c6);
  font-weight: 300;
}

/*创建弹窗*/
.saas_scenario h3{
  font-weight: 600;
  font-size: 1rem;
}
.saas_scenario dl{
  padding: 5px 0 0 0;
}
.saas_scenario:first-child dl{
  padding-bottom: 15px;
}
.saas_scenario dd span{
  font-weight: 300;
  line-height: 1.8;
  color: var(--c6);
}
.saas_scenario dd i{
  color: var(--success-d);
}

