body {
    width: 100%;
    height: 1000px;
    border: #F8F8F8;
    position: relative;
    overflow: hidden;
}

/*左侧功能导航栏 start*/
.layout-left {
    width: 100px;
    height: 100%;
    position: absolute;
    transition:500ms;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.04);
    z-index: 1;
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #f00;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #ff0;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #333;
    /*滚动条阴影*/
    scrollbar-shadow-color: #ccc;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #666;

}

/*logo*/
.logo{
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #1E86FF;
    /*background: #1f323c;*/
    background:white;
    display: block;
    overflow: hidden;
}

.logo:hover {
    color: #1E86FF;
}

.logo img {
    width: 80px;
    height: auto;
    overflow: hidden;
}

/*左侧导航栏*/
.navigationList {
    /*width: 100px;*/
    height: auto;
    margin: 10px 0 0 0;
    overflow-y:auto;
    overflow-x: visible;
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #263E4A;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #263E4A;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #263E4A;
    /*滚动条阴影*/
    scrollbar-shadow-color: #263E4A;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #263E4A;
}
.navigationList em{
    position: relative;
    top: 50%;
    bottom: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0px 0px 15px;
    float: left;
}
/*工作台列表图标*/
.navigationList .workBench{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-14px;
}
.navigationList .resource{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-70px;
}
.navigationList .roomState{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-98px;
}
.navigationList .contract{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-126px;
}
.navigationList .audit{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-266px;
}
.navigationList .finance{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-154px;
}
.navigationList .report{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-182px;
}
.navigationList .achievement{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-210px;
}
.navigationList .afterRent{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-238px;
}
.navigationList .OA{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-266px;
}
.navigationList .enterprise{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-294px;
}
.navigationList .marketing{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-322px;
}
.navigationList .dailyRent{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-350px;
}
.navigationList .financial{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-378px;
}
.navigationList .set{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-406px;
}
.navigationList .help{
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-14px;
    background-position-y:-434px;
}

/*----   2018-1-18 修改  ----*/

/*左侧导航栏里的版块在不同分辨率下显示不同的高度 小于1366 */
@media screen and (max-width:1366px) {
    .navCon {
        width: 100%;
        height: 40px;
        position: relative;
    }
    .navigationList a {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        display: block;
        overflow: hidden;
        transition: 0.8s;
        cursor: pointer;
    }
    .navigationList span {
        width: auto;
        height: 40px;
        line-height: 40px;
        text-align: center;
        float: left;
        padding: 0 0 0 10px;
        overflow: hidden;
    }
}
/*左侧导航栏里的版块在不同分辨率下显示不同的高度 大于1366小于1920 */
@media screen and (min-width:1366px) and (max-width:1920px) {
    .navCon {
        width: 100%;
        height: 46px;
        position: relative;
    }
    .navigationList a {
        width: 100%;
        height: 46px;
        font-size: 14px;
        line-height: 46px;
        display: block;
        overflow: hidden;
        transition: 0.8s;
        cursor: pointer;
    }
    .navigationList span {
        width: auto;
        height: 46px;
        padding: 0 0 0 10px;
        line-height: 46px;
        text-align: center;
        vertical-align: top;
        display: inline-block;
        overflow: hidden;
    }
}
/*左侧导航栏里的版块在不同分辨率下显示不同的高度 大于1920 */
@media screen and (min-width:1920px){
    .navCon {
        width: 100%;
        height: 46px;
        position: relative;
    }
    .navigationList a {
        width: 100%;
        height: 46px;
        font-size: 14px;
        line-height: 46px;
        display: block;
        overflow: hidden;
        transition: 0.8s;
        cursor: pointer;
    }
    .navigationList span {
        width: auto;
        height: 46px;
        padding: 0 0 0 10px;
        line-height: 46px;
        text-align: center;
        vertical-align: top;
        display: inline-block;
        overflow: hidden;
    }
}


.navigationList a:hover {
    color: #FFFFFF ;
}

.navigationList a i {
    width: 3px;
    height: 46px;
    float: left;
    overflow: hidden;
}

.navigationList a img {
    width: 14px;
    height: 14px;
    float: left;
    margin: 13px 0 0 12px;
    overflow: hidden;
}

.navbottom{
    width: 100px;
    text-align: center;
    color: #b3bbbb;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    /*background: #1f323c;*/
    position: absolute;
    bottom: 0;
    cursor: pointer;
    display: none;
}
.navbottom:hover{
    background: #1f323c;
}
.navbottom .cityul{
    display: none;
    position: absolute;
    left: 100px;
    bottom: 0;
}
.navbottom .cityul li{
    width: 105px;
    height: 46px;
    line-height: 46px;
    color: #b3bbbb;
    background: #1f323c;
    cursor: pointer;
}
.navbottom .cityul li:hover{
    color: #fff;
}

    /* 左下角帮助 2017.12.4 */

    #help{
        position: absolute;
        bottom: 0;
        left: 0;
    }


/*左侧功能导航栏 end*/
.layout-right {
    width: calc(100% - 100px);
    height: 100%;
    margin: 0 0 0 100px;
    position: absolute;
    overflow: hidden;
}

/*二级菜单*/
.layout-top {
    width: 100%;
    height: 60px;
    /* box-shadow: 0 1px 2px #ebeeef; */
    /*position: relative;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /* background: linear-gradient(90deg, #1E86FF, #28d3ee); */
    background-color: #fff;
}

.nav-children {
    width: 100%;
    height: 60px;
    /*padding: 0 0 0 15px;*/
    position: relative;
    /*overflow: hidden;*/
}

.nav-children li {
    width: auto;
    height: 58px;
    /*padding: 0 15px;*/
    margin-left: 30px;
    font-size: 14px;
    line-height: 58px;
    display: inline-block;
    float: left;
    overflow: hidden;
    cursor: pointer;
    color: #5F5F5F;
    /* opacity: 0.6; */
    position: relative;
    /*z-index: 99;*/
}
/*导航栏背景------------------------------------------------------------------------------------------------------start*/
/* .navAnimation{
    box-shadow: 0px 5px 8px 4px rgba(0,0,0,0.05);
    width:100%;
    height:60px;
    display: flex;
    justify-content:space-between;
    overflow: hidden;
    position: absolute;
}
.navAnimation p{
    width:110px;
    height:110px;
    transform:rotate(45deg);
    border-radius:12px;
    background: #FFFFFF;
    opacity: 0.12;
    position: relative;
}
@keyframes up {
    50%  {top:-420px;}
}
@keyframes down {
    50%  {top:420px;}
}
.navAnimation .Ornaments:nth-of-type(1){
    animation:up 20s linear 2s infinite alternate;
    top:100px;
}
.navAnimation .Ornaments:nth-of-type(2){
    animation:down 50s linear 2s infinite alternate;
    top:-420px;
}
.navAnimation .Ornaments:nth-of-type(3){
    animation:up 40s linear 2s infinite alternate;
    top:210px;
}
.navAnimation .Ornaments:nth-of-type(4){
    animation:down 50s linear 2s infinite alternate;
    top:-120px;
}
.navAnimation .Ornaments:nth-of-type(5){
    animation:up 40s linear 2s infinite alternate;
    top:370px;
}
.navAnimation .Ornaments:nth-of-type(6){
    animation:down 20s linear 2s infinite alternate;
    top:-120px;
}
.navAnimation .Ornaments:nth-of-type(7){
    animation:up 30s linear 2s infinite alternate;
    top:210px;
}
.navAnimation .Ornaments:nth-of-type(8){
    animation:down 30s linear 2s infinite alternate;
    top:-420px;
}
.navAnimation .Ornaments:nth-of-type(9){
    animation:up 20s linear 2s infinite alternate;
    top:50px;
}
.navAnimation .Ornaments:nth-of-type(10){
    animation:down 50s linear 2s infinite alternate;
    top:-120px;
} */
/*导航栏背景------------------------------------------------------------------------------------------------------end*/

/*二级菜单  end*/
.layout-content {
    width: 100%;
    /*min-width: 1100px;*/
    /*height: calc(100% - 60px);*/
    background: #f2f6f7;
    overflow: hidden;
    /*position: relative;*/
    /*z-index: -1;*/
}

/*个人中心*/
.nav-personalCenter {
    width: auto;
    height: auto;
    position: absolute;
    right: 2px;
    top: 0;
}

/*快速添加房源入口*/
.nav-quickEntry {
    width: 70px;
    height: 60px;
    border-left: 1px solid rgba(255,255,255,.2);
    float: left;
    cursor: pointer;
    position: relative;
    /*z-index: 2;*/
}

.nav-quickEntry a {
    width: 28px;
    height: 28px;
    margin: 18px auto 15px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    display: block;
    position: relative;
}

/*加号*/
.nav-quickEntry a span{
    width: 28px;
    height: 28px;
    display: block;
    background-image: url("../images/add.png");
    /*position: absolute;*/
    /*top: -2px;*/
    /*left: 4px;*/

}

.nav-quickEntry:hover {
    background: rgba(255,255,255,0.15);
}

/*.nav-quickEntry:hover a {*/
    /*!*background: #1E86FF;*!*/
/*}*/

.convenient {
    /*width: 110px;*/
    /*height: 200px;*/
    /*padding: 2px 5px 0 0;*/
    margin: 0 0 0 -60px;
    padding:10px 0;
    background-color:#fff;
    display: none;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.08);
}

.convenient li {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.convenient li em{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    background-image: url("../images/indexNewIcon.png");
}
.add-daiban .add-daibanIcon{
    background-position: -69px -13px;
}
.housing-type .housing-typeIcon{
    background-position: -69px -41px;
}
.contract-entry .contract-entryIcon{
    background-position: -69px -69px;
}
.add-booking .add-bookingIcon{
    background-position: -69px -97px;
}
.add-account .add-accountIcon{
    background-position: -69px -125px;
}

/*.convenient li:hover {*/
    /*background: #fff;*/
/*}*/

/*.convenient li .crcel {*/
    /*width: 40px;*/
    /*height: 36px;*/
    /*line-height: 36px;*/
    /*text-align: center;*/
    /*border-radius: 50px;*/
    /*display: inline-block;*/
/*}*/

/*--添加房源--*/
/*.housing-type {*/
    /*color: #24b0fc;*/
    /*border: 1px solid #24b0fc;*/
/*}*/

/*.convenient .housing-type:hover {*/
    /*color: #24b0fc;*/
/*}*/

/*.housing-type .crcel {*/
    /*background: #24b0fc;*/
/*}*/

/*.housing-type .crcel img {*/
    /*margin: -5px 0 0 0;*/
    /*display: inline-block;*/
/*}*/

/*--添加房源 end--*/
/*--添加合同--*/
/*.contract-entry {*/
    /*color: #01be6a;*/
    /*border: 1px solid #01be6a;*/
/*}*/

/*.convenient .contract-entry:hover {*/
    /*color: #01be6a;*/
/*}*/

/*.contract-entry .crcel {*/
    /*background: #01be6a;*/
/*}*/

/*.contract-entry .crcel img {*/
    /*margin: -5px 0 0 0;*/
    /*display: inline-block;*/
/*}*/

/*--添加合同 end--*/
/*--添加预订--*/
/*.add-booking {*/
    /*color: #f36222;*/
    /*border: 1px solid #f36222;*/
/*}*/

/*.convenient .add-booking:hover {*/
    /*color: #f36222;*/
/*}*/

/*.add-booking .crcel {*/
    /*background: #f36222;*/
/*}*/

/*.add-booking .crcel img {*/
    /*margin: -5px 0 0 0;*/
    /*display: inline-block;*/
/*}*/

/*--添加预订 end--*/
/*---添加记账--*/
/*.add-account {*/
    /*color: #f6b103;*/
    /*border: 1px solid #f6b103;*/
/*}*/

/*.convenient .add-account:hover {*/
    /*color: #f6b103;*/
/*}*/

/*.add-account .crcel {*/
    /*background: #f6b103;*/
/*}*/

/*.add-account .crcel img {*/
    /*margin: -5px 0 0 0;*/
    /*display: inline-block;*/
/*}*/

/*--添加记账 end--*/
/*---添加待办--*/
/*.add-daiban {*/
    /*color: #1569db;*/
    /*border: 1px solid #1569db;*/
/*}*/

/*.convenient .add-daiban:hover {*/
    /*color: #1569db;*/
/*}*/

/*.add-daiban .crcel {*/
    /*background: #1569db;*/
/*}*/

/*.add-daiban .crcel img {*/
    /*margin: -5px 0 0 0;*/
    /*display: inline-block;*/
/*}*/

/*--添加记账 end--*/

/*--- 房源推广 --*/
/*.house_tuiguang {*/
    /*color: #00bf00;*/
    /*border: 1px solid #00bf00;*/
/*}*/

/*.convenient .house_tuiguang:hover {*/
    /*color: #00bf00;*/
/*}*/

/*.house_tuiguang .crcel {*/
    /*background: #00bf00;*/
/*}*/

/*.house_tuiguang .crcel img {*/
    /*margin: -5px 0 0 0;*/
    /*display: inline-block;*/
/*}*/

/*-- 房源推广 end --*/
/*个人中心头像，退出*/
.personalCenter {
    width: auto;
    height: auto;
    border-left: 1px solid rgba(255,255,255,.2);
    float: left;
    cursor: pointer;
    position: relative;
    /*z-index: 2;*/
}

.personalCenter:hover {
    background: rgba(255,255,255,0.15);
}

.personalCenter-name {
    width: auto;
    height: 60px;
    overflow: hidden;

}

.personalCenter-name img {
    width: 28px;
    height: 28px;
    margin: 16px 0 13px 20px;
    border-radius: 100%;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}

.personalCenter-name span {
    width: 56px;
    height: 60px;
    padding: 0 20px 0 10px;
    line-height: 60px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1E86FF;
}

/*退出*/
.personalCenter-exit {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-shadow: -4px 0 4px #f6f4ef, /*左边阴影*/ 4px 0 4px #f6f4ef, /*右边阴影*/ 0 4px 4px #f6f4ef; /*底边阴影*/
    -moz-box-shadow: -4px 0 4px #f6f4ef, /*左边阴影*/ 4px 0 4px #f6f4ef, /*右边阴影*/ 0 4px 4px #f6f4ef; /*底边阴影*/
    -webkit-box-shadow: -4px 0 4px #f6f4ef, /*左边阴影*/ 4px 0 4px #f6f4ef, /*右边阴影*/ 0 4px 4px #f6f4ef; /*底边阴影*/
    /*overflow: hidden;*/
    display: none;
}

.personalCenter-exit li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    /*overflow: hidden;*/
}

.personalCenter-exit li:hover {
    background: #e4e8f1;
}

.personalCenter:hover .personalCenter-exit {
    background: #ffffff;
    display: block;
}

/*子页面按钮样式*/
.addButton {
    width: auto;
    height:35px;
    line-height:35px;
    font-size: 14px;
    border-radius: 15px;
    padding: 0 15px;
    cursor: pointer;
    position: fixed;
    right: 250px;
    top: 16px;
    overflow: hidden;
    display: none;
    border:none;
    color: #fff;
    background:#1E86FF;
    -webkit-user-select: none;
}
.addButton-left{
    width: auto;
    height: 28px;
    line-height:28px;
    font-size: 14px;
    border-radius:15px;
    padding: 0 15px;
    cursor: pointer;
    position: fixed;
    right: 356px;
    top: 16px;
    overflow: hidden;
    display: none;
    color: #1E86FF;
    background:#ffffff;
}
.addButton-left-pro{
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    position: fixed;
    right: 490px;
    top: 14px;
    overflow: hidden;
    display: none;
}

/*---- 合同导入样式  2017-06-29 ----*/
.hetongDaoru {
    width: auto;
    position: fixed;
    right: 270px;
    top: 14px;
    overflow: hidden;
}

.hetongDaoru .daoruButton {
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

/*---- 合同导入样式  2017-06-29  end ----*/
/*报表按钮*/
.baobiaoButton {
    position: absolute;
    top: 0;
    right: 214px;
}

.top-btn {
    margin: 16px 0 0 0;
    font-size: 14px;
    text-align: center;
    float: left;
    cursor: pointer;
    outline: none;
    border: none;
    width: auto;
    height:28px;
    line-height:28px;
    border-radius: 15px;
    padding: 0 15px;
    color: #1E86FF;
    background:#ffffff;
}

/*报表添加按钮样式 end*/

/*----   2017-06-29 修改  ----*/

.menuCon {
    width: 115px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 5px 0px 24px -5px #afafaf;
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 1;
    display: none;

}
.navCon[roleaccess="fq_pz"] .menuCon {
    /*top: -322px!important;*/
}

.menuCon li {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #8492a6;
    text-align: center;
    cursor: pointer;
    /*overflow: hidden;*/
}

.menuCon li:hover {
    background:#F2FCFB;
    color: #1E86FF ;
}

.navCon:hover {
    background: #204E97 !important;
    color: #FFFFFF ;
}
.navCon:hover em {
    transition: 1s;
    background-position-x:-42px !important;
}

.navCon:hover .menuCon {
    display: block;
}

/*----   2017-06-29 修改  end  ----*/
/*----   2017-07-04 添加日租  start  ----*/
.xiangmu {
    width: 180px;
    /*height: 60px;*/
    float: left;
    /*margin: 0 20px 0 -20px;*/
    /*background: #1E86FF;*/
}

.xiangmu .layui-input {
    margin: 10px 0 8px 0;
    padding: 0 25px 0 10px;
    background: rgba(255,255,255,0);
    border: none;
    color: #fff;
    text-align: center;
}
.layui-form-select dl dd {
    cursor: pointer;
    text-align: center;
}
.xiangmu .layui-form-select .layui-edge {
    border-top-color: #fff !important;
}

/*----   2017-07-04 添加日租  end    ----*/

/*更新说明*/
#upDataRemark {
    display: none;
}

.updata {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: relative;
    z-index: 88;
}

.fei {
    background-color: #fff;
    width: 550px;
    height: 570px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    border-radius: 4px;
    overflow: hidden;
}
.fei img{
    width: 100%;
    height: 250px;
}
.fei pre{
    color: #324057;
    line-height: 30px;
    height: 180px;
    overflow: auto;
}
.fei .arc-box{
    background: #fff;
    position: absolute;
    width: 570px;
    margin-left: -10px;
    height: 50px;
    border-radius: 50%;
    top: 220px;
}
.update-content{
    padding: 5px 40px;
}
.update-content .title{
    line-height: 40px;
    font-weight: 700;
    color: #324057;
    font-size: 18px;
}
.btns {
    width: 100%;
    background: #fff;
    color: #1E86FF;
    text-align: right;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
}
.close-btn{
    display: inline-block;
    cursor: pointer;
    margin: 0 30px;
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #1E86FF;
    border-radius: 4px;
    color: #fff;
}
.look-btn{
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

/*更新说明  end*/
/*  <!--  头 部 推 广 -->  */


/*  logo  */
.tuiGuanglogo {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 153px;
    height: 44px;
    cursor: pointer;
    background: url("../images/logoTipTop.png") 0 0 no-repeat;
    background-size: 153px 44px;
}

.logoBtn {
    position: absolute;
    right: -18px;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: url("../images/img_del.png") 0 0 no-repeat;
    background-size: 100%;
}
/* 内容  */
.tuiGuang {
    display: none;
    position: absolute;
    left: 50%;
    top: 38px;
    transform: translate(-50%, 0);
    width: 500px;
    height: 260px;
    cursor: pointer;
    margin-top: 5px;
}

.tuiGuang .leftWing {
    /*margin-right: 2px;*/
    /*float: left;*/
    /*border-left: 10px solid transparent;*/
    /*border-right: 14px solid #1dbc6d;*/
    /*border-top: 16px solid #1dbc6d;*/
    /*border-bottom: 14px solid #1dbc6d;*/
}

.tuiGuang .rightWing {
    /*float: left;*/
    /*border-left: 14px solid #1dbc6d;*/
    /*border-right: 10px solid transparent;*/
    /*border-top: 16px solid #1dbc6d;*/
    /*border-bottom: 14px solid #1dbc6d;*/
}

.tuiGuang .tuiGuangContent {
    margin-right: 2px;
    float: left;
    width: 500px;
    height: 260px;
    background-color: #1dbc6d;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
    background: url("../images/logoTip.png") 0 0 no-repeat;
    background-size: 500px 260px;
}

.tuiGuangContent p {
    color: #FFFFFF;
}

.sanJiao {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #1dbc6d;
}
/*三级下滑样式*/
.layout-top-children{
    position: absolute;
    top:60px;
    width: calc(100% - 80px);
    padding: 20px 40px;
    min-width: 1100px;
    /* height: 240px; */
    height: 80px;
    background: #213742;
    overflow: hidden;
    display: none;
    box-shadow: 0 2px 0 #e0d6d6;
}
.nav-children-nav{
    display: none;
}
.content_part_title{
    padding:15px 0;
    font-size: 16px;
    color: #b3bbbb;
}
.children_content_part{
    float: left;
}
.body_tab_warp{
    float: left;
    padding-right: 80px;
}
.body_tab_warp .active{
    color: #07b49f;
}
.body_tab_warp li{
    color: #808080;
    padding:10px 0;
    cursor: pointer;
}
.body_tab_warp li:hover{
    color: #fff;
}

.layui-layer-shade{
    /*width: calc(100% - 100px)!important;*/
    /*right: 0!important;*/
    /*left: inherit!important;*/
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 1px;
    height: 1px;
    background-color: rgba(255,255,255,0);
    display: none;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 2px;
    background-color: rgba(255,255,255,0);
    display: none;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
    background-color: rgba(255,255,255,0);
    display: none;
}

#webChildren+ul{
    width:125px;
}
#webChildren+ul li{
    text-align:left;
}
/*试用版样式*/
#tryOutMaskLayer{
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    display: none;
}
#tryOutMaskLayer .authentication{
    width:100px;
    height:40px;
    line-height:40px;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
#tryOutMaskLayer .contentWarp{
    width: 400px;
    height:150px;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:auto;
    text-align: center;
}
#tryOutMaskLayer .contentWarp p{
    font-size: 18px;
    color: #fff;
}
.fuzzy{
    color: transparent;
    text-shadow: 0 0 5px #123;
}
/*子页面按钮样式*/
.piLiangBangBiao {
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    position: fixed;
    right: 270px;
    top: 14px;
    overflow: hidden;
    display: none;
    border: none;
}
#change_city{
	display: none;
	width: 200px;
    height: auto;
    background-color: #1f323c;
    color: #ccc;
    position: absolute;
    top: 0;
    left: 100px;
    padding: 10px 0 10px 10px;
}
#change_city span{
	display: inline-block;
    margin: 10px 10px 0 0;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    color: #b3bbbb;
    cursor: pointer;
}
#change_city span:hover{
	color: #fff;
}
#change_city .company_name span{
	background-color: #1E86FF;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    color: #fff;
}

/*导航栏收起按钮*/
.packUp{
    width:0px;
    height:30px;
    border-bottom-right-radius:3px;
    border-top-right-radius:3px;
    background-color: rgb(255,254,255);
    background-image:url(../images/indexNewIcon.png);
    background-position-x:-68px;
    background-position-y:-144px;
    position: absolute;
    left:100%;
    top: 10px;
    z-index: 99;
    opacity: 0.9;
    cursor: pointer;
}

/*导航栏打开按钮*/
.openNav{
    width: 100%;
    height: 60px;
    font-size: 14px;
    background:url(../images/view-list.png) no-repeat center;
    display: none;
    cursor: pointer;
    overflow: hidden;
}
#skin{
    position:relative;
}
#skin .chooseColor{
    width:85px;
    height:90px;
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: -2px 0px 10px 1px #afafaf;
    position: absolute;
    right: 129px;
    top: 0;
    padding: 10px 10px 5px 10px;
    background: #FFFFFF;
    display: none;
}
#skin .chooseColor li{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin: 3px;
}
#skin .active{
    background-image: url("../images/check.png");
    background-size: cover;
}
/*说明提示*/
.sik-tip{
    position:absolute;
    height:81px;
    width: 23px;
    line-height:19px;
    background:#2283ff url('../images/sik-tip.png') 10px 8px no-repeat ;
    top:450px;
    right: 0;
    border-radius: 4px 0 0 4px;
    color: white;
    padding-left: 13px;
    padding-top: 33px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0px 0px 8px #c9dcf6;
}
.help-tip{
    width: 240px;
    position:absolute;
    right:46px;
    bottom:0px;
    border-radius: 4px;
    background-color:white;
    padding-top: 23px;
    box-shadow: 0px 0px 8px #ececec ;
    display:none;
}
.tip-icon{
    width: 54px;
    text-align: right;
    margin-right: 11px;
    margin-top: 10px;
}
.tip-cont-til{
    font-size: 14px;
    font-weight: 500;
    color: #324057;
    line-height: 22px;
}
.tip-cont-info{
    font-size: 12px;
    color: #8492a6;
    line-height: 21px;
}
.help-tip li{
    margin-bottom: 21px;
}
#help{
    display: none;
}

/*移动端下载 start*/
.show-qrcode{
    position: absolute;
    right: 230px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.show-qrcode .qrcode-title {
	opacity: 0.6;
	margin-left: 8px;
}

.qrcode-con{
    display: none;
    position: absolute;
	top: 72px;
	right: 0;
    background: #ffffff;
	border: 1px solid #F2F6F9;
	box-shadow: 0 20px 20px 1px rgba(0, 0, 0, 0.07);
}
.qrcode-con div{
	margin: 12px;
    padding: 8px;
    text-align: center;
	border: 1px solid #F2F6F9;
}
.qrcode-con img{
    width: 140px;
}
.qrcode-con p{
    line-height: 34px;
}
/*移动端下载 end*/

.layui-layer-title{
    color: #1E86FF !important;
	font-size: 16px !important;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: #1E86FF !important;
    background-color: #1E86FF !important;
}
.layui-layer-dialog .layui-layer-content{
    font-size: 16px !important;
}
/* .layui-layer-setwin{
    right: 30px !important;
    top: 30px !important;
} */
.layui-layer-setwin a:hover{
    color: #1E86FF !important;
}
/* .layui-layer-setwin .layui-layer-ico:hover{
    background-image: #1E86FF url(icon.png) no-repeat;
} */
