body {
    background: #F7F7F7;
}

.hideClass {
    display: none;
}

#container {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
    background: #fff;
    /* padding-top: 110px; */
}

    #container > div {
        width: 90%;
        margin: 0 auto;
    }


    #container .title {
        width: 100%;
        min-height: 140px;
        line-height: 45px;
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        padding: 10px 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #container .sub {
        text-align: center;
        background: #f7f7f7;
        line-height: 30px;
        font-size: 17px;
        color: #5f5c5c;
    }

        #container .sub .time {
            margin-right: 30px;
        }

    #container .content {
        padding-top: 20px;
    }

        #container .content img {
            width: auto;
        }

        #container .content p {
            font-size: 17px !important;
            color: #373737 !important;
            font-family: "Microsoft Yahei", "微软雅黑", "SimSun" !important;
            line-height: 35px !important;
        }

        #container .content span {
            font-size: 17px !important;
            color: #373737 !important;
            font-family: "Microsoft Yahei", "微软雅黑", "SimSun" !important;
            line-height: 25px !important;
        }

.navigationAll {
    /*width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;*/
    width: 80%;
    height: 70px;
    line-height: 45px;
    background: #fff;
    margin: 0 auto;
    padding: 15px 0px 0px;
}

    .navigationAll > div {
        /*width: 80%;*/
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

        .navigationAll > div a {
            color: #000;
        }


.addImg {
    width: 100%;
    text-align: center;
}

/* 了解更多弹窗样式开始 */
.ljgd {
    width: 100%;
    height: 35px;
    text-align: right;
    margin-top: 30px;
}

    .ljgd > div {
        width: 126px;
        height: 35px;
        line-height: 35px;
        background: #1B79F8;
        color: #fff;
        border-radius: 18px;
        text-align: center;
        float: right;
    }

.ljgdAll {
    width: 80%;
    margin: 35px auto;
}

    .ljgdAll > form {
        width: 100%;
        height: 100%;
    }

    .ljgdAll .listinput {
        width: calc(50% - 20px);
        margin: 10px 10px 0 10px;
        border: 1px solid #E4E4E4 !important;
        display: flex;
    }

    .ljgdAll .pull-left {
        float: left !important;
    }

    .ljgdAll .pull-right {
        float: right !important;
    }

    .ljgdAll .listinput label {
        width: 115px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #393939;
        position: relative;
    }

        .ljgdAll .listinput label .required {
            color: red;
            width: 15px;
            height: 100%;
            display: flex;
            align-items: center;
            position: absolute;
            left: 5px;
            justify-content: center;
        }

    .ljgdAll .listinput input {
        width: calc(100% - 115px);
        padding-left: 14px;
        height: 50px;
        color: #393939;
        font-size: 14px;
        border-style: none;
        font-weight: 100;
    }

    .ljgdAll .lastInput {
        margin-bottom: 10px;
    }

    .ljgdAll .word {
        width: calc(100% - 20px);
        float: left;
        padding: 10px 20px;
        border: 1px solid #E4E4E4 !important;
        display: flex;
        margin: 0px 10px 20px;
    }

        .ljgdAll .word label {
            width: 100px;
            align-items: center;
            color: #393939;
        }

        .ljgdAll .word textarea {
            font-size: 14px;
            width: calc(100% - 100px);
            height: 150px;
            color: #393939;
            vertical-align: top;
            border-style: none;
            font-weight: 100;
            padding-left: 10px;
        }

    .ljgdAll form .btn {
        display: block;
        border: none;
        font-size: 18px;
        line-height: 51px;
        width: 231px;
        height: 51px;
        color: white;
        background-color: #1B79F8;
        margin: 0px auto;
        /*margin-top: 100px;
        margin-bottom: 100px;*/
        margin-bottom: 50px;
        cursor: pointer;
        outline: none;
        border-radius: 5px;
    }

.layui-layer-dialog {
    height: auto !important;
}

    .layui-layer-dialog #okBtn {
        height: 70px !important;
        line-height: 70px !important;
        text-align: center !important;
        padding: 0 !important;
    }

.layui-layer-btn-c {
    text-align: center !important;
    width: 100% !important;
    padding: 12px 15px 30px 15px !important;
}

.layui-layer-btn0 {
    border-color: #1B79F8 !important;
    background-color: #1B79F8 !important;
    color: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border-radius: 5px !important;
}
/* 了解更多弹窗样式结束 */
/*移动端开始*/
@media screen and (max-width: 1360px) {
    #container {
        width: 100% !important;
    }

        #container img {
            width: 100% !important;
        }

        #container .title {
            font-size: 20px !important;
        }

        #container .sub {
            font-size: 14px !important;
        }

        #container .content p {
            font-size: 15px !important;
        }

    .navigationAll {
        width: 100% !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 14px !important;
    }

        .navigationAll > div {
            width: 95% !important;
        }

    /* 了解更多弹窗样式开始 */
    .ljxqTableAll {
        max-width: 90% !important;
        left: 5% !important;
        height: 80% !important;
        top: 10% !important;
    }

    #ljxqTable {
        height: calc( 100% - 42px) !important;
        margin: auto 0;
    }

    .ljgdAll {
        margin-top: 5px !important;
    }

        .ljgdAll .listinput {
            width: calc(100% - 20px) !important;
        }

    .ljgdAll {
        width: 100% !important;
    }

        .ljgdAll .listinput input {
            padding: 0px 5px 0 14px !important;
            height: 40px !important;
        }

        .ljgdAll .word textarea {
            height: 90px !important;
        }

        .ljgdAll .word {
            padding: 10px 5px 10px 20px;
        }

            .ljgdAll .word textarea {
                resize: none;
            }

        .ljgdAll form .btn {
            margin-bottom: 20px !important;
            width: 55% !important;
            min-width: 200px !important;
        }
    /* 了解更多弹窗样式结束 */
}
/*移动端结束*/
