﻿@charset "utf-8";
.register{background: #0F4E82 url(../images/register-banner.png) no-repeat;background-position: center top;width: 100%;height: 120px;min-width: 1180px;}
.content{background: #F7F8F9;padding: 20px 0;width: 100%;min-width: 1180px;box-sizing: border-box;}
.content .wrap{width: 600px;min-height: 271px;background: #FFFFFF;border-radius: 8px;padding-top: 30px;box-sizing: border-box;padding-right: 175px;padding-bottom: 20px;}
.content .wrap>div{display: none;}
.content .wrap>div.active{display: block;}
.content .wrap .title{margin-bottom: 30px;position: relative;}
.content .wrap .title>i{display: block;width: 269px;height: 15px;position: absolute;bottom: -13px;right: -20px;background: url(../images/change-text.png) no-repeat;background-size: contain;}
.content .wrap .title p{color: #222222;font-size: 18px;margin-left: 175px;}
.content .wrap .input-box{margin-bottom: 10px;position: relative;}
.content .wrap .input-box input{width: 250px;height: 40px;background: #F3F4F5;border-radius: 25px;box-sizing: border-box;padding: 0 15px;float: right;}
.content .wrap .input-box .tit{height: 40px;line-height: 40px;}
.input-box .trangle{display: none;}
.err-alert{position: absolute;right: -168px;bottom: 0px;color: #E01F29;top: 10px;width: 160px;display: none;}
.box-err .err-alert{display: block;}
.box-err>input{border: 1px solid #E01F29;background: #FBE8E9 !important;}
.gray{width: 250px;height: 40px;background: #C5C6C7;border-radius: 25px;font-size: 16px;color: #fff;text-align: center;line-height: 40px;}
.gray2{width: 250px;height: 40px;background: #C5C6C7;border-radius: 25px;font-size: 16px;color: #fff;text-align: center;line-height: 40px;}
.go-register{background: linear-gradient(315deg, #015293 0%, #397DB5 100%);cursor: pointer;}
.content .wrap .code input{padding-right: 100px;}
.content .wrap .input-box .get-code{color: #005398;font-size: 14px;font-style: normal;line-height: 40px;height: 40px;display: block;position: absolute;right: 5px;top: 0px;min-width: 85px;cursor: pointer;}
.content .success{margin-left: 137px;margin-top: 10px;}
.content .success-title{font-size: 16px;color: #222222;margin-left: 88px;margin-top: 10px;}
.content .success-title2{font-size: 14px;color: #222222;margin-left: 108px;margin-top: 10px;}
.content .success-title2>span{color: #1b6bb0;}
.content .success-title2>a{color: #1b6bb0;}
.err-toast{height: 30px;font-size: 12px;color: #E01F29;line-height: 26px; margin-top: -15px;width: 100%;padding-left: 175px;}
.readonlyCode{color: #666666;cursor: default;}