<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* header ------------------------------ */
.header{ position: fixed;  z-index: 999;  width: 100%;  height: 80px;  }
.scrolledDown{  background: #0e0a33;}
.header .logo{float:left;width:164px;height:38px;margin-right:40px; margin-top: 17px;}
.header .nav{ float:left;width:650px;margin-right:36px ; }
.header .nav li{float:left}
.header .nav li a{ height:80px;line-height:80px;display:block;color:#fff;font-size:16px;font-weight:400;margin-left:36px ; opacity: 0.5;  }
.header .nav li a:hover{color:#fff;border-bottom:3px solid #fff; opacity: 1; }
.header .nav li a.actived{color:#fff;border-bottom:3px solid #fff;opacity: 1;}
.header .nav_btn{float:left; margin-top: 30px;}
.header .nav_btn span.btn_upload{height:14px;line-height:14px;padding:8px;border-radius:5px;border:1px #fff solid;color:#fff;cursor:pointer}
.header .nav_btn span.btn_upload:hover{height:14px;line-height:14px;padding:8px;border-radius:5px;border:1px #00bfff solid;color:#00bfff}
.header .nav_btn span.btn_login{margin-left:10px;height:14px;line-height:14px;padding:8px 30px;border-radius:5px;border:1px #fff solid;color:#000;background:#fff;cursor:pointer}
.header .nav_btn span.btn_login:hover{height:14px;line-height:14px;padding:8px 30px;border-radius:5px;border:1px #00bfff solid;color:#00bfff;background:#fff}

.header .nav .solution_nav{position: relative; }
.header .nav .solution_nav:hover .second_menu_solution{display: block; }
.header .second_menu_solution{ background: #fff; width: 163px; height: 310px; border-radius: 5px ; position: absolute; top:68px; left: 30px;  display: none;  }
.header .second_menu_solution ul li{width: 100%;margin: 1px 0; padding-left: 13px;  }
.header .second_menu_solution ul li:hover{color:#f44336; background: #f3f3f3;border-radius: 5px ; }
.header .second_menu_solution ul li:hover a{border-bottom:1px solid #0053ff; color: #0053ff ;  }
.header .second_menu_solution ul li a{ width: 80%;height:23px;line-height:23px; color: #202020; margin: 5px 0;  font-size: 12px; opacity: 1; }


.banner .tip{
    width: 500px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -600px;
}
.banner .tip h1{
    color: red;
    font-family: PingFang-SC-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.banner .tip p{
    margin-top: 10px ;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.banner .tip span.btn_see_detail{
    color: #fff;
    margin-top: 38px ;
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background-image: linear-gradient(90deg,
    #3350f1 0%,
    #5c81f9 100%);
    border-radius: 13px;
    text-align: center;
    display: inline-block;
}
.banner .tip span.btn_see_detail:active{ color: red;}
.banner .tip span.btn_see_detail.video{
    color: #fff;
    margin-left: 30px;
    display: block;
    width: 130px;
    height: 33px;
    line-height: 33px;
    background: #0B0B4C;
    border-radius: 20px;
    text-align: center;
    border: 1px #5c81f9 solid;
    display: inline-block;
}
.banner .tip span.btn_see_detail.video:active{
    color: red;
}

.index_lay_title{ padding-top: 20px;}
.index_lay_title h3{
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    color: #282828;
}
.index_lay_title p{
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #74778b;
}

.lay_height{ height: 560px   }

/* footer ------------------------------------------------------------------------------------- */
.x-footer{bottom:0;width:100%;height:432px;background-color:#0e0a33;z-index:999}
.x-footer-row{width:1200px;margin:0 auto;margin-top:30px;color:#b8c8e4}
.icon_bottom_show{position:absolute}
.icon_bottom_show .icon_overview img{width:32px;height:32px}
.icon_bottom_show .icon_open img{width:120px;height:140px}
.icon_bottom_show .icon_open .icon_open_1{float:left;position:relative;left:0}
.icon_bottom_show .icon_open .icon_open_2{float:left}
.x-footer-row-r{width:35%;height:140px;float:left;margin-left:10px}
.x-footer-row-r .x-footer-row-co-tip{margin-left:14px;margin-top:20px}
.x-footer-row-r .logo_bottom img{width:164px;height:38px;color:#fff}
.x-footer-row-r .x-footer-row-co-tip p{font-family:PingFang-SC-Medium;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;opacity:.5;margin-top:5px}
.x-footer-row-r img{position:relative;width:120px;height:120px;margin-top:10px}
.x-footer-row-r img:nth-child(1){text-align:center;margin:0 12px;margin-top:10px}
.x-footer-item h3{border:none!important;color:#fff;margin-bottom:10px; text-align: left !important;  }
.x-footer-item a{color:#b8c8e4;opacity:0.5; text-align: left;}
.x-footer-item a:hover{color:#fff; opacity:1; }
.x-footer-row-l{width:630px;float:right;margin-top:30px}
.x-footer-list{height:135px}
.x-footer-item{float:left;cursor:pointer;width: 140px ; }
.x-footer-item.last_aboutus{ margin-left: 69px; }
.x-footer-item .item-title{text-align:center;font-family:PingFang-SC-Medium;font-size:16px;font-weight:400;font-stretch:normal;line-height:24px;letter-spacing:0;color:#fff}
.footer_box .footer_contact h3 i{width:18px;height:26px;display:inline-block;vertical-align:middle;margin:0 5px 3px 0;background-position:-1px -3px}
.items-h3{margin-bottom:22px;margin-top:22px}
.items h3{text-align:left!important}
.item-link{font-size:14px;display:block;padding:5px 0;text-align:center}
.copyright{width:100%;background-color:#050030}
.copyright p{height:48px;line-height:48px;text-align:center;color:#b8c8e4;opacity:.5}

/* �割唱��貴腦��� ------------------------------------------------------------------------------------- */
#floatDiv{ width:60px;height:290px;position:fixed;   bottom: -119px;  right: 34px; z-index:100;}
#floatDiv li img {  width: 64px;height: 64px;}
#floatDiv li{ width:64px; height:64px; margin-bottom:10px; border-radius: 5px; cursor: pointer;
    /*background:lightblue;  */
}
/*#floatDiv li:hover {  width: 80px;height: 80px;background: lightgrey; opacity: 0.1; border-radius: 30px;  }*/
#floatDiv li a{text-align:center;  font-size: 12px;}
#floatDiv li:hover a{ color:#FFF;}


/* 綣合� ------------------------------------------------------------------------------------- */
.layui-layer {background: #fff;  border-radius: 10px !important;  }
.layui-layer-page .layui-layer-content {  overflow: visible !important;}
.apply_join_wrap {  position: relative; }
.apply_join_wrap .pop_title_bg img { 	width: 424px; height: 161px;}
.apply_join_wrap .btn_del img { 	width: 16px; height: 16px;}
.apply_join_wrap .pop_title_bg {  /*position: absolute;top:-50px; */   margin-top: -65px;   }
.apply_join_wrap .tip_title {width: 200px;position: absolute; top: 91px; left: 32px; }
.apply_join_wrap .tip_title h3 {color: #0053ff ; font-size: 14px;}
.apply_join_wrap .btn_del { width: 20px;position: absolute; top: 76px; right: 11px; cursor:  pointer; }
.apply_join_wrap .form_wrapper{  margin:20px;  }
.apply_join_wrap .form_wrapper .line { border-bottom: 1px #e5e5e5 solid; }
.apply_join_wrap .form_wrapper .layui-form-item .layui-form-label{  width: 110px; text-align: left }
.apply_join_wrap .form_wrapper .layui-form-item .layui-form-label em{ color: red}
.apply_join_wrap .form_wrapper .layui-form-item .layui-input-block input.layui-input{ width: 95% ;border: 0; }
.apply_join_wrap .form_wrapper .layui-form-item .layui-input-block textarea.layui-textarea{   width: 95% ;}
.apply_join_wrap .form_wrapper .layui-form-item  .join_type{ padding-top: 4px ;}
.apply_join_wrap .form_wrapper .layui-form-item  .join_type select{
    height: 33px;
    width: 261px;
    border: 0;
    border-radius: 8px;
    margin-right: 11px;
    padding-left: 4px;
    color: #606060 ;
}
.apply_join_wrap .form_wrapper .layui-form-item  .join_type select option{
    font-size: 16px;
}
.apply_join_wrap .form_wrapper  p{
    font-family: PingFang-SC-Medium;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #bebebe;
    margin: 14px 8px;
    margin-left: 36px;
}
.apply_join_wrap .form_wrapper  button.btn_submit_footer_pop{
    width: 288px;
    height: 32px;
    line-height: 32px;
    background-image: linear-gradient(90deg,
    #3350f1 0%,
    #5c81f9 100%);
    border-radius: 4px;
}
.apply_join_wrap .form_wrapper  .layui-inline {  margin-left: 13%;}



.test{border: 1px red solid;  /* 莨����莚�鐚�����delete */ }</pre></body></html>