/* 
    *  中澳家教  版权所有
    *  2019-06-20
*/

/* 全局样式 */

/* 页面初始化样式 */
*,
::after,
::before {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  /* 清除浏览器高亮效果 */
}

:root {
  --dq: #d1283c;
  --dq-active: #aa0f0f;
}

body {
  font-size: 12px;
  font-family: "Microsoft YaHei", sans-serif;
  /* font: 0.75em/1.75em 'Helvetica Neue',Helvetica,Arial,sans-serif; */
  /* 第二个是手机默认的字体 */
  color: #333;
  margin-bottom: 60px;
  touch-action: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
  outline: none;
  /*  解决IE浏览器下点击出现虚线框问题 */
}

ul,ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul{ margin: 0;}

input,
textarea {
  border: none;
  /* 清除默认边框 */
  resize: none;
  /* 禁止伸缩 */
  outline: none;
  /* 清除默认选中效果框(蓝色光环) */
}

/* 清除浮动 */
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

.am-tabs-bd { user-select: inherit!important; }

img{max-width: 100%;}
p { margin: 0;}
h3,h4 { margin: 0;}
em{ font-style: inherit; }

/* webkit, opera, IE9 */
::selection { background:var(--dq); color: #fff; border-color: var(--dq); }
::-moz-selection { background:var(--dq); color: #fff; border-color: var(--dq); }

.cover {background: rgba(0,0,0,.6);animation: showMask000 ease .6s;-webkit-animation: showMask000 ease .6s;position:absolute;top:0;bottom:0;width: 100%;height: 100%;z-index: -1;}