/*默认主题色*/
.default-color {
  color: #005BAC;
}
.default-bg-color {
  background: #005BAC;
}

.phone-lang a{
  color: #005BAC;
}

/*移动端背景设置*/
@media screen and (max-width: 768px) {
  /*底部背景图片设置*/
  .main {
    /* background: url('/images/phone_bg.png') no-repeat bottom left!important; */
    background-size: 100% auto!important;
  }
  /*背景LOGO图片设置*/
  .main-logo {
    /* background: url('/images/phone_bg_logo.png') no-repeat center center!important; */
    background-size: 60% auto!important;
  }
}

/*移动端btn配色设置*/
.vanbtn.van-button--info {
  background: #005BAC;
  border: 1px solid #005BAC;
}
.imgcode-phone2 {
  border: 1px solid #005BAC!important;
  color: #005BAC!important;
}