/*.modal-positioning {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 990;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.modal-positioning .modal {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
  transform: none;
  box-shadow: 0 0 0 1px rgba(1, 10, 19, .48)
}*/

.modal {
      display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;

  color: #a09b8c;

  box-shadow: 0 0 0 1px rgba(1, 10, 19, .48);
  z-index: 990
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 1055px;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .8) 93%);
  opacity: .6;
  z-index: 100
}

.modal .modal-header h2 {
  padding: 30px 0;
  font-size: 24px;
  font-family: 'LoL Display', "\5FAE\8F6F\96C5\9ED1", 'Times New Roman', Times, Baskerville, Georgia, serif;
  text-align: center;
  color: #f0e6d2
}

.modal .close-button .contents {
  margin: 2px 0 0 2px
}

.modal .button-normal {
  margin: 0 auto
}

.modal-wrap {
  opacity: .01;
  -webkit-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in
}

.modal-wrap.visible {
  opacity: 1
}

.modal-body {
  font-family: 'LoL Display', "\5FAE\8F6F\96C5\9ED1", 'Times New Roman', Times, Baskerville, Georgia, serif;
  -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

.modal-body .modal-left-fold {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 30px 0
}

.modal-body .modal-left-fold:after {
  clear: both
}

.modal.modal-small .dialog-frame{
  width: 400px
}

.modal.modal-default .dialog-frame{
  width: 610px
}

.modal.modal-middle .dialog-frame{
  width: 720px
}

.modal.modal-bundle .dialog-frame{
  width: 820px;
  display:
}

.modal.modal-bundle .modal-item-price,
.modal.modal-bundle span.discount {
  display: inline-block
}

.modal.modal-bundle:after {
  clear: both
}

.modal.modal-bundle .modal-left-fold {
  width: 300px
}

.modal.modal-bundle .modal-left-fold:after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  top: 30px;
  right: 20px;
  border-right: 1px solid #463714
}

.modal.modal-bundle .modal-items-content {
  width: 100%
}

.modal.modal-bundle .modal-right-fold {
  overflow-x: hidden;
  width: 540px;
  position: relative;
  padding: 0 24px 0 0;
  margin: 30px 0 0;
  display: block;
  max-height: 420px
}

.modal-body .modal-right-fold {
  overflow-x: hidden;
  width: 300px;
  position: relative;
  padding: 0 24px 0 0;
  margin: 24px 0 0;
  display: block
}

.modal-body .modal-right-fold .modal-items-grid {
  margin-bottom: 20px
}

.modal.modal-bundle .modal-left-fold h3 {
  font-size: 20px;
  margin: 0 0 10px 30px;
  color: #f0e6d2;
  font-family: 'LoL Display', "\5FAE\8F6F\96C5\9ED1", 'Times New Roman', Times, Baskerville, Georgia, serif
}

.modal.modal-bundle .modal-left-fold .modal-items-title {
  display: block;
  padding: 20px 0 20px 30px;
  font-size: 20px;
  font-family: 'LoL Display', "\5FAE\8F6F\96C5\9ED1", 'Times New Roman', Times, Baskerville, Georgia, serif;
  color: #f0e6d2
}

.modal.modal-bundle .modal-left-fold .button-normal {
  width: 150px;
  margin: 0 0 0 30px
}

.modal.modal-bundle .modal-right-fold h3 {
  font-size: 20px;
  margin: 0 10px 10px;
  color: #f0e6d2;
  font-family: 'LoL Display', "\5FAE\8F6F\96C5\9ED1", 'Times New Roman', Times, Baskerville, Georgia, serif
}

.modal.modal-bundle .modal-right-fold .modal-items-title h3 {
  display: inline-block
}

.modal.modal-bundle .modal-right-fold .modal-items-title span {
  color: #a09b8c
}

.modal .modal-left-fold .modal-items-pay {
  padding: 0 0 30px 30px;
  font-size: 14px
}

.modal .modal-left-fold .modal-items-pay p {
  line-height: 30px;
  color: #f0e6d2
}

.modal .modal-left-fold .modal-items-pay em {
  padding: 0 2px
}

.modal .modal-left-fold .modal-items-pay span {
  padding: 0 2px;
  color: #a09b8c
}

.modal .modal-left-fold .modal-items-input {
  width: 40px;
  height: 22px;
  line-height: 22px;
  padding: 0 2px;
  margin: 0 2px;
  color: #a09b8c;
  text-align: center;
  border: 1px solid transparent;
  border-image: linear-gradient(to top, #695625 0%, #a9852d 23%, #b88d35 93%, #c8aa6e 100%) 1;
  background: linear-gradient(to bottom, rgba(7, 16, 25, 0.7), rgba(32, 39, 44, 0.7))
}

.modal .modal-left-fold .modal-items-portrait {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 0 0 30px
}

.modal .modal-left-fold .modal-items-portrait:after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgba(1, 10, 19, .8)
}

.modal .modal-left-fold .modal-items-image {
  width: 100%;
  height: 100%;
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: block
}

.modal .modal-left-fold .modal-items-image div {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%
}

.modal-fold {
  overflow-x: hidden;
  position: relative;
  padding: 0 24px;
  display: block;
  max-height: 340px
}

.title-on-hover {
  position: relative;
  text-decoration: none
}

.title-on-hover:hover:after {
  content: attr(title);
  padding: 5px;
  border-radius: 5px;
  text-indent: 0;
  position: absolute;
  top: 10px;
  right: 5px;
  background: #000;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 400
}

.modal-items-portrait {
  border: 1px solid #3c3c41;
  box-shadow: 0 0 0 1px rgba(1, 10, 19, .85);
  -webkit-filter: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  box-sizing: border-box;
  position: relative
}

.modal-items-grid-wrap {
  height: inherit;
  overflow-y: auto;
  position: relative
}

.modal-items-grid-wrap:after {
  clear: both
}

.modal-items-grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  height: inherit
}

.modal-items-grid .modal-item-li {
  float: left;
  padding: 0 0 10px 10px;
  overflow: hidden
}

.modal-items-grid .modal-item-li .modal-item {
  margin: 0
}

.modal-item-row {
  height: 200px;
  clear: both;
  padding: 0 0 0 10px
}

.modal-item {
  position: relative;
  margin: 0 10px 0 0;
  float: left;
  width: 190px;
  height: 190px;
  color: #f0e6d2;
  border: 1px solid #3c3c41;
  background-color: transparent;
  cursor: pointer
}

.modal-item:last-child {
  margin: 0
}

.modal-item .label {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 7px;
  color: #898572;
  font-size: 12px;
  z-index: 11
}

.modal-item .modal-item-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
  height: 100px;
  z-index: 2
}

.modal-item .modal-item-info,
.modal-item .modal-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.modal-item .modal-item-info {
  text-align: center
}

.modal-item .modal-item-info p {
  margin: 8px 0;
  line-height: 16px;
  padding: 0 10px;
  color: #f0e6d2
}

.modal-item .action {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1
}

.modal-item .action h3,
.modal-item .action h4,
.modal-item .action h5 {
  margin-top: 0;
  text-align: center;
  color: #898572
}

.modal-item .action p {
  padding: 6px 0 10px;
  text-align: center;
  font-size: 11px;
  color: #dd2d38;
  font-weight: 700
}

.modal-item .action p,
.modal-item .modal-item-price {
  font-family: LoL Body, Helvetica, Arial, sans-serif
}

.modal-item .modal-item-price {
  vertical-align: middle;
  color: #c8aa6e;
  text-transform: uppercase
}

.modal-item .modal-item-price i {
  float: left
}

.modal-item .modal-item-price span {
  margin: 0 0 0 5px;
  padding: 0;
  display: block;
  float: left
}

.modal-item .modal-item-price:after {
  clear: both
}

.modal-item .action-text {
  padding: 0 5px;
  display: none;
  height: auto;
  min-height: 20px;
  font-family: LoL Body, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #dd2d38;
  float: left
}

.modal-item .modal-item-price-container {
  text-align: center;
  display: inline-block
}

.modal-item .modal-item-price-container .modal-item-price {
  float: left;
  height: 20px;
  font-size: 12px
}

.modal-item .modal-item-price-container .modal-item-price:nth-child(2) {
  margin-left: 15px
}

.modal-item .price {
  color: #dabc89
}

.modal-item .learnmore-wrapper {
  position: relative
}

.modal-item .learnmore-wrapper .black,
.modal-item .learnmore-wrapper .cursor-block {
  display: none
}

.modal-item .learnmore-btn {
  position: absolute;
  top: -2px;
  right: -2px
}

.modal-item:hover .learnmore-wrapper.modal-itemcard .cursor-block {
  display: block;
  position: absolute;
  width: 43px;
  height: 30px;
  top: 10px;
  right: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2
}

.modal-item:hover .learnmore-wrapper.modal-itemcard .black {
  display: block;
  position: absolute;
  width: 43px;
  height: 10px;
  top: 5px;
  right: -11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  background: #000
}

.modal-item:hover .action {
  display: block
}

.modal-item.disabled:hover {
  border: 1px solid #f0e6d2
}

.modal-item.disabled:hover .modal-item-price {
  display: none
}

.modal-item.disabled:hover .action-text {
  display: block
}

.modal-item.owned {
  color: #c8aa6e
}

.modal-item.owned .modal-item-price {
  font-size: 11px;
  color: #c8aa6e;
  text-transform: lowercase
}

.modal-item.owned .learnmore-btn {
  display: none
}

.modal-item.owned .modal-item-info p {
  color: #c8aa6e
}

.modal-item.owned .price {
  color: #898572
}

.modal-item.owned:hover .learnmore-btn {
  display: block
}

.modal-item.static-hover .action {
  background: none
}

.modal-item.modal-item-bundle {
  width: 150px;
  height: 150px
}

.modal-item.modal-item-bundle .modal-image-container {
  width: 150px;
  height: 150px
}

.modal-item.modal-item-bundle .modal-item-name p {
  font-size: 13px
}

.modal-item.modal-item-bundle .action-text,
.modal-item.bundle.modal-item .modal-item-price {
  font-size: 10px
}

.modal-item-sale {
  z-index: 100;
  position: absolute;
  top: -1px;
  left: 0;
  text-align: center;
  display: block;
  color: #fff
}

.modal-item-sale .sale-value {
  font-size: 13px;
  padding-top: 15px;
  display: block;
  vertical-align: middle
}

.modal-item-image {
  width: 100%;
  height: 100%;
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: block
}

.modal-item-image.composite,
.modal-item-image {
  position: relative
}

.modal-item-image.composite div {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%
}

.modal-item-image.composite div:nth-child(1) {
  z-index: 0
}

.modal-item-image.composite div:nth-child(2) {
  z-index: 1;
  top: -100%
}

.modal-item-image.composite div:nth-child(3) {
  z-index: 2;
  top: -200%
}

.modal-item-image.composite div:nth-child(4) {
  z-index: 3;
  top: -300%
}

.modal-item-image.composite div.items-icons-left {
  background-size: 40%;
  background-position: 0% 0%
}

.modal-item-image.composite div.items-icons-right {
  background-size: 40%;
  background-position: 100% 0%
}

.modal-item-image-icon div:nth-child(1) {
  background-size: 40%;
  background-position: 100% 0%
}

.modal-item-image-icon div:nth-child(2) {
  background-size: 40%;
  background-position: 0% 0%
}

.modal-item-imagein.composite div {
  width: 33.33%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

}

.modal-item-imagein.composite div:nth-child(1) {
z-index: 0
}

.modal-item-imagein.composite div:nth-child(2) {
z-index: 1;
top: -100%;
left: 33.33%
}

.modal-item-imagein.composite div:nth-child(3) {
z-index: 2;
top: -200%;
left: 66.66%
}

:focus {
outline-color: #785a28
}

.modal-portrait {
border: 1px solid #3c3c41;
box-shadow: 0 0 0 1px rgba(1, 10, 19, .85);
-webkit-filter: none;
-webkit-transition: all .2s;
transition: all .2s;
box-sizing: border-box;
position: relative
}

.modal.modal-default .modal-the-fold {
position: relative;
overflow: hidden;
height: auto;
padding: 30px 0;
width: 606px
}

.modal .modal-msg {
position: relative;
overflow: hidden;
height: auto;
padding: 30px 0;
width: 100%;
text-align: center
}

.modal .modal-msg .modal-msg-text {
font-family: 'LoL Display', "\5FAE\8F6F\96C5\9ED1", 'Times New Roman', Times, Baskerville, Georgia, serif;
font-weight: 400;
text-transform: none;
padding: 10px 0;
margin: 0 0 20px;
font-size: 18px;
color: #f0e6d2
}

.modal .modal-msg .modal-msg-text p {
line-height: 24px
}

.modal.modal-default .modal-msg {
padding: 0px 0 50px
}

.modal.modal-default .modal-msg-text {
padding: 0
}

.modal-the-fold .modal-item-image.composite,
.modal-item-image  img {
position: relative
}

.modal.modal-default .modal-the-fold .modal-portrait {
position: relative;
float: left;
display: block;
width: 150px;
height: 150px;
margin: 0 0 0 30px
}

.modal.modal-default .modal-the-fold .modal-portrait:after {
position: absolute;
content: ' ';
width: 100%;
height: 100%;
top: 0;
left: 0;
box-shadow: inset 0 0 0 1px rgba(1, 10, 19, .8)
}

.modal-purchase-info {
width: 376px;
overflow-y: hidden;
overflow-x: hidden;
padding: 0 25px;
z-index: 100
}

.modal-purchase-info-heading {
border-bottom: 1px solid #463714;
padding: 0 0 10px
}

.modal-purchase-info-heading:after {
clear: both
}

.modal-purchase-info-title {
font-family: 'LoL Display', "\5FAE\8F6F\96C5\9ED1", 'Times New Roman', Times, Baskerville, Georgia, serif;
font-weight: 400;
text-transform: none;
padding: 0;
margin: 0 0 5px;
font-size: 24px;
color: #f0e6d2
}

.modal-price-container .button-normal {
margin: 0
}

.modal-price-container .unlock-container {
margin-right: 15px;
text-align: center
}

.modal-price-container .unlock-container h6 {
font-family: LoL Display, Georgia, Times, Times New Roman, serif;
text-transform: uppercase;
margin: 20px 0 15px
}

.validation-error {
margin-top: 5px;
display: inline-block;
color: #dd2d38
}

.modal-price-container .button-normal {
float: left;
margin-right: 10px
}

.modal-price-disclaimers {
margin: 20px 0 0
}

.modal-price-controls {
margin: 20px 0 30px;
display: -webkit-flex;
display: flex
}

.modal-price-controls .radio-box,
.modal-price-controls .input-min {
width: 80px;
height: 30px;
line-height: 30px;
box-sizing: border-box;
display: block;
padding: 0 6px;
-webkit-appearance: none;
outline: none;
margin-right: 5px;
color: #f0e6d2;
border: 1px solid #785a28;
background-color: rgba(0, 0, 0, 0.7);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 0 0 1px rgba(0, 0, 0, 0.25)
}

.modal-price-controls .selected {
border: 2px solid transparent;
line-height: 29px;
border-image: linear-gradient(to top, #695625 0%, #a9852d 23%, #b88d35 93%, #c8aa6e 100%) 1;
background: linear-gradient(to bottom, rgba(7, 16, 25, 0.7), rgba(32, 39, 44, 0.7))
}

.modal-price-controls .input-min:focus {
background: linear-gradient(to bottom, rgba(7, 16, 25, 0.7), rgba(32, 39, 44, 0.7));
border-image: linear-gradient(to bottom, #785a28, #c8aa6e) 1 stretch
}

.modal-tips-text {
padding: 0 30px 30px;
font-size: 14px
}

.modal-tips-text ol {
list-style-type: decimal;
padding-left: 24px
}

.modal-tips-text h3 {
font-size: 16px;
margin-top: 30px;
color: rgb(205, 190, 145)
}

.modal-tips-text h3:nth-child(1) {
margin-top: 0
}

.modal-tips-text h4 {
font-size: 14px;
margin-top: 20px;
color: rgb(205, 190, 145)
}

.modal-tips-text h3,
.modal-tips-text p,
.modal-tips-text li {
line-height: 24px;
letter-spacing: 1px;
position: relative
}

.modal-tips-list {
width: calc(100% - 40px);
margin: 0 auto;
display: -webkit-flex;
display: flex;
justify-content: space-between
}

.modal-tips-text span {
padding: 0 20px 0 10px;
color: rgb(205, 190, 145)
}

.modal-tips-text strong {
color: rgb(205, 190, 145)
}

.modal-tips-icons p,
.modal-tips-img p {
text-align: center
}

.modal-tips-icons i {
width: 30px;
height: 30px;
display: block;
margin: 10px auto
}

.modal-tips-icons i svg {
fill: rgba(70, 55, 35, 1);
stroke: transparent;
stroke-width: 0;
width: 30px;
height: 30px;
fill: rgba(151, 118, 59, 1)
}

.modal-tips-img span {
width: 100px;
height: 100px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-size: 200%;
background-position: 50% 30%;
display: block;
padding: 0
}

.modal-tips-img p:nth-child(4) span {
background-position: 50% 40%
}

.modal .modal-items-input {
width: 40px;
height: 22px;
line-height: 22px;
padding: 0 2px;
margin: 0 2px;
background: transparent;
border: 0;
border-bottom: 1px solid rgba(70, 55, 20, 0.7);
color: #a09b8c;
text-align: center
}

.dialog-frame {
position: relative;
background: #000;
box-shadow: 0 0 0 1px rgba(1, 10, 19, .48)
}

.dialog-frame:before {
content: '';
position: absolute;
width: calc(100% + 4px);
height: calc(100% + 4px);
top: -2px;
left: -2px;
box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
pointer-events: none
}

.dialog-frame .dialog-frame-sub-border:after,
.dialog-frame .dialog-frame-sub-border:before {
content: '';
position: absolute;
display: -webkit-box;
display: flex;
box-sizing: border-box
}

.close-button {
width: 29px;
height: 29px;
border-radius: 50%;
background: -webkit-gradient(linear, left top, left bottom, from(#c89b3c), color-stop(33%, #916c30), color-stop(75%, #c89b3c), to(#cdbe91));
background: linear-gradient(180deg, #c89b3c 0, #916c30 33%, #c89b3c 75%, #cdbe91);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
cursor: pointer
}

.close-button .contents {
width: 25px;
height: 25px;
border-radius: 50%;
background-color: #000;
-webkit-transition: color .15s ease-out, -webkit-box-shadow .15s ease-out;
transition: box-shadow .15s ease-out, color .15s ease-out
}

.close-button .contents .x-icon {
width: 10px;
height: 10px;
-webkit-transform: translate(7px, 7px);
transform: translate(7px, 7px);
background-image: url(//ossweb-img.qq.com/images/lol/client/lcu/x-icon.png)
}

.close-button.disabled {
cursor: default
}

.close-button:hover .contents {
box-shadow: inset 0 -21px 20px -17px rgba(200, 155, 60, .75)
}

.close-button:hover .x-icon {
-webkit-filter: brightness(150%)
}

.close-button.disabled,
.close-button:active {
background: none;
background-color: #463714
}

.close-button.disabled .contents,
.close-button:active .contents {
box-shadow: none;
-webkit-transition: none;
transition: none
}

.close-button.disabled .x-icon,
.close-button:active .x-icon {
-webkit-filter: brightness(50%);
-webkit-transition: none;
transition: none
}

.dialog-frame.bottom {
border: 2px solid transparent;
border-image: linear-gradient(0deg, #614a1f 0, #463714 5px, #463714) 1 stretch
}

.dialog-frame.dismissable-icon .dialog-frame-toast-close-button {
display: block;
height: 18px;
width: 18px;
position: absolute;
top: 4px;
right: 4px;
background-size: contain;
cursor: pointer
}

.dialog-frame.dismissable-close-button .dialog-frame-close-button {
display: block
}

.dialog-frame.dismissable-close-button .dialog-frame-close-button:before {
content: '';
background-image: url(//ossweb-img.qq.com/images/lol/client/lcu/frame-button-close-top-down.png);
position: absolute;
width: 37px;
height: 62px;
top: -20px;
right: -21px
}

.dialog-frame.dismissable-close-button .dialog-frame-close-button .close-button {
display: block;
position: absolute;
top: -16px;
right: -17px
}

.dialog-frame.bottom .dialog-frame-sub-border:after,
.dialog-frame.bottom .dialog-frame-sub-border:before {
left: 12px;
width: calc(100% - 24px);
height: 0;
border-style: solid;
border-width: 4px 4px 0;
border-image-width: 4px 4px 0 4px;
border-image-slice: 4 4 0 4;
border-image-repeat: stretch
}

.dialog-frame.bottom .dialog-frame-sub-border:before {
top: -6px;
border-image-source: url(//ossweb-img.qq.com/images/lol/client/lcu/sub-border-secondary-horizontal.png)
}

.dialog-frame.bottom .dialog-frame-sub-border:after {
bottom: -6px;
border-image-source: url(//ossweb-img.qq.com/images/lol/client/lcu/sub-border-primary-horizontal.png)
}

.dialog-frame-button {
position: absolute;
bottom: -2px;
width: 100%;
justify-content: center;
display: inline-flex;
z-index: 1001
}

.dialog-frame-button-group {
position: relative;
background-color: #010a13;
padding: 0 2px;
display: flex
}

.dialog-frame-button-group .button-normal {
margin: 0 2px
}

.dialog-frame-button-group:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-right: 2px solid #614a1f;
border-top: 2px solid transparent;
height: 10px
}

.dialog-frame-button-group:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
border-left: 2px solid #614a1f;
border-top: 2px solid transparent;
height: 10px
}

@-webkit-keyframes fadeIn {
0% {
  opacity: 0
}

to {
  opacity: 1
}

}

@keyframes fadeIn {
0% {
  opacity: 0
}

to {
  opacity: 1
}

}

.modal-purchase-description span.pay,
.modal-purchase-description span.get {
font-weight: bold;
padding: 0 4px;
font-size: 15px
}

.modal-purchase-description span.pay {
color: #BE1E37
}

.modal-purchase-description span.get {
color: #0A96AA
}

.modal .inputErrTips {
margin-bottom: 8px;
color: #BE1E37
}

.help {
background-repeat: no-repeat;
background-position: left bottom;
background-image: url("//ossweb-img.qq.com/images/lol/client/lcu/help-book.png");
width: 18px;
height: 18px;
display: inline-block;
position: absolute;
z-index: 10;
margin-top: -2px;
cursor: pointer;
}

.help:hover {
background-image: url(//ossweb-img.qq.com/images/lol/client/lcu/help-book-hv.png);
}

.help::after {
content: '\89C4 \5219 ';
font-size: 12px;
position: absolute;
left: 20px;
top: 0px;
width: 24px;
color: #CDBE91;
}

.help:hover::after {
color: #F0E6D2;
}

.help1 {
left: 130px;
top: 158px
}

.help2 {
top: 5px;
left: 471px
}

.help_ss_sm {
left: 130px;
top: 191px
}

.modal-price-controls .radio-box {
height: auto;
width: 100px;
}

.modal-price-controls .input-min {
height: auto;
padding-bottom: 30px;
width: 100px;
}

.modal-price-controls .radio-box span {
border-top: solid 1px rgba(160, 155, 140, 0.3);
display: block;
color: #a09b8c;
}

#txt_areanTrade_vConvert,
#txt_areanBuy_vConvert,
#txt_buyProtect_vConvert,
#txt_buyDouble_vConvert {
position: absolute;
left: 322px;
top: 31px;
border-top: 1px solid rgba(160, 155, 140, 0.298039);
display: block;
height: 31px;
line-height: 31px;
width: 82px;
}
