@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    user-select: none;
    -webkit-text-size-adjust: none;
}


body {
    font-family: "Microsoft YaHei", "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    background: #ffffff;
}


input,
textarea,
select,
button {
    border: none;
    outline: none;
    resize: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: "Microsoft YaHei", "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}

button {
    cursor: pointer;
}


ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
	transition: color .5s ease;
}

a:hover {
    text-decoration: none;
	color: #4DFF73!important;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

i,
b {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

/* 引入字体 */
@font-face {
    font-family: "";
    src: url();
}

/* 清除默认样式 */
.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #DBDBDB;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: #DBDBDB;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    color: #DBDBDB;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    color: #DBDBDB;
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track:vertical {
    background-color: #ffffff;
}

::-webkit-scrollbar-track-piece {
    background: #000000;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #ffffff;
    border-radius: 30px;
}

.container {
    width: 100%;
}

.wrap {
    width: 100%;
}

.row {
    width: 100%;
}
