html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    overflow-y: scroll;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'simsun', 'arial', 'tahoma';
    /* font-family: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans; */
    color: #222;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    background: none
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*������ʽ*/
.reveal-modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

.reveal-modal {
    width: 320px;
    /*height: 124px;*/
    position: fixed;
    z-index: 10001;
    top: 300px;
    left: 50%;
    visibility: hidden;
    margin-left: -200px;
    padding: 40px;
    padding-bottom: 90px;
    background: #153D94;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.20);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.20);
    -box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.20);
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal span {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.reveal-modal a {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.reveal-modal button {
    width: 320px;
    height: 42px;
    border: 0;
    background-image: linear-gradient(90deg, #ffffff 0%, #EDA311 52%, #ffffff 100%);
    box-shadow: 0 4px 8px 0 rgba(103, 176, 229, 0.30);
    border-radius: 42px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

/*������ʽ����*/
/*�����*/
.share {
    display: none;
    /*width: 134px;*/
    position: absolute;
    top: 150px;
    left: 150px;
    z-index: 200;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
}

.share>span {
    width: 32px;
    height: 16px;
    transform: translate(-50%, -100%);
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    left: 68px;
    top: 0;
}

.share>span:after {
    left: 50%;
    bottom: -8px;
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin: -12px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: auto;
}

.share_menu {
    display: flex;
    align-items: center;
    padding: 6px 0;
    /*width: 134px;*/
}

.menu-item {
    /*width: 25px;*/
    /*height: 25px;*/
    padding: 1px;
    border-radius: 100%;
    overflow: hidden;
    font-size: 14px;
    margin: 0 15px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: transparent;
    border: 1px solid transparent;
}

/*.qq:hover{*/
/*border: 1px solid #56b6e7;*/
/*}*/
/*.qzone:hover{*/
/*border: 1px solid #FDBE3D;*/
/*}*/
/*.wechat:hover{*/
/*border: 1px solid #7bc549;*/
/*}*/
/*.weibo:hover{*/
/*border: 1px solid #ff763b;*/
/*}*/
.menu-item img {
    width: 20px;
    height: 20px;
    padding-right: 4px;
}

.fenxiangBtn {
    cursor: pointer;
}


/**************gundongtiao******************/
.table_box {
    word-break: keep-all;
}

.hover {
    width: 100%;
    color: #021955;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 23px #fff inset !important;
}