@charset "utf-8";
.forget_password .btn {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0.8em 0 2em;
}

.btn a {
	background: #f68e07;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.7em 0;
	letter-spacing: 0.15em;
	font-size: 20px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;

}
.btn a:hover {
	background: #f66307;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.7em 0;
	letter-spacing: 0.15em;
	font-size: 20px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
     transition: 1s;
}
/**/

.btn_small {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    float: right;
}

.btn_small a {
    background: #fff;
    text-align: center;
    color: #d00000;
    display: block;
    padding: 0.5em 0;
    letter-spacing: 0.1em;
    font-size: 17px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    border: 1px #d00000 solid;
}


.btn_small a:hover {
	background: #d00000;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
	font-size: 17px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
     transition: 0.5s;
}

/**/

.btn_send {
    width: 90%;
	margin: 0 auto;
	text-align: center;
        padding: 1em 0;
    
}
.btn_send a {
	background: #f68e07;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.7em 0;
	letter-spacing: 0.15em;
	font-size: 20px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
}
.btn_send a:hover {
	background: #f66307;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.7em 0;
	letter-spacing: 0.15em;
	font-size: 20px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
     transition: 0.8s;
}


/**/

.btn_pay {
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
    position: absolute;
    right: 25px;
    top: 75px;
}
.btn_pay a {
	background: #fff;
	text-align: center;
	color: #f68e07;
	display: block;
	padding: 0.5em 20px;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 1.5;
	margin-top: 15px;
    border: #f68e07 1px solid ;
}
.btn_pay a:hover {
	background: #f68e07;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.5em 20px;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 1.5;
    transition: 0.5s;
    border: #f68e07 1px solid ;
}




.iziModal_btn {
    width: 25%;
    margin: 0px 30px 30px 0px;
    text-align: center;
    float: right;
    
    
}
.iziModal_btn a {
	background: #f68e07;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.5em 0;
	letter-spacing: 0.3em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
}
.iziModal_btn a:hover {
	background: #f66307;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.5em 0;
	letter-spacing: 0.3em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
     transition: 1s;
}
.detail_input{
      width: 115px;
   display: inline-block;
   margin-right: 15px;
}

.remark_btn a {
	background: #f68e07;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.45em 0;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
	font-family: 微軟正黑體;
}
.remark_btn a:hover {
	background: #f66307;
	text-align: center;
	color: #fff;
	display: block;
	padding:  0.55em 0;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
     transition: 0.5s;
}


.loan_confirm_btn {
	width: 48%;
	margin: 0 1%;
	text-align: center;
    float: left;
    
    
}
.loan_confirm_btn a {
	background: #f68e07;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
	margin: 10px 0px 10px 0px;
}
.loan_confirm_btn a:hover {
	background: #f66307;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
	margin: 10px 0px 10px 0px;
    transition: 1s;
}


.method_btn {
	text-align: center;
    float: right;
	margin: -8.3% 2% 0% 0%;
	font-weight:700;
}

.method_btn2 {
	text-align: center;
    float: right;
	margin: -10.3% 2% 0% 0%;
	font-weight:700;   
}

.method_btn a {
	background: #f68e07;
    text-align: center;
    color: #fff;
    display: block;
    padding: 0.5em 0;
    letter-spacing: 1px;
    font-size: 20px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
    margin: 0 0 6px 0px;
    width: 200px;
	float:right;
	font-weight: normal;
}

.method_btn2 span {
	background: #efefef;
    text-align: center;
    color: #c4c4c4;
    display: block;
    padding: 0.5em 0;
    letter-spacing: 1px;
    font-size: 20px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
    margin: 20px 0 6px 0px;
    width: 200px;
	float:right;
	font-weight: normal;
}




.method_btn a:hover {
	background: #f66307;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.5em 0;
	letter-spacing: 1px;
	font-size: 20px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
    transition: 0.5s;
}

.play_btn {
    width: 450px;
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
    position: absolute;
    top: 415px;
    left: 50%;
    margin-left: -225px;
}
.play_btn a {
	background: #fff;
    text-align: center;
    color: #f68e07;
    display: block;
    padding: 1em 0.5em;
    letter-spacing: 0.1em;
    font-size: 18px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.5;
    border: #f68e07 1px solid;
}


.store_play_btn{
    width: 150px;
    margin: 10px 0 0 0;
}
.store_play_btn a {
	background: #f68e07;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.7em 0;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 1.5;
/*    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;*/
}

.store_play_btn span {
    background: #efefef;
    color: #bdbdbd;
    text-align: center;
    display: block;
    padding: 0.7em 0;
    letter-spacing: 0.1em;
    font-size: 16px;
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 1.5;
}



.store_play_btn a:hover {
	background: #f66307;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.7em 0;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
    transition: 0.5s;
}

.banner_size_select{

}
.banner_size_select select{
    height: 30px;
    background-color: #fff;
    margin: 10px 0;

}

.banner_size_head{
    text-align: left;
}


/**/
@media (max-width:1200px) {}
@media (max-width:1080px) {}
@media (max-width:969px) {
    
    
    .play_btn {
    width: 450px;
    margin: 30px auto 0;
    text-align: center;
    padding: 1em 0;
    position: relative;
    top: initial;
    left: initial;
    margin-left: auto;
}
}
@media (max-width:769px) {
    
.play_btn {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
    position: initial;
    top: initial;
    left: initial;
    margin-left: auto;
     
}  
 .play_btn a {
	background: #fff;
    text-align: center;
    color: #f68e07;
    display: block;
    padding: 1em 0em;
    letter-spacing: 0.1em;
    font-size: 16px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.5;
    border: #f68e07 1px solid;
}

    
.method_btn a {
	background: #f68e07;
    text-align: center;
    color: #fff;
    display: block;
    letter-spacing: 0.1em;
    font-size: 20px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.5;
/*    -moz-box-shadow: 1px 1px 5px 2px rgba(232,232,232,1);
    -webkit-box-shadow: 1px 1px 5px 2px rgba(232,232,232,1);
    box-shadow: 1px 1px 5px 2px rgba(232,232,232,1);*/
    margin: 10px auto 10px auto;
	width: 40%;
	float: initial;
}
    
    
    
.iziModal_btn {
	width: 70%;
	margin: 0 auto;
	text-align: center;
        display: inline-block;
        margin: 0 auto;
        float: inherit;
    
}

.btn_small {
    width: 100%;
    margin: 10px auto 0px auto;
    text-align: center;
    float: none;
}
.btn_small a {
    background: #fff;
    text-align: center;
    color: #d00000;
    display: block;
    padding: 0.5em 0;
    letter-spacing: 0.1em;
    font-size: 17px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.5;
    border: 1px #d00000 solid;
}
.btn_small a:hover {
	background: #d00000;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
	font-size: 17px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.5;
     transition: 0.8s;
}


    
.btn_pay {
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
    position: inherit;
    right: 0px;
    top: 0px;
}
.btn_pay a {
	background: #fff;
	text-align: center;
	color: #f68e07;
	display: block;
	padding: 0.7em 0;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 1.5;
    border: #f68e07 1px solid ;
	width: 94%;
    margin: 0 auto;
}
.btn_pay a:hover {
	background: #f68e07;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0.7em 0;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 1.5;
    -moz-box-shadow: 1px 1px 5px #cfcfcf;
    -webkit-box-shadow: 1px 1px 5px #cfcfcf;
    box-shadow: 1px 1px 5px #cfcfcf;
     transition: 0.5s;
    border: #f68e07 1px solid ;
}

.method_btn {
    width: 100%;
    margin: 4% 0% 0% 0%;
    text-align: center;
    float: left; 
}

.fb-like{
	overflow:hidden;
}
    
.method_btn2 {
	text-align: center;
    float: right;
	margin: 2% 0% 4% 0%;
	font-weight:700;  
    width: 100%;
}
    
    
.method_btn2 span {
    background: #efefef;
    text-align: center;
    color: #c4c4c4;
    display: block;
    letter-spacing: 0.1em;
    font-size: 20px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.5;
    margin: 10px auto 10px auto;
    width: 40%;
    float: initial;
}

}



@media (max-width:420px) {	

.play_btn {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
    position: initial;
    top: initial;
    left: initial;
    margin-left: auto;
     
}  

.method_btn a {
	background: #f68e07;
    text-align: center;
    color: #fff;
    display: block;
    letter-spacing: 0.1em;
    font-size: 20px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.5;
/*    -moz-box-shadow: 1px 1px 5px 2px rgba(232,232,232,1);
    -webkit-box-shadow: 1px 1px 5px 2px rgba(232,232,232,1);
    box-shadow: 1px 1px 5px 2px rgba(232,232,232,1);*/
    margin: 20px auto 5px auto;
	width: 100%;
}

.method_btn2 span {
    width: 100%;
}    
    
}


/**/