@charset "UTF-8";
/*! https://github.com/lzxb/flex.css */
[flex], [flex] > *, [flex] > [flex] {
  overflow: hidden;
}

[flex] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

[flex] > * {
  display: block;
}

[flex] > [flex] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

[flex~="dir:left"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

[flex~="dir:right"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
}

[flex~="dir:top"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

[flex~="dir:bottom"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
}

[flex~="main:left"] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

[flex~="main:right"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[flex~="main:justify"] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[flex~="main:center"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[flex~="cross:top"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

[flex~="cross:bottom"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

[flex~="cross:center"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

[flex~="cross:baseline"] {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
}

[flex~="cross:stretch"] {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

[flex~="box:mean"] > *, [flex~="box:first"] > *, [flex~="box:last"] > *, [flex~="box:justify"] > * {
  width: 0;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

[flex~="box:first"] > :first-child, [flex~="box:last"] > :last-child, [flex~="box:justify"] > :first-child, [flex~="box:justify"] > :last-child {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

[flex~="dir:top"][flex~="box:mean"] > *, [flex~="dir:top"][flex~="box:first"] > *, [flex~="dir:top"][flex~="box:last"] > *, [flex~="dir:top"][flex~="box:justify"] > *, [flex~="dir:bottom"][flex~="box:mean"] > *, [flex~="dir:bottom"][flex~="box:first"] > *, [flex~="dir:bottom"][flex~="box:last"] > *, [flex~="dir:bottom"][flex~="box:justify"] > * {
  width: auto;
  height: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

[flex~="dir:top"][flex~="box:first"] > :first-child, [flex~="dir:top"][flex~="box:last"] > :last-child, [flex~="dir:top"][flex~="box:justify"] > :first-child, [flex~="dir:top"][flex~="box:justify"] > :last-child, [flex~="dir:bottom"][flex~="box:first"] > :first-child, [flex~="dir:bottom"][flex~="box:last"] > :last-child, [flex~="dir:bottom"][flex~="box:justify"] > :first-child [flex~="dir:bottom"][flex~="box:justify"] > :last-child {
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

[flex-box="0"] {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

[flex-box="1"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

[flex-box="2"] {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

[flex-box="3"] {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -webkit-flex-shrink: 3;
  -ms-flex-negative: 3;
  flex-shrink: 3;
}

[flex-box="4"] {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  -webkit-flex-shrink: 4;
  -ms-flex-negative: 4;
  flex-shrink: 4;
}

[flex-box="5"] {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  -webkit-flex-shrink: 5;
  -ms-flex-negative: 5;
  flex-shrink: 5;
}

[flex-box="6"] {
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
  -webkit-flex-shrink: 6;
  -ms-flex-negative: 6;
  flex-shrink: 6;
}

[flex-box="7"] {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
  -webkit-flex-shrink: 7;
  -ms-flex-negative: 7;
  flex-shrink: 7;
}

[flex-box="8"] {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
  -webkit-flex-shrink: 8;
  -ms-flex-negative: 8;
  flex-shrink: 8;
}

[flex-box="9"] {
  -webkit-box-flex: 9;
  -webkit-flex-grow: 9;
  -ms-flex-positive: 9;
  flex-grow: 9;
  -webkit-flex-shrink: 9;
  -ms-flex-negative: 9;
  flex-shrink: 9;
}

[flex-box="10"] {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  -webkit-flex-shrink: 10;
  -ms-flex-negative: 10;
  flex-shrink: 10;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  -webkit-user-drag: none;
  user-select: none;
}

a,
button,
:focus,
a:focus,
button:focus,
a:active,
a:hover {
  outline: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  border: 0;
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  outline-offset: 0;
  outline-style: none;
  outline-width: 0;
  -webkit-font-smoothing: inherit;
  background-image: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
}

script {
  display: none !important;
}

.hidden {
  display: none;
}

body {
  width: 7.5rem;
  background: #fff;
  color: #000;
  font: 8.4px "Microsoft Yahei", arial;
  vertical-align: baseline;
  margin: 0 auto;
}

.wrapper {
  width: 7.5rem;
}

.red {
  color: #be2424;
}

.button {
  color: #fff;
  display: block;
  margin: 0 auto;
  background: #453a76;
  text-align: center;
  vertical-align: middle;
}

.index {
  background: #6929d2;
}

.index .img {
  width: 7.5rem;
  display: block;
}

.index .explain {
  font-size: .28rem;
  line-height: .45rem;
  padding: 0 .4rem 0 .7rem;
}

.index .explain li {
  color: #f4bc47;
  list-style: disc;
}

.index .explain li p {
  color: #fff;
}

.index .explain li p em {
  color: #f4bc47;
}

.index .explain li.no-list-style {
  list-style: none;
}

.index .shenqing {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: .2rem 0;
  background: rgba(255, 212, 246, 0.8);
  z-index: 10;
  text-align: center;
}

.index .shenqing img {
  display: block;
  margin: 0 auto;
  width: 5.67rem;
}

.index .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(13, 16, 92, 0.5);
  z-index: 100;
}

.index .mask .valid-container {
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 16%;
  background: url("../images/valid-phone.png") center center/100% auto no-repeat;
}

.index .mask .valid-container input {
  display: inline-block;
  border: 0;
  width: 3.42rem;
  padding: 0.1rem .15rem;
  background: transparent;
  line-height: .32rem;
  font-size: .28rem;
  margin-left: 2.18rem;
  margin-top: 2.54rem;
}

.index .mask .valid-container input + input {
  margin-top: .37rem;
  width: 2.2rem;
}

.index .mask .valid-container .code-btn {
  position: absolute;
  top: 3.43rem;
  right: .74rem;
  width: 1.25rem;
  height: .6rem;
  font-size: .2rem;
  line-height: .46rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(63, 9, 7, 0.21);
}

.index .mask .valid-container .valid-button {
  width: 3rem;
  height: .75rem;
  margin: .78rem auto 0;
  border: 0;
  display: block;
  background: url("../images/valid-button.png") center center/auto 100% no-repeat;
}

.food5 .food5-head, .food5 .food5-foot {
  width: 100%;
  display: block;
}

.food5 .f-result {
  padding-top: .35rem;
  padding-bottom: .5rem;
}

.food5 .f-result .r-button {
  padding-bottom: .44rem;
  border-bottom: 1px solid #e1e1e1;
}

.food5 .f-result .r-button button {
  width: 5.88rem;
  height: 1.15rem;
  display: block;
  margin: 0 auto;
}

.food5 .f-result .r-button p {
  font-size: .22rem;
  color: #6e6e6e;
  line-height: 2.5;
}

.food5 .f-result .navs {
  margin-top: 0.3rem;
  height: 3.67rem;
  position: relative;
}

.food5 .f-result .navs li {
  position: absolute;
}

.food5 .f-result .navs img {
  display: block;
  height: 100%;
  width: 100%;
}

.food5 .f-success {
  text-align: center;
}

.food5 .f-success .r-button {
  padding-bottom: .06rem;
}

.food5 .f-success button {
  background: url("../images/food5-success.png") center center/100% auto no-repeat;
}

.food5 .f-success .navs .n1 {
  width: 3.95rem;
  height: 3.67rem;
  left: 0;
  top: 0;
}

.food5 .f-success .navs .n2 {
  width: 3.5rem;
  right: 0;
  top: 0;
}

.food5 .f-success .navs .n3 {
  width: 3.5rem;
  right: 0;
  bottom: 0;
}

.food5 .f-fail button {
  background: url("../images/food5-fail.png") center center/100% auto no-repeat;
}

.food5 .f-fail .navs .n4 {
  width: 3.73rem;
  height: 3.67rem;
  left: 0;
  top: 0;
}

.food5 .f-fail .navs .n5 {
  width: 3.72rem;
  height: 3.67rem;
  right: 0;
  top: 0;
}

.food5 .f-fail .navs a {
  position: absolute;
  width: 2rem;
  height: .6rem;
  left: .28rem;
  top: .18rem;
}

.choose-phone {
  padding-top: .2rem;
}

.choose-phone .header {
  border-radius: .2rem;
  background-color: #ddd;
  width: 6.78rem;
  margin: 0 auto;
  font-size: .3rem;
  line-height: 1.429;
  padding: .16rem .35rem;
}

.choose-phone .header span {
  color: #ff5050;
}

.choose-phone form .line {
  height: .88rem;
  line-height: .88rem;
  font-size: .34rem;
  padding-left: .5rem;
  border-bottom: 1px solid #efefef;
  position: relative;
  overflow: hidden;
}

.choose-phone form .line label {
  float: left;
  display: inline-block;
  width: 1.72rem;
}

.choose-phone form .line [disabled] {
  background: #fff;
}

.choose-phone form .line select {
  -webkit-appearance: none;
}

.choose-phone form .line input, .choose-phone form .line select {
  font-size: .34rem;
  height: .48rem;
  width: 4.4rem;
  background: #fff;
  display: inline-block;
}

.choose-phone form .line .right-mark {
  position: absolute;
  width: 5rem;
  text-align: right;
  height: .88rem;
  right: .36rem;
  top: 0;
}

.choose-phone form .line .select-wrapper {
  position: relative;
  width: 2.35rem;
  height: .88rem;
  margin-left: 1.72rem;
}

.choose-phone form .line .select-wrapper select {
  width: 100%;
  padding-right: .2rem;
}

.choose-phone form .line .select-wrapper::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: .36rem;
  right: 0;
  border-top: .16rem solid #888;
  border-left: .08rem solid transparent;
  border-right: .08rem solid transparent;
}

.choose-phone form .line .plot-name {
  position: absolute;
  top: .15rem;
  right: .27rem;
  width: 2.5rem;
  height: .6rem;
  vertical-align: middle;
  padding-left: .2rem;
  padding-right: .2rem;
  border: 1.25px solid #a0a0a0;
  border-radius: .15rem;
  font-size: .25rem;
  z-index: 10;
}

.choose-phone form .line .check {
  display: inline-block;
  height: .88rem;
  width: .4rem;
  line-height: .88rem;
  background: url("../images/check.png") 0 center/auto 0.3rem no-repeat;
}

.choose-phone form .line .check.on {
  background-image: url("../images/checked.png");
}

.choose-phone form .line .check input[type="checkbox"] {
  width: .4rem;
  height: .3rem;
  opacity: 0;
}

.choose-phone form .line.last {
  height: 1.24rem;
  line-height: 1.24rem;
  border-bottom: 0;
}

.choose-phone form .extra-bar {
  padding: .15rem 0;
  border-bottom: 1px solid #efefef;
}

.choose-phone form .extra-bar p {
  font-size: .3rem;
  line-height: .65rem;
  text-align: center;
  background: #ddd;
}

.choose-phone form .button {
  width: 5.6rem;
  font-size: .42rem;
  border-radius: .4rem;
  height: .78rem;
}

.choose-phone .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.302);
  z-index: 100;
}

.choose-phone .mask .popup-container {
  position: absolute;
  width: 5.62rem;
  left: 0;
  right: 0;
  top: 16%;
  margin: 0 auto;
  background: #fff;
  border-radius: .2rem;
  box-shadow: 0px 5px 43px 0px rgba(0, 0, 0, 0.28);
}

.choose-phone .mask .search-num .search-head {
  padding: .35rem .24rem .32rem;
}

.choose-phone .mask .search-num .search-head .search-input {
  border: 1.25px solid #a1a1a1;
  border-radius: .2rem;
  position: relative;
  overflow: hidden;
  font-size: 0;
  height: .76rem;
}

.choose-phone .mask .search-num .search-head .search-input input {
  display: block;
  font-size: .3rem;
  padding-left: .4rem;
  padding-right: .3rem;
  height: .76rem;
  width: 3.55rem;
}

.choose-phone .mask .search-num .search-head .search-input span {
  position: absolute;
  top: 0;
  right: 0;
  height: .76rem;
  width: 1.52rem;
  color: #fff;
  font-size: .42rem;
  text-align: center;
  line-height: .76rem;
  background: #453a76;
}

.choose-phone .mask .search-num ul {
  width: 5.36rem;
  margin: 0 auto .34rem;
  overflow: hidden;
  height: 3rem;
}

.choose-phone .mask .search-num ul li {
  float: left;
  font-size: .3rem;
  height: .6rem;
  line-height: .6rem;
  width: 50%;
  display: inline-block;
  padding-left: .25rem;
  position: relative;
}

.choose-phone .mask .search-num ul li.light::after {
  content: "靓";
  color: #fff;
  background: #453a76;
  text-align: center;
  font-size: .24rem;
  line-height: .36rem;
  vertical-align: middle;
  width: .36rem;
  height: .36rem;
  border-radius: .04rem;
  position: absolute;
  top: 0.12rem;
  right: 0.08rem;
  display: table;
}

.choose-phone .mask .search-num .change {
  color: #453a76;
  font-size: .38rem;
  line-height: .76rem;
  text-align: center;
  border-top: 1.5px solid #c8c8c8;
}

.choose-phone .mask .search-area {
  background: #4c4c4c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.choose-phone .mask .search-area .search-head .title {
  background: #fff;
  text-align: center;
  font-size: .4rem;
  line-height: 1.14rem;
}

.choose-phone .mask .search-area .search-head .search-input {
  padding: .2rem 0;
  position: relative;
}

.choose-phone .mask .search-area .search-head .search-input .icon-arrow {
  position: absolute;
  width: .9rem;
  height: .68rem;
  left: 0;
  top: 0.2rem;
  background: url("../images/arrow.png") center center/auto 0.52rem no-repeat;
}

.choose-phone .mask .search-area .search-head .search-input input {
  margin-left: .9rem;
  border-radius: .1rem;
  width: 4.84rem;
  height: .68rem;
  padding: 0 .2rem;
}

.choose-phone .mask .search-area .search-head .search-input span {
  border-radius: .1rem;
  background: #fff;
  width: 1.2rem;
  height: .68rem;
  text-align: center;
  position: absolute;
  right: .38rem;
  top: .2rem;
  line-height: .68rem;
  font-size: .3rem;
}

.choose-phone .mask .search-area .area-list {
  color: #fff;
  padding: 0 .32rem;
  position: absolute;
  left: 0;
  top: 2.2rem;
  bottom: 0;
  width: 100%;
  overflow: auto;
}

.choose-phone .mask .search-area .area-list li {
  padding-top: .2rem;
  padding-bottom: .22rem;
  padding-left: .6rem;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  position: relative;
}

.choose-phone .mask .search-area .area-list li .icon-search {
  position: absolute;
  top: .24rem;
  left: 0;
  width: .5rem;
  height: .5rem;
  background: url("../images/search.png") 0 0/0.36rem auto no-repeat;
}

.choose-phone .mask .search-area .area-list li dt {
  font-size: .3rem;
}

.choose-phone .mask .search-area .area-list li dd {
  font-size: .25rem;
}

.choose-phone .mask .search-area .area-list .no-more {
  color: #fff;
  font-size: .3rem;
  line-height: .8rem;
  text-align: center;
}

.choose-phone .mask .must-know {
  padding-bottom: .24rem;
}

.choose-phone .mask .must-know .title {
  font-size: .32rem;
  line-height: .98rem;
  text-align: center;
  border-bottom: 1.5px solid #c8c8c8;
}

.choose-phone .mask .must-know .content {
  padding: 0 .24rem;
  border-top: .24rem solid #fff;
  border-bottom: .24rem solid #fff;
  overflow: auto;
  font-size: .32rem;
  line-height: 1.4;
  height: 4.8rem;
}

.choose-phone .mask .must-know .button {
  font-size: .32rem;
  height: .6rem;
  width: 5.22rem;
  border-radius: .15rem;
}

.pay dl {
  font-size: .34rem;
}

.pay i.icon {
  display: inline-block;
  width: .52rem;
  height: .52rem;
  line-height: inherit;
  background: url("../images/wechat.png") center center/100% 100% no-repeat;
}

.pay i.icon.wechat {
  background-image: url("../images/wechat.png");
}

.pay i.icon.alipay {
  background-image: url("../images/alipay.png");
}

.pay .pay-info1 {
  padding: 0.36rem 0.48rem 0.3rem;
}

.pay .pay-info1 dl {
  line-height: .64rem;
}

.pay .pay-info1 .wechat {
  vertical-align: -0.1rem;
  margin-right: .2rem;
}

.pay .pay-select {
  padding: 0 0.48rem 0.22rem;
}

.pay .pay-select li {
  margin-bottom: .32rem;
  width: 4.1rem;
  text-align: center;
  font-size: .3rem;
  line-height: .78rem;
  padding-left: .6rem;
  background: url("../images/pay-select.png") center top/100% 100% no-repeat;
  position: relative;
}

.pay .pay-select li i {
  position: absolute;
  left: .3rem;
  top: .12rem;
}

.pay .pay-select li.on {
  background-image: url("../images/pay-selected.png");
}

.pay .pay-info2 {
  border-top: 1px dashed #848484;
  border-bottom: 1px dashed #848484;
  padding: 0.4rem 0.48rem 0.5rem;
}

.pay .pay-info2 dl {
  line-height: .64rem;
}

.pay .pay-info3 {
  padding: 0.12rem 0.48rem 0;
}

.pay .pay-info3 dl {
  line-height: .56rem;
}

.pay .pay-info3 .total-cost {
  margin-top: .36rem;
  font-size: .34rem;
  line-height: .4rem;
  text-align: right;
}

.pay .button {
  margin-top: .32rem;
  border-radius: .4rem;
  font-size: .42rem;
  width: 5.6rem;
  height: .78rem;
}

.result {
  text-align: center;
  font-size: .3rem;
  line-height: 1.56;
  padding-bottom: .2rem;
}

.result img {
  display: block;
  margin: 0 auto;
}

.result .button {
  height: .8rem;
  border-radius: .4rem;
  font-size: .4rem;
}

.result .r-success img {
  width: 1.56rem;
  margin-top: .95rem;
}

.result .r-success .button {
  width: 3.46rem;
  margin-top: .6rem;
}

.result .r-success p {
  margin-top: .55rem;
  color: rgba(0, 0, 0, 0.729);
}

.result .r-warn img {
  height: 1.6rem;
  margin-top: .88rem;
}

.result .r-warn .button {
  width: 5.62rem;
  margin-top: 0.74rem;
}

.result .r-warn dl dt {
  line-height: 1.4;
  color: #d84b1f;
  margin-top: 0.54rem;
}

.result .r-warn dl dd {
  font-size: .3rem;
  color: rgba(0, 0, 0, 0.729);
  margin-top: .3rem;
}
