html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei';
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

a,
img {
    -webkit-touch-callout: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    width: 100%;
    min-width: 1200px;
    height: 70px;
    background: #FFFFFF;
}

.header>header {
    width: 100%;
    min-width: 1200px;
    height: 70px;
    position: fixed;
    background: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 9999999;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.header>header>.header-box {
    width: 1200px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.header .header-left>img {
    width: 138px;
    margin-left: 21px;
}

.header-right {
    width: 760px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right-left {
    width: 590px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-right-left a {
    color: #666666;
    font-size: 16px;
    display: block;
    padding: 2px 4px;
    border-radius: 2px;
}

.header-right-left .check {
    color: #1D83FF;
    padding: 2px 4px;
    border-bottom: 2px solid #1D83FF;
}

.header-right-left a:hover {
    color: #1D83FF;
}

.header-right-right {
    width: 250px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.shenqingshiyong {
    background: #1D83FF;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6.5px 24px;
    border-radius: 17px;
}

.login-kzt {
    color: #1D83FF;
    font-size: 16px;
}

.banner {
    width: 100%;
    min-width: 1200px;
}

.banner>img {
    width: 100%;
    min-width: 1200px;
    display: block;
}

.banner>a>img {
    width: 100%;
    min-width: 1200px;
    display: block;
}

.mian {
    width: 100%;
    min-width: 1200px;
}

.title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);

}

.cjbox {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.cjitem {
    width: 224px;
    min-height: 300px;
    position: relative;
    border-radius: 10px;
    margin-top: 50px;
}

.cjitem-top img {
    width: 224px;
    display: block;
}

.cjitem-bottom {
    height: 80px;
    line-height: 80px;
    text-indent: 24px;
    color: #333333;
    font-size: 20px;
}

.cjitem-hover {
    width: 224px;
    min-height: 300px;
    background: #1d83ff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    box-shadow: 0px 6px 14px 0px rgba(29, 131, 255, 0.35);
}

.cjitem:hover .cjitem-hover {
    display: block;
    cursor: pointer;
}

.cjitem-hover-title {
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 40px;
    padding: 0 20px;
}

.cjitem-hover-line {
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 0 20px;
}

.margin-top {
    margin-top: 150px;
}

.sycjsm-nav {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sycjsm-nav-item {
    font-size: 20px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    padding: 16px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sycjsm-nav-item:hover {
    padding: 16px 0;
    color: rgba(29, 131, 255, 1);
    cursor: pointer;
}

.checknav {
    padding: 16px 0;
    color: rgba(29, 131, 255, 1);
    border-bottom: 2px solid rgba(29, 131, 255, 1);
}

.sycjsmxq {
    display: none;
    margin: 0 auto;
    width: 1200px;
    margin-top: 50px;
}

.sycjsmxq_show {
    display: block;
}

.sycjsmxq-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sycjsmxq-box-left img {
    width: 570px;
}

.sycjsmxq-box-right {
    width: 490px;
}

.sycjsmxq-box-title {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
}

.sycjsmxq-box-ins {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    padding: 40px 0;
}

.sycjsmxq-box-more a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(29, 131, 255, 1);
    line-height: 36px;
}

.sycj {
    width: 100%;
    min-width: 1200px;
    background: #F4F4F4;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 100px;
    overflow: hidden;
}

.sycjsm {
    width: 100%;
    min-width: 1200px;
    padding-top: 70px;
    padding-bottom: 118px;
}

.khrk {
    width: 100%;
    min-width: 1200px;
    padding-top: 100px;
    padding-bottom: 178px;
    background: #F4F4F4;
    overflow: hidden;
}

.kepj {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 80px;
}

.kepj .swiper-container {
    width: 1200px;
}

.kepj .swiper-container .swiper-slide {
    width: 620px;
    height: 364px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.pj-ico {
    font-size: 80px;
    font-weight: 400;
    height: 80px;
    font-family: Noto Sans S Chinese;
    color: rgba(29, 131, 255, 1);
    display: flex;
    justify-content: center;
}

.pj-ins {
    width: 420px;
    height: 120px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.pj-qy {
    margin: 0 auto;
    margin-top: 22px;
}

.pj-qy img {
    height: 73px;
    display: block;
    margin: 0 auto;
    border: 1px solid rgba(244, 244, 244, 1);
    background: rgba(244, 244, 244, 1);
}

.pj-qy p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
}

.gll-box {
    width: 100%;
    min-width: 1200px;
    background: url('../img/首页-助力banner@2x\ -\ 副本.png');
    background-size: 491px 550px;
}

.gll-img {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.gll-img img {
    width: 100%;
    display: block;
}

.zzdwl {
    font-size: 92px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 180px;
    left: 155px;
}

.hzggl {
    font-size: 92px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 180px;
    left: 458px;
}

.gzffl {
    font-size: 92px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 180px;
    left: 735px;
}

.wxbdl {
    font-size: 92px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 180px;
    left: 965px;
}

.hzjg {
    width: 100%;
    min-width: 1200px;
    background: #FFFFFF;
    padding: 80px 0;
}

.hzjg-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.hzjg-box img {
    width: 180px;
    margin-top: 40px;
    display: block;
}

.footer {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.footer a img {
    width: 100%;
    min-width: 1200px;
    display: block;
}

.footer-sy {
    width: 100%;
    min-width: 1200px;
}

.footer-sy img {
    width: 100%;
    min-width: 1200px;
    display: block;
}

.footer-sy a img {
    width: 100%;
    min-width: 1200px;
    display: block;
}

.footer-bot {
    width: 100%;
    min-width: 1200px;
    height: 241px;
    background: #474747;
    overflow: hidden;
}

.bot-box {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.bot-item {
    font-size: 18px;
    height: 150px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(194, 194, 194, 1);
    cursor: pointer;
}

.bot-item a {
    color: rgba(194, 194, 194, 1);
}

.bot-item p:hover {
    color: #1D83FF;
}

.bot-item a:hover {
    color: #1D83FF;
}

.margin-top20 {
    margin-top: 20px;
}

.footer-ICP {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(194, 194, 194, 1);
}

.footer-ICP a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(194, 194, 194, 1);
}

.banner-nav {
    width: 1200px;
    height: 150px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner-nav-item {
    text-align: center;
    cursor: pointer;
}

.banner-nav-item img {
    width: 68px;
    display: block;
    margin: 0 auto;
}

.banner-nav-item img:nth-child(2) {
    width: 68px;
    display: none;
}

.banner-nav-item:hover img:nth-child(1) {
    display: none;
}

.banner-nav-item:hover img:nth-child(2) {
    width: 68px;
    display: block;
    margin: 0 auto;
}

.banner-nav-itemcheck img:nth-child(1) {
    display: none;
}

.banner-nav-itemcheck img:nth-child(2) {
    display: block;
}

.banner-nav-item p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(126, 140, 141, 1);
}

.banner-nav-item:hover p {
    color: #1D83FF;
}

.bgF4F4F4 {
    background: #F4F4F4;
}

.item-a {
    width: 100%;
    min-width: 1200px;
    background: #F4F4F4;
}

.item-a-box {
    width: 1200px;
    padding: 100px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-a-left {
    width: 570px;
}

.item-a-left img {
    width: 570px;
}

.item-a-right {
    width: 560px;
}

.item-a-title {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    position: relative;
    padding: 28px 0;
}

.item-a-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: " ";
    width: 40px;
    height: 3px;
    background: rgba(29, 131, 255, 1);
    border-radius: 10px;
}

.item-a-ins {
    padding: 33px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
}

.item-b {
    padding: 100px 0;
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.item-b-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-b-right {
    width: 660px;
}

.item-b-right img {
    width: 660px;
}

.item-b-left {
    width: 560px;
}

.item-b-title {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    position: relative;
    padding: 28px 0;
}

.item-b-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: " ";
    width: 40px;
    height: 3px;
    background: rgba(29, 131, 255, 1);
    border-radius: 10px;
}

.item-b-ins {
    padding: 33px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
}

.cpjz {
    width: 100%;
    min-width: 1200px;
    padding-top: 80px;
    padding-bottom: 110px;
    background: #fff;
}

.cpjz-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.cpjz-item {
    width: 255px;
    text-align: center;
    margin-top: 70px;
}

.cpjz-item-img img {
    width: 110px;
}

.cpjz-item-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(29, 131, 255, 1);
    margin-top: 20px;
}

.cpjz-item-ins {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

.fhdb {
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.2;
    border-radius: 2px;
    position: fixed;
    bottom: 300px;
    right: 30px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    z-index: 99999999;
}

.fhdb img {
    width: 50px;
    margin-top: 15px;
}

.fhdb-ins {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.SAASpt {
    width: 100%;
    min-width: 1200px;
    padding: 80px 0;
    background: #F4F4F4;
}

.SAASpt-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.SAASpt-left img {
    width: 580px;
}

.SAASpt-right {
    width: 570px;
}

.SAASpt-title {
    height: 30px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
}

.SAASpt-ins {
    padding: 44px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
}

.jyjcn {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background: url(../img/img_xie_yi@2x.png);
    background-size: 100%;
    overflow: hidden;
}

.jyjcn-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.jyjcn-item {
    width: 240px;
    text-align: center;
}

.jyjcn-item img {
    width: 150px;
}

.jyjcn-item p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-top: 30px;
}

.syhbs {
    width: 100%;
    min-width: 1200px;
    background: #F4F4F4;
    padding-top: 130px;
}

.syhbs-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.syhbs-box-img img {
    width: 943px;
    display: block;
    margin: 0 auto;
    margin-bottom: -45px;
}

.syhbs-box-wz {
    width: 943px;
    position: absolute;
    bottom: 60px;
    left: 140px;
}

.syhbs-box-title {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.syhbs-box-ins {
    width: 665px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    margin: 0 auto;
    margin-top: 30px;
}

.syhbs-box-bnt {
    width: 300px;
    height: 50px;
    background: rgba(29, 131, 255, 1);
    border-radius: 25px;
    margin: 0 auto;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}

.wddtygn {
    width: 100%;
    min-width: 1200px;
    background: #F4F4F4;
    padding-top: 80px;
    padding-bottom: 110px;
}

.wddtygn-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wddtygn-item {
    width: 21%;
    margin-top: 90px;
    text-align: center;
}

.wddtygn-img {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.wddtygn-item img {
    width: 80px;
}

.wddtygn-item p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    margin-top: 22px;
}

.sjyth {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}

.sjyth-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sjyth-left img {
    width: 747px;
    margin-top: 70px;
}

.sjyth-right {
    width: 434px;
}

.sjyth-right-item {
    display: flex;
    justify-content: space-between;
}

.sjyth-right-item img {
    width: 48px;
    height: 48px;
}

.sjyth-right-item div {
    width: 362px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.cpxl {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    height: 1050px;
    background: url(../img/img_chan_ping_xiao_liu@2x.png);
    background-size: 100% 100%;
}

.cpxl-box {
    width: 1200px;
    height: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cpxl-item {
    width: 420px;
    height: 734px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.cpxl-item-title {
    height: 100px;
    background: rgba(121, 131, 155, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.cpxl-item p span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.cpxl-item-ins {
    height: 533px;
    overflow: hidden;
}

.cpxl-item p {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 35px;
}

.cpxl-item-bottom {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(29, 131, 255, 1);
}

.wmtgfw {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    padding: 100px 0;
    background: #F4F4F4;
}

.wmtgfw-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
}

.wmtgfw-item {
    width: 380px;
    height: 400px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    text-align: center;
}

.wmtgfw-item img {
    width: 72px;
    margin-top: 79px;
}

.wmtgfw-item-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(29, 131, 255, 1);
    margin-top: 39px;
}

.wmtgfw-item-ins {
    width: 256px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}

.wmtgfw-item:hover {
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
}

.sqshy2 {
    width: 100%;
    min-width: 1200px;
}

.sqshy2 img {
    width: 100%;
    min-width: 1200px;
    display: block;
}

.login {
    width: 100%;
    min-width: 720px;
    display: flex;
    align-items: center;
}

.login-left {
    width: 67.5%;
    height: 100vh;
    background: url(../img/img_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.login-left-box {
    padding: 20px 0;
    position: absolute;
    bottom: 45px;
    left: 95px;
}

.login-left-box::before {
    width: 60px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
}

.login-left-title {
    font-size: 42px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
}

.login-left-ins {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
}

.login-right {
    width: 37.5%;
    height: 100vh;
}

.login-right-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17vh;
}

.login-right-title img {
    width: 80px;
    height: 55px;
}

.login-right-title span {
    margin-left: 15px;
    font-size: 33px;
    font-family: Noto Sans S Chinese;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 62px;
    display: none;
}

.login-right-title .login-right-title-media720 {
    display: block;
}

@media only screen and (min-width: 1280px) {
    .login-right-title .login-right-title-media1280 {
        display: block;
    }

    .login-right-title .login-right-title-media720 {
        display: none;
    }

    .login-right-title .login-right-title-media1600 {
        display: none;
    }
}

@media only screen and (min-width: 1600px) {
    .login-right-title .login-right-title-media1600 {
        display: block;
    }

    .login-right-title .login-right-title-media1280 {
        display: none;
    }

    .login-right-title .login-right-title-media720 {
        display: none;
    }
}

.login-right-form-item {
    display: flex;
    align-items: center;
    padding: 15px 5px;
    width: 65%;
    margin: 0 auto;
    border-bottom: 2px solid #E6E6E6;
    margin-top: 50px;
}

.login-right-form-item:hover {
    border-bottom: 2px solid #1d83ff;
}

.login-right-form-item img {
    display: block;
}

.login-right-form {
    margin-top: 10vh;
}

.login-right-form-item input {
    width: 80%;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    border: none;
    margin-left: 16px;
}

.login-right-form-item input::-webkit-input-placeholder,
.login-right-form-item input::-moz-input-placeholder,
.login-right-form-item input::-ms-input-placeholder {
    color: #CCCCCC;
    font-family: PingFang SC;
    font-weight: 500;
}

.login-right-form-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.login-right-form-bnt {
    width: 65%;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    outline: none;
    border: none;
    background: #1d83ff;
    font-size: 20px;
    font-family: PingFang SC;
    color: #FFFFFF;
    cursor: pointer;
}

.login-right-ICP {
    width: 65%;
    margin: 0 auto;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 34px;
    margin-top: 10vh;
}

.apply {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.apply-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.apply-box-form {
    width: 450px;
    border: 1px solid #E6E6E6;
    margin: 50px auto;
    padding: 24px;
    border-radius: 2px;
}

.apply-box-form-item {
    height: 69px;
    margin-bottom: 24px;
}

.apply-box-form-item-label {
    font-size: 14px;
    height: 21px;
    margin-bottom: 8px;
}

.apply-box-form-item-label::before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
}

.apply-box-form-item-input {
    height: 40px;
}

.apply-box-form-item-input input {
    width: 100%;
    height: 40px;
    padding: 6px 11px;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum', "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all 0.3s;
}

.apply-box-form-item-input input:hover {
    border: 1px solid #1d83ff;
}

.apply-box-form-item-input input:focus {
    border: 1px solid #1d83ff;
}

.apply-box-form-item-input textarea {
    width: 100%;
    min-height: 63px;
    padding: 6px 11px;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum', "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all 0.3s;
}

.apply-box-form-item-input textarea:hover {
    border: 1px solid #1d83ff;
}

.apply-box-form-item-input textarea:focus {
    border: 1px solid #1d83ff;
}

.apply-box-form-item-input .apply-box-code-input {
    width: 316px;
}

.apply-box-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apply-box-form-sub {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    outline: 0;
    user-select: none;
    touch-action: manipulation;
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    background: #1d83ff;
    color: #fff;
    cursor: pointer;
}

.apply-box-form-sub:hover,
.apply-box-form-sub:focus {
    color: #fff;
    background-color: #40a9ff;
    border-color: #40a9ff;
}

.index-banner {
    width: 100%;
    min-width: 1200px;
    height: 550px;
    background: url(../img/bg.png);
    background-size: 100% 100%;
    overflow: hidden;
}

.index-banner-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.index-banner-box img {
    width: 100%;
    display: block;
}

.index-banner-box p {
    font-family: Microsoft YaHei;
    position: absolute;
    top: 160px;
    right: 0;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    width: 512px;
    letter-spacing: 2px;
}

.gwcjwtyjd {
    width: 100%;
    min-width: 1200px;
    padding-top: 100px;
    padding-bottom: 20px;
    background: #FFFFFF;
}

.gwcjwtyjd-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 78px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gwcjwtyjd-item {
    width: 498px;
    margin: 0 21px;
    margin-bottom: 100px;
}

.gwcjwtyjd-item div {
    width: 498px;
}

.gwcjwtyjd-item-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.gwcjwtyjd-item-ins {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-top: 30px;
}

.community {
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 147px;
    background: #f5f5f5;
}

.community-box {
    width: 1200px;
    margin: 0 auto;
}

.community-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.community-box-top-left {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.community-box-top-left a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
}

.community-box-top-left a:hover {
    color: #1D83FF;
}

.community-box-top-left .community-typeCheck {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1D83FF;
}

.community-box-top-right {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.community-box-top-right-input {
    width: 326px;
    height: 34px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.community-sou-input {
    width: 270px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
}

.community-sou-img {
    width: 15px;
    height: 15px;
}

.community-box-top-right .community-box-top-right-bnt {
    width: 58px;
    height: 34px;
    background: rgba(0, 132, 255, 1);
    border-radius: 4px;
    line-height: 34px;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.community-item {
    padding: 24px 80px 24px 21px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.community-item-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.community-item-ins {
    font-size: 14px;
    min-height: 50px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 15px;
}

.community-item-time {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    margin-top: 24px;
}

.community-item-time img {
    width: 15px;
}

.community-item-time div {
    display: flex;
    align-items: center;
}

.community-item-time span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(133, 144, 166, 1);
    margin-left: 4px;
}

.community-item-cons {
    height: 104px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.community-item-cons-left {
    width: 190px;
}

.community-item-cons-left img {
    width: 190px;
    height: 104px;
    border-radius: 4px;
}

.community-item-cons-right {
    width: 891px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.pagination-box {
    display: flex;
    justify-content: flex-end;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

ul.pagination li {
    display: inline;
    background: #fff;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background: #fff;
    margin-left: 6px;
    border-radius: 4px;
}

ul.pagination li a.active {
    background-color: #1D83FF;
    color: white;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.communityDetails {
    width: 100%;
    min-width: 1200px;
    padding-top: 108px;
    padding-bottom: 225px;
    background: #fff;
}

.communityDetails-box {
    width: 920px;
    margin: 0 auto;
}

.communityDetails-title {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.communityDetails-ins {
    display: flex;
    align-items: center;
    margin-top: 38px;
}

.communityDetails-ins img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 20px;
}

.communityDetails-ins-name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 15px;
}

.communityDetails-ins-time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(133, 144, 166, 1);
    margin-left: 15px;
}

.communityDetails-cns {
    width: 920px;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
}

.communityDetails-cns img {
    max-width: 920px;
}

.communityDetails-time {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(133, 144, 166, 1);
    line-height: 25px;
    margin-top: 35px;
}

.communityDetails-plnum {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 25px;
    margin-top: 122px;
}

.communityDetails-textarea {
    margin-top: 24px;
}

.communityDetails-textarea textarea {
    width: 896px;
    height: 92px;
    background: rgba(245, 246, 250, 1);
    border: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 16px;
    padding: 12px;
}

.communityDetails-textarea textarea::-webkit-input-placeholder,
.communityDetails-textarea textarea::-moz-input-placeholder,
.communityDetails-textarea textarea::-ms-input-placeholder {
    color: rgba(117, 117, 117, 1);
}

.communityDetails-tjpl {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.communityDetails-tjpl button {
    margin: 0;
    page-break-after: 0;
    width: 80px;
    height: 30px;
    background: rgba(29, 131, 255, 1);
    border-radius: 15px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

.communityDetails-tjpl button:hover {
    box-shadow: 0px 0px 9px rgba(29, 131, 255, .3);
}

.communityDetails-qbpl {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-top: 39px;
}

.communityDetails-plbox {
    padding: 30px 0;
}

.communityDetails-plitem {
    padding: 30px 0;
    border-bottom: 1px solid #F2F2F2;
}

.communityDetails-plitem-people {
    display: flex;
    align-items: center;
}

.communityDetails-plitem-people img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.communityDetails-plitem-people span {
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000000;
}

.communityDetails-plitem-ins {
    width: calc(100% - 40);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    margin-left: 40px;
    margin-top: 4px;
}

.communityDetails-plitem-low {
    width: calc(100% - 40);
    margin-left: 40px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.communityDetails-plitem-hf {
    width: 38px;
    height: 24px;
    border: 1px solid rgba(29, 131, 255, 1);
    border-radius: 12px;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(29, 131, 255, 1);
    display: flex;
    justify-content: center;
    align-self: center;
    cursor: pointer;
}

.communityDetails-plitem-hf:hover {
    box-shadow: 0px 0px 9px rgba(29, 131, 255, .3);
}

.communityDetails-plitem-time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
}

.communityDetails-plitem-hfbox {
    width: calc(100% - 40);
    margin-left: 40px;
}

.course-banner {
    width: 100%;
    height: 250px;
    min-width: 1200px;
    background: url(../img/banner_jiao_cheng.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-banner-box {
    width: 650px;
}

.course-banner-box-sou {
    width: 650px;
    height: 57px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-banner-box-sou button {
    padding: 0;
    margin: 0;
    border: none;
    background: url(../img/icon_sou_suo.png);
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    margin-right: 20px;
}

.course-banner-box-sou input {
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000000;
    margin-left: 17px;
}

.course-banner-box-sou input::-webkit-input-placeholder,
.course-banner-box-sou input::-moz-input-placeholder,
.course-banner-box-sou input::-ms-input-placeholder {
    color: #333333;
}

.course-banner-box-tag {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

.course-banner-box-tag a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.course-banner-box-tag a:hover {
    color: rgba(29, 131, 255, 1);
}

.course {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 224px;
}

.course-top {
    width: 100%;
    min-width: 1200px;
    height: 97px;
}

.course-header {
    width: 100%;
    min-width: 1200px;
    height: 97px;
}

.course-header-nav {
    width: 1200px;
    height: 97px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-header-nav .course-header-nav-left {
    width: 1000px;
    height: 24px;
    margin: 0;
}

.swiper-container {
    cursor: pointer;
}

.course-header-nav-left a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
}

.course-header-nav-left .swiper-slide {
    width: auto !important;
    margin-right: 38px;
}

.course-header-nav-left a:hover {
    color: rgba(29, 131, 255, 1);
}

.course-header-nav-right {
    width: 180px;
    height: 34px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-header-nav-right button {
    background: url(../img/icon_sou_suo1.png);
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    /* margin: 0;
    padding: 0; */
    border: none;
}

.course-header-nav-right input {
    width: 150px;
    border: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
}

.course-header-nav-right input::-webkit-input-placeholder,
.course-header-nav-right input::-moz-input-placeholder,
.course-header-nav-right input::-ms-input-placeholder {
    color: #333333;
}

.course-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.course-item {
    width: 285px;
    height: 250px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all .5s;
}

.course-item:hover {
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    transition: all .5s;
}

.course-item:nth-child(4n) {
    margin-right: 0px;
}

.course-item-top {
    width: 285px;
    height: 170px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-item:nth-child(1) .course-item-top {
    background: url(../img/img_1.png);
    background-size: 100% 100%;
}

.course-item:nth-child(2) .course-item-top {
    background: url(../img/img_2.png);
    background-size: 100% 100%;
}

.course-item:nth-child(3) .course-item-top {
    background: url(../img/img_3.png);
    background-size: 100% 100%;
}

.course-item:nth-child(4) .course-item-top {
    background: url(../img/img_4.png);
    background-size: 100% 100%;
}

.course-item:nth-child(5) .course-item-top {
    background: url(../img/img_5.png);
    background-size: 100% 100%;
}

.course-item:nth-child(6) .course-item-top {
    background: url(../img/img_6.png);
    background-size: 100% 100%;
}

.course-item:nth-child(7) .course-item-top {
    background: url(../img/img_7.png);
    background-size: 100% 100%;
}

.course-item:nth-child(8) .course-item-top {
    background: url(../img/img_8.png);
    background-size: 100% 100%;
}

.course-item:nth-child(9) .course-item-top {
    background: url(../img/img_9.png);
    background-size: 100% 100%;
}

.course-item:nth-child(10) .course-item-top {
    background: url(../img/img_10.png);
    background-size: 100% 100%;
}

.course-item:nth-child(11) .course-item-top {
    background: url(../img/img_11.png);
    background-size: 100% 100%;
}

.course-item:nth-child(12) .course-item-top {
    background: url(../img/img_12.png);
    background-size: 100% 100%;
}





.course-item-bottom {
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 0 24px;
    overflow: hidden;
}

.course-page {
    width: 1200px;
    margin: 0 auto;
}

.course-headerFixed {
    background: #fff;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 9999;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0 20px 23px rgba(0, 0, 0, .1);
}

.product-banner {
    background: url(../img/img_chan_pin.png);
    width: 100%;
    min-width: 1200px;
    height: 360px;
    background-size: 100% 100%;
    overflow: hidden;
}

.product-banner-title {
    width: 195px;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    margin-top: 60px;
}

.product-banner-ins {
    width: 533px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    margin-top: 30px;
}

.product-banner-bnt {
    width: 444px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.product-banner-bnt a {
    width: 200px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.product-banner-bnt a:nth-child(2) {
    border: none;
    background: #1D83FF;
}

.product-banner-bnt a:nth-child(1):hover {
    border: 1px solid #1D83FF;
    color: #1D83FF;
}

.product-banner-bnt a:nth-child(2):hover {
    box-shadow: 0 0 13px #1D83FF;
}

.product-banner-height {
    height: 470px;
}

.banner-nav-box {
    width: 100%;
    min-width: 1200px;
    height: 150px;
}

.banner-nav-headerFixed {
    position: fixed;
    top: 00px;
    left: 0;
    z-index: 999999999;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.banner-nav-headerFixed .banner-nav {
    margin: 0 auto;
}

.argin-top108 {
    margin-top: 108px;
}

.margin-top46 {
    margin-top: 46px;
}

.communityDetails-zan {
    margin-top: 137px;
    display: flex;
    justify-content: center;
}

.communityDetails-zan-box {
    width: 75px;
    height: 75px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 50%;
    cursor: pointer;
}

.communityDetails-zan-box img {
    width: 25px;
    height: 22px;
    display: block;
    margin: 0 auto;
    margin-top: 14px;
}

.communityDetails-zan-box p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(204, 204, 204, 1);
    line-height: 25px;
    text-align: center;
    margin-top: 2px;
}

.communityDetails-zan-box img:nth-child(2) {
    display: none;
}

.communityDetails-zan-box:hover img:nth-child(1) {
    display: none;
}

.communityDetails-zan-box:hover img:nth-child(2) {
    display: block;
}

.communityDetails-zan-box:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 22px #1D83FF;
}

.communityDetails-zan-box:hover p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #1D83FF;
}

.communityDetails-zan-like {
    border: 1px solid #1D83FF;
}

.communityDetails-zan-like p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #1D83FF;
}
.communityDetails-zan-like img:nth-child(1) {
    display: none;
}

.communityDetails-zan-like img:nth-child(2) {
    display: block;
}