.product-introduction .function .list li {
    width: 300px;
}

.follow-path,
.logic {
    text-align: center;
    margin-top: 70px;
    padding: 50px 0;
}

.logic img,
.follow-path img {
    margin: 70px auto;
}

.product-introduction .crmeb {
    margin-top: 0;
}

.functions .functions-wrap {
    width: 10.66667rem;
    margin: 0 auto;
    padding: 50px 0;
    margin-bottom: 100px;
}

.functions .functions-wrap .func-category {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 100px;
    position: relative;
    border-bottom: 1px solid #dedede;
}

.functions .functions-wrap .func-category li {
    text-align: center;
    width: 25%;
    padding-bottom: 20px;
    cursor: pointer;
}

.functions .functions-wrap .func-category li.active {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    padding: 0;
    background: #409eff;
}

.functions .functions-wrap .func-desc {
    display: -webkit-box;
    display: flex;
    margin-top: 50px;
}

.functions .functions-wrap .func-desc>img {
    width: 45%;
    height: 500px;
    margin-right: 5%;
    border: 1px solid #fdeded;
}

.functions .functions-wrap .func-desc>img .desc-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.functions .functions-wrap .func-desc>img .desc-info strong {
    font-size: 20px;
    margin-bottom: 50px;
}

.functions .functions-wrap .func-desc>img .desc-info ul {
    list-style: disc;
    margin-bottom: 50px;
}

.functions .functions-wrap .func-desc>img .desc-info ul li {
    margin-bottom: 30px;
}

.functions .functions-wrap .func-desc>img .desc-info a {
    border: 1px solid #409eff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #409eff;
    border-radius: 3px;
}

#fullSlide .bd ul li {
    height: 4.66667rem !important;
}

#fullSlide .bd ul li:not(:first-of-type) .banner-info strong {
    font-size: 0.33333rem !important;
}

#fullSlide .bd ul li:not(:first-of-type) .banner-info p:first-of-type {
    font-size: 0.33333rem !important;
    margin-bottom: 0.33333rem;
}

#fullSlide .bd ul li:not(:first-of-type) .banner-info p:last-of-type {
    text-decoration: underline;
}

#fullSlide .bd ul li:not(:first-of-type) .banner-info span {
    color: #fff !important;
    background: #1965EB !important;
}

.problem {
    height: 5.33333rem;
    background-image: url("../images/problem-bg.png");
    background-size: 100% 100%;
}

.problem .problem-wrap {
    width: 10rem;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.problem .problem-wrap p {
    font-size: 0.30833rem;
    padding: 0.66667rem 0;
    text-align: center;
}

.problem .problem-wrap img {
    width: 6.725rem;
    height: 3.61667rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.problem .problem-wrap span {
    height: 0.41667rem;
    line-height: 0.41667rem;
    background: #d83a48;
    color: #Fff;
    display: inline-block;
    padding: 0 0.16667rem;
    position: absolute;
    font-size: 0.16667rem;
}

.problem .problem-wrap span:nth-of-type(1) {
    left: 1.65rem;
    top: 1.975rem;
    border-radius: 0.41667rem 0.41667rem 0 0.41667rem;
}

.problem .problem-wrap span:nth-of-type(2) {
    left: 0.5rem;
    top: 3.05rem;
    border-radius: 0.41667rem 0.41667rem 0 0.41667rem;
}

.problem .problem-wrap span:nth-of-type(3) {
    left: 0.575rem;
    bottom: 0.5rem;
    border-radius: 0.41667rem 0.41667rem 0 0.41667rem;
}

.problem .problem-wrap span:nth-of-type(4) {
    right: 0;
    top: 2.63333rem;
    border-radius: 0.41667rem 0.41667rem 0.41667rem 0;
}

.problem .problem-wrap span:nth-of-type(5) {
    right: 0.41667rem;
    bottom: 0.71667rem;
    border-radius: 0.41667rem 0.41667rem 0.41667rem 0;
}

.function .list li .icon {
    background-image: url("../images/task-sprite.png") !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
    background-size: 500% !important;
}

.function .list li:nth-of-type(1) .icon {
    background-position: 0% 0;
}

.function .list li:nth-of-type(2) .icon {
    background-position: 25% 0;
}

.function .list li:nth-of-type(3) .icon {
    background-position: 50% 0;
}

.function .list li:nth-of-type(4) .icon {
    background-position: 75% 0;
}

.function .list li:nth-of-type(5) .icon {
    background-position: 0% 11.11%;
}

.function .list li:nth-of-type(6) .icon {
    background-position: 25% 11.11%;
}

.function .list li:nth-of-type(7) .icon {
    background-position: 50% 11.11%;
}

.function .list li:nth-of-type(8) .icon {
    background-position: 75% 11.11%;
}

.function .list li:nth-of-type(9) .icon {
    background-position: 0% 22.22%;
}

.function .list li:nth-of-type(10) .icon {
    background-position: 25% 22.22%;
}

.function .list li:nth-of-type(11) .icon {
    background-position: 50% 22.22%;
}

.function .list li:nth-of-type(12) .icon {
    background-position: 75% 22.22%;
}

.logic-follow {
    margin-top: 1.33333rem;
}

.logic-follow>p {
    font-size: 0.30833rem;
    margin: 0 0.5rem;
    text-align: center;
}

.logic-follow .logic-type {
    width: 9.525rem;
    margin: 0.41667rem auto;
    display: -webkit-box;
    display: flex;
}

.logic-follow .logic-type>div {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.23333rem;
    position: relative;
    cursor: pointer;
}

.logic-follow .logic-type>div img {
    width: 0.25rem;
    width: 0.25rem;
    margin-right: 0.16667rem;
}

.logic-follow .logic-type>div.active {
    color: #1965EB;
}

.logic-follow .logic-type>div.active img {
    color: #1965eb;
}

.logic-follow .logic-type>div.active::after {
    content: "";
    border: 0.18333rem solid transparent;
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    border-bottom-color: #f2f5fb;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.logic-follow .follow-path {
    margin-top: 0;
    background: #f2f5fb;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.logic-follow .follow-path img {
    width: 9.45rem;
    margin-bottom: 0.38333rem;
}

.logic-follow .follow-path ul {
    display: -webkit-box;
    display: flex;
    width: 10rem;
}

.logic-follow .follow-path ul li {
    width: 2.5rem;
    height: 0.5rem;
    color: #fff;
    background-image: url(../images/arrow-right.png);
    background-size: 100% 100%;
    font-size: 0.11667rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-left: 0.33333rem;
    padding-right: 7px;
    line-height: 1.5;
    position: relative;
}

.logic-follow .follow-path ul li:nth-of-type(2) {
    left: -0.1rem;
}

.logic-follow .follow-path ul li:nth-of-type(3) {
    left: -0.2rem;
}

.logic-follow .follow-path ul li:nth-of-type(4) {
    left: -0.3rem;
}

.logic-follow .logic-detail {
    background: #f2f5fb;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: none;
    padding: 0.96667rem 0;
}

.logic-follow .logic-detail img {
    width: 9.45rem;
}

.task-box4 {
    /* height:550px; */
    width: 100%;
    padding: 70px 0 50px 0;
}

.task-box4 .index-title {
    text-align: center;
}

.task-box4 .index-title span {
    font-size: 0.30833rem;
}

.task-box4 .taskbox4-content {
    margin-top: 50px;
    /* width:80%; */
    height: 780px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.task-box4 .taskbox4-content .content-left,
.task-box4 .taskbox4-content .content-right {
    width: 280px;
    height: 540px;
    background: #f7f7fc;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.task-box4 .taskbox4-content .content-left .award-type,
.task-box4 .taskbox4-content .content-right .award-type {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.task-box4 .taskbox4-content .content-left .award-type p,
.task-box4 .taskbox4-content .content-right .award-type p {
    font-size: 24px;
    margin-bottom: 10px;
    color: #3b4b5b;
}

.task-box4 .taskbox4-content .content-left .award-type p img,
.task-box4 .taskbox4-content .content-right .award-type p img {
    width: 30px;
    height: 30px;
    vertical-align: sub;
    margin-right: 10px;
}

.task-box4 .taskbox4-content .content-left .award-type span,
.task-box4 .taskbox4-content .content-right .award-type span {
    line-height: 24px;
    color: #687d9f;
    font-size: 16px;
}

.task-box4 .taskbox4-content .content-left .award-type.award-type-checked,
.task-box4 .taskbox4-content .content-right .award-type.award-type-checked {
    background: #1965EB;
}

.task-box4 .taskbox4-content .content-left .award-type.award-type-checked *,
.task-box4 .taskbox4-content .content-right .award-type.award-type-checked * {
    color: #fff !important;
}

.task-box4 .taskbox4-content .content-center {
    width: 405px;
    height: 780px;
    position: relative;
    margin: 0 95px;
    box-sizing: border-box;
}

.anli {
    height: 5.66667rem;
    background: #eff1f2;
    background-image: url("../images/anli-bg.png");
    background-size: 100% 100%;
    padding-top: 0.41667rem;
    margin-bottom: 2.5rem;
}

.anli .section-head strong,
.anli .section-head small {
    color: #fff;
}

.anli .anli-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 5.41667rem;
    margin-top: 0.25rem;
}

.anli .anli-content .content-left {
    height: 5rem;
    width: 2.91667rem;
    background-size: 100% 100%;
}

.anli .anli-content .content-left ul {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding: 0.25rem 0;
    border-radius: 10px;
}

.anli .anli-content .content-left ul>li {
    color: #fff;
    margin: 0.16667rem 0;
    cursor: pointer;
}

.anli .anli-content .content-left ul>li:nth-of-type(1) i.icon {
    background-position: 0% 44.44%;
}

.anli .anli-content .content-left ul>li:nth-of-type(2) i.icon {
    background-position: 25% 44.44%;
}

.anli .anli-content .content-left ul>li:nth-of-type(3) i.icon {
    background-position: 50% 44.44%;
}

.anli .anli-content .content-left ul>li:nth-of-type(4) i.icon {
    background-position: 75% 44.44%;
}

.anli .anli-content .content-left ul>li:nth-of-type(5) i.icon {
    background-position: 100% 44.44%;
}

.anli .anli-content .content-left ul>li .nav-wrap {
    height: auto;
    padding: 0.08333rem 0;
}

.anli .anli-content .content-left ul>li .nav-wrap .li-nav {
    padding-left: 0.41667rem;
    box-sizing: border-box;
    height: 0.33333rem;
    line-height: 0.33333rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.anli .anli-content .content-left ul>li .nav-wrap .li-nav i.icon {
    width: 0.25rem;
    height: 0.25rem;
    display: inline-block;
    margin-right: 0.16667rem;
    background-image: url(../images/task-sprite.png);
    background-size: 500%;
}

.anli .anli-content .content-left ul>li .nav-wrap .li-nav span {
    font-size: 0.2rem;
    color: #fff;
}

.anli .anli-content .content-left ul>li .nav-wrap .data {
    display: none;
}

.anli .anli-content .content-left ul>li .nav-wrap .data li p {
    color: #1965EB;
    font-size: 0.16667rem;
}

.anli .anli-content .content-left ul>li .nav-wrap .data li:first-of-type p {
    font-weight: 500;
    color: #333;
}

.anli .anli-content .content-left ul>li .nav-wrap .data li span {
    color: #777;
    font-size: 0.13333rem;
}

.anli .anli-content .content-left ul>li.li-check {
    box-sizing: border-box;
    border-left: 5px solid #1965EB;
    -webkit-animation: heightMove .5s linear;
    animation: heightMove .5s linear;
    overflow: hidden;
    background: #fff;
    color: #333 !important;
    height: 1.25rem;
    box-sizing: border-box;
    padding: 0.16667rem 0 0.24167rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.anli .anli-content .content-left ul>li.li-check .li-nav span {
    color: #333 !important;
}

.anli .anli-content .content-left ul>li.li-check .li-nav i.icon {
    background-position-y: 55.55% !important;
}

.anli .anli-content .content-left ul>li.li-check .nav-wrap .data {
    display: -webkit-box;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    align-items: center;
}

.anli .anli-content .content-left ul>li.li-check .nav-wrap .data li {
    width: 33.33%;
    text-align: center;
}

.anli .anli-content .content-right {
    height: 5.41667rem;
    width: 7.09167rem;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(3, 0, 91, 0.16);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0.20833rem;
}

.anli .anli-content .content-right>li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
}

.anli .anli-content .content-right>li:not(:first-of-type) {
    display: none;
}

.anli .anli-content .content-right>li>p {
    font-size: 0.2rem;
    color: #1965EB;
    flex-shrink: 0;
    font-weight: 500;
    padding-left: 0.20833rem;
    margin-bottom: 0.25rem;
}

.anli .anli-content .content-right>li .active-wrap {
    -webkit-box-flex: 1;
    flex: 1;
    background: #F2F5FB;
    padding: 0.225rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.anli .anli-content .content-right>li .active-wrap .active-info {
    -webkit-box-flex: 1;
    flex: 1;
}

.anli .anli-content .content-right>li .active-wrap .active-info .account {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0.25rem;
}

.anli .anli-content .content-right>li .active-wrap .active-info .account img {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.16667rem;
}

.anli .anli-content .content-right>li .active-wrap .active-info .account span {
    font-size: 0.16667rem;
}

.anli .anli-content .content-right>li .active-wrap .active-info .special {
    font-size: 0.2rem;
    font-weight: 600;
}

.anli .anli-content .content-right>li .active-wrap .active-info .special::before {
    content: "";
    display: inline-block;
    width: 0.11667rem;
    height: 0.11667rem;
    border-radius: 50%;
    background: #ff9f3e;
    margin-right: 0.08333rem;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data {
    padding-left: 0.2rem;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data>p {
    margin: 0.2rem 0 0.16667rem;
    font-size: 0.13333rem;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data ul {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    font-size: 0.15rem;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data ul li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data ul li .icon {
    width: 0.25rem;
    height: 0.25rem;
    display: inline-block;
    background-image: url(../images/task-sprite.png);
    background-size: 500%;
    margin-bottom: 0.16667rem;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data ul li:nth-of-type(1) .icon {
    background-position: 0% 66.66%;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data ul li:nth-of-type(2) .icon {
    background-position: 25% 66.66%;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data ul li:nth-of-type(3) .icon {
    background-position: 50% 66.66%;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data ul li span {
    line-height: 0.25rem;
}

.anli .anli-content .content-right>li .active-wrap .active-info .act-data .rule {
    padding-left: 0.21667rem;
    line-height: 0.25rem;
    font-size: 0.11667rem;
}

.anli .anli-content .content-right>li .active-wrap>.poster {
    width: 2.15rem;
    flex-shrink: 0;
    margin-left: 0.25rem;
    margin-top: 0.25rem;
}

.operating {
    height: 6.66667rem;
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.operating p.title {
    font-size: 0.25rem;
    position: relative;
    z-index: 1;
    background-size: 100% 50%;
    margin-bottom: 0.25rem;
}

.operating>span {
    font-size: 0.13333rem;
    margin-bottom: 0.66667rem;
}

.operating .operating-content {
    width: 10.66667rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.operating .operating-content .content-l .app-list {
    width: 4.58333rem;
    margin-right: 0.66667rem;
}

.operating .operating-content .content-l .app-list li {
    height: 0.91667rem;
    box-sizing: border-box;
    padding-left: 0.25rem;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.operating .operating-content .content-l .app-list li.app-active {
    background: #F2F2F5;
}

.operating .operating-content .content-l .app-list li.app-active strong {
    color: #1965EB;
}

.operating .operating-content .content-l .app-list li.app-active .icon {
    background-position-y: 77.77% !important;
}

.operating .operating-content .content-l .app-list li .icon {
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    background-image: url(../images/task-sprite.png);
    background-size: 500%;
    margin-right: 0.16667rem;
    flex-shrink: 0;
}

.operating .operating-content .content-l .app-list li>div {
    -webkit-box-flex: 1;
    flex: 1;
}

.operating .operating-content .content-l .app-list li>div strong {
    position: relative;
    margin-bottom: 0.125rem;
    font-size: 0.16667rem;
    font-weight: 400;
}

.operating .operating-content .content-l .app-list li>div p {
    font-size: 0.11667rem;
    color: #777777;
}

.operating .operating-content .content-l .app-list li:nth-of-type(1) .icon {
    background-position: 0% 88.88%;
}

.operating .operating-content .content-l .app-list li:nth-of-type(2) .icon {
    background-position: 25% 88.88%;
}

.operating .operating-content .content-l .app-list li:nth-of-type(3) .icon {
    background-position: 50% 88.88%;
}

.operating .operating-content .content-l .app-list li:nth-of-type(4) .icon {
    background-position: 75% 88.88%;
}

.operating .operating-content .content-l .btns {
    margin-top: 0.41667rem;
    text-align: center;
}

.operating .operating-content .content-l .btns span {
    display: inlien-block;
    width: 1.25rem;
    height: 0.41667rem;
    line-height: 0.41667rem;
    text-align: center;
    display: inline-block;
    border-radius: 0.01667rem;
    cursor: pointer;
}

.operating .operating-content .content-l .btns span:first-of-type {
    background: #1965eb;
    color: #fff;
    margin-right: 0.25rem;
}

.operating .operating-content .content-l .btns span:last-of-type {
    border: 1px solid #1965eb;
    color: #1965eb;
    background: #fff;
}

.operating .operating-content .app-desc {
    width: 5.83333rem;
}

.operating .operating-content .app-desc li {
    position: relative;
    height: 4.45rem;
    display: none;
}

.operating .operating-content .app-desc li.active {
    display: block;
}

.operating .operating-content .app-desc li:first-of-type img:first-of-type {
    position: absolute;
    right: 0;
    top: 0.71667rem;
    width: 4.20833rem;
    height: 3.09167rem;
    z-index: -1;
}

.operating .operating-content .app-desc li:first-of-type img:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 0.79167rem;
    width: 2.51667rem;
    height: 2.89167rem;
}

.operating .operating-content .app-desc li:first-of-type img:nth-of-type(3) {
    position: absolute;
    top: 0;
    left: 1.73333rem;
    width: 2.86667rem;
    height: 4.44167rem;
}

.operating .operating-content .app-desc li:first-of-type img:nth-of-type(4) {
    width: 1.525rem;
    height: 2.30833rem;
    position: absolute;
    right: 0.25rem;
    bottom: 0.41667rem;
}

.operating .operating-content .app-desc li:nth-of-type(2) img:first-of-type {
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 2.51667rem;
    height: 2.89167rem;
}

.operating .operating-content .app-desc li:nth-of-type(2) img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 1.73333rem;
    width: 2.86667rem;
    height: 4.44167rem;
}

.operating .operating-content .app-desc li:nth-of-type(2) img:nth-of-type(3) {
    position: absolute;
    right: 0;
    top: 0.25rem;
    width: 1.09167rem;
    height: 1.48333rem;
}

.operating .operating-content .app-desc li:nth-of-type(2) img:nth-of-type(4) {
    width: 2.26667rem;
    height: 0.65833rem;
    position: absolute;
    left: 2.03333rem;
    top: 0.66667rem;
}

.operating .operating-content .app-desc li:nth-of-type(3) img:first-of-type {
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 2.51667rem;
    height: 3.24167rem;
}

.operating .operating-content .app-desc li:nth-of-type(3) img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 1.73333rem;
    width: 2.86667rem;
    height: 4.44167rem;
}

.operating .operating-content .app-desc li:nth-of-type(4) img:first-of-type {
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 2.51667rem;
    height: 3.24167rem;
}

.operating .operating-content .app-desc li:nth-of-type(4) img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 1.73333rem;
    width: 2.86667rem;
    height: 4.44167rem;
}

.service {
    height: 4.16667rem;
    background-image: url(../images/service_bg.png);
    background-size: 100% 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.service p.title {
    font-size: 0.30833rem;
    margin-bottom: 0.25rem;
}

.service p.description {
    font-size: 0.13333rem;
    color: #777777;
    margin-bottom: 0.25rem;
}

.service ul {
    width: 10rem;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
}

.service ul li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 1.66667rem;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.service ul li i.icon {
    width: 0.83333rem;
    height: 0.83333rem;
    background-image: url(../images/task-sprite.png);
    background-size: 500%;
    display: inline-block;
    margin-bottom: 0.25rem;
}

.service ul li:nth-of-type(1) i.icon {
    background-position: 0% 100%;
}

.service ul li:nth-of-type(2) i.icon {
    background-position: 25% 100%;
}

.service ul li:nth-of-type(3) i.icon {
    background-position: 50% 100%;
}

.service ul li:nth-of-type(4) i.icon {
    background-position: 75% 100%;
}

.service ul li strong {
    margin-bottom: 0.25rem;
    font-size: 0.2rem;
    font-weight: normal;
}

.service ul li small {
    font-size: 0.11667rem;
    color: #9e9ea5;
    line-height: 0.16667rem;
}

.index-box1 .banner2 strong,
.index-box1 .banner3 strong {
    line-height: 0.58333rem;
    font-weight: 400;
}

.index-box1 .banner2 small,
.index-box1 .banner3 small {
    border-bottom: 1px solid #fff;
}

/*.index-box1 .banner2 p, .index-box1 .banner3 p { font-size: 0.33333rem !important; }*/

.index-box1 .banner2 .descript,
.index-box1 .banner3 .descript {
    -webkit-box-align: start;
    align-items: flex-start;
}

.index-box1 .banner2 .descript .btn,
.index-box1 .banner3 .descript .btn {
    border-radius: 5px;
    background: #1965eb;
    color: #fff;
}