﻿@font-face {
  font-family: "HeiTi";
  src: url("../fonts/heiTi.otf");
}

html, body {
  font-family: Tahoma, Helvetica, "Microsoft Yahei", STXihei, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 1000px;
  background: #000 url("/newdsn/images/bg-img.jpg");
}

.wrapper {
	position:relative;
	z-index:9;
  width: 1000px;
  margin: auto;
}

.route-container{
	width:640px;
	margin-top:40px;
	background-color:#252525;
	border-radius:10px;
}
.route-container img{
  width:100%;
  height:100%;
  border-radius:10px;
}
.route-container .route-title{
	margin-bottom:6px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.route-container .route-notice{
	font-size:14px;
	color:#999;
}
.route-container .route-notice span{
	font-weight:bold;
}
.route-container .route-item{
	overflow:hidden;
	margin-top:14px;
	font-size:14px;
}
.route-container .route-item  + .route-item{
	margin-top:20px;
}
.route-container .route-item>div{
	float:left;
	line-height:36px;
	height:36px;
	text-align:center;
	background-color:#6e7379;
	border-radius:4px;
	color:#fff;
}
.route-container .route-item>div + div{
	margin-left:20px;
}
.route-container .route-item>div.route-ms,
.route-container .route-item>div.route-enter{
	width:120px;
}
.route-container .route-item>div.route-enter{
	cursor:pointer;
}
.route-container .route-item>div.route-link{
	width:60px;
	background:#6e7379 url("/newdsn/images/link-icon.png") center center no-repeat;
}
.route-container .route-item>div.route-url{
	width:280px;
}
.download-container{
	margin-top:80px;
  text-align:center;
  
}
.test1{
  border-radius:10px ;
}

.left {
  float: left;
  cursor: pointer;
}

.right {
  float: right;
}

.clearfix{
  display: block;
  clear: both;
}

.parallax-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inline-input {
  display: inline;
  position: relative;
}

.col-1 {
  width: 10%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 40%;
}

.col-5 {
  width: 50%;
}

.col-6 {
  width: 60%;
}

.col-7 {
  width: 70%;
}

.col-8 {
  width: 80%;
}

.col-9 {
  width: 90%;
}

.header {
  height: 120px;
  width: 100%;
  text-align:center;
  border-bottom:1px solid #f3cd5b;
}
.header .title-text{
	line-height:120px;
	font-size:26px;
  color:#f3cd5b;
  float: right;
  margin-right:40px;
	
}

.header .logo {
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  float: left;
  margin-top: 18px;
  cursor: pointer;
}
.header  .gif-img{
	float:right;
	width:280px;
	margin-top:46px;
}

.header .nav {
  float: left;
  padding-left: 30px;
}

.header .nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 96px;
}

.header .nav-list .nav-item {
  display: inline-block;
  margin: 0 9px;
}

.header .nav-list .nav-item a {
  text-decoration: none;
  color: #fff;
}

.header .nav-list .nav-item a.active,
.header .nav-list .nav-item a:hover {
  color: #ff0000;
}

.header .login-form {
  position: absolute;
  right:0px;
  top:162px;
  height:299px;
  padding:20px 30px;
  background-color:#252525;
	border-radius:10px;
}

.header .login-form .login-input {
  line-height: 96px;
}
.header .login-form .login-input span{
	display:block;
	width:220px;
}
.header .login-form .login-input span.login-register{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}
.header .login-form .login-input span + span{
	margin-top:14px;
}


.header .login-form .login-input input {
  background-color: rgba(255,255,255,0);
  border-radius: 2px;
  border: 1px solid #fff;
  width: 100%;
  padding:0px 14px;
  height: 36px;
  outline:none;
  line-height:36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.header .login-form .login-input input:focus{
	border-color:#fff;
}

.header .login-form .login-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9e9e9e;
  font-size: 12px;
}
.header .login-form .login-input input::-moz-placeholder { /* Firefox 19+ */
  color: #9e9e9e;
  font-size: 12px;
}
.header .login-form .login-input input:-ms-input-placeholder { /* IE 10+ */
  color: #9e9e9e;
  font-size: 12px;
}
.header .login-form .login-input input:-moz-placeholder { /* Firefox 18- */
  color: #9e9e9e;
  font-size: 12px;
}

.header .login-form .login-input button {
	display:block;
  width: 100%;
  height: 36px;
  margin-top:14px;
  line-height: 36px;
  font-weight:bold;
  border-radius: 4px;
  border: 0;
  outline: none;
  cursor: pointer;
}

.header .login-form .login-input .forgot-password{
  display: inline-block;
  position: absolute;
  right: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  top:-38px;
}

.header .login-form .login-input .verification{
  position: absolute;
  right: 8px;
  top: 0;
  width: auto;
  height: 19px;
}

.header .login-form .login-input input:focus + .input-label {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.header .login-form .login-input .input-label {
	display:none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 10px;
  top: -20px;
  line-height: 12px;
  font-size: 8px;
  color: #fff;
  -webkit-transform: translateY(20px) scale(1.5);
      -ms-transform: translateY(20px) scale(1.5);
          transform: translateY(20px) scale(1.5);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.header .login-form .login-input button{
  transition: background-color 200ms ease-in-out;
}

.header .login-form .login-input button.login {
  background-color: #08f;
  color: #333;
}

.header .login-form .login-input button.login:hover {
  background-color: #bababa;
}

.header .login-form .login-input button.trial {
  background-color: #b1a736;
  color: #fff;
}

.header .login-form .login-input button.trial:hover {
  background-color: #2d81a3;
}

.header .login-form .login-input button.register {
  background-color: #317720;
  color: #fff;
}

.header .login-form .login-input button.register:hover {
  background-color: #af0a68;
}

.header .login-form .login-support {
  width: 100%;
  margin-top:14px;
  color: #fff;
  font-size: 14px;
}

.header .login-form .login-support a {
  color: #fff;
}

.header .login-form.verify .inline-input input{
  width: 100px;
}

.header .login-form.trial .button{
  min-width: initial;
  margin-right: 2px;
}

.header .login-form.trial.verify .inline-input input{
  width: 105px;
}

.header .login-form.trial.verify .button{
  min-width: initial;
  margin-right: 2px;
}

.header .header-links{
  float: right;
  position: absolute;
  top: 30px;
  right: -3px;
  color: #fff;
  width: 220px;
}

.header .header-links > *{
  float: left;
  min-width: 80px;
  text-align: center;
}

.header .header-links a{
  text-decoration: none;
  color: #fff;
}

.header .header-links a.active,
.header .header-links a:hover {
  color: #ff0000;
}

.header .header-links .button{
  margin-top: 36px;
  float: right;
}

.content {
  position: relative;
  overflow: hidden;
}
.content.route{
	width:1000px;
	margin:0px auto;
}

.content .swiper-container {
  width: 100%;
  height: 100%;
}

.content.game {
  position: relative;
  /*min-height: 100vh;*/
  height: auto;
  background: #6a1bae;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6a1bae 37%,#1b1caf 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #6a1bae 37%,#1b1caf 100%);
  background: -o-linear-gradient(315deg, #6a1bae 37%,#1b1caf 100%);
  background: linear-gradient(135deg, #6a1bae 37%,#1b1caf 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a1bae', endColorstr='#1b1caf',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.content.service {
  position: relative;
  /*height: 100vh;*/
  height: auto;
  margin-bottom: 200px;
  -webkit-box-shadow: 0 10px 15px rgba(55,55,55,0.2);
          box-shadow: 0 10px 15px rgba(55,55,55,0.2);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #370165 0%,#270061 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #370165 0%,#270061 100%);
  background: -o-linear-gradient(315deg, #370165 0%,#270061 100%);
  background: linear-gradient(135deg, #370165 0%,#270061 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#370165', endColorstr='#270061',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.content.mobile {
  position: relative;
  height: auto;
  margin-bottom: 370px;
  -webkit-box-shadow: 0 10px 15px rgba(55,55,55,0.2);
          box-shadow: 0 10px 15px rgba(55,55,55,0.2);
  background-image: url(/dsniii/img/mobile-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.content.promo {
  position: relative;
  height: auto;
  margin-bottom: 370px;
  -webkit-box-shadow: 0 10px 15px rgba(55,55,55,0.2);
          box-shadow: 0 10px 15px rgba(55,55,55,0.2);
  background-image: url(/dsniii/img/promo-bg.png);
  background-color: #CAAF96;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.content.faq {
  position: relative;
  height: auto;
  margin-bottom: 370px;
  -webkit-box-shadow: 0 10px 15px rgba(55,55,55,0.2);
          box-shadow: 0 10px 15px rgba(55,55,55,0.2);
  background-image: url(/dsniii/img/faq-bg.png);
  background-color: #19baee;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.content.password {
  position: relative;
  height: auto;
  margin-bottom: 370px;
  -webkit-box-shadow: 0 10px 15px rgba(55,55,55,0.2);
          box-shadow: 0 10px 15px rgba(55,55,55,0.2);
  background-image: url(/dsniii/img/password-bg.png);
  background-color: #19baee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.phone-wrapper {
  position: relative;
  height: 380px;
  margin-top: 70px;
}

.phone-wrapper .mobile1 {
  background-image: url(../img/mobile1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 400px;
  height: 600px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.phone-wrapper .mobile2 {
  background-image: url(../img/mobile2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 400px;
  height: 600px;
  left: 15%;
  top: 60px;
}

.phone-wrapper .mobile3 {
  background-image: url(../img/mobile3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 400px;
  height: 600px;
  right: 15%;
  top: 60px;
}

.phone-wrapper .mobile4 {
  background-image: url(../img/mobile4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 400px;
  height: 600px;
  left: 3%;
  top: 120px;
}

.phone-wrapper .mobile5 {
  background-image: url(../img/mobile5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 400px;
  height: 600px;
  right: 3%;
  top: 120px;
}

.phone-wrapper .mickey {
  background-image: url(../img/mickey.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 250px;
  height: 182px;
  right: 58px;
  top: -40px;
}

.content.service .wrapper,
.content.mobile .wrapper,
.content.promo .wrapper,
.content.faq .wrapper,
.content.password .wrapper {
  padding-bottom: 375px;
}

.image-title {
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: center;
  width: 80%;
  margin: 0 auto;
  height: 180px;
  font-size: 0;
  margin-top: 20px;
  position: relative;
}

.image-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(../img/flare.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  -webkit-animation: blink 1s infinite alternate;
          animation: blink 1s infinite alternate;
  top: 30px;
  right: 40%;
}

.image-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(../img/flare.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  -webkit-animation: blink 2s infinite alternate;
          animation: blink 2s infinite alternate;
  top: 15%;
  left: 35%;
}

.image-title.mobile {
  background-image: url(../img/mobile-header.png);
}

.image-title.promo {
  background-image: url(../img/promo-header.png);
}

.image-title.faq {
  background-image: url(../img/faq-header.png);
}

.image-title.password {
  background-image: url(../img/password-header.png);
}

.image-title.register {
  background-image: url(/dsniii/img/register-header.png);
}

.content-title {
  font-size: 20px;
  letter-spacing: 20px;
  margin: 70px 0 10px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-indent: 20px;
}

.content-title-sub {
  color: #fff;
  font-size: 30px;
  letter-spacing: 20px;
  text-indent: 20px;
  margin: 10px auto;
  text-align: center;
  position: relative;
  display: block;
  width: 400px;
  /*font-family: "HeiTi", Arial, sans-serif;*/
  /*font-weight: normal;*/
  /*font-style: normal;*/;
}

.content-title.dark {
  color: #727272;
}

.content-title-sub.dark {
  color: #727272;
}

.content-title-sub.dark .line {
  border-bottom: 4px solid #727272;
}

.content-title-sub .line {
  /*position: absolute;*/
  width: 80px;
  margin-top: 20px;
  border-bottom: 4px solid #fff;
}

.content-title-sub .line.left {
  /*left: calc(50% - 100px);*/
  /*transform: translateX(-100px);*/;
}

.content-title-sub .line.right {
  /*right: calc(50% - 100px);*/
  /*transform: translateX(100px);*/;
}

.banner1 .bg {
  background-image: url(../img/banner/banner_1_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.banner1 .title {
  background-image: url(../img/banner/banner_1_title.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 40%;
  height: 400px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 100px;
  -webkit-animation: bounceInDown 1s linear forwards;
          animation: bounceInDown 1s linear forwards;
}

.banner1 .character {
  background-image: url(/dsniii/img/banner/banner_1_character.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 63%;
  height: 525px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 30vh;
  -webkit-animation: zoomInUp 2s linear forwards;
          animation: zoomInUp 2s linear forwards;
}

.banner1 .deco {
  background-image: url(/dsniii/img/banner/banner_1_deco.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: zoomInAlt 5s linear forwards;
          animation: zoomInAlt 5s linear forwards;
}

.banner1 .button.go {
  cursor: pointer;
  background-image: url(/dsniii/img/banner/banner_1_btn.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 20%;
  height: 90px;
  position: absolute;
  margin: auto;
  top: 56vh;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -webkit-animation: pulse 1s infinite alternate;
          animation: pulse 1s infinite alternate;
}

.banner1 .button.go:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media (max-height: 700px){
  .banner1 .title {
    top: 40px;
  }
  .banner1 .character {
    width: 50%;
    height: 280px;
    top: 135px;
  }
  .banner1 .button.go {
    top: 280px;
    width: 180px;
  }
}
@media (max-height: 560px){
  .banner1 .title {
    top: 4px;
  }
  .banner1 .character {
    width: 40%;
    height: 280px;
    top: 128px;
  }
  .banner1 .button.go {
    top: 225px;
  }
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
  .content{
    height: 550px;
  }
  .banner1 .title {
    top: 40px;
  }
  .banner1 .character {
    width: 50%;
    height: 280px;
    top: 135px;
  }
  .banner1 .button.go {
    top: 320px;
  }
}

.banner2 .bg {
  background-image: url(../img/banner/banner_2_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.banner2 .title {
  background-image: url(../img/banner/banner_2_title.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 35%;
  height: 550px;
  position: absolute;
  margin: auto;
  left: 20%;
  top: 10%;
  -webkit-animation: bounceInLeft 1s linear forwards;
          animation: bounceInLeft 1s linear forwards;
}

.banner2 .character {
  background-image: url(../img/banner/banner_2_character.png);
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 30%;
  height: 70%;
  position: absolute;
  margin: auto;
  right: 10%;
  top: 8%;
  -webkit-animation: zoomInUp 2s linear forwards;
          animation: zoomInUp 2s linear forwards;
}

.banner2 .deco {
  background-image: url(../img/banner/banner_2_deco.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: zoomInAlt 5s linear forwards;
          animation: zoomInAlt 5s linear forwards;
}

.banner2 .button.go:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.banner-addon {
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  z-index: 2;
  -webkit-animation: flipInX 1s linear forwards;
          animation: flipInX 1s linear forwards;
}

.banner-addon .addon-title{
  position: absolute;
  margin: 0;
  font-size: 14px;
  color: #fff;
  top: -60px;
  left: 40px;
}

.banner-addon .info p{
  display: inline;
  white-space: nowrap;
  color: #fff;
  margin: 0 20px;
}

.banner-addon .wrapper > div.promo {
  position: relative;
  bottom: 10px;
  height: 90px;
  background: #ec008b;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(236, 0, 139, 0.5) 0%,rgba(236, 0, 139, 0.2) 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 0, 139, 0.5)),to(rgba(236, 0, 139, 0.2)));
  background: -webkit-linear-gradient(top, rgba(236, 0, 139, 0.5) 0%,rgba(236, 0, 139, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(236, 0, 139, 0.5) 0%,rgba(236, 0, 139, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(236, 0, 139, 0.5) 0%,rgba(236, 0, 139, 0.2) 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec008b', endColorstr='#ec008b',GradientType=1 );
 /* IE6-9 */;
}

.banner-addon .wrapper > div.info{
  padding-left: 40px; 
  -webkit-box-sizing: border-box; 
          box-sizing: border-box;
  position: relative;
}

.banner-addon .wrapper > div.info:before{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(/dsniii/img/icon/message.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 7px;
  top: -2px;
}

.banner-addon .wrapper .col-3 {
  width: calc(30% - 20px);
}

.banner-addon .wrapper > div.promo:nth-child(1) {
  margin-right: 20px;
}

.banner-addon .wrapper > div.promo:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #ec008b;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(55, 55, 55, 0.7)  0%,rgba(55, 55, 55, 0.2) 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 55, 55, 0.7)),to(rgba(55, 55, 55, 0.2)));
  background: -webkit-linear-gradient(top, rgba(55, 55, 55, 0.7)  0%,rgba(55, 55, 55, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(55, 55, 55, 0.7)  0%,rgba(55, 55, 55, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(55, 55, 55, 0.7)  0%,rgba(55, 55, 55, 0.2) 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec008b', endColorstr='#ec008b',GradientType=1 );
 /* IE6-9 */;
}

.banner-addon .more-addon {
  position: relative;
  height: 100%;
}

.banner-addon  .more-addon .swiper-container-phone {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.banner-addon  .more-addon .swiper-container-phone img {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.banner-addon .more-addon > img {
  position: absolute;
  right: 45px;
  bottom: 5px;
  z-index: 2;
}

.banner-addon .more-addon .more {
  text-decoration: none;
  color: #ED1C94;
  position: absolute;
  top: 10px;
  right: 30%;
}

.banner-addon .addon-item {
  float: left;
  width: 33%;
  height: 100%;
  color: #fff;
  position: relative;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner-addon .addon-item h4 {
  margin: 10px 0;
}

.banner-addon .addon-item p {
  margin: 0;
}

.banner-addon .addon-item img {
  padding: 5px 10px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.games-container {
  margin: 50px auto;
}

.games-container:after {
  content: '';
  display: table;
  clear: both;
}

.games-container .wrapper > div {
  position: relative;
}

.games-container .wrapper .right{
  padding-top: 40px;
}

.games-container .deco {
  background-image: url(../img/deco.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: zoomInAlt 5s linear forwards;
          animation: zoomInAlt 5s linear forwards;
}

.games-container .game-bg {
  width: 500px;
  height: 540px;
  background-image: url(../img/Mickshape.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.games-container .game-bg .glare {
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../img/flare.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}

.games-container .game-bg .glare:nth-child(1) {
  top: 163px;
  right: 19px;
  -webkit-animation: blink 3s infinite alternate;
          animation: blink 3s infinite alternate;
}

.games-container .game-bg .glare:nth-child(2) {
  top: -40px;
  right: 75px;
  -webkit-animation: blink 4s infinite alternate;
          animation: blink 4s infinite alternate;
}

.games-container .game-bg .glare:nth-child(3) {
  top: 352px;
  left: 87px;
  -webkit-animation: blink 2s infinite alternate;
          animation: blink 2s infinite alternate;
}

.games-container .game-bg .glare:nth-child(4) {
  top: 394px;
  left: 132px;
  -webkit-animation: blink 1s infinite alternate;
          animation: blink 1s infinite alternate;
}

.games-container .game-title {
  position: absolute;
  width: 335px;
  height: 300px;
  top: 0;
  left: -20px;
}

.games-container .current-game {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 115px;
  left: 80px;
}

.games-container .current-game div {
  width: 100%;
  height: 100%;
  background-image: url(/dsniii/img/game-sprite-x4.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: background-position 600ms ease-in-out, -webkit-filter 200ms ease-in-out;
  transition: background-position 600ms ease-in-out, -webkit-filter 200ms ease-in-out;
  -o-transition: background-position 600ms ease-in-out, filter 200ms ease-in-out;
  transition: background-position 600ms ease-in-out, filter 200ms ease-in-out;
  transition: background-position 600ms ease-in-out, filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
}

.games-container .current-game div.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.games-container .current-game div.pk10 {
  background-position: 0 0;
}

.games-container .current-game div.bjl {
  background-position: 0 -400px;
}

.games-container .current-game div.bjpk10 {
  background-position: 0 -800px;
}

.games-container .current-game div.jsssc {
  background-position: 0 -1200px;
}

.games-container .current-game div.cqssc {
  background-position: 0 -1600px;
}

.games-container .current-game div.auluck5 {
  background-position: 0 -2000px;
}

.games-container .current-game div.hk6 {
  background-position: 0 -2400px;
}

.games-container .current-game div.k3 {
  background-position: 0 -2800px;
}

.games-container .current-game div.gxklsf {
  background-position: 0 -3200px;
}

.games-container .current-game div.gdklsf {
  background-position: 0 -3600px;
}

.games-container .current-game div.gd11x5 {
  background-position: 0 -4000px;
}

.games-container .current-game div.tcpl3 {
  background-position: 0 -4400px;
}

.games-container .current-game div.kl8 {
  background-position: 0 -4800px;
}

.games-container .current-game div.xjssc {
  background-position: 0 -5200px;
}

.games-container .current-game div.tjssc {
  background-position: 0 -5600px;
}

.games-container .current-game div.auluck10 {
  background-position: 0 -6000px;
}

.games-container .current-game div.auluck20 {
  background-position: 0 -6400px;
}

.games-container .current-game div.pcegg {
  background-position: 0 -6800px;
}

.games-container .current-game div.f3d {
  background-position: 0 -7200px;
}

.games-container .current-game div.auluck8 {
  background-position: 0 -7600px;
}

.games-container .current-game div.xync {
  background-position: 0 -8000px;
}

.games-container .game-title .game-start {
  width: 100%;
  height: 100%;
  background-image: url(/dsniii/img/game-start.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.games-container .game-title .game-end {
  position: absolute;
  left: 68px;
  top: 78px;
  width: 80%;
  height: 80%;
  background-image: url(/dsniii/img/game-end.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.games-container .button.go {
  width: 110px;
  height: 135px;
  background-image: url(/dsniii/img/game-btn.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40px;
  right: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.games-container .button.go .play.icon {
  width: 100%;
  height: 100%;
  background-image: url(/dsniii/img/game-btn-play.png);
  background-position: 55% center;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}

.games-container .button.go:after {
  content: '';
  width: 135px;
  height: 135px;
  background-image: url(/dsniii/img/game-btn-glare.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  right: -60px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
  -webkit-animation: blink 5s infinite alternate;
          animation: blink 5s infinite alternate;
}

.games-container .button.go a {
  font-size: 0;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(40px);
          transform: translateZ(40px);
}

.games-container .game-list {
  width: 600px;
  height: auto;
  position: relative;
}

.games-container .game-list.small {
  width: 450px;
  margin: auto;
}

.games-container .more-games{
  position: absolute;
  right: 140px;
  top: 0;
  text-decoration: none;
  color: #ED1C94;
}

.games-container .more-games .swiper-container{
  width: 600px;
  height: 450px;
}

.games-container .game-list .game-item {
  float: left;
  height: 150px;
  width: 150px;
  background-image: url(/dsniii/img/blue-ball.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
  position: relative;
}

.games-container .game-list .game-item a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/dsniii/img/game-sprite.png);
  background-repeat: no-repeat;
}

.games-container .game-list .game-item a.pk10 {
  background-position: 0 0;
}

.games-container .game-list .game-item a.bjl {
  background-position: 0 -150px;
}

.games-container .game-list .game-item a.bjpk10 {
  background-position: 0 -300px;
}

.games-container .game-list .game-item a.jsssc {
  background-position: 0 -450px;
}

.games-container .game-list .game-item a.cqssc {
  background-position: 0 -600px;
}

.games-container .game-list .game-item a.auluck5 {
  background-position: 0 -750px;
}

.games-container .game-list .game-item a.hk6 {
  background-position: 0 -900px;
}

.games-container .game-list .game-item a.k3 {
  background-position: 0 -1050px;
}

.games-container .game-list .game-item a.gxklsf {
  background-position: 0 -1200px;
}

.games-container .game-list .game-item a.gdklsf {
  background-position: 0 -1350px;
}

.games-container .game-list .game-item a.gd11x5 {
  background-position: 0 -1500px;
}

.games-container .game-list .game-item a.tcpl3 {
  background-position: 0 -1650px;
}

.games-container .game-list .game-item a.kl8 {
  background-position: 0 -1800px;
}

.games-container .game-list .game-item a.xjssc {
  background-position: 0 -1950px;
}

.games-container .game-list .game-item a.tjssc {
  background-position: 0 -2100px;
}

.games-container .game-list .game-item a.auluck10 {
  background-position: 0 -2250px;
}

.games-container .game-list .game-item a.auluck20 {
  background-position: 0 -2400px;
}

.games-container .game-list .game-item a.pcegg {
  background-position: 0 -2550px;
}

.games-container .game-list .game-item a.f3d {
  background-position: 0 -2700px;
}

.games-container .game-list .game-item a.auluck8 {
  background-position: 0 -2850px;
}

.games-container .game-list .game-item a.xync {
  background-position: 0 -3000px;
}

.games-container .game-list .game-item .glare {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: url(/dsniii/img/flare3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: blink 1s infinite alternate;
          animation: blink 1s infinite alternate;
  opacity: 0.9;
  z-index: -1;
}

.service {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service.mobile {
  margin: 20px 0;
}

.service .service-item {
  display: inline-block;
  width: calc(95% / 3);
  text-align: center;
  color: #fff;
}

.service.mobile .service-item {
  font-style: italic;
  font-size: 21px;
  position: relative;
  text-align: left;
}

.service.mobile .service-item .coins {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: -18px;
  left: 0;
  background-image: url(../img/coin.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.service.mobile .service-item .coins:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(../img/flare.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.service.mobile .service-item:nth-child(1) .coins:before {
  top: -25px;
  right: -25px;
  -webkit-animation: blink 1s infinite alternate;
          animation: blink 1s infinite alternate;
}

.service.mobile .service-item:nth-child(2) .coins:before {
  top: -15px;
  right: -25px;
  -webkit-animation: blink 2s infinite alternate;
          animation: blink 2s infinite alternate;
}

.service.mobile .service-item:nth-child(3) .coins:before {
  top: -10px;
  right: -25px;
  -webkit-animation: blink 3s infinite alternate;
          animation: blink 3s infinite alternate;
}

.service.mobile .service-item h4 {
  font-size: 20px;
  margin: 0;
  padding-left: 60px;
}

.service .service-item h3 {
  color: #FFD34C;
  font-size: 45px;
  margin: 0;
  font-family: "HeiTi", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 4px;
}

.service .service-item h3 span {
  font-weight: bold;
}

.service .service-item .deposit {
  height: 256px;
  background-image: url(/dsniii/img/icon/service1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.service .service-item .withdraw {
  height: 256px;
  background-image: url(/dsniii/img/icon/service2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.service .service-item .bank {
  height: 256px;
  background-image: url(/dsniii/img/icon/service3.png);
  background-repeat: no-repeat;
  background-position: center;
}

.service-footer {
  position: absolute;
  bottom: -40px;
  height: 345px;
  width: 100%;
  background-image: url(/dsniii/img/wave.png);
  background-size: 100% auto;
  -webkit-animation: loopfooter 120s linear infinite;
          animation: loopfooter 120s linear infinite;
}

.service-wrapper {
  color: #fff;
  height: 66px;
  margin-top: 60px;
}

.service-wrapper .desc h3,
.service-wrapper .desc h4 {
  margin: 0;
  font-weight: normal;
}

.service-wrapper .desc h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.service-wrapper .desc h4 {
  font-size: 17px;
}

.service-wrapper .lion {
  background-image: url(/dsniii/img/icon/service4.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 66px;
}

.service-wrapper .sun {
  background-image: url(/dsniii/img/icon/service5.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 66px;
}

.partner {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100px;
}

.partner li {
  display: inline-block;
  width: calc(95% /4);
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center;
}

.partner li.suncity {
  background-image: url(/dsniii/img/icon/suncity-icon.png);
}

.partner li.alipay {
  background-image: url(/dsniii/img/icon/alipay-icon.png);
}

.partner li.wechatpay {
  background-image: url(/dsniii/img/icon/wechatpay-icon.png);
}

.partner li.unionpay {
  background-image: url(/dsniii/img/icon/unionpay-icon.png);
}

.tab-container {
  width: 100%;
  height: auto;
  min-height: 400px;
  background-color: rgba(109, 14, 177, 0.35);
  position: relative;
}

.tab-container.left-panel {
  background-color: transparent;
  width: 80%;
  margin: auto;
}

.tab-container.left-panel:after {
  content: '';
  display: table;
  clear: both;
}

.tab-container.left-panel .tab-switch {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.tab-container.top-panel {
  background-color: transparent;
  width: 75%;
  margin: auto;
}

.tab-container.top-panel:after {
  content: '';
  display: table;
  clear: both;
}

.tab-container.top-panel .tab-switch {
  display: block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 2;
}

.tab-container.left-panel .tab-switch ul {
  display: block;
}

.tab-container.left-panel .tab-switch ul li {
  display: block;
  height: 70px;
  background-image: url(../img/tab-item.png);
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tab-container.left-panel .tab-switch ul li:not(:first-child) {
  margin-top: -12px;
}

.tab-container.left-panel .tab-switch ul li:nth-child(1) {
  z-index: 7;
}

.tab-container.left-panel .tab-switch ul li:nth-child(2) {
  z-index: 6;
}

.tab-container.left-panel .tab-switch ul li:nth-child(3) {
  z-index: 5;
}

.tab-container.left-panel .tab-switch ul li:nth-child(4) {
  z-index: 4;
}

.tab-container.left-panel .tab-switch ul li:nth-child(5) {
  z-index: 3;
}

.tab-container.left-panel .tab-switch ul li:nth-child(6) {
  z-index: 2;
}

.tab-container.left-panel .tab-switch ul li:nth-child(7) {
  z-index: 1;
}

.tab-container.left-panel .tab-switch ul li.active {
  background-image: url(../img/tab-active.png);
  z-index: 99;
}

.tab-container.left-panel .tab-switch ul li:hover {
  z-index: 100;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  margin: 5px 0;
}

.tab-container.top-panel .tab-switch ul li {
  display: block;
  height: 70px;
  background-image: url(../img/tab-switch.png);
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tab-container.top-panel .tab-switch ul li:not(:first-child) {
  margin-left: -20px;
}

.tab-container.top-panel .tab-switch ul li:nth-child(1):before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(/dsniii/img/icon/step1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 15px;
  left: 25px;
}

.tab-container.top-panel .tab-switch ul li:nth-child(2):before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(/dsniii/img/icon/step2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 15px;
  left: 25px;
}

.tab-container.top-panel .tab-switch ul li:nth-child(3):before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(/dsniii/img/icon/step3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 15px;
  left: 25px;
}

.tab-container.top-panel .tab-switch ul li.active {
  background-image: url(/dsniii/img/tab-switch-active.png);
}

.tab-container .tab-switch ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-container .tab-switch ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  position: relative;
  background: #570db1;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #570db1 0%,#7f0d97 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #570db1 0%,#7f0d97 100%);
  background: -o-linear-gradient(315deg, #570db1 0%,#7f0d97 100%);
  background: linear-gradient(135deg, #570db1 0%,#7f0d97 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#570db1', endColorstr='#7f0d97',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.tab-container .tab-switch ul li.active {
  background: #fc28ff;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fc28ff 0%,#bb0bcd 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #fc28ff 0%,#bb0bcd 100%);
  background: -o-linear-gradient(315deg, #fc28ff 0%,#bb0bcd 100%);
  background: linear-gradient(135deg, #fc28ff 0%,#bb0bcd 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc28ff', endColorstr='#bb0bcd',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.tab-container .tab-switch ul li a {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.tab-container .tab-content {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tab-container.left-panel .tab-content {
  display: inline-block;
  width: calc(100% - 220px);
  float: right;
  vertical-align: top;
  background-color: rgba(38, 113 ,233 ,.5);
  z-index: 1;
  color: #fff;
  padding: 10px 40px 30px 60px;
}

.tab-container.top-panel .tab-content {
  background-color: rgba(38, 113 ,233 ,.5);
  z-index: 1;
  color: #fff;
  padding: 80px 30px 30px;
  width: 95%;
  margin: auto;
}

.tab-container .tab-content .sub-content {
  display: none;
}

.tab-container .tab-content .sub-content.active {
  display: block;
}

.tab-container .tab-content .sub-content-item {
  height: auto;
  width: 100%;
}

.tab-container .tab-content .sub-content-item .sub-content-item-header {
  display: block;
  height: 220px;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.tab-container .tab-content .sub-content-item .sub-content-item-header .coin {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: -18px;
  left: 0;
  background-image: url(../img/coin.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.tab-container .tab-content .sub-content-item .sub-content-item-header .coin:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(../img/flare.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -25px;
  right: -25px;
  -webkit-animation: blink 1s infinite alternate;
          animation: blink 1s infinite alternate;
}

.tab-container .tab-content .sub-content-item .sub-content-item-header img {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: calc(100% - 70px);
  height: calc(100% - 40px);
}

.tab-container .tab-content .sub-content-item .sub-content-item-content {
  display: none;
  width: calc(100% - 70px);
  float: right;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255,255,255,0.7);
  padding: 20px;
}

.tab-container .tab-content .sub-content-item:after {
  content: '';
  display: table;
  clear: both;
}

.footer {
	padding:30px 0px;
	line-height:24px;
	font-size:14px;
  color: #fff;
  text-align: center;
}
.safety-verify{
	margin-top:6px;
}
.safety-verify img + img{
	margin-left:6px;
}

.footer .first-footer a {
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  line-height: 100px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-transition: text-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: text-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out, text-shadow 200ms ease-in-out;
  transition: transform 200ms ease-in-out, text-shadow 200ms ease-in-out;
  transition: transform 200ms ease-in-out, text-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  position: relative;
}

.footer .first-footer a:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  text-shadow: 0 6px 7px rgba(0,0,0,0.2);
}

.footer .second-footer {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #210F27;
  bottom: 0;
  left: 0;
  right: 0;
  color: #707070;
}

.footer .second-footer p {
  margin: 40px auto;
}

.form-wrapper {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sticky-nav{
  position: fixed;
  right: 10px;
  top: 60%;
  width: 99px;
  padding-top:10px;
	background: #1d1d1d;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.sticky-nav a {
	position:relative;
	width: 82px;
	display: block;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url(/newdsn/images/fixed-icon.png) no-repeat;
}

.sticky-nav a.sticky1 {
	background-position: -10px -9px;
}

.sticky-nav a.sticky2 {
	background-position: -10px -90px;
}

.sticky-nav a.sticky3 {
	background-position: -10px -171px;
}

.sticky-nav a.sticky4 {
	background-position: -10px -252px;
}

.sticky-nav a.sticky5 {
	background-position: -10px -333px;
}
.sticky-nav a.sticky5 img{
	position:absolute;
	bottom:0px;
	right:99px;
	display:none;
}
.sticky-nav a.sticky5:hover img{
	display:block
}

.sticky-nav a.sticky6 {
	background-position: -10px -414px;
}

.sticky-nav a.sticky7 {
	background-position: -10px -495px;
}

.sticky-nav a:hover {
	background-image: url(/newdsn/images/fixed-hover.png);
}

@media screen and (min-width: 1366px){
  .sticky-nav{
    right: 10px;
  }
}
.sticky-nav .red-packet{
  background-image: url(../img/sticky-nav-bg.png);
  height: 110px;
  width: 100px;
  border-radius: 7px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 14px rgba(55,55,55,0.6);
          box-shadow: 0 5px 14px rgba(55,55,55,0.6);
  position: relative;
}

.sticky-nav .red-packet a{
  font-size: 0;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon/sticky-nav-icons/red-packet.png);
}

.sticky-nav .sticky-nav-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-nav .sticky-nav-list li{
  width: 50px;
  height: 50px;
  background-color: #FF1500;
  border-radius: 7px;
  margin: auto;
  margin-top: 5px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.sticky-nav .sticky-nav-list .sticky-hidden-content {
  position: absolute;
  right: 60px;
  top: -15px;
  -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 200ms ease-in-out, -webkit-transform 400ms ease-in-out;
  -o-transition: transform 400ms ease-in-out, opacity 200ms ease-in-out;
  transition: transform 400ms ease-in-out, opacity 200ms ease-in-out;
  transition: transform 400ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 400ms ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  opacity: 0;
/*  -webkit-box-shadow: 0 0 10px rgba(55,55,55,0.4);
          box-shadow: 0 0 10px rgba(55,55,55,0.4);*/
}

/*.sticky-nav .sticky-nav-list .sticky-hidden-content:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -4px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
}*/

.sticky-nav .sticky-nav-list .sticky-hidden-content p{
  text-align: center;
}

.sticky-nav .sticky-nav-list li a{
  font-size: 0;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.sticky-nav .sticky-nav-list li.nav a{
  background-image: url(/dsniii/img/icon/nav.png);
}

.sticky-nav .sticky-nav-list li.qr a{
  background-image: url(/dsniii/img/icon/qr.png);
}

.sticky-nav .sticky-nav-list li.qq a{
  background-image: url(/dsniii/img/icon/qq.png);
}

.sticky-nav .sticky-nav-list li.wechat a{
  background-image: url(/dsniii/img/icon/wechat.png);
}

.sticky-nav .sticky-nav-list li.customer-service a{
  background-image: url(/dsniii/img/icon/customer-service.png);
}

.sticky-nav .sticky-nav-list li.live-chat a{
  background-image: url(/dsniii/img/icon/livechat.png);
}

.sticky-nav .sticky-nav-list li.download a{
  background-image: url(/dsniii/img/icon/download.png);
}

.sticky-nav .sticky-nav-list li.back-to-top {
  opacity: 0;
}

.sticky-nav .sticky-nav-list li.back-to-top a{
  background-image: url(/dsniii/img/icon/top.png);
}

.sticky-nav .sticky-nav-list li:hover{
  background: #fff;
}

.sticky-nav .sticky-nav-list li:hover a{
  -webkit-filter: grayscale(100) brightness(100);
          filter: grayscale(100) brightness(100);
}

.sticky-nav .sticky-nav-list li:hover .sticky-hidden-content{
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
}

.form-wrapper .field-set {
}

.form-wrapper .field-set:not(:last-child) {
  margin-bottom: 10px;
}

.form-wrapper .field-set > * {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.form-wrapper .field-set .field-label {
  color: #fff;
  width: 100px;
  font-size: 14px;
}

.form-wrapper .field-set .field-input {
  color: #999;
  width: 400px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.form-wrapper .field-set .verification {
  width: 100px;
  margin-left: 20px;
  background-color: #fff;
}

.form-wrapper .field-set .field-info {
  font-size: 11px;
  width: 260px;
}

.form-wrapper .field-set .field-info.reset-line-height {
  line-height: initial;
}

.form-wrapper .field-set .field-input.small {
  width: 275px;
}

.form-wrapper .field-set .field-button {
  margin-left: 105px;
  width: 400px;
  outline: none;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  background: #fc28ff;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fc28ff 0%,#bb0bcd 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #fc28ff 0%,#bb0bcd 100%);
  background: -o-linear-gradient(315deg, #fc28ff 0%,#bb0bcd 100%);
  background: linear-gradient(135deg, #fc28ff 0%,#bb0bcd 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc28ff', endColorstr='#bb0bcd',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.form-wrapper .field-set .field-button:active {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.form-wrapper .field-set .field-button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #570db1;
 /* Old browsers */
 /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #570db1 0%,#7f0d97 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #570db1 0%,#7f0d97 100%);
  background: -o-linear-gradient(315deg, #570db1 0%,#7f0d97 100%);
  background: linear-gradient(135deg, #570db1 0%,#7f0d97 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#570db1', endColorstr='#7f0d97',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.form-wrapper .field-set .field-button:active:before {
  height: 5px;
  bottom: -5px;
}

.form-wrapper .form-desc {
  text-align: left;
  color: #fff;
  margin: 50px 0 0;
}

@-webkit-keyframes loopfooter {
  from {
    background-position: 1920px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes loopfooter {
  from {
    background-position: 1920px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(0.3) rotate(0);
            transform: scale(0.3) rotate(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(40deg);
            transform: scale(1) rotate(40deg);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: scale(0.2) rotate(80deg);
            transform: scale(0.2) rotate(80deg);
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(0.3) rotate(0);
            transform: scale(0.3) rotate(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(40deg);
            transform: scale(1) rotate(40deg);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: scale(0.2) rotate(80deg);
            transform: scale(0.2) rotate(80deg);
  }
}
.shiwan {
	background-color: #3C9DC4;
	color: #fff;
	border-radius: 2px;
	padding: 4px 5px;
	text-decoration: none;
}
.login a:hover {
   background-color: #bababa;
}
.zhuce {
	background-color: #ED1B93;
	color: #fff;
	border-radius: 2px;
	padding: 4px 5px;
	text-decoration: none;
}
