html,
body,
#root {
  height: 100%;
  font-family: 'Microsoft YaHei','SF Pro Display',Roboto,Noto,Arial,'PingFang SC',sans-serif;
}
body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  outline: none;
  -webkit-appearance: none;
  font-family: Microsoft YaHei;
}
.whole {
  background-color: #004a8f;
  height: 100%;
  width: 100%;
  background-image: url('../images/bg-wave.png');
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.center-container{
    position: absolute;
	width: 1000px;
	height: 555px;
    margin:auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.center-block{
    position: relative;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 9px 28px 1px 
		rgba(4, 40, 77, 0.67);
	border-radius: 40px;
    margin:auto;
    top: 0;

}
.header{
    height: 116px;
    border-bottom: 2px solid #d6d7dc;
    position: relative;
}
.body {

}
.header-left{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 120px;
}
.header-text{
    font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
    color: #004a8f;
    float: right;
    margin-right: 180px;
    margin-top: 40px;
}
.reset-password-title{
    font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
    color: #808080;
    margin-top: 44px;
}

.username-input{
    width: 100%;
	height: 100%;
	border-radius: 5px;
    border: solid 1px #d6d7dc;
    font-size: 18px;
    padding-left: 62px;
    box-sizing: border-box;
    background: url('../images/icon-user.png') no-repeat 10px 11px;
    background-size: 8%;
    display: block;
}

.password-input{
    width: 100%;
	height: 100%;
	border-radius: 5px;
    border: solid 1px #d6d7dc;
    padding-left: 62px;
    box-sizing: border-box;
    background: url('../images/icon-pwd.png') no-repeat 10px 11px;
    background-size: 8%;
    display: block;
}

.captcha-input{
    width: 100%;
	height: 100%;
	border-radius: 5px;
    border: solid 1px #d6d7dc;
    padding-left: 62px;
    box-sizing: border-box;
    background: url('../images/icon-captcha.png') no-repeat 10px 11px;
    background-size: 8%;
    display: block;
}

.password-input{
    width: 100%;
	height: 100%;
	border-radius: 5px;
    border: solid 1px #d6d7dc;

    padding-left: 62px;
    box-sizing: border-box;
    background: url('../images/icon-pwd.png') no-repeat 10px 11px;
    background-size: 8%;
    display: block;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.input {
	height: 100%;
    font-size: 18px;
	width: 100%;
}
.send{
    width: 450px;
	height: 60px;
	background-color: #004a8f;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin-top: 6px;
    font-size: 24px;
}
.left-block {
    width: 50%;
    float: left;
}
.right-block{
    width: 50%;
    margin-left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.left-img{
    width: 336px;
    height: 266px;
    margin: auto;
    top: 116px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 50%;
}
.inverted-img {
	
	position: absolute;
	top: 100%;
	width: 100%;
	
}
.form-group {
    width: 450px;
    height: 60px;
    margin-bottom: 32px;
	position: relative;
}
.error {
    position: absolute;
    height: 26px;
    line-height: 25px;
    width: 100%;
    top: 60px;
    color: #e63333;
    display: none;
    font-size: 12px;
}

.page-error {
	color: #e63333;
	font-size: 18px;
    /*margin-top:20px;*/
	line-height: 40px;
	color: #e63333;
	max-width: 350px;
	display: inline-block;
	padding-bottom: 20px;
	height: 60px;
}
.forget-pwd {
    height: 40px;
    width: 450px;
    /* margin-top: 20px;
    margin-bottom: 20px; */
    line-height: 40px;
    display: inline-block;
}
.forget-pwd a {
	float:right;
    margin-top:0px;
	line-height: 40px;
	color: #808080;
	font-size: 18px;
}
.info{
    height: 62px;
	line-height:62px;
	text-align: right;
	width: 450px;
	position: relative;
	color: #004a8f;
	font-size: 18px;
}

/** 渠道数据3.0登录页样式*/
.fos-bbg {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.9) 0,
            rgba(235, 247, 255, 0.9) 0,
            rgba(182, 207, 229, 0.9) 100.000012%
    );
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.fos-bg-grid{
    position: fixed;
    right: 0;
    max-width: 100%;
    height: auto;
    bottom: 0;
    z-index: 20;
}
.fos-logo{
    position: fixed;
    left: 40px;
    width: 142px;
    height: auto;
    top: 40px;
    z-index: 50;
}
.fos-center-container{
    position: absolute;
    width: 1300px;
    height: 615px;
    background: url('../images/fos_left_img.png') no-repeat ;
    background-size: 100%;
    margin:auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}
@media screen and (max-width: 1366px) {
    .fos-center-container{
        background-size: contain;
        width: 1000px;
        height: 472px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
    .fos-center-container{
        background-size: contain;
        width: 1100px;
        height: 520px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .fos-center-container{
        background-size: contain;
        width: 1300px;
        height: 615px;
    }
}
.fos-center-block{
    position: absolute;
    width: 390px;
    height: 426px;
    background-color: rgba(244,250,254,0.4);
    border-radius: 16px 16px 16px 16px;
    opacity: 1;
    border: 1px solid rgba(255,255,255,0.7);
    margin:auto;
    top: 0;
    bottom: 0;
    right: 40px;

}
.fos-header{
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.fos-header-text{
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0;
    color: #1D2129;
}
.fos-body{
    padding-left: 60px;
    padding-right: 60px;
}
.fos-right-block{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.fos-form-group {
    width: 100%;
    height: 45px;
    margin-bottom: 32px;
    position: relative;
}
.fos-username-input{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #E5EAF1;
    font-size: 16px;
    background: #FFFFFF;
    display: block;
}
.fos-username-input .input{
    padding-left: 16px;
    font-size: 16px;
}

.fos-username-input .input::placeholder {
    color: #C9CDD4;
}

.fos-password-input{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #E5EAF1;
    background: #FFFFFF;
    display: block;
}
.fos-password-input .input{
    padding-left: 16px;
    font-size: 16px;
}

.fos-password-input .input::placeholder {
    color: #C9CDD4;
}

.fos-send{
    width: 100%;
    height: 45px;
    background: linear-gradient(135deg, #164585 40%, #00795B 100%);
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
}
.fos-forget-pwd {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    display: inline-block;
    color:#164585;
    line-height: 22px;
    font-weight: 400;
}
.fos-forget-pwd input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #164585;
    border-radius: 2px;
    vertical-align: middle;
    margin-top: -2px;
    appearance: revert;
}
.fos-forget-pwd a {
    float:right;
    color:#164585;
    font-size: 14px;
    font-weight: 400;
}
.fos-error{
    top:45px!important;
    color: #F53F3F!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 18px!important;
    margin-top: 4px!important;
}
.fos-page-error{
    color: #F53F3F;
    font-size: 14px;
    max-width: 350px;
    display: inline-block;
    margin-top: 4px;
}
/** 渠道数据3.0登录页样式*/