* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: microsoft yahei;
    width: 100%;
    overflow-x: hidden;
    background-color: #f6f5fa
}

ul,
ol {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

img {
    vertical-align: middle
}

button {
    cursor: pointer
}

.clearfix::after {
    content: '';
    display: block;
    clear: both
}

.warp {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    z-index: 11;
    position: relative
}

.space80 {
    width: 100%;
    height: 80px
}

.pt0 {
    padding-top: 0
}

.w-line {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .2
}

.g-line {
    background: #bbb;
    opacity: .6;
    width: 100%;
    height: 1px
}

.c-line {
    background: #ccc;
    width: 100%;
    height: 1px
}

header {
    clear: both
}

header .header {
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wuey {
    display: inline-block;
    float: right;
    margin-top: 12px
}

header .header .logo {
    width: 188px;
    height: 54px;
    margin-top: 10px
}

header .header .logo>a {
    height: 54px;
    display: inline-block
}

header .navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0
}

header .navbar ul {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0
}

header .navbar ul li {
    margin: 0 12px;
    color: #000;
    position: relative;
    font-size: 16px;
    transition: All .3s ease-in-out
}

header .navbar ul li:hover {
    border-bottom: 1px solid #fff
}

header .navbar ul .li:hover {
    border-bottom: 0
}

header .navbar ul li a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff
}

header .navbar ul li.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #fff
}

header .navbar .start-btn {
    display: block;
    background: #2794f0;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    border: 0;
    outline: 0;
    padding: 0 10px;
    height: 40px;
    margin-left: 20px
}

header .navbar .user-home {
    display: flex;
    justify-content: center;
    align-items: center
}

header .navbar .user-home img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd
}

.banner-bar {
    width: 100%;
    height: 600px;
    color: #fff;
    position: relative
}

.banner-bar .banner-title {
    font-size: 38px;
    line-height: 3;
    padding-top: 100px
}

.banner-bar .banner-info {
    font-size: 18px;
    line-height: 2;
    width: 530px;
    display: inline-block;
    margin-bottom: 55px
}

.banner-bar .banner-btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #fff;
    transition: all .3s;
    background: rgba(225, 225, 225, .5)
}

.wuey {
    display: inline-block
}

.region {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    transition: all .3s
}

.regionDiv {
    position: absolute;
    top: 20px;
    left: 0;
    width: 340px;
    background: #898d95;
    padding: 10px;
    display: none;
    transition: all .3s
}

.regionDiv a {
    color: #fff
}

.regionDiv li {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px;
    letter-spacing: 1px;
    width: 56px;
    text-align: center
}

.region:hover .regionDiv {
    display: block;
    transition: all .3s
}

.banner-bar .banner-btn:hover {
    background-color: #fff;
    color: #0098d3
}

.banner-text {
    font-size: 20px;
    margin: 0 0 45px;
    text-align: left
}

.banner-text li {
    margin: 30px 0 0;
    line-height: 40px
}

.banner-text li:first-child {
    font-size: 40px
}

.row {
    overflow: hidden
}

.col-md-3 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
    float: left;
    z-index: 1
}

.col-md-2_4 {
    position: relative;
    width: 20%;
    float: left
}

.col-md-2_4 .scene-content-text {
    margin: 17px 0
}

.case-container .case .case-desc {
    margin: 0 auto;
    width: 190px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-align: center
}

.scene-container {
    padding: 50px 0;
    overflow: hidden
}

.scene-container .scene {
    margin: 0 auto;
    overflow: hidden
}

.scene .scene-title {
    text-align: center
}

.scene .scene-title h2 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    position: relative
}

.scene .scene-title h2 span {
    color: #0098d3;
    border-radius: 4px
}

.scene-container .scene .scene-title p {
    margin-top: 19px;
    font-size: 18px;
    color: #666
}

.scene-content {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0 5px
}

.scene-content-text {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 17px;
    padding: 30px 0;
    width: 100%;
    height: 260px;
    transition: all .3s;
    cursor: default;
    border-radius: 4px
}

.weiter {
    position: relative
}

.textcenter {
    width: 230px;
    font-size: 18px
}

.iphone {
    width: 318px;
    position: relative
}

.iphone img {
    width: 100%
}

webkit,
::-webkit-scrollbar {
    width: 0
}

.cooperation {
    margin: 0 auto
}

.bgf {
    background: #fff
}

.iphone .iphoneDiv {
    position: absolute;
    top: 16px;
    left: 11px;
    width: 93.4%;
    height: 95.4%;
    background: #0098d3;
    border-radius: 48px;
    overflow: hidden;
    overflow-y: scroll
}

.iphone .iphoneDiv img {
    width: 100%;
    height: 100%
}

.textcenter .pic {
    height: 100px;
    margin: 62px 0;
    border-radius: 6px;
    line-height: 100px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    text-align: right
}

.textcenter .pic span {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    position: absolute;
    top: 21px;
    left: 100px
}

.textcenter22 .pic span {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    position: absolute;
    top: 21px;
    left: 60px;
    text-indent: 0
}

.textcenter22 .pic {
    height: 100px;
    margin: 62px 0;
    border-radius: 6px;
    line-height: 100px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    text-align: left
}

.weishow {
    width: 47px;
    height: 47px;
    display: inline-block;
    border-radius: 50%;
    line-height: 58px;
    background: 0 0;
    text-align: center
}

.weishow i {
    width: 25px;
    display: inline-block;
    height: 25px;
    border-radius: 50%
}

.pic1:hover .weishow1 {
    background-color: rgba(233, 236, 54, .4)
}

.weishow1 i {
    background: #e9ec36
}

.pic2:hover .weishow2 {
    background-color: rgba(81, 238, 137, .4)
}

.weishow2 i {
    background: #51ee89
}

.pic3:hover .weishow3 {
    background-color: rgba(81, 228, 238, .4)
}

.weishow3 i {
    background: #51e4ee
}

.pic4:hover .weishow4 {
    background-color: rgba(243, 114, 255, .4)
}

.weishow4 i {
    background: #f372ff
}

.pic5:hover .weishow5 {
    background-color: rgba(255, 207, 78, .4)
}

.weishow5 i {
    background: #ffcf4e
}

.pic6:hover .weishow6 {
    background-color: rgba(255, 123, 122, .4)
}

.weishow6 i {
    background: #ff7b7a
}

.textcenter .pic .imgdiv {
    width: 80px;
    display: block;
    margin: 5px auto;
    background: #0098d3;
    color: #fff;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 25px;
    margin: 0 auto 15px
}

.scene-content-text:hover {
    box-shadow: 0 0 6px 2px rgba(184, 189, 207, .4);
    background-color: #fff
}

.scene-content-text:hover .scene-content-title {
    color: #0098d3;
    font-weight: 700
}

.scene-content-text .scene-content-title {
    color: #333;
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 18px;
    transition: color .3s;
    font-weight: 600
}

.scene-content-text .scene-content-subtitle {
    color: #999;
    font-size: 13px;
    width: 126px;
    display: block;
    margin: 10px auto 0;
    line-height: 1.5
}

.scene-phone-wrapper {
    margin-top: 80px
}

.scene-content-img {
    margin: 0 auto;
    width: 90px;
    height: 90px
}

.scene-content-img img {
    width: 100%;
    height: 100%
}

.case-container {
    padding: 50px 0 0
}

.case-container .case-wrap-title {
    margin-bottom: 50px
}

.case-container .case-wrap-title h2 {
    position: relative;
    font-size: 30px;
    color: #000;
    font-weight: 400
}

.case-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 40px;
    flex-wrap: wrap
}

.case-container .case {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    z-index: 24;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.case-container .case p {
    width: 100%;
    height: 40px;
    background-color: #303848;
    color: #fff;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.case-warp .case .act-img {
    width: 100%;
    height: 220px
}

.case-warp .case .act-img img {
    width: 100%;
    height: 100%
}

.case-container .case-warp {
    position: relative;
    border-radius: 4px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    height: 260px;
    margin-bottom: 30px
}

.case-wrapper>a {
    width: 32%;
}

.case-container .case-warp:hover .case {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg)
}

.case-container .case-warp:hover .case-side {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    box-shadow: 0 2px 12px #0098d3
}

.case-container .case,
.case-container .case-side {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.case-warp .case-side {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0098d3;
    padding: 0 20px;
    text-align: center;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    z-index: 21;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.case-warp .case-side .side-t {
    color: #fff;
    font-size: 20px;
    margin: 30px auto;
    font-weight: 700
}

.case-warp .case-side .case-side-content-text {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.case-warp .case-side .case-side-content-text .side-m {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 18px
}

.case-warp .case-side .erwei {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 100px;
    height: 100px
}

footer {
    background: #303848
}

.footer {
    padding: 40px 0 0;
    display: flex;
    justify-content: space-between;
    color: #fff
}

.footer .footer-aside {
    width: 563px;
    margin-left: 150px
}

.footer-links,
.footer-links-content {
    display: flex;
    justify-content: space-between
}

.footer-link-title {
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 15px
}

.footer .footer-content {
    margin-top: 20px
}

.footer .footer-link-content a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px
}

.footer-dynamic {
    flex: 1;
    position: relative;
    margin-left: 170px
}

.footer-dynamic-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 20px
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    text-align: right
}

.footer-contact .box-border {
    position: relative
}

.footer-contact .box-border .sev-t {
    padding: 4px;
    background: #fff
}

.footer-contact .box-border .sev-t span {
    font-size: 42px;
    float: left;
    display: block;
    line-height: 56px;
    margin-right: 20px;
    color: #d3d3d3
}

.footer-contact .box-border .sev-t img {
    width: 100%;
    border: 1px solid #ccc
}

.footer-contact .box-border .sev-text {
    margin-top: 10px
}

.footer-contact .box-border .sev-text .sev-group {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px
}

.footer-contact .box-border .sev-text .sev-contact {
    font-size: 16px;
    color: #000
}

.footer-contact .box-border {
    width: 120px;
    text-align: center
}

footer {
    background: #303848
}

.footer-trademark {
    border-top: 1px solid #4c5461;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    padding: 0 0 10px;
    background: #303848;
    color: #fff
}

.footer-trademark p {
    margin: 0
}

.detail-banner-warp {
    width: 100%;
    color: #fff;
    background: url(../images/banner1.jpg) center 0%;
    background-size: cover
}

.detail-banner {
    width: 100%;
    height: 240px;
    margin: 0 auto
}

.detail-banner h1 {
    text-align: center;
    font-size: 38px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px
}

.detail-banner .banner-search {
    margin: 10px auto;
    font-size: 0;
    text-align: center;
    font-weight: 700
}

.detail-banner .banner-search input {
    width: 320px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    padding-left: 1em
}

.detail-banner .banner-search button {
    width: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #303848;
    border: 1px solid #303848;
    display: inline-block;
    vertical-align: top
}

.help-main {
    max-width: 1200px;
    min-width: 1024px;
    margin: 60px auto 80px;
    font-size: 0
}

.help-side {
    width: 22%;
    background-color: #fdfdfd;
    color: #666;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%
}

.help-side .side-item {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px
}

.help-side .side-item:last-child {
    border-bottom: 0
}

.side-item .side-title {
    font-size: 20px;
    padding-left: 25px;
    height: 60px;
    line-height: 60px
}

.side-item .side-title span {
    vertical-align: middle
}

.side-item .iconfont {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px
}

.side-list {
    font-size: 12px
}

.side-list li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.side-list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-left: 40px;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

.side-list li a::after {
    content: '';
    position: absolute;
    left: 28px;
    top: 19px;
    background-color: #000;
    width: 2px;
    height: 2px;
    border-radius: 50%
}

.side-list li:hover {
    background-color: #f0f0f0
}

.side-list li.active {
    background-color: #666
}

.help-contain {
    width: 77%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff
}

.contain-nav {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #afb5ba;
    font-size: 14px;
    padding-left: 40px;
    background-color: #f7fafc
}

.contain-nav a:last-child {
    color: #000
}

.nav {
    transition: All .3s ease-in-out;
    position: fixed;
    z-index: 13;
    width: 100%
}

.nav:hover {
    background: #303848
}

.contain-main {
    padding: 10px 32px 30px
}

.contain-main .contain-title {
    font-size: 30px;
    position: relative;
    padding-left: 30px;
    height: 70px;
    line-height: 70px
}

.contain-main .contain-title::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    background-color: #303848;
    left: 20px;
    top: 28px
}

.contain-main .card-warp {
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333
}

.contain-main .contain-card {
    width: 245px;
    height: 105px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle
}

.contain-main .contain-card span {
    display: inline-block;
    vertical-align: middle
}

.contain-main .contain-card:hover span {
    color: #fff
}

.contain-main .card-warp:hover {
    background-color: #303848;
    color: #fff;
    border: 1px solid #303848
}

.contain-main .contain-card span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5
}

.contain-bottom {
    width: 325px;
    margin: 50px auto
}

.contain-bottom .bottom-info {
    line-height: 50px;
    color: #333;
    font-size: 16px;
    height: 50px;
    display: inline-block
}

.contain-bottom .bottom-btn {
    height: 50px;
    width: 126px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background-color: #ffb521;
    border-radius: 4px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer
}

.detail-title {
    color: #000;
    font-size: 30px;
    margin-top: -45px;
    height: 90px;
    line-height: 90px;
    padding-left: 10px
}

.contain-main .detail-item-title {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    height: 50px;
    line-height: 50px
}

.contain-main .detail-item-title::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    background-color: #2794f0;
    left: 10px;
    top: 16px
}

.detail-item video {
    display: block;
    margin: 40px auto
}

.help-contain .article {
    padding: 20px 40px
}

.help-contain .article h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 2
}

.help-contain .article span {
    color: #aaa;
    font-size: 14px
}

.help-contain .article p {
    margin-top: 10px;
    margin-bottom: 10px
}

.help-contain .article .c-line {
    margin-top: 25px;
    margin-bottom: 35px
}

.help-contain .article .article-content {
    font-size: .9rem;
    color: #333;
    line-height: 1.7rem
}

.detail-banner .use-btn {
    width: 140px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 16px;
    cursor: pointer
}

.detail-banner .use-btn a {
    width: 100%;
    height: 100%;
    display: inline-block
}

.detail-banner .use-btn a:hover {
    color: #fff
}

.case-main .case-list {
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center
}

.case-main .case-list li {
    float: left;
    font-size: 20px;
    height: 80px;
    line-height: 80px;
    margin: 0 50px;
    width: 100px;
    text-align: center;
    cursor: pointer
}

.case-main .case-list li a {
    width: 100%;
    height: 100%;
    display: inline-block
}

.case-main .case-list li.active {
    color: #1d7dfe;
    border-bottom: 4px solid #1d7dfe
}

.page {
    text-align: center;
    margin-bottom: 20px
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0
}

ul.pagination li {
    display: inline-block;
    width: 45px;
    height: 35px;
    line-height: 30px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    margin: 0 10px
}

ul.pagination .disabled {
    background: #303848;
    color: #fff
}

ul.pagination .active {
    background: #303848;
    color: #fff
}

ul.pagination li a {
    color: #000;
    text-decoration: none
}

ul.pagination li a.active {
    background-color: #1d7dfe;
    border-radius: 10px;
    color: #fff
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 10px
}

.case-main .scene {
    margin-top: -45px
}

.case-content {
    position: relative;
    margin: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-around
}

.case-fill {
    display: none;
    width: 440px
}

.case-img {
    position: relative;
    flex-shrink: 0;
    margin: 60px 0;
    width: 376px;
    height: 744px;
    overflow: hidden
}

.case-img .phone-title {
    height: 35px;
    line-height: 27px;
    width: 65%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
    top: 59px;
    z-index: 10;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.case-img>img {
    position: relative;
    z-index: 1;
    width: 361px;
    height: 744px
}

.case-img #voteiframe {
    position: absolute;
    left: 15px;
    top: 93px;
    width: 330px;
    height: 635px;
    padding: 0;
    margin: 0;
    z-index: 2;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 28px;
    overflow: hidden
}

.case-img iframe {
    width: 100%;
    height: 100%
}

.case-img .case-triangle {
    position: absolute;
    left: -200px;
    top: -30px
}

.case-theme {
    position: relative;
    z-index: 5;
    margin: 60px 10px 50px;
    padding: 30px 50px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}

.case-theme .case-theme-title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 5px
}

.case-ad-desc {
    position: relative;
    padding-bottom: 30px;
    font-size: 16px;
    text-align: center;
    color: #969696
}

.case-ad-desc::after {
    content: '';
    position: absolute;
    top: 80%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #f0f0f0
}

.case-ad-desc span {
    display: inline-block;
    text-align: left
}

.case-perform-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-width: 572px;
    margin: 30px 0 50px;
    position: relative;
    text-align: center
}

.case-perform-data {
    display: table-cell;
    border-right: 1px solid #e6e6e6
}

.case-perform-data:nth-child(3) {
    border-right: 0
}

.case-perform-field {
    margin-top: -13px;
    font-size: 26px;
    color: #1d7dfe;
    line-height: 56px
}

.case-perform-value {
    display: inline-block;
    vertical-align: middle;
    font-family: Roboto-Medium, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -1px;
    font-display: swap
}

.case-perform-symbol {
    position: relative;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle
}

.case-perform-unit {
    display: inline-block;
    vertical-align: -2px;
    font-size: 18px
}

.case-perform-desc {
    font-size: 14px;
    color: #969696;
    text-align: center
}

.case-rule {
    margin: 20px 0;
    color: #999;
    line-height: 1.5;
    font-size: 12px
}

.case-link h4,
.case-description h4 {
    position: relative;
    margin: 50px 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #999
}

.case-link h4::after,
.case-description h4::after {
    content: '';
    position: absolute;
    left: 5em;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 88%;
    height: 1px;
    background: #f0f0f0
}

.case-description {
    color: #999;
    line-height: 1.5
}

.case-circle {
    position: absolute;
    right: 50px;
    bottom: 0
}

.erwei-box {
    width: 160px;
    position: absolute;
    right: 0%;
    top: 10px
}

.erwei-box img {
    width: 160px;
    height: 160px;
    border: 1px solid #ccc
}

.erwei-box p {
    text-align: center;
    color: #333;
    line-height: 2
}

.setmeal-main {
    margin-top: 50px;
    margin-bottom: 60px
}

.setmeal-main .warp {
    display: flex;
    justify-content: space-between
}

.setmeal-box {
    width: 380px
}

.setmeal-box:first-child {
    border: 1px solid #65C87A;
}

.setmeal-box:nth-child(2) {
    border: 1px solid #5097D5;
}

.setmeal-box:nth-child(3) {
    border: 1px solid #925EB1
}

.setmeal-box:last-child {
    border: 1px solid #38495C;
}

.setmeal-box .setmeal-box-top {
    width: 100%;
    height: 210px;
    text-align: center;
    color: #fff
}

.green-box .setmeal-box-top {
    background-color: #65C87A;
}

.blue-box .setmeal-box-top {
    background-color: #5097D5;
}

.red-box .setmeal-box-top {
    background-color: #925EB1
}

.bullos-box .setmeal-box-top {
    background-color: #38495C
}

.setmeal-box .setmeal-box-top h3 {
    font-weight: 400;
    font-size: 32px;
    padding-top: 40px
}

.setmeal-box .setmeal-box-top p {
    font-size: 18px;
    padding-top: 15px
}

.setmeal-box-main {
    width: 100%;
    padding: 20px 30px;
    position: relative
}

.opacity-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.setmeal-box-main p {
    font-size: 18px;
    text-align: center
}

.setmeal-box-main ul {
    list-style: circle;
    margin: 20px 0
}

.setmeal-box-main ul li {
    width: 100%;
    line-height: 2;
    font-size: 14px
}

.setmeal-box-main ul li span {
    text-align: right;
    float: right
}

.setmeal-down {
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px
}

.setmeal-down img {
    width: 18px;
    height: 18px
}

.setmeal-box-btn {
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 30px
}

.setmeal-box-btn a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.green-box .setmeal-box-btn {
    color: #2e3047;
    border: 1px solid #8bde9d;
    background: #8bde9d;
    color: #fff;
}

.green-box .setmeal-box-btn:hover,
.green-box .setmeal-box-btn a:hover {
    color: #fff;
    background-color: #65C87A
}

.blue-box .setmeal-box-btn {
    color: #fe9b71;
    border: 1px solid #78adda;
    background: #78adda;
    color: #fff;
}

.blue-box .setmeal-box-btn:hover,
.blue-box .setmeal-box-btn a:hover {
    color: #fff;
    background-color: #5097D5;
}

.red-box .setmeal-box-btn {
    color: #e84756;
    border: 1px solid #b676dc;
    background: #b676dc;
    color: #fff;
}

.red-box .setmeal-box-btn:hover,
.red-box .setmeal-box-btn a:hover {
    color: #fff;
    background-color: #925EB1
}

.bullos-box .setmeal-box-btn {
    color: #44AAF1;
    border: 1px solid #516a86;
    background: #516a86;
    color: #fff;
}

.bullos-box .setmeal-box-btn:hover,
.bullos-box .setmeal-box-btn a:hover {
    color: #fff;
    background-color: #38495C
}

.article img {
    width: 800px;
    height: auto;
    display: block;
    margin: 10px auto
}

.about-contain {
    display: block;
    margin: 20px auto
}

.main {
    position: relative
}

.bg-circle {
    position: absolute;
    opacity: .8
}

.bg-circle1 {
    width: 296px;
    height: 296px;
    top: 67px;
    right: 1430px
}

.bg-circle2 {
    width: 611px;
    height: 611px;
    top: 410px;
    left: 1285px
}

.bg-circle3 {
    width: 921px;
    height: 921px;
    top: 687px;
    right: 1510px
}

.bg-circle4 {
    width: 474px;
    height: 474px;
    top: 1352px;
    left: 1429px
}

.text-center {
    text-align: center
}

.news-contain-title {
    font-size: 30px;
    font-weight: 400;
    margin-left: 40px;
    margin-right: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-top: 30px
}

.news-item {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative
}

.news-item::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 78px;
    background-color: #303848;
    left: 44px;
    top: 10px
}

.news-item .news-pic {
    width: 200px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

.news-pic img {
    width: 100%;
    height: 100%
}

.news-info {
    width: 850px;
    display: inline-block;
    vertical-align: top
}

.news-info .news-title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 40px
}

.news-info .news-desc {
    color: #a6aaad;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ater {
    background: url(../images/bgg4.png) center 0 no-repeat;
    background-size: 100% 100%
}

.news-info .news-date {
    font-size: 14px;
    color: #a6aaad;
    margin-top: 10px
}

.pagination {
    margin-left: 400px;
    font-size: 12px
}

.news-pagination {
    text-align: center
}

.pagination>li>a,
.pagination>li>span {
    border: 0;
    padding: 2px 6px;
    margin: 0 4px
}

.pagination>.active>a {
    background-color: #2794f0;
    border-radius: 10px;
    color: #fff
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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
}

.swiper-slide img {
    height: 100%
}

.myscroll {
    width: 100%;
    height: 77px;
    overflow: hidden
}

.myscroll li {
    width: 100%;
    height: 29px
}

.assistanced {
    text-align: center;
    border-top: 1px solid #dbdbdb;
    padding: 27px 0
}

.assistanced p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #000
}

.assistanced a {
    display: inline-block;
    width: 50px;
    height: 35px;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 35px;
    margin: 0 5px;
    color: #333;
    font-size: 12px;
    border-radius: 4px
}

.assistanced a:hover {
    background: #303848;
    color: #fff;
    border: 1px solid #303848;
    transition: All .3s ease-in-out
}

.set-act-info {
    font-size: 15px;
    color: #093;
    padding: 20px 0
}

.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 110px;
    width: 70px;
    height: 240px
}

.suspension-box {
    position: relative;
    float: right
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #0098d3;
    margin-bottom: 4px;
    cursor: pointer;
    outline: 0
}

.suspension .a.active,
.suspension .a:hover {
    background: #212631
}

.suspension .a .i {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -60px 0;
    background-size: auto 100%;
    margin-top: 12px;
    margin-left: 12px
}

.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -30px 0;
    background-size: auto 100%
}

.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -60px 0;
    background-size: auto 100%
}

.suspension .a-qrcode .i {
    background-position: 0 0
}

.suspension .a-cart .i {
    background-position: -88px 0
}

.suspension .a-top .i {
    background-position: -132px 0
}

.suspension .a-top {
    background: #d2d3d6;
    display: none
}

.suspension .a-top:hover {
    background: #c0c1c3
}

.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #e0e1e5;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(161, 163, 175, .11)
}

.suspension .d-service {
    top: 0
}

.suspension .d-service-phone {
    top: 34px
}

.suspension .d-qrcode {
    top: 78px
}

.suspension .d .inner-box {
    padding: 8px 22px 12px
}

.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0
}

.suspension .d-service .d-service-item {
    border-bottom: 0
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f1f3;
    display: block;
    float: left
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/suspension-bg.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/suspension-bg.png) no-repeat center center;
    display: block;
    background-position: 0 0
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px
}

.suspension .d-service-item .text .number {
    font-family: Arial, microsoft yahei, hanhei sc, PingHei, pingfang sc, helvetica neue, Helvetica, Arial, hiragino sans gb, heiti sc, wenquanyi micro hei, sans-serif
}

.suspension .d-service-intro {
    padding-top: 10px
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888
}

.suspension .d-service-intro i {
    background: url(../images/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block
}

.suspension .d-qrcode {
    text-align: center
}

.suspension .d-qrcode .inner-box {
    padding: 20px 0
}

.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c
}