.body {
    width: 100%;
    height: 100%;
    background-size:auto;
    background-repeat: no-repeat;
    margin: 0;
    min-width: 800px;
    position:absolute;
    min-height: 400px;
    background: none\9;
}

.content {
  float: right;
	
    margin-right: 7%;
}

.card {
    background: #fff;
    border-radius: 10px;
    width: 500px; 
    box-shadow: 10px 10px 5px #78787824;
    margin-top: -30px;
	padding-bottom: 1px;
}

.header_card {
	    text-align: center;
    margin-bottom: 25px;
}

.card_body {
    margin: 0px 50px;
}

.item1 {
    color: #007FE1;
    height: 75px;
    line-height: 75px;
    flex-grow: 1;
    text-align: center;
    font-size: 21px;
    cursor: pointer;
    width: 49%;
    display: inline-block;
}

.item2 {
    color: #9b9b9b;
    box-shadow: 5px -5px 10px #f5f5f5 inset;
}

.item3 {
    color: #9b9b9b;
    box-shadow: -5px -5px 10px #f5f5f5 inset;
}

.input1 {
    border: 1px solid #d7d7d7;
    height: 50px;
    border-radius: 4px;
    padding: 0 5px;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

/*		.input1 input {
			border: 0;
			height: 60px;
			background: transparent;
			width: 100%;
			font-size: 20px;
		}*/

.input2 {
    border: 0;
    height: 50px;
    background: transparent;
    width: 70%;
    font-size: 18px;
    padding-left:15px;
	display: inline-block;
	line-height: 50px;
}
.input3{
	width: 55%;
	border: 1px solid #d7d7d7;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding-left:15px;
	background: transparent;
}
input::placeholder{
    color:#9b9b9b;
}


.texts {
    white-space: nowrap;
    color: #ff3840;
    font-size: 21px;
    padding-right: 10px;
    cursor: pointer;
	position: absolute;
	right: 1%;
	line-height: 50px;
}

.codetext {
    margin-bottom: 20px;
    height: 60px;
}

.codeImg {
    height: 50px;
    margin-left: 20px;
    cursor: pointer;
	float: right;
	margin-top: -50px;
}

input:focus-visible {
    outline: none;
}

.getcode {
    background-color: #007FE1;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-left: 10px;
    width: 150px;
    cursor: pointer;
    font-size: 16px;
    float: right;
    margin-top: -50px;
}

.btn {
    text-align: center;
    line-height: 62px;
    color: #fff;
    background-color: #007FE1;
    border-radius: 5px;
    height: 62px;
    font-size: 21px;
    /* width: 398px; */
    margin: 34px 50px;
    cursor: pointer;
}

.flex_tips {
	
    margin: 20px 0;
    color: #9d9d9d;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: -15px;
	position: relative;
}
.flex_tips_left{
	display: inline-block;
}
.flex_tips_item_right{
	display: inline-block;
	position: absolute;
	right: 0;
}
.flex_tips_item_right_red{
		color: #ff3840;
		font-size: 16px;
}

#phone {
    display: none;
}

.mod1 {
    color: #a3addb;
    font-size: 16px;
    padding: 8% 0 6% 5%;
}

.mod3 {
    text-align: center;
    color: #a3addb;
    font-size: 12px;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
