body {
    font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
pre {
    font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
}
.custom-toast{
    background-color:  rgba(0,0,0,0.6) !important;
    padding: 10px !important;
    min-height: 16px !important;
}
textarea,input {
    font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
    padding: 0;
    outline: none;
    resize: none;
    background: none;
    border: 0;
}
input[type='number']{-moz-appearance:textfield;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
textarea,
select,
button,
th,
td,
input{
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

table {
    font-size: inherit;
}

select {}

button {
    overflow: visible;
    font-size: 16px;
    color: inherit;
}

button:focus,
button,
a:focus,
a {
    border-color: transparent;
    outline: 0;
    cursor: pointer;
}

th,
em,
strong,
b,
address,
cite {
    font-style: normal;
    font-weight: 400;
}

li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

img,
fieldset {
    border: 0 none;
}

img {
    display: inline-block;
    width: 100%;
}

ins,
a {
    text-decoration: none;
    cursor: pointer;
}

a,
a:focus,
a:active {
    /* inherit 继承 */
    color: inherit;
}

iframe {
    width: 100% !important;
}

.video {
    width: 100% !important;
}

.clearfix {
    zoom: 1;
}

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

.pull-left {
    float: left;
}

.pull-right {
    float: right;
   
}

@media screen and (max-width: 1199px) {
    .main-container {
        width: 100%;
    }
    *{
        outline:none;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
}
@media screen and (min-width: 1200px) {
    .main-container {
        width: 1200px;
        margin: 0 auto;
    }
}
i {
    font-style: normal;
}
*{
    text-shadow: none !important;
}
