input[type="password"]::-ms-reveal{
 display:none
}
html {scroll-behavior: smooth;}
*{margin:0 0;padding:0;list-style:none;font-family: 'Source Han Sans';}

html{height:100%}
body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, tbody, tr, th, td, input, textarea{font-family: 'Source Han Sans';}

img{border:0;vertical-align:middle}
a{text-decoration:none;outline:0;cursor:pointer;font-family:"Source Han Sans"}
a{blr:expression(this.onFocus=this.blur())}
a:focus,button:focus,input:focus{outline:0}
a.hidefocus{outline:0}
.fl{float:left}
.fr{float:right}
.block{display:block}
.none{display:none}
.clearfix:after{content: "";display: block;height: 0;visibility: hidden;clear: both;}
.clearfix{zoom: 1;}
.clear::after,.clear::before{content:".";display:block;height:0;visibility:hidden}
.clear:after{clear:both}
.clear{zoom:1}


.conWidth{width:90%;margin:0 auto;}

.publicWidth{width:1200px;margin:0 auto;}

@keyframes turnOver { 
  0% { 
    transform:rotatey(0deg);
  } 
  50% { 
    transform:rotatey(180deg);
  } 
  100% {
    transform:rotatey(360deg);
  } 
}


/*登录后头像样式*/
.unLogin{ margin: 0 18px; display: flex; align-items: center; cursor: pointer; }
.unLogin img { width: 40px; height: 40px; } 
.unLogin span { font-size: 16px; color: #070b2d; }

/*login登录下拉框*/
.login_box { position: relative; }
.login_bottom { position: absolute; left: 18px; top: 50px; z-index: 100; } 
.login_bottom::before { content: ""; display: inline-block; width: 0%; height: 2px; border-top: 2px solid #0071c3; } 
.active_bottom::before { width: 100%; transition: all 0.5s;} 
.login_bottom ul { background: #fff; box-shadow: 0px 10px 17px -5px rgba(0,0,0,0.2); } 
.login_bottom ul li { padding: 10px 22px 10px 22px; } 
.login_bottom ul li a { font-size: 16px; color: #565863; } 
.login_bottom ul li:hover { background: #ebf7ff; }


/*reset.css用来存储清除浏览器的样式 ,后面添加了一部分通用样式*/
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  outline: none;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-only;
  cursor: pointer;
}

body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
}

body{height:100%;max-width:1920px;margin:0 auto !important;}
 
.w{ width: 9rem; margin:0 auto;}

//滚动
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



@media screen and (max-width:768px){
    .conWidth { width: 96%; }
}