/*登录首页*/

.hqcLoginBox{display: flex;height: 100vh;width: 100%;justify-content: space-between;background: -pink;}
.hqcLoginBox .leftbox{width: 56%;}
.hqcLoginBox .rightbox{flex: 1;background: #fff;position: relative;}
.hqcLoginBox .rightbox .fixbot{position: absolute;width: 100%;left: 50%;transform: translateX(-50%);bottom: 7vh;text-align: center;font-size: 14px;color: #333;}

/*登录框框*/

.loginform .titimg{text-align: center;padding-top: 23vh;}
.loginform .titimg a{border: 0px solid red;width: 477px;}
.loginform .titimg a img{width: 100%;}

/*登录框框-如果只有按钮的话*/

.loginform .ifonlybtn{text-align: center;background: -pink;}
.loginform .ifonlybtn a{font-size: 36px;width: 470px;height: 85px;line-height: 85px;background: #c53044;text-align: center;color: #fff;border-radius: 5px;display: block;margin: 30px auto 0;}
.loginform .ifonlybtn a:first-child{margin-top: 16vh;}
.loginform .ifonlybtn a:hover{background: #ea485e;}

/*登录框框-登录表单*/

.banxinform{width: 477px;display: block;margin: 0 auto;border: 0px solid red;}
.loginform .loginhead{padding: 70px 0 30px;display: flex;}
.loginform .loginhead .fls a{font-size: 18px;color: #333;border-bottom: 2px solid transparent;margin-right: 20px;}
.loginform .loginhead .fls a.on{font-size: 22px;color: #0050A1;border-bottom: 2px solid #0050A1;padding: 10px 0;}
.loginform .loginhead .frs{flex: 1;background: -pink;display: flex;justify-content: flex-end;align-items: center;}
.loginform .inpbox{margin-bottom: 25px;}
.loginform .codebox{display: flex;}
.loginform .codebox input{margin-right: 30px;}
.loginform .codebox a{display: inline-block;height: 38px;width: 100px;cursor: pointer;overflow: hidden;border-radius: 5px;}
.loginform .codebox a img{width: 100%;height: 100%;}
.loginform .subbox{padding: 50px 0 25px;}
.loginform .subbox button{display: block;width: 100%;height: 50px;border-radius: 5px;}
.loginform .tipbox{display: flex;justify-content: space-between;}
.loginform .tipbox a{font-size: 14px;color: #0050A1;}
.loginform .tipbox a:hover{color: #076cd2;text-decoration: underline;}

/*本页面的单独响应式*/

@media screen and (max-width: 1440px){
  /*1440px 开始*/
  .hqcLoginBox .rightbox .fixbot{line-height: 1.8;padding: 0 20%;}
  .ifonlybtn a{font-size: 32px;width: 400px;height: 80px;}
  /*1440px 结束*/
  }
@media screen and (max-width: 1366px){
  /*1366px 开始*/
  .loginform .titimg{padding-top: 10vh;}
  .loginform .loginhead{padding: 50px 0 30px;}
  /*1366px 结束*/
  }
