@charset "UTF-8";
/**
 *常用mixin
    1. 需兼容IE7+
*/
/**
* flex 相关
参考：https://github.com/1340641314/flex
*/
/** 形状
*/
/* -- 按钮 -- */
.btn-default-main {
  color: #ffffff;
  background: #f54a35;
  border: 1px solid #f54a35;
  border-radius: 4px;
  cursor: pointer;
  text-align: center; }

.btn-default-secondary {
  color: #666666;
  background: transparent;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  cursor: pointer;
  text-align: center; }

.main-bg-color {
  background: #f54a35; }

.logo {
  background: url(../images/hellorf-logo.png) no-repeat; }
