.lowbrower-contain {
				position: fixed;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 99;
				width: 100vw;
				height: 100vh;
				background: rgba(0, 0, 0, .3)
			}

			.lowbrower-dialog {
				margin: 150px auto;
				width: 634px;
				height: 452px;
				border: 1px solid #f5f5f5;
				border-radius: 8px;
				background-color: #fff;
				box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .36)
			}

			.lowbrower-top {
				position: relative;
				box-sizing: border-box;
				padding-top: 40px;
				width: 634px;
				height: 262px;
				border-radius: 8px 8px 0 0;
				background-color: #f0f6ff
			}

			.lowbrower-closeImg {
				position: absolute;
				top: 15px;
				right: 15px;
				width: 15px;
				height: 15px;
				cursor: pointer
			}

			.lowbrower-topTitle {
				width: 100%;
				color: #333;
				text-align: center;
				font-weight: 600;
				font-size: 20px
			}

			.lowbrower-linkBtn {
				float: left;
				margin: 0 auto;
				width: 70px;
				height: 28px;
				border-radius: 4px;
				background-color: #2d8ff7;
				color: #fff;
				text-align: center;
				font-size: 14px;
				line-height: 28px;
				cursor: pointer
			}

			.lowbrower-linkBtn:hover {
				background-color: #57a5f9
			}

			.lowbrower-topUl {
				display: flex;
				box-sizing: border-box;
				padding: 0 70px;
				list-style: none;
				justify-content: space-around;
				margin-top: 15px;
			}

			.lowbrower-topUl li {
				float: left;
				display: flex;
				width: 82px;
				text-align: center;
				flex-direction: column
			}

			.lowbrower-topUl li img {
				display: inline-block;
				margin: 0 auto
			}

			.lowbrower-topUl li span {
				display: inline-block;
				margin-bottom: 15px
			}

			.lowbrower-bottom,
			.lowbrower-topUl li span {
				color: #333;
				font-size: 16px
			}

			.lowbrower-bottom {
				box-sizing: border-box;
				padding: 24px 21px 0 29px;
				width: 634px;
				height: 190px;
				border-radius: 0 0 8px 8px;
				background-color: #fff
			}

			.lowbrower-bottom span {
				line-height: 25px
			}