*{
    margin: 0;
    padding: 0;
}
.top_bg{
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    position: fixed;
    /*min-width: 900px;*/
    text-align: center;
    padding: 30px;
    background: url("/layui/img/new_login/标题背景.png");
}
.top_bg>img{
    width: 65%;
    /*min-width: 505px;*/
}
.big_conennt{
    width: 100%;
    /*min-width: 900px;*/
    height: 300px;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    background: url("/layui/img/new_login/主题背景.png")no-repeat;
    background-size: 100% 100%;
}
.bottom_bg{
    width: 100%;
    /*min-width: 900px;*/
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background: #000;
    letter-spacing:2px;
    color: #fefefe;
    opacity: 0.5;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    flex: 2;
}
.bottom_bg>a{
    color: #1da6ef;
}
.block_box{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 333;
    display: none;
}
.loss_pass_box{
    width:600px;
    height: 400px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 444;
    background: #fff;
    border-radius: 10px;
    display: none;
}
.loss_pass_box>h3{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.loss_pass_box>i{
    width: 10%;
    height: 70px;
    line-height: 70px;
    right: 0;
    top: 0;
    margin: auto;
    position: absolute;
    font-size: 26px;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.loss_pass_box1{
    width:600px;
    height: 400px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 444;
    background: #fff;
    border-radius: 10px;
    display: none;
}
.zhuce_warp{
    width: 80%;
    height: 160px;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.zhuce_warp>div{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
}
.zhuce_warp1>p{
    width: 80px;
    /*min-width: 80px;*/
    font-size: 16px;
    color: #666;
}
.zhuce_warp1>input{
    width: 100%;
    border-radius: 25px;
    border: none;
    background: #999;
    text-indent: 20px;
    font-size: 16px;
    color: #fff;
}
.have_password{
    width: 150px;
    /*min-width: 150px;*/
    background: #2276c3;
    border: none;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
}
.have_password:hover{
    cursor: pointer;
}
/* 使用webkit内核的浏览器 */
.zhuce_warp1>input::-webkit-input-placeholder{
    color: #ccc;
}
/* Firefox版本4-18 */
.zhuce_warp1>input:-moz-placeholder{
    color: #ccc;
}
/* Firefox版本19+ */
.zhuce_warp1>input::-moz-placeholder{
    color: #ccc;
}
/* IE浏览器 */
.zhuce_warp1>input:-ms-input-placeholder{
    color: #ccc;
}
.zhuce_btn{
    width: 200px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    position: absolute;
    border: none;
    border-radius: 25px;
    background: #2276c3;
    color: #fff;
    font-size: 20px;
}
.zhuce_btn:hover{
    cursor: pointer;
}
/*==================================================================================*/
/*默认界面中部*/
.center_box{
    width: 90%;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
}
.choice_ul{
    width: 20%;
    /*min-width: 235px;*/
    height: 95%;
    margin-left: 10%;
    margin-right: 5%;
    /*overflow: hidden;*/
}
.choice_ul>li{
    height: 30%;
    width: 45%;
    float: left;
    /*min-width: 100px;*/
    margin: 10px 2.5%;
    border-radius: 10px;
    box-shadow: 2px -2px 2px rgba(0,0,0,0.3);
}
.white_bg{
    width: 100%;
    height: 15px;
    background: #2276c3;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.choice_pic_warp{
    height: 75%;
    text-align: center;
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.choice_pic_warp>img{
    width: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.choice_ul>li:hover{
    cursor: pointer;
}
.choice_ul>li>.handlerIn{
    background: #91caff;
}
.choice_ul>li>.handlerIn>.choice_pic1{
    display: none;
}
.choice_ul>li>.handlerIn>.choice_pic2{
    display: block;
}
.choice_ul>li>.this_show{
    background: #91caff;
}
.choice_ul>li>.this_show>.choice_pic1{
    display: none;
}
.choice_ul>li>.this_show>.choice_pic2{
    display: block;
}
.choice_pic2{
    display: none;
}
.blue_bg{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: #2276c3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 -2px 2px rgba(0,0,0,0.3);
}
/*=====================================================================*/
/*右边默认LOGO*/
.all_warp{
    width: 65%;
    height: 100%;
    position: relative;
}
.moren_bg{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
    /*background: url("/layui/img/new_login/首页-1-背景图片.png")no-repeat;*/
    /*background-size: 100% 100%;*/
    /*display: none;*/
}
.first_bg{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: 60%;
}
/*=======================================================*/
/*==========================银行简介=====================*/
.flash_warp{
    width: 100%;
    height: 91%;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    position: absolute;
    z-index: 2;
    border-radius: 20px;
    display: none;
    border: 1px solid #ccc;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
.flash_warp>h3{
    height: 60px;
    line-height: 60px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #2276c3;
    color: #fff;
    font-size: 24px;
    text-indent: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.flash_content{
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.flash_click_warp{
    top: 20px;
    left: 20px;
    bottom: 20px;
    margin: auto;
    position: absolute;
}
.flash_click_bg{
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
}
.flash_bg{
    width: 100%;
    height: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    opacity: 0.2;
}
.point_pic1{
    display: none;
}
.point_click_warp1{
     width: 10%;
     left: 33%;
     top: 7%;
     margin: auto;
     position: absolute;
     z-index: 3;
 }
.point_click_warp1>img{
    width: 100%;
}
.point_click_warp1>.point_pic1{
    display: block;
}
.point_click_warp1>.point_pic2{
    display: none;
}
.point_click_warp2{
    width: 10%;
    left: 56%;
    top: 24%;
    margin: auto;
    position: absolute;
    z-index: 3;
}
.point_click_warp2>img{
    width: 100%;
}
.point_click_warp3{
    width: 10%;
    left: 32%;
    top: 40%;
    margin: auto;
    position: absolute;
    z-index: 3;
}
.point_click_warp3>img{
    width: 100%;
}
.point_click_warp4{
    width: 10%;
    left: 54%;
    top: 56%;
    margin: auto;
    position: absolute;
    z-index: 3;
}
.point_click_warp4>img{
    width: 100%;
}
.point_click_warp5{
    width: 10%;
    left: 31%;
    top: 72%;
    margin: auto;
    position: absolute;
    z-index: 3;
}
.point_click_warp5>img{
    width: 100%;
}
.point_click_warp6{
    width: 10%;
    left: 57%;
    top: 90%;
    margin: auto;
    position: absolute;
    z-index: 3;
}
.point_click_warp6>img{
    width: 100%;
}
.line1{
    display: none;
}
.line_warp1{
    height: 17%;
    left: 37%;
    top: 9%;
    margin: auto;
    position: absolute;
    z-index: 2;
}
.line_warp1>img{
   height: 100%;
}
.line_warp2{
    height: 17%;
    left: 35%;
    top: 25%;
    margin: auto;
    position: absolute;
    z-index: 2;
}
.line_warp2>img{
    height: 100%;
}
.line_warp3{
    height: 17%;
    left: 35%;
    top: 41%;
    margin: auto;
    position: absolute;
    z-index: 2;
}
.line_warp3>img{
    height: 100%;
}
.line_warp4{
    height: 17%;
    left: 33%;
    top: 57%;
    margin: auto;
    position: absolute;
    z-index: 2;
}
.line_warp4>img{
    height: 100%;
}
.line_warp5{
    height: 17%;
    left: 36%;
    top: 75%;
    margin: auto;
    position: absolute;
    z-index: 2;
}
.line_warp5>img{
    height: 100%;
}
.person_pic{
    width: 15%;
    left: 30%;
    top: 3%;
    margin: auto;
    position: absolute;
    z-index: 5;
}
.flash_title{
    height: 44px;
    display: none;
}
.flash_title_p1>p,.flash_title_p3>p,.flash_title_p5>p{
    width: 100%;
    height: 38px;
    margin:2px 0 2px 0;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    color: #333;
}
.flash_title_p2>p,.flash_title_p4>p,.flash_title_p6>p{
    width: 90%;
    height: 38px;
    margin:2px 5% 2px 0;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    color: #333;
 }
.flash_title_p1{
    width: 45%;
    left: 45%;
    top: 3%;
    margin: auto;
    position: absolute;
    z-index: 5;
    background: url("/layui/img/animation/cut/提示框2.png")no-repeat;
    background-size: 100% 100%;
    display: block;
}
.flash_title_p2{
    width: 40%;
    left: 6%;
    top: 22%;
    margin: auto;
    position: absolute;
    z-index: 5;
    background: url("/layui/img/animation/cut/提示框1.png")no-repeat;
    background-size: 100% 100%;
}
.flash_title_p3{
    width: 40%;
    left: 45%;
    top: 38%;
    margin: auto;
    position: absolute;
    z-index: 5;
    background: url("/layui/img/animation/cut/提示框2.png")no-repeat;
    background-size: 100% 100%;
}
.flash_title_p4{
    width: 40%;
    left: 6%;
    top: 54%;
    margin: auto;
    position: absolute;
    z-index: 5;
    background: url("/layui/img/animation/cut/提示框1.png")no-repeat;
    background-size: 100% 100%;
}
.flash_title_p5{
    width: 40%;
    left: 45%;
    top: 70%;
    margin: auto;
    position: absolute;
    z-index: 5;
    background: url("/layui/img/animation/cut/提示框2.png")no-repeat;
    background-size: 100% 100%;
}
.flash_title_p6{
    width: 40%;
    line-height: 38px;
    left: 6%;
    top: 86%;
    margin: auto;
    position: absolute;
    z-index: 5;
    background: url("/layui/img/animation/cut/提示框1.png")no-repeat;
    background-size: 100% 100%;
}
.flash_video_warp{
    top: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    position: absolute;
}
.flash_video_warp>video{
    width: 100%;
    height: 100%;
}
.flash_video_warp>img{
    width: 100%;
    height: 100%;
}
.stop_img{
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    margin: auto;
    position: absolute;
    z-index: 2;
}
.stop_img>img{
    width: 60%;
    height: 60%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.stop_img>img:hover{
    cursor: pointer;
}
.bofang{
    display: none;
}
/*=======================================================*/
/*==========================登录模块=====================*/
.sign_box{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 2;
    display: none;
}
.sign_box>h3{
    width: 100%;
    font-size: 26px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
}
.sign_wrap{
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.sign_ul{
    width: 27%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.sign_ul>li{
    margin: 10px 0 0 0;
    font-size: 24px;
    border-radius: 12px;
    color: #2276c3;
    text-align: center;
    border: 2px solid #2276c3;
    background: #2276c3;
}
.sign_ul>li>p{
    width: 100%;
    height: 80%;
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.sign_ul>.sign_ul_this{
    color: #fff;
    background: #f38932;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sign_ul>.sign_ul_this>p{
    background: #91caff;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sign_center_warp{
    left: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 55%;
    height: 80%;
    /*min-width: 460px;*/
}
.denglu_warp{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    display: none;
}
.denglu_geren{
    display: block;
    width: 100%;
    height: 100%;
}
.denglu_jigou{
    display: none;
}
.denglu_qiye{
    display: none;
}
/*==================================================*/
/*个人用户--电脑账户*/
.pc_warp{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.pc_tishi_box{
    width: 100%;
    height: 15%;
    display: flex;
    flex-wrap: nowrap;
}
.pc_tishi_box2{
    width: 100%;
    height: 15%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.pc_tishi_warp{
    width: 150px;
    /*min-width: 150px;*/
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    color: #f38932;
    background: url("/layui/img/new_login/提示框.png")no-repeat;
    background-size: 100% 100%;
}
.pc_tishi_warp>i{
    text-align: right;
    margin: 0 10px;
}
.pc_tishi_warp>p{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.pc_tishi_box>img{
    height: 100%;
}
.pc_tishi_box>img:hover{
    cursor: pointer;
}
.pc_tishi_box2>img{
    height: 100%;
}
.pc_tishi_box2>img:hover{
    cursor: pointer;
}
.pc_warp>h2{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    color: #666;
    letter-spacing: 5px;
}
.pc_shuru_warp{
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5%;
}
.zhanghao_warp,.mima_warp{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #999;
    background: #999;
    color: #fff;
    border-radius: 25px;
    margin-bottom: 5%;
}
.zhanghao_warp>i,.mima_warp>i{
    font-size:26px;
    width: 15%;
    text-align: center;
}
.zhanghao_warp>input,.mima_warp>input{
    font-size:16px;
    width: 100%;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #999;
    color: #fff;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #999 inset;
}
/* 使用webkit内核的浏览器 */
.zhanghao_warp>input::-webkit-input-placeholder{
    color: #ccc;
}
/* Firefox版本4-18 */
.zhanghao_warp>input:-moz-placeholder{
    color: #ccc;
}
/* Firefox版本19+ */
.zhanghao_warp>input::-moz-placeholder{
    color: #ccc;
}
/* IE浏览器 */
.zhanghao_warp>input:-ms-input-placeholder{
    color: #ccc;
}
/* 使用webkit内核的浏览器 */
.mima_warp>input::-webkit-input-placeholder{
    color: #ccc;
}
/* Firefox版本4-18 */
.mima_warp>input:-moz-placeholder{
    color: #ccc;
}
/* Firefox版本19+ */
.mima_warp>input::-moz-placeholder{
    color: #ccc;
}
/* IE浏览器 */
.mima_warp>input:-ms-input-placeholder{
    color: #ccc;
}

.choice_pass_box{
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: flex;
    font-size: 16px;
    flex-wrap: nowrap;
    margin-bottom: 5%;
}
.choice_pass_warp1{
    width: 55%;
    display: flex;
    flex-wrap: nowrap;
    color: #999;
}
.choice_pass_warp1>input{
    width: 15px;
    height: 15px;
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5px;
}
.choice_pass_warp2{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    /*min-width: 100px;*/
    color: #999;
    margin: 0 auto;
}
.choice_pass_warp2>span{
    /*min-width: 70px;*/
    text-align: right;
    margin: 0 3px;
}
.choice_pass_warp2>span:hover{;
   cursor: pointer;
}
.new_pass{
    color: #ff5a5a;
}
.submit_geren{
    width: 40%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    background: #2276c3;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    text-align: center;
    margin-left: 30%;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
/*===================================================================*/
/*个人用户--手机扫码*/
.phone_warp{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none;
}
.phone_title_warp{
    width: 100%;
    height: 100%;
    text-indent: 20px;
    font-size: 18px;
    color: #666;
}
.phone_title_warp2{
    width: 100%;
    height: 100%;
    text-indent: 20px;
    font-size: 18px;
}
.phone_warp>img{
    width: 40%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    margin-top: 3%;
}
.phone_warp_zhuce .phone_title{
    width: 186px;
    top: 72%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    display: flex;
    font-size: 14px;
    flex-wrap: nowrap;
}
.phone_title{
    width: 250px;
    top: 72%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    display: flex;
    font-size: 14px;
    flex-wrap: nowrap;
}
.phone_title>img{
    width: 50px;
    height: 50px;
    margin: 0 10px;
}
.phone_title>p{
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #666;
}
.phone_title>p>span{
    color: #ff5a5a;
}
.phone_choice_warp{
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #ff5a5a;
    right: 0;
    top: 85%;
    margin: auto;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
}
.phone_choice_warp>p{
    width: 70px;
}
.phone_choice_warp>p:hover{
    cursor: pointer;
}
.phone_warp_zhuce{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none;
}
.phone_warp_zhuce>img{
    width: 40%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    margin-top: 3%;
}
.phone_choice_warp_zhuce>p{
    color: #666;
}
/*===============================================================================*/
/*==========================最新资讯=====================*/
.new_information_box{
    width: 100%;
    height: 91%;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    position: absolute;
    z-index: 2;
    border: 1px solid #ccc;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: none;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
.new_information_box>h3{
    height: 60px;
    line-height: 60px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #2276c3;
    color: #fff;
    font-size: 24px;
    text-indent: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.zixun_bg{
    width: 100%;
    height: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    opacity: 0.2;
}
.zixun_warp{
    width: 100%;
    overflow-y: scroll;
    background: #f5f5f5;
}
.zixun_warp>li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    text-indent: 20px;
}
.zixun_title{
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.zixun_time{
    width: 20%;
    /*min-width: 150px;*/
    text-align: center;
}
.zixun_warp>li:nth-child(odd){
    background:#ececec;
}
.zixun_warp>li:nth-child(even){
    background:#f5f5f5;
}
.zixun_warp>li:hover{
    color: #2276c3;
}
/*滚动条整体部分*/
.zixun_warp::-webkit-scrollbar {
    width: 20px;
}
/*滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）*/
.zixun_warp::-webkit-scrollbar-thumb{
    background: #fff;
    border-radius: 10px;
}
/*滚动条的轨道（里面装有Thumb）*/
.zixun_warp::-webkit-scrollbar-track{
    display: none;
}
/*滚动条的轨道的两端按钮，允许通过点击微调小方块的位置。*/
.zixun_warp::-webkit-scrollbar-button{
    display: none;
}
/*内层轨道，滚动条中间部分（除去）*/
.zixun_warp::-webkit-scrollbar-track-piece{
    background: #ccc;
}
/*边角，即两个滚动条的交汇处*/
.zixun_warp::-webkit-scrollbar-corner{
    display: none;
}
/*两个滚动条的交汇处上用于通过拖动调整元素大小的小控件*/
.zixun_warp::-webkit-resizer{
    display: none;
}

/*=============================================================================================*/
/*培训课程*/
.peixun_box{
    width: 100%;
    height: 91%;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    position: absolute;
    z-index: 2;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: none;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
.peixun_box>h3{
    height: 60px;
    line-height: 60px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #2276c3;
    color: #fff;
    font-size: 24px;
    text-indent: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.peixun_warp{
    width: 100%;
    background: #fff;
}
.pei_xun_bg{
    width: 100%;
    height: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    opacity: 0.2;
}
.peixun_warp>h3{
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-indent: 20px;
    font-size: 18px;
    color: #2276c3;
}
.peixun_small_warp{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.peixun_little{
    width:20%;
    margin-left: 5px;
    /*min-width: 140px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}
.peixun_little>li{
    width: 97%;
    /*max-height: 60px;*/
    border-radius: 10px;
    border: 1px solid #2276c3;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.peixun_name{
    width: 100%;
    padding: 0 15px;
    background: #2276c3;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.choice_peixun>.peixun_name{
    background: #91caff;
}
/*滚动条整体部分*/
.peixun_little::-webkit-scrollbar {
    width: 10px;
}
/*滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）*/
.peixun_little::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
}
/*滚动条的轨道（里面装有Thumb）*/
.peixun_little::-webkit-scrollbar-track{
    display: none;
}
/*滚动条的轨道的两端按钮，允许通过点击微调小方块的位置。*/
.peixun_little::-webkit-scrollbar-button{
    display: none;
}
/*内层轨道，滚动条中间部分（除去）*/
.peixun_little::-webkit-scrollbar-track-piece{
    background: #fff;
}
/*边角，即两个滚动条的交汇处*/
.peixun_little::-webkit-scrollbar-corner{
    display: none;
}
/*两个滚动条的交汇处上用于通过拖动调整元素大小的小控件*/
.peixun_little::-webkit-resizer{
    display: none;
}
.peixun_subject_box{
    width: 80%;
    height: 98%;
    margin: 0 10px;
    border-radius: 20px;
    border: 1px solid #2276c3;
}
.peixun_subject_box>h3{
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    background: #2276c3;
    color: #fff;
    font-size: 20px;
    text-indent: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.peixun_subject_warp{
    width: 100%;
    overflow-y: scroll;
}
.peixun_subject_warp>li{
    width: 33%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    float: left;
}
.peixun_subject_warp>li:hover{
    cursor: pointer;
}
/*滚动条整体部分*/
.peixun_subject_warp::-webkit-scrollbar {
    width: 10px;
}
/*滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）*/
.peixun_subject_warp::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
}
/*滚动条的轨道（里面装有Thumb）*/
.peixun_subject_warp::-webkit-scrollbar-track{
    display: none;
}
/*滚动条的轨道的两端按钮，允许通过点击微调小方块的位置。*/
.peixun_subject_warp::-webkit-scrollbar-button{
    display: none;
}
/*内层轨道，滚动条中间部分（除去）*/
.peixun_subject_warp::-webkit-scrollbar-track-piece{
    background: none;
}
/*边角，即两个滚动条的交汇处*/
.peixun_subject_warp::-webkit-scrollbar-corner{
    display: none;
}
/*两个滚动条的交汇处上用于通过拖动调整元素大小的小控件*/
.peixun_subject_warp::-webkit-resizer{
    display: none;
}
/*===================================================================================*/
/*教育课程弹窗*/
.jiaoyu_tanchuang{
    width: 80%;
    height: 60%;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30%;
    margin: auto;
    position: fixed;
    z-index: 333;
    background: #fff;
    display: none;
}
.jiaoyu_tanchuang>i{
    width: 10%;
    height: 60px;
    line-height: 60px;
    right: 0;
    top: 0;
    margin: auto;
    position: absolute;
    font-size: 26px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.jiaoyu_tanchuang>h3{
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-indent: 20px;
    font-size: 24px;
    color: #fff;
    background: #2276c3;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.class_mulu{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}
.title_mulu2{
    width: 10%;
    color: #2276c3;
    line-height: 40px;
    /*min-width: 150px;*/
    font-size: 18px;
    text-indent: 20px;
    text-align: center;
}
.choice_class_mulu{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.search_class{
    width: 10%;
    background: #2276c3;
    /*min-width: 100px;*/
    margin-left: 5%;
    font-size: 18px;
    border-radius: 10px;
}
.class_table{
    overflow-x: auto;
    overflow-y: auto;
    height: 80%;
    width: 100%;
    padding-top: 40px;
    border: 1px solid #ececec;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.others_warp{
    width: 80px;
    height: 90px;
    right: 25%;
    bottom: 60px;
    position: absolute;
    margin: auto;
}
.others_warp>p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.others_warp>p>img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.others_warp>p:hover{
    color: #2276c3;
    cursor: pointer;
}
/*===================================================================================*/
/*教育机构公示弹窗*/
.jiaoyu_tanchuang2{
    width: 80%;
    height: 60%;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 333;
    background: #fff;
    display: none;
}
.jiaoyu_tanchuang2>h3{
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-indent: 20px;
    font-size: 24px;
    color: #fff;
    background: #2276c3;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.jiaoyu_tanchuang2>i{
    width: 10%;
    height: 60px;
    line-height: 60px;
    right: 0;
    top: 0;
    margin: auto;
    position: absolute;
    font-size: 26px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.class_mulu{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}
.title_mulu{
    width: 10%;
    color: #2276c3;
    line-height: 40px;
    /*min-width: 150px;*/
    font-size: 18px;
    text-indent: 20px;
}
.choice_class_mulu{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.search_class2{
    width: 10%;
    background: #2276c3;
    /*min-width: 100px;*/
    margin-left: 5%;
    font-size: 18px;
    border-radius: 10px;
}
.class_table{
    padding-top: 40px;
    border: 1px solid #ececec;
}
/*===================================================================================*/
/*教育机构公示弹窗*/
.jiaoyu_tanchuang3{
    width: 80%;
    height: 60%;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30%;
    margin: auto;
    position: fixed;
    z-index: 333;
    background: #fff;
    display: none;
}
.jiaoyu_tanchuang3>h3{
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-indent: 20px;
    font-size: 24px;
    color: #fff;
    background: #2276c3;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.jiaoyu_tanchuang3>i{
    width: 10%;
    height: 60px;
    line-height: 60px;
    right: 0;
    top: 0;
    margin: auto;
    position: absolute;
    font-size: 26px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.class_mulu{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}
.title_mulu3{
    width: 10%;
    color: #2276c3;
    line-height: 40px;
    /*min-width: 150px;*/
    font-size: 18px;
    text-indent: 20px;
}
.choice_class_mulu{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.search_class3{
    width: 10%;
    background: #2276c3;
    /*min-width: 100px;*/
    margin-left: 5%;
    font-size: 18px;
    border-radius: 10px;
}
.class_table{
    padding-top: 40px;
    border: 1px solid #ececec;
}
/*===================================================================================*/
/*教育机构公示地图*/
.jiaoyu_map_warp{
    width: 100%;
    height: 91%;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    position: absolute;
    z-index: 2;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: none;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
.jiaoyu_map_warp>h3{
    height: 60px;
    line-height: 60px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #2276c3;
    color: #fff;
    font-size: 24px;
    text-indent: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.province_warp{
    width: 100%;
    background: #fff;
}
#map-wrap{
    width: 100%;
    height: 100%;
}
.province_bg{
    width: 100%;
    height: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    opacity: 0.2;
}
/*=============================================================================================*/
/*成果*/
.chengguo_box{
    width: 100%;
    height: 91%;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    position: absolute;
    z-index: 2;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: none;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
.chengguo_box>h3{
    height: 60px;
    line-height: 60px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #2276c3;
    color: #fff;
    font-size: 24px;
    text-indent: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.chengguo_warp{
    width: 100%;
    background: #fff;
}
.chengguo_xun_bg{
    width: 100%;
    height: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    opacity: 0.2;
}
.chengguo_warp>h3{
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-indent: 20px;
    font-size: 18px;
    color: #2276c3;
}
.chengguo_small_warp{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.chengguo_little{
    width:20%;
    margin-left: 5px;
    /*min-width: 140px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}
.chengguo_little>li{
    width: 97%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    border: 1px solid #2276c3;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.chengguo_name{
    width: 100%;
    padding: 0 15px;
    background: #2276c3;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.choice_chengguo>.chengguo_name{
    background: #91caff;
}
/*滚动条整体部分*/
.chengguo_little::-webkit-scrollbar {
    width: 10px;
}
/*滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）*/
.chengguo_little::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
}
/*滚动条的轨道（里面装有Thumb）*/
.chengguo_little::-webkit-scrollbar-track{
    display: none;
}
/*滚动条的轨道的两端按钮，允许通过点击微调小方块的位置。*/
.chengguo_little::-webkit-scrollbar-button{
    display: none;
}
/*内层轨道，滚动条中间部分（除去）*/
.chengguo_little::-webkit-scrollbar-track-piece{
    background: #fff;
}
/*边角，即两个滚动条的交汇处*/
.chengguo_little::-webkit-scrollbar-corner{
    display: none;
}
/*两个滚动条的交汇处上用于通过拖动调整元素大小的小控件*/
.chengguo_little::-webkit-resizer{
    display: none;
}
.chengguo_subject_box{
    width: 80%;
    height: 98%;
    margin: 0 10px;
    border-radius: 20px;
    border: 1px solid #2276c3;
}
.chengguo_subject_box>h3{
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    background: #2276c3;
    color: #fff;
    font-size: 20px;
    text-indent: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.chengguo_subject_warp{
    width: 100%;
    overflow-y: scroll;
}
.chengguo_subject_warp>li{
    width: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    float: left;
}
.chengguo_subject_warp>li:hover{
    color: #2276c3;
    cursor: pointer;
}
/*滚动条整体部分*/
.chengguo_subject_warp::-webkit-scrollbar {
    width: 10px;
}
/*滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）*/
.chengguo_subject_warp::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
}
/*滚动条的轨道（里面装有Thumb）*/
.chengguo_subject_warp::-webkit-scrollbar-track{
    display: none;
}
/*滚动条的轨道的两端按钮，允许通过点击微调小方块的位置。*/
.chengguo_subject_warp::-webkit-scrollbar-button{
    display: none;
}
/*内层轨道，滚动条中间部分（除去）*/
.chengguo_subject_warp::-webkit-scrollbar-track-piece{
    background: none;
}
/*边角，即两个滚动条的交汇处*/
.chengguo_subject_warp::-webkit-scrollbar-corner{
    display: none;
}
/*两个滚动条的交汇处上用于通过拖动调整元素大小的小控件*/
.chengguo_subject_warp::-webkit-resizer{
    display: none;
}
.layui-form-select dl dd.layui-this{
    background-color: #2276c3!important;
    color: #fff;
}
.chengguo_bg{
    width: 100%;
    height: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    opacity: 0.2;
}
/*====================================================================================*/
@media screen and (min-width:901px) and (max-width:1600px){
    .choice_ul{
        width: 20%;
        height: 95%;
        margin-left: 5%;
        margin-right: 2%;
        overflow: hidden;
    }
    .choice_ul>li{
        width: 45%;
        /*min-width: 80px;*/
        margin: 5px 2.5%;
        border-radius: 10px;
        box-shadow: 2px -2px 2px rgba(0,0,0,0.3);
    }
    .blue_bg{
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        background: #2276c3;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 -2px 2px rgba(0,0,0,0.3);
    }
    .pc_shuru_warp{
        width: 70%;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 5%;
    }
    .new_information_box{
        width: 100%;
        height: 85%;
        left: 0;
        right: 0;
        top: 5px;
        margin: auto;
        position: absolute;
        z-index: 2;
        background: #f5f5f5;
        border-radius: 20px;
    }
    .others_warp{
        width: 80px;
        height: 90px;
        right: 20%;
        bottom: 60px;
        position: absolute;
        margin: auto;
    }
}
@media screen and (max-width:900px){
    .center_box{
        width: 100%;
        left: 0;
        right: 0;
        top: 30px;
        margin: auto;
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
    }
    .choice_ul{
        width: 20%;
        height: 95%;
        margin-left: 2%;
        margin-right: 2%;
        overflow: hidden;
    }
    .choice_ul>li{
        width: 45%;
        float: left;
        /*min-width: 50px;*/
        margin: 5px 2.5%;
        border-radius: 10px;
        box-shadow: 2px -2px 2px rgba(0,0,0,0.3);
    }
    .blue_bg{
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        background: #2276c3;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 -2px 2px rgba(0,0,0,0.3);
    }
    .sign_ul>li>p {
        font-size: 18px;
    }
    .choice_pass_warp1 {
        width: 50%;
        display: flex;
        flex-wrap: nowrap;
    }
    .pc_shuru_warp{
        width: 70%;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 5%;
    }
    .new_information_box{
        width: 100%;
        left: 0;
        right: 0;
        top: 5px;
        margin: auto;
        position: absolute;
        z-index: 2;
        background: #f5f5f5;
        border-radius: 20px;
    }
    .jiaoyu_map_warp>h3{
        font-size: 18px;
    }
    .others_warp{
        width: 80px;
        height: 90px;
        right: 10%;
        bottom: 60px;
        position: absolute;
        margin: auto;
    }
}
.span_center{
    margin: 0 auto;
}
/*----------------------------------------------------*/
#enterprise_register{
    color: #ff5a5a;
}