﻿@charset "utf-8";
html {
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body, button, input, select, textarea {
    font: 14px/1.5 tahoma, arial, "Microsoft YaHei", \5b8b\4f53;
    font-family: tahoma, "Microsoft YaHei";
    color: #333;
}

body {
    font-size: 14px;
    line-height: 1.2;
    min-width: 1100px
}

input, select, textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

img {
    vertical-align: top;
}

fieldset, img {
    border: 0;
    width: 100%;
}

iframe {
    display: block;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

a:hover {
    color: #00679C
}

.clearfix:after, .clearfix:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

* { /*word-break: keep-all;*/
    box-sizing: border-box;
    word-wrap: break-word;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

/*webkit*/
:-moz-placeholder {
    font-size: 14px;
    color: #999;
}

/*firefox 4-18*/
::-moz-placeholder {
    font-size: 14px;
    color: #999;
}

/*firefox 19+*/
:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

/*ie10+*/
/*滚动样式*/
.scroller {
    position: absolute;
    z-index: 1;
    width: 750px;
    height: 160px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 4px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff; /*滚动条的背景颜色*/
    -webkit-border-radius: 0; /*滚动条的圆角宽度*/
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -1px;
    border: 1px solid #fff;
}

/*弹性盒子*/
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-top {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: center;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-space-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex-space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hor-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.ver-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.hor-gap {
    width: 1px;
    height: 100%;
    line-height: 0
}

.ver-gap {
    height: 1px;
    width: 100%;
    line-height: 0
}

/*弹性盒子*/
.between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.around {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
}

.start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

.end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.v-bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.v-baseline {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

　 .fn-hide {
    display: none
}

.clearfix:after, .clearfix:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.midcenter {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body {
    font-size: 14px;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    font-weight: 400;
    color: #333;
}

.fixed_laybox {
    position: fixed;
    z-index: 900;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.48)
}

.fixed_laybox .xz_boxcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 780px;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden
}

.fixed_laybox.show .xz_boxcon {
    transform: translateY(-50%) rotateY(0deg);
}

.xz_boxcon .box_top {
    height: 120px;
    background: url(../images/top-01.jpg) top no-repeat;
    background-size: cover;
    padding: 0 40px
}

.xz_boxcon .title_bt {
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
}

.xz_boxcon .school_logo {
    display: block;
    width: 96px;
    height: 96px
}

.xzbox_main {
    padding: 10px 40px 6px
}

.xzbox_line {
    margin-top: 30px;
    padding-left: 120px;
    position: relative;
}

.xzbox_line .title_bt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 42px;
    text-align: right
}

.xzbox_line .form_input {
    width: 400px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #999999;
}

.xzbox_line .form_input input {
    display: block;
    width: 100%;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    height: 40px;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    color: #333;
    padding: 0 8px;
}

.xzbox_line .layui-form-select .layui-edge {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    border: 0;
    font-size: 12px;
    -webkit-user-select: none;
    position: absolute;
    width: 12px;
    height: 12px;
    color: #c0c4cc;
    margin-top: -6px;
    right: 6px;
}

.xzbox_line .layui-form-select .layui-edge:before {
    content: "\e61a";
}

.xzbox_line .layui-form-select dl {
    max-height: 260px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.xzbox_line .layui-input:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.xzbox_line .el-cascader {
    display: block
}

.xzbox_line .layui-form-select dl dd.layui-this {
    color: #409eff;
    background-color: #f5f7fa;
}

.xzbox_btn {
    padding: 40px 0;
    padding-left: 110px;
    width: 500px;
    box-sizing: border-box;
}

.xzbox_btn a {
    width: 180px;
    height: 60px;
    border-radius: 60px;
    background: #F7CF58;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.xzbox_btn a:hover {
    color: #666666;
}

.xzbox_btn a.pass_btn {
    background: #e4e4e4;
    color: #666666;
}

.xzbox_btn a.pass_btn:hover {
    color: #666666;
}

@media screen and (max-width: 1400px) {

    .fixed_laybox .xz_boxcon {
        width: 700px;
    }
}


@media screen and (max-width: 1280px) {

    .fixed_laybox .xz_boxcon {
        width: 640px;
    }

    .xz_boxcon .box_top {
        height: 90px;
    }

    .xz_boxcon .school_logo {
        width: 60px;
        height: 60px
    }

    .xz_boxcon .title_bt {
        font-size: 26px;
    }

    .xzbox_line .title_bt {
        font-size: 14px;
    }

    .xzbox_btn {
        width: 440px;
        padding: 30px 0;
        padding-left: 100px;
    }

    .xzbox_btn a {
        width: 140px;
        height: 40px;
    }

}