/* @import url(../../common/css/color.less);
@import url(../../common/css/icon.less);
@import url(../../common/css/button.less); */
/*
蓝色主题
*/
/*
系统主题
*/
.btn:hover {
  color: #fff;
  background-color: #5AA8FF;
  border-color: #5AA8FF;
  opacity: 0.9;
}
.btn {
  /* display: inline-block;
    width: 110px;
    height: 35px;
    line-height: 34px;
    background-color: #1aba79;
    color: #fff;
    border: 1px solid #1aba79;
    border-radius: 3px;
    text-align: center; */
  cursor: pointer;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #303030;
  font: 14px "Microsoft YaHei", sans-serif, SimHei;
  font-family: MicrosoftYaHei, "\5FAE\8F6F\96C5\9ED1" !important;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,
a:active,
a:visited,
a:link {
  text-decoration: none;
  /* color:@color; */
}
img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
input,
textarea,
button {
  /* -webkit-appearance: none; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  outline: none;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bgColor {
  background-color: #f2f2f2;
}
.textCenter {
  text-align: center !important;
}
.textLeft {
  text-align: left !important;
}
.textRight {
  text-align: right !important;
}
.wordBreak {
  word-break: break-all;
}
.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.forbid {
  background: #ddd !important;
  border-color: #ddd !important;
  cursor: no-drop !important;
}
.fullImg {
  width: 100%;
}
.bgFullImg {
  background-size: cover !important;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  *zoom: 1;
}
.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}
textarea {
  resize: none;
}
.btn-default:focus,
.btn-default:active {
  color: none;
  background-color: none;
  border-color: none;
}
.container {
  width: 1100px;
  margin: 0 auto;
}
/* layerui 样式修改 end */
.breadcrumb > li {
  display: inline-block;
}
.content {
  margin-top: 60px;
}
.content .rowContent {
  margin-left: 0;
  margin-right: 0;
}
/* 公用标题 start*/
.h3tit {
  padding: 40px 0 40px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.h3tit .line {
  width: 87px;
  background-color: transparent;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  margin: 10px auto 0;
  border-width: 2px 0 0;
  border-image: initial;
  border-top: 4px solid #1684FF;
}
.subtit {
  line-height: 30px;
  color: #525252;
  font-size: 16px;
  text-align: center;
}
.subtit a {
  font-size: 16px;
}
/* 公用标题 end*/
/*  */
/*  act项目独有的   begin*/
.banner_ali {
  width: 100%;
  height: 200px;
  background: linear-gradient(59.04deg, #31BAFF 0, #1684FF 100%);
}
.banner_ali .container {
  width: 1100px;
  color: #fff;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.banner_ali .container .leftText {
  display: inline-block;
}
.banner_ali .container .rightImg {
  width: 312px;
  height: 200px;
  background: url(../../web/img/voiceTopBg.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
}
.banner_ali .title {
  color: #ffffff;
  font-size: 24px;
  padding-top: 54px;
  margin-bottom: 8px;
  font-family: MicrosoftYaHei, "\5FAE\8F6F\96C5\9ED1";
  font-weight: 600;
}
.banner_ali .section {
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
  padding: 0;
  font-family: MicrosoftYaHei, "\5FAE\8F6F\96C5\9ED1";
}
.experienceBttom {
  width: 200px;
  height: 50px;
  background: #1684FF;
  opacity: 1;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff !important;
  font-size: 16px;
  margin-top: 24px;
}
/*  act项目独有的   end*/
