p[data-v-42d11de7] {
  margin: 10px 0;
  padding-left: 30px;
}
.groupId[data-v-42d11de7] {
  text-align: left;
}
.el-radio.is-bordered + .el-radio.is-bordered[data-v-42d11de7] {
  margin-left: 0;
}
.signup[data-v-42d11de7] {
  width: 133px;
  height: auto;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
[data-v-42d11de7] .el-radio-group {
  padding-left: 30px;
  padding-top: 12px;
}
[data-v-42d11de7] .el-radio {
  display: block;
  margin-bottom: 10px;
}

.banner[data-v-98301c42] {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.banner:hover .arrow[data-v-98301c42] {
  display: block;
}
.arrow[data-v-98301c42] {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 48px;
  color: #ffffff;
  cursor: pointer;
}
.prev[data-v-98301c42] {
  left: 30px;
}
.next[data-v-98301c42] {
  right: 30px;
}
.bannerImg[data-v-98301c42] {
  height: 500px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main[data-v-98301c42] {
  width: 1920px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner .el-carousel__item--card {
  max-width: 1024px;
}

.footer[data-v-9b0681ae] {
  width: 100%;
  background: #4A4A4A;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1.63px;
  line-height: 38px;
}
.footer a[data-v-9b0681ae] {
  color: #FFFFFF;
  cursor: pointer;
}

#app {
  font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  overflow-y: hidden;
  min-width: 1280px;
}
@font-face {
  font-family: "iconfont";
  /* project id 674937 */
  src: url("//at.alicdn.com/t/font_674937_wy99l0zogv.eot");
  src: url("//at.alicdn.com/t/font_674937_wy99l0zogv.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_674937_wy99l0zogv.woff2") format("woff2"), url("//at.alicdn.com/t/font_674937_wy99l0zogv.woff") format("woff"), url("//at.alicdn.com/t/font_674937_wy99l0zogv.ttf") format("truetype"), url("//at.alicdn.com/t/font_674937_wy99l0zogv.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.sorrow {
  -webkit-filter: grayscale(100%) !important;
}

/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
html, body {
    min-height: 100%;
}
body {
    font-size:14px;
}
h1, h2, h3, h4, h5, h6{font-weight:bold;}
ul,ol {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #232323;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
}
input, textarea {
    outline: none;
    border: none;
}
textarea {
    resize: none;
    overflow: auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
.fl {
    float: left
}
.fr {
    float: right
}
.tl {
    text-align: left;
}
.tc {
    text-align: center
}
.tr {
    text-align: right;
}
.ellipse,.dian{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dian2{
    display: -webkit-box; /*作为弹性伸缩盒子模型显示*/
    -webkit-line-clamp: 2; /*显示的行数；如果要设置2行加...则设置为2*/
    overflow: hidden;
    text-overflow: ellipsis; /* 溢出用省略号*/
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;/*伸缩盒子的子元素排列：从上到下*/
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.clear{
    clear:both;
}
.ivu-form-label-top .ivu-form-item-label{
    float: left !important;
    font-size: 16px !important;
    color: #4A4A4A !important;
    width: 100% !important;
    text-align: left !important;
}
.ivu-input,.ivu-select-input{
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
}
.ivu-select-single .ivu-select-selection{
    height: 40px !important;
}
.ivu-form-item{
    text-align: left;
}
