@charset "utf-8";
@import url("../../css/font.css");

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-button:start:decrement, 
::-webkit-scrollbar-button:end:increment {
    display: block;
}
::-webkit-scrollbar-button:vertical:start:increment, 
::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal, 
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal {
    border-color: transparent;
    border-style: solid;
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb {
    min-height: 28px;
    padding-top: 100;
    background-color: rgba(0, 0, 0, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
}
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal {
    border-width: 0;
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
}
.scrollbar-hover::-webkit-scrollbar, 
.scrollbar-hover::-webkit-scrollbar-button, 
.scrollbar-hover::-webkit-scrollbar-track, 
.scrollbar-hover::-webkit-scrollbar-thumb {
    visibility: hidden;
}
.scrollbar-hover:hover::-webkit-scrollbar, 
.scrollbar-hover:hover::-webkit-scrollbar-button, 
.scrollbar-hover:hover::-webkit-scrollbar-track, 
.scrollbar-hover:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

body, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, tr, th, img, input, select, a, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'inter', 'PingFang SC', 'Microsoft YaHei', 'Microsoft JhengHei', 'Hiragino Sans GB', sans-serif;
}
li {
    list-style: none;
}
a {
    color: #666;
    text-decoration: none;
}
/* a:hover{text-decoration: underline;} */
.auto-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrapper-full {
    width: 100%;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
* html .clearfix {
    zoom: 1;
} /* ie6 */
*:first-child + html .clearfix {
    zoom: 1;
} /* ie7 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
.js-dis {
    display: block;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.fl {
    float: left;
    _display: inline;
}
.fr {
    float: right;
    _display: inline;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    zoom: 1;
}
.ovh {
    overflow: hidden;
}
dt > img {
    width: 100%;
    height: 100%;
    display: block;
}
textarea {
    resize: none;
}
/* .col-main,.col-a,.col-b,.mod-a,.mod-b{float: left;_display: inline;}
.col-sub,.col-c,.mod-c{float: right;_display: inline;} */
/*margin*/
.mgt5 {
    margin-top: 5px;
}
.mgt10 {
    margin-top: 10px;
}
.mgt15 {
    margin-top: 15px;
}
.mgt20 {
    margin-top: 20px;
}
.mgt25 {
    margin-top: 25px;
}
.mgt30 {
    margin-top: 30px;
}
.mgt35 {
    margin-top: 35px;
}
.mgt40 {
    margin-top: 40px;
}
.mgt45 {
    margin-top: 45px;
}
.mgt50 {
    margin-top: 50px;
}
.mgl5 {
    margin-left: 5px;
}
.mgl10 {
    margin-left: 10px;
}
.mgl15 {
    margin-left: 15px;
}
.mgl20 {
    margin-left: 20px;
}
.mgl25 {
    margin-left: 25px;
}
.mgl30 {
    margin-left: 30px;
}
.mgl35 {
    margin-left: 35px;
}
.mgl40 {
    margin-left: 40px;
}
.mgb5 {
    margin-bottom: 5px;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgb15 {
    margin-bottom: 15px;
}
.mgb20 {
    margin-bottom: 20px;
}
.mgb25 {
    margin-bottom: 25px;
}
.mgb30 {
    margin-bottom: 30px;
}
.mgb35 {
    margin-bottom: 35px;
}
.mgb40 {
    margin-bottom: 40px;
}
.mgb45 {
    margin-bottom: 45px;
}
.mgb50 {
    margin-bottom: 50px;
}
.mgr5 {
    margin-right: 5px;
}
.mgr10 {
    margin-right: 10px;
}
.mgr15 {
    margin-right: 15px;
}
.mgr20 {
    margin-right: 20px;
}
.mgr25 {
    margin-right: 25px;
}
.mgr30 {
    margin-right: 30px;
}
.mgr35 {
    margin-right: 35px;
}
.mgr40 {
    margin-right: 40px;
}
/*font-size*/
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
@media screen and (max-width: 900px) {
    body, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, tr, th, img, input, select, a, section, figure, figcaption, span, button, textarea {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: "Microsoft Yahei";
    }
    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-text-size-adjust: none;
    }
    *, *:before, *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        -o-box-sizing: inherit;
        box-sizing: inherit;
    }
    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video {
        display: block;
    }
    /*div{font-size: 0;}*/
    a {
        text-decoration: none;
    }
    *, :focus, :hover, :active {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        tap-highlight-color: rgba(0, 0, 0, 0);
        outline: 0;
    }
    input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="tel"], textarea, button {
        -webkit-appearance: none;
        appearance: none;
        outline: none;
    }
    html, body {
        height: 100%;
    }
    img {
        display: block;
        margin: 0 auto;
    }
    .wrapper-full {
        max-width: 432px;
        margin: 0 auto;
        overflow-x: hidden;
    }
    .wrapper {
        width: 100%;
    }
}