.common-btn {
  width: 160px;
  line-height: 55px;
  font-size: 16px;
  margin: 48px auto 0;
  background: #4493ff;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding: 0 35px;
  cursor: pointer;
  margin-bottom: 7rem;
}
.common-btn:hover {
  transform: scale(1.03) ;
}
h2 {
  font-size: 24px
}

h3 {
  font-size: 20px
}

h2, div {
  margin: 0;
  padding: 0
}

h2 {
  font-size: 24px
}

.solution-head {
  background-color: #e9f3fc;
  text-align: center;
  position: relative
}

.solution-head h2 {
  position: relative;
  z-index: 2;
  background-color: #e9f3fc;
  color: #333;
  font-size: 48px;
  padding-top: 160px;
  padding-bottom: 100px
}

.intro-img {
  height: 7rem
}

ul {
  list-style-type: none
}

.solution-line {
  width: 92%;
  left: 4%;
  background: #fff;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0
}

.solution-intro {
  padding: 120px 0
}

.intro-head {
  width: 1160px;
  margin: 0 auto
}

.intro-head h2 {
  font-size: 26px;
  color: #333;
  line-height: 45px;
  text-align: center
}

.intro-head ul {
  margin-top: 75px
}

.intro-head ul li {
  float: left;
  margin: 0 8px;
  padding: 50px 20px;
  width: 274px;
  height: 280px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(82, 131, 237, .1);

}
.intro-img{
  transition: all .5s;
}
.intro-img:hover {
  transform: scale(1.3);
}
.intro-head ul li h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px
}

.flow-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.flow-clear {
  zoom: 1
}

.solution-table {
  padding: 20px 0
}

.solution-table h2 {
  font-size: 28px;
  color: #333;
  line-height: 45px;
  text-align: center
}

.solution-table .table-head, .tab-item {
  width: 1160px;
  margin: 0 auto
}

.solution-table .table-head {
  margin-top: 75px
}

.solution-table .table-head .solution-title {
  border-top-left-radius: 10px;
  width: 300px;
  height: 85px;
  line-height: 85px;
  font-size: 28px;
  padding-left: 40px;
  box-sizing: border-box;
  background: #949494;
  color: #fff;
  float: left
}

.solution-table .table-head .solution-answer {
  text-align: center;
  border-top-right-radius: 10px;
  background: #6b96e6;
  width: 860px;
  height: 85px;
  line-height: 85px;
  font-size: 28px;
  box-sizing: border-box;
  color: #fff;
  float: left
}

.solution-table .tab-item {
  background: #f4f4f4;
  position: relative
}

.solution-table .tab-item .solution-title i {
  width: 12px;
  height: 12px;
  float: left;
  border-radius: 6px;
  margin-right: 15px;
  display: inline-block;
  background: #d5d5d5;
  margin-top: 6px
}

.solution-table .tab-item .solution-title {
  width: 300px;
  padding: 70px 40px;
  box-sizing: border-box;
  background: #f4f4f4;
  color: #333;
  float: left
}

.solution-table .tab-item .solution-title .title {
  float: left;
  width: 190px;
  font-size: 20px;
  font-weight: 700
}

.solution-table .tab-item .solution-answer {
  width: 860px;
  padding: 70px 40px;
  box-sizing: border-box;
  background: #f6f9ff;
  color: #333;
  float: left
}

.solution-table .tab-item .solution-answer-title .title {
  font-size: 20px;
  color: #333;
  font-weight: 700
}

.answer-desc {
  color: #666;
  margin-top: 20px;
  line-height: 28px
}

.answer-desc strong {
  color: #333;
  font-weight: 400
}

.solution-table .tab-item .solution-answer-title i {
  width: 12px;
  height: 12px;
  float: left;
  border-radius: 6px;
  margin-right: 15px;
  display: inline-block;
  background: #6b96e6;
  margin-top: 6px
}

.tab-item {
  width: 1160px;
  margin: 0 auto
}

.solution-answer .info strong {
  color: #333
}

@media screen and (max-width: 960px) {

  .common-btn {
    width: 50%;
    line-height: 55px;
    font-size: 16px;
    margin: 48px auto 0;
    margin-bottom: 5rem;
    background: #4493ff;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 0 35px;
    cursor: pointer;

  }

  h2 {
    font-size: 24px
  }

  h3 {
    font-size: 20px
  }

  h2, div {
    margin: 0;
    padding: 0
  }

  h2 {
    font-size: 24px
  }

  .solution-head {
    background-color: #e9f3fc;
    text-align: center;
    position: relative
  }

  .solution-head h2 {
    position: relative;
    z-index: 2;
    background-color: #e9f3fc;
    color: #333;
    font-size: 27px;
    padding-top: 160px;
    padding-bottom: 100px
  }

  .intro-img {
    height: 7rem
  }

  ul {
    list-style-type: none
  }

  .solution-line {
    width: 92%;
    left: 4%;
    background: #fff;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0
  }

  .solution-intro {
    padding: 120px 0
  }

  .intro-head {
    width: 100%;
    margin: 0 auto
  }

  .intro-head h2 {
    font-size: 21px;
    color: #333;
    padding: 0 14px;
    line-height: 45px;
    text-align: center
  }

  .intro-head ul {
    margin-top: 75px
  }

  .intro-head ul li {
    float: left;
    margin: 0 8px;
    padding: 50px 20px;
    width: 100%;
    height: 280px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px 0 rgba(82, 131, 237, .1)
  }

  .intro-head ul li h3 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px
  }

  .flow-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
  }

  .flow-clear {
    zoom: 1
  }

  .solution-table {
    padding: 20px 0
  }

  .solution-table h2 {
    font-size: 28px;
    color: #333;
    line-height: 45px;
    text-align: center
  }

  .solution-table .table-head, .tab-item {
    width: 100%;
    margin: 0 auto
  }

  .solution-table .table-head {
    margin-top: 75px
  }

  .solution-table .table-head .solution-title {
    border-top-left-radius: 6px;
    border-top-right-radius: 50px;
    width: 100%;
    height: 85px;
    line-height: 85px;
    font-size: 18px;
    padding-left: 40px;
    box-sizing: border-box;
    background: #949494;
    color: #fff;
    float: left
  }

  .solution-table .table-head .solution-answer {
    margin-bottom: 1rem;
    text-align: center;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 6px;
    background: #6b96e6;
    width: 100%;
    height: 85px;
    line-height: 85px;
    font-size: 18px;
    box-sizing: border-box;
    color: #fff;
    float: left
  }

  .solution-table .tab-item {
    background: #f4f4f4;
    position: relative
  }

  .solution-table .tab-item .solution-title i {
    width: 12px;
    height: 12px;
    float: left;
    border-radius: 6px;
    margin-right: 15px;
    display: inline-block;
    background: #d5d5d5;
    margin-top: 6px
  }

  .solution-table .tab-item .solution-title {
    padding-right: 4rem !important;
    line-height: 2.5rem;
    width: 100%;
    padding: 70px 40px;
    box-sizing: border-box;
    background: #f4f4f4;
    color: #333;
    float: left
  }

  .solution-table .tab-item .solution-title .title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-left: 2rem;
    position: relative;
    bottom: 1.5rem;
  }

  .solution-table .tab-item .solution-answer {
    width: 100%;
    padding: 70px 40px;
    box-sizing: border-box;
    background: #f6f9ff;
    color: #333;
    float: left
  }

  .solution-table .tab-item .solution-answer-title .title {
    font-size: 20px;
    color: #333;
    font-weight: 700
  }

  .answer-desc {
    color: #666;
    margin-top: 20px;
    line-height: 28px
  }

  .answer-desc strong {
    color: #333;
    font-weight: 400
  }

  .solution-table .tab-item .solution-answer-title i {
    width: 12px;
    height: 12px;
    float: left;
    border-radius: 6px;
    margin-right: 15px;
    display: inline-block;
    background: #6b96e6;
    margin-top: 6px
  }

  .tab-item {
    width: 100%;
    margin: 0 auto
  }

  .solution-answer .info strong {
    color: #333
  }


}


/*element弹窗*/

.messageBox{
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.messageBox.show {

  opacity: 1;
}

.el-checkbox{font-weight:500;color:#606266;-webkit-user-select:none;-ms-user-select:none;font-size:14px;}
.el-checkbox,.el-checkbox__input{display:inline-block;position:relative;}
.el-checkbox__input{white-space:nowrap;vertical-align:middle;cursor:pointer;outline:0;}
.el-checkbox{cursor:pointer;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;margin-right:30px;}
.el-checkbox__inner{width:14px;height:14px;}
.el-checkbox__input{line-height:1;}
.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#409eff;border-color:#409eff;}
.el-checkbox__input.is-checked .el-checkbox__inner:after{transform:rotate(45deg) scaleY(1);}
.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;box-sizing:border-box;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);}
.el-checkbox__inner:hover{border-color:#409eff;}
.el-checkbox__inner:after{box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;transform:rotate(45deg) scaleY(0);width:3px;transition:transform .15s ease-in .05s;transform-origin:center;}
.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1;}
.el-checkbox:last-of-type{margin-right:0;}
input,span{margin:0;padding:0;}
input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;}
input:focus{outline:none;}
input{font:inherit;color:inherit;}
span{box-sizing:border-box;}
.el-form-item:after,.el-form-item__content:after{clear:both;}
.el-form-item:after,.el-form-item:before,.el-form-item__content:after,.el-form-item__content:before{display:table;content:"";}
.el-form-item{margin-bottom:22px;}
.el-form-item__content{line-height:40px;position:relative;font-size:14px;}

button,div,input,span{margin:0;padding:0;}
a{text-decoration:none;}
a,button,input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;}
a:focus,button:focus,input:focus{outline:none;}
button,input{font:inherit;color:inherit;}
div,span{box-sizing:border-box;}
.common-btn{width:160px;line-height:55px;background:#1678ff;border-radius:4px;font-size:16px;color:#fff;text-align:center;padding:0 35px;cursor:pointer !important;}
.mask{position:fixed;left:0;top:0;z-index:2000;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;width:100%;height:100%;}
.mask .container{position:relative;display:flex;justify-content:space-between;width:560px;height:520px;background:#fff;padding:64px 84px 64px 96px;text-align:center;border-radius:8px;}
.mask .container .close{position:absolute;width:32px;height:32px;border-radius:16px;text-align:center;right:24px;top:24px;cursor:pointer;}
.mask .container .close span img{width:32px;height:32px;}
.mask .container .form .title{font-size:30px;font-weight:700;color:#333;}
.mask .container .form .desc{font-size:14px;margin-top:16px;color:#666;}
.mask .container .form .form-box{margin-top:25px;}
.mask .container .form .box{width:376px;height:48px;background:#fff;border:1px solid rgba(170,184,194,.4);display:flex;align-items:center;padding:0 18px;vertical-align:middle;}
.mask .container .form .box .sym{font-size:14px;color:#f54747;line-height:18px;margin-left:6px;vertical-align:middle;padding-top:5px;}
.mask .container .form .box input{flex:1;margin-left:10px;}
.mask .container .form .common-btn{width:376px;font-size:16px;font-weight:700;color:#fff;line-height:48px;border-radius:4px;margin:0 auto;}
.mask .container .form .conceal span{margin-left:5px;color:#888c96;}
.mask .container .form .conceal span a{color:#409eff;cursor:pointer;}

/*toast*/


@keyframes showToast {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes hideToast {
  0% {
    opacity: 1;
  }


  100% {
    opacity: 0;
  }
}
.toast_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: rgba(0,0,0,0.5);*/
  overflow: hidden;
  display: none;
}
.toast_box p {
  position: absolute;
  bottom: 60%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);

  box-sizing: border-box;
  padding: 10px 20px;
  width: 350px;
  /* 提示框的背景色 */
  color: #ffffff;
  background-color: #1678ff;
  border-color: #5391f3;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
}

