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

/*---- menu-nav ----*/

.menu-nav {
    background: rgba(0, 0, 0, 0.9);
}

/*------------ site-header ------------*/

.site-title .logo {
    background: url('../../../../images/common/color_black/logo.png') 50% 50% / contain no-repeat;
    width: 250px;
    height: 57px;
}

/*------------ top-nav ------------*/

.top-nav {
    background: rgba(33,24,61,0.90);
}

.site-info {
    color: #FFFFFF;
    border: solid #F7F7F7;
    border-width: 0 1px;
}


/*------------ menu ------------*/

.site-nav .menu li a {
    color: #aaa;
}

.site-nav .menu li ul {
    background: #fff;
}

.site-nav .menu &gt; li &gt; a:hover {
    color: #8784ff;
}

.site-nav .menu ul li a {
    color: #666;
}

.site-nav .menu ul &gt; li &gt; a:hover {
    color: #ffffff;
    background: #7875ec;
    text-decoration: underline;
}

.site-nav .menu ul &gt; li &gt; a:hover:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    display: block;
    position: absolute;
    top: 18px;
    left: 10px;
}

.site-nav .menu li ul ul {
    background: #d2e2ff;
}

.site-nav .menu li ul ul a {
    color: #777777;
}


/*------------ btn ------------*/

.btn.back &gt;i,.btn.back:before {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    margin: 0 -3px;
    background: #6e46a7;
    transition: all .2s;
}
.btn.back a{
    color: #fff;
    display: block;
    padding-left: 32px;
    position: absolute;
    bottom: 0px;
    line-height: 30px;
    letter-spacing: 14px;
    text-align: center;
}
.btn.back:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    line-height: 30px;
}
.btn.back:hover i,.btn.back:hover:before{
    background: #47B7E7;
}


/*--- back-btn ---*/


/*--- style01-btn ---*/

.btn.style01 {
    font-size: 15px;
    color: #ffffff;
    background: #6e46a7;
    padding: 0 10px;
    line-height: 34px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #6764d7;
    transition: all .2s;
}

.btn.style01 i {
    float: left;
    font-size: 20px;
    margin: 5px 0;
}

.btn.style01:hover {
    background: #47B7E7;
    color: #fff;
}


/*--- style02-btn ---*/

.btn.style02 {
    font-size: 15px;
    width: 230px;
    line-height: 34px;
    padding: 0 10px;
    background: #6e46a7;
    border: 1px solid #6764d7;
    box-sizing: border-box;
    transition: all .2s;
}

.btn.style02 i {
    font-size: 16px;
    color: #CCCCCC;
    float: left;
    margin: 6px 0;
    display: inline-block;
}

.btn.style02:hover {
    color: #fff;
    background: #47B7E7;
}

.btn.style02:hover i {
    color: #D8CC5C;
}


/*------------ share ------------*/

.share_box .share-link .btn, .share_box .share-link .a2a_kit {
    color: #5d5ab6;
}

.share .btn {
    color: #A6A6E7;
}

.share .btn:hover {
    color: #fff;
}

.share .facebook:hover {
    color: #6185d1;
}

.share .twitter:hover {
    color: #39A0CE;
}

.share .google:hover {
    color: #E9443D;
}

.share .plurk:hover {
    color: #CC2117;
}


/*------------ search ------------*/

.search-box .input-box {
    background: #6764d7;
}

.search-box .btn {
    width: 20px;
    height: 20px;
    background: url('../../../../images/common/color_black/ic_search.png');
    z-index: 2;
}

.btn.search {
    background-position: 0 -20px;
}

.input-box .btn {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 50;
}

.site-header .search-box .form-control {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
}

.search-box .form-control::-webkit-input-placeholder {
    color: #fff;
}

.search-box .form-control:focus::-webkit-input-placeholder {
    color: #fff;
}

.search-box .form-control::-moz-placeholder {
    color: #fff;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #fff;
}

.search-box .form-control::-ms-input-placeholder {
    color: #fff;
}

.search-box .form-control:focus::-ms-input-placeholder {
    color: #fff;
}

.search-box .form-control::-moz-placeholder {
    color: #fff;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #fff;
}


/*------------ language ------------*/

.language .btn {
    color: #A6A6E7;
}

.language .btn:hover {
    color: #fff;
}

.language ul {
    background: #FFFFFF;
    border: solid #CCCCCC;
    border-width: 1px;
}

.language ul li + li {
    border-top: 1px solid #CCCCCC;
}

.language li a {
    color: #666666;
}

.language ul li a:hover {
    color: #6764D7
}


/*------------ fixed ------------*/

.header-fixed .site-title .logo {
    width: 175px;
    height: 43px;
}

.header-fixed .menu-nav {
    border-bottom: 1px solid #5f5bfc;
}


/*------------ site_main ------------*/

.main-top {
}

.main-title {
    color: #fff;
    background: url('../../../../images/common/color_black/title_bg02.png');
}

.site-main {
    background: url(../../../../images/common/color_black/bg/bg01.png) no-repeat;
}

.content-top {
    margin: 0 0 60px;
}

.content-title {
    background: url('../../../../images/common/color_black/title_ic2.png') no-repeat left top;
}

.content-title:after {
    content: "";
    height: 7px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url('../../../../images/common/color_black/bg/line05.png') repeat-x bottom;
}

.main-content {}


/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #999999;
}

.breadcrumb a:hover,
.products-breadcrumb a:hover {
    color: #9862e3;
}

.breadcrumb:before {
    background: url('../../../../images/common/color_black/bg/line04.png') repeat-x right;
}

.products-breadcrumb {
    color: #AAAAAA;
}


/*------------ floating ------------*/

.gotop-box {
}

.gotop-box .gotop {
    background: #32A6DE url('../../../../images/common/color_black/gotop.png') no-repeat center;
    border: solid 5px #fff; 
}

.gotop-box .gotop:hover {
    background: #6360d0 url('../../../../images/common/color_black/gotop.png') no-repeat center;
}


/*------------ pagination ------------*/

.pagination li a {
    color: #fff;
    background: #6e46a7;
}

.pagination li a:hover,
.pagination li.active a {
    background: #47B7E7;
}

.pagination li a.controls {}

.pagination li a.controls:hover {
    color: #fff;
}

.page-info .form-control {}

.page-info .form-control:focus {}


/*------------ side ------------*/

.side {
}

.side-nav li + li {
    background: #403a52;
}

.side-nav ul li a {
    border-bottom: none;
    color: #c2b8d0;
}

.side-nav &gt; li &gt; a {
    background: rgb(166,40,150); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(166,40,150,1) 0%, rgba(105,72,178,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(166,40,150,1) 0%,rgba(105,72,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(166,40,150,1) 0%,rgba(105,72,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62896', endColorstr='#6948b2',GradientType=0 ); /* IE6-9 */
}

.side-nav &gt; li &gt; a:hover,
.side-nav &gt; li.active &gt; a {
    color: #fff;
    background: url('../../../../images/common/color_black/side_bg.jpg');
}

.side-nav ul li a:hover,
.side-nav ul li.active a {
    background: #7875ec;
    color: #ffffff;
    text-decoration: underline;
}

.side-nav ul li a:hover:before,
.side-nav ul li.active a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 15px;
    border-radius: 50%;
}


/*------------ form ------------*/

.form-control {
    border: 1px solid #E8E8E8;
    background: #e8e8e8;
}

.form-control:focus {
    outline: none;
}

.form-box .required:before {
    border: 3px solid #ff3838;
}


/*--- reminder ---*/

.reminder b {
    border: 3px solid #ff3838;
}

.reminder {
    color: #ccc;
}

/*------------ site-footer ------------*/

.footer-logo {
    width: 262px;
    height: 48px;
    background: url('../../../../images/common/color_black/footer_logo.png');
    margin: 0 0 10px;
}

.footer-top {
    background: #0C0E2C;
}

.footer-mid {
    background: url(../../../../images/common/color_black/bg/footer_bg.jpg) center top;
}

.site-map {
    color: #ADC5C9;
}

.footer-mid .title {
    color: #F0C829;
}

.copy {
    color: #A3B9C8;
}

.copy .copyright b {
    color: #A3B9C8;
    font-weight: normal;
}

.site-map ul {
    color: #FFFFFF;
}

.site-map ul a:hover {
    text-decoration: underline;
    color: #68c6dd;
}


/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #5f5bfc;
}

.mmenu-show #mobile-fixed li {
    background: rgb(33, 24, 61);
}

.mmenu-show #mobile-menu .menu li &gt; a:hover,
.mmenu-show #mobile-menu .menu li.active &gt; a {
    color: #6764d7;
}

.mmenu-show #mobile-menu .share-menu {
    background: rgba(0, 0, 0, 0.9);
}

.mmenu-show #mobile-search {
    background: #ddd;
}

.mmenu-show #mobile-menu .language-menu {
    background: rgba(0, 0, 0, 0.9);
}

.mmenu-show .toggle-mmenu-close i{
    color: #fff;
}

.mmenu-show #mobile-search {
    background: rgb(33, 24, 61)
}

.mmenu-show #member-box li {
    background: rgb(33, 24, 61);
    border-bottom: 1px solid #5f5bfc;
}

/*------------ news ------------*/

.news-list li .pic a:before {
    background: url('../../../../images/common/color_black/bg/border.png');
}

.news-list li .box:hover .pic a:before {
    background: url('../../../../images/common/color_black/bg/border_hover.png');
}

.news-list li .date,
.news-date {
    color: #B52588;
}

.news-list li .date b,
.news-date b {
    background: #B52588;
    color: #fff;
}

.news-list li .name {
    color: #fff;
}

.news-list .box:hover .name {
    text-decoration: underline;
}

.news-list li .description {
    color: #999999;
}

.news-detail {
    background: rgba(255, 255, 255, 0);
}

.news-title {
    color: #c8a1ff;
}


/*------------ album ------------*/

.album-list li .pic {
    background: rgb(50,166,222); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(50,166,222,1) 0%, rgba(103,100,215,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(50,166,222,1) 0%,rgba(103,100,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(50,166,222,1) 0%,rgba(103,100,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a6de', endColorstr='#6764d7',GradientType=0 ); /* IE6-9 */
    border: solid 1px #6764D7; 
}

.album-list li .box:hover .pic {
    background: rgb(103,100,215); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(103,100,215,1) 0%, rgba(50,166,222,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(103,100,215,1) 0%,rgba(50,166,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(103,100,215,1) 0%,rgba(50,166,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6764d7', endColorstr='#32a6de',GradientType=0 ); /* IE6-9 */
}

.album-list li .name {
    color: #DDDCF5;
}

.album-list .box:hover .name {
    text-decoration: underline;
}

.album-list li .more {
    opacity: 0;
    background: #6764D7;
    color: #fff;
    border: 5px solid #B1B1EB;
}

.album-list .box:hover .more {
    opacity: 1;
}


/*------------ lightbox ------------*/

body #fancybox-thumbs ul li a {
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    opacity: .4;
    transition: all .2s;
}

body #fancybox-thumbs ul li a:hover,
body #fancybox-thumbs ul li.active a {
    border: 1px solid #fff;
    opacity: 1;
}

body .fancybox-opened .fancybox-skin {
    background: transparent;
}

.photo-intro {
    background: url('../../../../images/common/color_black/bg/line05.png') repeat-x;
    color: #999999;
}

.photo-title {
    color: #b3b1ff;
}

.photo-pager {
    color: #999999;
    border: 1px solid #666666;
}

.photo-pager b {
    color: #b3b1ff;
}


/*------------ products ------------*/

.product-list .name {
    color: #fff;
}

.product-list .new .pic:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #6360d0 transparent transparent transparent;
    z-index: 15;
}

.product-list .new .pic:after {
    content: "NEW";
    display: block;
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 12px;
    left: 6px;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    z-index: 25;
}

.product-list li .box {
    border: 1px solid #6764D7;
    background: rgb(103,100,215); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(103,100,215,1) 0%, rgba(33,24,61,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(103,100,215,1) 0%,rgba(33,24,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(103,100,215,1) 0%,rgba(33,24,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6764d7', endColorstr='#21183d',GradientType=0 ); /* IE6-9 */
}

.product-list .description {
    color: #AAA9C0;
}

.product-list .more {
    background: #32a6de;
    color: #fff;
}

.product-list .box:hover .more {
    background: #caa1ff;
}


/*--- search ---*/


/*--- sort_box ---*/

.sort_box .form-control {
    border-color: #ECECEC;
    color: #858585;
}

.sort_icon .ibtn.one {
    background-image: url('../../../../images/common/color_black/products/sort_pic3.png');
    display: none;
}

.sort_icon .ibtn.two {
    background-image: url('../../../../images/common/color_black/products/sort_pic1.png');
}

.sort_icon .ibtn.four {
    background-image: url('../../../../images/common/color_black/products/sort_pic2.png');
}

.sort_icon .ibtn.active {
    background-position: 0 100%;
}

/*--- detail ---*/

.products-intro {
    background: #2c244b;
    border: 1px solid #6764D7;
}

.products-intro .product-name {
    color: #a56cf7;
}

.product-text {
    background: #403a52;
    border: 1px solid #504e8a;
}

.product-text .tit {
    background: url('../../../../images/common/color_black/bg/line06.png') repeat-x bottom;
}

.product-text p {
    font-size: 14px;
    color: #bbb9ff;
    line-height: 1.6;
}

.products-intro .thumbnails li a:hover:before {
    opacity: 1;
}

.products-detail {
    padding: 40px 0 0 0 !important;
}

.products-detail:before {
}

.products-detail .title {
    background: url(../../../../images/common/color_black/bg/line06.png) repeat-x bottom;
    color: #9560e4;
}

.product-text .tit {
    color: #9560e4;
}

/*------------ article ------------*/

.article-list li .pic {
    border: 10px solid #635ec4;
}

.article-list .box:hover .pic {
    border-color: #129DC0;
}

.article-list li .date,
.article-date {
    color: #B52588;
}

.article-list li .date b,
.article-date b {
    background: #B52588;
    color: #fff;
}

.article-list li .name {
}

.article-list .description {
    color: #999999;
}

.article-list .box:hover .text .name {
    text-decoration: underline;
}


/*--- keyword_box ---*/

.keyword_box {
    background: url('../../../../images/common/color_black/bg/line04.png') repeat-x;
}

.keyword li,
.keyword li a {
    color: #6360d0;
}

.keyword li a:hover {
    color: #de6ffe;
}

.keyword_box .icon-ic-keyword {
    color: #6360d0;
}


/*--- detail ---*/

.article-intro .pic_box {
    border: 10px solid #635ec4;
}

.article-intro .text {
    background: url('../../../../images/common/color_black/bg/line04.png') repeat-x bottom;
}

.article-detail .article-title {
    background: url('../../../../images/common/color_black/bg/line06.png') repeat-x bottom;
}

.article-share .keyword_box {
    background: none;
}


/*------------ faq ------------*/

.faq-list li {
}

.faq-list li:before {
    color: #ad85e8;
    background: url('../../../../images/common/color_black/faq/ic.png');
}

.faq-list li.active:before {
    color: #47b7e7;
    background-position: 0 100%;
}

.faq-question {
    color: #bbb;
}

.faq-answer {
    background: #24213c;
}

.faq-item:hover .faq-question:after,
.faq-item.active .faq-question:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: -10px;
    background: url('../../../../images/common/color_black/bg/line05.png') repeat-x bottom;
}

.faq-item:hover:after,
.faq-item.active:after {
    color: #5EAC99;
}


/*------------ links ------------*/

.link-list li .box {
    background: #514a8a;
}

.link-list li .box:hover {
    background: #871fc7;
}

.link-list li .box:after {
}

.link-list li .box:hover:after {
}

.link-list li .box:hover .name {
    color: #fff;
}

.link-list li .name:before {
    content: "\e1004";
    background: #47B7E7;
    color: #fff;
}

.link-list li .box:hover .name:before {
    opacity: 1;
}


/*------------ branch ------------*/

.branch-list li .box {
    background: #514a8a;
}

.branch-list .box:after {
}

.branch-list li:hover .box {
    background: #871fc7;
}

.branch-list .box:after {
}

.branch-list li:hover .box:after {
}

.branch-list .text-box {
    background: #2e2b48;
    border: 1px solid #6764D7;
}

.branch-list .text-box .tit {
    display: inline-block;
    background: url('../../../../images/common/color_black/bg/line06.png') repeat-x bottom;
}

.branch-list .description {
    color: #d2d2d2;
}

.branch-list .map_box {
    border: 1px solid #7143ae;
    background-color: #7143ae;
    background-image: url('../../../../images/common/color_black/branch/ic.png');
    background-repeat: no-repeat;
    background-position: 103px 6px;
}

.branch-list .map_box:hover {
    background-image: url('../../../../images/common/color_black/branch/ic2.png');
    background-color: #47b7e7;
    border-color: #47b7e7;
    color: #fff;
}

.branch-list li:hover .name {
    color: #fff;
}


/*------------ download ------------*/

.download-list li .pic a:before {
    background: url('../../../../images/common/color_black/bg/border.png');
}

.download-list .box:hover .pic:before {
    background: url('../../../../images/common/color_black/bg/border_hover.png');
}

.download-list li .name {
}

.download-list .box:hover .name {
    text-decoration: underline;
}

.download-list .cover a:nth-child(2) {
    background: #5e6de0;
    color: #fff;
}

.download-list .cover a:nth-child(1) {
    background: url('../../../../images/common/color_black/bg/line06.png') bottom repeat-x;
}

.download-list .box:hover .cover a:nth-child(2) {
    background: #B52588;
}


/*------------ message ------------*/

.write-question,
.form-title i {
    background: url('../../../../images/common/color_black/message/ic.png');
}

.write-question:before,
.write-question:after {
    background: url('../../../../images/common/color_black/bg/line04.png');
}

.write-question:hover {
    background-position: 0 100%;
}


/*--- author-box ---*/

.author-box {
    color: #84c7fe;
}

.author-box:before {
    content: "\e1006";
}

.message-answer .author-box {
    color: #47B7E7;
}

.message-list li {
    background: url('../../../../images/common/color_black/bg/line04.png') repeat-x bottom;
}


/*--- question ---*/

.message-question .title {
    color: #b5b5b5;
}

.message-item:hover .message-question .author-box,
.message-item.active .message-question .author-box {
    color: #c537bc;
}


/*--- answer ---*/

.message-answer {
    background: #24213c;
}

.message-answer .author-box:before {
    content: "\e1005";
}

.message-answer .editor {
    color: #d2bfd8;
}


/*--- form ---*/

.search_select{
    background: #fff;
    border: 1px solid #E8E8E8;
    height: 34px;
    padding: 0 10px;
}

.search_select:focus {
    outline: none;
    border: 1px solid #ccc;
}

#message-form {
    border: 1px solid #6764D7;
}

#message-form .form-title {
    background: #100c1d;
}


/*------------ video ------------*/

.video-list li .name {
}

.video-list li .pic {
    border: 1px solid #6764D7;
    background: rgb(103,100,215);
    background: -moz-linear-gradient(top, rgba(103,100,215,1) 0%, rgba(33,24,61,1) 100%);
    background: -webkit-linear-gradient(top, rgba(103,100,215,1) 0%,rgba(33,24,61,1) 100%);
    background: linear-gradient(to bottom, rgba(103,100,215,1) 0%,rgba(33,24,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6764d7', endColorstr='#21183d',GradientType=0 );
}

.video-list li .pic:hover {
    background: rgb(103,100,215);
    background: -moz-linear-gradient(top, rgba(103,100,215,1) 0%, rgba(50,166,222,1) 100%);
    background: -webkit-linear-gradient(top, rgba(103,100,215,1) 0%,rgba(50,166,222,1) 100%);
    background: linear-gradient(to bottom, rgba(103,100,215,1) 0%,rgba(50,166,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6764d7', endColorstr='#32a6de',GradientType=0 );
}

.video-list li .text:before {
    content: "\e1008";
    background: #6562d3;
    color: #fff;
    border: 5px solid #fff;
}

.video-list li a:hover .name {
    text-decoration: underline;
}

.video-box {
    background: #2c244b;
    border: 1px solid #6764D7;
}

.video-title {
    background: url('../../../../images/common/color_black/bg/line04.png') repeat-x bottom;
}

.video-title i {
    color: #6562d3;
    background: url('../../../../images/common/color_black/title_ic3.png') no-repeat center top;
}


/*------------ contact ------------*/

.contact-map {
    border: 6px solid #E0E0E0;
}

.contact-map:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background: url('../../../images/common/color_black/dot.png') repeat-x bottom;
    position: absolute;
    bottom: -30px;
}

.contact-detail .editor {
    background: url('../../../../images/common/color_black/dot.png') repeat-x bottom, url('../../../../images/common/color_black/dot.png') repeat-x top;
}

.contact-title {
    color: #9e6ce4;
}

.contact-title i {
    color: #6e46a7;
    background: url('../../../../images/common/color_black/title_ic3.png') no-repeat center top;
}

.form-wrap {
    border: 1px solid #6764D7;
}


/*------------ success-box ------------*/

.success-box .msg {
    color: #b98bfa;
}

.success-box .msg i:before {
    content: "\e1009";
    color: #fff;
    background: #a12b99;
}

/*------------ index-service ------------*/

.index-service-editor {
    color: #8C8AE1;
}

.index-service-tit {
    margin: 0;
    font-size: 17px;
    color: #D3D3F3;
    line-height: 1.85;
}

/*------------ index-editor ------------*/

.index-about-title {
    font-size: 17px;
    color: #80E4F7;
    margin: 0;
}

.news-tit {
    font-size: 17px;
    color: #9a98e0;
}

.service-ul li .service-tit,
.products-title,
.article-editor-title,
.video-editor-tit,
.terms-editor .title {
    color: #9fcfff;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1300px) {
    /*------------ site-footer 1300 ------------*/
    .site-info {
        border-width: 0 0 0 1px;
    }
    /*------------ site-footer 1300 ------------*/
}
@media screen and (max-width: 1024px) {
.site-title.mix{
    background:#000;
}
}
@media screen and (max-width: 767px) {
    /*------------ site-footer 767 ------------*/
    .site-info {
        border: 0;
    }
    /*------------ site-footer 767 ------------*/

    .footer-logo {
        margin: 0 auto 20px;
    }

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