﻿* {
    font-family: 'Microsoft YaHei';
}

body {
    font-size: 14px;
}

/*选项卡字体及下横线颜色*/
.layui-tab-brief > .layui-tab-title .layui-this {
    color: #1E9FFF;
}

    .layui-tab-brief > .layui-tab-more li.layui-this::after, .layui-tab-brief > .layui-tab-title .layui-this::after {
        border-bottom: 2px solid #1E9FFF;
    }

.layui-tab-title li {
    font-size: 16px;
}

/*字段集区块*/
.layui-elem-field legend {
    font-size: 22px;
}

/*实训头部*/
.shixun-header {
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #3da19f;
}

    .shixun-header .logo {
        margin-left: 15px;
    }

    .shixun-header .nav {
        margin-left: 40px;
    }
    .shixun-header .nav a {
       font-size:18px !important;
    }

        .shixun-header .nav .btn {
            display: inline-block;
            height: 60px;
            padding: 0 30px;
            line-height: 60px;
            color: #fff;
        }

            .shixun-header .nav .btn:hover {
                color: #359a98;
                background-color: #fff;
            }

    .shixun-header .user-box {
        position: relative;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: 60px;
        padding: 13px 0;
    }

        .shixun-header .user-box .user-pic {
            width: 34px;
            height: 34px;
            border-radius: 50%;
        }

        .shixun-header .user-box .name {
            margin-left: 10px;
            color: #fff;
        }

            .shixun-header .user-box .name .layui-icon {
                font-size: 10px;
            }

        .shixun-header .user-box .subnav {
            position: absolute;
            top: 60px;
            right: -30px;
            z-index: 99;
            display: none;
            width: 160px;
            padding: 5px 0;
            text-align: center;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 8px #ddd;
        }

            .shixun-header .user-box .subnav .btn {
                position: relative;
                display: block;
                line-height: 40px;
                color: #666;
            }

                .shixun-header .user-box .subnav .btn:hover {
                    color: #fff;
                    background-color: #3da19f;
                }

            .shixun-header .user-box .subnav .layui-badge-dot {
                position: absolute;
                top: 16px;
                left: 35px;
            }

/*实训足部*/
.shixun-footer {
    margin-top: 25px;
}

    .shixun-footer .main-info {
        height: 270px;
        padding-top: 30px;
        background-color: #f4f4f4;
    }

    .shixun-footer .select-area {
        display: flex;
        justify-content: space-around;
        width: 1120px;
        margin: auto;
    }

        .shixun-footer .select-area select {
            width: 175px;
            filter: grayscale(100%);
        }

    .shixun-footer .info-content {
        display: flex;
        align-items: flex-start;
        margin-top: 30px;
    }

    .shixun-footer .link-area {
        display: flex;
        padding-top: 20px;
    }

    .shixun-footer .link-box {
        width: 200px;
        height: 118px;
        padding-left: 56px;
    }

        .shixun-footer .link-box ~ .link-box {
            border-left: 1px solid #ddd;
        }

        .shixun-footer .link-box .title {
            line-height: 28px;
            color: #666;
        }

    .shixun-footer .link-area .btn {
        display: block;
        font-size: 12px;
        line-height: 26px;
        color: #666;
    }

        .shixun-footer .link-area .btn:hover {
            text-decoration: underline;
        }

    .shixun-footer .tel-box {
        margin-top: 20px;
        margin-left: 35px;
    }

        .shixun-footer .tel-box .title {
            padding-left: 25px;
            font-size: 15px;
            line-height: 30px;
            color: #666;
            background: url(../images/default_footer_tel.png) no-repeat 0 center;
        }

        .shixun-footer .tel-box .tel {
            font-size: 15px;
            line-height: 26px;
            color: #666;
        }

    .shixun-footer .contact-box {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
    }

        .shixun-footer .contact-box .title {
            display: block;
            width: 100%;
            margin-bottom: 8px;
            font-size: 15px;
            line-height: 30px;
            color: #666;
        }

        .shixun-footer .contact-box .btn {
            display: block;
            width: 32px;
            height: 32px;
            margin-right: 10px;
        }

            .shixun-footer .contact-box .btn:nth-of-type(1) {
                background-image: url(../images/default_footer_sina.png);
            }

            .shixun-footer .contact-box .btn:nth-of-type(2) {
                background-image: url(../images/default_footer_wechat.png);
            }

    .shixun-footer .other-info {
        line-height: 66px;
        color: #fff;
        text-align: center;
        background-color: #2a2a2a;
    }

/*common*/
.container {
    width: 1200px;
    margin: auto;
}

.main-container {
    width: 80%;
    margin: auto;
}

/*表单组件*/
.select {
    height: 36px;
    padding: 0 20px 0 5px;
    line-height: 36px;
    color: #666;
    background: #ffffff url("../images/arrow.png") no-repeat scroll right center;
    border: solid 1px #e0e0e0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .select:hover {
        border: solid 1px #59aaec;
        box-shadow: 0 0 2px rgba(89,170,236,0.4);
    }

    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    .select::-ms-expand {
        display: none;
    }

/*翻页组件*/
.pager {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1e9fff;
}

.layui-laypage a:hover {
    color: #1e9fff;
}

/*返回按钮*/
.page-goback {
    float: right;
    margin-top: -40px;
    margin-bottom: 20px;
}

    .page-goback .layui-icon {
        font-size: 12px;
        line-height: 35px;
    }

/*上传文件按钮*/
.upload-btn {
    position: relative;
    width: 110px;
    padding: 0 !important;
    cursor: pointer;
}

    .upload-btn input[type=file] {
        position: absolute;
        left: 0;
        width: 110px;
        height: 38px;
        opacity: 0;
        cursor: pointer;
    }

/*建议文字按钮*/
.simple-text-btn {
    color: #39f;
    text-decoration: underline;
    cursor: pointer;
}
