.bg-dark-gradient {
	background: #111;
	background: -moz-linear-gradient(-45deg, #111 0, #444 50%, #333 51%, #666 100%);
	background: -webkit-linear-gradient(-45deg, #111 0, #444 50%, #333 51%, #666 100%);
	background: linear-gradient(135deg, #111 0, #444 50%, #333 51%, #666 100%);
}

.margin-all-min {
	margin: 10px;
}

.margin-all-xs {
	margin: 5px;
}

.margin-top {
	margin: 20px 0;
}

.margin-auto {
	margin: auto;
	text-align: center;
}

.no-margin {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.margin-bottom {
	margin-bottom: 10px !important;
}

.margin-left {
	margin-left: 30px;
}

.padding-all {
	padding: 15px !important;
}

.padding-title {
	/*padding: 15px 30px 15px;*/
}

h3,
h4,
h5 {
	padding: 0 15px !important;
}

.padding-bottom-min {
	padding-bottom: 5px;
}

.padding-bottom {
	padding-bottom: 15px;
}

.padding-bottom-lg {
	padding-bottom: 30px;
}

.padding-left-mid {
	padding-left: 15px;
}

.padding-top-min {
	padding-top: 5px;
}

.padding-top-mid {
	padding-top: 15px;
}

.padding-left-lg {
	padding-left: 30px;
}

.padding-left-min {
	padding-left: 10px;
}

.padding-left-sm {
	padding-left: 5px;
}

.padding-xs {
	padding: 0 3px;
}

.padding-right-sm {
	padding-right: 5px;
}

.padding-right-mid {
	padding-right: 0.8rem !important;
}

.padding-btn {
	padding: 5px 40px;
}

.padding-right-xs {
	padding-right: 3px;
}

.text-reverse {
	color: #fff;
}

.text-large {
	font-size: 129%;
}

.text-xlarge {
	font-size: 140%;
}

.text-bold {
	font-weight: 700;
}

.home-boxes {
	font-size: 93%;
}

.home-boxes p {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto
}

p {
	margin-bottom: 15px;
}

*+p {
	margin-top: 10px;
}

a,
.btn,
button {
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}


/*
.btn {
	border-radius: 0;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 15px !important;
	line-height: 20px;
}
*/

.btn-shield {
	position: relative;
	padding-left: 25px;
	margin: 10px 15px;
}

.btn-shield img {
	position: absolute;
	top: -5px;
	left: -21px;
	width: 40px;
}

.btn-primary {
	background-color: #8191a2;
	color: #fff;
	border-color: #5a7d9f;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #5a7d9f;
	color: #fff;
	border-color: #496c8d;
}

select,
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number] {
	border-radius: 0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
	background-color: #fff;
	background-image: none;
}

.margin-top-min {
	margin-top: 10px !important;
}

.margin-top-xsmall {
	margin-top: 5px;
}

.margin-top-mid {
	margin-top: 20px;
}

.margin-middle {
	margin-top: 15px;
	margin-bottom: 15px;
}

.form-control {
	border-radius: 0 !important;
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home-boxes input+.btn {
	margin-top: 23px
}

.btn-warning {
	background-color: #faa304;
	color: #fff;
	border-color: #faa304;
}

.no-padding {
	padding: 0 !important;
}

.btn-default {
	background-color: #9d9c9c;
	color: #fff;
	border-color: #9d9c9c;
}

.margin-top-middle {
	margin-top: 16px;
}

.margin-top-lg {
	margin-top: 28px !important;
}

.margin-top-xlg {
	margin-top: 8%;
}

.backgroud_gary_gradient {
	background: -webkit-linear-gradient(#333, #e1e1e1);
	background: -o-linear-gradient(#333, #e1e1e1);
	background: -moz-linear-gradient(#333, #e1e1e1);
	background: linear-gradient(#333, #e1e1e1);
}

.spirit_gradient {
	font-family: "楷书", "times new roman" !important;
	background: -webkit-linear-gradient(#464106, #f9e615);
	background: -o-linear-gradient(#464106, #f9e615);
	background: -moz-linear-gradient(#464106, #f9e615);
	background: linear-gradient(#464106, #f9e615);
	-webkit-background-clip: text;
	color: transparent;
}

.content-title-gradient {
	background: -webkit-linear-gradient(left, #eec710, #e08009);
	background: -o-linear-gradient(right, #eec710, #e08009);
	background: -moz-linear-gradient(right, #eec710, #e08009);
	background: linear-gradient(right, #eec710, #e08009);
}

.container-fluid {
	position: relative;
	min-width: 320px;
	max-width: 1200px;
}

.container-fluid.inner-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media print {
	.container-fluid {
		min-width: 768px;
	}
}

@media(min-width:992px) {
	.container-fluid.inner-content {
		padding-top: 60px;
	}
	.margin-left-mid {
		margin-left: 17%;
	}
	.margin-left-lg {
		margin-left: 35%;
	}
	.btn-margin-top {
		margin-top: 18px;
	}
}

@media(max-width:991px) {
	.margin-left-mid {
		margin: 10px 15px;
	}
	.margin-left-lg {
		margin-left: 45px;
	}
	.btn-margin-top {
		margin-top: 7px;
	}
	.hidden-menu {
		display: none !important;
	}
}

@media(max-width: 767px) {
	.margin-left-lg {
		margin-left: 0px;
	}
}

@media(max-width:579px) {
	.col-thin-12 {
		float: left;
		width: 100%;
		margin-left: 0;
		right: 0;
		left: 0;
	}
	.nav-wrapper,
	.top-bar,
	#btn-submit {
		display: none;
	}
	.spirit-text {
		float: right;
		width: 45%;
		font-size: 16px;
		font-weight: bold;
		margin-top: 16px;
		margin-right: 55px;
	}
	#footer-service,
	#relevant-links,
	#footer-adv,
	#footer-copyright,
	#submit-btn-pc,
	#submit-footer,
	#accept-protocol {
		display: none !important;
	}
}

@media (max-width:400px) {
	.spirit-text {
		float: right;
		width: 45%;
		font-size: 15px;
		font-weight: bold;
		margin-top: 16px;
		margin-right: 50px;
	}
}

@media (min-width:580px) {
	.spirit-text {
		display: none !important;
	}
	#sm-nav {
		display: none !important;
	}
	#service-detail-m,
	#submit-btn-m,
	.infinite-scroll-preloader {
		display: none !important;
	}
}

@media(max-width:690px) {
	.submit-service-btn {
		display: none !important;
	}
}

.video-js .vjs-title-bar {
	color: white;
	/*
    By default, do not show the title bar.
  */
	display: none;
	font-size: 2em;
	padding: .5em;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 80px;
	height: 40px;
	line-height: 40px;
}


/* 
  Only show the title bar after playback has begun (so as not to hide
  the big play button) and only when paused or when the user is 
  interacting with the player.
*/

.video-js.vjs-paused.vjs-has-started .vjs-title-bar,
.video-js.vjs-user-active.vjs-has-started .vjs-title-bar {
	display: block;
}

.video-js .vjs-big-play-button {
	border-radius: 100% !important;
	width: 1.5em !important;
}

.videojs-hero-overlay {
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 5%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(250, 252, 255, 0.95);
	color: #757A7D;
	transition: opacity 0.2s;
}

.videojs-hero-overlay .videojs-hero {
	margin: 3% 2% 1%;
}

.no-padding-sm {
	padding: 10px 0 !important;
}

.transparent {
	opacity: 0;
}

.contact-info li a i {
	font-size: 20px;
	display: inline-block;
	height: 30px;
	width: 30px;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 5px;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	border: 1px solid #222;
}


/*=================== Main Color CSS ===================*/

.main-color header.pixinav.dark .nav-wrapper>ul>li.active>a,
.main-color header.pixinav.dark .nav-wrapper>ul>li.active>a>i,
.main-color .nav-wrapper>ul>li.active>a,
.main-color .nav-wrapper>ul>li.active>a>i,
.main-color .service__sm .icon,
.main-color .features__icon,
.main-color .faq-section .panel-group .panel-heading+.panel-collapse>.panel-body,
.main-color .feature_details i,
.main-color .process_icon i,
.main-color .package_title h1,
.main-color .package_title span,
.main-color .breadcrumb-type-1 .breadcrumb>.active,
.main-color .team_member p a,
.main-color .recognitions ul li a,
.main-color .service_3_icon span,
.main-color .subscribe_form i,
.main-color .image-content-block .text-content a,
.main-color .reply_btn .comment-reply-link,
.main-color .nav_links a {
	color: #ffc31f;
}


/*Dark*/

.main-color .service_cta h3,
.main-color .cta_2 .cta__content h2,
.main-color .cta_2 .cta__content p,
.main-color .bg__blue,
.main-color .btn.btn__lg,
.main-color .btn.btn__sm,
.main-color .btn__xs,
.main-color .pagination a.current,
.main-color .service_3_icon:hover span,
.main-color a.btn:hover,
.main-color .btn_type_3:hover,
.main-color .footer_bottom li:hover a,
.main-color .sidebar_nav ul li a:hover {
	color: #23262e;
}

.main-color .btn.btn__black,
.main-color a.btn.btn__sm.btn__black {
	color: #fff;
}


/*=================== Bacground CSS ===================*/

.main-color .loader__bar,
.main-color .loader__ball,
.main-color .bg__blue,
.main-color .btn.btn__lg,
.main-color .btn.btn__sm,
.main-color .btn__xs,
.main-color .nav-wrapper>ul>li:before,
.main-color .nav-wrapper>ul>li.active>a:before,
.main-color ul.dropdown_menu li:after,
.main-color .search-form form button.search-submit,
.main-color .search-form a.search-submit,
.main-color ul.dropdown_menu li:after,
.main-color .hero_area_3 .vbox-item-1 i,
.main-color .service_cta,
.main-color .cta_3,
.main-color .pricing_table.active .btn_type_3,
.main-color .wpcf7-submit,
.main-color .timeline:before,
.main-color .sidebar_nav ul li:after,
.main-color .cta-type-3 .btn:after,
.main-color .related_service h4,
.main-color .project_type .checkbox.checked,
.main-color .sidebar_nav ul li:after,
.main-color .pagination a.current {
	background: #ffc31f;
}


/*=================== Border CSS ===================*/

.main-color .cta-type-3 .btn,
.main-color .heading_title_1 hr,
.main-color .service__body.boxed,
.main-color .faq-section .panel-body,
.main-color .faq-section .panel-group .panel-heading+.panel-collapse>.panel-body,
.main-color .video__content hr,
.main-color .timeline_item:after,
.main-color .Submit_button,
.main-color .service-title,
.main-color .foxy_core_values_title:after,
.main-color .sidebar_nav ul li:last-child {
	border-color: #ffc31f;
}


/*=================== Box Shadow CSS ===================*/


/*Hover Color*/

.main-color a:hover,
.main-color header.pixinav.dark ul.dropdown_menu li a:hover,
.main-color header.pixinav.dark .nav-wrapper ul li a:hover,
.main-color ul.dropdown_menu li a:hover,
.main-color .nav-wrapper ul li a:hover,
.main-color .footer__widget ul li a:hover,
.main-color .footer_bottom p a:hover,
.main-color .cta-type-1 h6 a:hover,
.main-color .contact__phone a:hover,
.main-color .blog_header>ul>li a:hover,
.main-color .tags li a:hover,
.main-color .tagcloud a:hover,
.main-color .blog_text a:hover h3,
.main-color .blog_text a:hover,
.main-color .blog_widget ul li a:hover,
.main-color .recent_post li a:hover {
	color: #ff9d1b;
}


/*=================== Hover BG CSS ===================*/

.main-color .btn.btn__lg:hover,
.main-color .btn.btn__sm:hover,
.main-color .btn__sm.off-white:hover,
.main-color .btn__xs:hover,
.main-color .btn.btn__border:hover,
.main-color .btn.btn__lg.white:hover,
.main-color .footer_bottom li:hover,
.main-color .btn_type_3:hover,
.main-color .service_3_icon:hover,
.main-color .nice-select .option:hover,
.main-color .hero_slider .NextArrow:hover,
.main-color .hero_slider .PrevArrow:hover,
.main-color .post_carousel2 .owl-next:hover,
.main-color .post_carousel2 .owl-prev:hover,
.main-color .comment-respond input[type=submit]:hover,
.main-color .blog_widget input[type='submit']:hover,
.main-color .btn.btn__lg:hover,
.main-color .btn.btn__sm:hover,
.main-color .btn__xs:hover,
.main-color .btn__sm.off-white:hover,
.main-color .btn.btn__lg.white:hover {
	background: #ff9d1b;
}


/*Hover border Color*/

.main-color .price_btn .btn_type_3:hover,
.main-color .tagcloud a:hover,
.main-color .btn.btn__border:hover,
.main-color .hero_slider .NextArrow:hover,
.main-color .hero_slider .PrevArrow:hover,
.main-color .cta-type-1 h6 a:hover {
	border-color: #ff9d1b;
}

.main-color .sl_blog_post.sticky {
	box-shadow: 0 -10px 0px #ff9d1b;
}


/*=================== Secondary Color ===================*/

.second-color .pricing_table,
.second-color header.pixinav.dark,
.second-color .cta_2 .btn.btn__lg.white:hover,
.second-color header.pixinav.dark ul.dropdown_menu,
.second-color .nice-select .list,
.second-color .Submit_button,
.second-color .Submit_button input,
.second-color .Submit_button select,
.second-color .sidebar_nav ul,
.second-color .btn.btn__black {
	background: #e1e1e1;
}

.second-color .bg__dark {
	background: #021B27;
}

.second-color footer .bg__dark {
	background: #141415;
}

.second-color .footer_2 .subscribe-form-message,
.second-color .footer_2 .subscribe-form,
.second-color .footer_bottom {
	background: #0C0C0C;
}

.second-color .overlay:before {
	background-color: rgba(2, 27, 39, .9);
}

.second-color .btn.btn__border,
.second-color .stuff_content .btn {
	border-color: #021B27;
}

.second-color .cta_2 a.btn.btn__lg.white:hover {
	box-shadow: inset #021B27 200px 0px 0px;
	background: none;
}

.btn-submit {
	position: fixed;
	border-radius: 50%;
	border: 1px solid #FFC31F;
	right: 20px;
	bottom: 20px;
	height: 55px;
	vertical-align: middle;
	width: 55px;
	background-color: #222;
	z-index: 1000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 1ms;
	-o-transition: opacity 1ms;
	transition: opacity 1ms;
}

.btn-rec-submit {
	position: fixed;
	border: 1px solid #FFF;
	border-radius: 5px;
	right: 20px;
	bottom: 20px;
	height: 45px;
	width: 110px;
	/*background-color: #faa304;*/
	background: -webkit-linear-gradient(-45deg, #ff9d1b, #f9e615);
	background: -o-linear-gradient(-45deg, #ff9d1b, #f9e615);
	background: -moz-linear-gradient(-45deg, #ff9d1b, #f9e615);
	background: linear-gradient(-45deg, #ff9d1b, #f9e615);
	z-index: 1000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 1ms;
	-o-transition: opacity 1ms;
	transition: opacity 1ms;
}

#btn-submit>a {
	display: inline-block;
}

#btn-submit a i {
	display: inline-block;
	position: relative;
	font-size: 15px !important;
	margin-left: -10px;
	margin-top: 12px;
	color: #FFF;
}

#btn-submit a img {
	display: inline-block;
	margin-left: 5px;
}

#btn-submit.reveal {
	cursor: pointer;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
	filter: alpha(opacity=100);
}

.responsive-nav.navbar-fixed-top {
	position: fixed;
	top: 0;
}

.submit-service-btn {
	display: inline-block;
	position: relative;
	text-align: center;
}

.submit-service-btn>a {
	background-color: #ffc31f;
	font-size: 15px !important;
	font-weight: bold;
	display: inline-block;
	padding: 10px 30px;
	letter-spacing: 0.35px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.submit-service-btn a:hover {
	color: #000000;
}

.section-bg-color {
	background-color: #F5F5F5;
}

.service-bg-color {
	background-color: #eee;
}

.sec-title-container {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	text-align: center;
}

.title-line {
	width: 80px;
	height: 2px;
	margin: 0px auto 10px auto;
	background-color: #101010;
}

.title-line-long {
	width: 20%;
}

.sec-title-container h2,
.subscribe-content-inner h2 {
	line-height: 40px;
}

.uppercase {
	text-transform: uppercase;
}

.font-weight-7 {
	font-weight: 700;
}

.step-number {
	width: 68px;
	height: 68px;
	background: #2098F5;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin: auto;
}

.step-number span {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.how-to-submit .row:not(:last-child) {
	margin-bottom: 2em;
}

.step-title {
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #496c8d;
}

.btn-small {
	line-height: 18px;
	border-radius: 4px;
	margin-right: 5px;
}

.how-to-submit a {
	color: #337ab7;
}

.table-sags {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border-spacing: 0;
	border: 0;
	border-left: 1px solid #b1c5d7 !important;
	border-collapse: collapse;
}

.table-responsive .table-sags {
	margin-top: 0;
}

.table-sags tr td,
.table-sags tr th {
	padding: 5px;
	border: 1px solid #b1c5d7 !important;
	border-left-width: 0 !important;
	vertical-align: top;
}

.table-sags tr th {
	font-size: 16px;
	background-color: #6e92b4;
	background-clip: padding-box;
	color: #fff;
}

@media (max-width: 767px) {
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
	#service-detail {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.margin-top-xlg {
		margin-top: 25%;
	}
}

@media (min-width: 400px) {
	.product-list,
	.product-list>div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.product-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.product-list>div {
	padding: 5px;
}

.product-list .product-box {
	overflow: hidden;
	width: 100%;
	padding: 10px;
	background-color: #f1f2f3;
}

.product-list .product-box>div {
	width: 100%
}

.h3-padding {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.list {
	font-weight: bold;
	padding-left: 30px;
}

.grid-style {
	width: 100%;
	margin: 0 0 2.5rem 0;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.grid-style .box {
	margin: 0;
	border-color: rgba(255, 0, 0, 0.5);
}

.product-box .image.fit {
	margin: 10px 0;
	border-radius: 0;
	display: block;
}

.product-box .content {
	padding: 15px;
}

.product-box header p {
	color: #999999;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 300;
	margin: 0 0 .25rem 0;
	padding: 0 0 .75rem 0;
	letter-spacing: .25rem;
}

.form-text {
	position: relative;
}

.margin-service-info {
	margin-top: -20px;
}

.service-title {
	border: 0;
	border-top: 5px solid;
}

.service-title input[type=text],
.service-title select,
.section select {
	padding: 6px 15px;
	height: 32px;
	width: 100%;
	/*margin-bottom: 12px;
	color: #9ba5b0;*/
	color: #000;
	font-size: 12px;
	outline: none;
	border: 1px solid #888;
	border-radius: 3px;
	background: #fff;
}

.service-title a {
	font-size: 15px;
	font-weight: bold;
}

#price-info select {
	padding: 6px 10px;
	width: 95%;
	/*margin-bottom: 5px;*/
	color: #000;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#service-detail input[type=text],
#service-detail select {
	padding: 6px 0;
	height: 32px;
	width: 100%;
	color: #000;
	font-size: 12px;
	margin: 0;
	border: 0;
	text-align: center;
	background: #eee;
}

#service-detail th {
	text-align: center;
}

#service-detail td {
	line-height: 0;
	padding: 6px;
}

.td-width-1 {
	width: 9%;
}

.td-width-2 {
	width: 12%;
}

.td-width-3 {
	width: 20%;
}

.td-width-4 {
	width: 22%;
}

.address-select {
	width: 32% !important;
}

.text-xsmall {
	font-size: 72% !important;
}

.text-small {
	font-size: 85% !important;
}

.margin-top-tips {
	margin-top: -10px;
}

.fl_l {
	float: left;
}

.btn-padding {
	padding: 6px 20px;
}

.pixinav {
	z-index: 6000;
}

.img-responsive {
	display: inline-block;
}

.table-responsive {
	margin: 0;
	border: 0;
}

.padding-min {
	padding: 13px 15px !important;
}

label {
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 0;
}

.block {
	display: block;
}

.no-display {
	display: none !important;
}


/*sm customization*/

.bar .title {
	font-size: 0.75rem !important;
}

.button .icon,
#btn-return-list .icon {
	font-size: 0.6rem !important;
	padding: 0.5rem !important;
}

.bar a {
	color: #222;
}


/*
.bar-nav~.content {
    top: 1.5rem !important;
}*/

.list-block {
	margin: 0 0 0.6rem 0;
	font-size: 0.65rem;
}

.list-block .item-content {
	padding-left: 0rem;
	min-height: 1.8rem;
}

.list-block .item-inner {
	padding-left: 0.5rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	min-height: 1.8rem;
}

.list-block .icon {
	font-size: 0.4rem;
	font-weight: 500;
}

.content-block-title {
	background: #f6f6f6;
	margin: 0;
}

.btn-margin {
	margin: 10px 25px;
}

.btn-margin-left {
	margin-left: 15px;
}

.button {
	height: 1.25rem;
}

.bar .button-link {
	color: #000;
}

.color-yellow {
	color: #faa304;
}

.color-white {
	color: #fff;
}

.bg-white {
	background: #fff;
}

.padding-address {
	padding-left: 5px;
}

.padding-position {
	padding: 5px 0 0;
}

.row.content-block {
	margin: 0 0 0.3rem;
	padding: 0.3rem 0.3rem;
}

.padding-item {
	padding-left: 3px;
}

.service-base-info {
	padding: 0.5rem;
	background: #fff;
	font-size: 0.5rem;
}

.service-bottom-bar {
	position: fixed;
	padding-right: 1rem;
	bottom: 0;
	right: 0;
	left: 0;
	height: 2.2rem;
	background: #fff;
}

.bottom-bar,
.logistics-bottom-bar {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	height: 1.8rem;
	z-index: 11000;
}

.popup-logistics {
	top: 50%;
	bottom: 0;
	height: 50%;
}

.list-block select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../image/arrow-right.png) no-repeat scroll right center transparent;
	padding-right: 1.2rem;
	font-size: 0.65rem;
	height: 1.4rem;
	margin-right: 0.8rem;
}

.list-block input {
	font-size: 0.65rem !important;
	padding-right: 0.2rem !important;
	height: 1.4rem !important;
}

.icon-scan {
	margin-right: 0.5rem;
	width: 24px;
	height: 24px !important;
	cursor: pointer;
}

.no-border {
	border: 0 !important;
}

.logistics-info {
	top: 2.2rem;
}

.popup .title {
	font-size: 0.8rem;
}

.popup-btn {
	border: 0;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 0;
	line-height: 1.8rem;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	position: relative;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-family: inherit;
	cursor: pointer;
}

.payment-btn {
	float: right;
	text-align: center;
	width: 5rem;
}

.bg-yellow {
	background: #f9e615;
}

.bg-gray {
	background: #eee;
}

.color-gray {
	color: #666 !important;
}

.color-red {
	color: #990001 !important;
}

.bg-orange {
	background: #e08009;
}

.color-orange {
	color: #e08009 !important;
}

.bg-light-red {
	background: #f93f15;
}

.color-black {
	color: #000;
}

.logistics-bottom-bar .col-xs-6 {
	padding: 0 !important;
}

.padding-left-0 {
	padding-left: 0 !important;
}

.content-title-gradient img {
	margin: 5px;
}

.content-title-gradient .content-title {
	height: 2.5rem;
	line-height: 2.5rem;
	vertical-align: middle;
}

.content-title .status,
.content-title .est-time,
.content-title .tips {
	padding-top: 0.35rem;
	height: 0.8rem;
	line-height: 0.8rem;
	vertical-align: middle;
}

.payment-item {
	min-height: 1rem !important;
	color: #888;
}

.item-content .item-inner {
	min-height: inherit !important;
}

.accordion-content table {
	font-size: 0.6rem;
}

.text-middle {
	font-size: 80%;
}

.price-info {
	font-size: 80%;
	text-align: right;
	vertical-align: middle;
	padding-top: 0.4rem;
	padding-right: 6rem;
}

.label-box-up .label-info img {
	position: fixed;
	top: 47%;
}

.label-box-bottom .label-info img {
	position: fixed;
	top: 77%;
}

.template {
	display: none !important;
}

#info-title.list-block {
	margin: 0.6rem 0 0 0 !important;
}

.block-margin {
	margin-top: 0 !important;
	margin-bottom: 0.2rem !important;
}

#price-info .table>tbody>tr>td,
#price-info .table>tbody>tr>th,
#price-info .table>thead>tr>td,
#price-info .table>thead>tr>th {
	padding: 3px;
	height: 20px;
}

.table input {
	border: 0 !important;
}

.input-group .form-control {
	height: 42px !important;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 28px !important;
}

.input-group-btn:last-child>.btn {
	margin-left: 0;
}

.btn-cert {
	line-height: 30px;
}

input[name="details"] {
	height: 11px !important;
	line-height: 11px !important;
}

.tooltip-error .tooltip-arrow {
	border-bottom-color: #d7310c !important;
}

.tooltip-error .tooltip-inner {
	display: block;
	max-width: none;
	padding: 3px 15px;
	color: #fff;
	background-color: #d7310c;
	border-radius: 0;
	text-align: left;
}

.tooltip-error .tooltip-arrow {
	left: 25px !important;
}

.tooltip-error {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.8rem;
}

.search-form img {
	width: 60%;
}

#service_grading p,
#customer_info p,
#service-detail-m p {
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.split-line {
	color: #000;
	margin: -1px 0 10px 0;
}

#add-services .form-control {
	height: 32px !important;
}

#add-services .input-group-addon {
	border: 1px solid #888;
}

.by-sub-title {
	font-size: 16px;
	font-weight: 600;
	color: #990001;
}

.addedSrv {
	vertical-align: middle;
	height: 33px;
}

.addedSrv .tg-list {
	margin-left: 15px;
	display: inline-block;
}

.tg-list label {
	margin-top: 0 !important;
}

.photo {
	position: absolute;
	height: 3.5rem;
	left: 0;
	width: 50%;
	bottom: 0;
}

.photo .upload {
	position: absolute;
	display: inline-block;
	opacity: 0;
	height: 3.5rem;
	left: 0;
	width: 100%;
	bottom: 0;
}

.pictures {
	margin: .8rem 0;
}

.pictures canvas {
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
}

a.close {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 5px;
	right: 5px;
	background-image: url(../image/close.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.tips-del {
	text-align: center;
	z-index: 1000;
}

.tips-del img {
	width: auto;
	height: 50px;
}

.btn-large {
	padding: 8px 15px !important;
}

.content.top {
	top: 5rem !important;
}

.bg-black {
	background: #333;
}

#submit-rst .card-header h3 {
	padding: 5px 0 0 25px !important;
	color: #fff;
	font-size: 1.4rem;
}

#submit-rst .card-header span {
	padding: 0px 0 0 25px !important;
	color: #fff;
	font-size: 1.35rem;
}

.card-content .reminder {
	margin-top: 3rem;
	color: #000;
	font-size: 14px;
}

.card-content .info img {
	display: inline-block !important;
	width: 16px;
}

.btn-round {
	border-radius: 15px;
	padding: 6px 18px !important;
}

.btn-next {
	margin: 1.5rem 0;
	text-align: center;
}

.adv {
	margin: 15px 0 30px 0;
	text-align: center;
}

.adv img {
	height: auto;
	width: 96%;
}

.qrscan {
	position: absolute;
	top: 75px;
	right: 40px;
	width: 20%;
	text-align: right;
}

.qrscan img {
	height: 24px;
	width: 24px;
}

.position {
	width: 25%;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	float: right;
	position: relative;
	top: -30px;
	z-index: 10001;
}

.card .row {
	margin: 0 !important;
}

.footer__brand img {
	width: 70px;
	height: auto;
}

.footer__brand p {
	font-family: "楷体";
	font-size: 18px;
	font-weight: 600;
}

.spirit, .sgs-idea {
	font-family: "楷体" !important;
	font-weight: 700 !important;
}

.search-form img {
	margin-top: 15px !important;
}

.news {
	height: 157px;
}

.news a {
	font-size: 15px !important;
}


.news p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.act-news p {
	font-size: 15px !important;
	text-indent: 2em;
}

.act-news a {
	font-size: 16px;
}

.item-inner .log-remark {
	max-width: 99%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.loginfo {
	background: #f9f9f9;
}

.header_news_panel {
    padding: 10px 0;
    color: #ffffff;
}

.news-tabs {
    float: left;
}

.header_news_panel .nav-tabs {
    /*padding-bottom: 15px;*/
    border: none;    
}

.no_border {
	border-left: 0 !important;
}

.header_news_panel .nav-tabs > li {
    padding-bottom: 0;
    margin-bottom: 0;
}

.header_news_panel .nav-tabs li {
    float: none;
    border-left: 2px solid #919599;
}

.header_news_panel .nav-tabs li.active a:before {
    background-image: url(../image/sprite.png);
    background-position: -49px -93px;
    width: 15px;
    height: 15px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
}

.header_news_panel .nav-tabs li a:before {
    display: block;
    position: absolute;
    content: "";
    /*top: 32px;*/
    left: -8px;
    background-image: url(../image/sprite.png);
    background-position: -117px -64px;
    width: 15px;
    height: 15px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
}

.header_news_panel .nav-tabs > li.active > a, .header_news_panel .nav-tabs > li.active > a:focus, .header_news_panel .nav-tabs > li.active > a:hover {
    color: #f38844;
    background-color: transparent;
    border: none;
}

.header_news_panel .nav-tabs > li > a {
    padding: 0 10px 15px 10px;
    font-size: 11px;
    border: 0;
}

.line_news .time, .time {
    color: #959595;
    font-size: 12px;
    display: block;
    margin: 0;
}

#logInfoModal {
	top: 15%;
	height: 60%;
	text-align: left; 
	line-height: 1 !important;
}

#logInfoModal .modal-content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

#logInfoModal .modal-header {
	background: #990001;
	color: #fff;
	padding: 5px 15px;
}


#logInfoModal .modal-title {
	font-size: 13px !important;
	text-align: left;
}

#logInfoModal .mailNo {
	font-size: 11px;
}

#logInfoModal .col-xs-2,
#logInfoModal .col-xs-9 {
	padding-left: 0 !important;
}

#logInfoModal .modal-header img {
	margin-top: 8px;
}

#logInfoModal span, #logInfoModal h4 {
	text-align: left !important;
}

#logInfoModal .modal-footer {
	padding: 5px 15px !important;
}

#logInfoModal .modal-body {
	position: absolute;
	top: 18%;
	height: 80%;
	width: 100%;
	padding: 0 15px !important;
	overflow-y: scroll;
}

#logInfoModal .modal-dialog {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.closeModal {
	position: absolute;
	top: 82%;
	left: 45%;
	z-index: 12000;
}

.modalShade {
    position: absolute;
    background: #666;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10999;
    opacity: 0.7;
}

.mplogo {
	position: absolute;
	right: 8px;
}

.mplogo img {
	margin-top: 2px !important;
}

#feeDetails .last{
	margin-bottom: 2rem;
}

/*
#online-payment .content {
	bottom: 1.8rem;
}*/

.margin-top-0 {
	margin-top: 0 !important;
}

#online-payment .active-header,
#online-payment .inactive-header {
	background: url(../image/right-arrow.png) #ccc no-repeat;
	background-position: 95% 50%;	
	color: #000;
}

#online-payment .inactive-header:hover {
	background: url(../image/down-arrow.png) #9EB2C0 no-repeat;
	background-position: 95% 50%;
}

#online-payment .active-header:hover {
	background: url(../image/down-arrow.png) #9EB2C0 no-repeat;
	background-position: 95% 50%;
	color: #464D55;
}

#submit-rst a {
	font-size: 15px;
	font-weight: 600;
}

.withbar {
	bottom: 3.5rem !important;
}

/*
.modal {
	top: 60% !important;
}
*/

.split-horizontal {
	width: 20px;
	height: 5px;
	transform: skewX(30deg);
	float: left;
}

.split-horizontal-pad {
	width: 20px;
	height: 5px;
	transform: skewX(30deg);
	float: left;
}

.split-horizontal:nth-child(4n+1) {
	background: red;
}

.split-horizontal:nth-child(4n+3) {
	background: blue;
}

.arts-picture img {
	width: 100%;
	height: auto;
}

.about_company_content p{
	font-size: 16px !important;
}
