.define_width {
    width: 300px;
    font-size: 12px;
}

#nav {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}

#nav .left {
    float: left;
    width: 65%;
    padding-left: 10px;
    color: #999;
}

#nav .right {
    float: right;
    width: 25%;
    text-align: right;
    padding-right: 10px;
    color: #999;
}

.d-table {
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: 1px solid #eee;
}

.d-table tr th {
    height: 25px;
    line-height: 25px;
    word-break: break-all;
    text-align: left;
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #eee;
    background-color: #f6f6f6;
    color: #999;
}

.d-table tr td {
    height: 35px;
    line-height: 35px;
    word-break: break-all;
    text-align: left;
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #eee;
    color: #666;
}

.show {
    padding: 15px;
}


/*定义新闻展示页面样式*/

.show .title {
    margin: 10px;
    font-size: 24px;
    text-align: center;
}

.show .idate {
    margin: 10px;
    font-size: 12px;
    text-align: center;
    color: #999;
}

.show .intro {
    margin-top: 10px;
    padding: 10px;
    line-height: 22px;
    border: 1px solid #ccc;
    background-color: #eeeeee;
    font-size: 12px;
    color: #666;
}

.show .pic {
    text-align: center;
}

.show .content {
    margin-top: 10px;
    line-height: 30px;
}

.check-div {
    margin: 10px;
    padding: 0px 10px;
    border-top: 1px solid #ccc;
    color: #666666;
    font-size: 12px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    background: #f8f8f8;
}

.check-tail {
    text-align: left;
    margin: 10px;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0px 10px;
}


/*设置 layui select下拉框方向只是向下展开*/

.layui-form-selectup dl {
    bottom: auto;
}


/*定义on|off复选形式位置参数*/

.layui-form-switch {
    margin-top: 5px;
    width: 50px;
    height: 23px;
}

.layui-nav-itemed {
    background-color: #009688;
    /*4E5465*/
}

.layui-subnav-itemed {
    background-color: #4cc1b6;
    /*4E5465*/
}


/* 4cc1b6 */


/*定义系统配置-分类管理顶部导航的样式 2021-5-4*/

.type-ul {
    width: 100%;
}

.type-ul .comm {
    width: 7%;
    border-right: 1px solid #ccc;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    background-color: #f4f4f4;
    color: #999;
    border-bottom: 1px solid #ccc;
}

.type-ul li:first-child {
    border-left: 1px solid #ccc;
}

.type-ul .curr {
    width: 9%;
    border-right: 1px solid #ccc;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
    color: #333;
    border-bottom: 0px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #eee;
    opacity: 1;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}


/*图片浏览器div样式*/

.pic_browser {
    width: 830px;
    height: 540px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 5px;
    border: 8px solid #f4f4f4;
    padding: 10px;
    margin: 0 auto;
}

.guest_browser {
    width: auto;
    height: 240px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 5px #999;
    line-height: 35px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.guest_browser .guest_box {
    width: 150px;
    margin: 10px;
    border: 0px solid #ddd;
    box-sizing: border-box;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background-color: #eee;
    /*box-shadow: 1px 5px 5px #888;*/
}

.guest_browser .guest_box:hover {
    box-shadow: 1px 5px 5px #888;
}

.choice_browser {
    margin: 10px 0;
    line-height: 35px;
    color: #999999;
    border: 1px solid #f4f4f4;
    line-height: 50px;
    padding: 5px;
}

.choice_browser .choice_guest {
    float: left;
    margin: 5px 5px;
    background-color: #666;
    text-align: center;
    width: 100px;
    line-height: 35px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.choice_browser .choice_guest .delete {
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 88px;
    top: -6px;
    cursor: pointer;
}

.choice_browser .choice_guest .delete:hover {
    color: #ddd;
}

.clear {
    clear: both;
}


/*自定义批量删除按钮样式*/

#btn_batch {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
    margin-right: 10px;
    margin-left: 0px;
}


/*定义顶部栏目导航样式*/

.top1 {
    display: block;
}

.top2 {
    display: none;
}

.layui-layout-right .adm{
        display: inline-block;
    }


@media (max-width: 1000px) {
    .top1 {
        display: none;
    }
    .top2 {
        display: block;
    }
    .layui-side {
        display: none;
    }
    .layui-body {
        left: 0 !important;
    }
    .layui-footer {
        left: 0 !important;
    }
    .layui-layout-right .adm{
        display: none;
    }
}


/*user_company/shop.html*/

.context .title {
    color: #999;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    padding: 5px 15px;
}

.context .content {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 15px;
}


/*2021-7-12 添加ai拍机样式*/

.scene-box {
    float: left;
    /*width: 240px;
    height: 507px;*/
    width: 270px;
    height: 560px;
    box-shadow: 1px 1px 5px #888;
    box-sizing: border-box;
    margin: 15px;
    overflow: hidden;
}

.scene-box:hover {
    box-shadow: 1px 5px 5px #888;
}

.scene-box h1 {
    /*width: 240px;
    height: 427px;*/
    width: 270px;
    height: 480px;
    overflow: hidden;
}

.scene-box h1 img {
    /*width: 240px;
    height: 427px;*/
    width: 270px;
    height: 480px;
    object-fit: cover;
    transition: all 0.6s;
}

.scene-box h1 img:hover {
    transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.scene-box h2 {
    width: 240px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}

.scene-box h3 {
    margin-top: 5px;
}

.scene-box h3 .left {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.scene-box h3 .right {
    float: right;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}


/**/


/*2021-11-30 添加场景样式*/

.place-box {
    float: left;
    /*width: 240px;
    height: 507px;*/
    width: 270px;
    height: 480px;
    box-shadow: 1px 1px 5px #888;
    box-sizing: border-box;
    margin: 15px;
    overflow: hidden;
}

.place-box:hover {
    box-shadow: 1px 5px 5px #888;
}

.place-box h1 {
    /*width: 240px;
    height: 427px;*/
    width: 270px;
    height: 400px;
    overflow: hidden;
}

.place-box h1 img {
    /*width: 240px;
    height: 427px;*/
    width: 270px;
    height: 400px;
    object-fit: cover;
    transition: all 0.6s;
}

.place-box h1 img:hover {
    transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.place-box h2 {
    width: 240px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}

.place-box h3 {
    margin-top: 5px;
}

.place-box h3 .left {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.place-box h3 .right {
    float: right;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}


/*2021-12-1 添加相框样式*/

.frame-box {
    float: left;
    /*width: 240px;
    height: 507px;*/
    width: 270px;
    height: 413px;
    box-shadow: 1px 1px 5px #888;
    box-sizing: border-box;
    margin: 15px;
    overflow: hidden;
}

.frame-box:hover {
    box-shadow: 1px 5px 5px #888;
}

.frame-box h1 {
    /*width: 240px;
    height: 427px;*/
    width: 270px;
    height: 333px;
    overflow: hidden;
}

.frame-box h1 img {
    /*width: 240px;
    height: 427px;*/
    width: 270px;
    height: 333px;
    object-fit: cover;
    transition: all 0.6s;
}

.frame-box h1 img:hover {
    transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.frame-box h2 {
    width: 240px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}

.frame-box h3 {
    margin-top: 5px;
}

.frame-box h3 .left {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.frame-box h3 .right {
    float: right;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}


/*area css*/

.area-box {
    position: absolute;
    width: 302px;
    min-height: 100px;
    height: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    top: 37px;
    left: 0px;
    box-sizing: border-box;
    z-index: 10000;
    display: none;
}

.area-box ul li {
    float: left;
    width: 100px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #f4f4f4;
    text-align: center;
    cursor: pointer;
}

.area-box ul li:first-child {
    border-left: 0px;
}

.area-box .current {
    background-color: #fff;
    border-bottom: 0px;
}

.area-box .cont {
    height: auto;
    line-height: 30px;
    margin-top: 10px;
    padding: 0px 10px;
    overflow: hidden;
}

.area-box .cont .item1,
.area-box .cont .item2,
.area-box .cont .item3 {
    display: inline-block;
    width: 67px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
}

.area-box .cont .item1:hover {
    background-color: #009688;
    color: #fff;
}

.area-box .cont .item2:hover {
    background-color: #009688;
    color: #fff;
}

.area-box .cont .item3:hover {
    background-color: #009688;
    color: #fff;
}


/* 后台首页 */

#chart-table {
    width: 100%;
}

#chart-table td {
    background-color: #f4f4f4;
    width: 50%;
    height: 100px;
}

#chart-table td .box {
    background-color: #fff;
    width: 95%;
    height: 500px;
    margin: 0 auto;
}

#chart-table td .box h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
    color: #666;
}

#chart-table td .box h2 {
    float: right;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    color: #666;
    font-weight: normal;
    margin-right: 10px;
}

#chart-table td .box h3 {
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
}

#chart-table td .box h4 {
    font-size: 12px;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 35px;
}

#chart-table td .box h4 .s1 {
    float: left;
    width: 80px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}

#chart-table td .box h4 .s2 {
    float: left;
    width: 80%;
    height: 40px;
    line-height: 40px;
    background-color: #f7a35c;
}

#chart-table td .box h4 .s3 {
    float: left;
    width: 10%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #666;
}

#chart-table td .box h5 {
    margin-top: 45px;
    text-align: center;
}

#chart-table td .box h6 {
    font-size: 12px;
    margin-right: 10px;
    height: 55px;
    line-height: 55px;
    margin-top: 10px;
}

#chart-table td .box h6 .s1 {
    float: left;
    width: 10%;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#chart-table td .box h6 .s1 div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #aaa;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 12px;
    color: #fff;
}

#chart-table td .box h6 .s2 {
    float: left;
    width: 10%;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

#chart-table td .box h6 .s3 {
    float: left;
    width: 70%;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

#chart-table td .box h6 .s4 {
    float: left;
    width: 10%;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    color: #666;
    border-bottom: 1px solid #ccc;
}

#count-table {
    width: 100%;
}

.count-title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    color: #666;
}

.count-box {
    width: 92%;
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.count-box span {
    display: inline-block;
    margin-left: 20px;
    color: #999;
}