.reg_bg_style{
    min-width: 1200px;
    display: flex;
    justify-content: space-between;
    background: url(../../img/newPortal/bagImg.jpg) no-repeat left center;
    background-size: 100% 100%;

}

#register_min_bg{
    background-color: rgba(255,255,255,1);
    margin-top: 50px;
    width: 1000px ! important;
    margin-bottom: 50px;
    box-shadow: 2px 2px 6px rgb(123,148,185);
}

#promptInfo{
    width: 764px;
    height: 36px;
    margin-top: 32px;
    margin-left: 100px;
    background-color: rgba(198, 233, 248, 1);
}

#promptInfo p{
    font-family: 微软雅黑, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    margin-top: -4px;
    margin-left: 8px;
}

.register_center_center{
    width:830px;
    display:flex;
    margin: 0 auto;
    justify-content: space-around;
}

/*内容白色背景区域*/
.register_center{
    /* 	width:1080px;
        min-width: 1080px;
        height:560px; */
    margin:47px auto;
    background: #fff;
    box-shadow: 2px 2px 6px rgb(123,148,185);
}
.register_center_center{
    width:830px;
    display:flex;
    margin: 0 auto;
    justify-content: space-around;
}
.register_center_center div{
    /* width: 800px; */
    height: 310px;
    text-align: center;
    padding: 0 40px;
    /* border: 1px solid rgba(238,238,238,1);
     background: linear-gradient(219.725807603121deg,rgba(255,255,255,1) 5%, rgba(227,237,251,1) 94%); */
    margin-top:12px;
}
.register_center_center .register_divHover:hover{
    border-color: rgba(0,89,156,1);
}
.register_center_center .register_center_centerClick{
    border-color: rgba(0,89,156,1);
}
.register_center_center div img{
    margin-top:20px;
    margin-bottom:20px;
}
.register_center_center div h2{
    font-size:20px;
    font-weight: 400;
    margin-bottom:10px;

}

.register_center_center div p{
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.register_center_center div span{
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;

}
.register_center_center b {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 32px;
}
#back{
    display:block;
    width:120px;
    height:40px;
    margin: 0px 9px;
    text-align: center;
    line-height: 40px;
    color:#fff;
    background: rgba(0,89,156,1);
    border-radius: 4px;
    text-decoration:none;
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
#back:hover{
    background: rgba(12,61,101,1);
}
#login{
    display:block;
    width:120px;
    height:40px;
    margin: 0px 9px;
    text-align: center;
    line-height: 40px;
    background-color: #FFFFFF;
    color: #00599C;
    border: 1px solid #00599C;
    border-radius: 4px;
    text-decoration:none;
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
#login:hover{
    background: rgba(0,89,156,1);
    color:#fff;
}
.new_reg_bg_style{
    min-width: 1200px;
    display: flex;
    justify-content: space-between;
    background: url(../../img/newPortal/bagImg.jpg) no-repeat left center;
    background-size: 100% 100%;

}



