body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 "Microsoft YaHei", "微软雅黑", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

a {
  text-decoration: none;
}
a:hover{
 cursor: pointer;
      -webkit-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    -moz-filter: brightness(120%);
    opacity: 0.85\0;
}
 a.geted {
    pointer-events: none;
}
div {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul,
ol {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

small {
  font-size: 12px;
}

p,
span {
  caret-color: transparent;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font: 12px/1.5 "Microsoft YaHei", "微软雅黑", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

/* 隐藏body的滚动条但保留滚动功能 */
body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: auto;
  font-size: 0.2rem;
  color: #121212;
  box-sizing: border-box;
}

* {
  user-select: none;
}

html {
  font-size: calc(100 / 1920 * 100vw);
}

main,
section,
nav,
footer {
  display: block;
  margin: 0;
  padding: 0;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

body .skin_class_exmple .layui-layer-title {
    padding: 0!important;
    text-align: center;
    background: #000!important;
    color: #fff!important;
    font-size: 22px!important;
    height: 50px!important;
    line-height: 50px!important;
    position: relative!important
}

body .skin_class_exmple .layui-layer-setwin {
    top: 15px!important
}

body .skin_class_exmple .layui-layer-ico {
    background: url(./img/close2.png) no-repeat!important;
    background-size: 120%
}

body .skin_class_exmple>.layui-layer-content {
    text-align: center;
    font-size: 20px;
    color: red;
    box-sizing: border-box
}

body .skin_class_exmple .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 1
}

body .skin_class_exmple .layui-layer-setwin a:hover {
    opacity: 1
}

body .skin_class_exmple .layui-layer-setwin {
    opacity: 1
}

body .skin_class_exmple>.layui-layer-btn {
    background: #fff;
    text-align: center
}

body .layui-layer-title {
    background-color: transparent!important;
    border-bottom: none
}

body .layui-layer-content {
    background-color: transparent!important;
    border-bottom: none;
    box-shadow: none
}

body .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 0
}

body .layui-layer-setwin a:hover {
    opacity: 0
}

body .layui-layer-setwin {
    opacity: 0
}

body .layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -2px
}

body .skin_class_two {
    box-shadow: none
}

.layer-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.layer_msg {
    height: 200px;
    width: 489px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -120px;
    z-index: 10000;
    background: #f1f1f1;
}

.layer_msg_tit {
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #12a9af;
    background: #262626;
    position: relative;
    font-family: "Microsoft Yahei"
}

.layer-close {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 40px;
    color: #12a9af;
    display: block;
    line-height: 40px;
}

.layer_msg_content {
    width: 100%;
    padding-top: 30px;
    border: 1px solid #ccc;
    height: 141px;
}

.layer_msg_content .icon-msg {
    height: 58px;
    width: 58px;
    background: #fff;
    display: inline-block;
    margin-left: 50px;
    margin-top: 10px;
    background: url(./img/cur_icon.png) no-repeat;
}

.layer_msg_content .icon-msg.layui-fail {
    background-position: -67px 0px;
}

.layer_msg_content .icon-msg.layui-success {
    background-position: 0px 0px;
}

.icon-confirm_txt {
    width: 360px;
    float: right;
    font-size: 16px;
    padding-top: 25px;
}

.layer_login-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.layer_login_main {
    width: 560px;
    height: 350px;
    border: 1px solid #ddd;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -280px;
    margin-top: -200px;
    z-index: 9999;
}

.layer_login_close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    font-size: 20px;
    text-align: center;
}

.layer_login_close a {
    color: #555555;
}

.layer_login_main .btn_01 {
    background: #c9c9c9;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    height: 40px;
    width: 90px;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
    margin-right: 10px;
}

.layer_login_content .loginbox {
    width: 405px;
    height: 302px;
    margin: 0 auto
}

.layer_login_content .main-footer {
    height: 233px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.layer_login_content .login_tab {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: "é»‘ä½“"
}

.layer_login_content .login_input {
    height: 45px;
    width: 318px;
    border: 1px solid #c9c9c9;
    margin: 15px auto 0px;
    border-radius: 5px;
}

.layer_login_content .login_select {
    height: 45px;
    width: 318px;
    margin: 10px auto;
}

.layer_login_content .login_select select {
    height: 45px;
    width: 318px;
    border: 1px solid #c9c9c9;
    border-radius: 5px 0 0 5px;
}

.login_input input {
    height: 40px;
    width: 270px;
    font-size: 14px;
    border: none;
}

.layer_login_content .login_input i {
    display: inline-block;
    width: 23px;
    height: 26px;
    margin: 5px 10px;
    vertical-align: middle;
}

.layer_login_content .login_input .icon-user {
    background: url(./img/l_icon-user.png) no-repeat;
}

.login_input .icon-pwd {
    background: url(./img/l_icon-pwd.png) no-repeat;
}

.layer_login_content .login_code-box {
    height: 45px;
    width: 318px;
    margin: 10px auto 0px
}

.layer_login_content .login_code-box .verify_img {
    height: 45px;
    width: 148px;
}

.layer_login_content .login_code {
    height: 45px;
    width: 160px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    float: left;
    padding-left: 5px;
    margin-right: 10px;
}

.layer_login_content .login_code input {
    height: 40px;
    width: 150px;
    font-size: 14px;
    border: none;
}

.layer_login_content .login_box {
    width: 318px;
    margin: 20px auto 0px;
}

.layer_login_content .forget {
    vertical-align: -2px;
    margin-right: 3px;
}

.layer_login_content .user_btn {
    height: 45px;
    width: 318px;
    display: block;
    background: #542418;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}

.layer_login_content .user_btn:hover {
    color: #f1f1f1;
}

.cu_layer {
    display: none
}


/* ipad适配 */
/* html.medium {
  font-size: calc(100 / 2048 * 100vw);
} */
/* m端适配 */
/* html.small {
  font-size: calc(100 / 750 * 100vw);
}
@media (max-width: 750px) {
  html {
    font-size: calc(100 / 750 * 100vw);
  }
} */




