.container {
	height: 100%;
}

.firstPage {
	width: 100%;
	height: 100%;
}

.LogoImg {
    height: calc(100% - 16%);
    text-align: center;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo {
	width: 86%;
	min-width: 320px;
	max-width: 750px;
}

.titleWrap {
	text-align: center;
	margin-top: -14%;
}

.title {
	font-size: 0.56rem; 
}

.subTitle {
	font-size: 0.4rem;
	margin-top: 0.2rem;
}

.itemsTitle {
	font-size: 0.42rem;
	padding: 0.45rem 0 0.3rem 0;
}

.wrap {
	padding: 0 0.36rem;
}

.stepsUl li {
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
	line-height: 0.42rem;
}

.stepsUl li p {
	padding: 0.1rem 0 0 0.28rem;
	font-size: 0.24rem;
	line-height: 0.34rem;
	margin-bottom: 0.1rem;
	word-break: break-all;
}

.imgLi img {
	width: 40%;
	min-width: 120px;
	max-width: 80%;
}

.itemsImg {
	width: 100%;
}

.itemsImg img {
	width: 100%;
	margin-top: 0.15rem;
}

.basicOperation {
	margin-top: 0.54rem;
}

.cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}

.cont_l,
.cont_r {
	flex: 1;
}

.cont_l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-align-items: center;
	align-items: center;
}

.cont_l img {
	width: 100%;
}

.cont_r {
	padding-left: 0.36rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.cont_r ul li {
	font-size: 0.24rem;
	line-height: 0.34rem;
	margin-bottom: 0.1rem;
}

/*
*
* Language Select Page
*
*/
.top {
	padding: 0 0.45rem;
}

.tip {
	padding: 0.32rem 0;
	border-bottom: 1px solid #c6c6c6;
}

.tip h2 {
	font-size: 0.46rem;
}

.language_ul {
	padding: 0 0.45rem;
}

.questionItem {
	height: 1.0833rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #b3b3b3;
}

.details {
	flex: 1;
	overflow: hidden;
}

.details a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.3rem;
	line-height: 1.0833rem;
	width: 100%;
	height: 100%;
	display: block;
}

.unselected_icon {
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 100%;
	border: 1px solid #4c4c4c;
	box-sizing: border-box;
}

.selected_icon {
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 100%;
	border: none;
	background-color: #007bfc;
}

.selectContainer {
	height: calc(100% - 178px);
	overflow-y: auto;
}

.btnWrap {
	text-align: center;
	padding: 0.4rem 0 0.6rem;
	background-color: rgba(255, 255, 255, 0.9);
}

.sureBtn {
	width: 55%;
	height: 0.82rem;
	background-color: #007bFc;
	border: none;
	color: #fff;
	font-size: 0.32rem;
	border-radius: 0.26rem;
	letter-spacing: 0.03rem
}
