.container {
  max-width: 700px;
  width: 100%; }

.box-center {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.icon {
  width: 110px;
  margin-right: 20px; }

.name {
  font-size: 20px;
  line-height: 110px;
  font-weight: 700; }

.tips {
  margin: 30px 0;
  text-align: center; }

.cl-main {
  color: #dab464; }

.download {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }

.qrcode-warpper {
  position: static;
  text-align: right;
  padding-right: 20px; }

base-qrcode {
  display: inline-block; }

.qrcode {
  position: relative; }

.base-qrcode p {
  margin: 5px 0; }

.btn-warpper {
  text-align: left;
  padding-left: 20px; }

.btn:not(.disabled) {
  cursor: pointer; }

.btn.inline {
  display: inline-block;
  margin-right: 10px; }

.btn.ios {
  background: #519bea url("/static/image/bt/downloadios/ios.png") no-repeat 10px/12px; }

.btn.inline {
  display: inline-block;
  margin-right: 10px; }

.btn.lg {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff; }

.base-qrcode {
  padding: 5px 5px 2px;
  width: auto;
  height: auto;
  text-align: center;
  background-color: #999;
  color: #fff;
  font-size: 12px; }
  .base-qrcode img {
    width: 85px; }

.base-qrcode p {
  text-align: center; }

.base-title.sm {
  font-size: 18px;
  font-weight: 700; }

.base-title {
  font-size: 24px;
  color: #333335;
  padding-left: 10px;
  background: url("/static/image/bt/downloadios/title.png") no-repeat 0/4px 20px; }

.row {
  padding: 20px 0;
  line-height: 2;
  color: #666; }

/*# sourceMappingURL=downloadios.css.map */
