

/* init */
*{
  font-family:PingFang SC;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

h1 {
  font-size: 40px;
  font-weight: 800;
  color: #000000;
  line-height: 44px;
  text-align: center;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  color: #323C55;
  font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
  line-height: 40px;
  text-align: center;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


.clear {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

.clearfix:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}


/*-------- 间距 --------*/

.ml20 {
  margin-left: 20px;
}

.mr16 {
  margin-right: 16px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr32 {
  margin-right: 32px;
}

.mr50{
  margin-right: 50px;
}

.mr60{
  margin-right: 60px;
}

.mr80{
  margin-right: 80px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 80px;
}


.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb30 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.pd40 {
  padding: 40px 0px;
}

.pd60 {
  padding: 60px 0px;
}

.pd100 {
  padding: 100px 0px;
}

.w12 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: inherit;
}

.transition,
.header .head_tool .btn,
.banner .btn,
.ind_banner .btn,
.min_banner .btn {
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
}



/* ------------------- fr_contact ------------------- */

.fr_contact{
  width: 70px;
  height: auto;
  background: #5333FF;
  position: fixed;
  right: 10px;
  bottom: 160px;
  text-align: center;
  z-index: 10000;
  border-radius: 4px;
}

.fr_contact li{
  padding: 20px 10px 0px 10px;
  height: 92px;
  cursor: pointer;
}

.fr_contact li:hover{
  background: #4624FF;
}

.fr_contact li .inner{
  width: 50px;
  height: 72px;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.fr_contact img{
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: 12px;
}

.fr_contact span{
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 12px;
  display: block;
}

.contact_content{
  visibility: hidden;
  position: absolute;
  font-size: 16px;
  font-weight: 800;
  color: #5333FF;
  line-height: 20px;
  text-align: left;
  cursor: default;
}

.fr_contact li:hover .contact_content{
  visibility: visible;
}

.contact_content01{
  width: 250px;
  height: 124px;
  top: 0px;
  left: -240px;
  padding-left: 36px;
  padding-top: 30px;
  background: url("../img/vipcardpcsourcecode_fr_box01@2x.png") center no-repeat;
  background-size: 250px 124px;
}

.contact_content02{
  width: 250px;
  height: 92px;
  top: 108px;
  left: -240px;
  padding-left: 36px;
  padding-top: 34px;
  background: url("../img/vipcardpcsourcecode_fr_box02@2x.png") center no-repeat;
  background-size: 250px 92px;
}

.contact_content03{
  width: 160px;
  height: 152px;
  top: 185px;
  left: -150px;
  padding-left: 26px;
  padding-top: 24px;
  background: url("../img/vipcardpcsourcecode_fr_box03@2x.png") center no-repeat;
  background-size: 160px 152px;
}

.contact_content03 img{
  width: 100px;
  height: 100px;
}


/* ------------------- top_nav ------------------- */

.header {
  width:100%;
  height:64px;
  overflow: hidden;
  background:rgba(255,255,255,1);
  box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.navbar { 
  width:1200px;
  height:64px;
  margin: 0 auto;
}

.logo img{
  width: 144px;
  height: 24px;
  margin-top: 20px;
}

.top_nav{
  margin: 0 auto;
  line-height: 64px;
  margin-left: 230px;
}

.top_nav a{
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  margin-right: 50px;
}

.top_nav .current{
  color: #5333FF;
}

.mobilephone{
  font-size: 16px;
  font-weight: bold;
  color: #5333FF;
  line-height: 64px;
}

.mobilephone img{
  width: 14px;
  height: 20px;
  float: left;
  margin-right: 8px;
  margin-top: 22px;
}

.register {
  width:88px;
  height:32px;
  margin-top: 16px;
  background: linear-gradient(180deg, #3899FC 0%, #5333FF 100%);
  box-shadow: 0px 8px 24px -4px rgba(26, 122, 248, 0.3);
  border-radius:16px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.register:hover {
  transition: background-color .3s linear;
  background: #5333FF;
  transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s; /* Firefox 4 */
  -webkit-transition: box-shadow 0.4s; /* Safari 和 Chrome */
  -o-transition: box-shadow 0.4s; /* Opera */
}



/*-------------------------------------------------------------------------------- home --------------------------------------------------------------------------------*/



/*-------- home_banner --------*/

.bannerbox {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
  margin-top: 64px;
}

.containt-div {
  width: 1200px;
  position: relative;
  height: 480px;
  margin: 0 auto;
}

.bannerbox ul {
  position: relative;
}

.bannerbox ul li {
  list-style: none;
  width: 100%;
  height: 480px;
  position: absolute;
  left: 0;
  top: 0;
}

.bannerbox ul li.fst-li {
  background: url("../img/vipcardpcsourcecode_banner01_bg@2x.png") center no-repeat;
  background-size: cover;
}

.bannerbox ul li.sec-li {
  background: url("../img/vipcardpcsourcecode_banner02_bg@2x.png") center no-repeat;
  background-size: cover;
}

.bannerbox ul li.third-li {
  background: url("../img/vipcardpcsourcecode_banner03_bg@2x.png") center no-repeat;
  background-size: cover;
}

.bannerbox ul li .img1 {
  position: absolute;
}

.banner-01-a, .banner-02-a, .banner-03-a {
  width: 415px;
  height: 255px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -600px;
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
}

.banner-01-a img, .banner-02-a img, .banner-03-a img {
  width: 415px;
  height: 255px;
  cursor: pointer;
}

.banner-01-b, .banner-02-b, .banner-03-b {
  width: 790px;
  height: 480px;
  cursor: pointer;
  top: 0px;
  right: 50%;
  position: absolute;
  margin-right: -600px;
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
}

.banner-01-b img, .banner-02-b img, .banner-03-b img {
  width: 790px;
  height: 480px;
}

.nav {
  width:160px;
  height:14px;
  position:absolute;
  bottom:40px;
  right:20px;
  z-index: 2; 
  left: 50%;
  margin-left: -50px
}

.nav dl dd {
  width:32px;
  height:8px;
  float: left;
  background:rgba(255,255,255,0.9);
  box-shadow: 0px 2px 8px 0px rgba(47, 56, 111, 0.08);
  border-radius:4px;
}

.nav dl .bg {
  width:32px;
  height:8px;
  background:#5333FF;
  border-radius:4px;
}


/*--
.bannerbox {
  height: 604px;
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.containt-div {
  width: 1200px;
  position: relative;
  height: 604px;
  margin: 0 auto;
}

.bannerbox ul {
  position: relative;
}

.bannerbox ul li {
  list-style: none;
  width: 100%;
  height: 604px;
  position: absolute;
  left: 0;
  top: 0;
}

.bannerbox ul li.fst-li {
  background: url("../img/vipcardpcsourcecode_banner01_bg@2x.png") center no-repeat;
  background-size: cover;
}

.bannerbox ul li.sec-li {
  background: url("../img/vipcardpcsourcecode_banner02_bg@2x.png") center no-repeat;
  background-size: cover;
}

.bannerbox ul li.third-li {
  background: url("../img/vipcardpcsourcecode_banner02_bg@2x.png") center no-repeat;
  background-size: cover;
}

.bannerbox ul li .img1 {
  position: absolute;
}

.nav {
  width:160px;
  height:14px;
  position:absolute;
  bottom:44px;
  right:20px;
  z-index: 2; 
  left: 50%;
  margin-left: -50px
}

.nav dl dd {
  width:32px;
  height:8px;
  float: left;
  background:rgba(0,0,0,0.1);
  border-radius:4px;
}

.nav dl .bg {
  width:32px;
  height:8px;
  background:#5333FF;
  border-radius:4px;
}

--*/


/*-------- feature --------*/

.feature{
  z-index: 1;
  margin-top: -34px;
}

.feature ul{
  width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  height: 108px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
  border-radius: 8px;
}

.feature ul:hover{
  transition:all .5s ease;
  -webkit-box-shadow:0 30px 36px -12px rgba(47, 56, 111, 0.08);
  box-shadow:0 30px 36px -12px rgba(47, 56, 111, 0.08);
}

.feature ul li:hover{
  transition:all .5s ease;
  -webkit-transform:translateY(-8px);
  transform:translateY(-8px);
}

.feature ul li:hover img{
  transition:all .5s ease;
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
}

.feature ul li{
  width: 300px;
  padding: 0 24px;
  float: left;
  border-right: 1px solid #D5D9E1;
}

.feature ul li:nth-child(4){
  border:none;
}

.feature ul li img{
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.feature ul li h3{
  font-size: 16px;
  font-weight: 800;
  color: #323C55;
  line-height: 20px;
  margin-top: 6px;
}

.feature ul li p{
  font-size: 12px;
  font-weight: 400;
  color: #595959;
  line-height: 16px;
  margin-top: 12px;
}



/*-------- home_questions --------*/

.questions {
  width: 100%;
  height: 570px;
  background: #FFFFFF;
}

.questions li{
  width: 380px;
  height: 108px;
  float: left;
  margin-right: 30px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
  border-radius: 4px;
  padding: 24px;
  margin-top: 30px;
}

.questions li:hover{
  transition:all .5s ease;
  -webkit-box-shadow:0 30px 36px -12px rgba(12,21,35,0.06);
  box-shadow:0 30px 36px -12px rgba(12,21,35,0.06)
}

.questions li:hover img, .questions li:hover span{
  transition:all .5s ease;
  -webkit-transform:translateY(-8px);
  transform:translateY(-8px);
}

.questions li:hover img{
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
}

.questions li:nth-child(3n+3) {
    margin-right: 0;
}

.questions li img{
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 30px;
}

.questions li:nth-child(1) img{
  box-shadow: 0px 8px 16px -4px rgba(0, 198, 87, 0.3);
}

.questions li:nth-child(2) img{
  box-shadow: 0px 8px 16px -4px rgba(135, 118, 255, 0.3);
}

.questions li:nth-child(3) img{
  box-shadow: 0px 8px 16px -4px rgba(120, 159, 255, 0.3);
}

.questions li:nth-child(4) img{
  box-shadow: 0px 8px 16px -4px rgba(60, 173, 251, 0.3);
}

.questions li:nth-child(5) img{
  box-shadow: 0px 8px 16px -4px rgba(255, 129, 89, 0.3);
}

.questions li:nth-child(6) img{
  box-shadow: 0px 8px 16px -4px rgba(33, 199, 210, 0.3);
}

.questions li span{
  width: 256px;
  float: left;
  height: 60px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  line-height: 30px;
  display: block;
}



/*-------- what --------*/

.what{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 100px;
  background: #FBFAFF;
}

.what img.what_display{
  width: 600px;
  height: 508px;
  display: block;
}

.what ul{
  margin-top: 40px;
  width: 480px;
  height: auto;
}

.what ul li img{
  width: 20px;
  margin-right: 10px;
}

.what ul li h5{
  font-size: 20px;
  font-weight: 800;
  color: #323C55;
  line-height: 24px;
}

.what ul li p{
  font-size: 16px;
  font-weight: 500;
  color: #595959;
  line-height: 30px;
  margin-top: 16px;
}

a.more{
  width: 140px;
  height: 48px;
  background: #5333FF;
  box-shadow: 0px 6px 20px 0px rgba(83, 51, 255, 0.3);
  border-radius: 24px;
  display: block;
  padding: 14px 24px;
  }

a.more span{
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 8px;
}

a.more img{
  width: 20px;
  height: 20px;
}

a.more:hover{
  transition:all .5s ease;
  background: rgba(83, 51, 255, 0.9);
  width: 148px;
  -webkit-box-shadow:0 12px 24px -4px rgba(83, 51, 255, 0.4);
  box-shadow:0 12px 24px -4px rgba(83, 51, 255, 0.4);
  -webkit-transform:translateY(-8px);
  transform:translateY(-8px);
}

a.more:hover span{
  transition:all .5s ease;
  -webkit-transform:translateX(-4px);
  transform:translateX(-4px);
}

a.more:hover img{
  transition:all .5s ease;
  -webkit-transform:translateX(4px);
  transform:translateX(4px);
}


/*-------- industry --------*/

.industry{
  background: #F6F9FF;
  height: auto;
  overflow: hidden;
  background: url(../img/vipcardpcsourcecode_home_img_bg_industry@2x.png) center no-repeat;
  background-size: cover;
}

.industry_inner{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.industry_lists li{
  cursor: pointer;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 285px;
  height: 200px;
  border-radius: 16px;
}

.industry_lists li:hover{
  transition:all .8s ease;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.industry_lists li:nth-child(4n+4){
  margin-right: 0px;
}

.industry_lists li:nth-child(1){
  background: url(../img/vipcardpcsourcecode_home_img_industry01@2x.png) center no-repeat;
  background-size:285px 200px;
}

.industry_lists li:nth-child(2){
  background: url(../img/vipcardpcsourcecode_home_img_industry02@2x.png) center no-repeat;
  background-size:285px 200px;
}

.industry_lists li:nth-child(3){
  background: url(../img/vipcardpcsourcecode_home_img_industry03@2x.png) center no-repeat;
  background-size:285px 200px;
}

.industry_lists li:nth-child(4){
  background: url(../img/vipcardpcsourcecode_home_img_industry04@2x.png) center no-repeat;
  background-size:285px 200px;
}

.industry_lists li:nth-child(5){
  background: url(../img/vipcardpcsourcecode_home_img_industry05@2x.png) center no-repeat;
  background-size:285px 200px;
}

.industry_lists li:nth-child(6){
  background: url(../img/vipcardpcsourcecode_home_img_industry06@2x.png) center no-repeat;
  background-size:285px 200px;
}

.industry_lists li:nth-child(7){
  background: url(../img/vipcardpcsourcecode_home_img_industry07@2x.png) center no-repeat;
  background-size:285px 200px;
}

.industry_lists li:nth-child(8){
  background: url(../img/vipcardpcsourcecode_home_img_industry08@2x.png) center no-repeat;
  background-size:285px 200px;
}

.industry_lists li span{
  width: 100px;
  height: 100px;
  margin: 50px auto;
  border-radius: 50px;
  font-size: 18px;
  display: block;
  border: 4px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  text-align: center;
  line-height: 92px;
}

.industry_lists li:hover span{
  background: linear-gradient(-30deg, #9b1aff 0%, #4a2bff 100%);
  opacity: 0.8;
  border: none;
  line-height: 100px;
  transition:all .8s ease;
}

/*-------- functions_list --------*/

.functions{
  width: 100%;
  height: auto;
  background: #FBFAFF;
  position: relative;
  z-index: 1;
}

.functions_con{
  width: 1200px;
  height: 456px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
  border-radius: 8px;
}

.functions_list{
  width: 400px;
  height: 456px;
  float: left;
  padding: 24px 20px;
  border-right:1px dashed #F0F4FA;
  text-align: center;
}

.functions_list:nth-child(3){
  border:none;
}

.functions_list:hover{
  transition:all .5s ease;
  background: #FFFFFF;
  box-shadow: 0px 24px 48px -4px rgba(47, 56, 111, 0.08);
  height: 476px;
  -webkit-transform:translateY(-10px);
  transform:translateY(-10px);
}

.functions_title{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 1px dashed #F0F4FA;
}

.functions_title img{
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 30px;
  box-shadow: 0px 6px 20px 0px rgba(83, 51, 255, 0.3);
}

.functions_title h5{
  font-size: 20px;
  font-weight: 800;
  color: #323C55;
  line-height: 24px;
  text-align: center;
}

.functions_list ul{
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom:1px dashed #F0F4FA;
  padding: 0 80px;
}

.functions_list ul:nth-child(6){
  border-bottom:none;
}

.functions_list ul li{
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #1C2745;
  line-height: 20px;
  width: 43%;
  height: auto;
  padding: 20px 0;
  text-align: center;
}

.functions_list ul li:nth-child(2n+2){
  margin-left: 14%;
}

.functions_list ul li i{
  display: inline-block;
  float: left;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #5333FF;
  margin-top: 8px;
  border-radius: 4px;
}

.functions_list ul li span{
  font-size: 16px;
  font-weight: bold;
  color: #1C2745;
  line-height: 20px;
}

.functions .bl{
  width: 282px;
  height: 243px;
  position: absolute;
  bottom: 76px;
  left: 120px;
  z-index: -1;
}

.functions .tr{
  width: 160px;
  height: 160px;
  position: absolute;
  top: 92px;
  right: 247px;
  z-index: -1;
}

/*-------- home_why_choose --------*/

.why_choose{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../img/vipcardpcsourcecode_home_img_whychoose@2x.png) bottom no-repeat;
  background-size: 100%;
}


.why_choose_cntrast {
  width: 1200px;
  height: auto;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px 0px rgba(47, 56, 111, 0.08);
  border-radius: 8px;
  padding-top: 40px;
}

.plan_a, .plan_b, .plan_c{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.plan_a{
  padding:40px;
}

.plan_b{
  width: 1200px;
  padding: 30px 40px;
  background: #FBFCFE;
  border-radius: 0px 0px 8px 8px;
}

.plan_b span{
  font-size: 16px;
  font-weight: 800;
  color: #323C55;
  line-height: 20px;
}

.plan_b b{
  font-size: 20px;
  font-weight: 600;
  color: #5333FF;
  line-height: 24px;
}

.plan_a_left p{
  width: 149px;
  height: 20px;
  font-size: 16px;
  font-weight: 800;
  color: #323C55;
  line-height: 20px;
  margin-top: 40px;
}

.plan_a_left h4{
  margin-top: 26px;
  margin-bottom: 8px;
  width: 80px;
  height: 24px;
  font-size: 20px;
  font-weight: 800;
  color: #323C55;
  line-height: 24px;
}

.plan_a_left span{width: 108px;
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  line-height: 18px;
}




.choose_intr{
  height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #687492;
  line-height: 20px;
  text-align: center;
}

.choose_intr em{
  font-weight: 800;
  color: #5333FF;
}

.plan_c p{
  font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
  font-size: 40px;
  font-weight: 800;
  color: #5333FF;
  line-height: 44px;
  text-align: center;
}


.plan_a li .num{
  width: 140px;
  height: 140px;
  background: #FBFCFE;
  border-radius: 70px;
  text-align: center;
  padding: 40px 0px;
}

.plan_a li .num h5{
  font-size: 24px;
  font-weight: 600;
  color: #5333FF;
  line-height: 28px;
  text-align: center;
}

.plan_a li .num p{
  margin-top: 14px; 
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  line-height: 18px;
  text-align: center;
}

.plan_a img{
  width: 20px;
  height: 20px;
  margin:60px 50px;
}

.plan_a li p{
  font-size: 16px;
  font-weight: 600;
  color: #1C2745;
  line-height: 20px;
  margin-top: 16px;
  text-align: center;
}




/*-------- home_system_display --------*/

.system_display{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bg_duan{
  overflow: hidden;
  height:212px;
  background:url(../img/vipcardpcsourcecode_home_bg_systemdisplay@2x.png) center no-repeat;
  background-size: cover;
}

.duan {
  width: 700px;
  height: 60px;
  margin: 0 auto;
  white-space: nowrap;
}

.terminal {
  cursor: pointer;
  font-size: 20px;
  line-height: 60px;
  color: #323C55;;
  width:200px;
  height:60px;
  width:200px;
  background:rgba(255,255,255,1);
  border-radius:20px 20px 0px 0px;
  font-weight: 600;
  text-align: center;
}

.terminal:nth-child(3) {
  padding-right: 0
}

.terminal.active {
  color: #5333FF;
  background:rgba(255,255,255,1);
  box-shadow:0px 4px 24px 0px rgba(0,0,0,0.16);
  transition: background-color 1s;
  -moz-transition: background-color 1s; /* Firefox 4 */
  -webkit-transition: background-color 1s; /* Safari 和 Chrome */
  -o-transition: background-color 1s; /* Opera */
  transition:all .5s ease;
}

.display_area{
  width: 100%;
  height: 658px;
  overflow: hidden;
  padding: 60px 0 100px 0px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFAFF 100%);
}

.case-panel {
  position: absolute;
  width: 1200px;
  z-index: 1;
  opacity: 0;
  height: auto;
  overflow: hidden;
}

.case-panel.active {
  z-index: 100;
  opacity: 1;
  -webkit-transition: all .2s ease-out .1s;
  transition: all .2s ease-out .1s
}

.system_display li{
  width: 285px;
  height: 518px;
  overflow: hidden;
}

.system_display .tab-1 li:nth-child(1){
  background: url("../img/vipcardpcsourcecode_home_img_systemdisplay01@2x.png") center no-repeat;
  background-size:285px 518px;
}

.system_display .tab-1 li:nth-child(2){
  background: url("../img/vipcardpcsourcecode_home_img_systemdisplay02@2x.png") center no-repeat;
  background-size:285px 518px;
}

.system_display .tab-1 li:nth-child(3){
  background: url("../img/vipcardpcsourcecode_home_img_systemdisplay03@2x.png") center no-repeat;
  background-size:285px 518px;
}

.system_display .tab-1 li:nth-child(4){
  background: url("../img/vipcardpcsourcecode_home_img_systemdisplay04@2x.png") center no-repeat;
  background-size:285px 518px;
}

.system_display .tab-2 li:nth-child(1){
  background: url("../img/vipcardpcsourcecode_home_img_systemdisplay05@2x.png") center no-repeat;
  background-size:285px 518px;
}

.system_display .tab-2 li:nth-child(2){
  background: url("../img/vipcardpcsourcecode_home_img_systemdisplay06@2x.png") center no-repeat;
  background-size:285px 518px;
}

.system_display .tab-2 li:nth-child(3){
  background: url("../img/vipcardpcsourcecode_home_img_systemdisplay07@2x.png") center no-repeat;
  background-size:285px 518px;
}

.system_display .tab-2 li:nth-child(4){
  background: url("../img/vipcardpcsourcecode_home_img_systemdisplay08@2x.png") center no-repeat;
  background-size:285px 518px;
}

.system_display .tab-3 li{
  background: url("../img/vipcardpcsourcecode_home_img_systemdisplay09@2x.png") center no-repeat;
  background-size:1200px 490px;
}

.system_display .title02{
  width: 158px;
  height: 88px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  background: url("../img/vipcardpcsourcecode_home_box_systemdisplay@2x.png") center no-repeat;
  background-size:158px 88px;
  margin-bottom: 10px;
  line-height: 66px;
}

.system_display li img{
  width: 285px;
  height: auto;
  overflow: hidden;
}

.system_display ul{
  width: 1200px;
  height: auto;
  overflow: hidden;
}

/*-------- contact_us --------*/

.contact_us{
  width: 100%;
  height:auto;
  background:#FFFFFF;
  overflow: hidden;
  background: url("../img/vipcardpcsourcecode_img_bottom@2x.png") right top no-repeat;
  background-size:480px 418px;
}

.contact_us_l, .contact_us_m, .contact_us_r{
  width: 400px;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.contact_us_l, .contact_us_r{
  margin-top: 30px;
}

.contact_us h5{
  font-size:16px;
  font-weight:600;
  color:rgba(0,0,0,1);
  line-height:20px;
  margin-bottom: 20px;
}

.contact_us .description{
  font-size:14px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:18px;
  margin-bottom: 32px;
}

.contact_us_num{
  width:200px;
  height:40px;
  margin: 0 auto;
  line-height: 40px;
  font-size:16px;
  font-weight:600;
  color:#5333FF;
  background:#EFEEFE;
  border-radius:20px;
}

.contact_us img.erweima{
  width: 100px;
  height: 100px;
  display: block;
  margin:0 auto 20px auto;
} 



/*-------------------------------------------------------------------------------- footer--------------------------------------------------------------------------------*/

.footer{
  width:100%;
  height:60px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background:#5333FF;
}



/*-------------------------------------------------------------------------------- about_us --------------------------------------------------------------------------------*/

.about_us{
  width: 100%;
  height: 560px;
  margin-top: 64px;
  background: linear-gradient(360deg, #FFFFFF 0%, #5333FF 100%);
}

.about_us_title{
  width: 456px;
  margin-bottom: 80px
}

.about_us_title h1{
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom:32px;
  margin-top: 20px;
}

.about_us_title h6{
  width: 100%;
  text-align: center;
  color:#FFFFFF;
  font-size: 24px;
  line-height: 28px;
}

.top_con img.top_l{
  width: 372px;
  height: 172px;
}

.top_con img.top_r{
  width: 372px;
  height: 172px;
}

.company{
  height: 548px;
  background: #FFFFFF;
  border-radius: 40px 40px 0px 0px;
  padding: 60px 40px;
  overflow: hidden;
  margin-top: -330px;

}

.company_title, .contact_title, .culture_title{
  width: 192px;
  height: 36px;
  margin:0 auto;
}

.company_title img, .contact_title img, .our_culture img{
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-top: 4px;
}

.company_intro {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.company_intro span {
  font-size: 20px;
  font-weight: 800;
  color: #5333FF;
  line-height: 28px;
}

.company_intro p {
  margin-top: 24px;
}

.our_target li{
  width: 360px;
  height: 120px;
  padding: 20px;
  border-radius: 8px;
}

.our_target li:hover img{
  transition:all .5s ease;
  -webkit-transform:translateY(-8px);
  transform:translateY(-8px);
}

.our_target li:nth-child(1){
 background: url("../img/vipcardpcsourcecode_about_bg_about01@2x.png") center no-repeat;
 background-size: cover;
}

.our_target li:nth-child(2){
 background: url("../img/vipcardpcsourcecode_about_bg_about02@2x.png") center no-repeat;
 background-size: cover;
}

.our_target li:nth-child(3){
 background: url("../img/vipcardpcsourcecode_about_bg_about03@2x.png") center no-repeat;
 background-size: cover;
}

.our_target li span{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 80px;
  margin-left: 20px;
}

.our_target li img{
  width: 80px;
  height: 80px;
}

.contact{
  padding: 80px 0;
}

.contact_con{
  width: 1200px;
  height: 320px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  margin-top: 60px;
}

.contact .contact_erweima{
  width: 320px;
  height: 320px;
  overflow: hidden;
  border-right: 1px solid #EDEDED;
  text-align:center;
}

.contact .contact_erweima img{
  width: 120px;
  height: 120px;
  margin-top: 60px;
  display: inline-block;
  margin-bottom: 40px;
}

.contact .contact_erweima p{
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.contact ul{
  width: 880px;
  height: 320px;
  overflow: hidden;
}

.contact ul li{
  width: 880px;
  height: 80px;
  padding: 24px 40px;
  border-bottom: 1px solid #EDEDED;
}

.contact ul li:nth-child(4){
  border-bottom: none;
}

.contact_con ul li img{
  width: 24px;
  height: 24px;
  float: left;
  margin-top: 4px;
}

.contact_con .span_l{
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  font-size: 16px;
  margin-left: 16px;
}

.contact_con .span_r{
  background: #F5F3FF;
  width: 80px;
  height: 32px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  text-align: center;
}

.our_culture{
  width: 100%;
  height:526px;
  background: url("../img/vipcardpcsourcecode_about_bg_bottom@2x.png") center no-repeat;
  background-size: cover;
}

.culture_title{
  margin-bottom: 60px;
}

.our_culture li{
  width: 240px;
  height: 326px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  text-align: center;
}

.our_culture li:hover{
  transition:all .5s ease;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-box-shadow:0 30px 36px -12px rgba(12,21,35,0.06);
  box-shadow:0 30px 36px -12px rgba(12,21,35,0.06)
}

.our_culture li:nth-child(1), .our_culture li:nth-child(2), .our_culture li:nth-child(3), .our_culture li:nth-child(4){
  margin-right: 60px;
}

.our_culture li h3{
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.our_culture li img{
  width: 94px;
  height: 94px;
  margin-right: 0;
  display: inline-block;
  margin-bottom: 20px;
}

.our_culture li span{
  padding: 0 8px;
  font-size: 18px;
  font-weight: 500;
  color: #848CA6;
  line-height: 36px;
}



/*-------------------------------------------------------------------------------- price --------------------------------------------------------------------------------*/

.price_banner{
  width: 100%;
  height: 368px;
  margin-top: 64px;
  background: url(../img/vipcardpcsourcecode_price_bg_banner@2x.png) center no-repeat;
  background-size: cover;
}

.price_banner h1{
  width: 100%;
  text-align: center;
  color: #323C55;
  margin-bottom:32px;
  padding-top: 80px;
  text-align: center;
}

.price_banner h6{
  width: 100%;
  text-align: center;
  color:#323C55;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.price_banner a.more{
  margin: 0 auto;
}

.version{
  width: 100%;
  height: 564px;
}

.version ul li{
  width: 360px;
  height: 364px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
  border-radius: 8px;
  text-align: center;
}

 .version ul li:hover{
  transition:all .5s ease;
  -webkit-box-shadow:0 12px 48px 0 rgba(47, 56, 111, 0.08);
  box-shadow:0 30px 48px 0 rgba(47, 56, 111, 0.08);
  height: 386px;
  -webkit-transform:translateY(-10px);
  transform:translateY(-10px);
}

 .version ul li:hover a{
  transition:all .5s ease;
  margin-top: 60px;
}

.version ul li h3{
  width: 360px;
  height: 80px;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  padding: 22px 0px;
}

.version ul li:nth-child(1) h3{
  background: rgba(83,51,255,0.08);
  color: #5333FF;
}

.version ul li:nth-child(2) h3{
  background: rgba(29,188,157,0.08);
  color: #1DBC9D;
}

.version ul li:nth-child(3) h3{
  background: rgba(250,163,76,0.08);
  color: #FAA34C;
}

.version_price{
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.version_price em{
  font-size: 32px;
  font-weight: 800;
  color: #000000;
  line-height: 36px;
}

.version li p{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 12px;
}

.version li a{
  width: 128px;
  height: 48px;
  background: #5333FF;
  box-shadow: 0px 6px 20px 0px rgba(83, 51, 255, 0.3);
  border-radius: 24px;
  display: block;
  margin: 40px auto 0 auto;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 48px;
}

.version li a:hover{
  transition:all .5s ease;
  background: rgba(83, 51, 255, 0.8);
  -webkit-box-shadow:0 12px 24px -4px rgba(83, 51, 255, 0.4);
  box-shadow:0 12px 24px -4px rgba(83, 51, 255, 0.4);
  -webkit-transform:translateY(-8px);
  transform:translateY(-8px);
}

.service_con{
  width: 1200px;
  height: 480px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
  border-radius: 8px;
}

.service_con dl{
  width: 300px;
  text-align: center;
  border-right: 1px solid #EBF1FE;
}

.service_con dl:nth-child(2):hover, .service_con dl:nth-child(3):hover, .service_con dl:nth-child(4):hover{
  transition:all .5s ease;
  background: #FFFFFF;
  border:none;
  -webkit-box-shadow:0 12px 48px 0 rgba(47, 56, 111, 0.08);
  box-shadow:0 30px 48px 0 rgba(47, 56, 111, 0.08);
}

.service_con dl:nth-child(4){
  border:none;
}

.service_con dl:nth-child(8){
  border:none;
}

.service_con dl:nth-child(1) dt{
  border-radius: 8px 0 0 0;
}

.service_con dl:nth-child(4) dt{
  border-radius: 0 8px 0 0;
}

.service_con dt{
  width: 300px;
  height: 60px;
  background:rgba(83,51,255,0.06);
  font-size: 16px;
  font-weight: 600;
  color: #5333FF;
  line-height: 60px;
}

.version_name dd{
  width: 300px;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 60px;
  border-bottom: 1px solid #EBF1FE;
}

.version_name dd:nth-child(8){
  border:none;
}

.duan_con dd{
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #EBF1FE;
}

.duan_con dd:nth-child(8){
  border:none;
}

.duan_con dd img{
  width: 20px;
  height: 20px;
  display: inline-block;
}



/*-------------------------------------------------------------------------------- product --------------------------------------------------------------------------------*/

/*-------- .product_banner --------*/

.product_banner{
  width: 100%;
  height: 400px;
  background: url(../img/vipcardpcsourcecode_product_bg_banner@2x.png) center no-repeat;
  background-size: cover;
  margin-top: 64px;
  padding-top: 80px;
}

.product_banner .inner_con{
  width: 748px;
  height: 218px;
  margin:0 auto;
}

.product_banner .left_ma {
  width: 180px;
  height: 218px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px 0px rgba(47, 56, 111, 0.08);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.product_banner .left_ma img {
  width: 140px;
  height: 140px;
}

.product_banner .left_ma p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #565A66;
  line-height: 18px;
}

.product_banner .right_con h1{
  text-align: left;
  font-size: 40px;
  font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
  line-height: 44px;
  font-weight: 800;
  color: #323C55;
}

.product_banner .right_con h6{
  margin-top: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #323C55;
  line-height: 28px;
}

/*-------- .product_tab --------*/

.product_tab{
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  border-bottom: 1px solid #DCE0E6;
}

.product_tab li{
  width: 400px;
  height: 80px;
  float: left;
  text-align: center;
}

.product_tab li a{
  height: 80px;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  color: #323C55;
  line-height: 80px;
  position: relative;
}

.product_tab li a.current{
  color: #5333FF;
  font-weight: 800;
}

.line_bottom{
  position: absolute;
  bottom: -1px;
  background: #5333FF;
  border-radius: 1px;
  height: 4px;
  width: 100%;
}


/*-------- product01 --------*/

.product01_con, 
.product02_con, 
.product03_con{
  height: auto;
}

.product01_con ul li, 
.product02_con ul li, 
.product03_con ul li{
  width: 100%;
  margin-top: 100px;
  height: auto;
  overflow: hidden;
}

.product01_con ul li:nth-child(2), 
.product01_con ul li:nth-child(3), 
.product01_con ul li:nth-child(4), 
.product01_con ul li:nth-child(5), 
.product01_con ul li:nth-child(6),
.product02_con ul li:nth-child(1), 
.product02_con ul li:nth-child(3), 
.product02_con ul li:nth-child(4), 
.product02_con ul li:nth-child(5), 
.product02_con ul li:nth-child(6),  
.product02_con ul li:nth-child(7),  
.product02_con ul li:nth-child(8),  
.product02_con ul li:nth-child(9),  
.product02_con ul li:nth-child(10),  
.product02_con ul li:nth-child(11),  
.product02_con ul li:nth-child(12),
.product03_con ul li:nth-child(2), 
.product03_con ul li:nth-child(3), 
.product03_con ul li:nth-child(4), 
.product03_con ul li:nth-child(5), 
.product03_con ul li:nth-child(6), 
.product03_con ul li:nth-child(7), 
.product03_con ul li:nth-child(8), 
.product03_con ul li:nth-child(9), 
.product03_con ul li:nth-child(10){
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product01_con ul li h4, 
.product02_con ul li h4, 
.product03_con ul li h4{
  font-size: 28px;
  font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
  font-weight: 800;
  color: #323C55;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: left;
}

.product01_con ul li:nth-child(1) h4, 
.product01_con ul li:nth-child(7) h4, 
.product02_con ul li:nth-child(2) h4, 
.product03_con ul li:nth-child(1) h4,
.product03_con ul li:nth-child(11) h4{
  text-align: center;
}

.product01_con ul li p, 
.product02_con ul li p, 
.product03_con ul li p{
  margin-bottom: 24px;
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #595959;
  line-height: 24px;
  text-align: left;
}

.product01_con ul li:nth-child(1) p, 
.product02_con ul li:nth-child(2) p, 
.product03_con ul li:nth-child(1) p,
.product03_con ul li:nth-child(11) p{
  text-align: center;
}

.product01_con ul li img.w600, 
.product02_con ul li img.w600{
  width: 600px;
  height: 520px;
}

.product01_con ul li img.w1000{
  width: 1000px;
  height: 563px;
  margin: 40px auto 0px auto;
}

.product01_con ul li img.w1200, 
.product02_con ul li img.w1200{
  width: 1200px;
  height: 520px;
  margin: 40px auto 0px auto;
}

.product01_con ul li .font, 
.product02_con ul li .font, 
.product03_con ul li .font{
  width: 480px;
  height: auto;
}

.product02_con .img01_left{
  width: 387px;
  height: 168px;
  margin-left: 0px;
}

.product02_con .img05_right .img05_right_li{
  text-align: center;
  margin-right: 30px;
}

.product02_con .img05_right .img05_right_li img{
  width: 60px;
  height: 60px;
  display: inline-block;
}

.product02_con .img05_right .img05_right_li p{
  font-size: 14px;
  font-weight: bold;
  color: #323C55;
  line-height: 18px;
  margin-top: 8px;
}

.product02_con .img09_right{
  width: 400px;
  height: 279px;
  margin-top: 60px;
}


.product02_con .img11_right .img11_right_li{
  width: 160px;
  height: 130px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-right: 40px;
  text-align: center;
  padding: 24px 0;
}

.product02_con .img11_right .img11_right_li img{
  width: 48px;
  height: 48px;
  display: inline-block;
}

.product02_con .img11_right .img11_right_li p{
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  margin-top: 16px;
  text-align: center;
}

.product03_con .img01_left{
  width: 196px;
  height: auto;
  margin-top: 68px;
  margin-left: 20px;
}

.product03_con .img01_right{
  width: 196px;
  height: auto;
  margin-top: 128px;
  margin-right: 20px;
}

.product03_con .img01_left_li, 
.product03_con .img01_right_li{
  width: 196px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.product03_con .img01_left_li img, 
.product03_con .img01_right_li img {
  width: 60px;
  height: 60px;
  display: inline-block;
  float: left;
}

.product03_con .img05_r{
  width: 480px;
  height: 269px;
}

.product03_con .img01_left_li span, 
.product03_con .img01_right_li span {
  font-size: 20px;
  font-weight: 400;
  color: #5C5E66;
  margin-left: 16px;
  line-height: 60px;
}

.product03_con img.w620 {
  width: 620px;
  margin: 0 74px;
}

.product03_con ul li img.w640{
  width: 640px;
  height: 500px;
}

.product03_con ul li img.w840{
  width: 840px;
  height: 640px;
  margin: 0 auto;
}

.product03_con .img09_right{
  width: 398px;
  height: 222px;
}



/*-------------------------------------------------------------------------------- authorization --------------------------------------------------------------------------------*/

.authorization{
  width: 100%;
  height: 476px;
  margin-top: 64px;
  background: url(../img/vipcardpcsourcecode_authorization_bg_banner@2x.png) center no-repeat;
  background-size: cover;
}

.authorization h1{
  width: 100%;
  text-align: center;
  color: #323C55;
  margin-bottom:60px;
  padding-top: 100px;
  text-align: center;
}

.authorization .form_con{
  width: 400px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  margin: 60px auto;
}

.authorization .form_con input {
  display: inline-block;
  width: 288px;
  height: 48px;
  border: none;
  color: #000000;
  text-indent: 24px;
  font-weight: bold;
  padding: 0;
  font-size: 16px;
  border-radius: 24px;
}

.authorization .form_con .search-btn{
  width: 112px;
  height: 48px;
  display: block;
  background: #5333FF;
  box-shadow: 0px 6px 20px 0px rgba(83, 51, 255, 0.3);
  border-radius: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
}

.authorization p.website{
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  text-align: center;
  margin-bottom: 24px;
}

.authorization p.tips{
  font-size: 14px;
  font-weight: bold;
  color: #5333FF;
  line-height: 20px;
  text-align: center;
}










.entance{
  width: 100%;
  height: auto;
}


.entance .entance_right li{
  width: 580px;
  height: auto;
  overflow: hidden;
  background: #FFFFFF;
  margin-right:40px; 
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}

.pd30{
    padding: 30px
}

.entance .entance_right li:nth-child(2n+2){
  margin-right:0px; 
}


.entance .entance_right p{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.entance a.more{
  width: 140px;
  height: 48px;
  background: #5333FF;
  box-shadow: 0px 6px 20px 0px rgba(83, 51, 255, 0.3);
  border-radius: 24px;
  display: block;
  padding: 14px 24px;
  margin-top: 31px;
  position: absolute;
  right: 30px;
  top: 0px;
  }

.entance a.more span{
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 8px;
}

.entance a.more img{
  width: 20px;
  height: 20px;
}

.entance a.more:hover{
  transition:all .5s ease;
  background: rgba(83, 51, 255, 0.9);
  width: 148px;
  -webkit-box-shadow:0 12px 24px -4px rgba(83, 51, 255, 0.4);
  box-shadow:0 12px 24px -4px rgba(83, 51, 255, 0.4);
  -webkit-transform:translateY(-8px);
  transform:translateY(-8px);
}

.entance a.more:hover span{
  transition:all .5s ease;
  -webkit-transform:translateX(-4px);
  transform:translateX(-4px);
}

.entance a.more:hover img{
  transition:all .5s ease;
  -webkit-transform:translateX(4px);
  transform:translateX(4px);
}

.entance_bgimg_top{
  width: 421px;
  height: 428px;
  position: absolute;
  top: -349px;
  right: 8%;
  z-index: -99;
}

.entance_bgimg_left{
  width: 422px;
  height: 454px;
  position: absolute;
  top: 260px;
  left: -12%;
  z-index: -99;
}

.entance_bgimg_bottom{
  width: 459px;
  height: 170px;
  position: fixed;
  bottom: -2%;
  left: 20%;
  z-index: -99;
}


.scanmore{
  width: 200px;
  height: 230px;
  overflow: hidden;
  margin: 100px auto;
  text-align: center;
  padding: 30px;
}

.scanmore img {
  width: 140px;
  height: 140px;
  display: inline-block;
}

.scanmore p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #565A66;
  line-height: 18px;
}








