/******************wei-ui**********************/

html {
    font-size: 14px;
}

html,
body {
    height: 100%;
    width: 100%;
    background: #ffffff!important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

i,
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    outline: none;
    *font-size: 100%;
}

legend {
    color: #000;
}

a {
    text-decoration: none;
}


/* 修改组件 */

.mint-indicator-wrapper {
    padding: 20px 30px!important;
}

.yd-tab-panel {
    background: #f2f2f2!important;
}

.yd-backtop {
    bottom: 10%!important;
}


/* color */

.bg-red {
    background: #FF5959;
}

.bg-bl {
    background: #59A7FF!important;
}

.bg-99 {
    background: #999999;
}

.color-bl {
    color: #59A7FF;
}

.color-66 {
    color: #666666;
}

.color-99 {
    color: #999999;
}

.color-33 {
    color: #333333;
}


/*加载按钮*/

.commons-load-box {
    height: 40px;
    line-height: 40px;
    margin: 10px 20px;
    background: #ffffff;
    text-align: center;
    color: #999999;
    overflow: hidden;
}

.commons-load-icon {
    -webkit-animation: loding 1s infinite linear;
}

.commons-load-box>div {
    height: 40px;
    line-height: 40px;
}

.bottom-loding-active {
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    color: #555555;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

@-webkit-keyframes loding {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.mint-indicator-mask {
    z-index: 10000000!important;
}

.phone {
    width: 100%;
}

.phone img {
    width: 100%;
}