﻿/*************************************************************************************************************/



html * {

    outline: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    line-height: 1;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;
    

}



body,html{

    font-size: 50px;

    max-width: 640px;

    margin: 0 auto;

    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}
html{
    height: 100%;
    background: url("../img/bg.jpg");
    background-size: 100% 100%;
}

article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {

    margin: 0;

    padding: 0;

}



input,select,textarea {

    font-size: 100%;

    resize:none;
    border: none;
}
input:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-input-placeholder {color: transparent;}
input:focus:-moz-input-placeholder {color: transparent;}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



fieldset,img {

    border: none;

    vertical-align: top;

    width: 100%;

}



address,caption,cite,code,dfn,em,th,var {

    font-style: normal;

    font-weight: 500;

}



ol,ul {

    list-style: none;

}







h1,h2,h3,h4,h5,h6 {

    font-size: 100%;

    font-weight: 500;

}



a{

    text-decoration: none;

}





/*input*/

button {

    border: none;

}



button,

html input[type='button'],

input[type='reset'],

input[type='submit'] {

    -webkit-appearance: button;

    text-transform: none;

    outline: none;

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

    color: #999;

}



input::-webkit-inner-spin-button {

    -webkit-appearance: none;

}



input::-webkit-outer-spin-button {

    -webkit-appearance: none;

}



textarea {

    vertical-align: top;

}



button,

input {

    line-height: normal;

}



select {

    margin: 0;

    outline: 0;

}



input.fixAKeyboard:focus,

textarea.fixAndroidKeyboard:focus {

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

    -webkit-user-modify: read-write-plaintext-only;

}



input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0 1000px white inset !important;

}



button,

input[type=button],

input[type=checkbox],

input[type=reset],

input[type=submit],

label {

    cursor: pointer;

    user-select: none;

    -ms-user-select: none;

    -moz-user-select: none;

    -webkit-user-select: none;

}



input[type=submit] {

    -webkit-user-modify: read-plaintext-only;

    -moz-user-modify: read-plaintext-only;

    -ms-user-modify: read-plaintext-only;

    -o-user-modify: read-plaintext-only;

    user-modify: read-plaintext-only;

}



input[type='search']::-webkit-search-cancel-button,

input[type='search']::-webkit-search-decoration {

    -webkit-appearance: none;

}



input[type='search'] {

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    -webkit-appearance: textfield;

}





/*flex box*/

.flex {

	display: flex;

}



.basis-xs {

	flex-basis: 20%;

}



.basis-sm {

	flex-basis: 40%;

}



.basis-df {

	flex-basis: 50%;

}



.basis-lg {

	flex-basis: 60%;

}



.basis-xl {

	flex-basis: 80%;

}



.flex-sub {

	flex: 1;

}



.flex-twice {

	flex: 2;

}



.flex-treble {

	flex: 3;

}



.flex-direction {

	flex-direction: column;

}



.flex-wrap {

	flex-wrap: wrap;

}



.align-start {

	align-items: flex-start;

}



.align-end {

	align-items: flex-end;

}



.align-center {

	align-items: center;

}



.align-stretch {

	align-items: stretch;

}



.self-start {

	align-self: flex-start;

}



.self-center {

	align-self: flex-center;

}



.self-end {

	align-self: flex-end;

}



.self-stretch {

	align-self: stretch;

}



.align-stretch {

	align-items: stretch;

}



.justify-start {

	justify-content: flex-start;

}



.justify-end {

	justify-content: flex-end;

}



.justify-center {

	justify-content: center;

}



.justify-between {

	justify-content: space-between;

}



.justify-around {

	justify-content: space-around;

}





.poscenter {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.posVcenter {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}

.posHcenter {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}
.text-price::before {
	content: "¥";
	font-size: 80%;
	margin-right: 4rpx;
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.text-content {
	font-size: 14px;
    line-height: 20px;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}



/*  */
.padding-lr {
    padding-left: 0.38rem;
    padding-right: 0.38rem;
}
.padding-tb {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
}
.padding {
    padding: 0.32rem;
}

.wrap {
    position: relative;
}
.content {
    top: 1.96rem;
    text-align: center;
    color: #fff;
    width: 100%;
}
.logo {
    width: 3.92rem;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 0.9rem;
}
#verifyIpt .p1 {
    font-size: 0.68rem;
    margin-bottom: 0.5rem;
}
#verifyIpt .p2 {
    font-size: 0.3rem;
    margin-bottom: 5.6rem;
    line-height: 1.5;
}
.from_wrap {
    margin: 0 auto;
    text-align: center;
}
.from_wrap input {
    width: 7.83rem;
    height: 1.26rem;
	max-width: 100%;
    line-height: 1.26rem;
    border-radius: 10rem;
    background: #fff;
    color: #000;
    font-size: 0.48rem;
    text-align: center;
}
.from_wrap button {
    width: 7.83rem;
    height: 1.26rem;
	max-width: 100%;
    line-height: 1.26rem;
    border-radius: 10rem;
    background: #10b692;
    color: #fff;
    font-size: 0.48rem;
    text-align: center;
    margin-top: 0.3rem;
}
#result {
    width: 8.61rem;
    margin: 0 auto;
    color: #fff;
}
#result .bg {
    position: relative;
}
#result .close_btn {
    width: 0.41rem;
    height: 0.41rem;
    margin: 0.67rem auto 0;
}
#result .res_box {
    top: 1.27rem;
    width: 100%;
}
#result .res_logo {
    width: 3.43rem;
    margin: 0 auto;
}
#result .p1 {
    font-size: 0.38rem;
    margin: 0.68rem auto 0.2rem;
}
#result .p2 {
    font-size: 0.48rem;
}
#result .line {
    margin: 0.5rem auto;
}
#result .line span {
    display: inline-block;
    width: 0.45rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 100px;
}
#result .checkTime {
    font-size: 0.3rem;
    margin: 0 auto;
}
#time {
    font-size: 0.36rem;
    margin: 0.2rem auto 0;
}