@charset "UTF-8";
.register_header { background-color: #ffffff; height: 100px; }
.register_header .r_header { font-size: 20px; line-height: 24px; padding-left: 17px; border-left: 1px solid #e4e7e9; margin-left: 30px; }
.register_header .logo { margin-bottom: 4px; height: 84px; line-height: 84px; }
.register_header .logo img { vertical-align: middle; }
.register_header .to_login a { float: left; margin-left: 30px; font-size: 14px; color: #3c4248; line-height: 64px; }
.register_header .to_login a:hover { color: #e74122; }
.register_header .nav li { float: left; margin-right: 50px; }
.register_header .nav a { display: block; padding-bottom: 14px; font-size: 15px; color: #23282d; line-height: 36px; border-bottom: 2px solid transparent; }
.register_header .nav a:hover, .register_header .nav a.cur { color: #e74122; }
.register_header .nav a.cur { border-bottom-color: #e74122; }
.register_header .search_box dl { position: relative; width: 79px; height: 34px; border: 1px solid #e4e7e9; border-radius: 2px 0 0 2px; cursor: pointer; z-index: 9; }
.register_header .search_box dl:hover dt:after { transform: rotate(180deg); }
.register_header .search_box dt { position: relative; padding-left: 12px; line-height: 34px; background-color: #ffffff; z-index: 2; }
.register_header .search_box dt:after { content: ''; position: absolute; top: 15px; right: 12px; width: 9px; height: 5px; background: url(../img/search_icon.png) no-repeat 0 0; transition: all .15s ease; }
.register_header .search_box dd { display: none; position: absolute; top: 34px; left: -1px; padding: 8px 0; width: 100%; border: 1px solid #e4e7e9; background-color: #ffffff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
.register_header .search_box dd p { padding-left: 12px; font-size: 12px; color: #23282d; line-height: 28px; }
.register_header .search_box dd p:hover { color: #e74122; background-color: #ffeae6; }
.register_header .search_box input { width: 219px; height: 34px; line-height: 34px; text-indent: 10px; border-top: 1px solid #e4e7e9; border-bottom: 1px solid #e4e7e9; }
.register_header .search_box button { width: 60px; height: 36px; line-height: 36px; text-align: center; font-size: 12px; color: #ffffff; border-radius: 0 2px 2px 0; background-color: #e74122; }

.footer { background-color: #3c4248; height: 120px; padding: 0; }
.footer .copyright { margin-top: 0; padding-top: 28px; }
.footer .top h4 { margin-bottom: 22px; font-size: 16px; color: #fefeff; }
.footer .top p { font-size: 14px; color: #bbbfc3; line-height: 30px; }
.footer .top p a { color: #bbbfc3; }
.footer .top p a:hover { color: #ffffff; text-decoration: underline; }
.footer .top p span { font-family: DINR; color: #ffffff; }
.footer .item { float: left; width: 280px; }
.footer .w380 { width: 380px; }
.footer .w380 p { float: left; width: 108px; }
.footer .weChat .box { padding-top: 8px; }
.footer .weChat img { margin-right: 20px; width: 110px; height: 110px; }
.footer .weChat img:last-child { margin-right: 0; }
.footer .copyright { margin-top: 38px; font-size: 14px; color: #bbbfc3; text-align: center; line-height: 36px; }
.footer .copyright span { margin: 0 6px; }

.item { display: flex; align-items: center; margin-bottom: 20px; }
.item .warn { color: #e74122; font-size: 14px; line-height: 24px; margin-left: 16px; }
.item .name { width: 90px; text-align: right; font-size: 14px; line-height: 24px; margin-right: 12px; }
.item .name i { color: red; margin-right: 3px; }
.item .spacing { letter-spacing: 4px; }
.item .input input { background-color: #fff; width: 500px; height: 40px; border: 1px solid #e4e7e9; border-radius: 2px; text-indent: 16px; }
.item .input input::placeholder { font-size: 14px; }
.item .input .type { font-size: 14px; display: flex; }
.item .input .type .type_l { width: 16px; height: 16px; background: url("../img/login/c_sprites.png") no-repeat 0 0; margin-right: 8px; border-radius: 50%; flex: 0 0 auto; cursor: pointer; }
.item .input .type .type_l.on { background: #2a6fff url(../img/cho_icon.png) no-repeat center; }
.item .input .type1 { margin-right: 20px; }
.item .down_select { position: relative; margin-right: 11px; }
.item .down_select .item_con { position: relative; }
.item .down_select .has { width: 160px; height: 40px; line-height: 40px; border: 1px solid #dce5ec; padding: 0 12px; background: url(../img/login/down_icon.png) no-repeat right center; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; color: #98a0a6; }
.item .down_select .has.on { color: black; }
.item .down_select .no_sel { color: #98a0a6; }
.item .down_select .cho { display: none; position: absolute; top: 40px; left: 0; padding: 4px 0; width: 100%; max-height: 262px; line-height: 36px; border: 1px solid #dce5ec; background-color: #fff; box-shadow: 0 5px 10px rgba(33, 40, 68, 0.15); box-sizing: border-box; overflow-y: auto; z-index: 9; }
.item .down_select .cho p { text-indent: 12px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.item .down_select .cho p:hover { background-color: #f6fbfe; color: #1190f3; }
.item .code_box input { float: left; width: 370px; }
.item .code { width: 120px; height: 40px; box-sizing: border-box; border: 1px solid #e74122; background: #fff; border-radius: 2px; float: left; margin-left: 10px; }
.item .code a { width: 120px; height: 40px; line-height: 40px; text-align: center; display: block; color: #e74122; font-size: 14px; border-radius: 2px; }

.register { margin: 20px auto 30px auto; background: #ffffff; padding: 60px 120px; box-sizing: border-box; }
.register .agreement { display: flex; margin-top: 30px; margin-left: 102px; }
.register .agreement .agreement_l { width: 17px; height: 17px; background: url("../img/login/r_sprites.png") no-repeat 0 -16px; margin-right: 8px; flex: 0 0 auto; cursor: pointer; margin-top: 4px; }
.register .agreement .agreement_l.on { background-position-y: 0; }
.register .agreement .agreement_r { line-height: 24px; }
.register .agreement .agreement_r a { color: #2c51c7; }
.register .r_btn a { width: 500px; height: 40px; line-height: 40px; background: #2c51c7; display: block; color: #ffffff; font-size: 14px; text-align: center; margin-left: 102px; margin-top: 30px; }

.retrieve { margin: 20px auto 0px auto; padding: 36px 30px; background: #ffffff; min-height: 730px; }
.retrieve .retrieve_header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid #e4e7e9; }
.retrieve .retrieve_header .header_txt { font-size: 20px; color: #242d33; font-family: DINR; }
.retrieve .retrieve_header a { align-items: center; font-size: 16px; color: #2c51c7; display: flex; align-items: center; }
.retrieve .retrieve_header a i { margin-right: 12px; display: block; width: 16px; height: 17px; background: url("../img/login/return_icon.png") no-repeat 0 0; }
.retrieve .stepBar ul { list-style-type: none; padding: 0; display: flex; }
.retrieve .stepBar ul li { display: flex; }
.retrieve .stepBar ul li .c_box { display: flex; flex-direction: column; align-items: center; }
.retrieve .stepBar ul li .c_box .complete { position: relative; /* 确保伪元素相对于complete定位 */ display: none; width: 44px; height: 44px; background-color: #2c51c7; /* 背景颜色 */ border-radius: 50%; /* 圆形 */ }
.retrieve .stepBar ul li .c_box .complete:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); /* 旋转45度 */ width: 7px; height: 14px; border: solid white; /* 白色勾勾 */ border-width: 0 2px 2px 0; }
.retrieve .stepBar ul li .line { margin: 22px 10px 0 10px; width: 230px; height: 1px; background-color: #e1e8ec; }
.retrieve .stepBar ul li.on .serial { background: #2c51c7; }
.retrieve .stepBar ul li.on .info { color: #242d33; }
.retrieve .stepBar ul li.yet .serial { display: none; }
.retrieve .stepBar ul li.yet .complete { display: inline-block; }
.retrieve .stepBar .serial { display: block; width: 44px; height: 44px; border-radius: 50%; background: #cedae0; font-size: 18px; text-align: center; line-height: 44px; font-family: DINR; color: #ffffff; }
.retrieve .stepBar .info { margin-top: 15px; color: #909da5; text-align: center; }
.retrieve .retrieve_content { width: 660px; margin: 80px auto 0 auto; }
.retrieve .retrieve_content .form { margin-top: 100px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.retrieve .retrieve_content .form .item { width: 540px; position: relative; }
.retrieve .retrieve_content .form .item .warn { position: absolute; top: 10px; width: 308px; right: -318px; }
.retrieve .retrieve_content .form .item .input input { width: 440px; }
.retrieve .retrieve_content .form .item .code_box input { width: 280px; }
.retrieve .retrieve_content .form .authentication { border: none; }
.retrieve .retrieve_content .form .authentication a { background: #2c51c7; border-radius: 6px; font-size: 16px; color: #ffffff; width: 150px; }
.retrieve .retrieve_content .form .authentication a.on { background: rgba(44, 81, 199, 0.5); }
.retrieve .retrieve_content .next_btn a { background: #2c51c7; width: 440px; height: 44px; line-height: 44px; text-align: center; color: #ffffff; font-size: 18px; border-radius: 6px; margin: 20px 0 0 164px; display: block; }
.retrieve .retrieve_content .success_box { display: flex; align-items: center; justify-content: center; flex-direction: column; margin-top: 100px; }
.retrieve .retrieve_content .success_box .success_img { position: relative; /* 确保伪元素相对于complete定位 */ display: inline-block; width: 72px; height: 72px; background-color: #04cd83; /* 背景颜色 */ border-radius: 50%; /* 圆形 */ }
.retrieve .retrieve_content .success_box .success_img:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); /* 旋转45度 */ width: 13px; height: 25px; border: solid white; /* 白色勾勾 */ border-width: 0 2px 2px 0; }
.retrieve .retrieve_content .success_box .success_txt { margin-top: 30px; font-size: 24px; color: #242d33; }
.retrieve .retrieve_content .success_box .log_login a { background: #2c51c7; width: 180px; height: 44px; line-height: 44px; text-align: center; color: #ffffff; font-size: 16px; border-radius: 6px; display: block; margin-top: 30px; }

/*# sourceMappingURL=register.css.map */
