.mdui-typo-headline {
  margin:0px;
  padding:0 15px 0 20px !important;
}
.mdui-toolbar .tbsy a{text-decoration:none;color:inherit;}
.mdui-toolbar .tbsy a:hover{color:#00cccc;}
.mdui-toolbar { /*工具栏*/
  height: 50px !important;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter:blur(3px);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  transition: background 0.2s;
}
.mdui-toolbar:hover { /*工具栏激活*/
  color:black;
  background-color:rgba(255, 255, 255 ,1);
}
.mdui-toolbar a { /*工具栏链接*/
  padding:0px;
  margin:0px;
  line-height:50px !important;
}
.mdui-toolbar .bblink { /*工具栏bblink*/
  font-size: 18px;
  padding:0px 12px;
  font-weight: bold;
}
.mdui-toolbar .bblink:hover { /*工具栏bblink激活*/
  color:white;
  background-color:black;
}
.box {
  font-size: 18px;
  font-family: "?Microsoft YaHei";
  width: 360px;
  border:0px solid black;
  border-radius: 5px;
  transition: background 0.2s;
  //opacity: 0.75;
  //filter: alpha(opacity=75); /* IE8 及更早版本 */
  margin: 20px auto 80px !important;
  overflow: hidden;
  backdrop-filter: blur(3px);
  background-color: rgba(255,255,255,0.5);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.box:hover{
  background-color:rgba(255,255,255,0.75);
}
.fb {font-weight:600}
.sy {font-size:0;margin-top:30px;}
.sy a {text-decoration:none; color:black; padding:0px 2px; cursor:pointer;}
.sy a:hover {color:white; background-color:black}
.sy span {font-size:15px}
.lss a {text-decoration:none; color:black; display:inline-block; width:318px; padding:4px 0px;}
.lss a:hover {color:white; background-color:black;}
.shan {text-decoration:line-through red !important}
.shan::before {content:" "}
.shan::after {content:" "}
.head {
  border: 0px solid black;
  padding: 0px;
  margin-top: 50px;
  //line-height: 150%;
}
.head span {display:inline-block}
.sosuo {border:0px solid; margin-top:20px;padding:0 20px;}
input {border:1px solid gray; font-size:20px; vertical-align:middle;}
.inputa {background-color:rgba(245,245,245,0.5); border-radius:3px;min=width:200px;}
.inputa:focus {border-color:#0cc; background-color:whitesmoke; outline:1px solid #0cc;}
.inputa:hover {border-color:#0cc; background-color:whitesmoke; outline:1px solid cyan;}
.inputb {background-color:black; color:white; border-radius:5px; padding:3px 5px; font-size:18px; cursor:pointer;}
.inputb:focus {outline:1px solid #0cc;}
.inputb:hover {outline:1px solid cyan; color:cyan;}
.inputb:active {color:yellow; border-color:yellow;}
.main {
  border: 1px solid black;
  padding: 0px 0px 30px;
  margin: 0px auto 20px;
  width: 318px;
//  line-height: 1;
}
.foot {
  border: 0px solid black;
  padding: 0px;
  margin: 20px;
  font-size: 0px;
}
.foot p{margin: 6px}
.foot span{font-size:12px; vertical-align: middle}
.foot a{text-decoration: none;color:black}
.foot a:hover{border-bottom:1px solid red}
.f{border-left:1px solid black;margin:0 8px;height:12px;display:inline-block;vertical-align: middle}
.f2{background-color:black;margin:8px;width:8px;height:12px;display:inline-block;vertical-align: middle}
.f3::before{content:"";background-color:black;margin:8px;width:1px;height:12px;display: inline-block;vertical-align: middle}
.jj{display:inline-block;overflow: hidden;margin:0px;width:15px}
h3{width:32px; height:32px; line-height:32px; border:1px dashed black; border-radius:50%; color:#e00; padding:0px; margin:20px auto 10px;}
.totop{position:fixed;right:50%;transform:translateX(231px);bottom:25px;display:block;width:26px;height:62px;background:url(../img/rocket.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out;}
.totop:hover{background:url(../img/rocket.png) no-repeat 0 -62px;}
.xfsy{
  position:fixed;
  bottom:25px;
  right:50%;
  transform:translateX(-200px);
  background:rgba(255,255,255,0.5);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width:20px;
  margin:0;
}
.xfsy a{
  text-decoration:none;
  color:inherit;
  cursor:pointer;
  display:inline-block;
  padding:0px;
  width:20px;
  //border-radius: 4px;
}
.xfsy:hover{background:rgba(255,255,255,0.75)}
.xfsy a:hover{color:white; background-color:black}




