.agent-mobile #header {
    height: 60px;
    background: #fff;
}
.agent-mobile body {
    background: #fff;
}
#header a.mm-hbtn {
    left: 0;
    margin: 15px;
}
.lcitem .rect,
.lcitem {
    width: 25px;
}
#menu {
    background: #1a1b1c;
}
.mm-listview>li>a.active {
    color: #fff;
}
.mm-listview>li>a {
    color: #b7b7b7;
}
.mm-menu .mm-listview>li .mm-arrow:after, 
.mm-menu .mm-listview>li .mm-next:after, 
.mm-menu .mm-listview>li .mm-prev:before,
.mm-menu .mm-navbar .mm-btn:after, 
.mm-menu .mm-navbar .mm-btn:before {
    border-color: #474747;
}
.searchBtn {
    display: none;
}
::-webkit-scrollbar {
    width: 0;
}
#sitecontent {
    background-color: #f7f7f7;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

    width: 8px;
    height: 8px;
    margin: 0 5px;
    border: #939393 1px solid;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #939393;
    border: #939393 1px solid;
}
.agent-mobile .bx-wrapper .bx-pager-item {
    height: 6px;
    width: 16px;
    position: relative;
}
.agent-mobile .container_header {
    text-align: left;
    width: 92%;
    margin: 0 auto;
    padding-top: 25px;
}
.agent-mobile .mlist .container_header .title {
    font-size: 22px;
    line-height: 22px;
    margin-left: 0;
    padding: 0;
    color: #232323;
    text-align: center;
}
.agent-mobile .container_header .subtitle {
    color: #939393;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0;
    text-align: center;
}

.agent-mobile .project .item_block .item_wrapper,
.agent-mobile .project .item_block:hover .item_wrapper {
    background: transparent;
}
.agent-mobile .project .content_list .item_block .item_img::before {
    content: none;
}
#sitecontent .project .item_block:hover .title{
    color: #444;
}
.agent-mobile .project .content_list .item_block:hover .subtitle {
    color: #999;
}
.agent-mobile .project .item_block {
    width: 50%;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.project .item_block .item_img {
    overflow: hidden;
    padding-top: 81%;
}
.project .item_block .item_img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.agent-mobile .project .content .wrapper {
    width: 100%;
    margin: 0;
}
.agent-mobile .project .content .content_list {
    margin: 0 -5px;
} 
.agent-mobile .project .item_block .item_info {
    padding: 15px 10px 18px 10px;
    width: auto;
}
.agent-mobile .mlist .content_list .item_block .title {
    font-size: 1.1rem;
    line-height: 1.5rem;
    height: 1.5rem;
}
.mlist .content_list .item_block .subtitle {
    font-size: 13px;
    color: #939393;
    margin-top: 3px;
    min-height: 18px;
}
.module.mcounter {
    background: #fff;
}
.module.mcounter ul.content_list li {
    width: 25%;
}
.module.mcounter .module_container {
    background: none;
}
.module.mcounter ul.content_list li div {
    position: relative;
    padding: 0;
    margin: 20px 0;
}
.module.mcounter ul.content_list li:nth-child(2n) div {
    border-right: rgba(0,0,0,.08) 1px solid;
}
.module.mcounter ul.content_list li:last-child div {
    border: none;
}
.module.mcounter ul.content_list li p.title {
    color: #b3b3b3;
    font-size: 12px;
}
.module.mcounter ul.content_list li p.number .counterDX {
    margin-top: 15px;
    color: #666;
    font-size: 22px;
}
.module.mcounter ul.content_list li p.number .unit {
    vertical-align: 6px;
    margin-left: 3px;
    font-size: 12px;
}

.module.mcounter ul.content_list li p.number .counterDX {
    margin-top: 15px;
    color: #666;
    text-align: center;
    font-size: 22px;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
}

.module.mcustomize {
    background-color: #f7f7f7;
}
.module.mcustomize .description a.more {
    padding: 5px 30px;
    border: #fff 1px solid;
    transition: all ease-out .3s;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    background: #ffffff;
    min-width: 0;
    color: #999999;
    font-size: 14px;
}
.module.mcustomize.tlir .header .title {
    font-size: 22px;
    color: #666;
}
.module.mcustomize.tlir .header .subtitle {
    font-size: 15px;
    color: #999;
}
.module.mcustomize.tlir .container_content {
    display: flex;
    flex-direction: column-reverse;
}
.module.mcustomize.horizontal.tlir .contentbody .wrapper {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.module.mcustomize.tlir .wrapper .more {
    padding: 5px 30px;
    background: transparent;
    border: #ddd 1px solid;
    transition: all ease-out .3s;
    text-decoration: none;
    color: #232323;
    border-radius: 50px;
    display: inline-block;
}
.module_container .container_content .more:after {
    margin-left: 10px;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
}
.agent-mobile .news .wrapper {
    width: 100%;
    margin: 0;
}
.agent-mobile .news .content_list {
    margin: 0 -5px;
}
.agent-mobile .news li.item_block {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
    float: left;
    margin-bottom: 10px;
    border: none;
}
.agent-mobile .news .item_img {
    display: block;
}
.agent-mobile .news .content_list .item_block .title {
    font-size: 15px;
    line-height: 21px;
    height: 21px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.agent-mobile .news .content_list .item_block .subtitle {
    display: none;
}
.mlist.news .content_list .item_block .item_wrapper {
    padding: 10px;
    background: #fff;
}
.agent-mobile .news .content_list .item_wrapper .date_wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: #fff;
    font-size: 12px;
    color: #939393;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
    display: block;
    transform: translateY(-100%);
}
.agent-mobile .news .item_block .item_info {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.agent-mobile .mlist:not(.imagelink) .content_list .item_des .description {
    font-size: 13px;
    color: #939393;
    height: 48px;
    line-height: 24px;
    border-bottom: none;
}
.mlist.news .content_list .item_block .item_wrapper {
    position: relative;
}
.agent-mobile .news .item_img {
    overflow: hidden;
    position: relative;
    padding-top: 74%;
}
.agent-mobile .news .item_img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.agent-mobile .news {
    background-color: #f7f7f7;
}
.agent-mobile .imagelink {
    padding: 25px 0;
}
.agent-mobile .imagelink .content {
    padding: 0;
}
.agent-mobile .imagelink .content_list {
    margin: 0 -5px;
    width: calc(100vw + 10px) !important;
}
.agent-mobile .imagelink ul .item_block {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0 0 10px 0;
}
.agent-mobile .imagelink .content_list .item_img {
    position: relative;
    overflow: hidden;
    padding-top: 52%;
}
.agent-mobile .imagelink .content_list .item_img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.dropmenu .label .down {
    float: right;
    margin-top: 8px;
    font-size: 22px;
}

.dropmenu.open .label .down {
    transform: rotate(180deg);
}

.dropmenu ul {
    width: 100%;
    height: 0;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    background-color: #fff;
}

.dropmenu ul li {
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: #f0f0f0 1px solid;
}

.dropmenu ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    color: #969595;
    display: block;
    background: transparent;
}

.dropmenu ul li a.active {
    background: #f1f1f1;
    color: #57bc4c;
}
.dropmenu ul {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
}
.dropmenu ul {
    background-color: transparent;
}
.agent-mobile .dropmenu ul li a.active {
    background: transparent;
    color: #303030;
    height: auto;
    line-height: 1;
}

.agent-mobile .dropmenu ul li a {
    color: #fff;
    padding: 0 36px;
    height: auto;
    line-height: 1;
}

.agent-mobile .dropmenu ul li {
    border-bottom: rgba(255, 255, 255, 0.08) 1px solid;
    height: auto;
}
.list_nav #_add_cat {
    overflow-y: hidden;
}
.list_nav {
    top: 60px;
}
#_add_cat>li {
    display: inline-block;
    width: auto;
    float: none;
}
#category .cate-box,
#category .label {
    display: none;
}
#_add_cat {
    white-space: nowrap;
    padding: 5px 0;
    background-color: #f7f7f7;
}
.agent-mobile .project .item_block .item_info {
    background: #fff;
}
.npagePage .project .item_block {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 5px;
}
.agent-mobile .npagePage .mlist.project .wrapper {
    width: 96%;
    margin: 0 auto;
}
.agent-mobile .list_nav .dropmenu a {
    position: relative;
    display: inline-block;
    padding: 15px;
    color: #6f6f6f;
    transition: all .3s ease-out 0s;
    font-size: 13px;
}
.perch-box {
    padding-top: 60px;
}
.perch-box::after {
    content: '';
    width: 100%;
    height: 20px;
    display: block;
}
.perch-box p {
    height: 34px;
}
.mlist {
    padding: 0;
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
    background: transparent;
}
.agent-mobile .npagePage .service .item_block .item_wrapper {
    background: #fff;
    padding: 25px 20px 80px 20px;
}
.agent-mobile .service .item_info {
    padding: 0;
}
.agent-mobile .mlist .content_list .item_block .title {
    font-size: 15px;
}
.agent-mobile .service .item_des,
.agent-mobile .service a.details {
    display: block;
}

.agent-mobile .service a.details {
    color: #777;
    padding: 5px 30px;
    background: transparent;
    border: #ddd 1px solid;
    transition: all ease-out .3s;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
}
.agent-mobile .service a.details .fa {
    margin-left: 10px;
    font-size: 14px;
}
.agent-mobile .npagePage .news .wrapper {
    width: 92%;
    margin: 0 auto;
}
.agent-mobile .npagePage .news .item_block .item_info {
    border: none;
    margin: 0;
}
.agent-mobile .npagePage .news .content_list .item_des .description {
    padding-top: 12px;
}
.agent-mobile .team {
    background: #fff;
}
.agent-mobile .team .content .wrapper {
    width: 100%;
    margin: 0;
}
.agent-mobile  .team .item_block {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
    float: left;
    margin: 0 0 10px 0;
}
.agent-mobile  .team .content_list {
    margin: 0 -5px;
}

.agent-mobile .team .item_img {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 127%;
}
.agent-mobile .team .item_img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.agent-mobile .team .item_block .title, 
.agent-mobile .team .item_block .subtitle {
    text-align: center;
}


.agent-mobile .service .wrapper {
    width: 100%;
    margin: 0;
    background: #fff;
    padding-bottom: 20px;
}
.agent-mobile .service .item_wrapper {
    background: #fff;
    padding: 15px 10px 50px;
    text-align: center;
}

.bx-wrapper .bx-pager {
    bottom: 0;
}
.agent-mobile .bx-wrapper .bx-pager-item {
    width: 20px;
}
#mm-slider .bx-pager-item {
    width: 40px;
    height: 5px;
}
#mm-slider .bx-pager-link {
    width: 30px;
    height: 1px;
    background: #000;
    border: none;
    position: static;
    transform: none;
}
#mm-slider .bx-wrapper .bx-pager {
    bottom: 3%;
}
#mm-slider .bx-wrapper .bx-pager.bx-default-pager a.active, 
#mm-slider .bx-wrapper .bx-pager.bx-default-pager a:focus, 
#mm-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
}
.indexPage .project .category {
    display: block;
}
.indexPage .project .category a {
    position: relative;
    display: inline-block;
    padding: 15px;
    color: #6f6f6f;
    transition: all .3s ease-out 0s;
    font-size: 13px;
}

.mcustomize.bgParallax .mediabody {
    width: 53.5%;
    margin: 0 auto;
}

.mcustomize.bgParallax .wrapper {
    padding: 10px;
}

.mcustomize.bgParallax .contentbody .header {
    font-size: 26px;
    color: #fff;
    padding: 0;
    margin-bottom: 48px;
}

.module.mcustomize.bgParallax .description {
    text-align: center;
}
.module.mcustomize .description a.more:before {
    content: none;
}

.module.mcustomize.bgParallax .description a.more {
    padding: 5px 30px;
    background: #fff;
    border: #fff 1px solid;
    transition: all ease-out .3s;
    text-decoration: none;
    color: #232323;
    border-radius: 50px;
    display: inline-block;
    margin: 80px 0;
}
#contactform {
    display: none;
}
.agent-mobile .npagePage .service .content_list,
.agent-mobile .npagePage .news .content_list {
    margin: 0 -5px;
}
.agent-mobile .npagePage .service .item_block,
.agent-mobile .npagePage .news .item_block {
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    float: left;
}
.agent-mobile .service .item_block .item_img {
    position: relative;
    overflow: hidden;
    padding-top: 66.5%;
}
.agent-mobile .npagePage .service .item_block .item_img {
    position: relative;
    overflow: hidden;
    padding-top: 73%;
} 
.agent-mobile .service .item_block .item_img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.agent-mobile .npagePage .team,
.agent-mobile .imagelink {
    background: transparent;
}
.mm-head {
    height: 60px;
}

.agent-mobile .indexPage .service .bx-controls {
    height: 25px;
}
.indexPage .project .category a:first-child {
    display: none;
}
.npagePage #postInfo {
    display: none;
}
.npagePage.pageEditor, 
.npagePage.post {
    padding-top: 60px;
}

.mlistpost.project .bx-wrapper .bx-pager a {
    border-color: #fff;
    background: transparent;
}

.mlistpost.project .bx-wrapper .bx-pager a.active, 
.mlistpost.project .bx-wrapper .bx-pager a:focus,
.mlistpost.project .bx-wrapper .bx-pager a:hover {
    background: #fff;
}
.mlistpost.project .bx-pager {
    bottom: 20px;
}

.agent-mobile .npagePage .service .wrapper,
.agent-mobile .npagePage .news .wrapper {
    width: 100%;
}

.pageEditor .container_header {
    display: none;
}
.npagePage.pageEditor, 
.npagePage.post {
    padding-bottom: 40px;
}
#online a {
    color: #666;
}