﻿/*
* {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
*/


.mainDiv {
	width: 100%; background-color: white;text-align: center;
}

.mainDiv .title{
	text-align: center;
	font-family: '微软雅黑';
	color:rgb(80,80,80);
	border-bottom: 1px solid rgb(220,220,220);
	padding-bottom: 20px;
}

.mainDiv .img{
	text-align: center;
	width: 100%;
}
.mainDiv .img img{
	width: 90%;
}


.imgTitle {
	text-align: left;
	font-size: 1.0rem;
	color:rgb(10,50,120);
}

.textIteam {
	text-align: left;
	margin-top: 10px;
	display:flex;
    align-items:center;
}

.textIteam span{
	text-align: left;
	color:rgb(80,80,80);
	font-family: '微软雅黑'
}

table {
	text-align: left;
}