/*-----------------------------------------------------------------------------------
	SharkSwim
	About: 鲨鱼畅游SYCY
	Author: SYCY
	Version: 4.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("../img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(232, 228, 228, 0.807);
	/* color:rgb(0, 0, 0); */

}
.d-bloc .card,.l-bloc2{
	color:#212529ab;
	/* color:rgb(0, 0, 0); */

}
.d-bloc .card,.l-bloc2{
	color:rgb(0 0 0 / 58%);
	/* color:rgb(0, 0, 0); */

}
.shark{
	color:rgb(255, 255, 255);
	text-align: center;
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}



/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.hero-img{
	box-shadow:-6px -36px 32px rgba(0,0,0,0.09);
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.hero-heading{
	font-size:60px;
	font-weight:bold;
}
.hero-sub-heading{
	font-size:30px;
}
.navbar-brand img{
	width:50px;
	height:40px;
}
.app-offset-bottom{
	position:relative;
	bottom:-20px;
}
.custom-shadow{
	box-shadow:0px 31px 35px rgba(0,0,0,0.16),0px 0px 2px rgba(0,0,0,0.09);
}
.feature-heading{
	font-weight:bold;
}
.feature-icon{
	width:50px;
	background:linear-gradient(0deg, var(--swatch-var-7096)  0%, var(--swatch-var-4580) 100%);
	border-radius:10px 10px 10px 10px;
}
.rounded-right{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
.rounded-left{
	border-radius:20px 0px 0px 20px;
}
.feature-icon-center{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.feature-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.sub-heading{
	font-size:20px;
}
.feature-icon-trans{
	background-color:rgba(255,255,255,0.20);
	margin-bottom:10px;
	border-radius:10px 10px 10px 10px;
}
.primary-gradient-bg{
	background:linear-gradient(182deg, rgb(152 9 255 / 47%) 0%, rgb(255 38 0 / 76%) 100%);
}
.cta-card{
	padding:60px 60px 0px 60px;
	border-radius:30px 30px 30px 30px;
}
.cta-card-img{
	border-bottom-right-radius:30px;
	border-top-left-radius:10px;
	border-style:_popUpItemAction:;
	position:relative;
	left:60px;
	width:100%;
}
.white-btn{
	color:var(--swatch-var-7096)!important;
}
.site-divider{
	margin-top:0px;
	margin-bottom:40px;
	height:5px;
}
.page-title{
	font-size:55px;
	font-weight:bold;
}
.pricing-info{
	min-height:65px;
	font-size:17px;
}
.price-card{
	background-color:	#f86d6d0f;
	text-align:left;
	padding:25px 25px 25px 25px;
	border-radius:30px 30px 30px 30px;
}
.btn{
	font-size:16px;
	font-weight:bold;
}
.price-list-icon{
	height:20px;
	width:20px;
	float:left;
	margin-right:10px;
}
.price-list-item{
	display:inline;
}
.dark-icon{
	opacity:0.8;
}
.hero-header-text{
	font-size:53px;
	font-weight:bold;
	line-height:68px;
}
.hero-subheader{
	font-size:24px;
	font-weight:normal;
	line-height:24px;
}
.text-purple-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #FF7D5A 0%, #9853F6 100%);
	color:transparent!important;
}
.text-purple-gradient3{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(3deg, #fff 0%, #ffffff 100%);
	color:transparent!important;
}
.text-purple-gradient1{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(1deg, #000 0%, #dc3545 100%);
	color:transparent!important;
}
.btn-style{
	width:79.84%;
}
.btn-button-style{
	width:79.84%;
}
.btn-2-style{
	width:79.84%;
}
.btn-4-style{
	width:79.84%;
}
.link-style{
	width:17.61%;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #dc3545, #2F7DFF);
	color:transparent!important;
}
.h3-style{
	font-size:43px;
}
.btn-5-style{
	width:64.39%;
}
.red-bg-gradient{
	/* 彩色版 */
	/* background:linear-gradient(180deg, #932092 0%, #F02277 100%); */
	/* 纯黑色 */
	background:linear-gradient(180deg, #000000 0%, #000000 100%);

}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.btn-12-style{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #212121;
}
.img-style{
	width:70px;
}
.img-windowsto-style{
	width:70px;
}
.img-bloc-6-style{
	width:70px;
	height:70px;
}
.img-macto-style{
	width:70px;
	height:70px;
}
.btn-13-style{
	width:40.74%;
	background: #2828289b;
}
.pink-bg-gradient{
	background:linear-gradient(140deg, #FF007F, #9255F8);
}
.green-bg-gradient{
	background:linear-gradient(13deg, #000   0%, #400929 87%);
}
.p-style{
	font-size:16px;
}
.btn-提交工单-style{
	width:31.35%;
}
.field-style{
	width:100%;
	height:38px;
}
.container-div-style{
	width:100%;
}
.btn-padding-top{
	padding-top:6px;
	padding-bottom:6px;
}
.btn-注册-style{
	width:34.83%;
}
.text-fire-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(359deg, #dc3545, #41464b);
	color:transparent!important;
}
.img-placeholder-us-style{
	width:117px;
}
.btn-26-style{
	width:25.24%;
	padding-top:4px;
	padding-bottom:4px;
}
.h6-style{
	font-size:18px;
}
.img-wat-can--style{
	width:243px;
}
.img-1-style{
	width:512px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-4279:rgba(255,255,255,1.00);
	
	--swatch-var-426:rgba(255,255,255,0.60);
	
	--swatch-var-458:rgba(0,0,0,1.00);
	
	--swatch-var-7096:rgba(152,9,255,0.60);
	
	--swatch-var-3202:rgba(0,0,0,0.04);
	
	--swatch-var-502:rgba(0,0,0,0.50);
	
	--swatch-var-4580:rgba(182,9,255,1.00);
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-5812:rgba(122,129,255,1.00);
	
	--swatch-var-5927:#999999;
	
	--swatch-var-2869:#000000;
	
	--swatch-var-2:#FFFFFF;
	
	--swatch-var-1876:#FF9200;
	
	--swatch-var-7375:rgba(0,253,255,1.00);
	
	--swatch-var-2019:rgba(255,255,255,0.298039);
	
	--swatch-var-4686:rgba(255,255,255,0.50);
	
	--swatch-var-6521:rgba(255,255,255,0.498039);
	
	--swatch-var-774:rgba(255,38,0,1.00);
	
	--swatch-var-1193:rgba(0,0,0,0.69);
	
	--swatch-var-150:rgba(41,22,43,0.78);
	
	--swatch-var-1732:rgba(255,255,255,0.498039);
	
	--swatch-var-3244:#FF9200;
	
}


/* Background colour styles */

.bgc-4279{
	background-color:var(--swatch-var-4279);
}
.bgc-3202{
	background-color:var(--swatch-var-3202);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}

/* Text colour styles */

.tc-5783{
	color:var(--swatch-var-5783)!important;
}
.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-4686{
	color:var(--swatch-var-4686)!important;
}
.tc-426{
	color:var(--swatch-var-426)!important;
}
.tc-458{
	color:#ffffffd4!important;
}
.tc-4279{
	color:var(--swatch-var-4279)!important;
}
.tc-6521{
	color:var(--swatch-var-6521)!important;
}
.tc-3244{
	color:var(--swatch-var-3244)!important;
}

/* Button colour styles */

.btn-c-150{
	background:var(--swatch-var-150);
	color:#FFFFFF!important;
}
.btn-c-150:hover{
	background:rgba(0,0,0,0.78)!important;
	color:#FFFFFF!important;
}
.btn-c-458{
	background:var(--swatch-var-458);
	color:#FFFFFF!important;
}
.btn-c-458:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-c-2869{
	background:var(--swatch-var-2869);
	color:#FFFFFF!important;
}
.btn-c-2869:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-c-1193{
	background:var(--swatch-var-1193);
	color:#FFFFFF!important;
}
.btn-c-1193:hover{
	background:rgba(0,0,0,0.69)!important;
	color:#FFFFFF!important;
}
.btn-c-4279{
	background:var(--swatch-var-4279);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4279:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-4279{
	color:var(--swatch-var-4279)!important;
}
.ltc-4279:hover{
	color:#CCCCCC!important;
}
.ltc-2{
	color:var(--swatch-var-2)!important;
}
.ltc-2:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-2869{
	color:var(--swatch-var-2869)!important;
	border-color:var(--swatch-var-2869)!important;
}


/* = Custom Bric Data
-------------------------------------------------------------- */

/* WP Widget Styling */.widget-zone ul{
	list-style: none;
	padding: 0;
}
/* Wordpress Comments */.wp-comments-title{
	  color: rgba(0,0,0,.8);
}
.wp-comment ol.children{
	  list-style: none;
}
.wp-comment-required{
	  color:red;
}
.wp-comment ol.children .card:before{
	    content: "";
	    width:2%;
	    height:50%;
	    border:2px solid rgba(0,0,0,.3);
	    border-top-width: 0;
	    border-right-width: 0;
	    position: absolute;
	    left:-3%;
}
.wp-comment-content{
	  display: flex;
}
.wp-comment-author, .wp-comment-title{
	  font-weight: bold;
	  font-size: 14px;
	  color: rgba(0,0,0,.8);
}
.wp-comment-link,.wp-comment-link:visited{
	  color: rgba(0,0,0,.6);
	  font-size: 12px;
}
.wp-comment-link:hover,.wp-comment-link:focus{
	  color: rgba(0,0,0,0.8);
}
.wp-reply-link a{
	  font-size: 14px;
}
.wp-comment-submit-btn{
	  color:#FFF;
	  background:rgba(0,0,0,.3);
}
.wp-comment-submit-btn:hover,.wp-comment-submit-btn:active {
	  color:#FFF;
	  background:rgba(0,0,0,.5);
}
/* Dark Theme */.wp-comments-dark .card{
	background:rgba(255,255,255,.2);
}
.wp-comments-dark .wp-comments-title, .wp-comments-dark .wp-comment-author, .wp-comments-dark .wp-comment-title, .wp-comments-dark .wp-comment-link:hover, .wp-comments-dark .wp-comment-link:focus, .wp-comments-dark .must-log-in a, .wp-comments-dark .must-log-in a:hover,.wp-comments-dark .must-log-in a:focus{
	color: rgba(255,255,255,.8);
}
.wp-comments-dark .wp-comment-content, .wp-comments-dark .wp-comment-link,.wp-comments-dark .wp-comment-link:visited,.wp-comments-dark .comment-notes,.wp-comments-dark .comment-form-author, .wp-comments-dark .comment-form-email, .wp-comments-dark .comment-form-url,.wp-comments-dark .wp-no-comments,.wp-comments-dark .must-log-in{
	color: rgba(255,255,255,.6);
}
.wp-comments-dark .wp-comment ol.children .card:before{
	border-color: rgba(255,255,255,.5);
}
.wp-comments-dark.wp-comment-seperator-style .card{
	border-color: rgba(255,255,255,.2);
}
.wp-comments-dark .wp-comment-submit-btn{
	background:rgba(255,255,255,.2);
	color:#FFF;
}
.wp-comments-dark .wp-comment-submit-btn:hover,.wp-comments-dark .wp-comment-submit-btn:active {
	background:rgba(255,255,255,.4);
}
.wp-comment-seperator-style .card{
	border-width: 0 0 1px 0;
	border-color:rgba(0,0,0,.1);
	border-radius: 0;
	background: transparent;
}
.wp-comment-seperator-style .wp-comment ol.children .card:before{
	border-width: 0 0 1px 1px;
}
.wp-comment-seperator-style .card-body{
	padding:5px 0}.wp-comments-round-avatars img{
	border-radius: 50%!important;
}
.wp-comments-hide-avatar img{
	display:none;
}
.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}
.code-embed{
	color:#000;
}
/*主页背景动画修改下面高度和宽度 */
#particles-js{
	position: absolute;
	height:0%;
	width: 0%;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
}
.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}
/**************************************************************** * * CSS Percentage Circle * Author: Andre Firchow ******************************************************************/.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
	  clip: rect(auto, auto, auto, auto);
}
.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
	  position: absolute;
	  border: 0.08em solid #307bbb;
	  width: 0.84em;
	  height: 0.84em;
	  clip: rect(0em, 0.5em, 1em, 0em);
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
}
.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
}
.c100 {
	  position: relative;
	  font-size: 120px;
	  width: 1em;
	  height: 1em;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  float: left;
	  margin: 0 0.1em 0.1em 0;
	  background-color: #cccccc;
}
.c100 *, .c100 *:before, .c100 *:after {
	  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
}
.c100.center {
	  float: none;
	  margin: 0 auto;
}
.c100.big {
	  font-size: 240px;
}
.c100.small {
	  font-size: 80px;
}
.c100 > span {
	  position: absolute;
	  width: 100%;
	  z-index: 1;
	  left: 0;
	  top: 0;
	  width: 5em;
	  line-height: 5em;
	  font-size: 0.2em;
	  color: #cccccc;
	  display: block;
	  text-align: center;
	  white-space: nowrap;
	  -webkit-transition-property: all;
	  -moz-transition-property: all;
	  -o-transition-property: all;
	  transition-property: all;
	  -webkit-transition-duration: 0.2s;
	  -moz-transition-duration: 0.2s;
	  -o-transition-duration: 0.2s;
	  transition-duration: 0.2s;
	  -webkit-transition-timing-function: ease-out;
	  -moz-transition-timing-function: ease-out;
	  -o-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.c100:after {
	  position: absolute;
	  top: 0.08em;
	  left: 0.08em;
	  display: block;
	  content: " ";
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  background-color: whitesmoke;
	  width: 0.84em;
	  height: 0.84em;
	  -webkit-transition-property: all;
	  -moz-transition-property: all;
	  -o-transition-property: all;
	  transition-property: all;
	  -webkit-transition-duration: 0.2s;
	  -moz-transition-duration: 0.2s;
	  -o-transition-duration: 0.2s;
	  transition-duration: 0.2s;
	  -webkit-transition-timing-function: ease-in;
	  -moz-transition-timing-function: ease-in;
	  -o-transition-timing-function: ease-in;
	  transition-timing-function: ease-in;
}
.c100 .slice {
	  position: absolute;
	  width: 1em;
	  height: 1em;
	  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
	  -webkit-transform: rotate(3.6deg);
	  -moz-transform: rotate(3.6deg);
	  -ms-transform: rotate(3.6deg);
	  -o-transform: rotate(3.6deg);
	  transform: rotate(3.6deg);
}
.c100.p2 .bar {
	  -webkit-transform: rotate(7.2deg);
	  -moz-transform: rotate(7.2deg);
	  -ms-transform: rotate(7.2deg);
	  -o-transform: rotate(7.2deg);
	  transform: rotate(7.2deg);
}
.c100.p3 .bar {
	  -webkit-transform: rotate(10.8deg);
	  -moz-transform: rotate(10.8deg);
	  -ms-transform: rotate(10.8deg);
	  -o-transform: rotate(10.8deg);
	  transform: rotate(10.8deg);
}
.c100.p4 .bar {
	  -webkit-transform: rotate(14.4deg);
	  -moz-transform: rotate(14.4deg);
	  -ms-transform: rotate(14.4deg);
	  -o-transform: rotate(14.4deg);
	  transform: rotate(14.4deg);
}
.c100.p5 .bar {
	  -webkit-transform: rotate(18deg);
	  -moz-transform: rotate(18deg);
	  -ms-transform: rotate(18deg);
	  -o-transform: rotate(18deg);
	  transform: rotate(18deg);
}
.c100.p6 .bar {
	  -webkit-transform: rotate(21.6deg);
	  -moz-transform: rotate(21.6deg);
	  -ms-transform: rotate(21.6deg);
	  -o-transform: rotate(21.6deg);
	  transform: rotate(21.6deg);
}
.c100.p7 .bar {
	  -webkit-transform: rotate(25.2deg);
	  -moz-transform: rotate(25.2deg);
	  -ms-transform: rotate(25.2deg);
	  -o-transform: rotate(25.2deg);
	  transform: rotate(25.2deg);
}
.c100.p8 .bar {
	  -webkit-transform: rotate(28.8deg);
	  -moz-transform: rotate(28.8deg);
	  -ms-transform: rotate(28.8deg);
	  -o-transform: rotate(28.8deg);
	  transform: rotate(28.8deg);
}
.c100.p9 .bar {
	  -webkit-transform: rotate(32.4deg);
	  -moz-transform: rotate(32.4deg);
	  -ms-transform: rotate(32.4deg);
	  -o-transform: rotate(32.4deg);
	  transform: rotate(32.4deg);
}
.c100.p10 .bar {
	  -webkit-transform: rotate(36deg);
	  -moz-transform: rotate(36deg);
	  -ms-transform: rotate(36deg);
	  -o-transform: rotate(36deg);
	  transform: rotate(36deg);
}
.c100.p11 .bar {
	  -webkit-transform: rotate(39.6deg);
	  -moz-transform: rotate(39.6deg);
	  -ms-transform: rotate(39.6deg);
	  -o-transform: rotate(39.6deg);
	  transform: rotate(39.6deg);
}
.c100.p12 .bar {
	  -webkit-transform: rotate(43.2deg);
	  -moz-transform: rotate(43.2deg);
	  -ms-transform: rotate(43.2deg);
	  -o-transform: rotate(43.2deg);
	  transform: rotate(43.2deg);
}
.c100.p13 .bar {
	  -webkit-transform: rotate(46.8deg);
	  -moz-transform: rotate(46.8deg);
	  -ms-transform: rotate(46.8deg);
	  -o-transform: rotate(46.8deg);
	  transform: rotate(46.8deg);
}
.c100.p14 .bar {
	  -webkit-transform: rotate(50.4deg);
	  -moz-transform: rotate(50.4deg);
	  -ms-transform: rotate(50.4deg);
	  -o-transform: rotate(50.4deg);
	  transform: rotate(50.4deg);
}
.c100.p15 .bar {
	  -webkit-transform: rotate(54deg);
	  -moz-transform: rotate(54deg);
	  -ms-transform: rotate(54deg);
	  -o-transform: rotate(54deg);
	  transform: rotate(54deg);
}
.c100.p16 .bar {
	  -webkit-transform: rotate(57.6deg);
	  -moz-transform: rotate(57.6deg);
	  -ms-transform: rotate(57.6deg);
	  -o-transform: rotate(57.6deg);
	  transform: rotate(57.6deg);
}
.c100.p17 .bar {
	  -webkit-transform: rotate(61.2deg);
	  -moz-transform: rotate(61.2deg);
	  -ms-transform: rotate(61.2deg);
	  -o-transform: rotate(61.2deg);
	  transform: rotate(61.2deg);
}
.c100.p18 .bar {
	  -webkit-transform: rotate(64.8deg);
	  -moz-transform: rotate(64.8deg);
	  -ms-transform: rotate(64.8deg);
	  -o-transform: rotate(64.8deg);
	  transform: rotate(64.8deg);
}
.c100.p19 .bar {
	  -webkit-transform: rotate(68.4deg);
	  -moz-transform: rotate(68.4deg);
	  -ms-transform: rotate(68.4deg);
	  -o-transform: rotate(68.4deg);
	  transform: rotate(68.4deg);
}
.c100.p20 .bar {
	  -webkit-transform: rotate(72deg);
	  -moz-transform: rotate(72deg);
	  -ms-transform: rotate(72deg);
	  -o-transform: rotate(72deg);
	  transform: rotate(72deg);
}
.c100.p21 .bar {
	  -webkit-transform: rotate(75.6deg);
	  -moz-transform: rotate(75.6deg);
	  -ms-transform: rotate(75.6deg);
	  -o-transform: rotate(75.6deg);
	  transform: rotate(75.6deg);
}
.c100.p22 .bar {
	  -webkit-transform: rotate(79.2deg);
	  -moz-transform: rotate(79.2deg);
	  -ms-transform: rotate(79.2deg);
	  -o-transform: rotate(79.2deg);
	  transform: rotate(79.2deg);
}
.c100.p23 .bar {
	  -webkit-transform: rotate(82.8deg);
	  -moz-transform: rotate(82.8deg);
	  -ms-transform: rotate(82.8deg);
	  -o-transform: rotate(82.8deg);
	  transform: rotate(82.8deg);
}
.c100.p24 .bar {
	  -webkit-transform: rotate(86.4deg);
	  -moz-transform: rotate(86.4deg);
	  -ms-transform: rotate(86.4deg);
	  -o-transform: rotate(86.4deg);
	  transform: rotate(86.4deg);
}
.c100.p25 .bar {
	  -webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  -o-transform: rotate(90deg);
	  transform: rotate(90deg);
}
.c100.p26 .bar {
	  -webkit-transform: rotate(93.6deg);
	  -moz-transform: rotate(93.6deg);
	  -ms-transform: rotate(93.6deg);
	  -o-transform: rotate(93.6deg);
	  transform: rotate(93.6deg);
}
.c100.p27 .bar {
	  -webkit-transform: rotate(97.2deg);
	  -moz-transform: rotate(97.2deg);
	  -ms-transform: rotate(97.2deg);
	  -o-transform: rotate(97.2deg);
	  transform: rotate(97.2deg);
}
.c100.p28 .bar {
	  -webkit-transform: rotate(100.8deg);
	  -moz-transform: rotate(100.8deg);
	  -ms-transform: rotate(100.8deg);
	  -o-transform: rotate(100.8deg);
	  transform: rotate(100.8deg);
}
.c100.p29 .bar {
	  -webkit-transform: rotate(104.4deg);
	  -moz-transform: rotate(104.4deg);
	  -ms-transform: rotate(104.4deg);
	  -o-transform: rotate(104.4deg);
	  transform: rotate(104.4deg);
}
.c100.p30 .bar {
	  -webkit-transform: rotate(108deg);
	  -moz-transform: rotate(108deg);
	  -ms-transform: rotate(108deg);
	  -o-transform: rotate(108deg);
	  transform: rotate(108deg);
}
.c100.p31 .bar {
	  -webkit-transform: rotate(111.6deg);
	  -moz-transform: rotate(111.6deg);
	  -ms-transform: rotate(111.6deg);
	  -o-transform: rotate(111.6deg);
	  transform: rotate(111.6deg);
}
.c100.p32 .bar {
	  -webkit-transform: rotate(115.2deg);
	  -moz-transform: rotate(115.2deg);
	  -ms-transform: rotate(115.2deg);
	  -o-transform: rotate(115.2deg);
	  transform: rotate(115.2deg);
}
.c100.p33 .bar {
	  -webkit-transform: rotate(118.8deg);
	  -moz-transform: rotate(118.8deg);
	  -ms-transform: rotate(118.8deg);
	  -o-transform: rotate(118.8deg);
	  transform: rotate(118.8deg);
}
.c100.p34 .bar {
	  -webkit-transform: rotate(122.4deg);
	  -moz-transform: rotate(122.4deg);
	  -ms-transform: rotate(122.4deg);
	  -o-transform: rotate(122.4deg);
	  transform: rotate(122.4deg);
}
.c100.p35 .bar {
	  -webkit-transform: rotate(126deg);
	  -moz-transform: rotate(126deg);
	  -ms-transform: rotate(126deg);
	  -o-transform: rotate(126deg);
	  transform: rotate(126deg);
}
.c100.p36 .bar {
	  -webkit-transform: rotate(129.6deg);
	  -moz-transform: rotate(129.6deg);
	  -ms-transform: rotate(129.6deg);
	  -o-transform: rotate(129.6deg);
	  transform: rotate(129.6deg);
}
.c100.p37 .bar {
	  -webkit-transform: rotate(133.2deg);
	  -moz-transform: rotate(133.2deg);
	  -ms-transform: rotate(133.2deg);
	  -o-transform: rotate(133.2deg);
	  transform: rotate(133.2deg);
}
.c100.p38 .bar {
	  -webkit-transform: rotate(136.8deg);
	  -moz-transform: rotate(136.8deg);
	  -ms-transform: rotate(136.8deg);
	  -o-transform: rotate(136.8deg);
	  transform: rotate(136.8deg);
}
.c100.p39 .bar {
	  -webkit-transform: rotate(140.4deg);
	  -moz-transform: rotate(140.4deg);
	  -ms-transform: rotate(140.4deg);
	  -o-transform: rotate(140.4deg);
	  transform: rotate(140.4deg);
}
.c100.p40 .bar {
	  -webkit-transform: rotate(144deg);
	  -moz-transform: rotate(144deg);
	  -ms-transform: rotate(144deg);
	  -o-transform: rotate(144deg);
	  transform: rotate(144deg);
}
.c100.p41 .bar {
	  -webkit-transform: rotate(147.6deg);
	  -moz-transform: rotate(147.6deg);
	  -ms-transform: rotate(147.6deg);
	  -o-transform: rotate(147.6deg);
	  transform: rotate(147.6deg);
}
.c100.p42 .bar {
	  -webkit-transform: rotate(151.2deg);
	  -moz-transform: rotate(151.2deg);
	  -ms-transform: rotate(151.2deg);
	  -o-transform: rotate(151.2deg);
	  transform: rotate(151.2deg);
}
.c100.p43 .bar {
	  -webkit-transform: rotate(154.8deg);
	  -moz-transform: rotate(154.8deg);
	  -ms-transform: rotate(154.8deg);
	  -o-transform: rotate(154.8deg);
	  transform: rotate(154.8deg);
}
.c100.p44 .bar {
	  -webkit-transform: rotate(158.4deg);
	  -moz-transform: rotate(158.4deg);
	  -ms-transform: rotate(158.4deg);
	  -o-transform: rotate(158.4deg);
	  transform: rotate(158.4deg);
}
.c100.p45 .bar {
	  -webkit-transform: rotate(162deg);
	  -moz-transform: rotate(162deg);
	  -ms-transform: rotate(162deg);
	  -o-transform: rotate(162deg);
	  transform: rotate(162deg);
}
.c100.p46 .bar {
	  -webkit-transform: rotate(165.6deg);
	  -moz-transform: rotate(165.6deg);
	  -ms-transform: rotate(165.6deg);
	  -o-transform: rotate(165.6deg);
	  transform: rotate(165.6deg);
}
.c100.p47 .bar {
	  -webkit-transform: rotate(169.2deg);
	  -moz-transform: rotate(169.2deg);
	  -ms-transform: rotate(169.2deg);
	  -o-transform: rotate(169.2deg);
	  transform: rotate(169.2deg);
}
.c100.p48 .bar {
	  -webkit-transform: rotate(172.8deg);
	  -moz-transform: rotate(172.8deg);
	  -ms-transform: rotate(172.8deg);
	  -o-transform: rotate(172.8deg);
	  transform: rotate(172.8deg);
}
.c100.p49 .bar {
	  -webkit-transform: rotate(176.4deg);
	  -moz-transform: rotate(176.4deg);
	  -ms-transform: rotate(176.4deg);
	  -o-transform: rotate(176.4deg);
	  transform: rotate(176.4deg);
}
.c100.p50 .bar {
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
}
.c100.p51 .bar {
	  -webkit-transform: rotate(183.6deg);
	  -moz-transform: rotate(183.6deg);
	  -ms-transform: rotate(183.6deg);
	  -o-transform: rotate(183.6deg);
	  transform: rotate(183.6deg);
}
.c100.p52 .bar {
	  -webkit-transform: rotate(187.2deg);
	  -moz-transform: rotate(187.2deg);
	  -ms-transform: rotate(187.2deg);
	  -o-transform: rotate(187.2deg);
	  transform: rotate(187.2deg);
}
.c100.p53 .bar {
	  -webkit-transform: rotate(190.8deg);
	  -moz-transform: rotate(190.8deg);
	  -ms-transform: rotate(190.8deg);
	  -o-transform: rotate(190.8deg);
	  transform: rotate(190.8deg);
}
.c100.p54 .bar {
	  -webkit-transform: rotate(194.4deg);
	  -moz-transform: rotate(194.4deg);
	  -ms-transform: rotate(194.4deg);
	  -o-transform: rotate(194.4deg);
	  transform: rotate(194.4deg);
}
.c100.p55 .bar {
	  -webkit-transform: rotate(198deg);
	  -moz-transform: rotate(198deg);
	  -ms-transform: rotate(198deg);
	  -o-transform: rotate(198deg);
	  transform: rotate(198deg);
}
.c100.p56 .bar {
	  -webkit-transform: rotate(201.6deg);
	  -moz-transform: rotate(201.6deg);
	  -ms-transform: rotate(201.6deg);
	  -o-transform: rotate(201.6deg);
	  transform: rotate(201.6deg);
}
.c100.p57 .bar {
	  -webkit-transform: rotate(205.2deg);
	  -moz-transform: rotate(205.2deg);
	  -ms-transform: rotate(205.2deg);
	  -o-transform: rotate(205.2deg);
	  transform: rotate(205.2deg);
}
.c100.p58 .bar {
	  -webkit-transform: rotate(208.8deg);
	  -moz-transform: rotate(208.8deg);
	  -ms-transform: rotate(208.8deg);
	  -o-transform: rotate(208.8deg);
	  transform: rotate(208.8deg);
}
.c100.p59 .bar {
	  -webkit-transform: rotate(212.4deg);
	  -moz-transform: rotate(212.4deg);
	  -ms-transform: rotate(212.4deg);
	  -o-transform: rotate(212.4deg);
	  transform: rotate(212.4deg);
}
.c100.p60 .bar {
	  -webkit-transform: rotate(216deg);
	  -moz-transform: rotate(216deg);
	  -ms-transform: rotate(216deg);
	  -o-transform: rotate(216deg);
	  transform: rotate(216deg);
}
.c100.p61 .bar {
	  -webkit-transform: rotate(219.6deg);
	  -moz-transform: rotate(219.6deg);
	  -ms-transform: rotate(219.6deg);
	  -o-transform: rotate(219.6deg);
	  transform: rotate(219.6deg);
}
.c100.p62 .bar {
	  -webkit-transform: rotate(223.2deg);
	  -moz-transform: rotate(223.2deg);
	  -ms-transform: rotate(223.2deg);
	  -o-transform: rotate(223.2deg);
	  transform: rotate(223.2deg);
}
.c100.p63 .bar {
	  -webkit-transform: rotate(226.8deg);
	  -moz-transform: rotate(226.8deg);
	  -ms-transform: rotate(226.8deg);
	  -o-transform: rotate(226.8deg);
	  transform: rotate(226.8deg);
}
.c100.p64 .bar {
	  -webkit-transform: rotate(230.4deg);
	  -moz-transform: rotate(230.4deg);
	  -ms-transform: rotate(230.4deg);
	  -o-transform: rotate(230.4deg);
	  transform: rotate(230.4deg);
}
.c100.p65 .bar {
	  -webkit-transform: rotate(234deg);
	  -moz-transform: rotate(234deg);
	  -ms-transform: rotate(234deg);
	  -o-transform: rotate(234deg);
	  transform: rotate(234deg);
}
.c100.p66 .bar {
	  -webkit-transform: rotate(237.6deg);
	  -moz-transform: rotate(237.6deg);
	  -ms-transform: rotate(237.6deg);
	  -o-transform: rotate(237.6deg);
	  transform: rotate(237.6deg);
}
.c100.p67 .bar {
	  -webkit-transform: rotate(241.2deg);
	  -moz-transform: rotate(241.2deg);
	  -ms-transform: rotate(241.2deg);
	  -o-transform: rotate(241.2deg);
	  transform: rotate(241.2deg);
}
.c100.p68 .bar {
	  -webkit-transform: rotate(244.8deg);
	  -moz-transform: rotate(244.8deg);
	  -ms-transform: rotate(244.8deg);
	  -o-transform: rotate(244.8deg);
	  transform: rotate(244.8deg);
}
.c100.p69 .bar {
	  -webkit-transform: rotate(248.4deg);
	  -moz-transform: rotate(248.4deg);
	  -ms-transform: rotate(248.4deg);
	  -o-transform: rotate(248.4deg);
	  transform: rotate(248.4deg);
}
.c100.p70 .bar {
	  -webkit-transform: rotate(252deg);
	  -moz-transform: rotate(252deg);
	  -ms-transform: rotate(252deg);
	  -o-transform: rotate(252deg);
	  transform: rotate(252deg);
}
.c100.p71 .bar {
	  -webkit-transform: rotate(255.6deg);
	  -moz-transform: rotate(255.6deg);
	  -ms-transform: rotate(255.6deg);
	  -o-transform: rotate(255.6deg);
	  transform: rotate(255.6deg);
}
.c100.p72 .bar {
	  -webkit-transform: rotate(259.2deg);
	  -moz-transform: rotate(259.2deg);
	  -ms-transform: rotate(259.2deg);
	  -o-transform: rotate(259.2deg);
	  transform: rotate(259.2deg);
}
.c100.p73 .bar {
	  -webkit-transform: rotate(262.8deg);
	  -moz-transform: rotate(262.8deg);
	  -ms-transform: rotate(262.8deg);
	  -o-transform: rotate(262.8deg);
	  transform: rotate(262.8deg);
}
.c100.p74 .bar {
	  -webkit-transform: rotate(266.4deg);
	  -moz-transform: rotate(266.4deg);
	  -ms-transform: rotate(266.4deg);
	  -o-transform: rotate(266.4deg);
	  transform: rotate(266.4deg);
}
.c100.p75 .bar {
	  -webkit-transform: rotate(270deg);
	  -moz-transform: rotate(270deg);
	  -ms-transform: rotate(270deg);
	  -o-transform: rotate(270deg);
	  transform: rotate(270deg);
}
.c100.p76 .bar {
	  -webkit-transform: rotate(273.6deg);
	  -moz-transform: rotate(273.6deg);
	  -ms-transform: rotate(273.6deg);
	  -o-transform: rotate(273.6deg);
	  transform: rotate(273.6deg);
}
.c100.p77 .bar {
	  -webkit-transform: rotate(277.2deg);
	  -moz-transform: rotate(277.2deg);
	  -ms-transform: rotate(277.2deg);
	  -o-transform: rotate(277.2deg);
	  transform: rotate(277.2deg);
}
.c100.p78 .bar {
	  -webkit-transform: rotate(280.8deg);
	  -moz-transform: rotate(280.8deg);
	  -ms-transform: rotate(280.8deg);
	  -o-transform: rotate(280.8deg);
	  transform: rotate(280.8deg);
}
.c100.p79 .bar {
	  -webkit-transform: rotate(284.4deg);
	  -moz-transform: rotate(284.4deg);
	  -ms-transform: rotate(284.4deg);
	  -o-transform: rotate(284.4deg);
	  transform: rotate(284.4deg);
}
.c100.p80 .bar {
	  -webkit-transform: rotate(288deg);
	  -moz-transform: rotate(288deg);
	  -ms-transform: rotate(288deg);
	  -o-transform: rotate(288deg);
	  transform: rotate(288deg);
}
.c100.p81 .bar {
	  -webkit-transform: rotate(291.6deg);
	  -moz-transform: rotate(291.6deg);
	  -ms-transform: rotate(291.6deg);
	  -o-transform: rotate(291.6deg);
	  transform: rotate(291.6deg);
}
.c100.p82 .bar {
	  -webkit-transform: rotate(295.2deg);
	  -moz-transform: rotate(295.2deg);
	  -ms-transform: rotate(295.2deg);
	  -o-transform: rotate(295.2deg);
	  transform: rotate(295.2deg);
}
.c100.p83 .bar {
	  -webkit-transform: rotate(298.8deg);
	  -moz-transform: rotate(298.8deg);
	  -ms-transform: rotate(298.8deg);
	  -o-transform: rotate(298.8deg);
	  transform: rotate(298.8deg);
}
.c100.p84 .bar {
	  -webkit-transform: rotate(302.4deg);
	  -moz-transform: rotate(302.4deg);
	  -ms-transform: rotate(302.4deg);
	  -o-transform: rotate(302.4deg);
	  transform: rotate(302.4deg);
}
.c100.p85 .bar {
	  -webkit-transform: rotate(306deg);
	  -moz-transform: rotate(306deg);
	  -ms-transform: rotate(306deg);
	  -o-transform: rotate(306deg);
	  transform: rotate(306deg);
}
.c100.p86 .bar {
	  -webkit-transform: rotate(309.6deg);
	  -moz-transform: rotate(309.6deg);
	  -ms-transform: rotate(309.6deg);
	  -o-transform: rotate(309.6deg);
	  transform: rotate(309.6deg);
}
.c100.p87 .bar {
	  -webkit-transform: rotate(313.2deg);
	  -moz-transform: rotate(313.2deg);
	  -ms-transform: rotate(313.2deg);
	  -o-transform: rotate(313.2deg);
	  transform: rotate(313.2deg);
}
.c100.p88 .bar {
	  -webkit-transform: rotate(316.8deg);
	  -moz-transform: rotate(316.8deg);
	  -ms-transform: rotate(316.8deg);
	  -o-transform: rotate(316.8deg);
	  transform: rotate(316.8deg);
}
.c100.p89 .bar {
	  -webkit-transform: rotate(320.4deg);
	  -moz-transform: rotate(320.4deg);
	  -ms-transform: rotate(320.4deg);
	  -o-transform: rotate(320.4deg);
	  transform: rotate(320.4deg);
}
.c100.p90 .bar {
	  -webkit-transform: rotate(324deg);
	  -moz-transform: rotate(324deg);
	  -ms-transform: rotate(324deg);
	  -o-transform: rotate(324deg);
	  transform: rotate(324deg);
}
.c100.p91 .bar {
	  -webkit-transform: rotate(327.6deg);
	  -moz-transform: rotate(327.6deg);
	  -ms-transform: rotate(327.6deg);
	  -o-transform: rotate(327.6deg);
	  transform: rotate(327.6deg);
}
.c100.p92 .bar {
	  -webkit-transform: rotate(331.2deg);
	  -moz-transform: rotate(331.2deg);
	  -ms-transform: rotate(331.2deg);
	  -o-transform: rotate(331.2deg);
	  transform: rotate(331.2deg);
}
.c100.p93 .bar {
	  -webkit-transform: rotate(334.8deg);
	  -moz-transform: rotate(334.8deg);
	  -ms-transform: rotate(334.8deg);
	  -o-transform: rotate(334.8deg);
	  transform: rotate(334.8deg);
}
.c100.p94 .bar {
	  -webkit-transform: rotate(338.4deg);
	  -moz-transform: rotate(338.4deg);
	  -ms-transform: rotate(338.4deg);
	  -o-transform: rotate(338.4deg);
	  transform: rotate(338.4deg);
}
.c100.p95 .bar {
	  -webkit-transform: rotate(342deg);
	  -moz-transform: rotate(342deg);
	  -ms-transform: rotate(342deg);
	  -o-transform: rotate(342deg);
	  transform: rotate(342deg);
}
.c100.p96 .bar {
	  -webkit-transform: rotate(345.6deg);
	  -moz-transform: rotate(345.6deg);
	  -ms-transform: rotate(345.6deg);
	  -o-transform: rotate(345.6deg);
	  transform: rotate(345.6deg);
}
.c100.p97 .bar {
	  -webkit-transform: rotate(349.2deg);
	  -moz-transform: rotate(349.2deg);
	  -ms-transform: rotate(349.2deg);
	  -o-transform: rotate(349.2deg);
	  transform: rotate(349.2deg);
}
.c100.p98 .bar {
	  -webkit-transform: rotate(352.8deg);
	  -moz-transform: rotate(352.8deg);
	  -ms-transform: rotate(352.8deg);
	  -o-transform: rotate(352.8deg);
	  transform: rotate(352.8deg);
}
.c100.p99 .bar {
	  -webkit-transform: rotate(356.4deg);
	  -moz-transform: rotate(356.4deg);
	  -ms-transform: rotate(356.4deg);
	  -o-transform: rotate(356.4deg);
	  transform: rotate(356.4deg);
}
.c100.p100 .bar {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
}
.c100:hover {
	  cursor: default;
}
.c100:hover > span {
	  width: 3.33em;
	  line-height: 3.33em;
	  font-size: 0.3em;
	  color: #307bbb;
}
.c100:hover:after {
	  top: 0.04em;
	  left: 0.04em;
	  width: 0.92em;
	  height: 0.92em;
}
.c100.dark {
	  background-color: #777777;
}
.c100.dark .bar,.c100.dark .fill {
	  border-color: #c6ff00 !important;
}
.c100.dark > span {
	  color: #b5b5b5;
}
.c100.dark:after {
	  background-color: #666666;
}
.c100.dark:hover > span {
	  color: #c6ff00;
}
.c100.green .bar, .c100.green .fill {
	  border-color: #4db53c !important;
}
.c100.green:hover > span {
	  color: #4db53c;
}
.c100.green.dark .bar, .c100.green.dark .fill {
	  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
	  color: #5fd400;
}
.c100.orange .bar, .c100.orange .fill {
	  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
	  color: #dd9d22;
}
.c100.orange.dark .bar, .c100.orange.dark .fill {
	  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
	  color: #e08833;
}
.text-overlay-light-text {
	  color:#cccccc !important;
}
/* = Animated Scroll Symbol-------------------------------------------------------------- */.mouse-symbol,.device-symbol {
	  width:29px;
	  height:50px;
	  border:2px solid rgba(0,0,0,.5);
	  border-radius:30px;
	  margin:0 auto;
	  position: relative;
}
.device-symbol {
	border-radius:6px;
}
.device-symbol:before{
	  content: "";
	  display: block;
	  position: absolute;
	  background-color: rgba(0,0,0,.23);
	  height: 42px;
	  width: 21px;
	  border-radius: 2px;
	  margin: 2px 0 0 2px;
}
.mouse-symbol:after,.device-symbol:after {
	  content:"";
	  display: block;
	  position:absolute;
	  top:10px;
	  width:3px;
	  height:3px;
	  margin-left: 11px;
	  background-color:#000000;
	  border-radius:100%;
}
.device-symbol:after {
	top:12px;
}
.mouse-symbol-light.mouse-symbol,.mouse-symbol-light.device-symbol{
	border:2px solid rgba(255,255,255,.5);
}
.mouse-symbol-light.mouse-symbol:after,.mouse-symbol-light.device-symbol:after{
	background-color:#FFFFFF;
}
.mouse-symbol-light.device-symbol:before{
	background-color: rgba(255,255,255,.23);
}
.slow-touch-scroll:after {
	animation: mouse-scroll-slow 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-touch-scroll:after {
	animation: mouse-scroll-fast 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-invert-touch-scroll:after {
	animation: mouse-scroll-fast-invert 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}@keyframes mouse-scroll-slow {
	  0%{
	    -webkit-transform: translateY(0px) scaleY(1);
	    transform: translateY(0px) scaleY(1);
	  }  20% {
	    -webkit-transform: translateY(0px) scaleX(1.2);
	    transform: translateY(0px) scaleX(1.2);
	    opacity: 1;
	  }  100% {
	    -webkit-transform: translateY(25px) scaleY(3) scaleX(0.8);
	    transform: translateY(25px) scaleY(3) scaleX(0.8);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast {
	  0%,20% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast-invert {
	  0%,20% {
	    -webkit-transform: translateY(15px);
	    transform: translateY(15px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: .1;
	  }}

/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-heading{
		font-size:50px;
	}
	.hero-sub-heading{
		font-size:25px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-bottom-left-radius:0px;
		border-top-left-radius:0px;
	}
	.feature-col{
		margin-bottom:40px;
	}
	.cta-card{
	}
	.cta-card-img{
		border-top-left-radius:10px;
	}
	.page-title{
		font-size:50px;
	}
	.feature-icon-trans:hover{
	}
	.sub-heading{
		font-size:20px;
		margin-bottom:30px;
	}
	.price-card{
		margin-bottom:20px;
	}
	.hero-header-text{
		font-size:60px;
	}
	.hero-subheader{
		font-size:24px;
	}
	.h6-style{
		font-size:19px;
	}
	.btn-13-style{
		width:72.44%;
	}
	.img-style{
		width:60px;
	}
	.img-windowsto-style{
		width:60px;
	}
	.img-bloc-6-style{
		width:60px;
		height:60px;
	}
	.img-macto-style{
		width:60px;
		height:60px;
	}
	.h3-iphone（ios）-style{
		width:100%;
	}
	.h6-下载后请解压zip压缩包-style{
		width:100%;
		font-size:14px;
	}
	.h6-4-style{
		font-size:14px;
	}
	.h6-5-style{
		font-size:14px;
	}
	.h6-6-style{
		font-size:14px;
	}
	.container-div-bloc-7-style{
		width:100%;
	}
	.p-36-style{
		font-size:16px;
	}
	.p-42-style{
		font-size:16px;
	}
	.p-49-style{
		font-size:16px;
	}
	.btn-padding-top{
		padding-top:8px;
		padding-bottom:8px;
	}
	.row-style{
		width:100%;
	}
	
}

@media (max-width: 767px){
	.hero-heading{
		font-size:40px;
	}
	.hero-sub-heading{
		font-size:20px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-top-right-radius:15px;
		border-bottom-right-radius:15px;
	}
	.feature-col{
	}
	.rounded-left{
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
	}
	.feature-card{
		margin-bottom:60px;
	}
	.cta-card{
		padding:30px 30px 0px 30px;
	}
	.cta-card-img{
		left:30px;
	}
	.page-title{
		font-size:40px;
	}
	.sub-heading{
		margin-bottom:30px;
		font-size:18px;
	}
	.form-btn{
		width:100%;
	}
	.price-list-item{
	}
	.price-card{
	}
	.hero-header-text{
		font-size:38px;
	}
	.hero-subheader{
		font-size:20px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.btn-4-style{
		width:100%;
	}
	.btn-2-style{
		width:100%;
	}
	.btn-style{
		width:100%;
	}
	.grid-style{
		column-gap:0px;
	}
	.container-div-bloc-1-style{
		width:100%;
	}
	.h5-style{
		font-size:17px;
	}
	.h5-bloc-1-style{
		font-size:17px;
	}
	.btn-button-style{
		width:100%;
	}
	.grid-bloc-1-style{
		column-gap:0px;
	}
	.btn-5-style{
		width:88.67%;
	}
	.h2-style{
		font-size:20px;
	}
	.img-style{
		width:50px;
	}
	.img-windowsto-style{
		width:50px;
	}
	.img-bloc-6-style{
		width:50px;
		height:50px;
	}
	.img-macto-style{
		width:50px;
		height:50px;
	}
	.btn-12-style{
		padding-top:8px;
		padding-bottom:8px;
	}
	.btn-13-style{
		width:90.63%;
	}
	.h3-android安卓-style{
		font-size:17px;
	}
	.h3-windows7-10-11-style{
		font-size:17px;
	}
	.h3-macos-style{
		font-size:17px;
	}
	.h3-iphone（ios）-style{
		font-size:17px;
	}
	.h6-下载后请解压zip压缩包-style{
		font-size:10px;
	}
	.h6-4-style{
		font-size:10px;
	}
	.h6-5-style{
		font-size:10px;
	}
	.h6-6-style{
		font-size:10px;
	}
	.p-bloc-7-style{
		font-size:11px;
	}
	.p-44-style{
		font-size:10px;
		width:92.92%;
	}
	.p-45-style{
		font-size:11px;
	}
	.p-46-style{
		font-size:11px;
	}
	.p-47-style{
		font-size:10px;
	}
	.p-42-style{
		font-size:13px;
	}
	.h3-180天svip畅享套餐-style{
		font-size:20px;
	}
	.h3-30天vip畅享套餐-style{
		font-size:20px;
	}
	.h3-90天vip畅享套餐-style{
		font-size:20px;
	}
	.p-49-style{
		font-size:13px;
	}
	.p-36-style{
		font-size:13px;
	}
	.btn-立即购买-padding-top{
		padding-top:4px;
		padding-bottom:4px;
	}
	.btn-34-padding-top{
		padding-top:6px;
		padding-bottom:6px;
	}
	.btn-35-padding-top{
		padding-top:6px;
		padding-bottom:6px;
	}
	.price-list-icon{
		width:14px;
	}
	.bloc-style{
		width:100%;
	}
	.p-37-style{
		font-weight: bold;
		font-size:12px;
	}
	.p-38-style{
		font-weight: bold;
		font-size:12px;
	}
	.p-39-style{
		font-weight: bold;
		font-size:12px;
	}
	.p-40-style{
		font-weight: bold;
		font-size:11px;
	}
	.p-50-style{
		font-weight: bold;
		font-size:11px;
	}
	.p-51-style{
		font-weight: bold;
		font-size:11px;
	}
	.p-52-style{
		font-weight: bold;
		font-size:11px;
	}
	.p-53-style{
		font-weight: bold;
		font-size:11px;
	}
	.p-54-style{
		font-weight: bold;
		font-size:1px;
		opacity:0.1;
		width:7.08%;
	}
	.p-55-style{
		font-weight: bold;
		font-size:35px;
	}
	.p-61-style{
		font-weight: bold;
		font-size:36px;
		line-height:35px;
	}
	.btn-26-style{
		width:33.53%;
	}
	
}

@media (max-width: 575px){
	.hero-heading{
		font-size:20px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-bottom-right-radius:10px;
		border-top-right-radius:10px;
	}
	.rounded-left{
		border-bottom-left-radius:10px;
		border-top-left-radius:10px;
	}
	.cta-card{
		padding:20px 20px 0px 20px;
	}
	.cta-card-img{
		left:20px;
	}
	.page-title{
		font-size:30px;
		font-weight: bold;
	}
	.hero-header-text{
		font-size:25px;
		line-height:48px;
	}
	.footer-link{
		text-align:center;
	}
	.hero-subheader{
		font-size:15px;
		line-height:18px;
	}
	.h5-bloc-1-style{
		font-size:16px;
	}
	.h5-style{
		font-size:15px;
	}
	.btn-style{
		width:79.43%;
	}
	.btn-button-style{
		width:79.43%;
	}
	.btn-2-style{
		width:79.43%;
	}
	.btn-4-style{
		width:79.43%;
	}
	.h3-style{
		font-size:27px;
	}
	.h6-style{
		font-size:1px;
	}
	.p-bloc-1-style{
		width:100%;
	}
	.card-style{
		width:100%;
	}
	.btn-5-style{
		padding-top:0px;
		padding-bottom:0px;
	}
	.h6-bloc-1-style{
		font-size:15px;
		width:100%;
	}
	.h2-style{
		font-size:17px;
	}
	.btn-12-style{
		padding-top:4px;
		padding-bottom:4px;
		width:76.16%;
	}
	.img-style{
		width:40px;
	}
	.img-windowsto-style{
		width:40px;
	}
	.img-bloc-6-style{
		width:40px;
		height:40px;
	}
	.img-macto-style{
		width:40px;
		height:40px;
	}
	.h3-android安卓-style{
		font-size:17px;
		line-height:15px;
	}
	.btn-13-style{
		padding-top:2px;
		padding-bottom:2px;
	}
	.h3-windows7-10-11-style{
		font-size:17px;
		line-height:15px;
	}
	.h3-macos-style{
		font-size:15px;
	}
	.h3-iphone（ios）-style{
		font-size:15px;
	}
	.p-style{
		font-size:14px;
	}
	.h2-我们的套餐-style{
		font-size:28px;
	}
	.p-14-style{
		font-size:28px;
	}
	.h3-30天vip畅享套餐-style{
		font-size:19px;
	}
	.price-list-icon{
		width:12px;
		height:26px;
	}
	.btn-立即购买-padding-top{
		padding-top:4px;
		padding-bottom:4px;
		width:99.57%;
	}
	.p-21-style{
		font-weight: bold;
		font-size:28px;
	}
	.h3-9-style{
		font-weight: bold;
		font-size:19px;
	}
	.p-22-style{
		font-weight: bold;
		font-size:14px;
	}
	.btn-31-padding-top{
		padding-top:4px;
		padding-bottom:4px;
	}
	.p-23-style{
		font-weight: bold;
		font-size:12px;
		line-height:16px;
	}
	.p-24-style{
		font-weight: bold;
		font-size:12px;
		line-height:16px;
	}
	.p-25-style{
		font-weight: bold;
		font-size:12px;
		line-height:16px;
	}
	.p-26-style{
		font-weight: bold;
		font-size:12px;
		line-height:16px;
	}
	.p-27-style{
		font-weight: bold;
		font-size:12px;
		line-height:16px;
	}
	.p-21-bloc-7-style{
		font-weight: bold;
		font-size:28px;
	}
	.h3-9-90天vip畅享套餐-style{
		font-weight: bold;
		font-size:19px;
	}
	.p-22-bloc-7-style{
		font-weight: bold;
		font-size:14px;
	}
	.btn-31-立即购买-padding-top{
		padding-top:4px;
		padding-bottom:4px;
	}
	.p-23-bloc-7-style{
		font-weight: bold;
		font-size:14px;
	}
	.p-24-bloc-7-style{
		font-weight: bold;
		font-size:14px;
	}
	.p-25-bloc-7-style{
		font-weight: bold;
		font-size:14px;
	}
	.p-26-bloc-7-style{
		font-weight: bold;
		font-size:14px;
	}
	.p-27-bloc-7-style{
		font-weight: bold;
		font-size:14px;
	}
	.container-div-0-style{
		width:100%;
		min-height:349px;
		border-width:30px 30px 30px 30px;
	}
	.sub-heading{
	}
	.field-bloc-10-style{
		height:35px;
	}
	.field-0-style{
		height:35px;
	}
	.field-style{
		height:32px;
		width:100%;
	}
	.container-div-style{
		width:100%;
	}
	.btn-padding-top{
		padding-top:4px;
		padding-bottom:4px;
		width:87.1%;
	}
	.img-placeholder-us-style{
		width:86px;
	}
	.btn-26-style{
		width:62.58%;
		padding-top:2px;
		padding-bottom:2px;
	}
	.h3-user-style{
		font-size:21px;
	}
	.h3-暂无套餐-style{
		font-size:21px;
	}
	.h3-套餐时长剩余----style{
		font-size:21px;
	}
	
}

