<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * @Author: zhengbo
 * @Date: 2020-05-17 00:51:50
 * @LastEditTime: 2020-06-07 01:29:33
 * @LastEditors: zhengbo
 * @Description: å°è£…æŒ‰é’®
 * @FilePath: /qiqi_html/src/less/button.less
 * @Contact:78501051@qq.com
 */
.btn {
  outline: 0;
  -webkit-appearance: none;
  transition: all 1s;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.btn + .btn {
  margin-left: 10px;
}
/**
 * @description: é¢œè‰²
 */
.btn-primary {
  border: 1px solid #fff;
  background-color: #fff;
  color: #705edd;
}
.btn-primary:hover {
  border-color: #fff;
  background-color: rgba(112, 94, 221, 0.2);
  color: #fff;
}
.btn-white-line {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white-line:hover {
  color: #705edd;
  background-color: rgba(255, 255, 255, 0.8);
}
.btn-white-line-violet {
  border: 1px solid #fff;
  background-color: #705edd;
  color: #fff;
}
.btn-white-line-violet:hover {
  border: 1px solid #705edd;
  background-color: rgba(255, 255, 255, 0.8);
  color: #705edd;
}
.btn-violet {
  border: 1px solid #fff;
  background-color: #705edd;
  color: #fff;
}
.btn-violet:hover {
  border-color: #705edd;
  color: #705edd;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-violet-line {
  border: 1px solid #705edd;
  background-color: #fff;
  color: #705edd;
}
.btn-violet-line:hover {
  border-color: #fff;
  background-color: rgba(112, 94, 221, 0.8);
  color: #fff;
}
.btn-gradient {
  border: none;
  overflow: hidden;
}
.btn-gradient,
.btn-gradient &gt; div,
.btn-gradient &gt; div &gt; span.up,
.btn-gradient &gt; div &gt; span.down {
  border-radius: 100px;
  overflow: hidden;
}
.btn-gradient &gt; div {
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-gradient &gt; div span {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-gradient &gt; div span.up {
  background: linear-gradient(150deg, #e242f1, #fe5e32);
  /*IE&lt;9&gt;*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#e242f1, endColorstr=#fe5e32);
  /*IE8+*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#e242f1, endColorstr=#fe5e32)";
  opacity: 1;
  transition: all 1s;
}
.btn-gradient &gt; div span.down {
  background: linear-gradient(150deg, #864bf7, #1f66db);
  /*IE&lt;9&gt;*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#864bf7, endColorstr=#1f66db);
  /*IE8+*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#864bf7, endColorstr=#1f66db)";
}
.btn-gradient:hover span.up {
  opacity: 0;
}
.btn-disabled,
.btn-disabled:active,
.btn-disabled:hover {
  border: 1px solid #e6e6e6;
  background-color: #FBFBFB;
  color: #C9C9C9;
  cursor: not-allowed;
  opacity: 1;
}
.btn-lg {
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  width: 200px;
}
.btn-md {
  height: 56px;
  line-height: 56px;
  width: 162px;
  border-radius: 56px;
}
.btn-sm {
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  width: 154px;
}
.btn-xs {
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  width: 76px;
}

.btn3{
  width: 140px;
  height: 38px;
  line-height:38px;
  padding: 0px 10px ;
  border: 1px solid #cccccc;
  border-radius: 3px 3px;
  color: #333333;
}

@media screen and (max-width: 1199.98px) {
  .btn-lg {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    width: 200px;
  }
  .btn-md {
    height: 40px;
    line-height: 40px;
    width: 162px;
    border-radius: 20px;
  }
  .btn-sm {
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    width: 154px;
  }
  .btn-xs {
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    width: 76px;
  }
}
@media screen and (max-width: 767.98px) {
  .btn {
    font-size: 14px;
  }
  .btn-lg {
    width: 160px;
  }
  .btn-md {
    width: 140px;
  }
  .btn-sm {
    width: 120px;
  }
  .btn-xs {
    width: 76px;
  }
}
body {
  background-color: #f9fafe;
}
header[data-bg] {
  background-color: #705edd;
}
#form2View {
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 6px rgba(2, 32, 106, 0.02);
  overflow: hidden;
}
#form2View .left,
#form2View .right {
  width: 50%;
  padding: 40px;
}
#form2View .left {
  float: left;
  background-color: #6d65e0;
  background: linear-gradient(45deg, #7257da, #6c68e2);
  /*IE&lt;9&gt;*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#7257da, endColorstr=#6c68e2);
  /*IE8+*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#7257da, endColorstr=#6c68e2)";
  opacity: 1;
}
#form2View .left ul.nums li dl {
  text-align: center;
}
#form2View .left ul.nums li dl dt {
  margin-bottom: 10px;
}
#form2View .left ul.nums li dl dd {
  font-size: 18px;
  color: #eae8fa;
}
#form2View .left .title {
  color: #ffffff;
  font-size: 18px;
  margin: 40px 0 25px 0;
}
#form2View .left .items {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
  margin-top: 30px;
}
#form2View .left ul.logos li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
#form2View .left ul.logos li img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
#form2View .right {
  float: right;
}
#form2View .right .title {
  font-size: 24px;
  color: #333;
}
#form2View .right .title span {
  color: #6c69e2;
}
#form2View .right .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-top: 20px;
}
#form2View .right form .layui-input-block {
  margin-top: 30px;
  margin-left: 0;
  position: relative;
}
#form2View .right form .layui-input-block span.must {
  color: red;
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 24px;
}
#form2View .right form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 16px;
}
#form2View .right form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 16px;
}
#form2View .right form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 16px;
}
#form2View .right form input {
  border-color: #cfcfcf;
  height: 40px;
  line-height: 38px;
  text-indent: 1em;
  font-size: 16px;
  color: #333;
  border-radius: 3px;
}
#form2View .right form .btnView {
  text-align: center;
}
#form2View .right form .btnView .btn {
  width: 230px;
}
@media screen and (max-width: 1199.98px) {
  #form2View {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 6px rgba(2, 32, 106, 0.02);
    overflow: hidden;
  }
  #form2View .left,
  #form2View .right {
    width: 50%;
    padding: 40px;
  }
  #form2View .left {
    float: left;
    background-color: #6d65e0;
    background: linear-gradient(45deg, #7257da, #6c68e2);
    /*IE&lt;9&gt;*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#7257da, endColorstr=#6c68e2);
    /*IE8+*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#7257da, endColorstr=#6c68e2)";
    opacity: 1;
  }
  #form2View .left ul.nums li dl {
    text-align: center;
  }
  #form2View .left ul.nums li dl dt {
    margin-bottom: 10px;
  }
  #form2View .left ul.nums li dl dd {
    font-size: 18px;
    color: #eae8fa;
  }
  #form2View .left .title {
    color: #ffffff;
    font-size: 18px;
    margin: 40px 0 25px 0;
  }
  #form2View .left .items {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2;
    margin-top: 30px;
  }
  #form2View .left ul.logos li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
  }
  #form2View .left ul.logos li img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
  }
  #form2View .right {
    float: right;
  }
  #form2View .right .title {
    font-size: 24px;
    color: #333;
  }
  #form2View .right .title span {
    color: #6c69e2;
  }
  #form2View .right .desc {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-top: 16px;
  }
  #form2View .right form .layui-input-block {
    margin-top: 30px;
    margin-left: 0;
    position: relative;
  }
  #form2View .right form .layui-input-block span.must {
    color: red;
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 24px;
  }
  #form2View .right form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 16px;
  }
  #form2View .right form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
  }
  #form2View .right form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 16px;
  }
  #form2View .right form input {
    border-color: #cfcfcf;
    height: 40px;
    line-height: 38px;
    text-indent: 1em;
    font-size: 16px;
    color: #333;
    border-radius: 3px;
  }
  #form2View .right form .btnView {
    text-align: center;
  }
  #form2View .right form .btnView .btn {
    width: 230px;
  }
}
@media screen and (max-width: 991.98px) {
  #form2View {
    margin-top: 100px;
    max-width: 90%;
  }
  #form2View .left,
  #form2View .right {
    width: 100%;
    padding: 50px 30px;
    height: 100%;
  }
  #form2View .left ul.nums li dl {
    text-align: center;
  }
  #form2View .left ul.nums li dl dt {
    margin-bottom: 10px;
  }
  #form2View .left ul.nums li dl dd {
    font-size: 16px;
    color: #eae8fa;
  }
  #form2View .left .title {
    color: #ffffff;
    font-size: 20px;
    margin: 70px 0 40px 0;
  }
  #form2View .left .items {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2;
    margin-top: 40px;
  }
  #form2View .left ul.logos li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
  }
  #form2View .left ul.logos li img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
  }
  #form2View .right {
    float: right;
  }
  #form2View .right .title {
    font-size: 30px;
    color: #333;
  }
  #form2View .right .title span {
    color: #6c69e2;
  }
  #form2View .right .desc {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-top: 50px;
  }
  #form2View .right form .layui-input-block {
    margin-top: 35px;
    margin-left: 0;
    position: relative;
  }
  #form2View .right form .layui-input-block span.must {
    color: red;
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 24px;
  }
  #form2View .right form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 16px;
  }
  #form2View .right form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
  }
  #form2View .right form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 16px;
  }
  #form2View .right form input {
    border-color: #cfcfcf;
    height: 40px;
    line-height: 38px;
    text-indent: 1em;
    font-size: 16px;
    color: #333;
  }
  #form2View .right form .btnView {
    text-align: center;
  }
  #form2View .right form .btnView .btn {
    width: 230px;
  }
}
</pre></body></html>