* {
  padding: 0;
  margin: 0;
  font-family: var(--groot-ui-font-family);
}

/* layer调整 */
.layui-layer-hui .layui-layer-content {
  padding: 15px 25px !important
}

.layui-layer-dialog .layui-layer-content {
  font-size: 25px !important;
  line-height: 50px !important;
}

/* 媒体查询限制最大屏幕小于750px*/
@media screen and (max-width: 750px) {

  /* layer调整 */
  .layui-layer-hui .layui-layer-content {
    padding: 12px 15px !important
  }

  .layui-layer-dialog .layui-layer-content {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.main {
  width: 100%;
  height: auto;
  position: absolute;
}

img {
  display: block;
}

.head {
  position: fixed;
  width: 100%;
  height: 80px;
  display: grid;
  grid-template-columns: 50% auto;
  background-color: #fff;
  text-align: center;
}

.log {
  display: flex;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
}

.log img {
  display: inline-block;
}

.log1 {
  margin-top: 0;
}

.bz1 {
  margin: 27px 5px 0;
}

.t1 {
  line-height: 80px;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.lxfs {
  display: flex;
  justify-content: center;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  background-color: #E6322E;
  color: #fff;
  margin: 20px auto;
  cursor: pointer;
}

.lxfs:hover {
  background-color: #BF1D1D;
}

.content {
  width: 1420px;
  max-width: 1420px;
  margin: 80px auto 0;
}

.content img {
  width: 100%;
}

.bd {
  width: 700px;
  height: 260px;
  margin: 30px auto 0;
}

.bdnr {
  display: grid;
  grid-template-columns: 50% auto;
  width: 100%;
  height: 110px;
  margin: 20px auto;
}

.bdnr .p2 {
  font-size: 16px;
  color: #999;
}

.bdnr span {
  color: red;
}

.bdnr input {
  display: inline-block;
  width: 340px;
  height: 60px;
  line-height: 60px;
  font-size: 1em;
  padding-left: 10px;
  border: none;
  box-sizing: border-box;
  margin-top: 10px;
  background-color: #FFF3F2;
  outline: none;
}

.bdnr input:hover {
  background-color: #EEE;
}

.bdnr input::placeholder {
  color: #999;
}

.ch {
  width: 100%;
  height: 110px;
}

.tel {
  width: 100%;
  height: 110px;
}

.btn {
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  border-radius: 2em;
  background-color: #E6322E;
  margin: 0 auto;
  cursor: pointer;
}

.btn:hover {
  background-color: #BF1D1D;
}

.foot {
  position: relative;
  width: 100%;
  height: 160px;
  line-height: 1.5;
  background: #f0ecec;
  color: #666;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}

.fxts {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}


.zhegai {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.tc_box {
  position: fixed;
  display: none;
  top: 20%;
  left: 0;
  right: 0;
  width: 830px;
  height: 390px;
  background: url('../images/tc.jpg') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  border-radius: 0.2em;
}

.close {
  position: absolute;
  right: 4px;
  top: 0px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.tcbd {
  width: 360px;
  height: 290px;
  margin: 50px 40px;
}

.tcp1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

.tcp2 {
  font-size: 14px;
  color: #999;
  margin: 5px auto 30px;
}

.phone1 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 1.2em;
  padding-left: 1.6em;
  box-sizing: border-box;
  background-color: #FFF3F2;
  border: none;
  border-radius: 0.1em;
  outline: none;
  margin-bottom: 1.5rem;
}

.phone1:hover,
.sms .smscode:hover,
.sms .smsBtn:hover {
  background-color: #eee;
}

.sms {
  display: grid;
  width: 360px;
  height: 60px;
  line-height: 60px;
  font-size: 1.2em;
  grid-template-columns: 235px auto;
  margin: 15px auto;
  border: none;
  border-radius: 0.1em;
  background-color: #FFF3F2;
}

.sms .smscode {
  font-size: 1em;
  border: none;
  border-radius: 0.1em 0 0 0.1em;
  color: black;
  padding-left: 1.6em;
  background-color: #FFF3F2;
  box-sizing: border-box;
  outline: none;
}

.sms .smsBtn {
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
  color: #d44439;
  padding: 15px auto;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0 0.3em 0.3em 0;
}

.sms .smsBtn span {
  width: 1px;
  height: 30px;
  background: #b0b0b0;
  margin-right: 15px;
}

.tcbtn {
  width: 360px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  background-color: #E6322E;
  letter-spacing: 5px;
  cursor: pointer;
}

.pp1 {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 1.5rem;
}

.tcbtn:hover {
  background-color: #BF1D1D;
}

/* 右下角弹窗 */
.rbox {
  position: fixed;
  width: 360px;
  height: 60px;
  background-color: rebeccapurple;
  bottom: 0;
  right: 20px;
  display: grid;
  grid-template-columns: 55% 45%;
}

.lt {
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.lt .p1 {
  color: #333;
  margin-top: 10px;
}

.lt .p2 {
  color: #999;
}

.rt {
  background-color: #E6322E;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.rt:hover {
  background-color: #BF1D1D;
}