﻿/*! 官网通用swiper start*/
@import url("swiper-bundle.min.css");

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 'microsoft yahei', sans-serif
}

input,
button,
textarea {
    all: unset
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

em,
b {
    font-style: normal
}

a {
    display: block;
    text-decoration: none;
    color: #000000;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease
}

a:hover {
    text-decoration: none;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease
}

img {
    border: 0;
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    font-size: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th,
ul,
ol,
li {
    padding: 0;
    list-style: none;
    margin: 0
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

::-webkit-scrollbar:horizontal {
    height: 9px
}

::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #f51201
}

::-webkit-scrollbar-corner {
    background-color: #fff
}

::-webkit-selection {
    background: #3355a9;
    color: #fff
}

::-moz-selection {
    background: #3355a9;
    color: #fff
}

::selection {
    background: #3355a9;
    color: #fff
}

.maxwidth {
    max-width: 1720px;
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.maxwidth1520 {
    max-width: 1520px;
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.maxwidth1440 {
    max-width: 1440px;
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.width100 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.clearfix {
    display: block;
    zoom: 1
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0rem;
    content: '';
    clear: both;
    height: 0rem
}

.swiperTab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.swiperTab li {
    display: flex;
    height: 48px;
    cursor: pointer;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.swiperTab li.active {
    color: #f00;
    border-bottom: 3px solid #f00
}

.cursor,
.cursor1 {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 9999999
}

.cursor {
    width: 7px;
    height: 7px;
    background-color: #fff;
    mix-blend-mode: difference
}

.cursor1 {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    mix-blend-mode: difference
}

.cursor1.expand {
    background-color: #fff;
    border: 0;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%) scale(1.6);
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    -moz-transform: translate(-50%, -50%) scale(1.6);
    -ms-transform: translate(-50%, -50%) scale(1.6);
    -o-transform: translate(-50%, -50%) scale(1.6)
}

.cursor1.drag::before {
    content: '\e801';
    left: -10px
}

.cursor1.drag::after {
    content: '\e803';
    right: -10px
}

.cursor1.explore {
    width: 100px;
    height: 100px;
    background: url("../img/click.svg") no-repeat center center;
    border: 0;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -50px;
    margin-top: -50px;
    mix-blend-mode: normal
}

.cursor1.zoom {
    width: 100px;
    height: 100px;
    background: url("../img/zoom.svg") no-repeat center center;
    border: 0;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -50px;
    margin-top: -50px;
    mix-blend-mode: normal
}

.cursor1.next {
    width: 100px;
    height: 100px;
    background: url("../img/next.svg") no-repeat center center;
    border: 0;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -50px;
    margin-top: -50px;
    mix-blend-mode: normal
}

.cursor1.prev {
    width: 100px;
    height: 100px;
    background: url("../img/prev.svg") no-repeat center center;
    border: 0;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -50px;
    margin-top: -50px;
    mix-blend-mode: normal
}

.cursor1.drag::before,
.cursor1.drag::after {
    color: #000;
    font-family: 'fonticons';
    font-size: 0.6rem;
    margin-top: -0.6rem;
    position: absolute;
    top: 50%
}

.cursorDrag {
    cursor: none !important
}

.h1_title {
    text-align: center
}

.commslist {
    width: 100%;
    height: auto
}

.commslist ul {
    width: auto
}

.commslist ul li {
    width: 100%
}

.commslist ul li h2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #000
}

.commslist ul li h2 a {
    color: #000
}

.commslist ul li p {
    font-size: 14px;
    color: #000;
    padding-top: 0px;
    line-height: 2em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.commslist ul li i a {
    color: #000
}

.commslist ul li.a2 h2 {
    font-size: 20px;
    font-weight: 500
}

.commslist ul li.a2 a {
    line-height: 40px;
    font-size: 20px
}

.commslist li.a3 img {
    width: 100%;
    height: 100%;
    display: flex
}

.commslist ul li i:hover a,
.newslist ul li:hover a {
    color: #f00
}

.newslist li.a3 h5 {
    position: absolute;
    width: 90%;
    height: auto;
    bottom: 0;
    padding: 0 5%;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% 0
}

.more a {
    font-size: 20px;
    color: #e60012
}

.dialog {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    outline: 0px;
    overflow: hidden auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    padding: 0;
    margin: 0;
    border: 0;
}

.dialog .refactor-login-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 600px;
    background: #fff;
    border-radius: 12px;
    cursor: default;
    padding: 20px;
    height: 600px;
}

.dialog .refactor-login-modal .refactor-login-modal-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fafafa;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.dialog .refactor-login-modal .refactor-login-modal-head .modal-logo-ibaotu {
    margin: 0 auto;
    display: block;
    width: 140px;
    height: 36px;
    background-size: contain
}

.dialog .refactor-login-modal .refactor-login-modal-head .modal-icon-btn.icon-btn-close {
    border: none;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    right: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAG1BMVEUAAACMjIyMjIyLi4uMjIyJiYmLi4uNjY2MjIwibKHaAAAACHRSTlMAYF8Q7yCAf+wB0IwAAAC4SURBVEjH7dQ7DsIwEIRhE4ueMmUKCkpfgY4yx+AItFgI9tg8/sLWip0DRJ4mGjn6ipHsNDLyL/vSt0zrc6t9O778eTZbWpvMVv/DxTriZFY8MX+JBtyTz86sdsAhpZgAEARATAAIAiAmAAQBEBMAggAQBIAgAGJCAmxQ1flknywaEAQjzjHBiMwZA8wpAOZUAIQAIBQAIQAIBUAEQEzkH9CIR/G3H6ARxRPXc9/mJ9/wychrGtlg3u4aVPCdAQGMAAAAAElFTkSuQmCC)
}

.dialog .refactor-login-modal .refactor-login-modal-body {
    display: block;
    padding: 72px 0;
    height: auto;
    text-align: center;
}

.dialog .refactor-login-modal .refactor-login-modal-body a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.dialog .refactor-login-modal .refactor-login-modal-body a span {
    margin-top: 5%;
    font-size: 16px
}

.dialog .refactor-login-modal .refactor-login-modal-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    background: #fafafa;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    flex-direction: column;
    margin: 10% 0% 0 0
}

.dialog .refactor-login-modal .refactor-login-modal-foot .form-text-around-line {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.dialog .refactor-login-modal .refactor-login-modal-foot .form-text-around-line i {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    background: rgba(0, 0, 0, 0.15)
}

.dialog .refactor-login-modal .refactor-login-modal-foot .form-text-around-line span {
    margin: 0 6px;
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.dialog .refactor-login-modal .refactor-login-modal-foot .form-item-method-list {
    margin-bottom: 5%;
    width: 100%
}

.dialog .refactor-login-modal .refactor-login-modal-foot .form-item-method-list p {
    width: 100;
    text-align: left
}
@media (max-width: 993px){
    .dialog .refactor-login-modal{
        width: calc(100% - 20px);
        padding: 0;
        height: auto;
    }
    .dialog .refactor-login-modal .refactor-login-modal-body{
        padding: 0;
    }
}