
/*app_act_box*/
#app_act_box {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70%;
    z-index: 15000;
    padding-right: 0px !important;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#app_act_box.unact {
	bottom: -100%;
	z-index: 0;
}
#app_act_box:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    background-color: rgba(0,0,0,0.4);
	z-index: 50;
	opacity: 1;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#app_act_box:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 100%;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	z-index: 50;
	opacity: 1;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#app_act_box.unact:after,
#app_act_box.unact:before {
	opacity: 0;
    z-index: -1;
    top: 100%;
}
#app_act_box .close_btn { 
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
#app_act_box .c_wrp {
	height: 100%;
	background-color: #fff;
}
#app_act_box .cont {
	max-width: 600px;
	margin: 0 auto;
}
#app_act_box .btn_wrp {
	margin-top: 60px;
}
#app_act_box .btn_wrp a {
	text-decoration: none;
	display: inline-block;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #333;
	font-size: 19px;
	line-height: 1em;
	min-width: 255px;
	text-align: center;
	position: relative;
	padding: 15px 20px;
	padding-left: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#app_act_box .btn_wrp a:hover {
	border-color: #fb8112;
}
#app_act_box .btn_wrp a img {
	width: 30px;
	position: absolute;
	left: 15px;
	top: 10px;
}
@media (min-width:769px){
	#app_act_box .btn_wrp a {
		margin-right: 5px;
	}
}
@media (max-width:768px){
	#app_act_box {
		height: 100%;
		z-index: 10000;
	}
	#app_act_box .cont {
		padding: 30px 20px 0;
	}
	#app_act_box .cont h4 {
		padding-right: 50px;
	}
	#app_act_box .btn_wrp {
		margin-top: 20px;
	}
	#app_act_box .btn_wrp a {
		display: block;
		width: 70%;
		margin: 5px auto;
        font-size: 15px;
	}
    #app_act_box .close_btn img {
        width: 25px;
    }
}

/*app_act_box*/
#app_act_box2 {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70%;
    z-index: 15000;
    padding-right: 0px !important;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#app_act_box2.unact {
	bottom: -100%;
	z-index: 0;
}
#app_act_box2:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    background-color: rgba(0,0,0,0.4);
	z-index: 50;
	opacity: 1;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#app_act_box2:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 100%;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	z-index: 50;
	opacity: 1;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#app_act_box2.unact:after,
#app_act_box2.unact:before {
	opacity: 0;
    z-index: -1;
    top: 100%;
}
#app_act_box2 .close_btn { 
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
#app_act_box2 .c_wrp {
	height: 100%;
	background-color: #fff;
}
#app_act_box2 .cont {
	max-width: 600px;
	margin: 0 auto;
}
#app_act_box2 .btn_wrp {
	margin-top: 60px;
}
#app_act_box2 .btn_wrp a {
	text-decoration: none;
	display: inline-block;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #333;
	font-size: 19px;
	line-height: 1em;
	min-width: 255px;
	text-align: center;
	position: relative;
	padding: 15px 20px;
	padding-left: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#app_act_box2 .btn_wrp a:hover {
	border-color: #fb8112;
}
#app_act_box2 .btn_wrp a img {
	width: 30px;
	position: absolute;
	left: 15px;
	top: 10px;
}
@media (min-width:769px){
	#app_act_box2 .btn_wrp a {
		margin-right: 5px;
	}
}
@media (max-width:768px){
	#app_act_box2 {
		height: 100%;
		z-index: 10000;
	}
	#app_act_box2 .cont {
		padding: 30px 20px 0;
	}
	#app_act_box2 .cont h4 {
		padding-right: 50px;
	}
	#app_act_box2 .btn_wrp {
		margin-top: 20px;
	}
	#app_act_box2 .btn_wrp a {
		display: block;
		width: 70%;
		margin: 5px auto;
        font-size: 15px;
	}
}



/*ph_box*/
.ph_box > li {
	margin: 5px 0;
}
.ph_box .form-control {
	box-shadow: 0 0 0;
    font-size: 17px;
    color: #636363;
    font-weight: 400;
}
.ph_box .form-control:not(textarea) {
    height: 45px;
}
.ph_box .radio-custom,
.ph_box .checkbox-custom {
	display: inline-block;
	padding-right: 40px;
}
.ph_box .radio-custom label,
.ph_box .checkbox-custom label {
    font-size: 17px;
    line-height: 1.7em;
    color: #222;
    font-weight: 400;
}
.ph_box .checkbox-custom.checkbox-custom-agree {
	position: relative;
	width: 100%;
}
.ph_box .checkbox-custom.checkbox-custom-agree label {
    font-size: 14px;
	font-weight: 300;
}
.ph_box .checkbox-custom.checkbox-custom-agree span {
	display: inline-block;
	border-right: 2px;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	line-height: 1em;
	padding: 5px;
    font-size: 14px;
	font-weight: 300;
	position: absolute;
	right: 0;
	cursor: pointer;
}
.ph_box .radio-custom img {
	width: 30px;
}
.ph_box li .sm_btn {
	height: 60px;
    border: 1px solid #cc6101;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	border-radius: 4px;
    background: linear-gradient(#fb8112, #e06f08);
	width: 100%;
	box-shadow: inset 0px 0px 4px rgba(255,255,255,0.3);
}
@media (max-width:768px){
	.ph_box .radio-custom {
		display: block;
	}
	.ph_box .radio-custom img {
		width: 25px;
	}
	.ph_box .radio-custom label {
		font-size: 14px;
	}
	.ph_box .radio-custom.radio-custom-agree label {
		font-size: 12px;
	}
	.ph_box li .sm_btn {
		height: 40px;
		font-size: 15px;
	}
	#app_act_box2 .close_btn { 
		width: 30px;
		height: 30px;
		right: 20px;
		top: 20px;
	}
}


.fileupload .uneditable-input .fileupload-preview {
    padding-left: 0px;
}
.fileupload-exists .input-append .uneditable-input {
    width: 60%;
}
.fileupload-new .input-append .uneditable-input {
    width: 80%;
}
.fileupload-new .input-append .uneditable-input i {
    display: none;
}
.fileupload-new .input-append .btn-file,
.fileupload-exists .input-append .btn-file {
    display: inline-block;
    width: auto;
    margin-left: -5px !important;
}
.fileupload-new .input-append .btn-file,
.fileupload-exists .input-append .btn-file,
.fileupload-new .input-append .fileupload-exists,
.fileupload-exists .input-append .fileupload-exists {
    width: 20%;
}
.fileupload-exists .input-append .fileupload-exists {
    color: #636363;
}