* {
	padding: 0;
	margin: 0;
}
html {
	font-size: calc(100vw/3.75);
}

body {
	font-size: 14px;
}
.head-bg {
	width: 100%;
	display: block;
}

.content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.exchange-box {
	background: #FFFFFF;
	border-radius: 0.08rem;
	width: 3.45rem;
	margin-top: -0.33rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 0.2rem;
}

html {
	background-color: #f7f7f7;
}

.exchange-title {
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}

.exchange-title img {
	width: 0.1rem;
	height: 0.1rem;
}

.title-txt {
	font-size: 0.17rem;
	color: #333333;
	font-weight: 600;
	margin: 0 0.05rem;
}

.code-input {
	background: #F7F7F7;
	border-radius: 0.22rem;
	border: none;
	outline: none;
	width: 3.15rem;
	height: 0.44rem;
	text-align: center;
	font-size: 0.15rem;
	margin-top: 0.22rem;
}

.code-input::-webkit-input-placeholder,
.code-input::-ms-input-placeholder{
	color: #CCCCCC;
}
.exchange-btn{
	background-image: linear-gradient(113deg, #F6D8A8 0%, #DFAB7C 100%);
	border-radius: 0.22rem;
	width: 3.15rem;
	height: 0.44rem;
	text-align: center;
	line-height: 0.44rem;
	font-size: 0.16rem;
	color: #68390F;
	margin-top: 0.2rem;
	font-weight: bold;
}
.propmt-box{
	width: 3.45rem;
	background-color: #FFFFFF;
	border-radius: 0.08rem;
	box-sizing: border-box;
	padding: 0.15rem;
	margin-top: 0.1rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.propmt-title{
	font-size: 0.18rem;
	line-height: 0.2rem;
	color: #666666;
}

.propmt-line{
	font-size: 0.16rem;
	color: #999999;
	white-space: pre-line;
}
.server{
    position: fixed;
    right: .2rem;
    bottom: 35%;	
}
.server img{
    width: .5rem;	
}

.verifycode{
	display: flex;
	align-items: center;
	justify-content: center;
}
.verifycode input{
    font-size: .15rem;
    padding: .1rem;
    border-radius: .05rem;
    border: 1px solid gainsboro;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    width: 1.2rem;
}
