body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
}

p {
    color: #656565;
}

.container {
    max-width: none;
}

.btn {
    border: 0;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

/***********************************************
	LIGHTBOX
***********************************************/
/* Preload images */
/*body:after {
  content: url(../img/lb_close.png) url(../img/lb_loading.gif) url(../img/lb_prev.png) url(../img/lb_next.png);
  display: none;
}*/

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/lb_loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/lb_prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/lb_next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/lb_close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/***********************************************
	NAVBAR
***********************************************/
.navbar {
    padding: 25px 0;
    margin: 0;
    /*background: #fff;*/
    /*box-shadow: 0 6px 20px rgba(0,0,0,0.1);*/
    -webkit-transition: padding 0.4s, background-color 0.2s;
    -o-transition: padding 0.4s, background-color 0.2s;
    transition: padding 0.4s, background-color 0.2s;
}

.navbar-right {
    margin: 0;
    color: #fff;
}
.navbar-right .signup{
    box-shadow: 0px 0px 3px #fff;
    border-radius: 6px;
}

.navbar-right .admin_login{
    border-radius: 6px;
    box-shadow: 0px 0px 3px #fff;
    background: #fff;
    opacity: 0.8;
    color: #fff;
    /*text-shadow: 0 0 1px #555;*/
}
.navbar-right li{
    color: #fff;
    font-size: 16px;
    margin: 2px 0 0 10px;
    padding: 4px 0px;
    text-transform: uppercase;
    font-weight: 300;
}
.navbar-right li >a{
    padding: 2px 6px;
    opacity: 1;
}
.navbar-right .icon_tel{
    background: url(../images/Home/icon_phone.png);
    height: 27px;
    width: 27px;
    display: block;
    float: right;
}
.navbar-right .tel{
    color:#f1f8f9;
    font-family: 'Krungthep';
    float: right;
    font-size: 17px;
}
.navbar-right .admin_login a{
    color: #454545;
    /*text-shadow:0 0 1px #555;*/
}
ul,li{
    list-style: none;
}

.navbar-header a:not(.logo):hover, .navbar-header a:not(.logo):focus {
    border-bottom: 2px solid #eee;
    border-radius: 2px;
    text-decoration: none;
}
.navbar-header a.aline{
    border-left: 1px solid #fff;
    margin-left: 16px;
    height: 25px;
}
.navbar-header .menu_a.home {
    color: #fff;
    /*text-shadow:0 0 1px #000;*/
    margin-left: 16px;
    /*letter-spacing: 2px;*/

}
.navbar-header .menu_a{
    float: left;
    margin: 7px 0px 8px 18px;
    display: block;
    height: 30px;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: 300;

}

.navbar-header .home:hover {
    text-decoration: none;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    /*margin: 2px 0 0 20px;
    padding: 4px 6px;*/
    text-transform: uppercase;
    font-weight: 300;
    /*letter-spacing: 2px;*/
}

.navbar-nav > li:hover{
    box-shadow: 0 0 3px #555;
}
.navbar-nav > li.li_tel:hover{
    box-shadow: none;
}
.navbar-nav > li.li_tel{
        height: 38px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
    /*border: 0 none;*/
    text-decoration: none;
    color: #e65b1f;
    text-shadow:0 0 1px #eee;
    /*border-bottom: 2px solid #fff;*/
}
.nav 

.navbar-nav > li > a.loginbtn {
    margin-left: 60px;
}

.nav > li > a.sign-in:hover, .nav > li > a.sign-in:focus {
    background: #3498db;
    border-color: #3498db;
    color: #fff;
}

.nav > li > a.btn-primary {
    color: #fff;
}

.nav > li > a.btn-outline {

}

.nav > li > a.btn-primary:hover,
.nav > li > a.btn-primary:focus {
    background: #5dade2;
    color: #fff;
}

.nav > li > a.btn-primary:active {
    background: #2c81ba;
}

.nav > li > a.btn-outline:hover, .nav > li > a.btn-outline:focus {
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3) !important;
    color: #444;
}

.navbar.white {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.navbar.white .navbar-header a{
    color: #454545;
    border-color: #454545;
}
.navbar.white .navbar-header a.home{
    /*text-shadow: 0 0 1px #ddd;*/
}

.navbar.white .navbar-nav > li > a:not(.signupbtn) {
    color: #454545;
}
.navbar.white .navbar-nav .icon_tel{
    background: url(../images/Home/icon_phone_w.png);
}
.navbar.white .nav > li > a:not(.signupbtn):hover, .navbar.white .nav > li > a:not(.signupbtn):focus {
    /*border-bottom: 2px solid #454545;*/
}
.navbar.white .nav > li:not(.li_tel):hover, .navbar.white .nav > li:not(.li_tel):focus {
    box-shadow: 0px 0px 3px #333;
}
.navbar.white li.admin_login, .navbar.white li.signup{
    box-shadow: 0px 0px 3px #908a7b;
}

/***********************************************
	STATIC PAGE TITLE
***********************************************/
.static-page-title {
    background: #343e51;
    background: -moz-linear-gradient(top, #343e51 0%, #45526b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343e51), color-stop(100%, #45526b));
    background: -webkit-linear-gradient(top, #343e51 0%, #45526b 100%);
    background: -o-linear-gradient(top, #343e51 0%, #45526b 100%);
    background: -ms-linear-gradient(top, #343e51 0%, #45526b 100%);
    background: linear-gradient(to bottom, #343e51 0%, #45526b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343e51', endColorstr='#45526b', GradientType=0);
    background: linear-gradient(25deg, #16528D 15%, #26A7D5 97%);
    /*	background: #356693;
    background: -moz-linear-gradient(top,  #356693 0%, #417bb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356693), color-stop(100%,#417bb5));
    background: -webkit-linear-gradient(top,  #356693 0%,#417bb5 100%);
    background: -o-linear-gradient(top,  #356693 0%,#417bb5 100%);
    background: -ms-linear-gradient(top,  #356693 0%,#417bb5 100%);
    background: linear-gradient(to bottom,  #356693 0%,#417bb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356693', endColorstr='#417bb5',GradientType=0 );
    */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06) inset;
    color: #fff;
    margin-bottom: 40px;
}

.static-page-title h1 {
    margin: 40px 0;
}

.o-price {
    color: #ccc !important;
    text-decoration: line-through;
}

/***********************************************
	HOME PAGE
***********************************************/
.small-underline {

}

#homePage {
    overflow-x: hidden;
}

#homePage .jumbo {
    /*	background-image: url(../img/home-bg.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-position:50% 50%;*/
    position: relative;
    /*padding: 157px 0 0;*/

    /*background: #0096cc;*/ /* Old browsers */
    /*background: -moz-radial-gradient(center, ellipse cover,  #0096cc 0%, #11406e 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0096cc), color-stop(100%,#11406e));*/ /* Chrome,Safari4+ */
    /*background: -webkit-radial-gradient(center, ellipse cover,  #0096cc 0%,#11406e 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-radial-gradient(center, ellipse cover,  #0096cc 0%,#11406e 100%);*/ /* Opera 12+ */
    /*background: -ms-radial-gradient(center, ellipse cover,  #0096cc 0%,#11406e 100%);*/ /* IE10+ */
    /*background: radial-gradient(ellipse at center,  #0096cc 0%,#11406e 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096cc', endColorstr='#11406e',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */

    /*background: linear-gradient(25deg, #223C65 1%, #2D5D96 35%, #4390BB 97%);
    background: linear-gradient(25deg, #16528D 15%, #26A7D5 97%);*/

}

/*#homePage .jumbo .banner-overlay {
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
	background-position: 50% 35%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.2;
	display: none;
}*/
#homePage .jumbo .logo {
    color: #fff;
}

#homePage .jumbo .navbar .logo .fa,
#homePage .jumbo .navbar .logo .fa.second {
    opacity: .3;
    color: #fff;
}

#homePage .jumbo .navbar .logo .name-logo {
    color: #fff;
}

#homePage .jumbo .navbar-nav > li > a {
    color: #fff;
}

#homePage .jumbo .navbar-nav > li > a.btn {
    box-shadow: none;
}

#homePage .jumbo .navbar-nav > li > a.btn-outline {
    border-color: rgba(255, 255, 255, 0.4);
}

#homePage .jumbo .navbar-nav > li > a.btn-outline:hover,
#homePage .jumbo .navbar-nav > li > a.btn-outline:focus {
    border-color: #fff !important;
}

#homePage .jumbo .navbar-nav > li > a.btn-primary {
    color: #3498db;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.85);
}

#homePage .jumbo .navbar-nav > li > a.btn-primary:hover,
#homePage .jumbo .navbar-nav > li > a.btn-primary:focus {
    border-color: #fff !important;
    background: #fff;
}

#homePage .jumbo .cta {
    z-index: 100;
    position: relative;
}

#homePage .jumbo .browser-window {
    text-align: left;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 42px 98px 0px;
    overflow: hidden;
}

#homePage .jumbo .browser-window .top-bar {
    height: 30px;
    border-radius: 5px 5px 0 0;
    border-top: thin solid #eaeae9;
    border-bottom: thin solid #dfdfde;
    background: linear-gradient(#e7e7e6, #e2e2e1);
}

#homePage .jumbo .browser-window .circle {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    margin-right: 4px;
}

#homePage .jumbo .browser-window .circles {
    margin: -1px 11px 0;
}

#homePage .jumbo .browser-window .content {
    margin: 0;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa;
}

#homePage .jumbo .browser-window .content img {
    width: 100%;
}

#homePage .jumbo .clear {
    clear: both;
}

#homePage .example-section {
    padding: 120px 0;
    /*background: #f0f3f5;*/
}

#homePage .example-section .longform {
    padding-left: 20px;
}

#homePage .example-section h3 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.25;
}

#homePage .example-section .snappa-screen {
    width: 100%;
    height: auto;
}

.fake-browser-ui {
    /*padding: 20px 0 0;*/
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    /*background: #ddd;*/
    display: inline-block;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.fake-browser-ui .frame {
    /*display: block;*/
    height: 15px;
    position: absolute;
    top: 5px;
    left: 1px;

    display: none;
}

.fake-browser-ui img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.fake-browser-ui span {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #eee;
    border: 1px solid #dadada;
    float: left;
    margin: 0 0 0 4px;
}

.hexagon {
    position: relative;
    width: 246px;
    height: 142.03px;
    background-color: #0e99cc;
    margin: 71.01px 0;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 123px solid transparent;
    border-right: 123px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 71.01px solid #0e99cc;
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 71.01px solid #0e99cc;
}

#homePage .expense {
    background: #fafcff;
    padding: 80px 0 40px;
    border-top: 1px solid #ddd;
}

#homePage .expense h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    color: #434343;
}

#homePage .expense .subexp {
    text-align: center;
    color: #434343;
    margin-bottom: 84px;
    font-size: 18px;
}

#homePage .expense .subexp:last-child {
    margin-bottom: 0;
}

#homePage .expense .feature {
    position: relative;
    padding-top: 26px;
    margin-bottom: 40px;
    text-align: center;
    color: #434343;
    border: 1px solid #c3d5ff;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: transform 0.4s, background-color 0.2s;
    -o-transition: transform 0.4s, background-color 0.2s;
    transition: transform 0.4s, background-color 0.2s;
}

#homePage .expense .feature:hover {
    border: 1px solid #4a7df8;
    /*background-color: #f7faff;*/
    -webkit-box-shadow: 0 0 20px rgba(90, 138, 255, 0.25);
    box-shadow: 0 0 20px rgba(90, 138, 255, 0.25);
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

#homePage .expense .feature .icn {
    display: block;
}

#homePage .expense .feature .icn img {
    max-width: 100%;
    /*height: 740px;*/
}

#homePage .expense .feature .type h4 {
    margin-top: 26px;
    margin-bottom: 22px;
}

#homePage .expense .feature .type h5 {
    font-size: 24px;
    line-height: 1;
    color: #fec97d;
    margin-top: 0;
    margin-bottom: 25px;
}

#homePage .expense .feature .type h5 span {
    font-size: 14px;
}

#homePage .expense .feature .type p {
    font-size: 16px;
    color: #434343;
}

#homePage .expense .feature .type h5 + p {
    line-height: 1;
}

#homePage .expense .feature .type h5 + p + p {
    margin-bottom: 0;
    line-height: 20px;
}

#homePage .expense .feature .type p:last-child {
    line-height: 36px;
}

#homePage .features {
    background: #fff;
    padding: 80px 0 80px;
    border-top: 1px solid #ddd;
}

#homePage .features h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 30px;
    color: #434343;
}

#homePage .subexp {
    text-align: center;
    color: #434343;
    /*margin-top: 120px;*/
    margin-bottom: 60px;
    font-size: 24px;
}

#homePage .features .feature {
    margin-bottom: 40px;
    text-align: center;
}

#homePage .features .feature .icn {
    display: block;
}

#homePage .features .feature .icn img {
    width: 100px;
    height: 100px;
    position: relative;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.12);*/
}

#homePage .features .feature .type h4 {
    margin: 40px 0 20px;
    font-size: 20px;
    color: #434343;
    /*font-weight: 700;*/
}

#homePage .features .feature .type p {
    margin: 0;
    color: #434343;
    font-size: 14px;
}

#homePage .features .col-md-3 .feature:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    left: auto;
    bottom: auto;
    height: 260px;
    width: 2px;
    background-color: #e5e5e5;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

#homePage .features .col-md-3:last-child .feature:after {
    content: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #homePage .features .col-md-3 .feature:after {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }
}

#homePage .btn {
    color: #fff;
    padding: 4px 42px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 21px;
}

#homePage .btn.btn-blue {
    background-color: #4a7dfb;
    -webkit-box-shadow: 0 0 20px rgba(74, 125, 248, 0.35);
    box-shadow: 0 0 20px rgba(74, 125, 248, 0.35);
    margin-right: 65px;
}

#homePage .btn.btn-blue:hover {
    background-color: #5c89f5;
}

#homePage .btn.btn-org {
    background-color: #fec97d;
    -webkit-box-shadow: 0 0 20px rgba(245, 201, 125, 0.35);
    box-shadow: 0 0 20px rgba(245, 201, 125, 0.35);
    margin-left: 65px;
}

#homePage .btn.btn-org:hover {
    background-color: #fdd192;
}

#homePage .link {
    background: #fff;
    padding: 40px 0 80px;
    border-top: 1px solid #ddd;
}

#homePage .agreement {
    max-width: 800px;
    margin: 148px auto 60px;
    line-height: 1.8;
    padding: 40px;
    box-shadow: 0 0 30px rgba(74, 125, 248, 1);
    background: rgba(255, 255, 255, 0.9);
}

#homePage .agreement h1,
#homePage .agreement h3 {
    /*font-weight: 100;*/
    color: #454545;
}

#homePage .agreement h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

#homePage .agreement h3 {
    font-size: 22px;
}

#homePage .agreement p {
    font-size: 16px;
    line-height: 1.5em;
}

/***********************************************
	FOOTER
***********************************************/
footer {
    /*border-top: 4px solid #e5e5e5;*/
    font-size: 16px;
    color: #fff;
    background-color: #323f5b;
    padding: 18.6px 0;
    box-shadow: 0 23px 149px 12px #2e3146 inset;
}

footer p {
    color: #fff;
    margin: 14px 0 0 0;
    text-align: center;
    /*float: left;*/
}

footer a {
    color: #fff;
}

footer a:focus,
footer a:hover {
    color: #fff;
}
footer .footer_left{
    width: auto;
}
footer .footer_leftafter{
    content: '·';
}
footer .footer_left img.qr{
    float: left;
}
footer .qr_text{
    border-right: 1px solid #585c63;
    float: left;
    margin: 2px 15px 2px 10px;
    padding-right: 20px;
}
footer .footer_left h3{
    margin-top: 0;
    margin-bottom: 2px;
}
footer .footer_left hr{
    margin: 0;
    height: 0;
    border-top: 1px solid #999;
    margin-bottom: 5px;
}
footer .footer_left span{
    font-size: 14px;
    color: #eee;
}
footer .footer_left p, .contact_no p span{
    color: #888;
    font-size: 14px;
}
footer .contact_no{
    float: left;
}
footer .contact_no p{
        text-align: left;;
        color: #ddd;
        font-size: 14px;
        margin-top: 2px;
        margin-bottom: 20px;
}
footer .contact_no a > img{
    border-radius: 2px;
}
footer .footer_right{
    float: right;
    font-size: 13px;
}footer .footer_right h3{
    color: #ddd;
    font-size: 16px;
}footer .footer_right ol li{
    float: left;
    margin-left: 26px;
    list-style: none;
}footer .footer_right ol li a{
    font-family: '宋体', 'SimSun', arial;
    color: #999;
    display: block;
} .clear{
    clear: both;;
}
footer .row{
    margin-top: 26px;
    font-size: 13px;
    color: #999;
    text-align: center;
}
footer .row a{
    color: #999;
}
footer .row hr{
    width: 80%;
    clear:both;
    border-top: 1px solid #585c63;
    height:0;
    margin-top: 5px;
}footer .copy,footer .copy a{
    font-size: 13px;
    color: #999;
}

/***********************************************
    系统功能
***********************************************/
.func{
    text-align: center;
    border-top: 1px solid #ddd;
}
.func hr,.features hr,.expense hr,.about hr{
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    margin-left:10px;
    margin-right:10px; 
}
.func_des{
    /*background: url(../images/HOME/func.png);*/
    height: auto;
    width: 100%;
}
.func_des img{
    width: 100%;
    max-width: 1167px;
}
.features{
    background: #fff;
}
.features h2 b{
    color: orange;
    font-weight: 800;
    margin-right: 6px;
}
.fe_tag_box{
    text-align: center;;
}
.fe_tag {
    border: 1px solid #ddd;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 16px;
    color: #686868;
    margin: 0 10px;
    border-radius: 2px;
    display: inline-block;
}
.linea{

    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
}

.table_price{
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
}
.table_price tr td{
    font-size: 16px;
}
.table_tr_left{
    text-align: right;
    padding-right: 5px;
}
.table_tr_right{
    color: #0baf0b;
    padding-right: 5px;
    font-family: '黑体', SimSun, arial;
}

.about{
    text-align: center;
    padding: 20px 10px ;
    margin: 20px 0;
}.about .des{
    color: #999;
    font-size: 14px;
    padding: 0 20%;
}.about b{
    padding: 6px 10px;
    border: 1px solid #aaa;
    border-radius:3px;
    margin: 10px; 
    color: orange;
}.about img{
    margin-top: 10px;
    width: 100%;
    max-width: 817px;
}
.feature .trade_btn{
    padding: 4px 6px;
    background: rgba(204, 188, 0, 0.62);
    color: rgba(51, 51, 51, 0.88);
    border-radius: 3px;
    display: block;
    width: 150px;
    margin: 4px auto;
    line-height: 20px;
    border: 1px solid #555;
}
.feature a.trade_btn:hover{
    text-decoration: none;
    background: rgb(11, 175, 11);;
    color: #fff;
    border: 1px solid rgb(11, 175, 11);;
}
.big_red{
    font-weight: 500;
    color: red;
    font-size: 30px;
    font-family: '黑体', SimSun, arial;
}