@charset "utf-8";

/* CSS reset for c_b*/
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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 5px;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

ception,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    color: #666;
    transition: color 0.2s linear;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}

/*for ff f6n.net*/
a:hover {
    text-decoration: none;
}

/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.cur {
    cursor: pointer
}

/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
select {
    vertical-align: middle;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

body {
    font: 14px/1.25 arial, helvetica, clean, sans-serif;
    max-width: 10rem !important;
    margin: 0 auto !important;
}

select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}

/*end reset*/
body {
    background-color: #ffffff;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑";
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

#dialog {
    display: none;
}

#cdialog {
    display: none;
}

.dialog {
    width: 8rem;
    background: #ffffff;
    display: block;
    margin-left: -4rem;
    position: fixed;
    left: 50%;
    top: 5rem;
    font-size: .36rem;
    z-index: 99999;
    padding-bottom: .2rem;
    border: solid 1px #ccc;
}

.mask {
    content: '';
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #2b2727;
    opacity: .3;
    z-index: 9999;
}

.dialog h5 {
    font-size: .36rem;
    padding: .3rem;
    box-sizing: border-box;
    background: linear-gradient(88deg, #F6A83C, #FB6322);
    color: #fff;
}

.dialog .text {
    font-size: .45rem;
    padding: .3rem;
    box-sizing: border-box;
    min-height: 1.5rem;
    background-color: #fff;
    text-align: center;
    line-height: 0.8rem;
}

.dialog .btn {
    text-align: center;
    padding-top: .2rem;
    display: flex;
    justify-content: space-around;
    border: none;
}

.dialog .btn button {
    width: 1.6rem;
    height: 0.7rem;
    background: #fff;
    border: solid 1px #9fa2a5;
}

.footer{
    width: 100%;
    text-align: center;
    margin-top: 1.2rem;
}
.footer h5{
    font-size: .39rem;
    font-weight: 500;
    color: #000;
}

.footer h6{
    font-size: .36rem;
    font-weight: 500;
    color: #000;
    margin-top: .3rem;
}