body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: STHeiti, arial;
	color: #333333;
}
.loan-comfirm-img{
	background-image: url(../aipmo/images/common/BOC-IL-Banner-S.jpg);
    width: calc(100% - 40px);
    height: calc((100vw - 40px) / (640/389));
    background-size: contain;
    margin: 0 20px;
    background-repeat: no-repeat;
}

@media ( min-width : 1280px) {
	body {
		width: 1280px;
		height: 100%;
		margin: 0 auto;
		padding: 0px;
		font-family: STHeiti, arial;
		color: #333333;
	}
	.loan-comfirm-img{
		background-image: url(../aipmo/images/common/BOC-IL-Banner-L.jpg);
	    width: 1240px;
	    height: 273px;
	    background-size: contain;
	    margin: 0 20px;
	    background-repeat: no-repeat;
	}
}

.loading:before {
	content: '\00a0';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    width: 65px;
    height: 65px;
    background-size: 160px 2730px;
    background-image: url(../aipmo/images/common/boc_loading.png);
    background-position: -90px 0;
    animation: doneAnimation 1.56s steps(39) infinite;
    -webkit-animation: doneAnimation 1.56s steps(39) infinite;
    -moz-animation: doneAnimation 1.56s steps(39) infinite;
    -webkit-transform: translate(-50%,12.5px);
    -webkit-transform: translate3d(-50%,12.5px,0);
    -moz-transform: translate(-50%,12.5px);
    -moz-transform: translate3d(-50%,12.5px, 0);
    transform: translate(-50%,12.5px);
    transform: translate3d(-50%,12.5px,0);
    z-index:3;
}
.loading:after {
	content: ' ';
	position: absolute;
    top: 0;
    width: 110px;
    height: 90px;
    left: calc(50% - 55px);
    background-color: #000;
    border-radius: 6px;
    opacity: .6;
}
@keyframes doneAnimation {
	0% {background-position: -90px 0}
	100% {background-position: -90px -2730px}
}

@-webkit-keyframes doneAnimation {
	0% {background-position: -90px 0}
	100% {background-position: -90px -2730px}
}

@-moz-keyframes doneAnimation {
	0% {background-position: -90px 0}
	100% {background-position: -90px -2730px}
}

.load-container {
	width: 240px;
	height: 240px;
	position: relative;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 240px auto;
}

.load .loader {
	font-size: 10px;
	margin: 0 auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #c53355;
	background: -moz-linear-gradient(left, #c53355 10%, rgba(255, 255, 255, 0)
		42%);
	background: -webkit-linear-gradient(left, #c53355 10%, rgba(255, 255, 255, 0)
		42%);
	background: -o-linear-gradient(left, #c53355 10%, rgba(255, 255, 255, 0)
		42%);
	background: -ms-linear-gradient(left, #c53355 10%, rgba(255, 255, 255, 0)
		42%);
	background: linear-gradient(to right top, #c53355 28%, #f0dbdf 65%, #f5edef  68%, rgba(255, 255, 255, 0) 78%);
	position: relative;
	-webkit-animation: load 1.4s infinite linear;
	animation: load 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.load .loader:before {
	width: 50%;
	height: 50%;
	background: #c53355;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.load .loader:after {
	background: #ffffff;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@-webkit-keyframes load {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}

.mask1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	opacity: .5;
	margin-top: -40px;
}

.arc1 {
	background-image: url(../aipmo/images/common/arc.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: -100px;;
}

#header {
	display: block;
	width: 100%;
	height: 85px;
	background-color: white;
	background-repeat: repeat-x;
	position: relative;
}

#header .logo {
	position: absolute;
	bottom: 15px;
	display: block;
	background-image: url(../aipmo/images/common/header-logo.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 53px;
	margin-left: 20px;
}

.clearfix {
	clear: both;
}

.header-border {
	background-image: url(../aipmo/images/common/header-border.png);
	background-repeat: no-repeat;
	background-color: #990000;
	width: calc(100% - 40px);
	height: 7px;
	display: block;
	position: relative;
	margin: 0 20px;
}

input {
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input[type='text'] {
	color: #333333;
	-webkit-appearance: none
}

input[type='tel'] {
	color: #333333;
}

a {
	color: #5f325d;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.basics_div_note{
    margin-top: 30px;
    color: #5c5c5c;
    font-size: 0.8125rem;
}

.basics_div_note .field-name-hide{
	display: none;
}

.field-note {
	font-size: 0.8125rem;
	line-height: 22px;
}

.step-mark{
	position: absolute;
    left: calc((100% - 245px)/2);
}

.step {
	float: left;
	margin: 0 0 50px 4px;
	background: rgba(214, 214, 214, 1);
	width: 31px;
	height: 2px;
	border-radius: 10px;
}

.step_back {
	float: left;
	margin: 20px;
	margin-top: -11px;
}

.step_chat {
	float: right;
	margin-right: 20px;
	margin-top: -11px;
}

.input_text {
	width: 100%;
	height: 30px;
	border: none;
}

.error_msg {
	/* margin: 0 20px; */
	color: #B21B2A;
	margin-top: 5px;
}

.select_radio {
	width: 100%;
	margin-top: 5px;
	margin-left: -2px;
}

.select_radio td {
	width: 50%;
}

.ic_radio{
	position: absolute;
	width: 24px;
	height:24px;
}
.ic_checkbox{
	background: url(../aipmo/images/common/icon_check_no.png) no-repeat;
	width: 24px;
	height:24px;
}
.box-26h{
	height:26px;
	line-height:26px;
}
.input_radio {
	width: 24px; 
	height: 24px; 
	opacity: 0;
}

.radio-before{
	border: 1px solid #858585;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    float: left;
    clear: both;
    margin-top: 16px;
}

.radio-after{
    width: 24px;
    height: 24px;
    border-radius: 50px;
    float: left;
    clear: both;
    margin-top: 16px;
    background-image: url(../aipmo/images/common/icon_radio.png);
    background-size: contain;
}

.radio-label{
	margin-left: 15px;
    margin-top: 16px;
    float: left;
    line-height: 24px;
}

.alert_box1 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.note_div {
	margin: 20px 0px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 16px;
	background: #F8F8F8;
}

.page-wrapper {
	height: calc(100% - 530px);
	min-height:500px;
}

.pdfviewer {
	width: calc(100% - 40px);
	height: 100% !important;
	margin: 0 20px 10px;
}

.page-wrapper3 {
	height: calc(100% - 365px);
	min-height:500px;
}

/*----------------------------------------------------------------------------aging--------------------------------------------------------------*/
.aging .headline {
	margin: 0px 20px;
	font-size: 1.625rem;
	clear: both;
}
.aging .application_form .papers {
	margin-top: 5px;
}

.aging .over_hihen_div input {
	border-bottom: 2px solid rgba(214, 214, 214, 1);
	border-radius:0;
}

.aging .over_hihen_div .div_left{
	font-size: 1.25rem;
    width: 50%;
    border-radius: 0;
    float: left;
    color: #767676;
    height: 30px;
}

.aging .over_hihen_div .input_right{
	font-size: 1.625rem;
    width: 50%;
    float: right;
    text-align: right;
    height: 30px;
    border: none;
}

.aging .loan{
	padding: 0 20px;
	margin-top: 100px;
}
.aging .loan .Next {
	width: 100%;
	height: 48px;
	background: #c53355;
	text-align: center;
	line-height: 48px;
	font-weight: 600;
	color: #fff;
	border-radius: 69px;
	margin-bottom: 15px;
	font-size: 1.125rem;
	cursor: pointer;
}

.aging .loan .Leave {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	color: #5f325d;
}

.aging .submit_div {
	float: left;
	width: 100%;
	height: 48px;
	position: relative;
	bottom: 0px;
	left: 0px;
}

/*----------------------------------------------------------------------------planDetails_alert2_1--------------------------------------------------------------*/
.planDetails_alert2_1 {
	width: 250px;
	margin: 50px auto;
	background: #F3F3F3;
	text-align: center;
	background: url(/lmm/aipmo/img/alertbox.png) no-repeat;
	background-size: 100% 100%;
}

.planDetails_alert2_1 .note {
	padding: 20px;
	line-height: 25px;
	color: #FFFFFF;
}

.planDetails_alert2_1 .affirm_div {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-bottom: 20px;
}

.planDetails_alert2_1 .affirm {
	width: 150px;
	height: 40px;
	background: #b00931;
	border: none;
	color: #fff;
}
/*----------------------------------------------------------------------------select_div--------------------------------------------------------------*/
.select_div {
	width: 100%;
	height: 30px;
	margin-top: 5px;
}

.select_div .select_div_div {
	float: left;
	width: 100%;
	height: 30px;
}

.select_div .select_div_div .select_data_div {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	position: relative;
}

.select_div .select_div_div .select_data_div .select_text {
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 2px solid rgba(214, 214, 214, 1);
	border-radius:0;
}

.select_div .select_div_div .select_data_div .ic_red_dowe_arrow {
	height: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 24px;
}

.data_select {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 0.95rem;
}
/*----------------------------------------------------------------------------related_div--------------------------------------------------------------*/
.related_div {
	margin: 20px;
}

.related_div .related {
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 2px solid rgba(214, 214, 214, 1);
	border-radius:0;
}
/*----------------------------------------------------------------------------info_content--------------------------------------------------------------*/
.info_content {
	margin: 30px 0;
	border: 1px solid #ccc;
	line-height: 25px;
	border-radius: 5px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}

.info_title {
	background: #f5f5f5;
	padding: 16px;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}

.link_modify {
	display: inline-block;
	float: right;
	color: #5f325d;
}

.info_tb {
	width: 100%;
	padding: 16px;
	word-break: break-word;
}

.info_tb td {
	padding-bottom: 10px;
}
/*----------------------------------------------------------------------------terms--------------------------------------------------------------*/
.terms_title {
	font-weight: bold;
	padding: 5px;
	margin-top: 15px;
}

.terms_icon {
	border: 1px solid gray;
	background-color: #000;
	opacity: 0.5;
	width: 4px;
	height: 4px;
}

.terms_tb {
	width: 100%;
	padding: 5px;
	line-height: 25px;
}

.terms_tb tr td:first-child {
	width: 15px;
	vertical-align: top;
	padding-top: 9px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------*/
.btn-light-red {
	background: #B21B2A;
	color: white;
	text-align: center;
	border-radius: 20px;
	padding: 5px 15px;
	cursor: pointer;
	line-height: 25px;
	min-width: 80px;
	margin: 20px 40px;
}

.popup_shelter {
	line-height: 25px;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.popup {
	border-radius: 10px 10px 0 0;
	width: calc(100% - 40px);
	background: #fff;
	color: #656565;
	padding: 30px 20px 15px;
	word-break: break-word;
	position: absolute;
	bottom: 0;
}

.popTitle {
	font-size: 1.25rem;
	margin-bottom: 10px;
	font-weight:600;
}

.popMsg {
	padding-bottom: 15px;
	text-align: left;
}

.btn-pop-ok {
	background: #c53355;
	outline: none;
	margin-top: 5px;
	border-radius: 69px;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	text-align: center;
	height:48px;
	line-height:48px;
	font-weight: bold;
}

.btn-pop-cancel {
	outline: none;
	margin-top: 10px;
	border-radius: 69px;
	color: #656565;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: calc(100% - 2px);
	border: 1px solid rgba(214, 214, 214, 1);
	height:46px;
	line-height:46px;
	font-weight: bold;
}

.animate-div {
	margin-top: 5px;
	position: relative;
    height: 21px;
}

.animate-div-after {
    margin-top: 30px;
}

.fieldSlideUp {
	animation: animateSlideUp 0.3s ease-out 1;
	overflow: hidden;
	position: absolute;
	color: #5c5c5c;
    font-size: 0.8125rem;
}
		
@keyframes animateSlideUp{
	from {height: 0px; top: 21px;}
	to {height: 21px; top: 0px;}
}

.step_back img, .step_chat img, .aging .loan .Leave span{
	cursor: pointer;
}

.tips {
	cursor: pointer;
	display: inline-block;
}

.btn-browse{
	cursor: pointer;
}

.btn_delete{
	width: 80px; 
	background: #b00931; 
	color: white; 
	line-height: 25px; 
	border: none; 
	display: inline-block; 
	text-align: center;
	cursor: pointer;
}

.btn-openPdfFile{
	padding: 8px 10px; 
	background: #b00931; 
	color: white; 
	text-decoration: none;
	cursor: pointer;
}

.no-touch {
	/* forbidden select text start */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* forbidden select text end */
}
.tnps-li {
	float: left;
    width: 25px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-right: 3px;
    border: 1px #c53355 solid;
    height: 30px;
    border-radius: 5px;
    color: #c53355;
}
.btn-valid{
	background: #ebebeb;
	color: #858585;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    line-height: 25px;
	width: 150px;
}
.btn-bottom10{
	position: absolute; 
	bottom: 10px; 
	width: 100%;
	max-width: 1240px;
}
.main-wrapper{
	margin: 20px;
	min-height: calc(100vh - 185px);
	position: relative;
	padding-bottom: 100px;
	box-sizing: border-box;
}