@media only screen and (max-width: 640px) {
/*----------------------
departImage
------------*/
  .depart-image{
		width:80%;
		margin: 0 auto 80px;
  }
  .depart-image img{
  	width:100%;
  }

	.wPlan{
		display: block;
	}
	.planOn,.planOff{
		display: none;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
	}
	.wPlan{
		width: 52vw;
		margin: 6.5% auto 7.5% auto;
	}
	
	.planTypePhone{
		display: block;
		text-align: center;
	}
	.wPlan .planType{
		display: none;
	}
	.wPlan .planTypePhone img{
		width: 50%;
	}
	.wPlan .planList{
		margin: 50px auto;
		padding: 0px;
	}
	.wPlan .planList li{
		position: relative;
		width: 100%;
		float: left;
		list-style: none;	
		text-align: center;	
		margin-bottom: 20px;
	}
	.wPlan .planList li:first-child{
		// margin-left: -6.5vw;
	}
	.wPlan .planList li a{
		position: relative;
		display: inline-block;
	}
	.wPlan .planList li img{
		width: 100%;
		display: inline-block;
	}
	.wPlan .planList li .planIntro{
		display: inline-block;
		width: 100%;
		line-height: 30px;
		text-align: center;
	}
	.wPlan .planList li .planIntro span{
		display: block;
		width: 100%;
		text-align: center;
	}
	.wPlan .planList li .planIntro .planTitle{
		font-weight: bold;
		font-size: 16px;
	}
	.wPlan .planList li .planIntro .planSlogan{
		font-size: 12px;
	}
	

	.music-list{
		margin-left: 0px;
	}
	#wdsv{
		top: 25.7%;
		position: absolute;
	    width: 16.2%;
	    left: 31.5%;
	}
	/*--------------------------------------------------------------
	## Header
	--------------------------------------------------------------*/
	.site-sharebar {
		position: fixed;
		top: 15px;
		right: 22px;
		z-index: 99;
		display: none;
	}

	.single .site-sharebar,
	.page-id-40 .site-sharebar,
	.page-id-44 .site-sharebar,
	.page-id-46 .site-sharebar,
	.page-id-1017 .site-sharebar,
	.page-id-1240 .site-sharebar,
	.page-id-1223 .site-sharebar,
	.page-id-1228 .site-sharebar,
	.page-id-2570 .site-sharebar,
	.page-id-2590 .site-sharebar,
	.page-id-2598 .site-sharebar,
	.page-id-2862 .site-sharebar,
	.page-id-3180 .site-sharebar,
	.page-id-3182 .site-sharebar,
	.page-id-3184 .site-sharebar,
	.page-id-3186 .site-sharebar,
	.page-id-3188 .site-sharebar {
		display: block;
	}

	.site-sharebar > .icon {
		position: relative;
		width: 36px;
		height: 36px;
		background-image: url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/icon_share.png);
		background-size: cover;
	}

	.mobile-sharebar {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #FFF;
		z-index: 9999;
		display: none;
		overflow-y: scroll;
	}

	.mobile-sharebar .text {
		position: relative;
		margin: 22px auto 46px auto; 
		font-size: 21px;
		color: #00091D;
		line-height: 30px;
		text-align: center;
	}

	.mobile-slidebar .btn-close,	
	.mobile-sharebar .btn-close {
		position: fixed;
		bottom: 25px;
		right: 25px;
		width: 16px;
		height: 16px;
		background: no-repeat url(images/icon_share_close.png);
		background-size: cover; 
		cursor: pointer;
	}
	
	.mobile-slidebar .btn-close{background: no-repeat url(images/icon_share_close_white.png);background-size: cover; cursor: pointer;}

	.mobile-sharebar .btn {
		position: relative;
		margin: 30px auto 0 auto; 
		width: 60px;
		height: 60px;
		background: no-repeat;
		background-size: cover; 
	}

	.mobile-sharebar .btn-wechat {
		background-image: url(images/W_social_icons-02.png);
	}
	
	.mobile-sharebar .btn-weibo {
		background-image: url(images/W_social_icons-03.png);
	}
	
	.mobile-sharebar .btn-be {
		background-image: url(images/W_social_icons-01.png);
	}

	.mobile-sharebar .btn-facebook {
		background-image: url(images/W_social_icons-04.png);
	}
	
	/*--------------------------------------------------------------
	## Slidebar
	--------------------------------------------------------------*/
	.site-slidebar {
		width: 0;
		display: none !important;
	}

	.mobile-slidebar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: 100;
		color: #FFFFFF;
		padding-top: 80px; 
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.mobile-slidebar a {
		font-size: 26px;
		color: #666666;
		padding: 5px;
		position: relative;
	}

	.mobile-slidebar a:hover {
		color: #FFFFFF;
	}

	.mobile-slidebar .current-menu-item>a {
		color: #FFFFFF;
	}

	/*.mobile-slidebar .current-menu-item a:before {
		content: '';
		position: absolute;
		top: 48%;
		width: 100%;
		background-color: #fff;
		left: 0%;
		height: 2px;
		opacity: 1;
	}*/

	.mobile-slidebar  ul {
		margin: 0;
    	padding: 0;
		list-style-type: none;
	}
	.mobile-slidebar li {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}
	
	.mobile-slidebar .sub-menu li{
		margin-bottom: 15px;
	}
	.mobile-slidebar .sub-menu li:first-child{
		margin-top: 15px;
	}
	.mobile-slidebar .sub-menu li a{
		font-size: 18px;
	}



	.mobile-slidebar .lang-switch {
		position: fixed;
		left: 4%;
		bottom: 40px;
	}
	.mobile-slidebar .lang-switch .btn-s {
		font-size: 16px;
		color: #666666;
		cursor: pointer;
	}

	.mobile-slidebar .lang-switch .btn-s.selected {
		opacity: 1;
		color: #ffffff;
	}

	.mobile-slidebar .lang-switch .btn-en {
		position: absolute;
		top: 0px;
		left: 26px;
	}

	.lang-switch > a > .btn-en {
		top: -24px !important;
	}

	.lang-switch a {
		padding: 0;
	}



	/*--------------------------------------------------------------
	## Home page
	--------------------------------------------------------------*/

	.home .main-scroll-hover {
		display: none;
	}

	.home .main-scroll-nav {
		display: none;
	}

	.home .site-branding {
		position: relative;
		margin: 82px auto 0 auto;
		width: 88%;
		text-align: center;
	}

	.home .site-title {
		position: relative;
		/*font-family: .HelveticaNeueDeskInterface-Regular;*/
		font-size: 27px;
		color: #00091D;
		margin-bottom: 13px;
		line-height: 30px;
	}

	.home .site-description {
		position: relative;
		/*font-family: .HelveticaNeueDeskInterface-Regular;*/
		font-size: 10px;
		color: #00091D;
		line-height: 16px;
	}

	.main-scroll .overlay {
		display: none !important;
}
	.main-scroll > .wrapper > .bg_mac,
	.main-scroll > .wrapper > .bg_ipad,
	.main-scroll > .wrapper > .bg_iphone {
		position: relative;
		margin: 20% auto;
		background: no-repeat bottom;
		background-size: 100%;
	}

	.main-scroll > .wrapper > .bg_mac > .pic,
	.main-scroll > .wrapper > .bg_ipad > .pic,
	.main-scroll > .wrapper > .bg_iphone > .pic {
		position: absolute;
		border: 2px #000 solid;
		background: black no-repeat center;
		background-size: 100% auto;
	}

	.main-scroll > .wrapper > .bg_mac {
		padding-bottom: 52%;
		width: 90%;
		background-image: url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/bg_mac.png);
	}

	.main-scroll > .wrapper > .bg_mac > .pic {
	    margin-top: 6%;
	    margin-left: 11%;
	    width: 78%;
	    padding-bottom: 45%;
	}

	.main-scroll > .wrapper > .bg_ipad {
		padding-bottom: 63%;
		width: 90%;
		background-image: url(images/bg_ipad.png);
	}

	.main-scroll > .wrapper > .bg_ipad > .pic {
		margin-top: 6%;
	    margin-left: 11%;
	    width: 78%;
	    padding-bottom: 58%;
	}

	.main-scroll > .wrapper > .bg_iphone {
		width: 60%;
		padding-bottom: 117%;
		background-image: url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/bg_iphone.png);
	}

	.main-scroll > .wrapper > .bg_iphone > .pic {
	    margin-top: 24%;
	    margin-left: 5%;
	    width: 89%;
	    padding-bottom: 145%;
	}

	/*--------------------------------------------------------------
	## Detail page
	--------------------------------------------------------------*/
	.single {

	}

	.single .entry-header > .header-image {
		position: relative;
		background: no-repeat center center;
		background-size: cover;
		height: 303px;
		margin-bottom: 20px;
	}

	.single .entry-header > .header-image > .overlay {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding-top: 8px;
		padding-left: 21px;
		padding-bottom: 13px;
		background-color: rgba(0,9,29,0.5);
	}

	.single .entry-header > .header-image > .overlay > .entry-brand {
		position: relative;
		margin-bottom: 5px;
		font-size: 12px;
		color: #99999A;
		line-height: 14px;
	}

	.single .entry-header > .header-image > .overlay > .entry-title {
		position: relative;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 24px;
		width: 90%;
	}

	.single .entry-header > .entry-meta {
		background-color: #FFF;
		margin: 0 auto 46px auto;
		width: 90%;
	}

	.single .entry-header > .entry-meta > .entry-date {
		font-size: 10px;
		color: #99999A;
		line-height: 14px;
	}

	.single .entry-header > .entry-meta > .entry-subtitle {
		font-size: 12px;
		color: #44444A;
		line-height: 18px;
	}

	.single .entry-header > .entry-meta > .service-type {
		position: relative;
		margin-top: 26px;
		margin-bottom: 15px;
	}

	.single .entry-header > .entry-meta > .service-type .title {
		font-size: 10px;
		color: #00091D;
		line-height: 12px;
		width: 62px;
    	display: inline-block;
	}

	.single .entry-header > .entry-meta > .service-type .btn {
		font-size: 10px;
		color: #ffffff;
		line-height: 12px;
		background: #00091d;
		border-radius: 4px;
		margin-right: 15px;
		padding: 4px 12px;
	}

	.single .entry-header > .entry-meta > .industry {
	}

	.single .entry-header > .entry-meta > .industry .title {
		font-size: 10px;
		color: #00091D;
		line-height: 12px;
		width: 62px;
    	display: inline-block;
	}

	.single .entry-header > .entry-meta > .industry .tag {
		font-size: 10px;
		color: #000000;
		line-height: 12px;
		background: #F8F8F8;
		border-radius: 4px;
		margin-right: 15px;
		padding: 4px 12px;
	}

	.single .entry-header > .entry-meta > .bg_mac,
	.single .entry-header > .entry-meta > .bg_ipad,
	.single .entry-header > .entry-meta > .bg_iphone {
		position: relative;
		margin: 20% auto;
		background: no-repeat bottom;
		background-size: 100%;
	}

	.single .entry-header > .entry-meta > .bg_mac > .pic,
	.single .entry-header > .entry-meta > .bg_ipad > .pic,
	.single .entry-header > .entry-meta > .bg_iphone > .pic {
		position: absolute;
		border: 2px #000 solid;
		background: black no-repeat center;
		background-size: 100% auto;
	}

	.single .entry-header > .entry-meta > .bg_mac {
		padding-bottom: 62%;
		width: 90%;
		background-image: url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/bg_mac.png);
	}

	.single .entry-header > .entry-meta > .bg_mac > .pic {
	    margin-top: 7%;
	    margin-left: 11%;
	    width: 76%;
	    padding-bottom: 45%;
	}

	.single .entry-header > .entry-meta > .bg_ipad {
		padding-bottom: 63%;
		width: 90%;
		background-image: url(images/bg_ipad.png);
	}

	.single .entry-header > .entry-meta > .bg_ipad > .pic {
	    margin-top: 5.5%;
	    margin-left: 10.5%;
	    width: 78.5%;
	    padding-bottom: 58%;
	}

	.single .entry-header > .entry-meta > .bg_iphone {
		width: 60%;
    	padding-bottom: 98%;
		background-image: url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/bg_iphone_white.png);
	}

	.single .entry-header > .entry-meta > .bg_iphone > .pic {
	    margin-top: 20%;
	    margin-left: 15.5%;
	    width: 70%;
	    padding-bottom: 114.5%;
	}

	.single .entry-content {
		position: relative;
		margin: 0 auto;
		padding: 0 5%;
		font-size: 14px;
		color: #44444A;
		line-height: 28px;
	}

	.single .entry-content:after {
		content: '';
	    display: block;
	    clear: both;
	}
	
	.single .entry-content > .bgColor {
		position: absolute;
		top: 34px;
		left: -5%;
		width: 105%;
		height: 100%;
		background-color: #Ffffff;
		z-index: -1;
	}

	.single  .entry-footer {
		margin-top: 34px;
	}

	/*--------------------------------------------------------------
	## Project page
	--------------------------------------------------------------*/
.page-id-58 .page-header {
		position: relative;
		padding-top: 82px;
		height: 222px;
		width: 100%;
		text-align: center;
		background: no-repeat center;
		background-size: cover; 
	}

	.tax-ct_brands .page-header {
		position: relative;
		padding-top: 82px;
		height: 222px;
		width: 100%;
		text-align: center;
padding-top: 92px;
	}

	.header-title {
		position: relative;
		margin: 0 auto 25px auto;
		font-size:20px;
		color: #00091D;
		line-height: 25px;
		width: 90%;
text-align: center;
	}

.page-id-58 .header-title:lang(en-US){width: 98%;font-size:18px;}

.page-id-58 .header-title{margin-top:30px;}

	.page-header .header-subtitle {
		font-size: 10px;
		margin: 0 auto;
		color: #00091D;
		line-height: 16px;
		width: 60%;
	}

	.page-header .header-logo {
		position: relative;
		margin: 0 auto;
		background: no-repeat center;
    	background-size: cover;
	    width: 96px;
	    height: 56px;
	}

	.page-header .btn-back {
		position: absolute;
		color: #99999A;
		top: 19px;
		right: 19px;
		font-size: 10px;
		line-height: 27px;
		border: 1px #99999A solid;
		border-radius: 4px;
		padding: 0 15px;
		display: inline-block;
		cursor: pointer;
	}

.project-header >a .btn-back{
	    position: absolute;
            width: 160px;
	    top: 15px;
            right:22px;
	    font-size: 15px;
	    color: #999999;
	    line-height: 34px;
	    background: #ffffff;
	    border: 1px solid #999999;
	    border-radius: 4px;
	    text-align: center;
	}

.project-header >.header-logo
{margin-top:40px;}

	.project-filter {
		position: absolute;
		top: 19px;
		right: 19px;
		width: 70px;
		height: 26px;
		/*border: 1px solid #00091d;*/
border: 1px solid #ffffff;
		border-radius: 6px;
		font-size: 10px;
		/*color: #00091d;*/
color: #ffffff;
		line-height: 1.2;
		padding-top: 6px;
		text-align: center;
		cursor: pointer;
	}
.project-filter:lang(en-US){width:120px;}
	.project-filter > .btn-all {
		display: none;
	}	

	.project-filter > .btn-client {
		display: none;
	}

	.project-filter > .btn-services {
		display: none;
	}

.project-filter > .btn-wplan {
		display: none;
	}

.project-filter > .selected {
		display: block;
	}

	.project-filter > .arrow {
		position: absolute;
		top: 10px;
		right: 8px;
		display: inline-block;
		width: 5px;
		height: 6px;
		background: url(/wp-content/uploads/2016/04/arrow.png) no-repeat;
		background-size: 100%;
	}

	.mobile-project-filter {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		padding-top: 120px;
		background-color: #00091d;
		display: none;
	}

	.mobile-project-filter .btn-close {
		position: absolute;
		top: 25px;
		right: 25px;
		width: 16px;
		height: 16px;
		background: no-repeat url(images/icon_share_close_white.png);
		background-size: cover; 
		cursor: pointer;
	}

	.mobile-project-filter .btn {
		font-size: 27px;
		color: #ffffff;
		margin-bottom: 58px;
		text-align: center;
	}

	.worklist {
		width: 100%;
		padding: 27px 5% 50px 5%;
		background: #F7F7F5; 
	}

	.worklist .title {
		/*display: none;*/
    line-height: 60px;
	}

	.worklist > .tab-all {
		width: 100%;
		height: 100%;
	}

.worklist > .tab-client {
		display:none;
	}
.worklist > .tab-services {
		display:none;
	}

.worklist > .tab-wplan {
		display:none;
	}
	.worklist article {
		position: relative;
		margin-bottom: 54px;
		height: auto !important;
	}

	.worklist article .postBrand {
		font-size: 11px;
		color: #99999A;
		line-height: 13px;
		margin-bottom: 10px;
	}

	.worklist article .postTitle {
		margin-bottom: 13px;
		font-size: 16px;
		color: #00091D;
		line-height: 20px;
	}

	.worklist article .postDescription {
		font-size: 11px;
		color: #44444A;
		line-height: 16px;
	}

	.worklist article .postImg {
		margin-bottom: 15px;
		width: 100%;
		background: no-repeat center;
		background-size: 100%; 
	}

	.worklist .brandItem {
		position: relative;
		width: 20.4%;
		margin-bottom: 4.4%;
		margin-right: 4.4%;
		display: inline-block;
	}

	.worklist .brandItem:nth-child(6n) {
		margin-right: 4.4%;
	}

	.worklist .brandItem:nth-child(4n) {
		margin-right: 0;
	}

	.worklist .brandLogo {
		position: relative;
		width: 100%;
		padding-bottom: 100%;
		background: no-repeat center;
		background-size: contain;
	}

	.page-chat,
	.page-project {
		position: relative;
		width: 100%;
		height: 180px;
		background-color: #00091D;
		text-align: center;
	}

	.page-chat > .text,
	.page-project > .text {
		margin-top: 46px;
		margin-bottom: 33px;
		font-size: 24px;
		color: #FFFFFF;
		line-height: 28px;
		display: inline-block;
	}

	.page-chat >a .btn,
	.page-project >a .btn {
		margin: 0 auto;
		width: 150px;
		height: 27px;
		background: #00091d;
		border-radius: 6px;
		font-size: 12px;
		color: #ffffff;
		line-height: 27px;
top:0px;
	}


	/*--------------------------------------------------------------
	## About page
	--------------------------------------------------------------*/
	.page-id-40 .page-header,
	.page-id-1017 .page-header,
	.page-id-1240 .page-header,
	.page-id-1223 .page-header,
	.page-id-1228 .page-header,
	.page-id-2570 .page-header,
	.page-id-2590 .page-header,
	.page-id-2598 .page-header,
	.page-id-2862 .page-header,
	.page-id-3180 .page-header,
	.page-id-3182 .page-header,
	.page-id-3184 .page-header,
	.page-id-3186 .page-header,
	.page-id-3188 .page-header {
		position: relative;
		padding-top: 82px;
		width: 100%;
		text-align: center;		
		background: no-repeat center;
		background-size: cover; 
		height: 303px;
	}

	.page-id-40 .section01,
	.page-id-1017 .section01,
	.page-id-1240 .section01,
	.page-id-1223 .section01,
	.page-id-1228 .section01,
	.page-id-2570 .section01,
	.page-id-2590 .section01
	{
		position: relative;
		text-align: center;
		background-color: #FFF;
		padding: 36px 0 52px 0;  
	}

	.page-id-2598 .section01,
	.page-id-2862 .section01,
	.page-id-3180 .section01,
	.page-id-3182 .section01,
	.page-id-3184 .section01,
	.page-id-3186 .section01,
	.page-id-3188 .section01 
	 {
		padding: 36px 0 0px 0;  
	}

	.page-id-40 .section01 > .icon-logo,
	.page-id-1017 .section01 > .icon-logo,
	.page-id-1240 .section01 > .icon-logo,
	.page-id-1223 .section01 > .icon-logo{
		position: relative;
		margin: 0 auto;
		width: 37px;
		height: 28px;
		background: no-repeat url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/icon_logo_footer_w.png);
		background-size: 100%;
	}

	.page-id-1017 .section01 .icon-logo,
	.page-id-1240 .section01 .icon-logo{
		margin-bottom: 56px;
	}

	.page-id-1017 .section01 .img-fol,
	.page-id-1240 .section01 .img-fol{
		width: 80%;
		margin: 0 auto;
	}

	.page-id-1228 .section01 > .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 109px;
		height: 150px;
		background: no-repeat url(images/icon_logo_tech_art.png);
		background-size: 100%;
	}

	.page-id-2598 .section01 .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 150px;
		height: 150px;
		background: no-repeat url(images/icon_logo_create.jpg);
		background-size: 100%;
	}
	.page-id-3180 .section01 .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 150px;
		height: 150px;
		background: no-repeat url(images/icon_logo_copy.jpg);
		background-size: 100%;
	}
	.page-id-3182 .section01 .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 150px;
		height: 150px;
		background: no-repeat url(images/icon_logo_copy.jpg);
		background-size: 100%;
	}
	.page-id-3184 .section01 .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 150px;
		height: 150px;
		background: no-repeat url(images/icon_logo_copy.jpg);
		background-size: 100%;
	}
	.page-id-3186 .section01 .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 150px;
		height: 150px;
		background: no-repeat url(images/icon_logo_copy.jpg);
		background-size: 100%;
	}
	.page-id-3188 .section01 .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 150px;
		height: 150px;
		background: no-repeat url(images/icon_logo_copy.jpg);
		background-size: 100%;
	}


	.page-id-40 .section01 > .text,
	.page-id-1017 .section01 > .text,
	.page-id-1240 .section01 > .text,
	.page-id-1223 .section01 > .text,
	.page-id-1228 .section01 > .text,
	.page-id-2570 .section01 > .text,
	.page-id-2590 .section01 > .text,
	.page-id-2598 .section01 > .text,
	.page-id-2862 .section01 > .text,
	.page-id-3180 .section01 > .text,
	.page-id-3182 .section01 > .text,
	.page-id-3184 .section01 > .text,
	.page-id-3186 .section01 > .text,
	.page-id-3188 .section01 > .text {
		position: relative;
		/*margin: 95px auto 82px auto;*/
		margin: 32px auto 48px auto;
		font-size: 13px;
		color: #3C3A4A;
		line-height: 28px;
		width: 80%;
		text-align: left;
	}

	.page-id-40 .section01 > .btn,
	.page-id-1017 .section01 > .btn,
	.page-id-1240 .section01 > .btn,
	.page-id-1223 .section01 > .btn,
	.page-id-1228 .section01 > .btn,
	.page-id-2570 .section01 > .btn,
	.page-id-2590 .section01 > .btn,
	.page-id-2598 .section01 > .btn,
	.page-id-2862 .section01 > .btn,
	.page-id-3180 .section01 > .btn,
	.page-id-3182 .section01 > .btn,
	.page-id-3184 .section01 > .btn,
	.page-id-3186 .section01 > .btn,
	.page-id-3188 .section01 > .btn  {
		background: #00091d;
		border: 1px solid #00091d;
		border-radius: 8px;
		font-size: 12px;
		color: #000000;
		line-height: 27px;
		padding: 0 26px;
		display: inline-block;
	}

	.page-id-40 .section02,
	.page-id-1017 .section02,
	.page-id-1240 .section02,
	.page-id-1223 .section02,
	.page-id-1228 .section02,
	.page-id-2570 .section02,
	.page-id-2590 .section02,
	.page-id-2598 .section02,
	.page-id-2862 .section02,
	.page-id-3180 .section02,
	.page-id-3182 .section02,
	.page-id-3184 .section02,
	.page-id-3186 .section02,
	.page-id-3188 .section02  {
		position: relative;
		text-align: center;
		background-image: url("images/about_p2bg.png");
		background-repeat: no-repeat;
		background-position:top right;
		background-size: 70%;
		background-color: #f8f8f8;
		padding: 45% 0 6% 0;
	}

	.page-id-40 .section02 .bg,
	.page-id-1017 .section02 .bg,
	.page-id-1240 .section02 .bg,
	.page-id-1223 .section02 .bg,
	.page-id-1228 .section02 .bg,
	.page-id-2570 .section02 .bg,
	.page-id-2590 .section02 .bg,
	.page-id-2598 .section02 .bg,
	.page-id-2862 .section02 .bg,
	.page-id-3180 .section01 .bg,
	.page-id-3182 .section01 .bg,
	.page-id-3184 .section01 .bg,
	.page-id-3186 .section01 .bg,
	.page-id-3188 .section01 .bg {
	    position: absolute;
	    top: -5%;
	    width: 100%;
	    height: 100%;
	    background-image:url(images/bg_aboutus.png);
		background-repeat:no-repeat;
		background-position:top center;
		background-size:40%;
		z-index: -1;
	}

	.page-id-40 .section02 > .text,
	.page-id-1017 .section02 > .text,
	.page-id-1240 .section02 > .text,
	.page-id-1223 .section02 > .text,
	.page-id-1228 .section02 > .text,
	.page-id-2570 .section02 > .text,
	.page-id-2590 .section02 > .text,
	.page-id-2598 .section02 > .text,
	.page-id-2862 .section02 > .text,
	.page-id-3180 .section02 > .text,
	.page-id-3182 .section02 > .text,
	.page-id-3184 .section02 > .text,
	.page-id-3186 .section02 > .text,
	.page-id-3188 .section02 > .text  {
		position: relative;
		margin: 0 auto;
		font-size: 13px;
		font-weight: lighter;
		color: #44444A;
		line-height: 21px;
		width: 90%;
		text-align: left;
	}

	.page-id-40 .section02 > .btn,
	.page-id-1017 .section02 > .btn,
	.page-id-1240 .section02 > .btn,
	.page-id-1223 .section02 > .btn,
	.page-id-1228 .section02 > .btn,
	.page-id-2570 .section02 > .btn,
	.page-id-2590 .section02 > .btn,
	.page-id-2598 .section02 > .btn,
	.page-id-2862 .section02 > .btn,
	.page-id-3180 .section02 > .btn,
	.page-id-3182 .section02 > .btn,
	.page-id-3184 .section02 > .btn,
	.page-id-3186 .section02 > .btn,
	.page-id-3188 .section02 > .btn  {
		position: relative;
		background: #00091d;
		margin-top: 10%; 
		border: 1px solid #00091d;
		border-radius: 8px;
		font-size: 12px;
		color: #000000;
		line-height: 27px;
		padding: 0 15px;
		display: inline-block;
	}

	.page-id-40 .section03,
	.page-id-1017 .section03,
	.page-id-1240 .section03,
	.page-id-1223 .section03,
	.page-id-1228 .section03,
	.page-id-2570 .section03,
	.page-id-2590 .section03,
	.page-id-2598 .section03,
	.page-id-2862 .section03,
	.page-id-3180 .section03,
	.page-id-3182 .section03,
	.page-id-3184 .section03,
	.page-id-3186 .section03,
	.page-id-3188 .section03  {
		position: relative;
		top: 0;
		padding: 10% 5% 0 5%;
	}

	/*--------------------------------------------------------------
	## Contact page
	--------------------------------------------------------------*/
	.page-id-44 .header-background{
		background: no-repeat center;
		background-size: cover; 
		height: 303px;
	}

	.page-id-44 .header-title {
		position: relative;
margin-top:25px;
	}

	.page-id-44 #main{
		background-color: #F8F8F8;
	}

	.page-id-44 .section01 {
		position: relative;
		padding: 30px 5% 20% 5%; 
background:url("https://file.cdn.finance.vivatech.cn/vivaWeb/images/contact_p2bg.png") no-repeat 450% 70%;
background-size:90%; 
	}

	.page-id-44 .section01 > .title {
		font-size: 12px;
		color: #99999A;
		line-height: 14px;
		margin-bottom: 9px;
	}

	.page-id-44 .section01 > .text {
		font-size: 96%;
		color: #00091D;
		line-height: 24px;
		margin-bottom: 15px;
		width: 82%;
	}

	.page-id-44 .section01 .icon-map {
		position: absolute;
		top: 20px;
		right: 5%;
		font-size: 10px;
		color: #00091d;
		line-height: 27px;
		border: 1px solid #00091d;
		border-radius: 4px;
		padding: 0 22px;
	}

	.page-id-44 .section02 {
		position: relative;
		padding: 0 5%;  
	}
.page-id-44 .section02 p{
		display:none;  
	}

	#fbuilder,
	.page-id-44 .section02 > .form-message {
		background: #efefeb;
		border-radius: 16px 16px 0px 0px;
		/*height: 425px;*/
		width: 100%;
		text-align: center;
		padding: 0 10% 80px 10%;
	}

	#fbuilder h1,
	.page-id-44 .section02 > .form-message .title {
		font-weight: normal;
		font-size: 21px;
		color: #00091D;
		line-height: 30px;
		padding-top: 10px !important;
		padding-bottom: 5px !important;
	}

	#fbuilder input[type=text],
	#fbuilder textarea,
	.page-id-44 .section02 > .form-message input[type=text],
	.page-id-44 .section02 > .form-message textarea {
		font-size: 12px;
		color: #99999A;
		line-height: 14px;
		padding: 10px 12px !important;
		width: 100%;
		margin-bottom: 8px;
		border: 0;
		border-radius: 0;
	}

	#fbuilder .pbSubmit,
	.page-id-44 .section02 > .form-message input[type=submit] {
		background: #00091D;
		border-radius: 8px;
		font-size: 12px;
		line-height: 36px;
		color: #FFFFFF;
		border: 0;
		width: 100%;
		box-shadow: none;
		margin: 0;
		padding: 0; 
	}

	/*--------------------------------------------------------------
	## Jobs page
	--------------------------------------------------------------*/
	.page-id-46 .page-header {
		position: relative;
		padding-top: 82px;
		width: 100%;
		text-align: center;		
		background: no-repeat center;
		background-size: cover; 
		height: 303px;
		z-index: 2;
	}

	.page-id-46 .section01 {
		position: relative;
		text-align: center;
		background-color: #FFF;
		padding: 26px 0 42px 0;  
	}

	.page-id-46 .section01 > .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 37px;
		height: 28px;
		background: no-repeat url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/icon_logo_footer_w.png);
		background-size: 100%;
	}

	.page-id-46 .section01 > .text {
		position: relative;
		/*margin: 95px auto 82px auto;*/
		margin: 32px auto;
		font-size: 13px;
		color: #3C3A4A;
		line-height: 26px;
		width: 80%;
		text-align: left;
	}

	.page-id-46 .section01 > .btn {
		background: #00091d;
		border: 1px solid #00091d;
		border-radius: 8px;
		font-size: 12px;
		color: #000000;
		line-height: 27px;
		padding: 0 26px;
		display: inline-block;
	}

	.page-id-46 .section02 {
		position: relative;
		text-align: center;
	}

	.page-id-46 .section02 .bg {
	    position: absolute;
	    top: -5%;
	    width: 100%;
	    height: 100%;
	    background-image:url(images/bg_aboutus.png);
		background-repeat:no-repeat;
		background-position:top center;
		background-size:40%;
	}

	.page-id-46 .section02 > .text {
		position: relative;
		margin: 0 auto;
		font-size: 13px;
		font-weight: lighter;
		color: #44444A;
		line-height: 28px;
		width: 80%;
		text-align: left;
	}

	.page-id-46 .section02 > .btn {
		position: relative;
		background: #00091d;
		margin-top: 10%; 
		border: 1px solid #00091d;
		border-radius: 8px;
		font-size: 12px;
		color: #000000;
		line-height: 27px;
		padding: 0 15px;
		display: inline-block;
	}

	.page-id-46 .section03 {
		position: relative;
		top: -35px;
		padding: 12% 5%;
	}

	.page-id-46 .section02 .bg-icon {
		background-size: 60%; 
	}

	/*--------------------------------------------------------------
	## footer
	--------------------------------------------------------------*/

	.entry-share {
		position: relative;
		width: 100%;
		padding: 34px 0;
		text-align: center;
	}

	.entry-share > .entry-brand {
		position: relative;
		margin-bottom: 10px;
	}

	.entry-share > .entry-brand > .name {
		opacity: 0.8;
		font-size: 10px;
		color: #00091D;
		line-height: 12px;
		margin-right: 10px;

	}

	.entry-share > .entry-brand > .service-type {
		width: 62px;
    	font-size: 10px;
		color: #ffffff;
		line-height: 12px;
		background: #00091d;
		border-radius: 4px;
		padding: 2px 12px;
	}

	.entry-share > .entry-title {
		font-size: 24px;
		color: #00091D;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.entry-share > .text {
		opacity: 0.8;
		font-size: 10px;
		color: #00091D;
		line-height: 12px;
		margin-bottom: 18px;
	}

	.entry-share > .entry-icon {
		position: relative;
		margin: 0 auto;
		width: 180px;
	}
.single .entry-share > .entry-icon{width: 90px;}

	.entry-share > .entry-icon:after{
		content: '';
	    display: block;
	    clear: both;
	}

	.entry-share > .entry-icon > .btn-wechat,
.single .entry-share > .entry-icon > .btn-weibo,
.single .entry-share > .entry-icon > .btn-be,
.single .entry-share > .entry-icon > .btn-facebook,
	.entry-share > .entry-icon >a .btn-weibo,
	.entry-share > .entry-icon >a .btn-be,
	.entry-share > .entry-icon >a .btn-facebook {
		background: no-repeat;
		background-size: 100%;
		width: 36px;
		height: 36px;
		float: left;
		margin-right: 12px;
	}

.entry-share > .entry-icon > .btn-wechat {
		background-image: url(images/W_social_icons-02b.png);
	}
.single .entry-share > .entry-icon > .btn-wechat {
display:none;
}	
	.entry-share > .entry-icon >a .btn-weibo,
.single .entry-share > .entry-icon > .btn-weibo {
		background-image: url(images/W_social_icons-03b.png);
	}
	
	.entry-share > .entry-icon >a .btn-be,
.single .entry-share > .entry-icon > .btn-be {
		background-image: url(images/W_social_icons-01b.png);
	}

	.entry-share > .entry-icon >a .btn-facebook,
.single .entry-share > .entry-icon > .btn-facebook {
		background-image: url(images/W_social_icons-04b.png);
		margin-right: 0;
	}

	.site-footer {
		width: 100%;
		height: 180px;
		background-color: #FAFAFA;
	}
	.site-footer > .site-info {
		position: relative;
		margin: 31px auto 0 auto;
		width: 320px;
		height: 130px;
	}
	.site-footer > .site-info >a .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 38px;
		height: 38px;
		background: no-repeat url(https://file.cdn.finance.vivatech.cn/vivaWeb/images/icon_logo_footer_w.png);
		background-size: 100%;
	}
	.site-footer > .site-info >a .btn-career {
		position: absolute;
		top: 16px;
		left: 9%;
		font-size: 10px;
		color: #00091D;
	}
	.site-footer > .site-info >a .btn-contactus {
		position: absolute;
		top: 16px;
		right: 10%;
		font-size: 10px;
		color: #00091D;
	}
	.site-footer > .site-info >.site-coptright {
		clear:both;
                position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
		font-family: Courier;
		font-size: 8px;
		color: rgba(102,102,102,0.40);
	}
	.site-share {
		margin: 18px auto 0 auto;
		width: 170px;
	}
	.site-share > .btn,.site-share >a .btn {
		float: left;
		width: 30px;
		height: 30px;
		margin-right: 16px;
		background: no-repeat;
		background-size: 100%;
	}
	.site-share > .btn-wechat {
		background-image: url(images/W_social_icons-06.png);
	}
	.site-share >a .btn-weibo {
		background-image: url(images/W_social_icons-07.png);
	}
	.site-share >a .btn-be {
		background-image: url(images/W_social_icons-05.png);
	}
	.site-share >a .btn-facebook {
		margin-right: 0;
		background-image: url(images/W_social_icons-08.png);
	}

	.site-share .qrcode-wechat{
		position: absolute;
		bottom: 60%;
                left: 0px;
		height: 195px;
		width: 186px;
		background: url(images/bg_wechat.png) no-repeat;
		background-size: cover;
		-webkit-transform: scaleY(-1);
		-moz-transform: scaleY(-1);
		-ms-transform: scaleY(-1);
		-o-transform: scaleY(-1);
		transform: scaleY(-1);
		cursor: pointer;
		display: none;
	}
	.site-share .qrcode-wechat .pic img{
		position: relative;
		margin-top: 21px;
		margin-left: 12px;
		height: 162px;
		width: 162px;
		background-size: cover;
	}

.entry-share .qrcode-wechat{display:none;}

.page-id-40 .section01 .btn,
.page-id-40 .section02 .btn,
.page-id-1017 .section01 .btn,
.page-id-1240 .section02 .btn,
.page-id-1223 .section01 .btn,
.page-id-1223 .section02 .btn,
.page-id-1228 .section01 .btn,
.page-id-2570 .section02 .btn,
.page-id-2590 .section02 .btn,
.page-id-2598 .section02 .btn,
.page-id-2862 .section02 .btn,
.page-id-3180 .section02 .btn,
.page-id-3182 .section02 .btn,
.page-id-3184 .section02 .btn,
.page-id-3186 .section02 .btn,
.page-id-3188 .section02 .btn,
.page-id-46 .section01 .btn,
.page-id-46 .section02 .btn {
	background: #ffffff;
    border: 1px solid #00091d;
    border-radius: 8px;
    font-size: 12px;
    color: #00091d;
    line-height: 42px;
    padding: 0 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-id-1017 .section01 .text .more-btn .button,
.page-id-1240 .section01 .text .more-btn .button,
.page-id-1223 .section01 .text .more-btn .button,
.page-id-1228 .section01 .text .more-btn .button,
.page-id-2570 .section01 .text .more-btn .button,
.page-id-2590 .section01 .text .more-btn .button,
.page-id-2598 .section01 .text .more-btn .button,
.page-id-2862 .section01 .text .more-btn .button,
.page-id-3180 .section01 .text .more-btn .button,
.page-id-3182 .section01 .text .more-btn .button,
.page-id-3184 .section01 .text .more-btn .button,
.page-id-3186 .section01 .text .more-btn .button,
.page-id-3188 .section01 .text .more-btn .button {
	font-size: 12px;
}

/*top css*/
#bgvid { 
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
display: inline-block;
}

.index_wrapper{display:none;}
.index_wrapper_mobile{
text-align:center;
margin-top:25%;
margin-bottom:10%;
z-index: -10;}
.index_wrapper_mobile img{
width:50%;
}
.video_background{
z-index:0;position:relative;height:250px;}
.video_mobile_pre{
background: url(images/video_mobile_pre.jpg) no-repeat;
width: 100%;
height:260px;
background-size:100%;
background-position: center center;
z-index:100;
position:absolute; top:-3px; left:0;
}

.video_mobile_pre #mobileplay{padding-top:25%;margin:0 auto;width:18%;height:18%;text-align:center;opacity:0.6;}

#bgvid {/*display:none;*/}
#loading{
display:block;
width:100%;
height:100%;
background:url(images/loading.gif) no-repeat;
}

video#backgroundvid {  position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; background: url(polina.jpg) no-repeat; background-size: cover;}

	.home .site-footer {
		width: 100%;
		height:150px;
		background-color: #00091d;
	}

	.home .site-footer > .site-info {
		height: 80px;
	}

	.home .site-footer > .site-info > .icon-logo {
		position: relative;
		margin: 0 auto;
		width: 38px;
		height: 38px;
		background: no-repeat url(images/icon_logo_w_black.png);
		background-size: 100%;
	}
	.home .site-footer > .site-info >a .btn-career {
		display:none;
	}
	.home .site-footer > .site-info >a .btn-contactus {
		display:none;
	}
	.home .site-footer > .site-info >.site-coptright {
		clear:both;
                position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
		font-family: Courier;
		font-size: 60%;
		color: rgba(255,255,255,1.0);
	}

.home .site-share {
		display:none;
	}
.home .site-logo > .icon-white{display:none;}
.home .site-logo > .icon-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeat-x url(images/sitemenu_mobile.png);
    background-size: 100%;
}

h1.service_title{
		width: 100%;
text-align:center;
line-height:200px;
height:200px;
	}

.more{
    position: absolute;
    color: #99999A;
    font-size: 10px;
    line-height: 36px;
    cursor: pointer;
    right: 6%;
    margin-top: -50px;
}

}

@media only screen and (max-width: 767px) {
.weiboshow{width:90%;margin:30px auto 100px auto;margin-top:30px;border-top:1px #ffffff solid;}
.weibo_title{font-size:26px;text-align:center;margin-top:0px;}
}