@charset "utf-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "微软雅黑";
}
body{
	background: #f4f4f4;
	height:100%;
	width:100%;
}
.wrap{
	width:100%;
	height:100%;
}
/***************Mtry-top begin***************/
.Mtry-top{
  /* padding: 0px 10px; */
  background: #5ca4ec;
  height: 0.8rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.goback {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.Mtry-top p{
	font-size:0.32rem;
	color: #f2f2f2;
	line-height: 0.8rem;
	text-align: center;
}
/***************Mtry-top end***************/
/***************Mtry-con begin***************/
.Mtry-con{
	margin-top:0.8rem;
}
.Mtry-con dt{
	font-size:0.28rem;
	color: #727272;
	background: #d5eaff;
	text-align: center;
	height:0.9rem;
	line-height: 0.9rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Mtry-con dd{
	margin:0 0.24rem;
	border-bottom: 1px solid #e8e8e8;
	height:1rem;
}
.Mtry-con dd span{
    display: block;
    float: left;
    padding: 0 0.04rem;
    text-align: center;
    font-size: 0.24rem;
    color: #6fa9f9;
    border: 1px solid #6fa9f9;
    border-radius: 2px;
    margin-top: 0.32rem;
}
.Mtry-con dd .green{
    display: block;
    float: left;
    padding: 0 0.04rem;
    text-align: center;
    font-size: 0.24rem;
    color: #78B82E;
    border: 1px solid #78B82E;
    border-radius: 2px;
    margin-top: 0.32rem;
}
.Mtry-con dd p{
	float: left;
	width:3.5rem;
	margin-left:0.2rem;
	font-size:0.32rem;
	color: #727272;
	line-height: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Mtry-con dd a{
    display: block;
    float: right;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.44rem;
    background: #6fa9f9;
    border-radius: 0.18rem;
    width: 1rem;
    text-align: center;
    margin-top: 0.28rem;
}
.Mtry-con dd a:active{
	background: #fd8b40;
	color: #fff;
}                                               







/***************Mtry-con end***************/