@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-width: 1200px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8a8695;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8a8695;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8a8695;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8a8695;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: ".";
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  font: 0/0 a;
  z-index: 100;
}

.logo a {
  display: block;
  width: 203px;
  height: 91px;
  background: url(../images/logo.png) center center no-repeat;
}

.logo a:hover {
  filter: brightness(120%);
}

.sect {
  overflow: hidden;
}

.sect.sect-01 {
  position: relative;
  height: 952px;
  background: url(../images/sect_01.jpg) center center no-repeat;
}

.sect.sect-01 .top {
  position: relative;
  height: 476px;
  background: url(../images/sect_01_t.jpg) center center no-repeat;
  overflow: hidden;
}

.sect.sect-01 .bottom {
  height: 476px;
  background: url(../images/sect_01_b.jpg) center center no-repeat;
}

.sect.sect-01 .time {
  position: absolute;
  top: 283px;
  right: 320px;
  width: 219px;
  height: 20px;
  background: url(../images/time.png) center center no-repeat;
}

.sect.sect-01 .login-block {
  margin: 350px auto;
  text-align: center;
}

.sect.sect-01 .login-block #ed_login {
  margin-left: 100px;
  color: #403c5d;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  background: url(../images/login.png) center center no-repeat;
}

.sect.sect-01 .login-block #ed_login a {
  margin: 0 5px;
  color: #44c3ff;
  font-weight: bold;
}

.sect.sect-01 .login-block #ed_login a.red {
  color: #f15b7e;
}

.sect.sect-01 .login-block #ed_login a.red:hover {
  color: #ff003c;
}

.sect.sect-01 .login-block #ed_login a:hover {
  color: #00aeff;
}

.sect.sect-01 .btn-login {
  display: block;
  width: 166px;
  height: 51px;
  margin: 0 auto;
  line-height: 45px;
  font-size: 20px;
  letter-spacing: 5px;
  text-align: center;
  color: #f26507;
  background: url(../images/btn_01.png) center center no-repeat;
}

.sect.sect-01 .btn-login:hover {
  color: #ff771c;
  filter: brightness(115%);
}

.sect.sect-01 .top-link {
  position: absolute;
  top: 15px;
  right: 30px;
}

.sect.sect-01 .top-link a {
  float: left;
  width: 102px;
  height: 36px;
  line-height: 36px;
  color: #d3d7f9;
  text-align: center;
  margin-left: 20px;
  background: url(../images/btn_02.png) center center no-repeat;
}

.sect.sect-01 .top-link a:hover {
  filter: brightness(115%);
}

.sect.sect-02 {
  height: 1020px;
  background: url(../images/sect_02.jpg) center center no-repeat;
}

.sect.sect-02 .top {
  height: 601px;
  background: url(../images/sect_02_t.jpg) center center no-repeat;
}

.sect.sect-02 .bottom {
  padding-top: 247px;
  height: 398px;
  background: url(../images/sect_02_b.jpg) center center no-repeat;
}

.sect.sect-03 {
  height: 890px;
  background: url(../images/sect_03.jpg) center center no-repeat;
}

.sect.sect-03 .top {
  height: 620px;
  background: url(../images/sect_03_t.jpg) center center no-repeat;
}

.sect.sect-03 .bottom {
  height: 562px;
  background: url(../images/sect_03_b.jpg) center center no-repeat;
  overflow: hidden;
}

.sect.sect-03 .buy-list {
  margin-top: 160px;
}

.sect.sect-03 .buy-list li {
  float: left;
  width: 25%;
}

.sect.sect-03 .buy-list li.item-01 {
  padding-left: 22px;
}

.sect.sect-03 .buy-list li.item-02 {
  padding-left: 45px;
}

.sect.sect-03 .buy-list li.item-03 {
  padding-left: 70px;
}

.sect.sect-03 .buy-list li.item-04 {
  padding-left: 95px;
}

.sect.sect-03 .buy-list li a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #e6fcff;
  background: url(../images/btn_02.png) center center no-repeat;
}

.sect.sect-03 .buy-list li a:hover {
  color: #ffffff;
  filter: brightness(115%);
}

.sect.sect-03 .btn-add {
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -135px;
  display: block;
  width: 236px;
  height: 79px;
  line-height: 79px;
  background: url(../images/btn_03.png) center center no-repeat;
  text-align: center;
  color: #e6fcff;
  font-size: 30px;
}

.sect.sect-03 .btn-add:hover {
  color: #ffffff;
  filter: brightness(115%);
}

.sect.sect-04 {
  height: 1292px;
  padding-top: 150px;
  background: url(../images/sect_04.jpg) center center no-repeat;
}

.sect.sect-04 .color-block {
  color: #513c99;
}

.sect.sect-04 .tit {
  margin-top: 70px;
}

.tips {
  line-height: 1.8;
  text-align: center;
  margin: 30px 0 50px;
  color: #fff;
}

@keyframes down {
  0% {
    margin-top: 20px;
  }
  100% {
    margin-top: 40px;
  }
}

@-webkit-keyframes down {
  0% {
    margin-top: 20px;
  }
  100% {
    margin-top: 40px;
  }
}

.body-process {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: 25px;
  height: 319px;
  margin: auto;
  right: 40px;
  width: 110px;
  height: 308px;
  text-align: center;
  background: url(../images/bg_06.png) center center no-repeat;
}

.body-process li {
  position: relative;
  padding: 16px 0;
}

.body-process li.act a {
  color: #826ffe;
}

.body-process li:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background: #c3d0e0;
  transition: all .3s;
  content: '';
}

.body-process a {
  display: block;
  color: #4b4374;
  font-size: 14px;
  font-weight: bold;
}

.body-process a:hover {
  color: #8263ed;
}

.body-process a:hover:before {
  background: #8263ed;
}

.body-process a.btn-win {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  background: #f03f6d;
  transition: background .3s;
}

.body-process a.btn-win:hover {
  background: #826ffe;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -294px;
  margin-top: -177px;
  width: 588px;
  height: 354px;
  background: url(../images/modal_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc .5s;
}

.modal-body .title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #52497e;
  margin: 30px 0 20px;
}

.modal-body .close {
  position: absolute;
  top: 1px;
  right: -46px;
  display: block;
  text-align: center;
  background: transparent;
}

.modal-body .close:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.modal-win .modal-body {
  width: 768px;
  height: 404px;
  padding: 0 3px;
  margin-left: -384px;
  margin-top: -202px;
  background: url(../images/modal_bg_l.png) center center no-repeat;
  background-size: contain;
}

.modal-win .table-box {
  height: 290px;
  overflow-y: scroll;
}

.modal-win .win-table {
  display: table;
  width: 740px;
  margin: 0 auto;
  text-align: center;
}

.modal-win .win-table th span {
  display: block;
  margin: 0 0 20px;
  background: #e8e7f1;
  color: #52497e;
}

.modal-win .win-table td {
  color: #525061;
  line-height: 40px;
  border-bottom: 1px solid #e8e7f1;
}

.modal-win .win-table td .blue {
  color: #5b70ee;
}

.modal-win .win-table td .red {
  color: #e3347e;
}

.modal-add .modal-body {
  width: 768px;
  height: 437px;
  margin-left: -384px;
  margin-top: -218px;
  background: url(../images/modal_bg_ll.png) center center no-repeat;
  background-size: contain;
}

.modal-add .tip {
  color: #db3c3c !important;
  text-align: center;
}

.modal-add .form {
  width: 360px;
  margin: 0 auto;
}

.modal-add .form .group {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  min-height: 35px;
}

.modal-add .form .group input {
  width: 100%;
  border: 1px solid #b8b6c9;
  background: transparent;
  height: 35px;
  line-height: 35px;
  padding-left: 75px;
}

.modal-add .form .group textarea {
  margin-top: 35px;
  width: 100%;
  border: 1px solid #b8b6c9;
  background: transparent;
  height: 80px;
  padding: 5px 10px;
}

.modal-add .form .group label {
  height: 35px;
  line-height: 35px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #52497e;
  width: 75px;
  text-align: right;
}

.modal-add .btn-submit {
  display: inline-block;
  padding: 0 100px;
  margin: 20px auto 0;
  background: #3d394a;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.modal-add .btn-submit:hover {
  background: #544e68;
}

.modal-add .add-info {
  width: 460px;
  margin: 30px auto 0;
}

.modal-add .add-info .group {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  min-height: 35px;
}

.modal-add .add-info label {
  height: 35px;
  line-height: 35px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #52497e;
  width: 75px;
  text-align: right;
}

.modal-add .add-info p {
  color: #52497e;
  padding-left: 80px;
  line-height: 35px;
}

.modal-add .add-info .tip {
  margin-top: 30px;
}

@keyframes tc {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.modal-login .modal-body {
  text-align: center;
  height: 450px;
  background: #fff;
}

.public-text {
  margin-top: 120px;
  font-size: 26px;
  font-weight: bold;
  color: #534798;
  text-align: center;
}

.login-succ {
  font-size: 16px;
  color: #d8deeb;
  text-align: center;
  margin-bottom: 5px;
}

.login-succ span {
  color: #38e2f6;
}

.login-succ a {
  color: #ff4594;
}

.skill-cont {
  margin: 30px 45px;
}

.skill-cont h6 {
  font-size: 30px;
  color: #4cd5ef;
  margin-bottom: 20px;
}

.skill-cont span {
  float: left;
  width: 65px;
  margin-top: 4px;
  color: #4b4655;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #bdbdbd;
}

.skill-cont p {
  padding-left: 75px;
  line-height: 1.8;
  color: #928f97;
}

.skill-cont p.tit {
  font-weight: bold;
  font-size: 18px;
}

.skill-cont ul li {
  margin-bottom: 30px;
  overflow: hidden;
}

.skill-cont .cont-01,
.skill-cont .cont-02 {
  overflow-y: auto;
  height: 338px;
}

.surprise {
  position: relative;
  overflow: hidden;
  padding: 42px 65px;
  margin-top: -35px;
}

.surprise ul {
  position: relative;
  height: 512px;
}

.surprise ul p {
  position: absolute;
  bottom: 7px;
  left: -8px;
  width: 174px;
  height: 24px;
  padding-right: 20px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #334da1;
  font-weight: bold;
  background: url(../images/bg_04.png) center center no-repeat;
}

.surprise li {
  position: absolute;
  float: left;
  width: 197px;
  height: 131px;
  background: url(../images/bg_03.png) center center no-repeat;
  background-size: contain;
}

.surprise li.active {
  background: url(../images/bg_03_act.png) center center no-repeat;
}

.surprise li.active .img {
  background: #e4d4ff;
}

.surprise li.active p {
  color: #5f29a4;
}

.surprise li.true span {
  position: absolute;
  top: -3px;
  left: -4px;
  width: 73px;
  height: 54px;
  background: url(../images/icon_01.png) center center no-repeat;
}

.surprise li.true .img {
  width: 100%;
  background: none;
}

.surprise li.true .img img {
  width: auto;
  height: auto;
}

.surprise .img {
  padding: 4px;
  margin: 20px auto 10px;
  width: 72px;
  height: 72px;
  background: #97c2ed;
  text-align: center;
}

.surprise .img img {
  width: 100%;
}

.surprise .sur-1 {
  position: absolute;
  left: 0;
  top: 0;
}

.surprise .sur-2 {
  position: absolute;
  left: 217px;
  top: 0;
}

.surprise .sur-3 {
  position: absolute;
  left: 434px;
  top: 0;
}

.surprise .sur-4 {
  position: absolute;
  left: 651px;
  top: 0;
}

.surprise .sur-5 {
  position: absolute;
  left: 868px;
  top: 0;
}

.surprise .sur-6 {
  position: absolute;
  left: 868px;
  top: 141px;
}

.surprise .sur-7 {
  position: absolute;
  left: 868px;
  top: 282px;
}

.surprise .sur-8 {
  position: absolute;
  left: 868px;
  top: 423px;
}

.surprise .sur-9 {
  position: absolute;
  left: 651px;
  top: 423px;
}

.surprise .sur-10 {
  position: absolute;
  left: 434px;
  top: 423px;
}

.surprise .sur-11 {
  position: absolute;
  left: 217px;
  top: 423px;
}

.surprise .sur-12 {
  position: absolute;
  left: 0;
  top: 423px;
}

.surprise .sur-13 {
  position: absolute;
  left: 0;
  top: 282px;
}

.surprise .sur-14 {
  position: absolute;
  left: 0;
  top: 141px;
}

.surprise .sur-btn {
  position: absolute;
  top: 230px;
  left: 310px;
}

.surprise .sur-btn a {
  float: left;
  width: 260px;
  height: 82px;
  padding-top: 45px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  margin-right: 50px;
}

.surprise .sur-btn a:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.surprise .sur-btn a.btn-01 {
  background: url(../images/btn_08.png) center center no-repeat;
}

.surprise .sur-btn a.btn-02 {
  background: url(../images/btn_05.png) center center no-repeat;
}

.surprise .sur-btn p {
  color: #443e64;
  text-align: center;
  line-height: 1.8;
}

.surprise .sur-btn p + p {
  margin-left: 15px;
}

.color-block {
  padding: 0 5px;
  margin-right: 3px;
  color: #daf1ff;
}

.color-block.blue {
  background: #3ab2f5;
}

.color-block.yellow {
  background: #fddc76;
}

.color-block.purple {
  background: #6754c6;
}

.tit {
  color: #fddc76;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 18px;
  background: url(../images/bg_02.png) left center no-repeat;
}

.award {
  padding: 18px 0;
  color: #f4f3fd;
  background: rgba(93, 77, 188, 0.8);
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

.award span {
  color: #fddc76;
}

.award-list {
  overflow: hidden;
  margin-left: 20px;
}

.award-list li {
  float: left;
}

.award-list li.item-01 {
  width: 260px;
  margin-right: 15px;
}

.award-list li.item-02 {
  width: 890px;
}

.award-list .award-cont {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  background: rgba(93, 77, 188, 0.78);
}

.award-list .award-cont p {
  color: #f4f3fd;
}

.award-list .award-cont p + p {
  margin-top: 15px;
}

.award-list .award-cont span {
  color: #fddc76;
}

.award-list .award-cont em {
  font-weight: normal;
}

.rotate-list {
  overflow: hidden;
}

.rotate-list li {
  position: relative;
  float: left;
  width: 302px;
  height: 462px;
  margin: 0 45px;
  background: url(../images/card_01.png) center center no-repeat;
  transform: rotateY(180deg);
  transition: .5s ease-in-out;
}

.rotate-list li .front {
  width: 199px;
  height: 166px;
  background: url(../images/btn_06.png) no-repeat;
  position: absolute;
  left: 51px;
  top: 157px;
  cursor: pointer;
  z-index: 1;
  transform: rotateY(180deg);
}

.rotate-list li .front:hover {
  filter: saturate(300%);
}

.rotate-list li .back {
  margin: 120px 0 0 0;
  position: relative;
  display: none;
  animation: fp .8s;
  text-align: center;
}

.rotate-list li .back p {
  margin: 90px 0 20px;
  font-size: 21px;
  font-weight: bold;
  color: #4e3a95;
  text-align: center;
}

.rotate-list li .back .img {
  width: 142px;
  height: 142px;
  background: #dbd7ee;
  margin: 0 auto;
  overflow: hidden;
}

.rotate-list li .back .img img {
  display: block;
  margin: 35px auto 0;
}

@keyframes fp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=1);
  }
}

.flop .title {
  width: 376px;
  height: 22px;
  margin: 30px auto;
  background: url(../images/bg_01.png) center center no-repeat;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #f3f7ff;
}

.flop .title span {
  color: #fddc76;
}

.scoll-list {
  position: relative;
  height: 38px;
  padding-left: 65px;
  margin: 165px 0 5px 15px;
  overflow: hidden;
  background: url(../images/bg_05.png) left center no-repeat;
}

.scoll-list .icon {
  position: absolute;
  top: 11px;
  left: 30px;
  width: 18px;
  height: 18px;
  background: url(../images/icon_02.png) left center no-repeat;
}

.scoll-list p {
  color: #fddc76;
  font-size: 16px;
  line-height: 38px;
}

.scoll-list .font_inner {
  position: relative;
  top: 0;
  left: 0;
  width: 695px;
  color: #444;
  font-size: 14px;
  margin-top: 1px;
}

.scoll-list.bg-blue {
  margin-left: 65px;
  background: url(../images/bg_05_blue.png) left center no-repeat;
}

.lottery {
  width: 1173px;
  height: 464px;
  padding-right: 430px;
  margin: 0 0 50px 15px;
  background: url(../images/bg_08.png) center center no-repeat;
}

.lottery .btn {
  float: left;
  width: 280px;
  height: 82px;
  margin: 0 auto;
  padding-top: 45px;
  text-align: center;
  color: #fff;
  background: url(../images/btn_03.png) center center no-repeat;
}

.lottery .btn:hover {
  cursor: pointer;
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.lottery .btn.btn-buy-lb {
  margin: 0 50px 0 70px;
  background: url(../images/btn_04.png) center center no-repeat;
}

.lottery .tips {
  color: #534798;
  margin: 0 0 20px;
}

.lottery .red {
  color: #f14578;
  text-align: center;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.column1 {
  height: 162px;
}

.column1 .cjbox {
  width: 100%;
  height: 222px;
  margin: 30px 0 20px 30px;
  overflow: hidden;
  float: left;
}

.column1 .cjbox li {
  float: left;
  width: 217px;
  height: 222px;
  margin-left: 6px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.column1 .cjbox dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 222px;
}

.column1 .cjbox dl dd {
  display: block;
  width: 100%;
  height: 222px;
  font-size: 200px;
  padding-top: 15px;
  font-weight: bold;
  overflow: hidden;
  background: url(../images/bg_07.png) center center no-repeat;
}

.column1 .cjbox dl dd img {
  display: block;
  margin: 0 auto;
}

.modal-buy .modal-body {
  width: 608px;
  height: 434px;
  margin-left: -304px;
  margin-top: -217px;
  background: url(../images/modal_bg_lll.png) center center no-repeat;
  background-size: contain;
}

.modal-buy .title {
  font-size: 40px;
  margin-bottom: 10px;
}

.modal-buy .info {
  color: #47454e;
  text-align: center;
}

.modal-buy .info span, .modal-buy .info a {
  color: #ea6064;
}

.modal-buy .info a:hover {
  color: #ec1b22;
  text-decoration: underline;
}

.modal-buy .buy-box {
  margin: 15px auto;
  padding: 40px 0;
  font-size: 16px;
  color: #47454e;
  text-align: center;
  width: 516px;
  background: #e9e8f0;
}

.modal-buy .buy-box .num_sub,
.modal-buy .buy-box .num_add {
  display: inline-block;
  width: 43px;
  height: 43px;
  padding-top: 1px;
  line-height: 36px;
  margin: 0 5px;
  font-size: 20px;
  border: 1px solid #9a97a6;
  background: #705eba;
  color: #f8fbff;
  text-align: center;
  cursor: pointer;
}

.modal-buy .buy-box .num_sub:hover,
.modal-buy .buy-box .num_add:hover {
  background: #503ca1;
}

.modal-buy .buy-box .total1 {
  font-size: 16px;
  color: #52497e;
  margin: 0 5px;
  font-weight: bold;
}

.modal-buy .buy-box input {
  width: 100px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #9a97a6;
  background: #f8fbff;
  color: #47454e;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.modal-buy .buy-box input:focus {
  border: 1px solid #705eba;
  box-shadow: 0 0 1px 0px #705eba;
}

.modal-buy .btn-primary {
  display: block;
  margin: 0 auto;
  width: 191px;
  height: 59px;
  font: 0/0 a;
  background: url(../images/btn_07.png) center center no-repeat;
}

.modal-buy .btn-primary:hover {
  filter: brightness(120%);
}

.modal-buy .tips {
  color: #e52c30;
  margin: 5px 0;
}
