body {
	position: relative;
	background-color: #F6F6F6;
	height: 100vh;
	display: flex;
	flex-flow: column;
}

.mounted {
	background-color: #F6F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.header {
	display: flex;
	flex-direction: row;
	background-color: #F6F6F6;
	padding-top: 50px;
}

.logo {
	text-align: center;
	width: 100%;
}

.logo img {
	width: 354.67px;
	height: 74.67px;
}

.headerTitle {
	font-size: 30.67px;
	font-weight: 400;
	letter-spacing: 2.67px;
	color: rgba(115, 118, 122, 1);
	text-align: center;
	vertical-align: top;
	margin-top: 19px;
}

.mounted-box {
	display: flex;
	width: 866.67px;
	min-height: 368px;
	background-color: white;
	padding: 15px 30px 24px;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 0px 13.33px 0px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}

.mounted-title {
	font-size: 18px;
	color: #222222;
	font-weight: Bold;
}

.mounted-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mounted-nav {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	color: rgba(198, 226, 255, 1);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 25px;
}

.mounted-nav .active {
	color: rgba(64, 158, 255, 1);
	font-weight: 700;
}

.mounted-nav .active .plan {
	background: #409EFF;
}

.mounted-nav .active .plan::after {
	background: #409EFF;
}

.mounted-nav li {
	margin-right: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mounted-nav li .plan {
	width: 24px;
	height: 24px;
	opacity: 1;
	border-radius: 100%;
	background: #C6E2FF;
	margin-bottom: 7px;
	position: relative;
	display: flex;
	align-items: center;
}

.mounted-nav li .plan::after {
	content: '';
	display: block;
	position: absolute;
	width: 190px;
	height: 8px;
	opacity: 1;
	background: #C6E2FF;
	right: 20px;
	z-index: -1;
}

.mounted-nav li:first-child .plan::after {
	display: none;
}

.mounted-nav li:last-child {
	margin-right: 0;
}

/* .mounted-nav li:nth-of-type(even) {
	width: 140px;
	height: 36px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: PingFang SC;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.mounted-nav li:nth-of-type(odd) {
	width: 140px;
	height: 36px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: PingFang SC;
	border: 1px solid #E5E5E5;
}

.mounted-nav li:last-child {
	border-right: 1px solid #E5E5E5;
} */

.mounted-content-item {
	margin-top: 15px;
	/* border:1px solid #E5E5E5; */
	display: none;
}

.content-header {
	background-color: #E5E5E5;
	padding: 8px 16px;
	font-family: PingFang SC;
}

.content {
	height: 392px;
	overflow-y: auto;
	padding: 0 15px;
}

.content::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #efefef;
}

.content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	display: none;
}

.content h2 {
	font-size: 20px;
}

.content p {
	font-size: 14px;
}

.content h3 {
	font-size: 16px;
}

.mt6 {
	margin-top: 6px;
}

.mt16 {
	margin-bottom: 16px;
	text-align: justify;
}

.content-form {
	padding: 23px 60px;
	/* border: 1px solid #E5E5E5; */
}

.form-box-item {
	display: flex;
	align-items: center;
	height: 40px;
}

.form-box-item:not(:nth-of-type(1)) {
	display: flex;
	align-items: center;
	height: 40px;
	margin-top: 16px;
}


.form-desc {
	width: 100px;
	font-size: 18.67px;
	margin-right: 16px;
	text-align: right;
	color: rgba(115, 118, 122, 1);
}

.form-box-item div input {
	width: 300px;
	height: 33px;
	padding-left: 20px;
	border: 0.4px solid #CCCCCC;
	border-radius: 5.33px;
}

.cancel-btn {
	width: 213.33px;
	height: 46.67px;
	opacity: 1;
	border-radius: 26.67px;
	background: #ECF5FF;
	border: 1.05px solid #409EFF;
	cursor: pointer;
	font-size: 20.97px;
	font-weight: 400;
	color: rgba(64, 158, 255, 1);
	text-align: center;
	margin-left: 53px;
}

.accept-btn {
	font-size: 20.97px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	width: 213.33px;
	height: 46.67px;
	border-radius: 26.67px;
	background: #409EFF;
	border: 0;
	cursor: pointer;
}

.disabled-btn {
	padding: 7px 28px;
	color: #222222;
	background-color: #D7D7D7;
	border: none;
	flex: none;
	display: flex;
	align-items: center;
	border: 1px solid #D7D7D7;
}

.item-btn-group {
	display: none;
	margin-top: 24px;
	text-align: center;
}

.show {
	display: block !important;
}

.hidden {
	display: none !important;
}

.form-box-check {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

footer {
	font-size: 17px;
	margin-bottom: 10px;
	color: rgba(115, 118, 122, 1);
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex: 1;
}

.layui-table {
	margin: 0;
}

.layui-table tr {
	background-color: white !important;
}

.layui-table tr td {
	font-size: 12px;
	font-family: PingFang SC;
	line-height: 20px;
	background-color: white !important;
}

.layui-table tr th {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 20px;
}

.mounted-env-container {
	height: 440px;
	padding-bottom: 20px;
	overflow-y: auto;
}

.mounted-env-container::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.mounted-env-container::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #efefef;
}

.mounted-env-container::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	display: none;
}

.mounted-tips {
	padding: 15px;
	color: #2C85EA;
}

.mounting-container {
	padding: 16px;
	overflow-y: auto;
	font-size: 26.67px;
	color: rgba(115, 118, 122, 1);
	text-align: center;
	margin-top: 90px;
}

.item-cell {
	padding: 4px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.green {
	color: #11d55c;
}

.wrong {
	color: #FC4D4D;
}

.layui-icon {
	font-size: 18px !important;
}

.success-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 392px;
}

img {
	width: 100%;
	height: 100%;
}

.success-content .tips {
	font-size: 20.97px;
	font-weight: 400;
	color: rgba(64, 158, 255, 1);
	text-align: center;
	margin-top: 25px;
}

.success-content .btn-group {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.success-content .result {
	font-size: 26.67px;
	font-weight: 500;
	color: rgba(115, 118, 122, 1);
	margin-top: 6px;
}

.success-content .btn-group .store-btn {
	padding: 7px 35px;
	border: 1px solid #2C85EA;
	background-color: white;
	color: #2C85EA;
	cursor: pointer;
}

.success-content .btn-group .btn {
	padding: 7px 35px;
	border: 1px solid #2C85EA;
	background-color: #2C85EA;
	color: white;
	cursor: pointer;
}

.mounted-footer {
	width: 940px;
	background-color: white;
	padding: 16px 30px 23px;
	margin-top: 16px;
	box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.08);
	display: none;
}

.mounted-footer-title {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 16px;
}

.mounted-recommend-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mounted-recommend-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 224px;
	height: 140px;
	border: 1px solid #D7D7D7;
	cursor: pointer;
}

.mounted-recommend-item .icon {
	width: 128px;
	height: 36px;
}

.mounted-recommend-item:hover {
	background-color: #F6F9FF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 224px;
	height: 140px;
}

.mounted-recommend-item:hover .icon {
	display: none;
}

.recommend-content {
	display: none;
}

.mounted-recommend-item:hover .recommend-content {
	display: block;
	padding: 6px 10px 10px;
}

.mounted-recommend-item:hover .recommend-content .title {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.mounted-recommend-item:hover .recommend-content ul {
	list-style-type: disc;
	margin-left: 20px;
}

.mounted-recommend-item:hover .recommend-content li {
	list-style-type: disc;
}


/* new */
.BAtitle {
	font-size: 26.67px;
	font-weight: 500;
	letter-spacing: 2.67px;
	color: rgba(115, 118, 122, 1);
	text-align: center;
	margin-bottom: 10px;
}

.BAdes {
	font-size: 13px;
	font-weight: 400;
	color: rgba(115, 118, 122, 1);
	text-align: center;

}

.inputBox .account {
	display: flex;
	align-items: center;
}

.inputBox .account input {
	width: 270.33px;
	height: 33.33px;
	border-radius: 5.33px;
	background: #FFFFFF;
	border: 0.4px solid #CCCCCC;
	padding: 4px 8px;
	font-size: 14px;
}

.inputBox .accountTitle {
	font-size: 18.67px;
	font-weight: 400;
	color: rgba(115, 118, 122, 1);
	margin-right: 12px;
}

.inputBox .accountDes {
	font-size: 10.67px;
	font-weight: 400;
	color: rgba(115, 118, 122, 1);
	text-align: right;
	margin-top: 5px;
}

.agreementTitle {
	font-size: 26.67px;
	font-weight: 500;
	letter-spacing: 2.67px;
	color: rgba(115, 118, 122, 1);
	text-align: center;
	margin-bottom: 16px
}

.myRead {
	text-align: center;
	margin-top: 20px;

}

.radio {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12.64px;
	font-weight: 500;
	color: rgba(64, 158, 255, 1);
}

.radio input {
	width: 15px;
	height: 15px;
	appearance: none;
	/*清楚默认样式*/
	-webkit-appearance: none;
	opacity: 0;
	outline: none;
	z-index: 8;
	/*让input层级高于label，使之能选中*/
	margin-right: 6px;

}

.radio label {
	position: absolute;
	left: 0;
	width: 13px;
	height: 13px;
	border: 2px solid #409EFF;
	border-radius: 100%;
}

.radio input:checked+label::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 0px;
	width: 4px;
	height: 8px;
	border-right: 2px solid #409EFF;
	border-bottom: 2px solid #409EFF;
	transform: rotate(45deg);
}

.tableTitle {
	padding: 8px 16px;
	font-family: PingFang SC;
	color: rgba(115, 118, 122, 1);
	font-size: 21.33px;
}

.new-layui-table {
	border: 0 !important;
}

.new-layui-table[lay-skin=line] td,
.new-layui-table[lay-skin=line] th {
	border-bottom-width: 0 !important;
}

.new-layui-table tr th {
	font-size: 16px !important;
}

.new-layui-table tr td {
	font-size: 14px !important;
}

.rightAndWrong {
	background-color: #67C23A;
	border-radius: 100%;
	color: #fff;
	font-weight: 600;
	padding: 4px;
}

.rightAndWrong2 {
	background-color: #FC4D4D;
	border-radius: 100%;
	color: #fff;
	font-weight: 600;
	padding: 4px;
}

.installing .layui-icon {
	font-size: 26px !important;
}

.installTitle {
	margin-left: 6px;
}

.rInformation {
	width: 526.67px;
	height: 154.67px;
	border-radius: 8px;
	background: rgba(236, 245, 255, 1);
	border: 1.05px solid rgba(64, 158, 255, 1);
	font-size: 20.97px;
	color: rgba(64, 158, 255, 1);
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
