/*css reset--------------------*/
html{color:#333;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
a{text-decoration:none; color: #159588;}

/*clearfix---------------*/
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix{*zoom:1;}

/*box-sizing-------------*/
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}

/*font--------------*/
body{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;}
input{
    color: #666;
    padding: 0 10px;
    
}

input::-webkit-input-placeholder{
	color:#aaa;
}


/*清除 iPhone Safari 按钮默认样式*/
input[type="submit"],input[type="reset"],input[type="button"],button,select,textarea {-webkit-appearance: none;}

.wrapper{
    width: 1200px;
    margin: 0 auto;
}

.header{
    height: 80px;
    text-align: left;
    display: flex;
    align-items: center;
}
.header .wrapper{
    display: flex;
    align-items: center;

}

.header .wrapper span{
    font-size: 30px;
    padding-left: 10px;
    font-weight: bold;
    color: #fff;
}

.btn{
    background:#159588;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: block;
}


.cell{
    display: flex;
    flex-wrap: nowrap;
    /* background: #fff; */
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 42px;
    
}
 

.cell_hd,.cell_bd{
    height: 42px;
    line-height: 42px;
    text-align: left;
}
.cell_hd{
    width: 40px;
    flex-shrink: 0;
    flex-grow: 0;
     
    background:#fff url(/manageportal/assets/img/login/icon-76fa00b1910cf73d74cda6a44813c67e.png) no-repeat;
    background-size: 100px;
    
}
.icon_uname{
    background-position: 4px 5px;
}
.icon_upwd{
    background-position: 4px -28px;
}
.icon_code{
    background-position: 4px -61px;
}
.icon_phone{
    background-position: -28px 5px;
}
.icon_msg{
    background-position: -28px -29px;
}
.cell_bd{
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.cell_bd input{
    border: none;
   flex-grow: 1;
    height: 42px;
    line-height: 42px;
    outline: none;
    border-radius: 0 6px 6px 0;
    
}

.cell_code input{
    width: 84px;
    flex-grow: 0;
    margin-right: 10px;
}
 
.cell_code .cell_bd{
    justify-content: flex-start;
}

.cell_code  a{
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.cell_code  a i{
    display: block;
    width: 14px;
    height: 14px;
    background: url(/manageportal/assets/img/login/icon-76fa00b1910cf73d74cda6a44813c67e.png) no-repeat -94px -13px ;
    margin-right: 5px;
    background-size: 120px;
}
.cell_msg input{
    width: 140px;
    flex-grow: 0;
}

.cell_msg a.btn{
    position: relative;
    width: auto;
    bottom: auto;
    height: 42px;
    line-height: 42px;
    margin-left: 10px;
    flex-grow: 1;
}
.cell_msg a.btn_grey{
    background: #e6e6e6;
    color: #999;
}
body {
    background: url(/manageportal/assets/img/login/manage_bg-62773d437a3bc93e3e2f6faa90cea791.png) no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    min-height: 100vh;

}


body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login_box{
    position: relative;
}
 

.login_box .btn{
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}


.login_feild{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.error_text{
    color: #c60000;
     margin: 10px 0;
     line-height: 32px;
     border-radius: 6px;
    display: block;
    background: rgba(198, 0, 0, .1);
}

.login_container{
    position: relative;
    align-items: center;
    width:1200px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
 .page_title{
     padding-left: 120px;
     color: #fff;
     text-align: left;
     background: url(/manageportal/assets/img/login/circle-0fe9b4db230e11d92960b94d93c09043.png) no-repeat top left;
     padding-top: 80px;
    padding-bottom: 40px;
    margin-top: 60px;
 }
 .page_title h1{
     font-size: 32px;
     font-weight: bold;
     margin-bottom: 30px;
     display: block;
 }

 .page_title span{
     background: #159588;
     font-size: 24px;
     border-radius: 10px;
     /* display: block; */
     padding: 10px;
 }
 

.login_box{
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
        box-shadow: 0px 10px 30px 0px rgba(53, 53, 53, 0.03);
   padding: 30px;
   width: 380px;
   /* margin:0 auto; */
   margin-right: 70px;
   height: 420px;
   position: relative;
}

.link_feild{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.link_feild a{
    color: #666;
}

.form_feild{
    padding-top: 30px;
    font-size: 14px;
}


.footer{
    font-size: 14px;
    background-color: #fff;
    height: 68px;
    
    flex-shrink: 0;
    flex-grow: 0;
   
    color: #666;
}

 .footer .wrapper{
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }

.list_tab{
    display: flex;
    border-bottom: solid #ddd 1px;

}
.list_tab a{
    display: block;
    width: 50%;
    color: #999;
   padding-bottom: 18px;
}
.list_tab a.current{
    color: #159588;
    border-bottom: solid #159588 4px;
}


.form_feild input[type='radio'],.form_feild input[type='checkbox']{
	display: none;
}

.form_feild input[type='radio']+label,.form_feild input[type='checkbox']+label{
	
	padding-left: 26px;
	cursor: pointer;
	background: url(/manageportal/assets/img/login/checkbtn-2da4c8baa634c1814214f1330fbdd1e9.png) no-repeat;
	background-size: 16px;
	background-position: 0 9px;
}

.form_feild input[type='checkbox']+label{
	background-position: 0 -109px;
}
.form_feild input[type='checkbox']:checked+label{
	background-position: 0 -81px;
}

.form_feild input[type='radio']:checked+label{
	background-position: 0 -18px;
}

.form_feild input[type='radio']:checked+label+.input_other,.form_feild input[type='checkbox']:checked+label+.input_other{
	display: block;
}

.form_feild input[type='radio']:disabled+label{
	background-position: 0 -46px;
}
.form_feild input[type='checkbox']:disabled+label{
	background-position: 0 -128px;
}

.tips{
    display: flex;
    background-color: rgba(255, 251, 236, .9);
    border-radius: 10px;
    width: 1200px;
    padding: 10px;
    margin-bottom: 20px;
    color: #ab653e;
}
.tips span{
    padding-left: 24px;
    background: url(/manageportal/assets/img/login/info-b7b37a195a34ac3d1e7ca23ad7ae7e8f.png) no-repeat left center;
    background-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}
.page_title_container img{
    margin-left: 40px;
}

@media only screen and (max-width : 750px){
    .wrapper{
        width: 100%;
        padding: 15px;
    }
    .login_feild{
        justify-content: flex-start;
        align-items: flex-start;
    }
    .login_container{
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        flex-grow: 1;
    }
    .login_box{
        height: auto;
        width: calc(100% - 60px);
        margin:0 auto;
        padding: 15px;
        padding-top: 25px;
    } 
    .login_box .btn{
        position: relative;
        bottom: auto;
        margin-top: 20px;
        width: 100%;
    }
    .cell_msg a.btn{
        margin-top: 0;
    }

    .page_title{
        text-align: center;
        padding: 0;
        padding-bottom: 30px;
        margin-top: 10px;
        padding-top: 10px;
        background: none;
    }
    .page_title h1{
        font-size: 30px;
    }
    .footer{
        flex-direction: column;
        text-align: center;
        height: auto;
     }
    .footer p:first-child{
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
        border: none;
    }
    .footer .wrapper{
        flex-direction: column;
        height: auto;
    }
    .page_title_container img{
        display: none;
    }
    .header{
        justify-content: center;
        text-align: center;
    }

    .tips{
        width: 100%;
        margin-left: 15px;
        width: calc(100% - 30px);
        flex-direction: column;
        text-align: left;

    }
    .tips p{
        padding-top: 10px;
    }
}
@media only screen and (max-width : 320px){
    .cell_code input{
        width:65px;
    }
    .cell_code a{
        font-size: 0;
    }
    .cell_msg input{
        width: 100px;
    }
}