.banner {
  height: 630px;
  background-image: url("../images/home/banner1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s linear;
}
.banner .basic-width {
  position: relative;
  height: 100%;
}
body {
  overflow-x: hidden;
}
.banner .btn {
  position: absolute;
  bottom: 103px;
  left: 0;
}
.banner .btn button {
  width: 140px;
  height: 50px;
  background-color: #0761ff;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .btn button img {
  margin-left: 5px;
}
.application-list {
  height: 295px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.application-list .basic-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.application-list a {
  color: #000;
}
.application-list .item-application {
  text-align: center;
}
.application-list .item-application p {
  font-size: 20px;
  margin-bottom: 10px;
}
.application-list .item-application span {
  font-size: 16px;
  color: #6c7888;
}
.application-list .item-application .icon img {
  height: 135px;
}
.solve-banner {
  height: 540px;
  background-image: url("../images/home/banner2.png");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s linear;
  overflow: hidden;
}
.solve-banner .basic-width {
  padding-top: 114px;
}
.solve-banner .basic-width h3 {
  line-height: 63px;
  font-size: 45px;
}
.solve-banner .basic-width .desc {
  margin-top: 6px;
  color: #6c7888;
  font-size: 16px;
}
.solve-banner .basic-width .btn button {
  width: 140px;
  height: 50px;
  background-color: #0761ff;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  margin-top: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solve-banner .basic-width .btn button img {
  margin-left: 5px;
}
.advantage {
  height: 1178px;
  background-color: #f5f7fa;
}
.advantage .title {
  text-align: center;
  padding-top: 56px;
}
.advantage .title h3 {
  font-size: 45px;
}
.advantage .title .desc {
  margin-top: 12px;
  font-size: 16px;
  color: #6c7888;
}
.advantage .advantage-list {
  display: flex;
  margin-top: 40px;
  overflow: hidden;
}
.advantage .advantage-list .item-advantage {
  flex: 1;
  padding-right: 20px;
}
.advantage .advantage-list .item-advantage p {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 25px;
}
.advantage .advantage-list .item-advantage span {
  color: #6c7888;
  font-size: 15px;
}
.advantage .advantage-demo-list {
  display: flex;
  overflow: hidden;
  margin-top: 70px;
}
.advantage .advantage-demo-list .item-demo {
  flex: 1;
  height: 550px;
  overflow: hidden;
  background-color: #fff;
}
.advantage .advantage-demo-list .item-demo:hover img {
  transform: scale(1.1);
}
.advantage .advantage-demo-list .item-demo + .item-demo {
  margin-left: 20px;
}
.advantage .advantage-demo-list .item-demo .text {
  text-align: center;
  margin-top: 40px;
}
.advantage .advantage-demo-list .item-demo .text h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.advantage .advantage-demo-list .item-demo .text p {
  color: #6c7888;
  font-size: 15px;
  line-height: 22px;
}
.why {
  height: 800px;
}
.why .title {
  padding-top: 74px;
}
.why .title h3 {
  font-size: 45px;
}
.why .desc {
  margin-top: 5px;
}
.why .desc p {
  color: #666;
  font-size: 16px;
}
.why .why-list {
  margin-top: 40px;
}
.why .why-warp {
  display: flex;
}
.why .why-warp .why-bg {
  margin-left: 93px;
  position: relative;
  display: flex;
  align-items: center;
}
.why .why-warp .why-bg .icon {
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
}
.why .item-why {
  height: 134px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  transition: all 0.5s linear;
  cursor: pointer;
  padding-right: 30px;
}
.why .item-why:hover {
  box-shadow: 15px 25px 60px -5px rgba(0, 0, 0, 0.1);
}
.why .item-why .text {
  margin-left: 28px;
}
.why .item-why .text h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.why .item-why .text p {
  color: #78828f;
  font-size: 15px;
}
.industry {
  height: 600px;
  position: relative;
  overflow: hidden;
}
.industry:hover img {
  transform: scale(1.1);
}
.industry img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  transform-origin: top;
}
.industry .industry-warp {
  width: 100%;
  height: 100%;
  background-color: rgba(23, 25, 28, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.industry .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.industry .title h3 {
  font-size: 45px;
  color: #fff;
}
.industry .btn-list {
  display: flex;
  margin-top: 25px;
}
.industry .btn-list .active {
  border-color: #0761ff;
  color: #0761ff;
}
.industry .btn-list button {
  border: 1px solid #dfe3e8;
  color: #fff;
  background-color: transparent;
  padding: 8px;
  border-radius: 5px;
}
.industry .btn-list button + button {
  margin-left: 60px;
}
.industry .content-warp {
  margin-top: 114px;
  color: #fff;
}
.industry .content-warp h4 {
  font-size: 32px;
  margin-bottom: 18px;
}
.industry .content-warp p {
  font-size: 18px;
}
.scene {
  height: 737px;
  background-color: #fafafa;
}
.scene .title {
  text-align: center;
  padding-top: 63px;
}
.scene .title h3 {
  font-size: 45px;
  margin-bottom: 10px;
}
.scene .title p {
  font-size: 16px;
  color: #666;
}
.scene .tab-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.scene .tab-list .item-tab {
  color: #6c7888;
  cursor: pointer;
}
.scene .tab-list .item-tab + .item-tab {
  margin-left: 57px;
}
.scene .tab-list .item-tab.active {
  font-weight: 400;
  color: #000;
}
.scene .tab-list .item-tab.active::after {
  content: "";
  width: 33px;
  height: 4px;
  display: block;
  margin-top: 5px;
  background-color: #000;
  border-radius: 44px;
}
.scene .scene-warp {
  height: 425px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.scene .scene-warp:hover img {
  transform: scale(1.1);
}
.scene .scene-warp .left-text {
  width: 100%;
  padding-left: 78px;
  text-align: left;
  padding-right: 30px;
}
.scene .scene-warp .left-text p {
  font-weight: 500;
  font-size: 20px;
}
.scene .scene-warp .left-text span {
  color: #78828f;
  font-size: 15px;
  line-height: 22px;
}
.service-list {
  height: 136px;
  background-image: url("/static/hxy/images/home/list_pc.png");
}
.service-list .basic-width {
  height: 100%;
}
.service-list .list-warp {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-list .list-warp .item-service p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #222;
}
.service-list .list-warp .item-service span {
  color: #6c7888;
  font-size: 14px;
}

.el-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3000;
  display: none;
}
.el-overlay .el-overlay-dialog {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-overlay .pay-dialog {
  border-radius: 8px;
  padding: 0;
  background-color: #fff;
  margin: 0 auto;
}
.pay-dialog .el-dialog__header {
  background: url("https://static.haixuanyun.com/static/template/ke/packages/header-bg.png");
  background-size: cover;
  border-radius: 0 8px 0 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.pay-dialog .el-dialog__header .my-header {
  height: 82px;
}

.pay-dialog .el-dialog__header .my-header h4 {
  color: #fff;
}

.pay-dialog .count {
  font-size: 14px;
  margin-top: 54px;
  text-align: center;
}

.pay-dialog .count span {
  color: #ff4302;
  font-size: 18px;
}

.pay-dialog .apply-form {
  margin: 40px auto 0;
  padding: 0 30px;
}

.pay-dialog .apply-form .el-input {
  display: flex;
}

.pay-dialog .apply-form .el-form-item + .el-form-item {
  margin-top: 30px;
}

.pay-dialog .apply-form .btn {
  display: flex;
  justify-content: center;
}

.pay-dialog .apply-form .btn button {
  background: #0077e0;
  color: #fff;
  height: 45px;
  margin-top: 49px;
  width: 80%;
  border-radius: 6px;
}

.pay-dialog .apply-form .tips {
  color: #9d9ea1;
  font-size: 12px;
  margin-top: 50px;
}

.pay-dialog .apply-form .tips .agreement {
  color: #1e90ff;
  cursor: pointer;
}

.pay-dialog .pay-info {
  text-align: center;
}

.pay-dialog .pay-info .count {
  margin-top: 50px;
}

.pay-dialog .pay-info .pay-qrcode {
  height: 192px;
  margin: 26px auto;
  width: 152px;
}

.pay-dialog .pay-info .pay-qrcode .qrcode {
  border: 1px solid #aae6b8;
  border-radius: 4px;
  padding: 8px;
}

.pay-dialog .pay-info .pay-qrcode .tips {
  margin-top: 10px;
}

.pay-dialog .apply-form .el-form-item {
  display: flex;
  margin-bottom: 18px;
}

.pay-dialog .apply-form .el-form-item__label {
  align-items: flex-start;
  box-sizing: border-box;
  color: #606266;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  height: 32px;
  justify-content: flex-end;
  line-height: 32px;
  padding: 0 12px 0 0;
  position: relative;
}

.pay-dialog .apply-form .el-form-item__label::after {
  content: "*";
  font-size: 14px;
  color: red;
  position: absolute;
  top: 0;
  right: 3px;
}

.pay-dialog .el-form-item__content {
  font-size: 14px;
  line-height: 32px;
  min-width: 0;
  position: relative;
  flex: 1;
}

.pay-dialog select {
  width: 100%;
  border: none;
  outline: none;
  height: 30px;
  color: #757575;
}

.pay-dialog .el-input__wrapper {
  align-items: center;
  background-color: #fff;
  background-image: none;
  border-radius: 4px 4px;
  display: inline-flex;
  flex-grow: 1;
  justify-content: center;
  padding: 1px 11px;
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}

.pay-dialog .el-input__inner {
  -webkit-appearance: none;
  background: 0 0;
  border: none;
  box-sizing: border-box;
  color: #606266;
  flex-grow: 1;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: 0;
  padding: 0;
  width: 100%;
}

.pay-dialog .el-textarea {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}

.pay-dialog .el-dialog__body {
  padding: 30px 20px;
}

.pay-dialog .el-textarea__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px 4px;
  box-shadow: 0 0 0 1px #dcdfe6 inset;
  box-sizing: border-box;
  color: #606266;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  padding: 5px 11px;
  position: relative;
  resize: vertical;
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.pay-dialog .pay-info .tips {
  color: #9d9ea1;
  font-size: 12px;
  margin-top: 65px;
}

.el-message.msg {
  z-index: 999999 !important;
}
