/*閫氱敤*/

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

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

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;
}

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

.pt0 {
    padding-top: 0;
}

.w-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.2;
}

.g-line {
    background: rgba(187, 187, 187, 1);
    opacity: 0.6;
    width: 100%;
    height: 1px;
}

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


/* -header閮ㄥ垎- */


/*nav*/

header {
    background-color: #fff;
    clear: both;
}

.header-warp {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
}

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

header .header .logo {
    width: 151px;
    height: 54px;
}

header .navbar {
    /*flex: 1;*/
    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;
}

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

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

header .navbar .start-btn {
    display: block;
    background: #2794F0;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    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*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    width: 100%;
}

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

.banner-bar .banner-bar-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.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: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
}

.banner-bar .banner-btn:hover {
    background-color: #1a71e6;
    color: #fff;
}


/* -main閮ㄥ垎- */


/* 鍥炬爣鑿滃崟閮ㄥ垎 */

.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 {
    /*background-color: #fff;*/
    padding: 50px 0;
    overflow: hidden;
}

.scene-container .scene {
    /*width: 1200px;*/
    margin: 0 auto;
    overflow: hidden;
}

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

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

.scene .scene-title h2 span {
    color: #3A70F3;
}

.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 0.3s;
    cursor: default;
    border-radius: 4px;
}

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

.scene-content-text:hover .scene-content-title {
    color: #3A70F3;
    font-weight: bold;
}

.scene-content-text .scene-content-title {
    color: #333;
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 20px;
    transition: color 0.3s;
}

.scene-content-text .scene-content-subtitle {
    color: #999999;
    font-size: 14px;
    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: 60px;
    height: 60px;
}


/* 妗堜緥閮ㄥ垎 */

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

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

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

.case-wrapper {
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
    align-items: flex-start;
    /*width: 1200px;*/
    margin: 0 auto 40px auto;
    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 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.case-container .case p {
    width: 100%;
    height: 40px;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    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;
    /*width: 370px;*/
    height: 260px;
    margin-bottom: 30px;
}

.case-wrapper>a {
    width: 33.333333%;
    padding: 0 8px;
}

.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: 0px 2px 12px #52A6FF;
}

.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: #3A70F3;
    padding: 0 20px;
    text-align: center;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    z-index: 21;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

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

.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: #FFFFFF;
    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;
}

.classic-slide {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.classic-slide a {
    display: block;
    width: 30%;
}

.classic-content-bg .classic-img {
    position: relative;
    border: 1px solid #ccc;
}

.classic-item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.classic-item .classic-img .qr-box {
    display: none;
}

.classic-item .classic-img:hover .qr-box {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
}

.classic-item:hover .qr-box p {
    color: #fff;
    font-size: 16px;
}

.classic-img .qr-box {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.classic-content-bg {
    background: #fff;
    margin-bottom: 20px;
}

.classic-content-bg .classic-img {
    height: 200px;
}

.classic-content-bg .img-responsive {
    width: 100%;
    height: 100%;
}

.classic-content-bg .classic-case p {
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 20px;
}

.qr-box .qr img {
    width: 140px !important;
    height: 140px !important;
}

.classic-case-flow {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    width: 300px;
    margin: auto;
    border-top: 1px dashed #D2D2D4;
}

.classic-case-flow .classic-case-text {
    color: #aaa;
    font-size: 12px;
    width: 50%;
    text-align: center;
}

.classic-case-flow .classic-case-text:first-child {
    border-right: 1px solid #EFEDF5;
}

.classic-case-flow .classic-case-text img {
    vertical-align: -0.15em;
}


/* footer閮ㄥ垎 */

footer {
    background: #fff;
}

.footer {
    padding: 50px 0 20px;
    display: flex;
    justify-content: space-between;
    color: #333333;
}

.footer .footer-aside {
    width: 450px;
    margin-left: 100px;
}

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

.footer-link-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #717171;
}

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

.footer .footer-link-content a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}

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

.footer-dynamic-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    color: #717171;
}

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

.footer-contact .box-border {
    padding: 10px;
    position: relative;
    /* width: 160px; */
    margin-left: 10px;
}

.footer-contact .box-border .footer-link-content .icon {
    width: 4px;
    margin-right: 4px;
}

.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-trademark {
    border-top: 1px solid #f5f6f6;
    color: #A1A7B2;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.footer-trademark p {
    margin: 0;
    font-size: 14px;
}


/* -help閮ㄥ垎- */


/* -璇︽儏banner- */

.detail-banner-warp {
    width: 100%;
    font-size: 0;
    background-color: #0F0E3E;
}

.detail-banner {
    background: url(../img/detail-bg.jpg) 100% 100% no-repeat;
    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: bold;
}

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

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

.help-main {
    max-width: 1200px;
    margin: 60px auto 80px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

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

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

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

.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%; */
    flex: 1;
    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;
}

.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: #1D7DFE;
    left: 20px;
    top: 28px;
}

.contain-main .card-warp {
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #DDDDDD;
    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: #1D7DFE;
    color: #fff;
    border: 1px solid #1D7DFE;
}

.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: #333333;
    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 {
    /*text-align: center;*/
    /*padding: 40px 40px;*/
    padding: 20px 40px;
}

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

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

.help-contain .article p {
    /*font-size: 16px;*/
    /*color: #333;*/
    /*text-indent: 2em;*/
    /*line-height: 1.5;*/
    margin-top: 10px;
    margin-bottom: 10px;
    /*text-align: left;*/
    /*display: inline-block;*/
}

.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;
    display: flex;
    justify-content: center;
}


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

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 6px 12px;
    margin: 0 2px;
    text-decoration: none;
}

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

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;
    /* height: 950px; */
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
}

.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: 1px solid red; */
    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 img {
    width: 100%;
}

.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: none;
}

.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 50px;
    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: 340px;
}

.setmeal-box:first-child {
    border: 1px solid #84BE50;
}

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

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

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

.green-box .setmeal-box-top {
    background-color: #84be50;
}

.blue-box .setmeal-box-top {
    background-color: #1D7DFE;
}

.red-box .setmeal-box-top {
    background-color: #f03399;
}

.setmeal-box .setmeal-box-top h3 {
    font-weight: normal;
    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: #84BE50;
    border: 1px solid #84BE50;
}

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

.blue-box .setmeal-box-btn {
    color: #1D7DFE;
    border: 1px solid #1D7DFE;
}

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

.red-box .setmeal-box-btn {
    color: #f03399;
    border: 1px solid #f03399;
}

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


/* -鍏充簬鎴戜滑- */

.about-main {}

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

.about-contain {
    /*width: 1100px;*/
    display: block;
    margin: 20px auto;
}

.main {
    position: relative;
}


/* bg-circle */

.bg-circle {
    position: absolute;
    opacity: 0.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;
}


/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€攏ews.html鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€�*/

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

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

.news-item::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 78px;
    background-color: #1D7DFE;
    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;
}

.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: none;
    padding: 2px 6px;
    margin: 0 4px;
    color: #000000;
}

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