﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video,
a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a {
    color: #3f3f3f;
}

a:hover {
    color: #356bb3;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select,
button {
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
    -webkit-appearance: none;
}

/* WebKit浏览器 */
input:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Firefox 4 至 18 */
input:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */
input:focus::-moz-placeholder {
    color: transparent;
}

/* IE 10+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* WebKit浏览器 */
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Firefox 4 至 18 */
textarea:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* IE 10+ */
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

::-webkit-scrollbar {
    background: #f2f2f2;
    width: 5px;
    height: 5px;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

html {
    height: 100%;
    line-height: 25px;
}

li {
    list-style: none;
}

body {
    font-size: 14px/1.6;
    font-family: '-apple-system', BlinkMacSystemFont, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'MS PGothic', Osaka, 'sans-serif';
    background: #f7f7f7;
}

.hide {
    display: none;
}


.page-bottom {
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    margin-top: 15px;
    font-size: 14px;
}

.page-bottom .total {
    position: absolute;
    left: 0;
}

.page-bottom a {
    display: flex;
    width: 23px;
    height: 23px;
    border: 1px solid #999999;
    justify-content: center;
    margin: 0 5px;
    line-height: 23px
}

.page-bottom a:hover {
    background: #999999;
    color: #fff;
}

.page-bottom a.current {
    background: #999999;
    border: 1px solid #999999;
    color: #fff;
}

.el-pagination {
    display: flex;
    justify-content: center;
    background: #ffffff;
    padding: 15px 0 !important;
    margin-bottom: 15px;
}

.swiper-pagination-bullet-active {
    background: #999999 !important;
}

.el-icon-circle-close:before {
    color: #fff;
}

@media screen and (min-width: 960px) {
    .header {
        width: 100%;
        border-bottom: 1px solid #999999;
        background: #ffffff;
        font-size: 14px;
    }

    .header .title {
        width: 100%;
        background: #000000;
    }

    .header .top {
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #ffffff;
    }

    .header .top a {
        color: #ffffff;
    }

    .header .top .col-2 span {
        margin: 0 5px;
    }

    .header .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
    }

    .header.logo {
        width: 350px;
        height: 90px;
    }

    .header .search {
        display: flex;
        align-items: center;
        position: relative;
    }

    .header .search input {
        border: 1px solid #000000;
        width: 420px;
        height: 40px;
        border-radius: 25px;
        padding-left: 40px;
    }

    .header .search img {
        position: absolute;
        left: 10px;
        width: 24px;
        height: 24px;
    }

    .header .search .btn {
        display: flex;
        align-items: center;
        padding: 0 20px;
        position: absolute;
        height: 38px;
        background: #dddddd;
        color: #333;
        right: 3px;
        top: 3px;
        border-radius: 25px;
        font-weight: bold;
        cursor: pointer;
    }

    .header .tips {
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }

    .header .tips .row-1 {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .header .shopping {
        position: relative;
    }

    .header .num {
        background: #000000;
        color: #ffffff;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: -10px;
        top: 0;
    }

    .header .menu {
        display: flex;
        height: 45px;
        align-items: center;
        font-size: 14px;
        color: #000000;
        font-weight: 700;
    }

    .header .after {
        position: relative;
        margin-right: 50px;
    }

    .header .menu .s-m {
        display: none;
        flex-direction: column;
        position: absolute;
        background: #fff;
        z-index: 9999;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        font-weight: normal;
        width: 200px;
    }

    .header .after:hover .s-m {
        display: flex;
    }

    .header .menu .s-m a {
        border-bottom: 1px solid #000;
        padding: 0 10px 0 30px;
        line-height: 35px;
        position: relative;
    }

    .header .menu .s-m img {
        position: absolute;
        top: 1px;
        left: 3px;
        width: 33px;
    }

    .header .menu .s-m a:hover {
        background: #f5f5f5;
    }

    .container {
        width: 1200px;
        margin: 0 auto;
    }


    .wrap {
        display: flex;
        justify-content: space-between;
    }

    .footer {
        display: flex;
        background: #ffffff;
        padding-bottom: 30px;
    }

    .footer .copyright {
        font-size: 14px;
    }

    .custom {
        background: #ffffff;
        border-radius: 3px;
        padding: 8px;
        margin: 15px 0;
        font-size: 14px;
        word-wrap: break-word;
    }

    .custom img {
        max-width: 924px;
    }

    .custom-left {
        margin-top: 10px;
    }

    .custom-left img {
        max-width: 240px;
    }

    .el-pager li.active {
        color: #666666 !important;
    }

    .banner {
        height: 360px;
        overflow: hidden;
    }

    .banner img {
        width: 940px;
        height: 360px;
    }

    #kinMaxShow {
        visibility: hidden;
        width: 100%;
        height: 360px;
        overflow: hidden;
    }
    
}

@media screen and (max-width: 1440px) {
    .container {
        padding-top: 1.1rem;
        padding-bottom: 1.25rem;
    }

    .header, .footer, .sub-menu, .navi, .banner, .new {
        display: none;
    }


    .right {
        margin: 0;
    }

    .custom {
        background: #ffffff;
        border-radius: 3px;
        margin: 10px 0;
        font-size: 0.3rem;
        word-wrap: break-word;
    }

    .custom img {
        width: 100%
    }

    .m-footer {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        font-size: 0.3rem;
        background: #ffffff;
        border-top: 1px solid #f5f5f5;
        padding: 0.1rem 0;
        height: 1.1rem;
        z-index: 999;
    }

    .m-footer-bg {
        display: flex;
        flex: 1;
        width: 100%;
        padding: 0.1rem 0;
        height: 2rem;
    }

    .m-footer .it {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        transform: scale(0.9);
    }

    .m-footer img {
        width: 0.7rem;
        height: 0.7rem;
        margin: 0 auto;
    }

    .m-footer span {
        display: flex;
        justify-content: center;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}
