/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    list-style: none;
    /* vertical-align:middle; */
    box-sizing: border-box;
    /* background:transparent; */
    font-family: PingFangSC-Regular, sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* @font-face {
  font-family: 'Microsoft Yahei';
  src: url('https://jdi.cocosbcx.net/fonts/Microsoft Yahei.ttf')
      format('truetype'),
    url('https://jdi.cocosbcx.net/fonts/Microsoft Yahei.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Microsoft Yahei';
  src: url('https://jdi.cocosbcx.net/fonts/Microsoft Yahei.ttf')
      format('truetype'),
    url('https://jdi.cocosbcx.net/fonts/Microsoft Yahei.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    /* color:#fff; */
    line-height: 1;
    font-size: 14px;
    min-width: 320px;
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.cursor {
    cursor: pointer;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-decoration: none;
    vertical-align: middle;
    background: transparent;
    /* color: #fff; */
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    background: inherit !important;
}

.el-select-dropdown {
    background: inherit !important;
}

input,
button {
    border: none;
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding: 12px 10px;
    border-radius: 6px;
    background: inherit;
    -webkit-appearance: none;
}

ul {
    background: inherit !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    content: '\200B';
    clear: both;
    height: 0;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

/* 修改input p */
:-moz-placeholder {
    color: #999;
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 15px;
}

::-moz-placeholder {
    color: #999;
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 15px;
}

:-ms-input-placeholder {
    color: #999;
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 15px;
}

::-webkit-input-placeholder {
    color: #999;
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 15px;
}

input,
textarea,
select,
button,
a:focus {
    outline: none;
}

.el-collapse {
    /* border-top: 1px solid rgba(255, 255, 255, 0.075); */
    border: none;
}

.el-collapse-item__header {
    background: #102d6c !important;
    height: 66px !important;
    line-height: 66px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.clearFix:after{
    clear:both;
    display:block;
    visibility:hidden;
    height:0;
    line-height:0;
    content:"";
}

@media (max-width: 1000px) {
    .el-collapse-item__header {
        font-size: 14px;
    }
}

.el-collapse-item__wrap {
    background: #102d6c !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.el-collapse-item__content {
    color: #fff !important;
}

.el-message--info {
    display: none !important;
}

.btn,
button {
    cursor: pointer;
}

