﻿@media screen and (min-width: 1200px) {
    .layui-container {
        width: 1150px
    }
}
@media screen and (max-width: 767.98px) {
    .layui-container {
        padding: 0
    }
}
.layui-breadcrumb a:hover {
    color: red !important
}
.layui-nav .layui-this:after, .layui-nav-bar {
    background-color:#ddd;
}
.layui-btn-primary:hover {
    border-color: #929292;
}

html {
    background-color: #f5f5f5;
}



/*头部底部样式*/
.lr_top {
    -webkit-box-shadow: 0 2px 10px 0 hsla(223, 3%, 46%, .13);
    box-shadow: 0 2px 10px 0 hsla(223, 3%, 46%, .13);
    background-color: #fff;
}

.lr_top_btn {
    width: 100px;
}

.logo{
    display:flex;
    align-items:center;
}
.logo img {
    height: 3rem;
    margin:0 0.5rem;
}
    .logo span {
        font-size: 2rem;
        font-weight: bold;
        color: #002d68;
    }

.lr_top .layui-row > div {
    height: 5rem;
    display: flex;
    align-items: center;
}

.lr_top ._right {
    justify-content: right;
}

    .lr_top ._right p {
        margin-left: 9%;
        font-size: 1.2rem;
    }

    .lr_top ._right .layui-icon-service {
        font-size: 1.4rem;
        margin-right: .5rem;
    }

.lr_footer {
    background: #242836;
}

    .lr_footer a {
        color: #ccc;
    }

    .lr_footer .layui-container {
        height: 5rem;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        color: #ccc;
    }

.lr_center {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.lr_main_box {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 18, 101, .09);
    box-shadow: 0 4px 12px 0 rgba(0, 18, 101, .09);
    width: 950px;
    height: 524px;
    background-color: #fff;
}

    .lr_main_box .box_left {
        height: 524px;
        padding: 4rem;
        background: url(/static_new/img/register-bg.png) no-repeat;
        background-size: cover;
        font-size: 1.2rem;
    }

        .lr_main_box .box_left .describe-logo {
        }

            .lr_main_box .box_left .describe-logo img {
                width: 50%;
            }

        .lr_main_box .box_left .describe-title {
            font-size: 1.2rem;
            margin: 3rem 0;
        }

            .lr_main_box .box_left .describe-title b {
                font-size: 2rem;
            }

        .lr_main_box .box_left .describe-tip {
            display: flex;
        }

            .lr_main_box .box_left .describe-tip > div {
                width: 33.33%;
            }

            .lr_main_box .box_left .describe-tip p {
                margin-top: 0.4rem;
            }

            .lr_main_box .box_left .describe-tip b span {
                font-size: 2rem;
            }

        .lr_main_box .box_left .describe-cus {
            margin-top: 3rem;
        }

            .lr_main_box .box_left .describe-cus b {
                color: #f66d59;
                font-size: 1.3rem;
            }

    .lr_main_box .box_right {
        padding: 4rem;
    }

        .lr_main_box .box_right .title {
            text-align: center;
            font-size: 1.6rem;
            margin-bottom: 2rem;
        }

        .lr_main_box .box_right .register_btn {
            margin-top: 2rem;
        }

            .lr_main_box .box_right .register_btn p {
                font-size: 0.9rem;
                margin: 1rem 0;
            }

@media (max-width: 750px) {
    .lr_center {
        padding: 0;
    }

    .lr_main_box, .lr_top {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .lr_top .layui-row > div {
            justify-content: center;
            height: auto;
        }

        .lr_top .logo {
            height: auto;
            width: 100%;
            padding:1rem;
        }

        .lr_main_box .box_right {
            padding: 2rem;
        }

    .layui-form-item .layui-form-checkbox {
        margin: 0;
    }
}
/*分页*/
.pagination > ul {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    font-size: 14px
}

    .pagination>ul > li {
        display: inline
    }

        .pagination > ul > li > a, .pagination > ul > li > span {
            line-height: 1.42857143;
            position: relative;
            float: left;
            margin-left: -1px;
            padding: 8px 15px;
            text-decoration: none;
            color: #ec443d;
            border: 1px solid #e8e9eb;
            background-color: #fff
        }

        .pagination > ul > li:first-child > a, .pagination > ul > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > ul > li:last-child > a, .pagination > ul > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > ul > li > a:focus, .pagination > ul > li > a:hover, .pagination > ul > li > span:focus, .pagination > ul > li > span:hover {
            color: #ec443d;
            background-color: #eee
        }

    .pagination > ul > .active > a, .pagination > ul > .active > a:focus, .pagination > ul > .active > a:hover, .pagination > ul > .active > span, .pagination > ul > .active > span:focus, .pagination > ul > .active > span:hover {
        z-index: 2;
        cursor: default;
        color: #fff;
        border-color: #ec443d;
        background-color: #ec443d
    }

    .pagination > ul > .disabled > a, .pagination > ul > .disabled > a:focus, .pagination > ul > .disabled > a:hover, .pagination > ul > .disabled > span, .pagination > ul > .disabled > span:focus, .pagination > ul > .disabled > span:hover {
        cursor: not-allowed;
        color: #777;
        border-color: #ddd;
        background-color: #fff
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 16px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination > .unable:hover, .pagination > li > .unable {
    cursor: default;
    color: #ccc;
    background: #fff
}
/*正式开始*/
.xylist {
    display: flex;
    flex-direction: column;
}

.xy_img {
    display: flex;
}

    .xy_img img {
        object-fit: cover;
        width: 100%;
        height: 240px;
        border-radius: 16px;
    }

.xy_attr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.xy_title {
    color: #1f1f1f;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 0;
}

.xy_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.y1 {
    color: #ff4f24;
    font-family: xianyubeta, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.y2 {
    color: #ff4f24;
    font-family: xianyubeta, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.xy_nav {
    background-color: #fff;
    color: #5f5f5f;
}

    .xy_nav .layui-nav-item a {
        color: #5f5f5f;
    }

        .xy_nav .layui-nav-item a:hover {
            color: #5f5f5f;
        }