@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");

/* 提交提示 */
.custom-alert {
	position: fixed;
	top: 80px;
	left: 50%;
	transform: translateX(-50%) !important;
	z-index: 9999;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(39, 39, 39, 0.15);
	animation: slideIn 0.5s ease-out forwards;
	width: 90%;
	max-width: 400px !important;
	overflow: hidden;
}

@keyframes slideIn {
	from { transform: translateY(-50%); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
}

.alert-content {
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.7) !important;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.alert-message {
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.alert-close {
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	min-width: 24px !important;
	width: 24px;
	height: 24px;
	text-align: justify;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
}

.success {
	color:rgb(82, 84, 87);
}

.error {
	color: rgb(255, 0, 0);
}


html, body {
    overflow-x: hidden;
    box-sizing: border-box;
}
#titleBar{
	display: none;
}
/* 顶部悬浮 */
.imgBox{
	width: 100%;
	height: 74px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.imgBox>img{
	height: 100%;
	width: auto;
}

/* 弹窗 */
body.modal-open {
    overflow: hidden;
    position: relative;
	pointer-events: auto;
	touch-action: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  /* pointer-events: none;  */
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.modal-content {
	background: white;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 8px;
	width: 40%;
	text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
}
.modalInput{
	background: #fff !important;
	width: 100%;
	height: 40px !important;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}
.modalInput:focus {
	border: #3b96f8  1px solid !important;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
	outline: none !important;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modalH2{
	font-size: 24px;
	font-weight: 500;
    text-align: left;
	margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
	text-align: left;
}

label span {
    color: red;
}

button[type="submit"] {
	width: 40%;
	height: 40px;
	box-sizing: border-box;
    background-color: #3b96f8;
	margin: 0 auto;
    color: white;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}

.groupModuleH5{
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 30px;
	flex-direction: column;
}
.groupBoxH5{
	width: 100%;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.imgBoxH5{
	width: 100%;
	height: 39px;
	display: flex;
	justify-content: space-between;
}
.imgBoxH5>img{
	height: 100%;
	width: auto;
}
.floating {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 70px;
    background: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    z-index: 9999;
	display: flex;
	justify-content: center;
}

.floating-content {
	width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.floating-content>img{
	width: auto;
	height: 40px;
}
/* 自定义样式 */
.header-web-p{
	color: #fff;
	font-size: 54px;
	font-weight: 700;
	line-height: 54px;
	margin-bottom: 30px;
}
.header-phone-p{
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 25px;
	text-align: center;
}
.header-phone-p-min{ 
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 25px;
}
.header-web-p-min{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 500;
}
.phone{
	display: none;
}
.dashed{
	height: 30px;
	width: 138px;
	border-bottom: 1px dashed #74777a;
	margin-bottom: 30px;
	border-image: repeating-linear-gradient(
        to right,
        #d1d1d1,
        #8b8c8d 3px,
        transparent 3px,
        transparent 5px
    ) 1;
}
.margindiy{
	margin-top: 80px;
	margin-bottom: 80px;
}
.margindiy2{
	margin-top: 80px;
	margin-bottom: 80px;
}
.bottom{
	width: 100%;
	height: 222px;
	background: #16378b;
	display: flex;
	justify-content: center;
}
.bottomBox{
	max-width: 1200px;
	width: 100%;
	height: 100%;
	padding: 30px 70px 40px 70px;
	box-sizing: border-box;
	display: flex;
	justify-content: end;
}
.QRCode{
	width: 280px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.QRCode>span{
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
.QRCodeImg{
	height: 110px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.QRCodeMin{
	width: 80px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.QRCodeMin>img{
	width: 80px;
	height: 80px;
	border-radius: 8px;
}
.QRCodeMin>span{
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
.bottom2{
	width: 100%;
	height: 50px;
	background: #16378b;
	border-top: 1px solid rgba(216, 216, 216, 0.22);
	display: flex;
	justify-content: center;
}
.bottomBox2{
	max-width: 1200px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.blueBox{
	width: 100%;
	min-height: 308px;
	height: auto;
	background: url("./images/bottomBj.jpg") center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.diybut3{
	margin-top: 35px;
	width: 150px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #FA7268;
	font-size: 16px;
	font-weight: 400;
	margin-right: auto;
}
.diybut3:hover{
	background: #FA7268;
	color: #fff;
}
.diystyle3{
	font-weight: 300;
    color: #fff;
    font-size: 1rem;
    text-align: center ;
    white-space: normal;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
	padding: 0 25px;
}
.diystyle2{
	font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    white-space: normal;
    height: auto;
    width: 100%;
    letter-spacing: 0.075em;
    margin-bottom: 0;
    text-align: center;
    margin-top: 50px;
    box-sizing: border-box;
	padding: 0 25px;
}
.diystyle4{
	font-size: 32px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    white-space: normal;
    height: auto;
    width: 100%;
    letter-spacing: 0.075em;
    margin-bottom: 0;
    text-align: left;
    margin-top: 70px;
	margin-bottom: 25px;
    box-sizing: border-box;
}
.diystyle5{
	font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-align: left;
    white-space: normal;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.diystyle1{
	margin-top: 80px;
}
.groupModule{
	width: 100%;
	height: 285px;
	display: flex;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 40px;
}
.groupBox{
	width: 1200px;
	height: 100%;
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.groupText{
	width: 486px;
	height: 293px;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}
.groupText>img{
	width: 138px;
	height: 45px;
	margin-bottom: 10px;
}
.groupP{
	color: #1d293d;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: left;
}
.groupSpan{
	margin-top: 10px;
	color: #596778;
	font-size: 14px;
	line-height: 1.75;
	font-weight: 400;
	text-align: justify;
}

#logo{
	width: 1200px;
	height: auto;
	display: flex;
	flex-direction: column;
	z-index: 999;
}
.editableContent{
	display: flex;
	align-items: start;
	flex-direction: column;
}
.Solution-btn{
	margin-top: 40px;
}
.Solution-btn ,.Solution-btn-top {
  width: 150px;
  height: 48px;
  background-color: #fa7268;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.Solution-btn:hover , .Solution-btn-top:hover {
  cursor: pointer;
  background-color: rgb(252 40 25);
}
.Solution-btn-white {
  width: 150px;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fa7268;
  font-weight: 400;
  border: 1px solid #fa7268;
}

.Solution-btn-white:hover {
	color: #fff;
  cursor: pointer;
  background-color: rgb(252 40 25);
}
.caiyuntong{
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.caiyuntongBox{
	width: 1200px;
	height: 543px;
	display: flex;
	justify-content: space-between;
}
.caiyuntongText{
	width: 470px;
	height: 495px;
	margin-left: 40px;
	display: flex;
	flex-direction: column;
}
.content-wrapper-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
.content-wrapper-text>p {
		color: #596778;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
		font-weight: 600;
}
.content-wrapper-text>strong {
		color: #596778;
		font-size: 12px;
		line-height: 24px;
		margin-right: 10px;
		}
.content-wrapper-text>span {
		color: #596778;
		font-size: 14px;
		margin-bottom: 20px;
		font-weight: 400;
		text-align: left;
	}
.caiyuntongTitle{
	color: #1d293d;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: left;
}
.caiyuntongTextSpanBox{
	display: block;
	width: 100%;
	text-align: justify;
	margin-bottom: 20px;
}
.caiyuntongTextSpan>strong{
	color: #FA7268 !important;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 300;
	text-align: left;
	font-family: "PingFang SC";
}	

.caiyuntongTextSpan2{
	color: #596778;	
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
}
.caiyuntongImg{
	display: flex;
	align-items: center;
}
.caiyuntongImg>img{ 
	width: 652px;
	height: 362px;
}
.taxSectionText{
	width: 342px;
	height: 463px;
	display: flex;
	flex-direction: column;
}	
.taxSectionImg{
	display: flex;
	align-items: center;
}
.taxSectionImg>img{ 
	width: 645px;
	height: 467px;
}
.taxSectionSpan{
	color: #1d293d;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 10px;
}
.taxSectionP{
	height: 40px;
	text-align: left; 
	display: flex; 
	align-items: flex-end; 
	margin-top: 10px;
	margin-bottom: 0;

}
.taxSectionP>strong{
	color: #FA7268 !important;
	text-align: left;
	font-size: 42px;
	margin-right: 4px;
	line-height: 1;
}
.taxSectionP>strong>span{
	font-size: 30px;
	font-weight: 400;
}
.taxSectionP>span{
	color: #FA7268 !important;
	text-align: left;
	font-size: 18px;
}
.taxSectionSpanMin{
	margin-top: 5px;
	color: #596778;
	font-size: 12px;
	text-align: left;
	font-weight: 400;
}
.arrowModule{
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.arrowModuleBox{
	width: 1200px;
	height: 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.arrowButton{
	margin: 0px;
	padding: 0px;
	width: 110px !important;
	min-width: 102px;
	height: 28px;
	background: #fff;
	border: #609EE9 solid 1px;
	color: #596778;
	font-size: 12px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}
.arrowButton:hover{ 
	background: #0084A1;
	color: #fff;
	cursor: pointer;
}
.arrowImg{
	height: 100%;
	width: 39px;
}
.cloudPlatform{
	width: 100% !important;
	height: auto !important;
	min-height: 750px;
	background: url("./images/InvoicingScenarioBJ.png") center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.cloudPlatformBox{
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cloudPlatformBox>.style1{
	color: #fff;
	margin-top: 80px;
}
.cloudPlatformBox>.style2{
	color: #fff;
}
.cloudPlatformItem{
	/* max-width: 1200px; */
	width: 100%;
	min-height: 418px;
	height: auto;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content: center;
	align-items: center;
	gap: 20px; 
}
.smAreaC{
	height: 418px;
	width: 221px !important;
	border: #fff 1px solid;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.smAreaC:hover{
	background: #FA7268;
	cursor: pointer;
	transform: translateY(-3px);
	transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.smAreaC>img{
	margin-top: 40px;
	width: 72px;
	height: 72px;
	margin-bottom: 30px;
}
.smAreaC>p{ 
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
.smAreaC>.baseline{
	width: 60px;
	border: #fff 1px solid;
	margin-bottom: 15px;
}
.smAreaC>span{
	width: 180px;
	color: #fff;
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 2;
}
.DomainData{
	width: 100%;
	margin-top: 100px;
	display: flex;
	justify-content: center;
	}
.DomainDataBox{
	width: 1200px;
	height: 120px;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
.Domain{
	width: 308px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.DomainP{
	height: 40px;
	text-align: left; 
	display: flex; 
	align-items: flex-end; 
	margin-top: 10px;
	margin-bottom: 0;

}
.DomainP>strong{
	color: #FA7268 !important;
	text-align: left;
	font-size: 54px;
	margin-right: 15px;
	line-height: 1;
}
.DomainP>strong>span{
	font-size: 54px;
	font-weight: 500;
}
.DomainSpan{
	color: #596778;
	font-size: 14px;
	font-weight: 400;
	width: 220px;
	margin-top: 15px;
}
/*
	Escape Velocity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}
button{
	box-shadow: none;
	border: none;
	border-radius: 8px;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Container */

	.container {
		margin: 0;
		max-width: 100%;
		width: 100%;
		padding-bottom: 0px!important;
	}

		@media screen and (max-width: 1680px) {
			#logo{
				width: calc(100% - 80px);
			}
			.container {
				width: calc(100% - 80px);
			}
			 .cloudPlatformItem {
				/* width: calc(100% - 40px); */
				gap: 20px;
				justify-content: center;
				align-items: center;
			}
			.phone{
				display: none;
			}
		}

		@media screen and (max-width: 1280px) {
			#logo{
				width: calc(100% - 80px);
			}
			.container {
				width: calc(100% - 80px);
			}
			.cloudPlatformItem {
				width: calc(100% - 40px);
			}
			.phone{
				display: none;
			}
		}

		@media screen and (max-width: 980px) {
			#logo{
				width: calc(100% - 80px);
			}
			.container {
				width: calc(100% - 80px);
			}
			.cloudPlatformItem {
				width: calc(100% - 40px);
			}

		}

		@media screen and (max-width: 736px) {
			#logo{
				width: calc(100% - 40px);
			}
			.container {
				width: calc(100% - 40px);
			}
			.diypadding{
				padding: 0px !important;
			}
			.cloudPlatformItem {
				width: calc(100% - 40px);
			}
			.phone{
				display: block;
			}
			.web{
				display: none;
			}
			.floating-content{
				width: calc(100% - 40px);
			}

		}
		@media screen and (max-width: 480px) {
			#logo{
				width: calc(100% - 40px);
			}
			.container {
				width: calc(100% - 40px);
			}
			.cloudPlatformItem {
				width: calc(100% - 40px);
			}
			.web{
				display: none !important;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8.75px;
					margin-left: -8.75px;
				}

					.row.gtr-25 > * {
						padding: 8.75px 0 0 8.75px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -8.75px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8.75px;
						}

				.row.gtr-50 {
					margin-top: -17.5px;
					margin-left: -17.5px;
				}

					.row.gtr-50 > * {
						padding: 17.5px 0 0 17.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -17.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 17.5px;
						}

				.row {
					margin-top: -35px;
					margin-left: -35px;
				}

					.row > * {
						padding: 35px 0 0 35px;
					}

					.row.gtr-uniform {
						margin-top: -35px;
					}

						.row.gtr-uniform > * {
							padding-top: 35px;
						}

				.row.gtr-150 {
					margin-top: -52.5px;
					margin-left: -52.5px;
				}

					.row.gtr-150 > * {
						padding: 52.5px 0 0 52.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -52.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 52.5px;
						}

				.row.gtr-200 {
					margin-top: -70px;
					margin-left: -70px;
				}

					.row.gtr-200 > * {
						padding: 70px 0 0 70px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -70px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 70px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

/* Section/Article */

	section,
	article {
		margin: 0 0 4em 0;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	header.style1 {
		text-align: center;
		padding: 3em 0 3em 0;
	}

		header.style1 h2 {
			font-weight: 700;
			font-size: 2em;
			letter-spacing: 0.075em;
			line-height: 1.5em;
		}

		header.style1 p {
			color: #b1b4b9;
			display: block;
			margin: 1.15em 0 0 0;
			font-size: 1.3em;
			letter-spacing: 0.075em;
			line-height: 1.5em;
		}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr:nth-child(2n+2) {
				background: #f4f4f4;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default thead {
				background: #484d55;
				color: #fff;
			}

			table.default tfoot {
				background: #eee;
			}

/* Form */

	form label {
		display: block;
		font-weight: 700;
		color: #484d55;
		margin: 0.25em 0 0.5em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #eee;
		box-shadow: inset 0px 0px 1px 0px #a0a1a7;
		border-radius: 0.35em;
		width: 100%;
		padding: 0.75em 1em 0.75em 1em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f8f8f8;
		}

	form input[type="text"],
	form input[type="email"]
	input[type="password"] {
		line-height: 1em;
	}

	form select {
		line-height: 1em;
	}

	form textarea {
		min-height: 8em;
	}

	form ul.actions {
		margin-top: 0;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
		font-style: italic;
		line-height: 1.35em;
	}

	form :-moz-placeholder {
		color: #555 !important;
		font-style: italic;
	}

	form ::-moz-placeholder {
		color: #555 !important;
		font-style: italic;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
		font-style: italic;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Image */

	.image {
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}
/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.style2 {
			list-style: none;
			padding-left: 0;
		}

			ul.style2 li {
				border-top: solid 1px #eee;
				padding: 1.5em 0 0 0;
				margin: 1.5em 0 0 0;
			}

				ul.style2 li:first-child {
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

		ul.style3 {
			list-style: none;
			padding-left: 0;
		}

			ul.style3 li {
				border-top: solid 1px #eee;
				padding: 0.5em 0 0 0;
				margin: 0.5em 0 0 0;
			}

				ul.style3 li:first-child {
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
		margin: 3em 0 0 0;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0.75em 0 0.75em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

			ul.actions li:last-child {
				margin-right: 0;
			}

		ul.actions.special {
			text-align: center;
		}

/* Feature List */

	.feature-list {
		max-width: 58em;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 0.75em;
	}

		.feature-list section {
			border-top: solid 1px #eee;
			padding-top: 3em;
			padding-left: 5em;
			position: relative;
		}

		@media screen and (min-width: 981px) {

			.feature-list > .row > :nth-child(-n + 2) > section {
				border-top: 0;
				padding-top: 0;
			}

		}

		.feature-list h3 {
			color: #e97770 !important;
			margin: -0.35em 0 0.75em 0;
			font-size: 1.15em;
			letter-spacing: 0.05em;
		}

			.feature-list h3:before {
				display: block;
				color: #fff;
				background: #2f333b url("images/overlay.png");
				border-radius: 2.5em;
				text-align: center;
				width: 2.5em;
				height: 2.5em;
				line-height: 2.5em;
				margin-right: 0.75em;
				position: absolute;
				left: 0;
				margin-top: -0.5em;
			}

		.feature-list.small section {
			padding-left: 3.5em;
		}

		.feature-list.small h3:before {
			font-size: 0.8em;
		}

/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
			font-size: 1.25em;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Box */

	.box header {
		margin: 0 0 1.5em 0;
	}

		.box header.style1 {
			position: relative;
			margin: -0.5em 0 0 0;
			padding-top: 0;
		}

	.box h2 {
		margin: 0 0 0.75em 0;
		font-size: 1.15em;
		letter-spacing: 0.05em;
	}

	.box h3 {
		margin: 0 0 0.5em 0;
		font-size: 1em;
		font-weight: 600;
		letter-spacing: 0.05em;
	}

	.box.post-excerpt .image.left {
		position: relative;
		top: 0.5em;
		width: 5em;
	}

	.box.post-excerpt h3, .box.post-excerpt p {
		margin-left: 7em;
	}

/* Wrapper */

	.wrapper {
		position: relative;
		/* padding: 0 0 9em 0; */
		display: flex;
		flex-direction: column;
		align-items: center;
	}

		.wrapper .title {
			position: absolute;
			top: 0;
			left: 50%;
			text-align: center;
			text-transform: uppercase;
			display: block;
			font-weight: 700;
			letter-spacing: 0.25em;
			font-size: 0.9em;
			width: 25em;
			height: 3.25em;
			top: -3.25em;
			line-height: 3.25em;
			margin-bottom: -3.25em;
			margin-left: -12.5em;
			padding-top: 0.5em;
		}

			.wrapper .title:before {
				content: '';
				position: absolute;
				bottom: -38px;
				left: -35px;
				width: 35px;
				height: 38px;
				background: url("images/shadow.png");
			}

			.wrapper .title:after {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				content: '';
				position: absolute;
				bottom: -38px;
				right: -35px;
				width: 35px;
				height: 38px;
				background: url("images/shadow.png");
			}

		.wrapper.style1 {
			/* background: #e97770 url("images/overlay.png"); */
			color: #eee;
			color: #1d293d;
			font-size: 25px;
			font-weight: bolder;
		}

			.wrapper.style1 .title {
				/* background: #e97770 url("images/overlay.png"); */
				color: #1d293d;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b, .wrapper.style1 a {
				color: #1d293d;
			}	

		.wrapper.style2 {
			background:  #596778;
		}

			.wrapper.style2 .title {
				background: #fff;
				color: #484d55;
			}

		.wrapper.style3 {
			background: #f3f3f3 url("images/overlay.png");
		}

			.wrapper.style3 .title {
				background: #f3f3f3 url("images/overlay.png");
				color: #484d55;
			}

			.wrapper.style3 .image {
				border: solid 10px #fff;
			}

/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		height: 24em;
		background: url("../../images/banner.jpg") center center;
		background-size: cover;
		padding: 0;
	}

		#header:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url("images/43254243.jpg");
			background-size: cover;

		}

		.homepage #header {
			height: 35em;
			margin-bottom: 80px;
		}

/* Logo */

/* Nav */

	#nav {
		position: absolute;
		display: block;
		top: 2.5em;
		left: 0;
		width: 100%;
		text-align: center;
	}

		#nav > ul {
			display: inline-block;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
			padding: 0 1.5em 0 1.5em;
		}

			#nav > ul > li {
				display: inline-block;
				text-align: center;
				padding: 0 1.5em 0 1.5em;
			}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li > a, #nav > ul > li > span {
					display: block;
					color: #eee;
					color: rgba(255, 255, 255, 0.75);
					text-transform: uppercase;
					text-decoration: none;
					font-size: 0.7em;
					letter-spacing: 0.25em;
					height: 5em;
					line-height: 5em;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;
					-o-transition: all .25s ease-in-out;
					-ms-transition: all .25s ease-in-out;
					transition: all .25s ease-in-out;
					outline: 0;
				}

				#nav > ul > li:hover > a {
					color: #fff;
				}

				#nav > ul > li.active > a, #nav > ul > li.active > span {
					color: #fff;
				}

	.dropotron {
		background: #222835 url("images/overlay.png");
		background-color: rgba(44, 50, 63, 0.925);
		padding: 1.25em 1em 1.25em 1em;
		border-radius: 0.35em;
		box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
		min-width: 12em;
		text-align: left;
		margin-top: -1.25em;
		margin-left: -1px;
		list-style: none;
	}

		.dropotron.level-0 {
			margin-top: -1px;
			margin-left: 0;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

		.dropotron a, .dropotron span {
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
			display: block;
			color: #eee;
			color: rgba(255, 255, 255, 0.75);
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.7em;
			letter-spacing: 0.25em;
			border-top: solid 1px rgba(255, 255, 255, 0.15);
			line-height: 3em;
		}

		.dropotron li {
			padding-left: 0;
		}

			.dropotron li:first-child a, .dropotron li:first-child span {
				border-top: 0;
			}

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #fff;
			}

/* Intro */

	#intro {
		text-align: center;
		background-color: #fff;
		/* padding-top: 80px; */
	}

		#intro p.style1 {
			font-size: 25px !important;
			line-height: 1.5;
			letter-spacing: 0.075em;
			height: 50px;
			margin-bottom: 0px;
		}

		#intro p.style2 {
			font-size: 16px !important;
			font-weight: 300;
			margin-bottom: 0px;
		}

			#intro p.style2 a {
				color: inherit;
				text-decoration: none;
			}

		#intro p.style3 {
			font-size: 1.1em;
			width: 48em;
			margin: 0 auto;
		}

/* Features */

	#features header.style1 {
		padding-bottom: 5em;
	}

	#features ul.actions {
		margin-top: 5em;
	}

/* Highlights */

	#highlights .highlight {
		text-align: center;
	}

		#highlights .highlight h3 {
			color: #e97770;
			margin: 0 0 0.75em 0;
			font-size: 1.15em;
			letter-spacing: 0.05em;
		}


/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
			}

			/* 自定义样式 */
		.editableContent-title{
				font-size: 45px;
			}
		.diybut3{
			margin-right: auto;
		}

			

		/*  */

	}

/* Large */

	@media screen and (max-width: 1280px) {


		/* 自定义样式 */
		.cloudPlatformItem{
			/* max-width: 1200px; */
			width: 100%;
			min-height: 418px;
			margin-top: 50px;
			display: flex;
			flex-wrap: wrap;
			/* justify-content: space-between; */
			justify-content: center;
			gap: 20px;
			padding: 0 20px 20px;
		}
		.editableContent-title{
			font-size: 45px;
		}

		.arrowModuleBox{
			display: none;
		}
		
		.smAreaC {
			width: 223px;
			height: 418px;
		}
		.Domain{
			margin-bottom:  40px;
		}
		.DomainDataBox{
			height: auto;
			width: 100%;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin-bottom: 0px;
		}
		.diystyle1{
			margin-top: 50px;
		}
		.diystyle4,.diystyle5{
			padding-left: 50px;
			padding-right: 50px;
		}
		.diybut3{
			margin-left: 50px;
			margin-right: auto;
			margin-bottom: 50px;
		}
		/*  */

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
				line-height: 1.5em;
				letter-spacing: 0.015em;
			}

		/* Wrapper */

			.wrapper {
				/* padding: 0 0 7em 0; */
				display: flex;
				flex-direction: column;
				align-items: center;
			}



		/* Intro */

			#intro {
				/* padding-bottom: 7em; */
			}

				#intro p.style1 {
					font-size: 1.25em;
					/* margin-bottom: 10px; */
				}

				#intro p.style2 {
					font-size: 0.8em;
				}

		/* Footer */

			#footer {
				padding-bottom: 4em;
			}

				#footer header.style1 {
					padding-bottom: 4em;
					margin-bottom: 4em;
					border-bottom: solid 1px rgba(255, 255, 255, 0.05);
				}

	}


	@media screen and (max-width: 980px) {

		/* Section/Article */

			header br {
				display: none;
			}

		/* Form */

			form ul.actions {
				text-align: center;
			}

		/* Feature List */

			.feature-list {
				max-width: 40em;
			}

				.feature-list section {
					padding-top: 4em;
				}

				.feature-list > .row > :first-child > section {
					border-top: 0;
					padding-top: 0;
				}

		/* Nav */

			#nav {
				display: none;
			}
		/* Intro */

			/* #intro p.style1 {
						margin-bottom: 80px;
					} */

			#intro p.style3 {
				width: auto;
			}

		/* Highlights */

			#highlights .highlight {
				max-width: 40em;
				margin-left: auto;
				margin-right: auto;
			}

		/* Footer */

			#footer .feature-list {
				border-top: solid 1px rgba(255, 255, 255, 0.05);
				padding-top: 4em;
			}

	}

		@media screen and (max-width: 980px) and (min-width: 737px) {

				#footer .feature-list > .row > :nth-child(2) > section {
					border-top: 0;
					padding-top: 0;
				}

		}

	@media screen and (max-width: 980px) {


		/* 自定义样式 */
		.diybut3{
			margin-right: auto;
		}
		.margindiy3{
			margin-top: 30px !important;
		}
		.Solution-btn-white{
			border-radius: 25px;
		}
		.editableContent-title{
				font-size: 40px;
			}
		.caiyuntongBox{
			width: 100%;
			height: auto;
			display: flex;
			flex-direction: column;
		}
		.caiyuntongImg{
			width: 100%;
			height: auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.taxSectionImg{
			order: 1;
			width: 100%;
			height: auto;
			display: flex;
			justify-content: center;
			align-items: center;
			margin-bottom: 50px;
		}
		.content-wrapper-text>p {
			font-size: 18px;
		}
		.content-wrapper-text>strong {
			font-size: 14px;
		}
		.content-wrapper-text>span {
			font-size: 16px;
		}
		.caiyuntongTitle{
			height: auto;
			width: 100%;
			font-size: 26px;
			white-space: normal;
			line-height: 27px;
		}
		.caiyuntongTextSpan{
			font-size: 18px;
		}	
		.caiyuntongTextSpan2{	
			font-size: 18px;
		}
		.arrowModuleBox{
			display: none;
		}
		.smAreaC {
			width: 223px;
			height: 418px;
		}
		.diystyle1{
			margin: 30px 0 80px 0;
			letter-spacing: -0.5px !important;

		}
		.groupBox{
			flex-direction: column;
			align-items: center;
		}
		.bottomBox2{
			padding: 0 25px;
			text-align: center;
		}
		.diystyle4,.diystyle5{
			display: flex;
			justify-content: center;
			text-align: center;
		}
		.diybut3{
			margin-left: auto;
			margin-right: auto;
			border-radius: 30px;
		}
		.bottomBox{
			justify-content: center;
		}
		.taxSectionText{
			order: 2;
			height: auto;
		}
		.taxSectionSpan{
			font-size: 20px;
			color: #596778;
			font-weight: 600;
		}
		.taxSectionSpanMin{
			font-size: 16px;
			color: #596778;
			font-weight: 400;
			text-align: center;
		}
		/*  */




		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				display: flex;
    			flex-direction: column;
			}
	}

/* Small */

	@media screen and (max-width: 736px) {
		#logo{
			justify-content: center;
		}
		.caiyuntongTextSpanBox{
			display: block;
			width: 100%;
		}
		.content-wrapper-text>p {
			font-size: 16px;
		}
		.content-wrapper-text>strong {
			font-size: 14px;
		}
		.content-wrapper-text>span {
			font-size: 16px;
		}
		.caiyuntongTitle{
			font-size: 20px;
			white-space: normal;
		}
		.caiyuntongText{
			margin: 0;
			width: 100%;
			height: auto;
		}
		.caiyuntongTextSpan{
			font-size: 18px;
			width: 100%;
		}	
		.caiyuntongTextSpan2{
			width: 100%;	
			font-size: 16px;
			text-align: justify;
		}
		.caiyuntongTextSpanBox{
			display: block;
			width: 100%;
			text-align: justify;
			margin-bottom: 20px;
		}
		.caiyuntongBox{
			width: 100%;
			/* padding: 25px 0; */
			height: auto;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.taxSectionText{
			align-items: center;
		}
		.caiyuntongImg{
			width: 100%;
			height: auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.caiyuntongImg>img {
			width: 100%;
			max-width: 652px;
			height: auto;
		}
		.taxSectionImg{
			width: 100%;
			height: auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.taxSectionImg>img {
			width: 100%;
			max-width: 652px;
			height: auto;
		}	
		#header {
			height: auto !important;
			min-height: 100vh;
			display: flex !important;
		}
		#header:before {
			content: '';
			position: absolute !important;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			background: url("images/29586223.jpg") center/cover;
			z-index: 0; 
			order: unset;	
			display: flex;
			justify-content: center !important;
			align-items: center !important;
		}
		.Solution-btn-box {
			margin-top: 30px;
			
		}
		.diybtn2{
			margin: 10px auto 20px;
		}
		.Solution-btn-white{
			border-radius: 25px;
		}
		.Solution-btn , .Solution-btn-top{
			border-radius: 25px;
		}
		.Solution-btn{
			margin-left: auto;
			margin-right: auto;
		}

		.editableContent{
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.editableContent-title{
			font-size: 45px;
			line-height: 100%;
		}
		.arrowModuleBox{
			display: none;
		}
		.diystyle1{
			margin: 30px 0 80px 0;
		}
		.taxSectionImg{
			width: 100%;
			height: auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.smAreaC{
			max-width: 155px !important;
			padding: 0 10px;
			width: 100%;
			height: 380px;
			border: #fff 1px solid;
			border-radius: 2px;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.smAreaC>img{
			margin-top: 20px;
			width: 72px;
			height: 72px;
			margin-bottom: 15px;
		}
		.smAreaC>p{ 
			color: #fff;
			font-size: 16px;
			margin-bottom: 15px;
		}
		.smAreaC>.baseline{
			width: 60px;
			border: #fff 1px solid;
			margin-bottom: 15px;
		}
		.smAreaC>span{
			max-width: 180px;
			width: 100%;
			color: #fff;
			font-size: 14px;
			text-align: justify;
			word-wrap: break-word;
    		overflow-wrap: break-word;
			font-weight: 400;
			height: 150px;
		}
		.groupModule{
			margin-top: 40px;
		}
		.groupBox{
			padding: 0;
			width: 100%;
			height: auto;
			display: flex;
			flex-direction: column;
		}
		.groupText{
			padding: 0;
			max-width: 486px;
			width: 100%;
			height: auto;
		}
		.diymt{
			margin-bottom: 40px!important;
		}
		.diystyle4{
			font-size: 20px;
		}
		.diystyle5{
			font-size: 16px;
		}
		.taxSectionP>strong{
			font-size: 32px;
		}
		.diystyle2{
			font-size: 25px;
		}
		.DomainP>strong{
			font-size: 32px;
		}
		.DomainP>strong>span{
			font-size: 32px;
		}
		.textA{
			text-align: center!important;
		}
		.margindiy{
			margin-top:30px;
			margin-bottom: 30px!important;
		}
		.margindiy2{
			margin-top:30px;
		}
		.DomainData{
			margin-top: 30px;
		}
		.bottom2{
			height: 80px;
			padding-bottom: 20px;
			box-sizing: border-box;
		}
		.modal-content{
			width: 60% !important;
		}
		/* Basic */

			body, input, select, textarea {
				line-height: 1.5em;
				font-size: 10.5pt;
				letter-spacing: 0;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.2em;
				letter-spacing: 0.05em;
				margin: 0 0 1em 0;
			}

			hr {
				margin: 1em 0 1em 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
			}

			header br {
				display: none;
			}

			header.style1 {
				padding: 0 0 1em 0;
			}

				header.style1 h2 {
					font-size: 1.5em;
					letter-spacing: 0.075em;
					line-height: 1.25em;
				}

				header.style1 p {
					font-size: 1em;
					letter-spacing: 0;
					display: block;
					margin: 0;
				}

	
		/* Actions */

			ul.actions {
				margin: 2em 0 0 0;
			}

				ul.actions li {
					margin: 15px 0 0 0;
					display: block;
				}

					ul.actions li:first-child {
						margin-top: 0;
					}

		/* Feature List */

			.feature-list section {
				padding-top: 2em;
				padding-left: 4em;
			}

			.feature-list h3:before {
				font-size: 0.9em;
			}

		/* Box */

			.box.post-excerpt .image.left {
				position: relative;
				top: 0.25em;
				width: 25%;
				margin: 0;
			}

			.box.post-excerpt h3, .box.post-excerpt p {
				margin-left: 32.5%;
			}

		/* Wrapper */

			.wrapper {
				/* padding: 0 0 4em 0; */
				display: flex;
				flex-direction: column;
				align-items: center;
			}

				.wrapper .title {
					font-size: 0.9em;
					width: 18em;
					height: 2.5em;
					top: -2.5em;
					line-height: 2.5em;
					margin-bottom: -2.5em;
					margin-left: -9em;
					padding-top: 0.5em;
				}

					.wrapper .title:before, .wrapper .title:after {
						height: 15px;
						bottom: -15px;
						background-size: 100% 100%;
					}

		/* Header */

			#header {
				height: 17em;
			}

				.homepage #header {
					height: 20em;
				}


		/* Intro */

			#intro {
				text-align: center;
				/* padding-bottom: 4em; */
				margin: 0 0;
			}

				/* #intro p.style1 {
					margin-bottom: 1.5em;
					margin-bottom: 90px;
				} */

				#intro p.style2 {
					font-size: 0.8em;
					letter-spacing: 0.05em;
					line-height: 1.25em;
					padding: 1.25em;
					text-align: justify;
				}

		/* Features */

			#features header.style1 {
				padding-bottom: 4em;
			}

			#features ul.actions {
				margin-top: 4em;
			}

		/* Content */

			#content {
				padding: 0 0 2em 0;
			}

				#content header.style1 {
					padding-bottom: 2.5em;
				}

		/* Footer */

			#footer {
				padding-bottom: 0;
			}

				#footer header.style1 {
					padding-bottom: 0;
					margin-bottom: 2em;
					border-bottom: 0;
				}

				#footer .feature-list {
					border-top: 0;
					padding-top: 0;
				}

	}
	@media screen and (max-width: 480px) {
		.smAreaC {
			width: 155px;
			max-width: 223px;
			padding: 0 10px;
			
		}
		.diystyle1{
			margin: 30px 0 40px 0 !important;
		}
		.taxSectionImg{
			width: 100% !important;
			height: auto !important;
			display: flex !important;
			justify-content: center !important;
			align-items: center !important;
		}
		.diybtn1{
			margin: 0 auto !important;
		}
		.cloudPlatformItem{
			justify-content: start;
			width: 374px !important;
		}
		.arrowModule{
			display: none !important;
		}
		.floating-content>img{
			height: 30px;
			margin-left: -5.5px;
		}
		.Solution-btn-top{
			margin-right: 0px !important;
		}
		.blueBox{
			min-height: auto;
		}
		.diybut3{
			margin-bottom: 30px;
		}
	}
