@CHARSET "UTF-8";
    a:link {
		color: #fff;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #fff;
	}
	a:hover {
		text-decoration: none;
		color: #fff;
	}
	a:active {
		text-decoration: none;
		color: #fff;
	}
	
	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		font-size: 36px;
		font-family: "微软雅黑";
		background: url(../img/bg.jpg) no-repeat;  /*https://api.lewz.cn/api/gqbjt?msg=风景*/
		width: 100%;
		height: 100vh;
		background-size: cover;
	}
	
	#top {
		width: 100%;
		height: 100px;
		background: rgba(15, 25, 50, 0.3);
		color: #fff;
		line-height: 100px;
		text-align: center;
		font-size: 42px;
	}

	#box {
		width: 900px;
		height:1200px;
		background: rgba(255, 255, 255, .8);
		margin: 100px auto 0;
	}

	.b-head {
		width: 100%;
		height: 100px;
		background-color: #4CAF50;
	}
	
	.h-img {
		height: 80px;
		width: 80px;
		margin-left: 20px;
        margin-top: 10px;
		float: left;
	}
	
	.h_span {
		color: #fff;
		font-size: 32px;
        margin-left: 20px;
		line-height: 100px;
		float: left;
		user-select: none;
		cursor: default;
	}

	.b-body {
		width: 100%;
		height: 960px;
		overflow: auto;
		margin: 20px 0;
	}
	
	.rotWord,.mWord{
		width: 100%;
		margin-top: 10px;
		overflow: hidden;
	}
	
	.rotWord span {
		background: url(../img/robot2.png);/*robot1.png*/
		height: 80px;
		width: 80px;
		margin-left: 20px;
		float: left;
	}
	
	.rotWord p {
		word-break: break-all;
		top: 4px;
		float: left;
		color: #000;
		font-size: 32px;
		margin-left: 10px;
		padding: 20px;
		line-height: 50px;
		background: rgba(200, 200, 200, .5);
		border-radius: 10px;
		max-width: 72%; /*600px*/
	}
	
	.mWord span {
		background: url(../img/myhead3.png);
		height: 80px;
		width: 80px;
		float: right;
		margin-right: 20px;
	}
	
	.mWord p {
		word-break: break-all;
		top: 2px;
		float: right;
		color: #000;
		font-size: 32px;
		margin-right: 10px;
		padding: 10px;
		line-height: 60px;
		background: #3C9F75;
		border-radius: 10px;
		max-width: 72%;
	}
	
	.b-footer {
		width: 860px;
		height: 70px;
		margin: 0 20px;
		font-size: 42px;
		color: #666;
	}
	
	#f-left {
		padding-left: 20px;
		outline: none;
		overflow: hidden;
		width: 720px;
		height: 80px;
		float: left;
		background: rgba(0, 0, 0, .1);
		font-size: 32px;
		border: none;
		border-radius: 15px;
	}
	
	#btn {
		width: 110px;
		height: 80px;
		background: #4CAF50;
		float: right;
		cursor: pointer;
		text-align: center;
		line-height: 80px;
		font-size: 32px;
		color: #fff;
		user-select: none;
		border-radius: 15px;
	}
    
	