a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1;
    font-size: 62.5%;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 1.4;
    color: #000
}

dd,
dl,
dt,
li,
ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333
}

button,
input,
select {
    vertical-align: middle;
    padding: 0;
    margin: 0
}

form {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

input {
    outline: 0;
    border-radius: 0;
    box-shadow: 0 0;
    border: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* {
    box-sizing: border-box
}

.fl {
    float: left
}

.fr {
    float: right
}

input:-moz-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder {
    color: #999
}

.body-bg {
    background: #f5f5f5
}

.header-bg {
    background: #080715;
    padding-bottom: 40px
}

.header-top {
    height: 20px;
    overflow: hidden
}

.header-top-ul {
    padding-left: 10px
}

.header-top-ul>li {
    float: left;
    line-height: 58px;
    padding-right: 30px
}

.header-top-ul>li a {
    color: #cdcfd3
}

.logo-box {
    text-align: center;
    margin-top: 100px
}

.header-search-w {
    width: 96%;
    margin: 0 auto;
    max-width: 680px
}

.header-search-w {
    position: relative;
    z-index: 2
}

.header-search-box {
    width: 100%;
    padding-right: 100px;
    height: 60px;
    border-radius: 4px;
    background: #bd081c;
    overflow: hidden;
    position: relative
}

.header-search-input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    float: left;
    background: #fff;
    border-radius: 4px 0 0 4px;
    font-size: 25px
}

.header-search-img {
    display: block;
    width: 100px;
    height: 100%;
    text-align: center;
    background: #bd081c;
    position: absolute;
    right: 0;
    top: 0
}

.header-search-img img {
    width: 40px;
    height: 40px;
    margin-top: 9px
}

.header-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 108px;
    height: 100%;
    background: 0 0;
    cursor: pointer
}

.header-search-title {
    text-align: center;
    color: #cdcfd3;
    padding-bottom: 20px;
    font-size: 20px
}

.title-log-h1 {
    color: #fff;
    margin-top: 10px;
    padding-top: 0;
    text-align: center;
    padding-bottom: 10px
}

.new-hot-box {
    margin-top: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.new-hot-box a {
    color: #cdcfd3;
    text-decoration: underline;
    margin-right: 8px
}

.new-hot-box a:hover {
    opacity: .8
}

.menu-nav {
    display: inline-block;
    position: relative;
    float: left
}

.menu-nav-btn {
    margin-left: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/ment-btn.png) no-repeat;
    background-size: cover;
    position: relative;
    top: 9px;
    cursor: pointer
}

.menu-nav-list {
    display: none;
    width: 160px;
    position: absolute;
    left: 10px;
    top: 47px;
    background: #fff;
    z-index: 999;
    border: 0 !important;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #eee !important;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3) !important
}

.menu-nav-list a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px
}

.menu-nav-list a:hover {
    background: #f3f3f3
}

.pdt-header-bg {
    height: 50px;
    background: #080715;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 222;
    border-bottom: 1px solid #333
}

.pdt-logo {
    height: 35px;
    margin-top: 7px;
    margin-left: 10px
}

.pdt-top-upload {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    background: #bd081c;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 5px;
    padding: 0 20px;
    font-size: 18px
}

.pdt-top-upload:hover {
    opacity: .8
}

.pdt-header-search {
    width: 600px;
    height: 40px;
    overflow: hidden;
    padding-right: 70px;
    position: relative;
    margin-top: 5px;
    background: #fff;
    border-radius: 4px
}

.pdt-header-input {
    width: 100%;
    height: 40px;
    float: left;
    padding-left: 10px;
    border: 1px solid #f1f1f1;
    border-right: none;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    font-size: 18px
}

.pdt-header-btn {
    position: relative;
    display: block;
    background: #bd081c;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 40px;
    text-align: center
}

.pdt-header-btn img {
    width: 30px;
    height: 30px;
    margin-top: 4px
}

.header-m-search-btn {
    display: none;
    width: 30px;
    height: 30px;
    background: url(../img/icon-search.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.top-search-all {
    padding: 10px;
    display: none;
    background: #080715
}

.top-search-box {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-right: 70px;
    border: 1px solid #eee;
    background: #fff;
    height: 30px;
    border-radius: 2px;
    overflow: hidden
}

.top-search-text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px
}

.top-search-submit {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 2px;
    height: 24px;
    line-height: 24px;
    width: 60px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: #bd081c
}

.top-search-submit:hover {
    opacity: .8
}

.pdt-header-bg-home {
    display: none
}

.footer-bg {
    background: #080715;
    padding: 40px 0
}

.fot-msg {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    color: #fff;
    padding-bottom: 20px
}

.fot-msg p {
    font-weight: 700;
    padding-bottom: 10px
}

.fot-msg a {
    color: #ccc;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    height: 20px
}

.fot-msg a:hover {
    color: #fff
}

.fot-bot-msg {
    color: #ccc;
    border-top: 1px solid #333
}

.fot-bot-msg p {
    padding-left: 10px;
    padding-top: 20px;
    text-align: center
}

.footer-bg2 {
    background: #080715;
    padding: 10px 0 20px
}

.footer-bg2 .fot-bot-msg {
    border: none
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 10px
}

.w1400 {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    /* padding: 0 10px */
}

.w1520 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 10px
}

.body-bg {
    background: #f5f5f5
}

.ad-warp {
    text-align: center
}

.div-h {
    height: 50px
}

.div-h2 {
    height: 92px
}
.p10 {
    padding: 10px 0
}
.p100 {
    padding: 100px 0
}

.mtop10 {
    margin-top: 10px
}

.mtop20 {
    margin-top: 20px
}

.mtop30 {
    margin-top: 30px
}

.mtop40 {
    margin-top: 40px
}

.content-width {
    padding: 0 10px
}

.title-box-one {
    font-size: 18px
}

.title-box-two {
    font-size: 20px;
    color: #333
}

.ad-m-show {
    display: none
}

.plr-10 {
    padding: 0 15px
}

.title-h1 {
    text-align: center;
    font-size: 30px;
    color: #666
}

.new-home-top-p {
    text-align: center;
    color: #999;
    line-height: 20px;
    padding-top: 10px;
    font-size: 16px
}

.new-home-bg {
    background: #fff;
    padding: 40px 0
}

.list-one-ul {
    margin-left: -10px;
    margin-right: -10px
}

.list-one-ul li {
    width: 25%;
    padding: 0 15px;
    margin-top: 30px;
    float: left
}

.list-one-box {
    display: block
}

.list-one-height img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-one-height .list-one-box {
    width: 100%;
    background: url(../img/imgshow_bg.png) repeat;
    overflow: hidden;
    position: relative;
}

.list-one-height .list-one-box a {
    width: 100%;
    height: 100%;
    display: block
}

.list-one-height .list-one-main {
    transition: all .2s;
    border: 1px solid #efefef;
    border-radius: 2px
}

.list-one-height .list-one-main:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    transform: translate3d(0, -2px, 0)
}

.list-one-name {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-one-name:hover {
    opacity: .8
}

.list-one-height .list-one-box {
    height: 300px
}

.page {
    text-align: center
}

.page a {
    height: 46px;
    line-height: 46px;
    padding: 0 16px;
    border-radius: 2px;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #414141;
    border: 1px solid #d9d9d9;
    display: inline-block;
    margin-right: 14px;
    background: #fff
}

.page .page-active,
.page a:hover {
    color: #fff;
    background: #bd081c
}

.page .page-more {
    background: 0 0;
    border: none;
    cursor: default
}

.page .page-more:hover {
    background: 0 0;
    border: none;
    color: #414141
}

.list-two-height .list-one-box {
    position: relative;
    overflow: hidden;
    background: #999
}

.list-two-height img {
    width: 100%;
    float: left
}

.new-home-person-name {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    background: rgba(0, 0, 0, .6)
}

.new-home-tags {
    height: 295px;
    overflow: hidden
}

.new-home-tags li {
    float: left;
    padding: 0 10px;
    width: 20%;
    margin-top: 25px
}

.new-home-tags li a {
    display: inline-block;
    float: left;
    color: #666;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #999
}

.new-home-tags li a:hover {
    opacity: .8
}

.new-home-tag-btn {
    text-align: center;
    padding-top: 10px
}

.new-home-tag-btn span {
    cursor: pointer;
    color: #333
}

.new-home-tag-btn span:hover {
    opacity: .8
}

.new-home-btn {
    margin-top: 20px;
    text-align: center
}

.new-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background: #bd081c;
    width: 280px;
    font-size: 18px
}

.new-btn:hover {
    opacity: .8
}

.home-fot-box {
    background: #fff;
    padding: 100px 0
}

.home-fot-all {
    text-align: center;
    margin: 0 auto;
    max-width: 1520px
}

.home-fot-box .swiper-slide {
    padding: 10px
}

.home-swiper-msg {
    padding: 0 100px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    font-style: italic
}

.home-swiper-name {
    padding-top: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 700
}

.pdt-title-h1-span {
    max-height: 44px;
    display: block;
    line-height: 22px;
    overflow: hidden
}

.bg-white {
    background: #fff;
    padding: 20px 10px 40px
}

.pdt-top-all {
    position: relative;
    padding-left: 192px;
    margin: 0 auto;
    max-width: 1220px;
    padding-bottom: 40px
}

.bread-box a,
.bread-box span {
    float: left;
    margin-right: 5px
}

.bread-box a {
    color: #26980d
}

.bread-box span {
    color: #999
}

.pdt-top-name {
    font-size: 30px;
    color: #666;
    line-height: 44px;
    padding-top: 10px
}

.pdt-right-gray {
    padding: 10px;
    background: #f7f8fa
}

.pdt-top-title {
    font-weight: 700;
    color: #333;
    font-size: 16px
}

.pdt-right-top-msg {
    color: #666;
    padding-top: 10px;
    line-height: 18px
}

.btn-download-box {
    text-align: center
}

.btn-download {
    display: inline-block;
    width: 280px;
    text-align: center;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #bd081c
}

.btn-download:hover {
    opacity: .8
}

.pdt-right-link a,
.pdt-right-link span {
    margin-right: 5px
}

.pdt-right-link a {
    color: #26980d;
    text-decoration: underline
}

.pdt-right-link span {
    color: #999
}

.pdt-right-link a:hover {
    opacity: .8
}

.pdt-left-border {
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%
}

.pdt-left-title {
    font-size: 18px;
    color: #666
}

.pdt-left-tag-box {
    margin-top: 10px
}

.pdt-left-tag-box a {
    display: block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666
}

.pdt-left-tag-box a:hover {
    text-decoration: underline;
    opacity: .8
}

.pdt-img-border {
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    position: relative;
    background: url(../img/imgshow_bg.png) repeat
}

.pdt-img-border img {
    max-width: 100%;
    width: auto
}

.pdt-main-btn-box {
    opacity: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    background: #fff;
    height: 0;
    bottom: 0;
    transition: height .3s ease;
    -webkit-box-shadow: 0 -15px 15px 0 rgba(17, 18, 36, .33);
    box-shadow: 0 -15px 15px 0 rgba(17, 18, 36, .33)
}

.pdt-img-border:hover .pdt-main-btn-box {
    opacity: 1;
    height: 80px
}

.pdt-main-btn-a {
    display: inline-block;
    width: 280px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #bd081c;
    border-radius: 4px;
    margin-top: 20px
}

.pdt-main-btn-a:hover {
    opacity: .8
}

.pdt-img-msg {
    padding-top: 10px
}

.pdt-img-title {
    display: inline-block;
    width: 110px;
    font-weight: 700
}

.pdt-img-name {
    color: #26980d
}

.pdt-img-btn1,
.pdt-img-btn2 {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    border-radius: 4px
}

.pdt-img-btn1 {
    background: #bd081c
}

.pdt-img-btn2 {
    background: #080715
}

.pdt-img-btn1:hover,
.pdt-img-btn2:hover {
    opacity: .8
}

.pdt-img-num {
    color: #666
}

.list-tree-height {
    margin: -20px -15px 0
}

.list-tree-height li {
    float: left;
    padding: 0 15px;
    margin-top: 30px
}

.list-tree-height .list-tree-main {
    transition: all .2s;
    border: 1px solid #efefef;
    border-radius: 2px
}

.list-tree-height .list-tree-box {
    width: 100%;
    background: url(../img/imgshow_bg.png) repeat;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.list-tree-box img {
    max-width: 100%
}

.list-tree-height .list-tree-main:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    transform: translate3d(0, -2px, 0)
}

.list-tree-link {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 3
}

.list-tree-btns {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -60px;
    z-index: 9;
    width: 100%;
    height: 60px;
    color: #fff;
    text-align: center
}

.list-tree-link2 {
    display: block;
    color: #fff;
    height: 30px;
    text-decoration: underline;
    margin-top: 5px
}

.list-tree-link3 {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 90%;
    max-width: 160px;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    color: #fff;
    background: #bd081c
}

.list-tree-link3:hover {
    background: #d5182d
}

.list-tree-main:hover .list-tree-btns,
.list-tree-main:hover .list-tree-link {
    display: block
}

.list-tree-ul li {
    width: 12.5%
}

.list-tree-ul .list-tree-box {
    height: 210px
}

.tag-list-box a {
    display: inline-block;
    float: left;
    padding: 0 10px;
    height: 25px;
    line-height: 23px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-right: 10px
}

.tag-list-box a:hover {
    opacity: .8
}

.pdt-preview-imgs {
    width: 100%;
    max-width: 970px;
    margin: 0 auto
}

.pdt-preview-title {
    text-align: center
}

.pdt-preview-title span {
    display: inline-block;
    margin: 0 5px;
    font-size: 30px;
    color: #666;
    line-height: 25px
}

.down-msg-title {
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #666
}

.new-pdt-all {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto
}

.new-pdt-ad {
    text-align: center;
    overflow: hidden
}

.new-down-box {
    padding-left: 170px;
    position: relative;
    min-height: 170px
}

.new-down-imgs {
    display: block;
    width: 160px;
    height: 160px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.new-down-imgs img {
    width: 100%
}

.new-down-thanks {
    font-size: 18px;
    color: #999;
    padding-bottom: 5px
}

.new-down-p {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    font-weight: 700
}

.new-down-like {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px
}

.new-pdt-left,
.new-pdt-right {
    width: 50%;
    float: left
}

.new-pdt-left {
    padding-right: 10px
}

.new-pdt-right {
    padding-left: 10px;
    border-left: 1px solid #babab6;
    text-align: center
}

.down-msg-box {
    margin-top: 5px;
    color: #999
}

.down-msg-box a {
    color: #26980d
}

.down-msg-name {
    width: 100px;
    display: inline-block;
    font-weight: 700;
    color: #666
}

.pdt-dialog-box {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 555
}

.pdt-dialog-box-gray {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    z-index: 5
}

.dialog-machine-main {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 80px;
    width: 94%;
    max-width: 400px;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    overflow: hidden;
    height: 220px;
    top: 0;
    bottom: 0;
    margin: auto
}

.pdt-dialog-title {
    line-height: 20px;
    padding: 15px 20px;
    background: #f5f5f5;
    position: relative
}

.pdt-dialog-name {
    color: #333;
    font-size: 18px
}

.pdt-dialog-btn {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-close.png) no-repeat;
    background-size: cover
}

.dialog-machine-msg {
    padding: 20px
}

.dialog-machine-share {
    width: 310px;
    height: 80px;
    margin: 0 auto
}

.dialog-pdt-main {
    position: absolute;
    width: 98%;
    max-width: 500px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow-y: 100%;
    height: 100%;
    max-height: 475px;
    margin: auto;
    top: 60px;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    overflow-y: auto
}

.pdt-dialog-msg {
    margin-top: 10px;
    padding: 0 40px 0 130px;
    position: relative
}

.pdt-dialog-msg-name {
    position: absolute;
    display: inline-block;
    left: 40px;
    top: 0;
    width: 90px;
    line-height: 36px
}

.pdt-dialog-msg-input {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    border: 1px solid #ccc
}

.pdt-dialog-input-gray {
    background: #efefef
}

.pdt-dialog-msg-big {
    width: 100%;
    min-height: 80px;
    border: 1px solid #ccc
}

.pdt-dialog-msg-img {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    height: 36px
}

.pdt-dialog-bottom {
    padding-bottom: 30px;
    padding-top: 10px
}

.pdt-dialog-send {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 100px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #bd081c
}

.pdt-dialog-send:hover {
    opacity: .8
}

.pdt-error-msg {
    color: red;
    margin-left: 10px;
    font-weight: 700;
    font-size: 18px
}

.pdt-error-msg-green {
    color: green
}

.pdt-input-error {
    border: 1px solid red
}

.tag-all-left {
    width: 172px;
    position: absolute;
    left: 0;
    top: 0
}

.tag-chose-box {
    float: left
}

.tag-chose-btn {
    float: left;
    margin-left: 55px;
    margin-top: 40px
}

.tag-chose-btn a {
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background: #bd081c;
    padding: 0 10px;
    color: #fff;
    font-size: 16px
}

.tag-chose-btn a:hover {
    opacity: .8
}

.tag-bg {
    display: none;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.tag-title {
    font-size: 30px;
    padding-bottom: 10px
}

.chose-list-box {
    float: left;
    width: 180px;
    margin-left: 60px
}

.chose-list-box h2 {
    color: #999;
    font-size: 18px
}

.chose-list-color p:nth-child(2),
.chose-list-one>p {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    cursor: pointer;
    position: relative;
    width: 100%;
    background: #eaeaea;
    padding-left: 22px;
    border: 1px solid #eee;
    border-radius: 2px;
    height: 24px;
    margin-top: 10px;
    line-height: 22px
}

.chose-list-one p:hover {
    background: #d9d9d9;
    color: #666
}

.chose-list-color p:nth-child(2) i,
.chose-list-one p i {
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 1px;
    top: 2px;
    background: url(../img/true.png) no-repeat;
    background-size: cover
}

.chose-list-one .chose-list-active,
.chose-list-one .chose-list-active:hover {
    background: #fcb8bf;
    color: #fff
}

.chose-list-one .chose-list-active i {
    display: block
}

.chose-list-color .chose-color-p {
    float: left;
    margin-right: 9px;
    margin-top: 5px;
    cursor: pointer
}

.chose-list-color .chose-color-p>span {
    display: inline-block;
    border: 3px solid #fafafa;
    float: left
}

.chose-list-color .chose-color-p>span em {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #d7d7d7;
    float: left
}

.chose-list-color .chose-color-p:nth-child(14),
.chose-list-color p:nth-child(8) {
    margin-right: 0
}

.chose-list-color p:nth-child(3) em {
    background: red
}

.chose-list-color p:nth-child(4) em {
    background: orange
}

.chose-list-color p:nth-child(5) em {
    background: #ff0
}

.chose-list-color p:nth-child(6) em {
    background: green
}

.chose-list-color p:nth-child(7) em {
    background: #0ff
}

.chose-list-color p:nth-child(8) em {
    background: #00f
}

.chose-list-color p:nth-child(9) em {
    background: purple
}

.chose-list-color p:nth-child(10) em {
    background: pink
}

.chose-list-color p:nth-child(11) em {
    background: #fff
}

.chose-list-color p:nth-child(12) em {
    background: gray
}

.chose-list-color p:nth-child(13) em {
    background: #000
}

.chose-list-color p:nth-child(14) em {
    background: brown
}

.chose-list-color p:nth-child(2):hover {
    background: #d9d9d9 !important;
    color: #666 !important;
    opacity: 1 !important
}

.chose-list-color .chose-list-active span {
    border: 3px solid #fcb8bf
}

.chose-list-color .chose-list-active span em {
    border: 1px solid #fcb8bf
}

.chose-list-color p:nth-child(2) span {
    border: none !important
}

.chose-list-color p:nth-child(2).chose-list-active {
    background: #fcb8bf;
    color: #fff
}

.chose-list-color p:nth-child(2).chose-list-active i {
    display: block
}

.chose-color-p span:hover {
    opacity: .4
}

.chose-list-color p:nth-child(2).chose-list-active:hover {
    background: #fcb8bf !important;
    color: #fff !important
}

.list-user-top {
    position: relative;
    min-height: 80px;
    padding-left: 90px;
    padding-bottom: 20px
}

.list-user-img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #abd1fa;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-weight: 700;
    font-size: 6rem
}

.list-user-msg {
    padding-top: 10px
}

.list-user-title {
    line-height: 25px
}

.list-user-name {
    font-size: 32px;
    font-weight: 700;
    color: #333
}

.list-user-num {
    color: #999;
    font-size: 16px;
    margin-left: 5px
}

.list-user-btns {
    padding-top: 8px
}

.list-user-btns a {
    height: 25px;
    line-height: 25px;
    margin-right: 5px
}

.cate-list-ul li {
    float: left;
    width: 25%;
    padding: 0 20px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cate-list-ul li a {
    color: #666;
    border-bottom: 1px dashed #ccc
}

.cate-list-ul li a:hover {
    opacity: .7
}

.dmca-title-h1 {
    font-size: 24px
}

.n_g_title1 {
    color: #4a4a4a;
    padding-top: 33px
}

.n_g_txt1 {
    margin-top: 25px;
    line-height: 30px;
    color: #666
}

.n_g_title2 {
    color: #4a4a4a;
    padding-top: 15px
}

ul.n_g_txt1 li {
    position: relative;
    margin-left: 15px
}

.nlist_icon {
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 100%;
    background: #000
}

.nlist_text {
    display: inline-block;
    margin-left: 10px
}

.mt30 {
    margin-top: 30px
}

.input_block label {
    color: #4a4a4a;
    padding-bottom: 5px;
    display: block;
    overflow: hidden
}

.g_tipsite {
    float: left;
    font-weight: 700
}

.input_block .input_text {
    height: 20px;
    line-height: 20px;
    padding: 8px 7px;
    margin-bottom: 0;
    border: 1px solid #d9d9d9;
    color: #666;
    box-sizing: content-box
}

.input_block .input_text:hover {
    border: 1px solid #74b9ef
}

.input_block .bg_color1:hover {
    border: 1px solid #d9d9d9
}

.input_block .input_text_3 {
    width: 94%;
    max-width: 512px
}

.mt35 {
    margin-top: 35px
}

.input_block .bg_color1 {
    background: #efefef
}

.g_right_a {
    text-align: left;
    padding-bottom: 30px
}

.g_right_a .create_one_but {
    border: none;
    display: block;
    width: 110px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #bd081c;
    color: #fff;
    letter-spacing: .5px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.g_right_a .create_one_but:hover {
    opacity: .8;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mt30 {
    margin-top: 30px
}

.mt20 {
    margin-top: 20px
}

.input_block img {
    vertical-align: middle;
    border: 0
}

.n_g_title1 {
    font: 700 18px/24px Arial;
    color: #4a4a4a;
    padding-top: 33px
}

.n_g_title2 {
    font: 700 14px/24px Arial;
    color: #4a4a4a;
    padding-top: 15px
}

.text-p {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-top: 20px
}

.about-banner {
    height: 420px;
    background: url(../img/about-banner.png) no-repeat center;
    text-align: center;
    display: block;
    line-height: 420px;
    position: relative
}

.about-banner img {
    display: inline-block;
    vertical-align: middle
}

.about-box-section {
    padding-top: 100px
}

.about-box-list {
    min-height: 380px;
    margin-bottom: 100px
}

.about-box-img img {
    width: 378px;
    height: 378px;
    border-radius: 50%
}

.about-box-msg {
    padding: 85px 0 0 40px
}

.about-box-title {
    color: #333;
    font-size: 32px
}

.about-box-line {
    border-bottom: 1px solid #b5b5b5;
    width: 32px;
    padding-top: 20px;
    margin-bottom: 20px
}

.about-box-info {
    width: 660px;
    color: #444;
    font-size: 20px;
    line-height: 40px
}

.about-box-fl .about-box-info {
    text-align: left
}

.about-box-fl .about-box-line {
    margin-left: 5px
}

.about-box-fr .about-box-title {
    text-align: right
}

.about-box-fr .about-box-line {
    text-align: right;
    margin-left: 615px
}

.about-box-fr .about-box-info {
    text-align: right
}

.about-box-fr .about-box-msg {
    padding: 85px 40px 0 0
}

.tab_menu {
    display: block;
    border-bottom: 2px solid #efefef;
    height: 30px
}

.tab_menu li {
    float: left;
    height: 30px;
    margin-right: 20px
}

.tab_menu li a {
    display: block;
    height: 30px;
    padding: 0 15px;
    font-size: 18px
}

.tab_menu li a:hover {
    opacity: .8
}

.tab_menu .selected a {
    border-bottom: 2px solid #bd081c;
    color: #bd081c
}

.red-box .input_text_3 {
    border: 1px solid red
}

.noempty .input_text_3 {
    border: 1px solid #eee
}

.file-a-btn {
    position: relative;
    cursor: pointer;
    color: #666;
    background: #fafafa;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px
}

#fil {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.span-num-box {
    color: #00b80c;
    font-weight: 700;
    margin-left: 10px
}

.submit-btn-box {
    padding-top: 20px
}

.submit-page-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #bd081c;
    border-radius: 4px;
    color: #fff
}

.user-list-ul li {
    width: 20%
}

.user-list-ul .list-one-box {
    height: 280px;
    position: relative
}

.user-btn-msg {
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    z-index: 5
}

.user-img-msg {
    display: none;
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 60px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    line-height: 15px;
    z-index: 5
}

.user-list-ul li .list-one-box:hover .user-img-msg {
    display: block
}

.user-list-ul li .list-one-box:hover .user-btn-msg {
    background: rgba(229, 84, 80, .7)
}

.user-header {
    position: relative;
    height: 30px;
    margin-right: 15px;
    margin-top: 8px
}

.user-header-msg img {
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 10px;
    margin-top: 4px
}

.user-header-msg span {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 30px
}

.user-header-msg:hover {
    opacity: .8
}

.user-header-list {
    display: none;
    width: 160px;
    position: absolute;
    right: 0;
    top: 31px;
    z-index: 999;
    border: 1px solid #efefef;
    background: #fcfcfc
}

.user-header-list a {
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
    line-height: 25px
}

.user-header-list a:hover {
    background: #efefef
}

.user-header:hover .user-header-list {
    display: block
}

.tag-list-bg {
    height: 485px;
    overflow: hidden
}

.tag-btn-hover {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    text-align: center;
    z-index: 9
}

.tag-btn-hover i {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-top: 14px;
    display: inline-block;
    background: url(../img/tag-btn.png) no-repeat;
    background-size: cover
}

.tag-list-bg .list-tree-main:hover .tag-btn-hover {
    display: inline-block
}

.banner-box .swiper-container {
    width: 100%;
    height: 100%
}

.banner-box .swiper-slide {
    width: 100%;
    padding-bottom: 50px
}

.home-pad80 {
    padding: 40px 0
}

.new-home-tag-ul {
    margin: -10px -10px 0
}

.new-home-tag-ul li {
    float: left;
    padding: 20px 10px 0;
    width: 33.3333%;
    margin: 10px 0;
}

.new-home-tag-img {
    transition: all .2s;
    display: block;
    width: 100%;
    padding-right: 110px;
    height: 260px;
    position: relative;
    overflow: hidden;
    background: url(../img/imgshow_bg.png) repeat
}

.new-home-img-absolute {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 100%
}

.new-home-img-two {
    display: inline-block;
    width: 100%;
    height: 50%
}

.new-home-img-two img {
    width: 100%
}

.new-home-img-first {
    overflow: hidden
}

.new-home-img-first img {
    width: 100%
}

.new-home-tag-title {
    line-height: 25px;
    height: 50px;
    font-size: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.new-home-tag-tag a:hover,
.new-home-tag-title:hover {
    opacity: .8
}

.new-home-tag-tag {
    padding: 5px 0
}

.new-home-tag-tag a {
    color: #26980d
}

.new-home-tag-msg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 20px;
    height: 60px;
    color: #999
}

.new-home-tag-img:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    transform: translate3d(0, -2px, 0)
}

.blog-top-box .tag-list-box a,
.pdt-top-main .tag-list-box a {
    color: #999
}

.chose-show-btn {
    display: inline-block;
    padding: 0 20px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    color: #bd081c;
    cursor: pointer;
    border: 1px solid #bd081c
}

.chose-show-btn:hover {
    opacity: .8
}

.blog-top-box {
    padding-right: 320px;
    position: relative;
    min-height: 600px
}

.blog-right-ad {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 600px;
    overflow: hidden
}

.blog-first-box {
    font-size: 18px
}

.blog-first-box .ad-wrap-box {
    float: left;
    display: inline-block;
    margin-right: 20px
}

.blog-first-box h2 {
    font-size: 24px;
    margin-top: 40px
}

.blog-first-box h2 a {
    color: #26980d
}

.blog-img-box {
    padding-bottom: 20px
}

.blog-img-box a {
    display: block;
    height: 260px;
    float: left;
    width: 260px;
    overflow: hidden;
    transition: all .2s;
    margin-right: 20px;
    margin-top: 20px;
    background: url(../img/imgshow_bg.png) repeat;
    border: 1px solid #efefef
}

.blog-img-box a:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    transform: translate3d(0, -2px, 0)
}

.blog-bigimg a {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    transition: all .2s;
    margin-top: 20px;
    background: url(../img/imgshow_bg.png) repeat;
    border: 1px solid #efefef
}

.blog-bigimg a:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    transform: translate3d(0, -2px, 0)
}

.blog-first-box ul {
    margin-left: 20px
}

.blog-first-box ul li {
    list-style: initial;
    color: #26980d
}

.blog-first-box ul li a {
    color: #26980d
}

.blog-first-box ul li a:hover {
    opacity: .8
}

.holiday-list .model-main {
    background: 0 0;
    padding: 0;
    margin-top: 40px
}

.pdt-top-main {
    position: relative;
    padding-right: 340px
}

.pdt-right {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0
}

.pdt-main-a {
    display: block
}

.pdt-main-a:hover {
    opacity: .8
}

.pdt-left .tag-list-box {
    padding-left: 0
}

.pdt-mian-imgs {
    min-height: 700px
}

.list-four-ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px
}

.list-four-ul li {
    width: 25%;
    float: left;
    display: block;
    margin-top: 20px;
    padding: 0 10px
}

.list-four-box {
    background: #fff;
    padding: 10px;
    transition: all .2s
}

.list-four-img {
    background: url(../img/imgshow_bg.png) repeat;
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden
}

.list-four-img img {
    width: 100%
}

.list-four-title {
    height: 40px;
    line-height: 20px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.list-four-title a {
    margin-right: 10px;
    color: #666;
    font-weight: 700
}

.list-four-by {
    height: 25px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-new-ul li {
    width: 25%;
    float: left;
    display: block;
    margin-top: 20px;
    padding: 0 10px
}

.list-new-box {
    background: #fff;
    padding: 10px;
    transition: all .2s
}

.list-new-img {
    background: url(../img/imgshow_bg.png) repeat;
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden
}

.list-new-img img {
    width: 100%
}

.list-new-title {
    height: 40px;
    line-height: 20px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.list-new-title a {
    margin-right: 10px;
    color: #666;
    font-weight: 700
}

.list-new-by {
    height: 25px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-img-big {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/img.png) no-repeat;
    background-size: cover;
    vertical-align: middle
}

.list-img-size {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon-newsize.png) no-repeat;
    background-size: cover;
    vertical-align: middle
}

.img-list {
    float: left;
    height: auto;
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

.img-list:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.img-list .img-show {
    margin: 10px 10px 0;
    position: relative;
    max-height: 1000px;
    overflow: hidden;
    text-align: center;
    background: url(../img/imgshow_bg.png) repeat;
}

.img-list .img-show img {
    display: inline;
    width: 100%;
    max-width: 261px;
}

.img-detail {
    height: auto;
    transition: all .2s;
    padding: 10px 10px 12px;
}

@media only screen and (min-width:1525px) {
    .img-list {
        width: 283px;
        border: 1px solid #efefef;
        margin-bottom: 20px;
        margin-right: 16px;
        background-color: #fff;
    }

    .img-list:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        transform: translate3d(0, -2px, 0);
    }
}

@media only screen and (max-width:1524px) {
    .img-list {
        width: 20%;
        margin-bottom: 20px
    }

    .img-list-pd {
        margin: 0 5px;
        border: 1px solid #efefef;
        background-color: #fff
    }

    .img-list-pd:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        transform: translate3d(0, -2px, 0)
    }
}

@media only screen and (max-width:1240px) {
    .img-list {
        width: 25%
    }
}

@media only screen and (max-width:992px) {
    .img-list {
        width: 33.333%
    }
}

@media only screen and (max-width:830px) {
    .img-list .img-show {
        background: 0 0
    }
}

@media only screen and (max-width:680px) {
    .img-list {
        width: 50%
    }
}

.pc-hide {
    display: none
}

.pdt-right-link {
    text-align: center
}

.dwn-top-h1 {
    text-align: center;
    font-size: 28px
}

.down-msg-p {
    line-height: 30px;
    color: #999;
    font-size: 14px
}

.down-msg-ul li {
    line-height: 30px;
    font-size: 14px;
    color: #999;
    list-style: initial
}

.down-msg-ul {
    padding-left: 20px
}

@media only screen and (min-width:1201px) {
    .new-tag-page .new-home-tag-ul li {
        width: 25%
    }

    .new-tag-page .new-home-tag-img {
        height: 280px
    }
}

@media only screen and (max-width:1660px) {
    .list-tree-ul .list-tree-box {
        height: 190px
    }

    .tag-list-bg {
        height: 445px
    }
}

@media only screen and (max-width:1520px) {
    .list-one-ul {
        margin-top: 0
    }

    .list-one-ul li {
        padding: 0 10px;
        margin-top: 20px
    }

    .list-tree-ul li {
        width: 14.285%
    }
}

@media only screen and (max-width:1400px) {
    .list-tree-height {
        margin: -10px -10px 0
    }

    .list-tree-height li {
        padding: 0 10px;
        margin-top: 20px
    }

    .tag-list-bg {
        height: 425px
    }
}

@media only screen and (max-width:1300px) {
    .list-tree-height li {
        width: 16.666%
    }
}

@media only screen and (max-width:1240px) {
    .pdt-top-all {
        padding-left: 0;
        max-width: 1030px
    }

    .user-list-ul li {
        width: 25%
    }
}

@media only screen and (max-width:1200px) {
    .list-one-height .list-one-box {
        height: 260px
    }

    .tag-all-left {
        display: none
    }

    .list-tree-height li {
        width: 20%
    }

    .list-tree-ul .list-tree-box {
        height: 210px
    }

    .tag-list-bg {
        height: 465px
    }

    .new-home-tag-ul li {
        width: 25%
    }

    .new-home-tag-img {
        padding-right: 0;
        height: 280px
    }

    .new-home-img-absolute {
        display: none
    }

    .new-home-img-first {
        width: 100%;
        height: auto
    }

    .pdt-top-main {
        padding-right: 0
    }

    .pdt-right {
        width: 100%;
        left: auto;
        right: auto;
        position: relative
    }

    .mad-hide {
        display: none
    }

    .pc-hide {
        display: block
    }

    .pdt-mian-imgs {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }

    .pdt-top-name {
        font-size: 26px
    }

    .bread-box {
        margin-top: 10px
    }

    .pdt-mian-imgs {
        min-height: auto
    }
}

@media only screen and (max-width:1100px) {
    .about-box-list {
        height: auto
    }

    .about-box-img {
        width: 100%;
        text-align: center
    }

    .about-box-fr .about-box-title {
        text-align: left
    }

    .about-box-fr .about-box-line {
        margin-left: 5px
    }

    .about-box-img img {
        width: 100%;
        height: 100%;
        max-height: 320px;
        max-width: 320px
    }

    .about-banner {
        height: 300px;
        line-height: 300px
    }

    .about-box-fr .about-box-info {
        text-align: left;
        width: 100%;
        padding: 0
    }

    .about-box-fr .about-box-msg {
        padding: 20px
    }

    .about-box-msg {
        padding: 20px;
        width: 100%
    }

    .about-box-info {
        width: 100%
    }

    .about-box-title {
        font-size: 28px
    }

    .about-box-info {
        line-height: 25px;
        font-size: 14px
    }
}

@media only screen and (max-width:1060px) {
    .list-tree-ul .list-tree-box {
        height: 190px
    }

    .share-box {
        text-align: center
    }

    .tag-list-bg {
        height: 425px
    }

    .new-home-tag-img {
        height: 250px
    }

    .list-four-ul li {
        width: 33.333%
    }
    .list-new-ul li {
        width: 33.333%
    }
}

@media only screen and (max-width:1020px) {
    .ad-m-hide {
        display: none
    }

    .ad-m-show {
        display: block
    }

    .new-home-tag-img {
        height: 320px
    }
}

@media only screen and (max-width:992px) {
    .logo-box {
        padding-top: 40px;
        margin-top: 0
    }

    .logo-box-img {
        height: 65px
    }

    .header-top-pc,
    .pdt-header-search,
    .pdt-top-upload,
    .tag-m-hide {
        display: none
    }

    .header-m-search-btn {
        display: block
    }

    .cate-list-ul li,
    .list-one-ul li {
        width: 33.3333%
    }

    .new-pdt-left,
    .new-pdt-right {
        width: 100%;
        float: left
    }

    .new-pdt-left {
        padding-right: 0;
        padding-bottom: 40px
    }

    .new-pdt-right {
        padding-left: 0;
        border-left: none;
        text-align: center
    }

    .new-down-box {
        padding-left: 200px
    }

    .new-down-imgs {
        left: 10px
    }

    .page a {
        height: 35px;
        line-height: 35px;
        padding: 0 13px;
        font-size: 14px;
        margin-right: 10px
    }

    .banner-box .list-one-ul li:nth-child(7),
    .banner-box .list-one-ul li:nth-child(8) {
        display: none
    }

    .blog-top-box {
        padding-right: 0;
        position: relative;
        min-height: auto
    }

    .blog-right-ad {
        display: none
    }

    .home-fot-box {
        display: none
    }

    .pdt-top-name {
        line-height: 34px
    }
}

@media only screen and (max-width:950px) {
    .list-tree-height li {
        width: 25%
    }

    .new-home-tag-img {
        height: 300px
    }
}

@media only screen and (max-width:890px) {
    .new-home-tag-img {
        height: 280px
    }
}

@media only screen and (max-width:840px) {
    .new-home-tag-img {
        height: 260px
    }

    .list-four-img {
        height: 200px
    }
}

@media only screen and (max-width:790px) {
    .list-one-height .list-one-box {
        height: 240px
    }

    .ad-m-hide {
        display: none
    }

    .list-tree-height li {
        width: 33.333%
    }

    .list-tree-ul .list-tree-box {
        height: 210px
    }

    .tag-list-bg {
        height: 465px
    }

    .new-home-tag-img {
        height: 240px
    }

    .blog-first-box {
        min-height: auto;
        padding-left: 0
    }

    .blog-first-box .ad-wrap-box {
        position: relative;
        text-align: center
    }
}

@media only screen and (max-width:710px) {

    .list-one-height .list-one-box,
    .list-tree-ul {
        height: 220px
    }

    .new-home-tag-img {
        height: 220px
    }
}

@media only screen and (max-width:680px) {

    .cate-list-ul li,
    .list-one-ul li {
        width: 50%
    }

    .list-one-height .list-one-box {
        height: 260px
    }

    .new-home-tags li {
        width: 50%
    }

    .new-down-box {
        padding: 0
    }

    .new-down-imgs {
        position: relative;
        margin: 0 auto;
        left: 0
    }

    .new-down-msg {
        text-align: center
    }

    .new-home-tag-ul li {
        width: 50%
    }

    .new-home-tag-img {
        height: 320px
    }

    .banner-box .list-one-ul li:nth-child(5),
    .banner-box .list-one-ul li:nth-child(6) {
        display: none
    }

    .list-four-ul li {
        width: 50%
    }
    .list-new-ul li {
        width: 50%
    }
    .list-new-img {
        height: 220px
    }
    .list-four-img {
        height: 220px
    }

    .new-home-tag-title {
        font-size: 16px
    }
}

@media only screen and (max-width:620px) {
    .list-tree-ul .list-tree-box {
        height: 190px
    }

    .tag-list-bg {
        height: 425px
    }

    .new-home-tag-img {
        height: 290px
    }
}

@media only screen and (max-width:570px) {
    .new-home-tag-img {
        height: 240px
    }
}

@media only screen and (max-width:520px) {
    .list-tree-height li {
        width: 50%
    }

    .list-tree-ul .list-tree-box {
        height: 210px
    }

    .tag-list-bg {
        height: 465px
    }

    .pdt-cco-ul li {
        width: 33.333%;
        height: 85px
    }

    .list-one-height .list-one-box {
        height: 240px
    }

    .new-home-tag-img {
        height: 200px
    }
}

@media only screen and (max-width:500px) {
    .fot-ul li {
        width: 50%
    }

    .list-one-height .list-one-box {
        height: 220px
    }

    .list-four-img {
        height: 180px
    }

    .model-list-bg {
        height: 135px !important
    }
}

@media only screen and (max-width:460px) {
    .new-home-tag-img {
        height: 180px
    }

    .list-four-img {
        height: 130px
    }
}

@media only screen and (max-width:430px) {
    .list-one-height .list-one-box {
        height: 200px
    }

    .list-tree-ul .list-tree-box {
        height: 190px
    }

    .tag-list-bg {
        height: 425px
    }
}

@media only screen and (max-width:400px) {
    .pdt-cco-ul li {
        height: 65px
    }

    .list-one-height .list-one-box {
        height: 180px
    }

    .new-home-tag-img {
        height: 140px
    }
}




.section-month {
    margin: 10px 0;
}
.section-carousel {
    padding: 9px 20px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    flex-wrap: wrap;
}
.section-carousel::-webkit-scrollbar {
    display: none
}
.section-carousel li {
    display: inline;
    white-space: nowrap;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color:black;
    text-transform: uppercase;
}

.section-month li:first-child {
    border-radius: 5px;
    font-weight: 700;
}

.section-month li:last-child {
    border-right-width: 1px;
    border-radius: 5px;
}

.section-carousel li.selector-active:hover,.section-carousel li.selector-active{
    background: #648eef;
    color: #ffffff;
}
.member-list{
    display: flex;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}
.member-list a {
    display: inline-block;
}
.member-list a img {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    margin: 3px 7px;
}
.member-list span{
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 100%;
    background: #abd1fa;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-weight: 700;
    font-size: 25px;
    margin: 3px 7px;
}

.item {
    display: none;
}

@media screen and (min-width: 1096px) {
    .section-month {
        border: none;
        background: none;
    }
    .section-month .section-carousel {
        border: 1px solid #666666;
        box-shadow: 0px 23px 33px rgba(0, 0, 0, 0.13);
        padding: 10px;
        border-radius: 10px;
        max-width: 1014px;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .15;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left-icon.png);
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right-icon.png);
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #26980d
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #26980d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}