﻿/*缩链首页banner*/
.cloud-store-banner {
    height: 320px;
    width: 100%;
    padding-top: 77px;
    position: relative;
    background-color: #c6e1ff;
    background-image: url(../images/header-banner2.jpg);
    background-size: cover;
    background-position: 50%;

}

.cloud-store-banner .content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 36px;
}
.slider {
    height: 320px;
    width: 100%;
    position: relative;
    background-color: #c6e1ff;
    background-size: cover;
}

.slider .banner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 320px;
    padding-top: 77px;
}
.autoBox{
    width: 1200px;
    margin: 0 auto;
}
.slider .banner1 {
    background-image: url(../images/header-banner3.jpg);

}

.slider .banner1 .inner {
    justify-content: space-between;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    /* background-image: url(../images/banner1.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slider .banner2 {
    background-image: url(../images/banner_2.jpg);
}

.slider .banner2 .inner {
    justify-content: space-between;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    /* background-image: url(../images/bannerg2.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.inner .goCome {
    width: 130px;
    height: 40px;
    background: linear-gradient(180deg, #FFFAE9 0%, #FFE4A4 100%);
    opacity: 1;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #1D2843;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    left: 23.2%;
    bottom: 25px;
}

.slider .boxList {
    position: absolute;
    bottom: 13px;
    left: 50%;
    width: 72px;
    height: 4px;
    border-radius: 50%/50%;
}

.slider .boxList .itemList {
    width: 36px;
    height: 4px;
    background: #FFFFFF;
}
.slider .boxList .itemList:nth-child(1){
    border-radius: 2px 0px 0 2px / 2px 0px 0 2px;
}
.slider .boxList .itemList:nth-child(2){
    border-radius: 0 12px 12px 0 /  0 12px 12px 0;
}

.slider .boxList .active {
    background-color: #2B84FF;
}

.slider .content .tit {
    font-size: 24px;
    font-weight: bold;
    color: #1D2843;
}

.slider .content .tit:nth-child(2) {
    margin-top: 12px;
}

.slider .content .btn-group .banner-btn {
    display: inline-block;
    width: 160px;
    height: 40px;
    background: #4D7EF4;
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin-top: 37px;
}

.slider .content .btn-group .banner-btn:hover {
    background: #249cff;
}

.slider .content .btn-group .banner-btn+.banner-btn {
    margin-left: 12px;
}

.create-box {
    width: 870px;
    margin: 0px auto;
    padding: 12px 0;
}

.create-box .create-dwz {}

.create-box .create-dwz input {
    width: 700px;
    height: 46px;
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid #DBDFEA;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    padding-left: 12px;
}

.create-box .create-dwz .createBtn {
    width: 160px;
    height: 46px;
    background-color: #4D7EF4;
    opacity: 1;
    border-radius: 4px;
    font-size: 16px;
    line-height: 46px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.create-box .create-param {
    padding: 8px 0 0 2px;
}

.create-box .param-line {
    padding: 4px 0;
}

.create-box .param-name {
    height: 20px;
    line-height: 22px;
    font-size: 14px;
    color: #333333;
}
.create-box .param-option li {
    width: 160px;
    position: relative;
}
.create-box .param-option label {
    cursor: pointer;
}
.create-box .param-option label input {
    width: 13px;
    height: 13px;
    border: 1px solid #8A889A;
    border-radius: 2px;
    appearance: auto;
    position: relative;
    top: 2px;
}
.create-box .param-option label span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #8A889A;
    position: relative;
    top: 1px;
}
.create-box .param-option label input:checked + span {
    color: #333;
}

.create-box .param-option .option-tips-icon {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-image: url(../images/icon-tips.png);
    background-repeat: no-repeat;
    background-size: 28px 14px;
    background-position: 0 center;
    margin-left: -2px;
    position: relative;
    top: 1px;
}
.create-box .param-option .option-tips-icon:hover {
    background-position: -13.5px center;
    cursor: help;
}
.create-box .param-option .option-tips-content {
    display: none;
    width: 259px;
    line-height: 17px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0px 3px 6px 1px rgba(3, 30, 101, .16);
    position: absolute;
    top: 26px;
    left: -155px;
    z-index: 9;
}
.create-box .param-option li:nth-child(4) .option-tips-content {
    left: -130px;
}
.create-box .param-option .option-tips-icon:hover + .option-tips-content,
.create-box .param-option .option-tips-content:hover {
    display: block;
}
.create-box .param-option .option-tips-content::before {
    content: "";
    display: block;
    width: 11px;
    height: 10px;
    background-image: url(../images/icon-tips-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -10px;
    right: 9px;
    z-index: 10;
}

.create-box .create-text {
    margin-top: 8px;
}

.create-box .create-text .left-text {
    width: 296px;
    height: 46px;
    border: 1px solid #DBDFEA;
    opacity: 1;
    border-radius: 4px;
    padding: 7px 8px 7px 16px;
}

.create-box input {
    line-height: 16px;
    color: #1D2843;
    font-size: 14px;

}

.create-box .create-text .left-text .copy {
    width: 86px;
    height: 32px;
    background: #89CAFF;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    cursor: default;
}

.create-box .create-text .right-text {
    width: 554px;
    height: 46px;
    background: #CEE9FF;
    opacity: 1;
    border-radius: 4px;
    padding: 7px 8px 7px 29px;
}

.create-box .create-text .right-text .title {
    width: 364px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1D2843;
    opacity: 1;
    margin-left: -30px;
}

.create-box .create-text .right-text a {
    width: 86px;
    height: 32px;
    background: #89CAFF;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
}
.create-box .create-text .copy-btn{
    width: 86px;
    height: 32px;
    background: #89CAFF;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.create-box .create-input .copy-btn{
    width: 86px;
    height: 32px;
    background: #89CAFF;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.create-box .create-input {
    width: 870px;
    height: 46px;
    border: 1px solid #DBDFEA;
    opacity: 1;
    border-radius: 4px;
    margin-top: 12px;
    line-height: 46px;
}
.create-box .create-input .copy {
    width: 86px;
    height: 32px;
    background: #89CAFF;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    cursor: default;
}

/*link-function*/
.link-function-box {
    background-color: #F8FCFF;
    height: 428px;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    /* border-top: 1px solid #DBDFEA; */
}

.link-function {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    position: relative;
}

.link-function h6 {
    text-align: center;
    color: #1D2843;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}

.link-function p {
    text-align: center;
    color: #585E6C;
    font-size: 18px;
}

.link-function .link-function-list {
    margin-top: 39px;
}

.link-function .link-function-list li {
    width: 280px;
    height: 184px;
    margin-right: 26px;
    background-color: #FFFFFF;
    box-shadow: 4px 13px 48px rgba(0, 0, 0, 0.06);
    transition: .3s;
    position: relative;
    z-index: 9;
}

.link-function .link-function-list li:hover {
    transform: translateY(-10px);
}

.link-function .link-function-list li:last-child {
    margin-right: 0;
}

.link-function .link-function-list li .right-round {
    width: 14px;
    height: 14px;
    background-color: #1995FB;
    border-radius: 50%;
    margin-right: 14px;
}

.link-function .link-function-list li .function-list-content {
    padding-top: 16px;
}

.link-function .link-function-list li .right-round span {
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.link-function .link-function-list li .function-list-content p {
    font-size: 14px;
    width: 210px;
    text-align: left;
    line-height: 24px;
}

.link-function-list .link-function-top {
    position: relative;
    width: 100%;
    height: 80px;
}

.link-function-list .link-function-top img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.link-function-list .link-function-top .link-function-title {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 9;
}

.link-function-top .link-function-title p {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}

.link-function-top .link-function-title span {
    color: rgba(255, 255, 255, .7);
    font-size: 18px;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
        "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
}

.link-function-box .product-bg-left {
    width: 428px;
    height: 428px;
    position: absolute;
    left: -200px;
    top: -60px;
}

.link-function-box .product-bg-right {
    width: 297px;
    height: 297px;
    position: absolute;
    right: -196px;
    bottom: 120px;
}

/*link-introduction*/
.link-introduction-box {
    padding-top: 62px;
    position: relative;
    overflow: hidden;
}

.link-introduction {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
    background-image: url(../images/introduction-bg2.png);
    background-size: 520px 452px;
    background-repeat: no-repeat;
    background-position: 672px 140px;
}

.link-introduction h6 {
    text-align: center;
    color: #1D2843;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}

.link-introduction .link-introduction-title {
    text-align: center;
    color: #585E6C;
    font-size: 16px;
    margin-bottom: 50px;
}

.link-introduction .introduction-content-first {
    margin-bottom: 10px;
}

.link-introduction .introduction-content h5 {
    width: 796px;
    height: 66px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, #D8EDFF 100%);
    opacity: 1;
    border-radius: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #1D2843;
}

.link-introduction .introduction-content h5 span {
    display: block;
    margin: 0 8px 0 33px;
    width: 6px;
    height: 21px;
    background: #4D7EF4;
    opacity: 1;
}

.link-introduction .introduction-content ul {
    padding-top: 20px;
}

.link-introduction .introduction-content li {
    padding: 0 0 14px 47px;
}

.link-introduction .introduction-content li p {
    width: 500px;
    text-align: left;
    font-size: 14px;
    color: #585E6C;
    line-height: 22px;
}

.link-introduction .introduction-content li .right-round {
    width: 14px;
    height: 14px;
    background-color: #DBDFEA;
    border-radius: 50%;
    margin-right: 14px;
    margin-top: 4px;
}

.link-introduction .introduction-content li .function-list-content {
    padding-top: 16px;
}

.link-introduction .introduction-content li .right-round span {
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
}

/*步骤*/
.steps-box {
    background-color: #F0F8FF;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.steps {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.steps .steps-bottom {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #4D7EF4;
    opacity: 1;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 30px auto;
}

.steps h6 {
    text-align: center;
    color: #1D2843;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}

.steps p {
    text-align: center;
    color: #585E6C;
    font-size: 16px;
}

.steps .steps-list {
    margin-top: 39px;
}

.steps .steps-list li {
    width: 384px;
    height: 253px;
    padding: 30px 0 0 34px;
    background-color: #FFFFFF;
    box-shadow: 4px 13px 48px rgba(0, 0, 0, 0.06);
    transition: .3s;
}

.steps .steps-list li.steps-bg {
    background-size: 189px 132px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.steps .steps-list li.steps-bg:hover {
    transform: translateY(-10px);
}

.steps .steps-list li.steps-bg1 {
    background-image: url("../images/number01.png");
}

.steps .steps-list li.steps-bg2 {
    background-image: url("../images/number02.png");
    margin: 0 24px;
}

.steps .steps-list li.steps-bg3 {
    background-image: url("../images/number03.png");
}

.steps .steps-list li h5 {
    font-size: 18px;
    color: #1D2843;
    margin-bottom: 12px;
    font-weight: bold;
}

.steps .steps-list li div {
    font-size: 14px;
    color: #585E6C;
    width: 300px;
    margin-bottom: 8px;
}

.steps .steps-list li img {
    width: 110px;
    height: 100px;
}

.steps-box .steps-bg-left {
    width: 314px;
    height: 268px;
    position: absolute;
    left: -156px;
    top: 20px;
    z-index: -1;
}

.steps-box .steps-bg-right {
    width: 455px;
    height: 197px;
    position: absolute;
    right: -134px;
    bottom: -20px;
    z-index: -1;
}

/*module5*/
.module5 {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 74px 0;
}

.module5 li {
    padding: 32px 0 0 22px;
    position: relative;
}

.module5 li:first-child {
    width: 681px;
    height: 220px;
    background-image: url("../images/rental-service.png");
    background-size: 406px 203px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #F0F8FF;
    margin-right: 45px;
}

.module5 li h6 {
    font-size: 20px;
    color: #1D2843;
    font-weight: bold;
    margin-bottom: 12px;
}

.module5 li h6 span {
    display: block;
    width: 6px;
    height: 21px;
    background: #4D7EF4;
    margin-right: 6px;
}

.module5 li .rental-service-txt {
    margin: 0 0 46px 12px;
}

.module5 li .rental-service-txt img {
    width: 31px;
    height: 30px;
    margin-right: 13px;
}

.module5 li .rental-service-txt p {
    width: 370px;
    color: #585E6C;
    font-size: 14px;
}

.module5 li .rental-service-txt p i {
    color: #4D7EF4;
}

.module5 li .rental-btn {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #4D7EF4;
    opacity: 1;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-left: 12px;
}

.module5 li:hover .rental-btn {
    background: #249CFF;
}

.module5 li:hover .rental-service-tit {
    color: #249CFF;
}

.module5 li:hover .rental-btn2 {
    color: #249CFF;
}

.btn-bottom:hover {
    background: #249CFF;
}

.module5 li:nth-child(2) {
    width: 474px;
    height: 220px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    opacity: 1;
    border-radius: 4px;
}

.module5 .rental-service-txt h4 {
    color: #1D2843;
    font-size: 14px;
    margin-bottom: 10px;
}

.module5 .rental-btn2 {
    color: #4D7EF4;
    margin-left: 12px;
    width: 74px;
}

.module5 .rental-btn2 img {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    margin-top: 2px;
}

.module5 .suolink-logo {
    width: 83px;
    height: 76px;
    position: absolute;
    right: 40px;
    bottom: 77px;
}

/**/
.upgrade-services-box {
    background-color: #F8FCFF;
    padding: 62px 0 90px;
    position: relative;
    overflow: hidden;
}

.upgrade-services {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.upgrade-services h6 {
    text-align: center;
    color: #1D2843;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}

.upgrade-services p {
    text-align: center;
    color: #585E6C;
    font-size: 16px;
}

.upgrade-services .upgrade-services-list {
    margin-top: 39px;
}

.upgrade-services .upgrade-services-list li {
    width: 363px;
    height: 506px;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 0 20px rgba(63, 98, 145, 0.08);
    text-align: center;
    padding: 37px 56px 0;
    -webkit-transition: all .2s cubic-bezier(0, 0, 0, 0.48);
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.upgrade-services .upgrade-services-list li:hover {
    background: rgba(255, 255, 255, 1);
}

.upgrade-services .upgrade-services-list li:last-child {
    margin-right: 0;
}

.upgrade-services .upgrade-services-list li p {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    color: #585E6C;
}

.upgrade-services .upgrade-services-list li img {
    width: 245px;
    height: 221px;
}

.upgrade-services .upgrade-services-list li h4 {
    color: #1D2843;
    font-size: 18px;
    margin: 45px 0 18px;
    font-weight: 500;
}

/*技术支持*/
.technical-support-box {
    padding: 62px 0 90px;
    position: relative;
    overflow: hidden;
    background: #F0F8FF;
}

.technical-support {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.technical-support h6 {
    text-align: center;
    color: #1D2843;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}

.technical-support p {
    text-align: center;
    color: #585E6C;
    font-size: 16px;
}

.technical-support .ts-consulting {
    margin-top: 50px;
}

.technical-support .ts-consulting li {
    width: 574px;
    height: 184px;
    background: #4D7EF4;
    box-shadow: 0px 0px 20px rgba(63, 98, 145, 0.08);
    opacity: 1;
    border-radius: 4px;
    color: #fff;
}

.technical-support .ts-consulting li:first-child {
    margin-right: 50px;
}

.technical-support .ts-consulting li .air-bubbles-box {
    color: #3359B4;
    width: 221px;
    line-height: 144px;
    text-align: center;
    height: 144px;
    font-size: 20px;
    background-image: url("../images/air-bubbles.png");
    background-size: 100% 100%;
}

.technical-support .ts-consulting li .link-monitoring {
    width: 270px;
    padding-top: 24px;
    color: #fff;
}

.technical-support .ts-consulting li .link-monitoring h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.technical-support .ts-consulting li .link-monitoring p {
    font-size: 14px;
    color: #DBDFEA;
    text-align: left;
    line-height: 22px;
}

.technical-support .ts-consulting li .link-monitoring div {
    width: 120px;
    height: 36px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

.technical-support .ts-consulting li .link-monitoring div:hover {
    background: #fff;
    color: #4D7EF4;
}

.technical-support .online-service li {
    width: 33%;
    margin-top: 58px;
}

.technical-support .prompt-txt {
    color: #585E6C;
    font-size: 14px;
    margin-top: 10px;
}

.technical-support .online-service .right-round {
    width: 14px;
    height: 14px;
    background-color: #1995FB;
    border-radius: 50%;
    margin-right: 14px;
}

.online-service .online-service-content p {
    color: #1D2843;
    font-size: 20px;
}

.technical-support .online-service .right-round span {
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
}

/*合作商*/
.partners-box {
    padding: 62px 0 90px;
    position: relative;
    overflow: hidden;
}

.partners {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.partners h6 {
    text-align: center;
    color: #1D2843;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}

.partners p {
    text-align: center;
    color: #585E6C;
    font-size: 16px;
}

.partners img {
    width: 100%;
    margin-top: 50px;
    height: 276px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(46, 107, 252, 0.08);
}

/*新闻*/
.news-box {
    width: 100%;
    padding: 62px 0 90px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/news-content-bg.jpg);
    background-size: cover;
    background-position: 50%;
}

.news-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.news-content h6 {
    text-align: center;
    color: #1D2843;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}

.news-content p {
    text-align: center;
    color: #585E6C;
    font-size: 16px;
}

.news-box .news-list-box .news-list-li {
    width: 312px;
}

.news-content .news-login-btn {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4D7EF4;
    opacity: 1;
    border-radius: 4px;
    margin: 30px auto 0px;
    color: #fff;
}

.news-content .news-login-btn:hover {
    background-color: #249CFF;
}

.news-content .news-list-box {
    background: #fff;
    padding: 36px 50px 31px;
    margin-top: 48px;
}

.news-content .news-list li {
    cursor: pointer;
}

.news-content .news-list li:hover h4 {
    color: #4D7EF4;
}

.news-content .news-list li:hover p {
    color: #4D7EF4;
}

.news-content .news-list-header {
    margin-bottom: 23px;
}

.news-content .news-list-header img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.news-content .news-list-header h5 {
    color: #1D2843;
    font-size: 20px;
}

.news-content .news-list-header div {
    margin-left: auto;
}

.news-content .news-list-header div .right-img {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url("../images/news-right.png");
    background-size: 100%;
}

.news-content .news-list-header div:hover span {
    color: #4D7EF4;
}

.news-content .news-list-header div:hover .right-img {
    background-image: url("../images/right-btn.png");
}

.news-content .news-list li {
    margin-bottom: 16px;
}

.news-content .news-list li h4 {
    color: #1D2843;
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-content .news-list li h4 a {
    color: #1D2843;
}

.news-content .news-list li:hover a {
    color: #4D7EF4;
}

.news-content .news-list li p {
    color: #585E6C;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 300;
}

.marketing-fixed-details {
    position: fixed;
    bottom: 0px;
    z-index: 111;
    left: 0px;
    width: 100%;
    height: 100px;
    background: linear-gradient(90deg, #CA3D3D 0%, #E4685B 49%, #C83638 100%);
}

.marketing-fixed-details::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/marketing-content-details-bg.png);
    background-size: auto 100px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -2;
}

.marketing-fixed-details .marketing-content-details {
    /*width: 1100px;*/
}

.marketing-content-details .marketing-left {
    /* width: 109px; */
    height: 104px;
    margin-top: -23px;
}

.marketing-content-details .marketing-middle {
    width: 728px;
    height: 40px;
    margin: 0 20px;
}

.marketing-content-details .marketing-middle img {
    width: 728px;

}

.marketing-content-details .marketing-btn {
    width: 160px;
    height: 40px;
    border: 2px solid #FFFBF4;
    background: linear-gradient(180deg, #FCF3E5 0%, #F8E3BE 28%, #F1DBB5 100%);
    box-shadow: 0px 6px 12px rgba(139, 19, 19, 0.37);
    opacity: 1;
    border-radius: 20px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 40px;
    color: #CA3D3D;
    text-align: center;
}


.marketing-fixed-details span {
    display: block;
    width: 677px;
    height: 31px;
    border: 1px solid rgba(240, 140, 132, 0.34509803921568627);
    background: linear-gradient(96deg, rgba(211, 44, 36, 0) 0%, #B93126 47%, rgba(196, 79, 73, 0) 100%);
    line-height: 31px;
    text-align: center;
    font-size: 18px;
    line-height: 31px;
    color: #FFFFFF;
}

.marketing-fixed-details p {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
}

.characteristic-application {
    padding: 62px 0 51px;
    background: #FFFFFF;
}


.characteristic-application .title {
    font-size: 28px;
    font-weight: 500;
    color: #1D2843;
    text-align: center;
}

.characteristic-application .subtitle {
    font-size: 16px;
    color: #585E6C;
    text-align: center;
    margin-top: 8px;
}

.characteristic-application ul {
    width: 1200px;
    margin: 51px auto 0;
}

.characteristic-application ul li {
    width: 284px;
    height: 190px;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
}

.characteristic-application ul li.active {
    box-shadow: 0px 3px 8px rgba(46, 107, 252, 0.08);
}

.characteristic-application ul li:hover {
    box-shadow: 0px 3px 8px rgba(46, 107, 252, 0.08);
}

.characteristic-application ul li:nth-of-type(1),
.characteristic-application ul li:nth-of-type(2),
.characteristic-application ul li:nth-of-type(3),
.characteristic-application ul li:nth-of-type(4) {
    margin-bottom: 23px;
}

.characteristic-application ul li img {
    width: 80px;
    position: absolute;
    left: 102px;
    top: 20px;
}

.characteristic-application ul li p {
    font-size: 18px;
    font-weight: 500;
    color: #1D2843;
    position: absolute;
    left: 94px;
    top: 100px;
    width: 98px;
    text-align: center;
}

.characteristic-application ul li span {
    display: block;
    font-size: 14px;
    color: #585E6C;
    position: absolute;
    left: 37px;
    top: 133px;
    width: 210px;
    text-align: center;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.characteristic-application ul li .text {
    width: 216px;
    height: 82px;
    font-size: 14px;
    line-height: 20px;
    color: #585E6C;
    opacity: 0;
    position: absolute;
    left: 34px;
    top: 93px;
}

.characteristic-application ul li hr {
    width: 216px;
    border: none;
    height: 1px;
    background-color: #F0F8FF;
    position: absolute;
    left: 35px;
    top: 75px;
    opacity: 0;
}



.kefu-content {
    width: 240px;
    background: #FFFFFF;
    border-radius: 10px;
    position: fixed;
    bottom: 3%;
    left: 3%;
    /*transform: translate(-50%,-50%);*/
    z-index: 11111;
    box-shadow: 0 0 20px rgb(63 98 145 / 19%);
    padding: 20px 0;
    display: none;
}

.kefu-content .icon-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}

.kefu-content .content img {
    width: 160px;
    margin: 10px auto 0;
    /* margin-right: 20px; */
    display: block;
}

.kefu-content .content p {
    line-height: 25px;
    font-size: 15px;
    color: #4D4D4D;
    text-align: center;
    margin-top: 10px;
}

.activity-banner {
    min-width: 1200px;
    width: 100%;
    height: 142px;
    background-image: url(../images/activity-banner.png), linear-gradient(to right, #CA3D3D, #C83638);
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, 100% 101px;
    background-position: center, center bottom;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 119;
}
.activity-banner .activity-banner-close-btn {
    font-size: 14px;
    color: #FDC6C7;
    position: absolute;
    top: 54px;
    right: 27px;
    z-index: 9;
    cursor: pointer;
    user-select: none;
}
.activity-banner .activity-banner-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.activity-banner .activity-banner-take-btn {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    color: #CA3D3D;
    text-align: center;
    background: linear-gradient(180deg, #FCF3E5 0%, #F8E3BE 28%, #F1DBB5 100%);
    box-shadow: 0px 6px 12px 1px rgba(139,19,19,0.37);
    border-radius: 20px;
    border: 2px solid #FFFBF4;
    position: absolute;
    top: 77px;
    right: 24px;
    cursor: pointer;
    user-select: none;
}
.activity-popup {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 209;
}
.activity-popup .activity-popup-body {
    width: 366px;
    height: 500px;
    background-image: url(../images/activity-popup-body.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.activity-popup .close-btn {
    width: 30px;
    height: 30px;
    background-image: url(../images/activity-popup-close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
}
.activity-popup .kefu-qr-box {
    width: 196px;
    height: 196px;
    margin: auto;
    position: absolute;
    top: 187px;
    left: 0;
    right: 0;
}
.activity-popup .kefu-qr-box img {
    width: 100%;
    height: 100%;
}