* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.page {
  background: #1C2027;
}

.top {
  margin-top: 2%;
  height: 60px;
  display: flex;
}

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

.top .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .main .right a {
  color: #fff;
  font-size: 16px;
  padding: 0 18px;
}

.top .main .right a.download {
  width: 105px;
  height: 30px;
  background: #FFE748;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  padding: 0 0;
  display: inline-block;
  color: #222222;
}

.top-login-mobile-show {
  display: none;
}

.banner {
  margin-top: 2%;
  width: 100%;
  position: relative;
}
.banner .swiper {
  width: 100%;
  height: 550px;
  background: linear-gradient(83deg, #463E41 0%, #1E2125 100%);
}
.banner .banner1 {
  background-image: url(/themes/shivam/images/banner1.png);
  background-size: auto 100%;
  background-position: top center;
}
.banner .banner2 {
  background-image: url(/themes/shivam/images/banner2.png);
  background-size: auto 100%;
  background-position: top center;
}
.banner .swiper-slide .main {
  height: 100%;
}
.banner .info {
  color: #fff;
  font-weight: 600;
  width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner .info h1 {
  font-size: 55px;
  color: #FF2C2A;
  line-height: 1;
}
.banner .info h2 {
  font-size: 55px;
  color: #F5C53A;
  margin-top: 12px;
  line-height: 1;
}
.banner .info .mt {
  margin-top: 30px;
}
.banner .info span {
  color: #F5C53A;
}
.banner .info .big {
  font-size: 38px;
}
.banner .side-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  width: 100%;
}
.banner .side-box .side-btn {
  width: 50px;
  height: 8px;
  border-radius: 4px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.3);
}
.banner .side-box .side-btn-on {
  width: 50px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
}

.items_t {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  margin-top: 72px;
  margin-bottom: 72px;
  text-align: center;
}

.items-index {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  justify-content: space-between;
  width: 90%;
}
.items-index .item {
  width: 48%;
  display: flex;
  box-sizing: border-box;
  padding: 50px 46px;
  padding-bottom: 56px;
  color: #F7F7F7;
  font-size: 16px;
  background: #463E41;
  border-radius: 20px;
  position: relative;
  margin-bottom: 90px;
}
.items-index .item .img {
  position: absolute;
  height: 275px;
  width: 248px;
  background-size: 100%;
  flex-shrink: 0;
  top: -90px;
  right: 8px;
  background-repeat: no-repeat;
}
.items-index .item .img.img1 {
  background-image: url(/themes/shivam/images/item/1.png);
}
.items-index .item .img.img2 {
  background-image: url(/themes/shivam/images/item/2.png);
}
.items-index .item .img.img3 {
  background-image: url(/themes/shivam/images/item/3.png);
}
.items-index .item .img.img4 {
  background-image: url(/themes/shivam/images/item/4.png);
}
.items-index .item .info {
  width: 240px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
  font-weight: normal;
}
.items-index .item .info .h1 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #Fff;
}

.online {
  background: #463E41;
  box-sizing: border-box;
  padding: 96px 0;
  text-align: center;
}
.online h1 {
  color: #F7F7F7;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.online .info {
  font-size: 16px;
  font-weight: 400;
  color: #F7F7F7;
  line-height: 22px;
}

.adk_answer .title {
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  line-height: 45px;
  margin-top: 80px;
  margin-bottom: 38px;
  text-align: center;
}
.adk_answer .item {
  margin-bottom: 30px;
}
.adk_answer .item .ask {
  width: 100%;
  height: 88px;
  background: #463E41;
  border-radius: 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.adk_answer .item .ask .t {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  line-height: 33px;
}
.adk_answer .item .ask .icon {
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin-left: 30px;
  margin-right: 16px;
  background-image: url(/themes/shivam/images/add_icon.png);
}
.adk_answer .item .answer {
  margin: 0 36px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #f7f7f7;
  line-height: 22px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.adk_answer .item.on {
  margin-bottom: 10px;
}
.adk_answer .item.on .icon {
  background-image: url(/themes/shivam/images/cut_icon.png);
}
.adk_answer .item.on .answer {
  margin: 20px 36px;
  max-height: 180px;
}

.responsible h1 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 45px;
  margin-top: 80px;
  margin-bottom: 38px;
}
.responsible .info {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}

.download-box {
  margin: 0 75px;
  margin-top: 100px;
  height: 149px;
  background: #463E41;
  border-radius: 12px;
  border: 1px solid #F5C53A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.download-box .txt {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
}
.download-box .txt span {
  color: #F5C53A;
}
.download-box .icon {
  width: 300px;
  height: 95px;
  margin-left: 20px;
  background: url(../images/download.png) no-repeat;
  background-size: 100%;
}

.footer {
  margin-top: 80px;
  background: #463E41;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .main {
  display: flex;
  flex-wrap: wrap;
}
.footer .main .links {
  display: flex;
  flex-wrap: wrap;
  width: 360px;
  margin-right: auto;
  margin-bottom: 10px;
}
.footer .main .links a {
  width: 180px;
  color: #8E8E8E;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
.footer .main .disclaimer {
  width: 410px;
  margin-bottom: 10px;
  margin-right: auto;
}
.footer .main .disclaimer h1 {
  font-size: 32px;
  font-weight: 600;
  color: #F5C33A;
  line-height: 1;
  margin-bottom: 13px;
}
.footer .main .disclaimer .info {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.footer .main .payment {
  width: 360px;
}
.footer .main .payment h1 {
  font-size: 32px;
  font-weight: 600;
  color: #F5C33A;
  line-height: 1;
  margin-bottom: 13px;
}
.footer .main .payment .icon {
  width: 329px;
  height: 67px;
  background: url(../images/payment_partner.png) no-repeat;
}

.copyright {
  height: 90px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rummy_features {
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.rummy_features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
}
.rummy_features ul li {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.rummy_features ul li .feature_item {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: red;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.12);
}
.rummy_features ul li .feature_item h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 auto 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.rummy_features ul li .feature_item.orange {
  background: #eda300;
  background: -moz-linear-gradient(-45deg, #eda300 0, #ba5400 100%);
  background: -webkit-linear-gradient(-45deg, #eda300 0, #ba5400 100%);
  background: linear-gradient(135deg, #eda300 0, #ba5400 100%);
}
.rummy_features ul li .feature_item.blue {
  background: #0293dd;
  background: -moz-linear-gradient(-45deg, #0293dd 0, #202387 100%);
  background: -webkit-linear-gradient(-45deg, #0293dd 0, #202387 100%);
  background: linear-gradient(135deg, #0293dd 0, #202387 100%);
}
.rummy_features ul li .feature_item.purple {
  background: #ad1af5;
  background: -moz-linear-gradient(-45deg, #ad1af5 0, #3153ff 100%);
  background: -webkit-linear-gradient(-45deg, #ad1af5 0, #3153ff 100%);
  background: linear-gradient(135deg, #ad1af5 0, #3153ff 100%);
}
.rummy_features ul li .feature_item.green {
  background: #028dd2;
  background: -moz-linear-gradient(-45deg, #028dd2 0, #5cb73b 100%);
  background: -webkit-linear-gradient(-45deg, #028dd2 0, #5cb73b 100%);
  background: linear-gradient(135deg, #028dd2 0, #5cb73b 100%);
}
.rummy_features ul li .icon {
  margin: 20px auto 10px;
  width: 110px;
  background-size: 100%;
  display: block;
}
.rummy_features ul li .icon img {
  width: 100%;
  height: auto;
}
.rummy_features ul li .txt {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
}

.site-content {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  box-sizing: border-box;
  padding: 30px 20px;
}

.site-content h1 {
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.site-content h2 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.site-content h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.site-content p {
  margin-bottom: 10px;
}

.box-bg-n {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.box-bg-n .main-box {
  width: 380px;
  background: #fff;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #1D1E1B;
  font-size: 14px;
}

.box-bg-n .main-box h1 {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1D1E1B;
}

.box-bg-n .main-box input[type=text], .box-bg-n .main-box input[type=email], .box-bg-n .main-box input[type=tel], .box-bg-n .main-box select {
  width: 180px;
  box-sizing: border-box;
  height: 26px;
  background: #EEEEEE;
  border-radius: 1px;
  border: 1px solid #D7D7D7;
}

.box-bg-n .main-box input {
  padding: 0 10px;
}

.box-bg-n .main-box .mt1320 {
  margin-top: 20px !important;
}

.box-bg-n .main-box .item {
  display: flex;
  margin-top: 10px;
  margin-left: 60px;
  align-items: center;
}

.box-bg-n .main-box .item .left {
  width: 80px;
}

.box-bg-n .main-box .item span {
  display: block;
}

.box-bg-n .main-box .check {
  width: 240px;
  display: flex;
  align-items: start;
  margin-left: 60px;
  font-size: 12px;
  margin-top: 10px;
}

.box-bg-n .main-box .check input {
  margin-top: 4px;
  margin-right: 10px;
}

.box-bg-n .main-box .btns input {
  width: 133px;
  height: 32px;
  background: #C03D9D;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  display: block;
  margin: 20px auto;
  margin-bottom: 30px;
}

#success_msg, #failure_msg {
  text-align: center;
  display: block;
}

.box-bg-n .close {
  background: url(/themes/shivam/images/close.png) center no-repeat;
  width: 50px;
  height: 50px;
  background-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.ed-contact-us {
  width: 550px;
  margin: 0 auto;
}

.ed-contact-us .subtitle {
  text-align: center;
  width: 320px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 22px;
}

.ed-contact-us .form-contact {
  margin-left: 40px;
}

.ed-contact-us .form-contact .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  margin-top: 15px;
}

.ed-contact-us .form-contact .item .left {
  width: 80px;
  text-align: left;
  padding-right: 10px;
}

.ed-contact-us .form-contact .item input {
  height: 40px;
  width: 350px;
  box-sizing: border-box;
  padding: 0 15px;
}

.ed-contact-us .form-contact .item textarea {
  width: 350px;
  padding: 15px;
  box-sizing: border-box;
}

.ed-contact-us .form-contact .h300 {
  height: 180px;
}

.ed-contact-us .form-contact .submit-btn {
  width: 160px !important;
  height: 40px;
  background: #FFE748;
  border-radius: 3px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
}

.ed-contact-us .contact-info {
  margin-top: 36px;
  font-size: 20px;
  margin-bottom: 16px;
}

.mobile-menu {
  display: none;
}

.mobile-menu-box {
  display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main {
    width: 992px;
  }

  .items-index .item .img {
    width: 180px;
  }
  .items-index .item .info {
    font-size: 14px;
  }
  .items-index .item .info .h1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main {
    width: 95%;
  }

  .top .main .login-form input {
    width: 140px;
  }

  .banner .info {
    margin-left: auto;
    margin-right: auto;
  }

  .items-index .item {
    width: 100%;
  }

  .footer .links {
    font-size: 12px;
  }

  .top .main .logo {
    width: 140px;
  }

  .download-box .txt {
    font-size: 20px;
  }
  .download-box .icon {
    width: 240px;
    height: 80px;
  }

  .banner .info {
    margin-left: 10px;
    margin-right: 10px;
    width: 400px;
  }
  .banner .info h1 {
    font-size: 36px;
  }
  .banner .info h2 {
    font-size: 32px;
  }
  .banner .info p {
    font-size: 18px;
  }
  .banner .info p .big {
    font-size: 26px;
  }
  .banner .info .mt {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .pc-show {
    display: none;
  }

  .main {
    width: 95%;
  }

  .mobile-menu {
    display: flex;
    border: 1px solid #1D1E1B;
    height: 24px;
    width: 30px;
    border-radius: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobile-menu .line {
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
  }

  .mobile-menu-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
  }

  .mobile-menu-box.on {
    display: block;
  }

  .mobile-menu-box .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  }

  .mobile-menu-box .main-box {
    height: 100%;
    width: 60%;
    position: absolute;
    z-index: 2;
    background: rgba(11, 11, 11, 0.94);
  }

  .main-box a {
    color: #fff;
    display: block;
    line-height: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 20px;
  }

  .sina-login-remember-wrap {
    display: none;
  }

  .top .main .logo {
    width: 120px;
  }

  .banner .side-box .side-btn {
    width: 8px;
    margin: 0 4px;
  }

  .banner .info {
    margin-left: 10px;
    margin-right: 10px;
    width: 200px;
  }
  .banner .info h1 {
    font-size: 20px;
  }
  .banner .info h2 {
    font-size: 18px;
  }
  .banner .info p {
    font-size: 14px;
  }
  .banner .info p .big {
    font-size: 16px;
  }
  .banner .info .mt {
    margin-top: 10px;
  }

  .banner .swiper {
    height: 300px;
  }

  .banner .banner1 {
    background-size: auto 100%;
  }

  .items_t {
    font-size: 24px;
    margin: 40px 0;
  }

  .items-index {
    margin-bottom: 40px;
  }
  .items-index .item {
    width: 100%;
    padding: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
  }
  .items-index .item .img {
    width: 80px;
    height: 80px;
    background-size: 80px;
    top: -20px;
  }
  .items-index .item .info {
    font-size: 14px;
  }
  .items-index .item .info .h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .adk_answer .title {
    margin: 40px 0;
    font-size: 24px;
  }
  .adk_answer .item .ask {
    height: 66px;
  }
  .adk_answer .item .ask .t {
    font-size: 16px;
    line-height: 22px;
  }
  .adk_answer .item .ask .icon {
    margin-left: 10px;
    flex-shrink: 0;
  }
  .adk_answer .item.on .answer {
    margin: 20px 16px;
  }

  .online {
    padding: 40px 15px;
  }
  .online h1 {
    font-size: 24px;
  }

  .responsible h1 {
    font-size: 24px;
    margin: 40px 0;
    margin-bottom: 20px;
  }

  .ed-contact-us .form-contact {
    margin-left: 10px;
  }

  .ed-contact-us {
    width: 100%;
  }

  .ed-contact-us .form-contact .item input, .ed-contact-us .form-contact .item textarea {
    width: 220px;
  }

  .site-content h1 {
    font-size: 28px;
  }

  .footer {
    padding: 40px 15px;
  }
  .footer .main .links a {
    width: 160px;
    font-size: 14px;
  }
  .footer .main .links, .footer .main .disclaimer {
    margin-bottom: 30px;
  }

  .download-box {
    margin: 30px 15px;
    flex-direction: column;
  }
  .download-box .txt {
    font-size: 12px;
    line-height: 18px;
  }
  .download-box .icon {
    width: 120px;
    height: 40px;
    margin-left: 0;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=css.css.map */
