@import url("./root.css");

html,
body {
    margin: 0 auto;
    animation: page-fade-in 1s forwards;
    -webkit-animation: page-fade-in 1s forwards;
    -o-animation: page-fade-in 1s forwards;

}

* {
    font-family: PingFangSC, Arial, Microsoft yahei, Tahoma, sans-serif !important;
}

img {
    border: 0;
    max-width: 100%;
}

i {
    font-style: normal
}
textarea{
    padding: 10px;
}
input:focus,textarea:focus{
    outline: 0; 
    border: 1px solid #65a0fa;
    
}

a {
    color: var(--color-text-blac);
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

span {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

input:focus {
    outline: none;
}

input:focus:not(:focus-visible) {
    outline: none;
}

.page_elemheightH1 {
    width: 25%;
    position: relative;
    margin-bottom: 10px;
    background-position: center center;
}

.page_elemheightH1:not(:last-child) {
    margin-right: 2%;
}
.textImg {
    width: 90%;
    margin-left: 5%;
}
.page_elemheightH1 a {
    width: 100%;
}
.wholeTitle{
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}
.page_elemheightH1 .productText {
    width: 100%;
    bottom: 5%;
    position: absolute;
    text-align: center;
    z-index: 127;
}
.mt20 {
    margin-top: 20px;
}
.textConter {
    color: #033a88;
    margin-top: -50px;
    font-weight: bold;
    font-size: 22px;
    line-height: 50px;
}
.textButton {
    background-color:#0158b7;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    text-align: center; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


.page_elemheightH1 .productText_whole {
    width: 80%;
    bottom: 10%;
    /* background: #44546a; */
    /* height: 15%; */
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    z-index: 127;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle at top left, transparent 10px, #44546a 0) top left,
                radial-gradient(circle at top right, transparent 10px, #44546a 0) top right,
                radial-gradient(circle at bottom right, transparent 10px, #44546a 0) bottom right,
                radial-gradient(circle at bottom left, transparent 10px, #44546a 0) bottom left;
    background-size: 55% 55%;
    background-repeat: no-repeat;
}
.page_elemheightH1 .productText_whole1 {
    width: 80%;
    bottom: 10%;
    /* background: #1d78fa; */
    /* height: 15%; */
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 127;
    background: radial-gradient(circle at top left, transparent 10px, #1d78fa 0) top left,
                radial-gradient(circle at top right, transparent 10px, #1d78fa 0) top right,
                radial-gradient(circle at bottom right, transparent 10px, #1d78fa 0) bottom right,
                radial-gradient(circle at bottom left, transparent 10px, #1d78fa 0) bottom left;
    background-size: 55% 55%;
    background-repeat: no-repeat;
}
.page_elemheightH1 .productText_info {
    width: 65%;
    bottom: 10%;
    /* background: #44546a; */
    /* height: 15%; */
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 127;
    background: radial-gradient(circle at top left, transparent 10px, #44546a 0) top left,
                radial-gradient(circle at top right, transparent 10px, #44546a 0) top right,
                radial-gradient(circle at bottom right, transparent 10px, #44546a 0) bottom right,
                radial-gradient(circle at bottom left, transparent 10px, #44546a 0) bottom left;
    background-size: 55% 55%;
    background-repeat: no-repeat;
}
.page_elemheightH1 .productText_info1 {
    width: 65%;
    bottom: 10%;
    /* background: #1d78fa; */
    /* height: 15%; */
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 127;
    background: radial-gradient(circle at top left, transparent 10px, #1d78fa 0) top left,
                radial-gradient(circle at top right, transparent 10px, #1d78fa 0) top right,
                radial-gradient(circle at bottom right, transparent 10px, #1d78fa 0) bottom right,
                radial-gradient(circle at bottom left, transparent 10px, #1d78fa 0) bottom left;
    background-size: 55% 55%;
    background-repeat: no-repeat;
}
.page_elemheightH1:hover .imgmask {
    transform: scale(1);
    opacity: 0.9;
}
.page_elemheightH1:hover .productText {
    display: none;
}
.page_elemheightH1 .imgmask {
    /* display: none; */
    opacity: 0;
    word-wrap: break-word;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    left: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
    /* visibility: hidden; */
    transition: all 0.5s ease-in-out;
    
    padding: 10px;

}

.page_elemheightH1 .productText span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    white-space: pre-wrap;
}
.page_elemheightH1 .productText_whole span,.page_elemheightH1 .productText_info span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    white-space: pre-wrap;
}
.page_elemheightH1 .productText_whole1 span,.page_elemheightH1 .productText_info1 span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    white-space: pre-wrap;
}
.page_elemS_whole {
    background: url(../../static/images/index/whole1.png) no-repeat;
}
.page_elemS_whole2 {
    background: url(../../static/images/index/hj.png) no-repeat;
}
.page_elemS_whole3 {
    background: url(../../static/images/index/tz.png) no-repeat;
}
.page_elemS_whole4 {
    background: url(../../static/images/index/zz.png) no-repeat;
}
.page_elemS_wholetb {
    background: url(../../static/images/index/tbimg.png) no-repeat;
    background-size: 100% 100%;
}
.page_elemS1 {
    background: url(../../static/images/index/mom.png) no-repeat;
    background-size: 150% 100%;
}

.page_elemS2 {
    background: url(../../static/images/index/srm.png) no-repeat;
    background-size: 100% 100%;
}

.page_elemS3 {
    background: url(../../static/images/index/wsm.png) no-repeat;
    background-size: 100% 100%;
}

.page_elemS4 {
    background: url(../../static/images/index/qms.png) no-repeat;
    background-size: 100% 100%;
}
.page_elemS5 {
    background: url(../../static/images/index/sm4.png) no-repeat;
    background-size: 100% 100%;
}
.page_elemS6 {
    background: url(../../static/images/index/sm5.png) no-repeat;
    background-size: 100% 100%;
}
.page_elemS_info {
    background: url(../../static/images/solve_info/info1copy.png) no-repeat;
}
.page_elemS_info2 {
    background: url(../../static/images/solve_info/info2.png) no-repeat;
}
.page_elemS_info3 {
    background: url(../../static/images/solve_info/info3.png) no-repeat;
}
.page_elemS_info4 {
    background: url(../../static/images/solve_info/info4.jpg) no-repeat;
}

.centerpd {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.maincontainer {
    width: 100%;
    padding: 0 100px;
}

.mainmargin_s1 {
    overflow-y: auto;
    padding: 0 120px 30px 120px;
    /* margin:  0 0 40px 0; */
}

.mobilecontainer {
    width: 100%;
    /* overflow: hidden; */
}

.bootcontainer {
    width: 80%;
    margin: 0 auto;
}


/* .bootcontainer2 {
    width: 100%;
    padding: 0px 48px;
} */
.bootbox {
    margin-right: -24px;
    display: flex;
}

.elemtbgcolor_c1 {
    background-color: rgba(41,172,169,1);
}

.elemtbgcolor_c2 {
    background-color: rgba(183,71,42,1);
}

.elemtbgcolor_c3 {
    background-color: rgba(0,176,80,1);
}

.container {
    margin: 0 auto;
}

.pagepublictbox {
    text-align: center;
    padding: 60px 0px 40px 0px;
    width: 100%;
    margin: 0 auto;
}
.pagepublictbox h2 {
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}

.pagepublictbox h2::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 46px;
    height: 3px;
    background: #64B6F4;
}
.titleSizeCss {
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}

.titleSizeCss::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 46px;
    height: 3px;
    background: #64B6F4;
}


.pagepublictbox .pagepublictdesc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    padding-top: 20px;
}

.pagepublicbox_whole {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagepublicbox2,.pagepublicbox1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 新思Saas云服务平台 */
.example-selector {
    margin-bottom: 20px;
}

.floor_3_main {
    width: 100%;
    clear: left;
    display: block;
    padding-bottom: 50px;
    background: url("../../static/images/saas/a4_02.jpg") center center no-repeat;
}

.floor_3_main .floor_3 {
    position: relative;
    display: block;
    /* width: 1200px */
}

.floor_3_main .floor_3 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #ff9400;
    margin: 0;
}

.floor_3_main .floor_3 .floor_3_1 {
    background: url("../../static/images/saas/a6_03.png") center center no-repeat;
    background-size: 100% 100%;
    max-width: 837px;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.floor_3_main .floor_3 .floor_3_1 p {
    float: left;
    color: #000;
    font-size: 22px;
    line-height: 45px;
    padding-left: 42px
}

.floor_3_main .floor_3 .floor_3_1 i {
    float: right;
    font-size: 22px;
    color: #000;
    line-height: 50px;
    padding-right: 42px
}

.floor_3_main .floor_3 .floor_3_2 {
    background: url("../../static/images/saas/a5_07.png") center center no-repeat;
    background-size: 100% 100%;
    width: 424px;
    height: 419px;
    position: absolute;
    left: 50%;
    margin-top: -149.5px;
    margin-left: -212px;
    top: 50%;
    /* -webkit-transition: all ease-in-out 5s; */
    -webkit-animation: big 5s infinite linear;
    animation: big 5s infinite linear;
}

/* .w1200 {
    width: 100%;
    margin: 0 auto
} */
.floor_3_3 {
    position: relative;
    width: 90%;
    min-width: 630px;
    margin: 0 auto;
    height: 526px;
    clear: left
}

.floor_3_3 ul li {
    width: 318px;
    height: 120px;
    border-bottom: #a6b6db dotted 1px;
}

.floor_3_3 ul li p {
    font-size: 20px;
    color: #076ce0;
    font-weight: 700;
    margin: 0;
}

.floor_3_3 ul li p span {
    display: inline-block;
    width: 36px;
    height: 27px;
    background-position: 0 0;
    margin-right: 6px
}

.floor_3_3 ul li i {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    padding-top: 14px
}

.floor_3_3 ul li.li1 {
    position: absolute;
    left: 0;
    top: 0
}

.floor_3_3 ul li.li2 {
    position: absolute;
    right: 0;
    top: 0
}

.floor_3_3 ul li.li3 {
    position: absolute;
    left: 0;
    top: 146px
}

.floor_3_3 ul li.li4 {
    position: absolute;
    right: 0;
    top: 146px
}

.floor_3_3 ul li.li5 {
    position: absolute;
    left: 0;
    top: 300px
}

.floor_3_3 ul li.li6 {
    position: absolute;
    right: 0;
    top: 300px
}

.floor_3_3 ul li.li2 p span {
    background-position: -39px 0
}

.floor_3_3 ul li.li3 p span {
    background-position: -75px 0
}

.floor_3_3 ul li.li4 p span {
    background-position: -120px 0
}

.floor_3_3 ul li.li5 p span {
    background-position: -159px 0
}

.floor_3_3 ul li.li6 p span {
    background-position: -206px 0
}

.floor_3_4 {
    width: 510px;
    margin: 0 auto;
    height: 75px;
}

.floor_3_4 a.a1 {
    display: block;
    float: left;
    width: 252px;
    height: 51px;
    background-color: #076ce0;
    border: #076ce0 solid 2px;
    -moz-border-radius:  5px 0 0 5px;
    -webkit-border-radius:  5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #fff
}

.floor_3_4 a.a2 {
    display: block;
    float: left;
    width: 252px;
    height: 51px;
    border: #ff9400 solid 2px;
    -moz-border-radius:  0 5px 5px 0 ;
    -webkit-border-radius:  0 5px 5px 0 ;
    border-radius:  0 5px 5px 0 ;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #ff9400;
    border-left: none
}

.floor_3_4 a.a2:hover {
    display: block;
    float: left;
    width: 252px;
    height: 51px;
    border: #ff9400 solid 2px;
    -moz-border-radius:  5px 0 0 5px;
    -webkit-border-radius:  5px 0 0 5px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #fff;
    border-left: none;
    background-color: #ff9400
}

.floor_3_4 a.a1:hover {
    display: block;
    width: 252px;
    height: 51px;
    background-color: #333;
    border: #333 solid 2px;
    -moz-border-radius:  5px 0 0 5px;
    -webkit-border-radius:  5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #fff
}

.iconp {
    background: url("/static/images/saas/iconp.png") no-repeat;
    display: inline-block;
    vertical-align: middle
}

/* 解决方案 */
.solution {
    padding: 0 80px;
}

.solution .solution-item {
    padding: 5px;
    text-align: center;
    padding-bottom: 100px;
}

.solution .solution-item .solution-text {
    margin: 50px 0;
    font-size: 18px;
}

.icon-kache,
.icon-shuinijiaobanche01,
.icon-icon-test,
.icon-zu,
.icon-lingjian {
    color: #3587D3;
    font-size: 70px !important;
    /* display: inline-block; */
    border: 1px solid #EEF0FA;
    box-shadow: 2px 2px 10px #eef0fa;
    background-color: #F5F7FA;
    display: inline-block;
    -moz-border-radius:  50%;
    -webkit-border-radius:  50%;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    padding: 20px;
}
.yylyimgcss{
    color: #3587D3;
    font-size: 70px !important;
    /* display: inline-block; */
    border: 1px solid #EEF0FA;
    box-shadow: 2px 2px 10px #eef0fa;
    background-color: #F5F7FA;
    display: inline-block;
    -moz-border-radius:  50%;
    -webkit-border-radius:  50%;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 合作伙伴 */
/* pc */
.cooperativePartner {
    width: 100%;
    /* height: 100%; */
}

.brand {
    height: 100%;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    position: relative;
}

.brand ul {
    width: 100%;
}

.brand ul li {
    /* width: 2292px; */
    width: 4605px;
}

.brand ul li:first-child {
    animation: myScroll 30s linear infinite;
     padding: 10px 10px 30px 10px;
}

.brand ul li:nth-child(2) {
    animation: myScroll 20s linear infinite;
    padding: 10px 10px 20px 10px;
}

.brand ul li:nth-child(3) {
    animation: myScroll 25s linear infinite;
    padding: 20px 10px;
    width: 4146px;
}


@keyframes myScroll {

    /* 100% {
        transform: translateX(-90%);
    } */
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* .brand:after,
.brand:before {
    content: '';
    position: absolute;
    height: 100%;
    box-shadow: -150px 0px 100px inset #fff;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 10;
} */

/* .brand:after {
    right: 0;
}

.brand:before {
    left: 0;
    box-shadow: 150px 0px 100px inset #fff;
} */

#customer{
    padding: 0  0 30px 0;
}

.brand{
    /* width: 1100px; */
    width: 90%;
    margin: 0 auto;
}
.brand-row{
    /* display: flex;
    flex-direction: row;
    flex-wrap:wrap ;
    justify-content: center; */
}

/* .brand-row .brand-box:nth-child(9n) .child-brand{
    margin-right: 0 !important;
} */
.brand-box{
    width: auto;
    display: inline-block;
}

.child-brand {
    width: 200px;
    background: #ffffff;
    -moz-border-radius:  15px;
    -webkit-border-radius:15px;
    border-radius: 15px;
    /* margin-top: 40px; */
    margin-right: 25px;
    margin-bottom: 25px;
    /* transform: rotate(45deg); */
    overflow: hidden;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.child-brand img {
    /* transform: rotate(-45deg); */
}

.child-brand span {
    display: inline-block;
}

.opacity-show {
    opacity: 1;
    top: 0px;
    transition: opacity 1.4s ease 0s, top 1.4s ease 0s;
}

/* app  合作伙伴*/
.c-partner {
    width: 100%;
    overflow: hidden;
    display: none;
    background: #fff;
}

.swiper-container {
    position: relative;
    margin-bottom: 20px;
}

.swiper-container .swiper-pagination {
    width: 100%;
    text-align: center;
}

.swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background-color: #d9d9d9;
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #f6b588;
    width: 20px;
    height: 2px;
}

.c-partner .swiper-container .c-swiper-slide-item {
    width: 345px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* height: 400px; */
}

.c-child-brand{
    width: 105px;
    background: #ffffff;
    -moz-border-radius:  5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}
/* .brand-box:nth-child(4n) .c-child-brand{
    margin-right: 0;
} */
.c-partner .swiper-container .c-swiper-slide-item .swiper-slide {
    width: 100%;
}

.c-partner .swiper-container .c-swiper-slide-item .c-swiper-left-img {
    width: 100%;
}

/* 水平居中 */
.horizontal-center {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.horizontal-center a{
    width: 100%;
}

.vertical-center {
    border: 1px solid #979797;
    width: 254px;
    height: 50px;
    margin: 0 auto;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    zoom: 1;
}

.c-check-more-btn-port .c-check-more-btn-port-container-text {
    color: #000;
    font-size: 18px;
    line-height: 50px;
    font-weight: 400;
}

/* 新闻资讯 */
.news_list_wrap {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.news-list-item {
    width: 100%;
    padding: 10px;
    transition: color .4s ease-out, background-color .4s ease-out;
}

.news-list-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.news-list-item:hover h4 {
    color: #076ce0;
}

.news-list-item:hover {
    background: #fff;
    -moz-border-radius:  4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
    box-shadow: 0 0 22px rgb(0 0 0 / 12%);
}

.news-list-item .news-list-item-inner {
    width: 100%;
    cursor: pointer;
    color: inherit;
    display: flex;
}

.news-list-item .news-list-item-content {
    flex-grow: 1;
    width: calc(100% - 120px);
}

.news-list-item .news-list-item-content .news-list-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.news-list-item .news-list-item-content .news-list-item-header h4 {
    font-size: 14px;
    display: inline-block;
    width: 65%;
    overflow: hidden;

    /* 强制文字不换行 */
    white-space: nowrap;

    /* 超出部分显示省略号 */
    text-overflow: ellipsis;
}

.news-list-item .news-list-item-content .news-list-item-header span {
    color: #999;
    white-space: nowrap;
    /* width: 33%; */
}

.news-list-item .news-list-item-content .news-list-item-summery {
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 18px;
    text-overflow: ellipsis;
    /* 超出部分省略号 */
    word-break: break-all;
    /* break-all(允许在单词内换行。) */
    display: -webkit-box;
    /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    max-height: 80px;
}

.news-list-item-link span {
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    color: #999;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-top: 18px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    word-break: keep-all;
    z-index: 2;
}

/* 底部 pc */
.c-footer {
    width: 100%;
    box-sizing: border-box;
}

.c-footer .en,
.c-footer .de {
    line-height: 140% !important;
}

.container1 {
    position: relative;
    background: #424242;
}

.c-container {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
}

.container1 .c-container-link {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.container1 .c-container-link-list {
    display: flex;
}

.container1 .c-container-link-list .col {
    margin-right: 50px;
}

.container1 .c-container-link-list .col:nth-of-type(6) {
    margin-right: 0;
}

.container1 .c-container-link-list .col .title {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
}

.container1 .c-container-link-list .col .list {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999999;
    cursor: pointer;
}

.container1 .c-container-link-list .col .list:hover {
    color: #ffff;
}

.container1 .c-container-link-list .col a:nth-last-of-type(1) {
    margin-bottom: 0;
}

.container1 .c-container-link-list .col .series {
    cursor: pointer;
    margin: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    /* letter-spacing: 1px; */
    text-transform: capitalize;
    color: #ffffff;
}


.container1 .c-container-link-privacy {
    color: #999;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.container1 .c-container-link-privacy p {
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
}

.container1 .c-container-link-privacy p:nth-of-type(1) {
    color: #fff;
    line-height: 30px;
    margin: 10px 0;
}

.container1 .c-container-link-privacy p:nth-of-type(4) {
    font-size: 30px;
    line-height: 40px;
}

.container1 .c-container-link-privacy .ewm {
    width: 120px;
    width: 120px;
    margin-left: 50px;
}

.container1 .c-container-link-privacy .ewm p {
    margin-top: 10px;
    text-align: center;
}



.copyright {
    position: relative;
    background: #111111;
}

.copyright-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    color: #999;
    font-size: 12px;
}

.copyright .cp-rt {
    text-align: center;
}




/* 底部 app*/
.c-footer {
    width: 100%;
}

.c-footer .c-connect-us {
    padding: 1.875rem 1rem 0.4375rem 1.125rem;
    background: #222;
    color: #999;
    font-size: 0.875rem;
}

.c-footer .c-connect-us .c-connect-us-top {
    margin-bottom: 1.625rem;
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.c-footer .c-connect-us .c-connect-us-top .c-connect-us-top-text {
    padding-right: 0.4375rem;
}

.c-footer .c-connect-us .c-connect-us-top .c-connect-us-top-text h5 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

.c-footer .c-connect-us .c-connect-us-top .c-connect-us-top-text>p {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.c-footer .c-connect-us .c-connect-us-top .wr-code2d-icon {
    width: 5rem;
}

.c-footer .c-connect-us .c-connect-us-top .wr-code2d-icon img {
    width: 5rem;
}

.c-footer .c-connect-us .c-connect-us-top .wr-code2d-icon p {
    font-size: 0.75rem;
    line-height: 1.375rem;
    text-align: center;
    margin-top: 0.375rem;
    white-space: nowrap;
}

.c-footer .c-privacy {
    padding: 1.125rem 3.75rem;
    text-align: center;
    line-height: 1.25rem;
    background: #111;
    color: #999;
    font-size: 0.75rem;
}

.c-footer .c-privacy .text-decoration {
    text-decoration: underline;
}

/* 页数导航 */
.pagination_container {
    position: fixed;
    left: 35px;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    /* left: 15px;
    bottom: 5px; */
    padding: 10px;
    z-index: 999;
    display: none;
}

.pagination_list {
    /* position: fixed;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);*/
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pagination_list li {
    align-items: center;
    border-radius: 50%;
    -moz-border-radius:  50% ;
    -webkit-border-radius:50%;
    display: flex;
    height: 15px;
    justify-content: center;
    line-height: 21px;
    margin-bottom: 25px;
    width: 15px;
    ;
}

.pagination_list li::after {
    background: #a8a8a8;
    -moz-border-radius: 50% ;
    -webkit-border-radius:50%;
    border-radius: 50%;
    content: "";
    height: 4px;
    width: 4px;
}

.pagination_list li+li {
    margin-top: 5px;
}

.pagination_list li.active {
    background: none;
    -moz-border-radius:  50%;
    -webkit-border-radius:50%;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 16px;
    width: 16px;
    border-color: #2ba0e8;
}

.pagination_list li.active::after {
    width: 0;
    height: 0;
}

/* 隐藏滚动条 */
::-webkit-scrollbar {
    width: 0 !important
}

body {
    -ms-overflow-style: none;
}

body {
    overflow: -moz-scrollbars-none;
}


@keyframes big {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1)
    }
}




@keyframes page-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* 右侧悬浮窗 */
.fixed-right {
    /* position: relative; */
    /* right: 0;
    bottom: 250px;
    z-index: 999; */
}


.fixed-right .r-menu .one-a {
    width: 100%;
    height: 100%;
    -moz-border-radius:  50%;
    -webkit-border-radius:50%;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

/* .fixed-right .r-menu .one-msg {
    background-color: #2788ee;
} */

.fixed-right .r-menu .one-msg>img.normal {
    display: block;
}

.fixed-right .r-menu .one-msg>img.hover {
    display: none;
}

.fixed-right .r-menu .one-msg:hover {
    background-color: #fff;
}

.fixed-right .r-menu .one-msg:hover>img.normal {
    display: none;
}

.fixed-right .r-menu .one-msg:hover>img.hover {
    display: block;
}

.fixed-right .r-menu .one-top {

    display: none;
}

.fixed-right .r-menu .one-top1 {
    margin-top: 5px;
}

.fixed-right .r-menu .one-top:hover {
    background-color: #fff;
}

.fixed-right .message-box .qrcode-box {
    -moz-border-radius:  5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    background-color: #fff;
    width: 140px;
    text-align: center;
    height: 166px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all .5s;
    transform: translateX(100%);
    z-index: 2;
}

.fixed-right .message-box .qrcode-box .img {
    width: 98px;
    margin: 0 auto 6px;
}

.fixed-right .message-box .qrcode-box .img img {
    width: 100%;
}

.fixed-right .message-box .qrcode-box p {
    color: #348fef;
    font-size: 14px;
}

.fixed-right .message-box .qrcode-box.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.fixed-right .message-box.open {
    opacity: 1;
    visibility: visible;
}

.fixed-right .msgMain {
    position: relative;
    width: 320px;
    -moz-border-radius:  5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
    z-index: 10;
}

.fixed-right .msgMain .s-hd {
    background: url(/static/images/index/bg_cebian.png) center center/cover no-repeat;
    height: 130px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.fixed-right .msgMain .s-hd p{
    font-size: 16px;
}

.fixed-right .msgMain .s-bd {
    padding: 15px;
    display: flex;
}

.fixed-right .msgMain .s-bd .s-lt {
    width: 50%;
    padding: 3px;
}

.fixed-right .msgMain .s-bd .s-lt a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    color: #2185ee;
    margin-bottom: 18px;
    text-decoration: none;
}

.fixed-right .msgMain .s-bd .s-lt a:last-child {
    margin-bottom: 0;
}

.fixed-right .msgMain .s-bd .s-lt a i {
    display: inline-block;
    font-size: 40px;
}

.fixed-right .msgMain .s-bd .s-lt a:hover span {
    text-decoration: underline;
}

.fixed-right .msgMain .s-bd .s-rt {
    width: 38%;
    text-align: left;
}

.fixed-right .msgMain .s-bd .s-rt .user {
    width: 33px;
    height: 33px;
    -moz-border-radius:  50%;
    -webkit-border-radius:50%;
    border-radius: 50%;
    overflow: hidden;
}

.fixed-right .msgMain .s-bd .s-rt h3 {
    /* margin: 10px 0 8px; */
    color: #2185ee;
}

.fixed-right .msgMain .s-bd .s-rt p {
    font-size: 12px;
    color: #aaaaaa;
}
.fnt_32{
    font-size: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.fixed-right .r-menu {
    width: 70px;
    height: 70px;
    border-radius: 8px 0 0 8px;
    position: fixed;
    bottom: 250px;
    right: 0;
    z-index: 1000;
}

.fixed-right .r-menu-msg {
    box-shadow: 0 0 50px rgba(50, 57, 67, 0.2);
}


.fixed-right .r-menu .one-msg>img {
    width: 100%;
    height: 100%;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
}

.fixed-right .r-menu .one-msg:hover {
    background-color: transparent;
}

.fixed-right .message-box {
    position: absolute;
    right: 0;
    transition: all .5s;
    opacity: 10;
    visibility: hidden;
    bottom: inherit;
    top: 50%;
    transform: translate(100%, -50%);
    width: auto;
}

.fixed-right .message-box.open {
    transform: translate(0, -50%);
}

.fixed-right .msgMain {
    -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.fixed-right .on-line {
    margin-top: 20px;
    width: 70px;
    height: 70px;
    background-color: transparent;
    text-align: center;
    padding-top: 5px;
}


.fixed-right .r-menu .one-a {
    border-radius: 5px 0 0 5px;
    background-color: transparent;
}

.fixed-right .r-menu .one-a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

.fixed-right .message-box .in-box {
    padding-bottom: 0;
    /* display: flex;
    align-items: flex-end; */
}
/* app */
.fixed-right .advisory-img-box{
    display:none;
    position: relative;
    right: 15px;
}
.fixed-right .advisory-img-box .advisory-img {
    width: 60px;
    -moz-border-radius:  100%;
    -webkit-border-radius:100%;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 94px;
    height: auto;
    box-shadow: 1px 1px 10px #ccc;
}
#phone{
    display: none;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 500px;
    transform: translate(0,-50% );
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 6px #777;
    -webkit-box-shadow: 0 2px 6px #777;
    -moz-box-shadow: 0 2px 6px #777;
    -moz-border-radius:  10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
    z-index: 1002;
}
.nrdf {
   width: 100%;
}
.nrdf i{
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.nrdf .box {
    padding: 5px 5% 5px 5%;   
}
.nrdf .box .btn_sub input{
    width: 100px;
    height: 35px;
    background: #e72919;
    display: block;
    text-align: center;
    margin: 20px auto 0 auto;
    display: block;
    color: #fff;
    border: none;
    outline: 0;
    cursor: pointer;
}
.nrdf .box ul li label{
    float: left;
    font-size: 14px;
    color: #595757;
    line-height: 25px;
    margin-top: 10px;
}
.nrdf .box .text input {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    outline: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
    border: 1px solid #ddd;
}
.nrdf .box .text textarea{
    width: 100%;
    height: 80px;
    -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

input:focus,textarea:focus{
    outline: 0; 
    border: 1px solid #65a0fa !important;
    
}

/* 回顶部 */
.fixed-menu-top {
    position: fixed;
    right: 10px;
    bottom: 35px;
    z-index: 99;
    display: none;
}
.fixed-menu-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

