body{
    font-family: "Microsoft YaHei", "微软雅黑",
    Arial, HelveticaPingHei, 'Lucida Grande',
    Helvetica, Arial, Verdana, sans-serif !important;
}
.grey{
    color:grey!important;
}
/*.comment{*/
    /*font-size:14px!important*/
/*}*/
.comment-lg{
    font-size:18px!important;
}
.comment-bold{
    font-weight:bold!important;
}
.no-wrap{white-space:nowrap}

.text-vi{
    color:#f08c64!important;
}
.text-danger{
    color:#dd514c!important;
}
.text-black{
    color:black!important;
}
.text-sub{
    color:#2ba3d4!important
}
.text-purple{
    color:rgb(148, 67, 143)!important
}
.text-orange{
    color:rgb(250, 167, 50)!important
}

.grey-light{
    color:silver!important;
}
.text-white{
    color:white!important;
}
.lt{
    float:left
}
.rt{
    float:right;
}
/*.price {*/
    /*background: linear-gradient(to bottom, #FFF 0, #EAEAEA 100%);*/
    /*background-repeat: no-repeat;*/
/*}*/

@media only screen and (min-width: 800px) {
    header.transparent {
        /*background: rgba(0, 0, 0, 0.4);*/
        /*z-index: 9999;*/
    }

    header.transparent .am-topbar-right .login {
        background-color: transparent;
        color: #FFF;
        border-color: #FFF;
    }

    header.transparent > span {
        color: white;
    }

    header.transparent .am-topbar-right .login:hover {
        background: #FFF;
        color: #03A9F4;
    }

    header.transparent .am-nav > li > a:hover {
        background: rgba(255, 255, 255, .2);
        color: #fff;
    }

    header.transparent .am-nav > li > a {
        color: #fff;
    }

    header.transparent .am-nav > li.language > a:hover + ul, header.transparent .am-nav > li.language > ul:hover {
        display: block;
        background: rgba(255, 255, 255, .2);
    }

    header.transparent #small-nav > li > {
        color: #000;
    }

    h1.index_title {
        font-size: 3.6rem;
        font-weight: normal;
    }

    h1.title {
        font-size: 40px;
    }

    .issues {
        padding: 40px 0;
    }

    .wrapper {
        padding-top: 90px;
    }

    .wrapper p {
        font-size: 18px;
    }
}

.entry_footer{
    padding:20px 0;
}
.cases{
    padding-bottom:40px;
    padding-top:40px;
}
@media only screen and (max-width: 800px) {
    h1.index_title {
        font-size: 2.4rem;
        font-weight: normal;
        text-align: center;
    }

    .issues{
        padding: 40px 0;
    }
    .cases {
       padding-bottom:40px;
    }

    h1.title {
        font-size: 28px;
    }

    .wrapper {
        padding-top: 80px;
        font-size: 14px;
    }

    .tip {
        font-size: 14px !important;
    }
}

h1.title {
    font-weight: normal;
    text-align: center;
    line-height: 100%;
}

.am-topbar-brand span {
    line-height: 130%;
    font-weight: normal
}

.am-topbar-brand > span {
    color: silver
}



header.am-topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border: none;
}

.am-topbar-right button {
    margin-top: 8px;
}
header #small-nav .login,header #small-nav .sign_up{
    padding:10px;
}
header .am-topbar-right .sign_up, header #small-nav .sign_up {
    background-color: transparent;
    color: #03A9F4;
}

header .am-topbar-right .sign_up:hover, header #small-nav .sign_up:hover {
    background: #03A9F4;
    color: #FFF;
}

header .am-topbar-right .login, header #small-nav .login {
    background-color: transparent;
    color: #6e6e6e;
    border-color: #6e6e6e;
}

header .am-topbar-right .login:hover, header #small-nav .login:hover {
    background: #6e6e6e;
    color: #fff;
}

header {
    padding: 0 10px;
    transition: all .3s ease-in-out;
}

header .am-topbar-nav > li > a {
    padding: 0 20px;
}

header .am-topbar-nav > li > a:after {
    border: none;
}

header .am-topbar-right .login:focus, header .am-topbar-right .sign-up:focus {
    outline: none;
}

header .am-nav > li > a:focus {
    outline: none;
    background: none;
}

header .am-nav > li > a {
    border-radius: 4px;
    padding: .2em 1em;
}

header .am-nav > li > a:hover {
    color: #03A9F4;
    background: none;
}

header .am-nav > li.language > a + ul {
    display: none;
    border-radius: 4px;
    width: 94px;
}

header .am-nav > li.language > a:hover + ul, header .am-nav > li.language > ul:hover {
    display: block;
    background: rgba(255, 255, 255, 1);
}

header .am-nav > li.active > a {
    color: #03A9F4!important;
}

#small-nav {
    background: #fff;
}

footer {
    background: #333;
    color: #777;
    padding: 1rem 1rem;
}

footer dl dt {
    color: #d9d9d9;
    font-weight: normal;
    font-size: 1.6rem;
}

footer dl dd a, footer dl dd span {
    color: #777;
    font-size: 1.4rem;
}

footer dl dd a:hover {
    color: #ededed;
    transition: all .35s ease-in-out;
}

footer dl dd a:focus {
    color: #ededed;
}

footer dl dd {
    margin: .5em 0;
}

/*.md-left-sm-center {*/
    /*text-align: left;*/
/*}*/

/*@media only screen and (max-width: 641px) {*/
    /*.md-left-sm-center {*/
        /*text-align: center;*/
    /*}*/

    /*footer .last {*/
        /*width: 100%;*/
    /*}*/
/*}*/

#small-nav .language {
    border-bottom: 1px dashed #ededed;
}

.sm-language ul {
    width: 100%;
    display: none
}

.feature_wrapper li {
    text-align: center;
}

.feature {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    color:#03A9F4;
    font-size:40px;
    line-height:normal;
}

.feature + h4 {
    margin-top: 1.5rem;
    margin-bottom: 30px;
    font-weight: normal;
}


.a-primary {
    padding: 14px 26px;
    background: #fff;
    border: 1px solid #0ab1fc;
    color: #0ab1fc;
    font-size: 1.8rem;
}

.a-primary:hover {
    background: #0ab1fc;
    color: #fff;
}

.am-btn.a-primary:focus {
    color: #fff;
    background: #0ab1fc;
}

.cases ul li {
    padding: 15px;
}

.cases ul li img {
    max-height: 150px;
    border-radius: 4px;
}


.issues {
    background: #f2f2f2;
}

.wrapper p {
    max-height: 855px;
}

.tip {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}

.download {
    margin-bottom: 25px;
    background: #03A9F4;
    padding: 20px 16px;
    border-color: #03A9F4;
    color: #fff;
    outline: none !important;
    font-size: 18px;
    min-width: 240px;
    border-radius: 3px;
}

.download:hover {
    background: #0ab1fc;
    color: #fff
}

/*价格*/
/*.price .content {*/
    /*color: grey;*/
    /*font-size: 22px;*/
/*}*/

.price h1.version, .problem h1 {
    font-size: 28px;
    color: grey;
    font-weight: normal
}

.price .charge h1.version, .price .charge h1.version + h2, .problem h1 {
    color: #03A9F4;
}

.price .charge h1.version + h2 small {
    color: grey;
    font-size: 30%
}

.price .charge i.am-icon-circle-o {
    color: #03A9F4
}

.price ul.version li {
    padding: 0 5px;
    margin-bottom: 10px;
}

.price ul.version li > div {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 15px;
    padding-bottom: 40px;
    min-height: 590px;
    max-width:350px;
    margin:0 auto;
}

.price .money {
    color: grey;
    font-size: 46px;
}

.price .tips {
    font-size: 14px;
    color: grey;
    font-weight: 600
}

.price .free .am-btn, .price .professional .am-btn {
    color: #03A9F4;
    border-color: #03A9F4;
}

.price .business-professional .am-btn {
    color: #383838;
    border-color: #383838;
    font-weight: 600
}

.price .business-professional i.am-icon-circle-o {
    color: #383838
}

.price .business .am-btn {
    color: #fff;
    background: #03A9F4;
    font-weight: 600
}

.price .plan-list {
    clear: both;
    padding: 30px 0 0 0
}

.price p.plan {
    font-size: 15px;
    margin: 10px 0
}

.price .business-professional h1.version + h2 {
    font-size: 18px;
    color: #383838;
    font-weight: normal;
    height: 73px;
    padding-top: 15px;
}

.price .business .plan-list, .price .professional .plan-list {
    padding-bottom: 40px;
    /*border-bottom: 1px solid #b9b9b9*/
}

.price .charge {
    position: relative
}

.price a.detail {
    font-size: 15px;
    font-weight: 600;
    color: #03A9F4;
    position: absolute;
    bottom: 15px;
    left: 31%
}

/*常见问题*/
.hideit {
    display: none
}

.problem h1 {
    font-size: 26px;
}

.problem ul li {
    list-style: none;
    color: grey
}

.problem ul li > h2 {
    font-size: 1.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(56, 56, 56, .1);
    cursor: pointer
}

.problem ul li p {
    font-size: 1.6rem;
    font-weight: normal
}

/*feature*/
.trait {
    margin-top: 50px;
    padding: 4rem 20px;
}

.trait_odd {
    padding:4rem 0px;
    /*background: rgba(77, 125, 153, 0.03);*/
    background:rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(204, 207, 209, 0.2)
}
.trait_odd .trait{
    padding-top:0;
    padding-bottom:0
}

.trait h1 {
    line-height: 120%;
}


h1.cooperation1_title {
    color: #03A9F4;
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 2rem
}

@media only screen and (max-width: 641px) {
    .sm-padding-xs {
        padding: 0 1rem !important
    }
    .sm-padding-0{
        padding:0!important;
    }
    .sm-margin-0{
        margin:0!important;
    }

    h1.cooperation1_title {
        font-size: 22px
    }

    .price .content {
        font-size: 16px;
    }
    .price ul.version li{
        padding:0 10px;
    }
}

.trait .am-control-nav {
    display: none
}

/*关于我们*/
.about .about_title {
    font-weight: normal;
    color: #03A9F4;
    border-left: 2px solid #03A9F4;
    padding-left: 1.8rem;
    line-height: 100%
}

.about p {
    color: #525257;
    font-size: 1em
}

.promise {
    background: url(../images/feature/promise-bg.png);
    background-size:cover;
    max-height: 490px;
    overflow: hidden
}



.jez-cover{
    display:table;
    width:100%;
    height:100vh;
    background:url("../images/cover.jpg");
    background-size:cover;
}

.jez-cover-content{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    text-align:left;
    padding-left:10%;
    font-size:48px;
    color:white;
    z-index:100;
}
.jez-cover-sub-title{
    font-size:24px;
}


@media only screen and (max-width: 800px) {
    .jez-cover{
        padding-top:50px;
        height:40vh;
    }

    .jez-cover-content{
        display:block;
        padding:20px 0;
        text-align:center;
    }
    /*.jez-cover a{*/
        /*font-size:1.4rem;*/
    /*}*/
    /*.{*/
        /*font-size:24px;*/
    /*}*/
}

.index_sub_title{
    margin-bottom:1.6rem;
    font-size:16px;
}




.jez-cell {
    border-right: 1px solid rgba(200, 200, 200, 0.5);
    overflow: hidden!important;
    padding: 5px;
}
.jez-cell-thead {
    border-bottom:1px solid silver;
    border-top:1px solid silver;
    border-right:1px solid silver;
    color: #f08c64;
    background-color: rgba(255,255,255,0.95);
    text-align:center;
    height:30px;
    font-size:12px;
}

.jez-record {
    border-left: 1px solid whitesmoke;
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
    line-height: 30px !important;
}

.jez-line-stripped-even {
    background: rgba(255, 252, 250, 1);
}

.uk-modal-dialog{
    box-sizing:border-box;
    background:#ffffff;
    border-radius:4px;
    box-shadow:0 0 10px rgba(0,0,0,0.3)
}

.uk-modal-header{
    padding:20px;
    border-bottom:1px solid #ddd;
    border-radius:4px 4px 0 0;
    background:#fafafa;
}

@media only screen and (max-width: 641px) {
    .uk-modal-header{padding:5px;}
}
h3.jez-edit-field{
    padding-left:6px;
    border-left:3px solid #1FA2D6;
    font-size:16px;
    line-height:16px;
    color:dimgrey!important;
    margin-bottom:8px;
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0;
    }
    25%{
        opacity:0.25;
    }
    50%{
        opacity:0.5;
    }
    75%{
        opacity:0.75;
    }
    100%{
        opacity:1;
    }
}

@-webkit-keyframes changeWidth{
    0%{
        width:0px;
    }
    20%{
        width:20px;
    }
    40%{
        width:40px;
    }
    60%{
        width:60px;
    }
    100%{
        width:60px;
    }
}
@-webkit-keyframes changeTextWidth{
    0%{
        width:0px;
        padding-right:5px;
        border-right:1px solid dimgrey;
    }
    20%{
        width:39px;
    }
    40%{
        width:64px;
    }
    60%{
        width:84px;
        padding-right:5px;
        border-right:1px solid dimgrey;
    }
    100%{
        width:84px;
    }
}
.jez-tag-light{
    border-radius:5px;
    padding:2px 8px;
    margin:2px;
    font-size:11px;
    display:inline-block;
    line-height:20px;
    vertical-align:middle;
    border: 1px solid rgba(80, 80, 80, 0.05);
    color:white;
    cursor:default;
}
.jez-tag-red{
    background-color: rgba(228, 53, 79, 0.7);
}
.jez-tag-orange {
    background-color: rgba(250, 167, 50, 0.8);
}
.jez-tag-green {
    background-color: rgba(142, 199, 59, 0.8);
}
.jez-tag-blue {
    background-color: rgba(53, 179, 238, 0.8);
}
.jez-tag-purple {
    background-color: rgba(148, 67, 143, 0.8);
}


.infinite-changeWidth{
    animation:changeWidth 3s infinite linear;
    -webkit-animation:changeWidth 3s infinite linear;
}
.infinite-changeTextWidth{
    animation:changeTextWidth 3s infinite linear;
    -webkit-animation:changeTextWidth 3s infinite linear;
}
.width0{
    width:0px;
}


.record{
    border-radius:6px;
    background:#fff;
    padding:5px;
    margin:10px 0;
}
.record > div{
    padding:0 1rem;
    line-height:50px;
}

/*.record > div >img{*/
    /*width:50px;height:50px;*/
/*}*/

.record.selected{
    background:rgba(43, 163, 212, 0.65);
    color:white;
}

.jez-panel{
    border:1px solid silver;
    box-shadow: 0px 1px 6px 1px silver;
    background-color:#fff;
    margin-bottom:16px;
    border-radius: 8px;
    opacity: 0.9;
}

.jez-panel-head{
    text-align:left;
    color:#484848;
    font-size:16px;
    padding:6px 10px;
    border-bottom:1px solid #dce0e0;
    background:#edefed;
    border-radius:6px 6px 0px 0px;

}

.jez-panel-body{
    padding:12px 20px;
    font-size:14px;
    line-height:32px;
    border-radius: 0px 0px 6px 6px;
}

.jez-stat-value{
    font-size:18px;
    font-weight:bold;
    color:#2ba3d4;
    text-align:center;
}
.jez-stat-title{
    font-size:12px;
    color:silver;
    text-align:center
}
.masonry-column{
    margin:0 auto;
}

.jez-sub-card{
    float:left;
    border-radius:8px;
    margin-bottom:10px;
    background-color:white;
    opacity:0.9;
    padding:10px;
    /*width:210px;*/
    width:100%;
    font-size:14px;
    box-sizing: border-box;
}

@media only screen and (max-width: 641px) {
    .jez-sub-card{
        width:80%;
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
}

.field-record{
    padding:0 0 2px 0;
    border-bottom:1px solid whitesmoke;
    margin-bottom:5px;
}

.field-record div{
    word-wrap:normal;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}


.jez-user-avatar-background{
    margin:0 auto;
    border-radius:50%;
    width:61px;
    height:61px;
}
.jez-user-avatar{
    width:48px;
    height:48px;
    margin-top:6px;
}
.jez-user-avatar-circle{
    width:61px;
    height:61px;
    border-radius:50%;
    margin:0 auto;
}
.clickable{
    cursor:pointer;
}

.animation-delay-0-1{
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.animation-delay-0-2{
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.animation-delay-0-3{
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.animation-delay-0-4{
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    animation-delay: .4s;
}
.animation-delay-0-5{
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animation-delay-0-6{
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.field-record .bold{
    font-weight:bold;
}

.sub-info{
    border:2px solid rgba(43, 163, 212, 0.65);
    border-right:none;
    padding:20px;
    padding-right:0px;
    border-radius:8px 0 0 8px;
}

.projectTable .record.selected::before,
.ordersTable .record.selected::before,
.salesTable .record.selected::before{
    content:"";
    position:absolute;
    width:20px;
    right:-20px;
    top:30px;
    border-top:2px solid rgba(43, 163, 212, 0.65);
}


@media only screen and (max-width: 641px) {

    .projectTable .record.selected::before,
    .ordersTable .record.selected::before,
    .salesTable .record.selected::before{
        content:"";
        position:absolute;
        width:20px;
        left:-20px;
        clear:both;
        border:2px solid rgba(43, 163, 212, 0.65);
        border-right:none;
        top:20px;
        border-radius:8px 0 0 8px;
        height:279px;
    }
    /*.record > div >img{*/
        /*width:30px;*/
        /*height:30px;*/
    /*}*/
    .record > div{
        line-height:30px;
    }
    .feature{
        font-size:30px;
    }
    .feature + h4{
        margin:1rem 0;
    }
    /*.sm-comment{*/
        /*font-size:14px!important;*/
    /*}*/
    .jez-comment{
        font-size:16px;
    }
    .record{margin:0}
    .sub-info{
        margin-top:10px;
        padding:10px;
        margin-bottom:0px;
    }
}










