@charset "UTF-8";
.body{
    font-size: 16px;
    /*font-family: Arial;*/
    min-width: 1200px;
}
html,body{
	width:100%;
	height:100%;
    padding: 0px;
    margin: 0px;
	overflow:hidden;
}
/* ----------------- header --------------- */
#header{
    background: rgba(255, 255, 255, .8);
    height: 98px;
    border-bottom: 1px solid #ddd;
}
.header{
    width: 100%;
    height:13%;
    background:#fff;
    paddng:1em 0 0 2em;
}
.headerImg{
	margin:2.2em 0 0 3em;
	float:left;
}
.headerImg2{
	margin:2.2em 0 0 0.5em;
	float:left;
}
#header .ui-header-wrap {
    width: 100%;
    height: 98px;
    margin-bottom: 0px;
    border-top: none;
    background-color: #FFFFFF;
}
#header .ui-header {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.header-img{
    width:150px;
    height:100%;
    display:inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.header-item{
    width:390px;
    height: 98px;
    display:inline-block;
    float: right;
}

/*基本样式*/
.divArea{
    width: 48%;
    text-align:center;
    height: 99%;
    line-height: 98px;
    display:inline-block;
}


/* ----------------- content --------------- */
#section{
    width: 100%;
    height: 79%;
    background: #FFFFFF;
}
label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
}
.inputArea {
    display: inline-block;
    width: 49%;
    height: 54px;
    line-height: 52px;
}
.divArea_flag{
    margin-top: 50px;
    margin-bottom: 40px;
    height: 18px;
    text-align: left;
    line-height: 18px;
}
.inputArea_Border{
    border: 1px dashed #dddddd;
    text-align: center;
    position:relative;
}
.imgArea{
    display: inline-block;
    width: 200px;
    height: 200px;
    /*background-color: #dddddd;*/
    margin-right: 20px;
    margin-top: 15px;
}
.inputContent{
    width: 68%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    border-radius: 4px;
    height: 38px;
    line-height: 36px;
    border: none;
    outline: none;
}
.inputLabel{
    width: 18%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    height: 18px;
    color: #323232;
    line-height: 16px;
}
.flag_label{
    font-size: 17px;
    width:25%;
    padding-left: 10px;
    /*margin-top: 15px;*/
    border-left: 3px solid #f54550;
}
input[type="radio"]{
    width: 12px;
    height: 12px;
}
input::-ms-clear{
	display:none;
}
th{
    height: 40px;
    line-height: 38px;
    text-align: center !important;
    color: #8a8a8a;
    font-size: 14px;
    font-family: "Microsoft YaHei", "宋体", "tahoma", Arial, sans-serif;
}
tr{
    height: 40px;
}
td{
    text-align: center;
}
.radio_span span{
    font-size: 12px;
    margin-left: 2px;
}
.radio_span{
    margin-right: 3px;
}
.div_width1{
    width: 35%;
}
.div_width2{
    width: 38%;
}
.label_width1{
    width: 20%;
    color: #8a8a8a;
}
.label_width2{
    width: 40%;
    color: #8a8a8a;
}
.input_width1{
    border: 1px solid #ddd;

}
.input_width2{
    width: 45%;
}
.left_div{
    margin-left: 26%;
}
.left_div2{
    margin-left: 23%;
}
.ptn-button{
    width: 240px;
    height: 100%;
    line-height: 38px;
    border-radius: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    /*font-weight: bold;*/
    color: #ffffff;
    background: #ff0000;
    display: inline-block;
    cursor: pointer;
}
/* ----------------- bottom --------------- */
#main-wrap>#footer span {
    top: 12px;
}
#main-wrap>#footer {
    background-color: #000000;
    margin: 0;
}
#footer span{
    color: #ffffff;
}
.radio_Img {
    height: 12px;
    width: 12px;
}
.radio_hidden{
    display: none;
}
.td_Input{
    padding: 0px;
    text-align: center;
}
select::-ms-expand { display: none; }
select{
    width: 75%;
    background: url("../../../images/portal/select.png") no-repeat 90%;
    appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
/*登陆界面*/
.loading_Page_modal{
    width: 100%;
    height: 92.5%;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    background: url("../../../images/portal/bg.png") no-repeat 100%;
    z-index: 99;
    position: fixed;
}
.loading_Page_Border{
    background-color: rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    width: 32%;
    height: 64%;
    margin: 9% 34%;
}
.loading_Page{
    margin: 1% 1%;
    width: 30%;
    height: 60%;
    border-radius: 4px;
    background-color: #FFFFFF;
    background-size: 100% 100%;
    position: absolute;

}
.title_Loading{
    margin-top:60px;
    margin-bottom:40px;
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-family: Microsoft YaHei;
    font-size: 22px;
    color: #333333;
    text-align: center;
}
.loading_Input_Code{
    display: inline-block;
    text-align: center;
    width:80px;
    height:30px;
    background-color: #FFFFFF;
    border: 1px solid #f54550;
    color: #f54550;
    margin-left: 12%;
    line-height: 28px;
    cursor: pointer;
}
.img-image-code{
     display: inline-block;
    text-align: center;
    width:80px;
    height:30px;
    border: 1px solid #f54550;
    color: #f54550;
    margin-left: 12%;
    line-height: 28px;
    cursor: pointer;
}
#select_Page{
    height: 70%;
    padding-top: 17%;
}
.selectPage_Div{
    display: inline-block;
    text-align: center;
    width: 45%;
    cursor: pointer;
}
.selectPage_Img{
    width: 133px;
    height: 105px;
}
#select_Page label{
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 58px;
    font-size: 25px;
}
.modal-content{
    width: 30%;
    height: 40%;
    position: absolute;
    top: 25%;
    left: 30%;
}
.modal_Div{
    width: 90%;
    height: 50px;
    line-height: 48px;
    margin-top: 15%;
    text-align: center;
}
.modal_Cancel{
    margin-top: 0px;
    width: 100%;
    text-align: right;
    line-height: 0px;
    position: absolute;
    top: -15px;
    left: 10px;
}
#Old_Check{
    width: 100%;
    height: 40px;
    margin: 60px 0px;
    text-align: center;
    display: none
}
#New_Check{
    width: 100%;
    height: 40px;
    margin: 60px 0px;
    text-align: center;
}
.text_right{
    text-align: right;
    padding-right: 10px;
}
label.imgArea{
	font-weight: normal;
}
label.imgArea input{
	display: none;
}
.file_img{
	display:none;
	width: 99px;
	height: 54px;
}
.inputArea_imgArea{
	margin-top: 5px;
	width: 120px;
	height: 120px;
	line-height: 120px;
}

#result_Page{
	width:100%;
	height:100%;
	text-align:center;
	display: none;
	
}
#result_Page p{
	font-size: 18px;
	line-height: 325px;
    height: 200px;
    width: 100%;
}
.p_page label{
	font-size: 18px;
	font-weight: 500;
}
.p_page input{
	font-size: 18px;
	outline: none;
    border: none;
    width: 29%;
    height: 40px;
}
.index_Page{
	width:100%;
	height:52px;
	margin-top:10%;
	text-align:center;
}
.back_Index{
	width:240px;
	height:50px;
	line-height: 48px;
    border-radius: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    /*font-weight: bold;*/
    color: #ffffff;
    background: #ff0000;
}
.ACCT_NATURE_TIPS{
	margin-left: 10px;
    text-align: center;
    font-size: 18px;
    color: red;
    cursor: pointer;
}
.Acct_Content{
	height:70%;
}
.Acct_Content_Div{
	text-align:center;
	margin-left: 5%;
	margin-top: 10px;
}
.Acct_Content_Div label{
	font-size: 20px;
    width: 28%;
    text-align: center;
}
.Acct_Content_P{
	width: 100%;
    height: 100px;
    border: none;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
}
.remove_radio{
	cursor: pointer;
}
.file_photo{
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    visibility: hidden;
}
.exit{
    height: 30px;
    width: 50px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    position: fixed;
    top: 35px;
    right: 100px;
    background-color: #ff0000;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
}

input[disabled]{
	background-color:#ffffff;
}


