@charset "utf-8";
/* CSS Document */

html {
    font-size: calc(100vw / 7.5);
    font-size: -webkit-calc(100vw / 7.5);
    font-size: -moz-calc(100vw / 7.5);
    /*此时1rem = 100px*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}

body,
div,
input,
button {
    margin: 0;
    padding: 0;
}

body {
    overflow: scroll !important;
    font: 0.24rem "PingFangSC, sans-serif";
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

html {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
}

body {
    max-width: 750px;
    min-width: 320px;
    font-size: 14px;
}

img {
    border: 0;
    vertical-align: bottom;
}

input {
    outline: none;
    background: none;
}

a {
    text-decoration: none;
}

a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}


.header_nav .header_jj{
	padding: 0 0.3rem;
	height: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	left: 0;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 999999;
	align-items: center;
	justify-content: space-between;
}
.header_nav .header_jj img{
	width: 3.12rem;
	height: 0.65rem;
	margin-top: 0.2rem;
}
.header_nav .header_jj .phone_tel{
	font-size: 0.38rem;
	margin-top: 0.1rem;
}
body .footer_zb p {
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #333;
    text-align: center;
	padding-bottom: 1.8rem;
	padding-top: 0.4rem;
}


.wap-main {
    flex: 1;
}

/*顶部LOGO 电话*/

.wap-main {
    width: 100%;
    height: auto;
}

.wap-main img {
    width: 100%;
    display: block;
    vertical-align: bottom;
    margin-top: 0.1rem;
    line-height: 0;
}

.wap-order {
    width: 100%;
    /* height: 4.37rem; */
    /* repeat-y; */
    background-size: 100%;
    margin-top: 0rem;
}
.freetext{
	width: 100%;
	font-size: 0.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.4rem;
}
.wap-order-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    height: 6rem;
    /* padding: 0 10%; */
    position: relative;
}

.wap-order-form .form-contain {
    width: 100%;
    height: auto;
/*    transform: translate(-51.4%, 34%); */
    /* position: absolute;
    top: %;
    left: 50%; */
    text-align: center;
}

.textinput{
	line-height: 0.4rem;
	width: 60%;
	height: 0.7rem;
	margin: 0 0 0.16rem 0;
	padding: 0 0.2rem;
	border-radius: 0.6rem;
	font-size: 0.24rem;
	color: #000;
	border: 1px solid #cebfad;
	text-indent: 0.1rem;
}
.yzmcode {
    line-height: 0.4rem;
    width: 60%;
    height: 0.7rem;
    margin: 0 0 0.16rem 0;
    padding: 0 0.2rem;
    border-radius: 0.6rem 0 0 0.6rem;
    font-size: 0.24rem;
    color: #000;
    border: 1px solid #cebfad;
	text-indent: 0.1rem;
	border-right: none;
}
.form-item-code{
	display: flex;
	width: 100%;
	justify-content: center;
}

.wap-order-form .form-common .submit {
    display: inline-block;
    height: 0.8rem;
    width: 66%;
    font-size: 0.3rem;
    text-align: center;
    cursor: pointer;
    background: #12449f;
    color: #fff;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0.7rem;
    font-weight: 600;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
}

.wap-order-form .form-common .yzmcode {
    width: 35%;
    /* margin-right: 0.1rem; */
}

.wap-order-form .form-common .codetxt {
    width: 23%;
	height: 0.7rem;
    background: #f0f0f0;
    color: #333;
    font-size: 0.25rem;
    border: 1px solid #cebfad;
	border-radius: 0 0.7rem 0.7rem 0;
	box-sizing: content-box;
}

/* 隐私政策 */
.form-privacy{
	/* margin-left: 300px; */
	display: flex;
	width: 100%;
	/* align-items: center; */
	justify-content: center;
	/* margin-top: 0.2rem; */
	margin-bottom: 0.2rem;
}
.privacy-validate{
	margin-right: 0.1rem;
}
.form-privacy span{
	color: #000;
	font-size: 0.2rem;
}
.form-privacy a{
	color: #feac1a;
	font-size: 0.2rem;
}


