/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #f4f7fd;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  touch-action: manipulation;
}
input {
  appearance: none;
  -webkit-appearance: none;
}
i {
  display: block;
}
.clear {
  clear: both;
}
.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* 自定义 */
body,
html {
  font-family: "微软雅黑";
  min-width: 1280px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
/* 头部 */
header {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
}
header .logo {
  width: 152px;
  height: 34px;
  float: left;
  margin: 13px 0 0 4px;
}
header .right {
  float: right;
  padding-top: 12px;
}
header .right .land {
  width: 112px;
  height: 36px;
  border-radius: 18px;
  border: solid 1px #0072ff;
  line-height: 34px;
  color: #0072ff;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
header .right .land .split {
  width: 1px;
  height: 10px;
  background-color: #0072ff;
  display: inline-block;
  content: "";
  margin: 0 4px;
}
header .right .land:hover {
  color: #ffffff;
  background-color: #0072ff;
}
header .right .land:hover .split {
  background-color: #ffffff;
}
header .right .sign {
  margin-top: 2px;
  height: 40px;
  position: relative;
}
header .right .sign .avatar {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-right: 10px;
}
header .right .sign .info {
  width: 82px;
  float: right;
}
header .right .sign .info .nickname {
  overflow: hidden;
  height: 32px;
}
header .right .sign .info .nickname #nickname_text {
  font-size: 12px;
  line-height: 32px;
  color: #666666;
  width: 69px;
  float: left;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .right .sign .info .nickname .down {
  width: 8px;
  height: 5px;
  float: left;
  margin: 15px 0 0 5px;
}
header .right .sign .list {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 137px;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 12px 0;
  display: none;
  box-sizing: border-box;
  z-index: 10;
}
header .right .sign:hover .list {
  display: block;
}
header .right .sign:hover .info .nickname .down {
  transform: rotate(180deg);
}
header .right .sign .list li {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 20px;
  color: #666666;
}
header .right .sign .list .logout {
  cursor: pointer;
}
header .right .sign .list .logout:hover {
  background-color: #f8f8f8;
  color: #0072ff;
}
header .right .none {
  display: none;
}
header .links {
  line-height: 32px;
  margin-right: 50px;
}
header .links a {
  color: #424242;
  font-size: 14px;
  margin-left: 35px;
  transition: 0.2s;
}
header .links a:hover {
  color: #0072ff;
}
/* 大标题 */
.bg {
  background: url("../imgs/bg.png") no-repeat center top;
}
.banner {
  width: 1092px;
  margin: 0 auto;
  color: #ffffff;
  padding-top: 120px;
  position: relative;
}
.banner h1 {
  font-size: 54px;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 1px 4px 4px rgba(93, 134, 246, 0.41);
}
.banner p {
  margin: 28px 0 82px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
  width: 460px;
}
.banner .info {
  font-size: 12px;
  opacity: 0.7;
  line-height: 22px;
  margin: 15px 0 0 2px;
}
@-webkit-keyframes susbend {
  0% {
    top: 145px;
  }
  50% {
    top: 130px;
  }
  100% {
    top: 145px;
  }
}
@keyframes susbend {
  0% {
    top: 145px;
  }
  50% {
    top: 130px;
  }
  100% {
    top: 145px;
  }
}
.banner .video {
  position: absolute;
  right: 6px;
  top: 145px;
  -webkit-animation: susbend 2s ease-in-out infinite;
  animation: susbend 2s ease-in-out infinite;
}
.banner .downBtn {
  height: 65px;
  padding-top: 5px;
}
.banner .download {
  margin: 0;
}

/* 功能展示 */
.funcs {
  height: 621px;
  background-color: #ffffff;
  box-shadow: 0px -8px 21px 0px rgba(93, 134, 246, 0.24);
  border-radius: 30px;
  margin: 100px auto 60px;
}
.funcs .flex {
  padding: 41px 30px 0 30px;
  box-sizing: border-box;
}
.funcs .flex li {
  width: 360px;
  height: 138px;
  background-color: #f4f8ff;
  border-radius: 16px;
  margin-bottom: 30px;
}
.funcs .flex li img {
  width: 90px;
  height: 90px;
  float: left;
  margin: 24px 20px 24px 24px;
}
.funcs .flex li h3 {
  font-size: 18px;
  color: #424242;
  font-weight: bold;
  margin: 37px 0 13px 0;
}
.funcs .flex li p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #666666;
}

/* 标题 */
h2 {
  font-size: 28px;
  font-weight: bold;
  color: #212121;
  padding-top: 48px;
  text-align: center;
}
h2::before,
h2::after {
  display: inline-block;
  width: 20px;
  height: 6px;
  background-color: #d8e6ff;
  border-radius: 3px;
  content: "";
  margin-bottom: 7px;
}
h2::before {
  margin-right: 20px;
}
h2::after {
  margin-left: 20px;
}

/* 下载按钮 */
.download {
  width: 200px;
  height: 60px;
  background-image: linear-gradient(-82deg, #ffffff 0%, #deebff 100%),
    linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 3px 8px 0px rgba(93, 134, 246, 0.34);
  border-radius: 30px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #0072ff;
  font-weight: bold;
  transition: 0.2s;
  margin: 0 auto;
}
.download img {
  width: 20px;
  height: 21px;
  margin: 0 12px -4px 0;
}
.download:hover {
  opacity: 0.8;
  margin-top: -3px;
}

/* 产品特色 */
.colorContainer {
  height: 536px;
  width: 1200px;
  margin: 0 auto 68px;
  background-image: linear-gradient(
    180deg,
    #f7f8f9 60%,
    rgba(212, 226, 255, 0.5) 100%
  );
  box-shadow: 0px 8px 21px 0px rgba(93, 134, 246, 0.24);
  border-radius: 30px;
}
.special .flex {
  margin-top: 46px;
}
.special .flex .item {
  width: 280px;
  height: 360px;
  text-align: center;
}
.special .flex .item img {
  width: 152px;
  height: 152px;
  margin: 46px auto 18px;
  display: block;
}
.special .flex .item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 16px;
}
.special .flex .item p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.special .flex .split {
  width: 1px;
  height: 364px;
  background-image: linear-gradient(
      180deg,
      #f6f9ff 0%,
      #abd1ff 45%,
      #e7eefc 100%
    ),
    linear-gradient(#f4f8ff, #f4f8ff);
  margin: 0 12px;
}

/* 用户评价 */
.remarks {
  position: relative;
}
.remarks .content {
  padding-top: 106px;
  width: 1070px;
  margin: 0 auto;
}
.remarks .content .list li {
  width: 320px;
  height: 296px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  margin: 0 20px;
  padding: 80px 37px 0 37px;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.remarks .content .list li .remarksAvatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  left: 115px;
  top: -35px;
}
.remarks .content .list li .name {
  font-size: 18px;
  color: #333333;
}
.remarks .content .list li .work {
  font-size: 12px;
  color: #999999;
  margin: 14px 0 17px 0;
}
.remarks .content .list li .split {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 6px auto 35px;
  position: relative;
}
.remarks .content .list li .split::before {
  display: block;
  content: "";
  width: 66px;
  height: 3px;
  background: #3d9cff;
  position: absolute;
  left: 90px;
  top: -2px;
}
.remarks .content .list li .desc {
  font-size: 12px;
  line-height: 21px;
  color: #666666;
  text-align: left;
}
.swiperButtonPrev,
.swiperButtonNext {
  width: 80px;
  height: 80px;
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  top: 228px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
.swiperButtonPrev img,
.swiperButtonNext img {
  width: 18px;
  height: 30px;
  margin: 25px 0 0 31px;
}
.swiperButtonPrev {
  left: -40px;
}
.swiperButtonNext {
  right: -40px;
}
.arrowHover {
  display: none;
}
.swiperButtonPrev:hover .arrowHover,
.swiperButtonNext:hover .arrowHover {
  display: block;
}
.swiperButtonPrev:hover .arrow,
.swiperButtonNext:hover .arrow {
  display: none;
}

/* 底部下载 */
.bottomDown {
  height: 400px;
  background: url("../imgs/footer.png") no-repeat center;
  text-align: center;
  margin-top: 76px;
}
.bottomDown .logo {
  width: 129px;
  height: 129px;
  margin: 64px auto -12px;
}
.bottomDown h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 47px;
  font-weight: bold;
}

/* 页脚 */
footer {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #bbbbbb;
}
footer a {
  color: #bbbbbb;
}
footer a:hover {
  color: #0072ff;
}

/* 固定下载 */
.fix {
  height: 100px;
  width: 100%;
  padding-top: 20px;
  background-color: #077ffb;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: none;
}

.sidebar {
  width: 60px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(3, 3, 3, 0.12);
  border-radius: 4px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sidebar i {
  display: block;
  background: url("../imgs/customer.png") no-repeat;
  width: 24px;
  height: 22px;
  margin: 16px auto 5px;
}
.sidebar b {
  font-size: 12px;
  color: #b9b9b9;
  text-align: center;
  display: block;
  font-weight: normal;
}
.sidebar:hover .sidebar-hover {
  display: block;
}
.sidebar:hover b {
  color: #3992ff;
}
.sidebar:hover i {
  background: url("../imgs/customerHover.png") no-repeat;
}
.sidebar .sidebar-hover {
  width: 120px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(228, 228, 255, 0.68);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 75px;
  top: 0px;
  display: none;
}
.sidebar .sidebar-hover em {
  width: 0;
  height: 0;
  border-left: 13px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: -14px;
  top: 24px;
}
.sidebar .sidebar-hover span {
  font-size: 12px;
  color: #666;
  display: block;
  text-align: center;
  margin: 14px 0 5px;
}
.sidebar .sidebar-hover img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}
