/* @charset "utf-8"; */


/* CSS Document */


/*公共样式*/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
a,
img,
textarea,
input,
/*span,*/
button {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: none;
    font-size: 14px;
}

img {
    display: block;
    border: none;
    width: 100%;
}

html,
body {
    width: 100%;
}

body {
    color: #333333;
    font-size: 14px;
    font-family: "PingFangSC-Regular", "PingFangSC-Light", 'Microsoft YaHei', "微软雅黑", "SourceHanSansCN-Normal", "STHeiti", "Helvetica", "Arail" !important;
    overflow-x: hidden;
}

h2,
h1,
h3,
h4,
h5,
strong,
b,
i,
em {
    font-weight: normal;
    font-style: normal;
}


/* input type=numer 去箭头 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input,
textarea {
    font-family: 'font-family';
    border: none;
    outline: none;
    font-size: 14px;
}


/* 手机 */

@media screen and (max-width:767px) {
    input,
    textarea {
        font-size: .24rem;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:link,
a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.vhidden {
    visibility: hidden;
}

.page {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

.wrap {
    position: relative;
    width: 100%;
}

.max-width {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
    .max-width {
        padding: 0 .1rem;
    }
}

.min-width {
    min-width: 1200px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}


/* 公共头部 start*/

.header {
    height: 60px;
    position: sticky;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 200;
}

.header::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #ccc;
}

.header .header-in {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .logo {
    flex-shrink: 0;
    width: 100px;
}

.header .left-txt {
    flex-shrink: 0;
    font-size: 14px;
}

.header .right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.header .right .nav {
    flex: 1;
}

.header .nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .nav ul>li {
    position: relative;
    margin: 0 1.5%;
}

.header .nav ul>li:last-child {
    margin-right: 0;
}

.header .nav ul li>a {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

.header .nav ul li>a:hover {
    color: #2f82ff;
}

.header .nav ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 0px;
    height: 3px;
    border-radius: 2px;
    background-color: #2f82ff;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.header .nav ul>li.on::after {
    width: 100%;
    opacity: 1;
}

.header .extra-box {
    line-height: 60px;
    display: flex;
    justify-content: center;
}

.header .extra-box .bar a {
    padding: 5px 10px;
    border-radius: 20px;
}

.header .extra-box .bar1 a:last-child {
    color: #2f82ff;
    background: #fff;
}

.header i.line {
    color: #ccc;
    padding: 0 10px;
}

.header .extra-box .bar2 {
    cursor: default;
}

.header .extra-box .bar2 .head {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.header .extra-box .bar2 .name {
    display: inline-block;
    vertical-align: middle;
}


/* 顶部导航下拉 start*/

.header .pull-down-menu {
    position: absolute;
    background: #fff;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 150px;
    text-align: center;
    line-height: 40px;
    color: #333;
    border-radius: 2px;
    padding: 15px 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    z-index: 1;
}

.header .pull-down-menu .item {
    cursor: pointer;
    display: block;
    color: #333333;
}

.header .pull-down-menu .item {
    height: 40px;
    line-height: 40px;
}

.header .pull-down-menu .item:hover {
    color: #2a59da;
}

.header .nav ul>li.li-tuiguang {
    padding-right: 15px;
}

.header .nav ul>li.li-tuiguang::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 45%;
    width: 0;
    height: 0;
    border-top: 7px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.header .nav ul>li>a.tuiguang {
    cursor: default;
}


/* 顶部导航下拉 end*/

@media screen and (min-width:767px) and (max-width:900px) {
    .header .left-txt {
        display: none;
    }
}

@media (min-width:768px) {
    .header .nav ul>li:hover::after {
        width: 100%;
        opacity: 1;
    }
    .header .right {
        display: flex !important;
    }
    .header .navbar-toggle {
        display: none;
    }
    .header .extra-box .bar1 a:hover {
        color: #2f82ff;
        background: rgba(0, 0, 0, .1);
    }
    .header .extra-box .bar2:hover .pull-down-menu {
        display: block !important;
    }
    .header .li-tuiguang:hover .pull-down-menu {
        display: block !important;
    }
    .header .extra-box .bar2 .name .icon {
        display: none;
    }
    .header .extra-box .pull-down-menu {
        left: 20px;
        transform: translateX(0%);
    }
}


/* 头部--手机端 */

@media screen and (max-width:767px) {
    .header {
        height: 50px;
    }
    .header .logo {
        width: 80px;
    }
    .header .right {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, .8);
    }
    .header .nav ul {
        flex-direction: column;
        justify-content: flex-start;
    }
    .header .nav ul>li::after {
        height: 1px;
        bottom: 5px;
        background-color: #fff;
    }
    .header .nav ul li>a {
        height: 40px;
        line-height: 40px;
        color: #fff;
    }
    .header .nav ul li>a:hover {
        color: #fff;
    }
    .header .navbar-toggle {
        position: fixed;
        right: 0;
        top: 0;
        color: #2f82ff;
        width: 50px;
        height: 50px;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .navbar-toggle.on {
        color: #fff;
    }
    .header .navbar-toggle .icon {
        font-size: 24px;
    }
    .header .navbar-toggle .ihc-icon-menu {
        display: block;
    }
    .header .navbar-toggle .ihc-icon-cross {
        display: none;
    }
    .header .navbar-toggle.on .ihc-icon-menu {
        display: none;
    }
    .header .navbar-toggle.on .ihc-icon-cross {
        display: block;
    }
    .header .extra-box .bar {
        text-align: center;
    }
    .header .extra-box .bar1 a {
        color: #fff;
    }
    .header .extra-box .line {
        display: none;
    }
    .header .extra-box .bar2 .name {
        color: #fff;
    }
    .header .extra-box .bar2 .name .icon {
        display: inline-block;
        transition: all .3s;
    }
    .header .extra-box .extra-pull-down {
        width: 150px;
        min-width: 150px;
    }
    .header .nav .pull-down-menu {
        top: 40px;
    }
}


/* 公共头部 end*/


/*公共底部 start*/

.footer {
    font-size: .14rem;
    color: #fff;
    padding-bottom: .3rem;
    background: url('../images/footer_bg.png') no-repeat center center/cover;
}

.footer a {
    color: #fff;
}

.footer .top {
    position: relative;
    padding: .4rem 0;
    display: flex;
}

.footer .top ul {
    flex: 1;
    display: flex;
}

.footer .top ul li:not(:last-child) {
    flex-shrink: 0;
}

.footer .top ul li:not(:first-child) {
    margin-left: 13%;
}

.footer .top ul li dt {
    margin-bottom: .25rem;
    font-weight: bold;
}

.footer .top ul li dd a {
    margin-bottom: .1rem;
    display: block;
}

.footer .top ul li a {
    opacity: .6;
    display: flex;
}

.footer .top ul li:nth-child(3) dl dd .icon {
    font-size: 14px;
    margin-right: .1rem;
}

.footer .code-box {
    text-align: center;
    line-height: 36px;
    width: 135px;
    display: flex;
}

@media screen and (min-width:768px) {
    .code-box-iphone {
        display: none !important;
    }
}


/* @media screen and (max-width:991px) { */

@media screen and (max-width:767px) {
    .footer .top ul {
        flex-direction: column;
    }
    .footer-in {
        padding: 0 .2rem;
    }
    .footer .top ul li {
        flex: 1;
        margin-left: 0% !important;
    }
    .footer .top ul li:last-child {
        width: 100%;
    }
    .footer .top ul li dl {
        display: flex;
    }
    .footer .top ul li dt {
        flex-shrink: 0;
    }
    .footer .top ul li dl dd {
        display: flex;
        flex: 1;
        flex-wrap: wrap;
    }
    .footer .top ul li dd a {
        margin-left: .2rem;
    }
    .footer .top ul li:nth-child(3) dl dd {
        flex-direction: column;
    }
    .footer .top ul li:nth-child(3) dl dd .icon {
        font-size: .24rem;
    }
    .footer .code-box-pc {
        display: none;
    }
    .code-box-iphone {
        margin: .5rem auto;
    }
}

.footer .code-box .item {
    flex: 1;
}

.footer .code-box .item img {
    width: 100%;
}

.footer .code-box .item p {
    opacity: .6;
}

.footer .attention {
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(247, 248, 252, .16);
    margin-bottom: .25rem;
}

.footer .bt-txt-box {
    display: flex;
}

.footer .span-L {
    opacity: .6;
    padding-right: .25rem;
}

.footer .bt-txt-box .right {
    flex: 1;
}

.footer .a-nav {
    opacity: .2;
    padding-right: .15rem;
}

.footer .copyright {
    padding-top: .15rem;
    opacity: .2;
}

.footer a:hover {
    color: #fff;
    opacity: 1 !important;
}


/*公共底部 end*/


/* 公共banner 开始*/

.common-banner {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.common-banner .img {
    transform: scale(1);
    transition: all .8s;
}

.common-banner2 {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.common-banner2 .theme {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 40px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 400;
}


/* 公共banner--pc */

@media screen and (min-width:768px) {
    .common-banner .img:hover {
        transform: scale(1.05);
        transition: all .8s;
    }
}


/* 公共banner--手机 */

@media screen and (max-width:767px) {
    .common-banner2 {
        height: 70px;
    }
    .common-banner2 .img {
        object-fit: cover;
        height: 100%;
    }
    .common-banner2 .theme {
        font-size: 30px;
    }
}


/* 公共banner 结束*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    min-height: 28px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

.title-box {
    padding: 100px 0 60px;
    text-align: center;
}

.title-box .title {
    color: #333333;
    font-size: 38px;
}

.title-box .title2 {
    color: #808080;
    font-size: 16px;
    padding-top: .2rem;
    line-height: 22px;
}

@media screen and (min-width:768px) {
    .title-box {
        font-family: "PingFangSC-Light";
        font-family: "等线";
    }
}

@media screen and (max-width:767px) {
    .title-box {
        padding: 20px 0;
        text-align: center;
    }
    .title-box .title {
        font-size: 20px;
    }
    .title-box .title2 {
        color: #808080;
        line-height: 18px;
        font-size: 14px;
    }
}

[class^="ihc-icon"],
[class*="ihc-icon"] {
    font-family: "iconfont" !important;
    font-size: 1 px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.line-clamp1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* .line-clamp1 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.line-clamp2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-container {
    padding-bottom: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
}


/* 右侧栏 */

.side-right {
    position: fixed;
    bottom: 1.6rem;
    right: 0px;
    z-index: 100;
}

.side-right .item {
    position: relative;
    width: 70px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    background-color: rgba(47, 130, 255, .9);
}

.side-right .item:hover {
    background-color: rgba(47, 130, 255, 1);
}

.side-right .item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(47, 130, 255, .9);
}

.side-right .item:first-child {
    border-radius: .06rem 0 0 0;
}

.side-right .item:last-child {
    border-radius: 0 0 0 .06rem;
    cursor: pointer;
}

.side-right .item .icon {
    position: relative;
    font-size: 28px;
}

.side-right .item .txt {
    margin-top: .05rem;
}

.side-right .item .count {
    position: absolute;
    right: -.05rem;
    top: -.05rem;
    background-color: #f90a0a;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
}

.side-right .item .box {
    position: absolute;
    left: -260px;
    width: 260px;
    top: 0px;
}

.side-right .item .box .in {
    flex: 1;
    position: relative;
    margin-right: 5%;
    background-color: #fff;
    border-radius: .06rem;
    color: #333;
    padding: 15px 5%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
}

.side-right .item:hover .box {
    display: flex;
}

.side-right .item:hover .box .in {
    -webkit-animation: shang .7s;
    animation: shang .7s;
}

.side-right .item .box .in::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 30px;
    width: 0%;
    height: 0%;
    border-left: 10px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.side-right .item:nth-child(2) {
    /*border-radius: .06rem 0 0 0;*/
}

.side-right .item .box .title {
    padding-bottom: .04rem;
    font-size: 18px;
    color: #2f82ff;
}

.side-right .item .box .cell {
    font-size: 16px;
    padding-top: .05rem;
}

.side-right .item .box .code-box {
    padding: .05rem;
    border: 1px solid #2f82ff;
    border-radius: .06rem;
    width: 178px;
    height: 178px;
    margin: 10px auto;
}

.side-right .item .box .code-box .img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:768px) {
    .side-right .item-pc {
        display: flex;
    }
    .side-right .item-phone {
        display: none;
    }
    .side-right .txt-pc {
        display: block;
    }
    .side-right .txt-phone {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .index-first-screen-play {
        display: none;
    }
    .side-right .item {
        width: .7rem;
        height: .8rem;
        font-size: .24rem;
        text-align: center;
    }
    .side-right .item .icon {
        font-size: .3rem;
    }
    .side-right .item .txt {
        font-size: 10px;
        margin-top: 0;
    }
    .side-right .item .count {
        width: .24rem;
        height: .24rem;
        font-size: .2rem;
    }
    .side-right .item .box {
        left: -3rem;
        top: -1rem;
        width: 3rem;
    }
    .side-right .item .box .in {
        padding: .15rem .25rem;
    }
    .side-right .item .box .in::after {
        right: -0.1rem;
        top: 1.3rem;
        border-left: .1rem solid #fff;
        border-top: .15rem solid transparent;
        border-bottom: .15rem solid transparent;
    }
    .side-right .item .box .title {
        font-size: .2rem;
    }
    .side-right .item .box .code-box {
        border: 1px solid #2f82ff;
        border-radius: 6px;
        width: 2rem;
        height: 2rem;
    }
    .side-right .item-pc {
        display: none;
    }
    .side-right .item-phone {
        display: flex;
    }
    .side-right .txt-pc {
        display: none;
    }
    .side-right .txt-phone {
        display: block;
    }
}



.app-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}

    .app-down .img {
        width: 68%;
        margin: 36px 0;
    }

    .app-down .tips {
        font-size: 15px;
        color: #666;
        width: 308px;
    }

    .app-down .inp {
        margin: 20px auto;
        border-radius: 1000px;
        padding: 10px 20px;
        background-color: #ededed;
        font-size: 14px;
        width: 278px;
        color: #333;
    }

    .app-down .copy {
        color: #ff9f09;
        font-size: 16px;
    }