@charset "utf-8";

* {
    /* ½â¾öÊÖ»úÎ¢ÐÅ¹«¼ÒºÅÖÐµÄÍøÒ³ÎÄ×ÖÎÞ·¨¸´ÖÆµ½¼ôÇÐ°åÎÊÌâ  start*/
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    /* ½â¾öÊÖ»úÎ¢ÐÅ¹«¼ÒºÅÖÐµÄÍøÒ³ÎÄ×ÖÎÞ·¨¸´ÖÆµ½¼ôÇÐ°åÎÊÌâ  end*/
    word-wrap: break-word;
    box-sizing: border-box;
}

img {
    font-size: 0px;
    /* ²»ÈÝÑ¡ÖÐ£¬£¬£¬Ã»ÓÐ¸ßÁÁ */
    user-select: none;
}

a {
    display: block;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
}

/* °µ²Ø¹ö¶¯Ìõ */
ul::-webkit-scrollbar,
ol::-webkit-scrollbar {
    display: none
}

/* °µ²Ø¹ö¶¯Ìõ »ðºü¼æÈÝ */
ul,
ol {
    scrollbar-width: none;
}

/* Í¼Æ¬Ëõ·Å²»Ä£º£º£ºý */
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


/* °µ²Ø input[type=number] µÄ¸ßµÍ¼ýÍ· */

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

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


/* ====== ¶Ï¸ùinput¿òÔÚchromeä¯ÀÀÆ÷ÏÂÕ³ÌùµÄÄ¬ÈÏµ×É« start ====== */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #ffffff inset !important;
    /* ä¯ÀÀÆ÷¼Ç×¡ÃÜÂëµÄµ×É«µÄÉ«²Ê */
    -webkit-text-fill-color: #606266 !important;
    /* ä¯ÀÀÆ÷¼Ç×¡ÃÜÂëµÄ×ÖµÄÉ«²Ê */
    transition: background-color 3000s ease-in-out 0s;
    /* Í¨¹ýÑÓÊ±äÖÈ¾²¼¾°ÖÂ±äÏàÈ¥³ý²¼¾°ÖÂ²Ê */
    caret-color: #acfff2;
    /* ¹â±êÉ«²Ê£¬£¬£¬¿ÉÑ¡*/
}

/* ====== ¶Ï¸ùinput¿òÔÚchromeä¯ÀÀÆ÷ÏÂÕ³ÌùµÄÄ¬ÈÏµ×É« end ====== */


html {
    font: normal 14px "Î¢ÈíÑÅºÚ", Arial;
    width: 100%;
}

body {
    width: 100%;
    zoom: 1;
    font-family: "Source Han Sans", "Î¢ÈíÑÅºÚ", "Microsoft Yahei", Arial;
    overflow-x: hidden;
}

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

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
    background: none;
    border: none;
    resize: none
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /* -webkit-appearance:none; */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*Ç¿ÖÆÈ¥³ý±íµ¥×Ô´øµÄÐÎ×´*/
    font: normal 14px "Î¢ÈíÑÅºÚ", Arial;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*Ç¿ÖÆÈ¥³ýtextarea×Ô´øµÄÐÎ×´*/
}

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


/*html5ÉèÖÃ*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}

a,
a:hover,
a:focus {
    outline: none;
    -moz-outline: none;
    text-decoration: none;
}


/* ÉèÖÃplaceholderÄ¬ÈÏÎÄ×ÖÉ«²ÊÐÎ×´ start*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #CCCCCC;
}

input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
    color: #CCCCCC;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #CCCCCC;
}

/* ÉèÖÃplaceholderÄ¬ÈÏÎÄ×ÖÉ«²ÊÐÎ×´ end*/


/*  */
ul,
li,
ol {
    list-style: none;
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0px;
}



label {
    font-weight: unset;
    margin-bottom: 0px;
}<!--ºÄÊ±1778678676.6018Ãë-->