
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
p,
span,
div,
object,
iframe,
pre,
a,
abbr,
cite,
input,
button,
select,
option {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
abbr,
body,
cite,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
input,
li,
object,
ol,
p,
pre,
span,
ul {
	font-family: 'Microsoft YaHei';
}
input,textarea{
	outline:none
}
textarea{
	resize:none;
}

* {
	margin: 0;
	padding: 0;
	
}
html,body {
	min-width: 1400px;
}
.Banxin {
	width:1200px;
	margin: 0 auto;
}
.Banxin2 {
	width: 1200px;
	margin: 0 auto;
}

a:link,a:visited,a:hover,a:active{text-decoration:none;color: black;}



/*每个页面公共css */
/*每个页面公共css hh*/
.click-a{
	color:rgba(255,255,255,1)!important;
	background:rgba(255,144,70,1);
	border-radius:5px;
}
.pointer{
	cursor: pointer;
}
.tj{
	text-align:justify!important;
}
.fr{
	float: right;
}
.white-text{
	color: #FFFFFF!important;
}
.orange-text{
	color: #FF9046!important;
}
.black-text{
	color: #333333;
}
.gray-text{
	color: #666666;
}
.text-align {
	text-align: center;
}

.line {
	width: 750rpx;
	height: 2rpx;
	background: rgba(230, 230, 230, 1);
}

.public-pdt {
	padding-top: 30rpx;
}

.public-pdl {
	padding-left: 30rpx;
}

.public-pdb {
	padding-bottom: 30rpx;
}

.public-pdr {
	padding-right: 30rpx;
}

.public-mgt {
	margin-top: 30rpx;
}

.public-mgl {
	margin-left: 30rpx;
}

.public-mgb {
	margin-bottom: 30rpx;
}

.public-mgr {
	margin-right: 30rpx;
}

.max {
	width: 100%;
	height: 100%;
}
.ellipsis-third {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3!important;
	-webkit-box-orient: vertical;
}
.ellipsis-fourth {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-duoble {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.box {
	box-sizing: border-box;
}

.flex {
	display: flex;
}

.flex-d-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-jc-sb {
	justify-content: space-between;
}

.flex-center {
	justify-content: center;
	align-items: center;
}

.flex-jc-center {
	justify-content: center;
}

.flex-jc-end {
	justify-content: flex-end;
}

.flex-ai-center {
	align-items: center;
}

.flex-ai-start {
	align-items: flex-start;
}

.flex-ai-end {
	align-items: flex-end;
}

.flex-ac-start {
	align-content: flex-start;
}

.flex-ac-center {
	align-content: center;
}

.flex-ac-end {
	align-content: flex-end;
}

.flex0 {
	flex: 0 0 auto;
}

.flex1 {
	flex: 1 0 auto;
}

.flex2 {
	flex: 2 0 auto;
}

.flex3 {
	flex: 3 0 auto;
}

.flex4 {
	flex: 4 0 auto;
}

.flex5 {
	flex: 5 0 auto;
}

.clear-line {
	line-height: 1;
}

/* 轻提示 */
.Tan{
	    width:20%;
	    display: flex;
	    justify-content: center;
	    position: fixed;
	    top: 0px;
	    flex-direction: column;
	    left:40%;
}
.Tantx{
	    width:100%;
	    padding:10px 0px;
	    background:#ebeef5;
	    font-size: 16px;
	    color: rgb(167, 164, 164);
	    margin: 0px auto;
	    margin-top:20px;
	    text-align: center;
	    border-radius:5px;
	    animation:Tan 0.5s;
	    transition-property: all;
	    transition-duration: 1s;
}
@keyframes Tan{
	    0%   {margin-top:-100px;opacity:0.1;}
	    100% { margin-top:20px;opacity:1;}
}
/* 按钮 */
.PromptBox{
	    width:100%;
	    height:100%;
	    background: rgba(0, 0, 0,0.5);
	    position: fixed;
	    top: 0px;
	    z-index: 9999;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    display: none;
}
.PromptBoxtx{
	    width:30%;
	    background: white;
	    border-radius: 5px;
	    padding:10px 0px;
	    transition-property: all;
	    transition-duration: 0.5s;
	    transform:scale(0.5);
}
.Promtit{
	    width:95%;
	    margin: 0px auto;
	    font-size:18px;
	    color: teal;
}
.Promtx{
	    width:95%;
	    font-size:16px;
	    color: teal;
	    margin: 0px auto;
	    margin-top: 20px;
}
.Proman{
	    width:95%;
	    font-size:12px;
	    display: flex;
	    justify-content:space-between;
	    margin-top: 20px;
}
.Proman>div{
	    width:50%;
	    display: flex;
	    justify-content: space-between;
}
.Proma{
	    width:30% !important ;
}
.Prantwo{
	    width:45%;
	    height: 40px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background-color: #409eff;
	    border-color: #409eff;
	    cursor: pointer;
	    color: white;
}
.Pranone{
	    width:45%;
	    height: 40px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    color: #409eff;
	    border-color: #c6e2ff;
	    background-color: #ecf5ff;
	    cursor: pointer;
}

