/* page */

#page-form{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 40px 0 35px;
    color: #fff;
    background-attachment: fixed;
    width: 100%;
    margin: auto;
    background: #2e343d;
}
#page-form h2{
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin: 0px 0 20px;
    background-color: rgba(255, 255, 255, 0.24);
    padding: 20px;
}
#page-form h2 img{}
#page-form h2 b{
    margin: 0 10px;
    font-size: 24px;
    vertical-align: text-bottom;
    display: inline-block;
}
#page-form form,
#page-form fieldset{
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 99;
}
#page-form fieldset{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#page-form .list{
    width: 50%;
    color: #fff;
    overflow: hidden;
    font-size: 17px;
    line-height: 120%;
    margin: 7px 0;
    height: 40px;
}
#page-form .list.btn{
    height: auto;
	display: flex;
}
#page-form .list:first-child p{
    display: inline-block;
}
#page-form .list:first-child p:last-child label{
	width: auto;
}
#page-form .list:first-child p span{width: auto;color: #fff;}
#page-form .list label{
    width: 100px;
    display: inline-block;
    color: #fff;
}
#page-form .list span{
    display: inline-block;
    width: calc(100% - 106px);
}
#page-form .list input,#page-form .list select{font-size: 17px;}
#page-form .list select{border-top-right-radius: 0;border-top-left-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;-webkit-appearance:none;background-image:url(/images/13/selectbutton.png);background-repeat:no-repeat;background-position:95% 50%;width: 90%;padding: 10px;background-color: rgb(255, 255, 255);border-radius: 25px;padding: 8px 8px;border: 1px solid #ccc;}
#page-form .list input[type="text"]{width: calc(90% - 21px);padding: 10px;margin-left: 5px;border-top-right-radius: 0;border-top-left-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;padding-bottom: 10px;border-radius: 25px;padding: 7px 8px;border: 1px solid #ccc;}
#page-form .list input#Checknum{width:100px;}
#page-form .list.last{width:100%;margin-top: 5px;}
#page-form .list.last p{ text-align:center;}
#page-form .list.last p input{
    -webkit-appearance:none;
    width: 200px;
    text-align: center;
    background: #a4895e;
    color: #fff;
    border-radius: 25px;
    line-height: 40px;
    cursor: pointer;
    }


@media screen and (min-width: 1281px) {
#page-form .list.last p input:hover{background: #caa455;}
}
@media screen and (max-width: 980px) {
	#page-form .list input[type="text"] ,#page-form .list select{
    border-radius: 0;
}
	#page-form .list{width:100%;height:auto;margin: 10px 0;}
	#page-form .list:first-child p{display: none;}
	#page-form .list:first-child p:first-child{margin-bottom: 9px;margin-top: 10px;}
	#page-form .list:first-child p span{width: calc(100% - 106px);}
	#page-form .list:first-child p.ra span{ width:auto;}
	#page-form {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		padding: 10px 0 15px;
		color: #fff;
		background-attachment: fixed;
		width: 100%;
		margin: auto;
	}
	#page-form fieldset{
        display: flex;
        flex-direction: column;
    }
    #page-form .list.last p input{
    font-size: 14px;
    margin-top: 15px;
}
	#fakeNumber ul li .eva{padding:40px 20px;width:calc(100% - 44px);}
}