<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_banner{
    width: 100%;
    position: relative;
    height: 635px;
    overflow: hidden;
}
.header_banner_bj{
    background: url('../images/555.png');
    width: 1920px;
    height: 635px;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.header_bannergr{
    height: 394px;
}
.header_banner_bjgr{
    background-image: url('../images/v12_01.png');
    height: 394px;
}
.header_banner_center{
    width: 1200px;
    margin: auto;
    padding-left: 137px;
    padding-top: 80px;
    position: relative;
}
.header_banner_title{
}
.header_banner_title p:nth-of-type(1){
    color: #ffffff;
    font-size: 54px;
    font-family: 'boldTaicl';
    text-shadow:5px 0px 0px #004b9d;
    letter-spacing: -1px;
    line-height:64px;
}
.header_banner_title p:nth-of-type(1) i{
    font-size: 84px;
    font-family: 'DINCondBlack';
    letter-spacing: 0px;
    font-style: italic;
}
.header_banner_title p:nth-of-type(2){
    color: #ffffff;
    font-size: 50px;
    font-family: '152';
    letter-spacing: -6px;
    text-shadow:5px 0px 0px #004b9d;
    margin-top: 5px;
}
.login_register{
    display: flex;
    margin-top: 30px;
}
.delMargin{
    margin-top: 0;
}
.login_register p{
    width: 164px;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    display:flex;
    align-items: center;
    position: relative;
}
.login_register p a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #60b9f4;
    font-size: 28px;
    font-family: 'blackItalic';
    padding-top: 3px;
    position: relative;
    z-index: 1;
    /* display: flex; */
    align-items: center;
}
.login_register p a img{
    width: 27px;
    height: 27px;
    margin-right: 10px;
}
.login_register p:nth-of-type(2){
    margin-left: 23px;
}
.login_register p a::before{
    content: '';
    position: absolute;
    width: 154px;
    height: 54px;
    border:3px solid #7ecef4;
    left: 5px;
    top: 4px;
    border-radius: 27px;
    box-sizing: border-box;
}
.login_register p a span{
    color: #60b9f4;
    font-size: 16px;
    font-family: '寰蒋闆呴粦';
    font-weight: bold;
    display: block;
    position: relative;
    top: -4px;
}
.foot{
    background: url('../images/12.png');
    height: 330px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    position: relative;
}
.foot_copyright{
    color: #ffffff;
    font-size: 18px;
    font-family: '寰蒋闆呴粦';
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%,0);
}
.foot_copyright img{
    width: 100px;
}
.foot_copyright p{
    margin-top: 43px;
}
.hide{
    display: none;
}
.modal{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    overflow-y: auto;
}
.login_box{
    width: 1000px;
    border-radius: 30px;
    border:5px solid #7ecef4;
    padding-top: 45px;
    padding-left: 68px;
    padding-right: 66px;
    padding-bottom: 80px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%,0%);
    margin-bottom: 100px;
}
.login_box .title{
    color: #7ecef4;
    font-size: 48px;
    font-family: '寰蒋闆呴粦';
    font-weight: normal;
    line-height: 48px;
}
.login_box .title p{
    font-size: 24px;
}
.login_box .info{
    color: #999999;
    font-size: 24px;
    font-family: 'Times New Roman';
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 60px;
}
.login_box .info p{
    color: #999999;
    font-size: 14px;
    font-family: '寰蒋闆呴粦';
}
.form .item{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.form .item&gt;p{
    color: #666666;
    font-size: 18px;
    font-family: '寰蒋闆呴粦';
}
.form .item&gt;p span{
    color: #282828;
    font-size: 30px;
    font-family: 'Times New Roman';
    display: block;
}
.form .item&gt;div{
    width: 460px;
    margin-left: auto;
    display: flex;
}
.form .item&gt;div input{
    width: 100%;
    height: 58px;
    border: 1px solid #b7b7b7;
    outline: none;
    padding: 0 12px;
    font-size: 20px;
}
.form .item&gt;div select{
    width: 100%;
    height: 58px;
    border: 1px solid #b7b7b7;
    outline: none;
    padding:  0 12px;
    font-size: 20px;
}
.submit{
    width: 135px;
    height: 45px;
    background: #e44c3c;
    border-radius: 5px;
    outline: none;
    border: none;
    color: #ffffff;
    font-size: 18px;
    display: block;
    margin: auto;
    margin-top: 60px;
}
.form .item&gt;div div{
    margin-right: 30px;
}
.form .item&gt;div div label{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.form .item&gt;div div label p{
    color: #282828;
    font-size: 30px;
    font-family: 'Times New Roman';
    margin-left: 10px;
}
.form .item&gt;div div label p span{
    color: #666666;
    font-size: 18px;
    font-family: '寰蒋闆呴粦';
}
#startTime{
    background-color: rgba(255,255,255,1);
    background-image: url(../images/t_11.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 96% center;
    cursor: pointer;
}
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.login_register_after.login_register{
    position: relative;
    display: inline-block;
}
.login_register_after.login_register span{
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    transform: translate(0%,-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    z-index: 11;
    cursor: pointer;
    font-size: initial;
}
.login_register_after.login_register p{
    width: auto;
}
.login_register_after.login_register p a{
    padding:  0 30px;
    display: flex;
    line-height: 60px;
    font-family: '寰蒋闆呴粦';
}
.login_register_after.login_register p a::before{
    width: calc(100% - 10px);
    top: 3px;
}
.header_banner_center_bottom{
    position: relative;
    margin-top: 20px;
}
.back{
    position: absolute;
    left: -80px;
    top: 10px;;
}
.header_banner_center_bottom_content{
    width: 800px;
}
.header_banner_center_bottom_content p:nth-of-type(1){
    color: #004b9d;
    font-size: 24px;
    font-family: 'medium';
    line-height: 34px;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header_banner_center_bottom_content p:nth-of-type(2){
    color: #004b9d;
    font-size: 24px;
    font-family: '寰蒋闆呴粦';
    line-height: 34px;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header_banner_center_bottom_content img{
    margin-top: 23px;
    height: 50px;
}
.close{
    display: block;
    width: 32px;
    height: 32px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}
.form .item&gt;div input:disabled{
    background: #fff;
    cursor: text;
}
.form .item&gt;div select:disabled{
    background: #fff;
    cursor: text;
}
.form .item .shows{
    display: none;
}
.form .item .text{
    font-size: 24px;
    color: #666;
    text-align: center;
    display: block;
    width: 100%;
    width: 430px;
    margin-right: 30px;;
}
.general_list{
    display: flex;
    flex-wrap: wrap;
}
.general_item{
    width: 280px;
    height: 162px;
    margin-right: 26px;
    margin-top: 40px;
}
.general_item:nth-of-type(4n){
    margin-right: 0;
}
.general_item a{
    width: 280px;
    height: 162px;
    display: block;
    position: relative;
    /* border:5px solid #fff; */
    border-radius: 60px;
    /* border-radius: 60px; */
    border:5px solid #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.general_item a:hover img {
    transform: scale(1.1);
}
.general_item a img {
    height: 100% !important;
    width: 100% !important;
    transition-duration: .5s;
}
.general_item a p{
    position: absolute;
    height: 40px;
    bottom: -40px;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(51,51,51,1);
    text-indent: 40px;
    font-size: 18px;
    line-height: 40px;
    background: rgba(0,0,0,.6);
    color: #fff;
    /* display: none; */
    transition: all 0.2s;
}
.general_item a:hover p{
    bottom: 0;
}
.general_item a img{
    width: 100%;
    height: 300px;
    display: block;
    font-size: 0;
    /* border-radius: 60px; */
    
    /* box-sizing: border-box; */
}
.search_box{
    width: 300px;
    height: 60px;
    border-radius: 30px;
    background: #fff;
    padding:3px 5px;
    position: relative;
}
.search_box input{
    border:3px solid #76aaf8;
    border-radius: 30px;
    height: 54px;
    width: 290px;
    outline: none;
    padding-left: 20px;
    padding-right: 58px;
    color: #76aaf8;
    font-size: 18px;
}
.search_box input::placeholder{
    color: #76aaf8;
    font-size: 18px;
}
.search_btn{
    outline: none;
    background: none;
    border:none;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 13px;
    top: 5px;
}
.details_right_top_box{
    position: absolute;
    right: 0;
    top: 0;
}
.details_right_top_box{
    display: flex;
}
.details_right_top_box .login_register{
    margin-top: 0;
    margin-left: 10px;
}
.scmp_school_title{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.scmp_school_title&gt;img:nth-of-type(1){
    width: 80px;
    height: 80px;
    display: block;
    font-size: 0;
    margin: 0 11px;
}
.scmp_school_title div&gt;img{
    width: auto;
    height: 80px;
    display: block;
    font-size: 0;
    margin: 0 11px;
}
.scmp_item{
    float: left;
    width: 580px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.scmp_item:nth-of-type(2n){
    margin-right: 0;
}
.scmp_item a{
    display: block;
}
.scmp_item a div{
    width: 580px;
    height: 265px;
    display: block;
    position: relative;
    border-radius: 30px;
    border: 5px solid #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.scmp_item a div img{
    height: 100% ;
    width: 100% ;
    transition-duration: .5s;
    display: block;
    font-size: 0;
}
.scmp_item a div:hover img {
    transform: scale(1.1);
}
.scmp_item a p:nth-of-type(1){
    font-size: 30px;
    color: #fff;
    font-family: 'medium';
    margin-top: 10px;
    margin-bottom: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 35px;
    height: 70px;
    padding: 0 30px
}
.scmp_item a p:nth-of-type(2){
    color: #ffffff;
    font-size: 24px;
    padding: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search_list{
    position: absolute;
    width: 100%;
    background: #fff;
    padding:30px 0;
    border-radius: 30px;
    border: 3px solid #76aaf8;
    top:70px;
    /* max-height: 300px;
    overflow-y: auto; */
}
.search_list&gt;div{
    margin-bottom: 12px;
}
.search_list&gt;div .title{
    color: #ccc;
    font-size: 14px;
    padding:0 15px;
    margin-bottom: 10px;
    display: block;
}
.search_list&gt;div div{
}
.search_list&gt;div div a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    padding:0 30px;
    box-sizing: border-box;
}
.search_list&gt;div div a:hover{
    background: rgba(96, 185, 244, 0.6);
}</pre></body></html>