html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,table,th,td {
  border: none;
  font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: inline-block;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  color: #333;
}

a:active {
  color: #333;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}
button{
  border: none;
}
button[disabled],
input[disabled] {
  cursor: default;
}

img {
  border: none;
}

ul,
ol,
li {
  /* list-style-type: none; */
}

/*公共方法*/
.clear {
  clear: both;
}
.cursor {
cursor: pointer;
}
.colorText{
  color: #0D78F7;
}


footer{
  width: 100%;            
  background:#000;
  opacity:0.8;
  color: white;
  
}
footer.row{
  margin: 0;
  padding: 0;
  /* margin-top: 5%; */
  padding:0  6% 1.5%;
}        
footer ul{
  list-style:none;
}
footer .bottom{
  opacity: 0.6;
}
.footer-l,.footer-r,.footer-c{
  margin: 1rem 0;
}
footer .top{
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
}
.footer-l .top img,.footer-r .top img{
  width: 2rem;
  height: 2rem;
  margin-right: 0.51rem;
}
.footer-l .bottom{
  font-size: 0.75rem;
  margin-top: 0.75rem;
  line-height: 1.4rem;
  color: white;
}
.footer-r .bottom a{
  line-height: 1.4rem;
  color: white;
  font-size: 0.75rem;
}
.footer-c{
  text-align: center;
}
.footer-c .bottom::before,.footer-c .bottom::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 45%;
  background: #fff;
  position: absolute;
  top: 40%;
}
.footer-c .bottom::before{            
  left: 0;
}
.footer-c .bottom::after{
  right: 0;
}
.footer-c img{
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}
.footer-c .bottom p{
  font-size: 0.87rem;
  line-height: 1.56rem;
  text-align: center;
}
.footer-r .bottom{
  display: flex;
  margin-top: 0.75rem;
}
.footer-r .bottom ul{
  width: 50%;
}


