 body { margin: 0px; padding: 0px; }
* { box-sizing: border-box; }

.bgm { background: linear-gradient(120deg, #066cac, #076c8b); }

.page_container { display: flex; height: 100vh; margin: 0px; flex-direction: column; justify-content: center; align-items: center; }

.login_box { border: solid 1px #036880; width: 600px; height: 440px; border-radius: 15px; background-color: white; flex-shrink: 0; flex-grow: 0; overflow: hidden; color: #333333; }
.login_box .header { display: flex; justify-content: center; }
.login_box .header .types { display: flex; justify-content: space-between; width: 400px; height: 40px; background-color: rgba(0, 0, 0, 0.04); border-radius: 20px; padding: 4px 4px; margin: 40px 0px 0px 12px; user-select: none; }
.login_box .header .types .tab { flex: 0 1 120px; display: flex; justify-content: center; height: 32px; line-height: 32px; padding: 0px 4px; cursor: pointer; border-radius: 15px; overflow: hidden; }
.login_box .header .types .tab:hover { background-color: white; }
.login_box .header .types .tab.actived { background-color: white; }
.login_box .header .icon { flex: 0 0 30px; background-size: 20px 20px; background-repeat: no-repeat; background-position: center; }
.login_box .header .icon.we { background-image: url(/resources/images/icon_wechat.svg); color: red; }
.login_box .header .icon.acc { background-image: url(/resources/images/list.svg); }
.login_box .header .icon.sms { background-image: url(/resources/images/icon_phone.svg); }


.login_box .content { margin-top: 20px; }
.hide { display: none; }
.invisible { visibility: hidden; }
.row { display: flex; justify-content: center; align-items: center; }
.row .group { display: flex; flex: 0 0 320px; justify-content: stretch; align-items: stretch; border: solid 1px rgba(0, 0, 0, 0.08); height: 48px; border-radius: 5px; margin-bottom: 8px; overflow: hidden; }
.caption { flex: 0 0 68px; }
.row .group .text { flex: 1 1 auto; height: 46px; border: solid 0px #CbCbCb; border-radius: 5px; outline: none; padding: 0px 12px; }
.row .group .text:active { border: solid 1px #CbCbCb; }
.img_valid_code { flex: 0 0 60px; margin: 4px 4px; cursor: pointer }
.btn-send { width: 86px; border: solid 0px #fbfbfb; cursor: pointer; margin: 0px 0px; color: rgb(87, 107, 149) }
.btn-send:hover { background-color: #03c0ac; }
.btn-send:active { background-color: #35988d; }
.login-btn { height: 42px; width: 320px; border-radius: 8px; border: solid 0px #fbfbfb; cursor: pointer; background-color: #0497c5; font-size:18px }
.login-btn:hover { background-color: #03c0ac; }
.login-btn:active { background-color: #35988d; }
.message { width: 400px; display: flex; align-items: center; justify-content: center; text-align: center; height: 40px; border-radius: 8px; background-size: 20px 20px; background-repeat: no-repeat; background-position: 6px center; padding: 4px 24px; vertical-align: central; }
.message.warning { color: #ff6426; border: solid 1px lightsalmon; background-image: url(/resources/images/icon_warning.svg); }
.message.success { color: forestgreen; border: solid 1px forestgreen; background-image: url(/resources/images/icon-success.svg); }
.qrcode_container{margin-top:0px;}