﻿@charset "utf-8";

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
     margin: 0;
     padding: 0;
}

body {
     font-family: "微软雅黑";
     font-size: 12px;
     color: #000000;
     word-wrap: break-word;
     behavior: url("csshover.htc");
}

ul,
li {
     list-style: none;
     margin: 0;
     padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-weight: normal;
     font-size: 100%;
}

img {
     border: none;
     border: 0;
     vertical-align: middle;
}

a {
     text-decoration: none;
     outline: none;
}

p {
     margin: 0;
     padding: 0;
}

input,
select,
textarea {
     vertical-align: middle;
     *font-size: 100%;
}

input {
     margin: 0;
     outline: none;
     padding: 0;
}

input::-ms-clear {
     display: none;
}




.num_box {
     position: relative;
}

.num {
     width: 100%;
     text-align: center;
     position: relative;
     display: flex;
     justify-content: center;
}

