﻿

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
}

body {
    max-width: 750px;
    margin: 0 auto;
}
.header{
	width: 100%;
	position: relative;
}
.header .header_a{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.header ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2.8rem .6rem 0;
}
.header ul .header_b{
	width: 3.74rem;
}
.header ul .header_c{
	width: 1.56rem;
}

.text-divc{
	padding: .24rem .6rem;
	position: relative;
	z-index: 999;
}
.text-divc ul li{
	display: flex;
	align-items: center;
	width: 100%;
	height: 1rem;
	background: rgba(255, 255, 255, 1);
	background-blend-mode: normal;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.06);
	border-radius: .08rem;
	margin-top: .24rem;
	padding: 0 .24rem;
}
.text-divc ul li img{
	width: .48rem;
}
.text-divc ul li input{
	padding: 0 .2rem;
	max-width: 100%;
	font-size: .28rem;
}
.text-divc ul li button{
	color: rgba(255, 110, 0, 1);
	font-size: .28rem;
	background-color: rgba(0,0,0,0);
}


.verification{
	width: 6.3rem;
	height: .88rem;
	line-height: .88rem;
    background: linear-gradient(135deg, #91c8f3 0%, rgb(28 140 229) 100%);
    background-blend-mode: normal;
    box-shadow: 0px 0.08rem 0.32rem rgb(107 181 239);
	border-radius: .44rem;
	color: rgba(255, 255, 255, 1);
	font-size: .28rem;
	text-align: center;
	margin-top: 1rem;
}

.divisd{
	width: 6.3rem;
	height: .88rem;
	position: relative;
}
.divisd a{
	display: block;
	width: 6.3rem;
	height: .88rem;
	line-height: .88rem;
	background: linear-gradient(135deg, rgba(255, 161, 89, 1) 0%, rgba(255, 110, 0, 1) 100%);
	background-blend-mode: normal;
	box-shadow: 0px .08rem .32rem rgba(255, 110, 0, 0.4);
	border-radius: .44rem;
	color: rgba(255, 255, 255, 1);
	font-size: .28rem;
	text-align: center;
	margin-top: 1rem;
	display: none;
}