body {
  padding: 0;
  margin: 0;
  background: url('/images/mall/login/body_bg2.png') no-repeat;
  background-size: 100% 100%;
  /*height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Microsoft YaHei;
  min-width: 1100px;
  width:24rem;
  max-width:1920px;
  min-width:320px;
  margin:0 auto;
  line-height:1.5;
  background-color: rgb(32, 33, 54);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a:hover {
  color: #295BCE;
}
.fc-blue {
  color: #295BCE;
}
.clear::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.a-forget {
  color: #295BCE;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}

#logo {
  position: absolute;
  top: 3.6rem;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%); /*水平居中*/
  white-space: nowrap;
}
#logo img {
  width: 53px;
  height: 53px;
  vertical-align: middle;
}
#logo .name {
  vertical-align: middle;
  font-size: 33px;
  font-weight: bold;
  line-height: 58px;
  color: #295BCE;
  margin-left: 18px;
}

#main {
  display: flex;
  position: relative;
  top: -3rem;
}

img.decorate1 {
  position: absolute;
  top: 34px;
  right: 177px;
  width: 63px;
  height: 65px;
}
img.decorate2 {
  position: absolute;
  bottom: -14px;
  right: 18px;
}

#banner {
  height:140px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  position: relative;
  bottom: -36px;
}
#banner .slick-slider {
  height: 100%;
}
#banner.ant-carousel .slick-dots-bottom {
  bottom: 30px;
}
#banner.ant-carousel .slick-dots li {
  margin: 0 4px;
}
.ant-carousel .slick-dots .slick-active button {
  background-color: #ff0000 !important; /* 红色，可以更换为你想要的颜色 */
}
#banner.ant-carousel .slick-dots li:not(.slick-active) {
  opacity: 0.5;
}
#banner.ant-carousel .slick-dots li img {
  width: 16px;
  height: 16px;
}
#banner .banner_item {
  display: flex;
  flex-direction: column;
  /*width: 618px;*/
  /*height: 50px;*/
  justify-content: center;
  align-items: center;
}
#banner .banner_item > img {
  /*width: 270px;*/
  /*height: 324px;*/
  justify-content: center;
  align-items: center;
}
#banner .banner_item > p {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 25px 0;
}
#banner .banner_item > p::before,
#banner .banner_item > p::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  border: 4px solid #fff;
  border-radius: 50%;
}
#banner .banner_item > p::before {
  margin-right: 12px;
}
#banner .banner_item > p::after {
  margin-left: 12px;
}
#banner .banner_item .icon_item {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
#banner .banner_item .icon_item2 {
  min-width: 156px;
}
#banner .banner_item .icon_item img{
  display: inline-block;
  margin-bottom: 7px;
}
#banner .banner_item .col-line + .col-line {
  margin-top: 15px;
}

#form {
  width: 476px;
  max-height: 46rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(82,120,207,0.2);
  border-radius: 8px;
  padding: 32px 48px;
  position: relative;
  z-index: 1;
}
#form .right_icon {
  width: 104px;
  height: 84px;
  position: absolute;
  right: -4px;
  top: -15px;
}
#form .checkbox {
  color: #858A9D;

}
.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
  border-color: #295BCE;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #295BCE;
  border-color: #295BCE;
}
.ant-checkbox-checked:after {
  border-color: #295BCE;
}
#form .title {
  font-size: 24px;
  font-weight: bold;
  color: #081637;
  margin-bottom: 12px;
}

#form .ant-input {
  background-color: #F2F5F8;
  border-radius: 4px;
  border: 0;
  height: 40px;
}
#form .ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 40px;
}

#form .login-btn {
  width: 368px;
  height: 46px;
  background: #295BCE;
  border-radius: 23px;
  border: 0;
  font-size: 16px;
}
#form .register-btn {
  width: 244px;
  height: 46px;
  background: #295BCE;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  margin-right: 12px;
}
.get-code {
  width: 100px;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.get-code:hover,
.get-code:focus {
  border-color: #295BCE;
  color: #295BCE;
}

.to-register {
  color: #295BCE;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.to-register .ant-btn,
.to-register .ant-btn:hover {
  width: 64px;
  height: 30px;
  border: 1px solid #295BCE;
  border-radius: 4px;
  color: #295BCE;
  margin-left: 12px;
  font-size: 16px;
  padding: 0;
  letter-spacing: -2px;
}

.qr-code {
  color: #C5C9D5;
  position: absolute;
  left: 57px;
  bottom: 20px;
}

.qr-code img {
  width: 110px;
  height: 110px;
  opacity: 1;
  border-radius: 8px;
  border: 8px solid #FFFFFF;
  display: block;
  margin-bottom: 8px;
}

.cad-box {
  position: absolute;
  bottom: 6.8rem;
  left: 50%;
  transform: translateX(-50%); /*水平居中*/
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #2B3139;
  cursor: pointer;
  white-space: nowrap;
}

.cad-box .cad-tit {
  margin-bottom: 14px;
}

.cad-box .cad-tit span {
  font-size: 24px;
  color: #295BCE;
  font-weight: normal;
}

.cad-box .phone-number {
  text-align: center;
  font-size: 18px;
  white-space: pre;
}

#footer {
  position: fixed;
  bottom: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #858A9D;
}

#footer a:not(:hover), #footer .fc-blue {
  color: #598eff;
}

#footer .record {
  margin-left: 10px;
}

#footer .record img {
  width: 16px;
  position: relative;
  top: -1px;
}

.refresh-code {
  padding: 0 10px;
  height: 40px;
  color: #295BCE !important;
}

.pic-code {
  width: 110px;
  height: 40px;
}

.piccode_input {
  margin-top: 15px;
  border-color: #295BCE !important;
}
.piccode_btn {
  margin-top: 15px;
  width: 100%;
  background: #295BCE !important;
  border-color: #295BCE !important;
}
.to-home-view {
  /*position: absolute;*/
  right: 26px;
  bottom: 20px;
  color: #295BCE;
  cursor: pointer;
  z-index: 99;
}
.to-home-view .anticon-swap-right {
  font-size: 20px;
  vertical-align: sub;
  color: #295BCE;
}
@media screen and (max-height:880px) {
  body {
    transform: scale(0.9);
  }
  #logo {
    top: 0px;
  }
  .cad-box {
    bottom: 3rem;
  }
}