﻿.fly-right {
    background: none;
}

.home-head, .home-msg {
    background: #fff;
    margin-bottom: 10px;
}

.home-wrap {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.home-info {
    display: flex;
    padding: 10px 0;
}

    .home-info img {
        width: 108px;
        height: 144px;
    }

    .home-info > div {
        margin-right: 30px;
    }

.home-name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 10px;
}

.ident {
    display: flex;
    flex-wrap: wrap;
}

.home-box {
    margin-top: 30px;
}

.home-no {
    color: #ACAABC;
}

.home-num {
    font-size: 16px;
}

.home-rz {
    border: 1px solid #BBBBBB;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 8px;
    color: #737272;
    margin-top: 30px;
}

.home-msg {
    padding: 10px 0;
}

    .home-msg a {
        display: flex;
        justify-content: space-between;
        line-height: 36px;
        font-size: 15px;
        position: relative;
    }

.home-w {
    width: 100%;
}

.redBorder {
    background: #FB4425;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 13px;
}

.home-tz {
    font-size: 16px;
    margin-left: 20px;
}

.msg-time {
    color: #B3B3B3;
    font-size: 16px;
}

.icons-box {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
}

    .icons-box > div {
        width: 50%;
        text-align: center;
    }

        .icons-box > div:first-child {
            border-right: 1px solid #CBCBCB;
        }

        .icons-box > div i {
            font-size: 30px;
            position: relative;
            top: 4px;
        }

.icons-num {
    font-size: 26px;
    text-align: center;
}

.jifen {
    color: #FF9800;
}

.icons-text {
    color: #808080;
    font-size: 16px;
}

.icons-wu {
    font-size: 20px;
    color: #9F9F9F;
}

.layui-upload-drag {
    width: 170px;
    height: 144px;
    box-sizing: border-box;
}

.fly-right .layui-form {
    background: #fff;
    margin-top: 10px;
    padding: 50px 30px;
    font-size: 16px;
}

.layui-form-item label {
    width: 40%;
}

.layui-form .layui-input-block {
    margin-left: 0;
}

.layui-form-item a, .layui-form-item a:hover {
    color: #FB4425;
}

.btn-box {
    margin-left: 34px;
}

.layui-form .savebtn {
    margin-left: 16%;
    margin-top: 30px;
    width: 48%;
    background-color: #000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

    .layui-form .savebtn:hover {
        background: rgba(0,0,0,.8);
    }

.more {
    margin-left: 28px;
    color: #C2C2C2;
    font-size: 14px;
}

.statistical {
    margin-top: 20px;
    background: #fff;
    border-top: 2px solid #FB4425;
}

    .statistical ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
        border-bottom: 1px solid #CBCBCB;
    }

        .statistical ul li {
            display: flex;
            min-width: 25%;
            padding: 14px 6% 14px 2.5%;
            box-sizing: border-box;
            justify-content: space-between;
            font-size: 18px;
            align-items: center;
        }

            .statistical ul li span {
                color: #808080;
                font-size: 14px;
            }

            .statistical ul li:nth-child(2n) {
                background: #F7F7F7;
            }

            .statistical ul li i {
                font-size: 24px;
                position: relative;
                top: 4px;
            }

            .statistical ul li .icon-paiming1 {
                font-size: 30px;
            }

.stati-num {
    font-size: 24px;
}

.layui-form .layui-form-item {
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
}

.ename {
    width: 120px;
    color: #A6A6A6;
    font-size: 14px;
    position: absolute;
    top: 34px;
    line-height: 20px;
}

.layui-form .long {
    margin-bottom: 50px;
}

.long a {
    margin-left: 40px;
}

.changepnumber {
    display: flex;
}

    .changepnumber input {
        flex: 1;
    }

    .changepnumber span {
        background-color: #000;
        height: 38px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        padding: 0 5px;
    }

@media screen and (max-width: 1130px) {

    .home-wrap {
        display: block;
    }

    .home-info {
        justify-content: space-around;
    }

        .home-info img {
            width: 100px;
            height: 94px;
            margin-right: 15px;
        }

    .home-rz {
        width: 60px;
    }

    .home-info > div {
        margin: 0;
    }

    .home-info .home-rz {
        margin-top: 0;
    }

    .ident {
        justify-content: center;
    }

    .home-name {
        font-size: 20px;
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
    }

    .home-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .home-msg a {
        display: block;
    }

    .tz-text {
        display: block;
        width: 88%;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .msg-time {
        width: 88%;
        margin: 0 auto;
        text-align: right;
    }

    .redBorder {
        margin-right: 0;
    }

    .zw {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .fly-right .layui-form {
        margin: 0 auto;
        padding: 20px 0 50px;
        margin-top: 10px;
    }

    .layui-form-item {
        margin-right: 34px;
        position: relative;
    }

        .layui-form-item span {
            position: absolute;
            right: 50px;
        }

        .layui-form-item a {
            position: absolute;
            right: 0;
        }

    .icons-box {
        width: 100%;
        padding-bottom: 10px;
    }

    .statistical ul li {
        width: 50%;
    }

    .dw-eng {
        top: 10px;
        left: 56px;
    }

    .faibox .ename {
        left: 115px;
        width: 128px;
    }

    .btn-box {
        margin-right: 34px;
    }

    .layui-form .savebtn {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .layui-form-item span {
        right: 0;
    }
}
