html,body,#app{height: 100%;}
.container{background-color: #fff;}
/* height: 80%; */
.register-container{max-width: 1200px;margin: 0 auto;height: 100%;display: flex;justify-content: center; flex-direction: column;padding: 0 40px;flex: 1;}
.register-title{font-size: 36px;margin-bottom: 51px;width: 100%;color: #000;}
.register-box{display: flex;justify-content : space-between;width: 100%;}
.selece-register-box{height: 645px;border: 1px solid #ACACAC;border-radius: 10px;width: 47%;transition: all 0.5s;box-sizing: border-box;}
.selece-register-box>a{display: flex;height: 100%;flex-direction:column;align-items: center;justify-content: center;cursor: pointer;}
.selece-register-box>a>h3{font-size: 36px;margin-top: 79px;color: #1B1B1B;}
.selece-register-box>a>p{font-size: 16px;margin-top: 16px;color: #646464;text-align: left;padding: 0 20px;}
.enterprise-register-box>a>i{background: url(/images/user/cpy_logo.png) no-repeat;width: 180px;height: 180px;background-size: cover;display: inline-block;}
.personal-register-box>a>i{background: url(/images/user/per_logo.png) no-repeat;width: 180px;height: 180px;background-size: cover;display: inline-block;}
.selece-register-box em{background: url(/images/user/reg_i1.png) no-repeat;width: 24px;height: 10px;background-size: cover;margin-top: 80px;position: relative;transition: all 0.5s; top: 0;}
.selece-register-box:hover{transform: scale(1.1);border:1px solid rgba(255,203,0,1);box-shadow:-12px 12px 18px 0px rgba(145,134,69,0.2);}
.selece-register-box:hover em{background: url(/images/user/reg_i2.png) no-repeat;top: -30px;background-size: cover;}
@media screen and (max-width:1920px) {
    .register-title{font-size: 30px;}
    .register-container{max-width: 950px;}
    .selece-register-box{height: 516px;}
    .selece-register-box>a>h3{font-size: 30px;margin-top: 86px;}
    .selece-register-box>a>p{font-size: 14px;margin-top: 21px;}
    .enterprise-register-box>a>i{width: 144px;height: 144px;}
    .personal-register-box>a>i{width: 144px;height: 144px;}
    .selece-register-box em{margin-top: 60px;}
}
@media screen and (max-width:1024px) {
    .register-title{font-size: 30px;}
    .register-container{max-width: 729px;}
    .selece-register-box{height: 398px;}
    .selece-register-box>a>h3{font-size: 28px;margin-top: 30px;}
    .selece-register-box>a>p{font-size: 14px;margin-top: 22px;}
    .enterprise-register-box>a>i{width: 136px;height: 136px;}
    .personal-register-box>a>i{width: 136px;height: 136px;}
    .selece-register-box em{margin-top: 49px;}
}
