* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #ffffff;
}

li {
	list-style: none;
}

img {
	vertical-align: middle;
}

html,
body {
	height: 100%;
}

html {
	font-size: 26.67vw;
}

body {
	font-size: 0.16rem;
	/* overflow-x: hidden; */
}
.topbox{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 0.62rem;
  background-color: #000000;
}
.auto{
  float: left;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}

.ComboBox{
  display: none;
}


.rightbox{
  width: 40%;
  height: 0.62rem;
  float: right;
}
.rightbox>a{
  display: none;
}
.rightbox>#logout{
  width: 30%;
  line-height: 0.62rem;
  float: left;
  display: none !important;
}
.rightbox>ul{
  display: block;
  width: 45%;
  float: right;
  height: 0.62rem;
}
.rightbox>.ComboBox>li{
  width: 100%;
  height: 0.62rem;
  font-size: 0.14rem;
  text-align: center;
  /* float: left; */
  position: relative;
  line-height: 1;
}
.rightbox>.ComboBox>li>a>img{
  margin: 0.21rem auto;
}
.rightbox>.appointment{
  display: block;
  float: left;
  height: 0.3rem;
  line-height: 0.3rem;
  width: 50%;
  text-align: center;
  font-size: 0.14rem;
  border: 1px solid #ffffff;
  border-radius: 0.2rem;
  margin-top: 0.15rem;
  /* margin-right: 5%; */
}


.ComboBox>li>ol{
  position: absolute;
  width: 1rem;
  right: 0;
  z-index: 9;
  display: none;
  background-color: white;
  margin-top: 0;
}
.ComboBox>li>ol>li{
  /* width: 100%; */
  margin: 0 0.1rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #ffffff;
  /* outline: 1px solid black; */
  border-bottom:1px solid #E2E2E2 ;
}
.ComboBox>li>ol>li>a{
  display: block;
  text-decoration: none;
  color: #4C4C4C;
}
.ComboBox>li:hover>ol{
  display: block;
}
.ComboBox>li>ol>li:hover{
  background: black;
  margin: 0;
}
.ComboBox>li>ol>li>a:hover{
  color: #FFFFFF;
}


.contentbox{
  width: 100%;
  margin-top: 0.62rem;
}
.topcontentbox{
  height: 0.6rem;
  overflow: hidden;
  border-bottom:1px solid #D9D9D9 ;
}
.topcontentbox>a{
  font-size: 0.22rem;
  margin-top: 0.25rem;
  margin-left: 0.2rem;
  float: left;
  color: black;
}


.bottomcontentbox{
  width: 100%;
  /* height: 700px; */
  overflow: hidden;
  background-color: #F4F4F6;
  padding: 0.3rem;
}
.bottomcontentbox>div{
  margin: 0 auto;
  width: 100%;
  /* height: 754px; */
  background-color: white;
  border-radius: 0.2rem;
  padding: 0.2rem;
  overflow: hidden;
}
.bottomcontentbox>div>div{
  font-size: 0.12rem;
  color: #666666;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
}
.bottomcontentbox>div>div>p:nth-of-type(1){
  color: #000;
  margin-bottom: 0.1rem;
  font-weight: 700;
  margin-top: 0.1rem;
}
.bottomcontentbox>div>div>span{
  display: inline-block;
  width: 0.65rem;
  text-align: left;
  border-right: 1px solid #D9D9D9;
}
.bottomcontentbox>div>div>span:nth-of-type(2){
  border: 0;
  text-align: right;
}

.bottomcontentbox>div>div>p:nth-of-type(2){
  /* float: right; */
  margin-top: 0.1rem;
  margin-bottom: 0.15rem;
}
.bottomcontentbox>div>p{
  font-size: 0.16rem;
  margin-top:0.1rem;
  color: black; 
  margin-bottom: 0.05rem;
}
.bottomcontentbox>div>input{
  width: 45%;
  margin-right: 3%;
  color: rgba(170, 170, 170, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  margin-top: 0.1rem;
  height: 0.35rem;
  border-radius: 0.2rem;
  text-indent:0.25rem;
  color: #000;
}
.bottomcontentbox>div>a{
  display: block;
  /* float: left; */
  width: 45%;
  /* margin-right: 3%; */
  color: rgba(102, 102, 102, 1);
  background-color: rgba(240, 240, 240, 1);
  margin-top: 0.1rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border-radius: 0.2rem;
  text-align: center;
  color: #000;
}
.bottomcontentbox .p{
  font-size: 0.12rem;
  color: rgba(170, 170, 170, 1);
}
.bottomcontentbox>div>span{
  font-size: 0.12rem;
  color: rgba(170, 170, 170, 1);
  /* float: right; */
}
.bottomcontentbox>div>a:nth-of-type(1){
  display: block;
  width: 30%;
  margin: 0.1rem auto;
  color: white;
  background-color:rgba(193, 24, 46, 1);
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.2rem;
  text-align: center;
}



.footerbox{
  width: 100%;
  border-top: 1px solid #979797;
  height: 1.3rem;
}

.footerbottombox{
  overflow: hidden;
}
.footerbottombox>div:nth-of-type(1){
  width: 95%;
  margin: 0.1rem auto 0;
  /* height: 0.2rem; */
  overflow: hidden;
}
.footerbottombox>div:nth-of-type(1)>a{
  float: left;
  width: 33%;
  font-size: 0.14rem;
  border-right:1px solid #979797 ;
  color: #979797;
  text-align: center;
  margin-top: 0.1rem;
}
.footerbottombox>div:nth-of-type(1)>a:nth-of-type(3){
  border: 0;
}
.footerbottombox>div:nth-of-type(1)>a:nth-of-type(6){
  border: 0;
}                                    

#enswitch{
  display: none !important;
}

.rboxfooter{
  width: 80%;
  margin: 0.08rem auto;
  /* margin-top: 0.08rem; */
  overflow: hidden;
}
.wenzittbox>p:nth-of-type(1){
  color: #979797;
  font-size: 0.16rem;
  text-align: center;
  /* margin: 0; */
}
.wenzittbox>p:nth-of-type(2){
  color: #000;
  font-size: 0.18rem;
  text-align: center;
  /* margin: 0; */
}

.doubox{
  width: 23%;
  float: left;
  margin-right: 2%;
  padding: 0.15rem;
}
.doubox:nth-of-type(3){
  margin-left: 2%;
}
.doubox:nth-of-type(6){
  margin-right: 0;
}
.doubox>img{
  display: block;
  width: 100%;
}
.tt{
  display: none;
}
.footerbottombox>p{
  font-size: 0.12rem;
  color: #979797;
  text-align: center;
  margin-bottom: 0.2rem;
}

