<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.common-header {
    background-color: #035348;
}

.nav-top {
    background: url('/images/thank-img/installation_bg.png');
    height: 100%!important;
}
.nav-collapse-list {
    background-color: #364B60;
    border-bottom: 1px solid #233344;
    border-top: 1px solid #2D3F50;
}
.home-icon {
	background-image: url("/images/home/icon.png");
	background-repeat: no-repeat no-repeat;
}
.home-container {
	position: relative;
    overflow: hidden;
}
.home-banner {
    /* background-color: #364B60; */

    padding: 50px 15px 110px 15px;
    text-align: center;
}
.home-logo{
    margin-bottom: 20px;
}
.home-banner-text {
    margin: 0;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: normal;
}
.home-banner-p{
    font-size: 20px;
    color: #fff;
}
.home-banner-text.title-1 {
    color: #fff;
    font-size: 43px;
    padding-bottom: 25px;
}
.home-banner-text.title-2,
.home-banner-text.title-3 {
	font-size: 22px;
	color: #CFD7E5;
}
.home-banner-btns {
	overflow: hidden;
	display: inline-block;
	padding-top: 30px;
}
.home-banner-down-btn,
.home-banner-video-btn {
    width: 190px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    margin: 4px;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #fff;
}
.home-banner-down-btn {
	background-color: #fff;
	color: #1f364e;
	margin-right: 21px;
}

.home-banner-down-btn:hover {
	background-color: #dcedfd;
    border: 2px solid #dcedfd;
}
.home-banner-video-btn {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;

}
.home-banner-video-btn:hover {
	background-color: #fff;
	color: #1f364e;
}

.home-banner-down-btn &gt; .home-icon {
    padding: 10px 17px;
    background-position: -13px -12px;
}
.home-banner-video-btn &gt; .home-icon {
    padding: 10px 17px;
    background-position: -55px -13px;
}

.thank-step {
	width:1050px;
	margin:auto;
}

.thank-step img{
	margin-bottom: 31px;
    margin-left: auto;
    margin-right: auto;
    background: #f8f8f8;
    padding: 4px;
	display: block;
    border: 10px solid #292929;
    border-radius: 5px;
    /* box-shadow: 0px 0px 4px 5px #aaaaaa;	 */
}

.thank-step p{
	font-size:15px;
	padding:10px 0px;
	line-height:150%;
	text-align:justify;
	color: #888;
}

.thank-step p a{
	color: #0082ED;
    text-decoration: none;
}

.thank-step p a:hover{
    text-decoration: underline;
}

.slide-box {
	width: 1170px;
	height: 550px;
	position:relative;
	margin:auto;
}

.slide {
    margin-top:50px;
    margin-left: 110px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 10px solid #292929;
}

.slide ul{
    display: block;
	width:850px;
    list-style: none;
    overflow: hidden;
    position: absolute;
    transition: all 1.0s ease;
}

.slide ul li {
    float: left;
    /* border-radius: 5px;
    border: 10px solid #292929; */
}

.slide ul li img{
    width: 100%;
    height: 100%;
    margin-left: 0px;


}

.next {
    position: absolute;
    color: #3D3B3B;
    margin-top: -280px;
    right: 3%;
    cursor: pointer;
    background: url('/images/thank-img/arrow.png') no-repeat;
    background-position: -55px -3px;
    width: 50px;
    height: 50px;

}

.prev {
    position: absolute;
    color:#3D3B3B;
    margin-top: -280px;
    left: 3%;
    cursor: pointer;
    background: url('/images/thank-img/arrow.png') no-repeat;
    background-position: -3px -3px;
    width: 50px;
    height: 50px;
}

.prev:hover{
    background-position: -3px -55px;
}
.next:hover{
    background-position: -55px -55px;
}
.prev:active{
    background-position: -3px -107px;
}
.next:active{
    background-position: -55px -107px;
}

.thumbnail div {
    width: 10px;
    height: 10px;
    background: rgb(203,203,203);
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    /* border: 1px solid #99BCFF; */
    transition: all 1.0s ease;
	margin-top:20px;
	margin-bottom:30px;
}

.thumbnail-active {
    background: #6A9DFF !important;
}




.home-banner-img {
	position: relative;
    padding-top: 40px;
}
.home-banner-img &gt; img {
	position: relative;
	margin: 0 auto;
	display: block;
	min-height: 110px;
    max-width: 100%
}
/* control */
.home-control {
	background-color: #EFEFEF;
	padding: 5px 0 8px 0;
}
.home-control-inner {
	text-align: center;
}
.home-control-inner &gt; ul {
	display: inline-block;
}
.home-control-inner li {
	color: #848484;
    width: 180px;
    float: left;
    text-align: center;
    padding: 8px 15px;
    line-height: 16px;
    font-size: 12px;
}
.home-control-inner .home-icon {
    position: relative;
    margin: 0 auto;
    width: 54px;
    height: 40px;
}
.home-icon.create {
    background-position: 0px -60px;
}
.home-icon.embed {
	background-position: -56px -60px;
}
.home-icon.templates {
	background-position: -112px -60px;
}
.home-icon.mobile {
	background-position: -180px -60px;
}
.home-icon.animated {
	background-position: -247px -60px;
}
.home-icon.upload {
	background-position: -315px -60px;
}
/*  examples  */
.home-examples {
	padding: 100px 15px 80px 15px;
	background-color: #fff;
}
.home-examples &gt; h1 {
	/* font-weight: normal; */
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 32px;
    padding-bottom: 50px;
}
.home-examples &gt; h2 {
    /* font-weight: normal; */
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 22px;
    padding-bottom: 36px;
}
.home-examples&gt;p{
    text-align: center;
    font-size: 15px;
    width: 760px;
    margin: auto;
    font-weight: normal;
    padding-bottom: 50px;
    line-height: 25px;
}


/*   products  */
.home-products {
    position: relative;
    padding: 90px 0;
    background-color: #EDEEF3;
    text-align: center;
}
.home-products &gt; h2 {
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 22px;
    padding-bottom: 36px;
}

.home-products &gt; p {
    text-align: center;
    font-size: 15px;
    width: 760px;
    margin: auto;
    font-weight: normal;
    line-height: 25px;
}

.home-products-all {
    background-color: #FBFCFF;
    display: inline-block;
    text-align: center;
    color: #656565;
    border: 1px solid #E5E5E5;
    padding: 7px 24px;
    font-size: 14px;
    border-radius: 3px;
}

</pre></body></html>