/* init */
* {
    font-family: PingFang SC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

h1 {
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    line-height: 44px;
    text-align: center;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    color: #323C55;
    font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
    line-height: 36px;
    text-align: center;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    text-align: center;
}

.fl {
    float: left;
}

.md {
    float: middle;
}

.fr {
    float: right;
}


.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}


/*-------- 间距 --------*/

.ml20 {
    margin-left: 20px;
}

.mr16 {
    margin-right: 16px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr32 {
    margin-right: 32px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr80 {
    margin-right: 80px;
}

.mr150 {
    margin-right: 150px;
}

.mt20 {
    margin-top: 20px;
}

.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt48 {
    margin-top: 48px;
}

.mt56 {
    margin-top: 56px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 80px;
}


.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb30 {
    margin-bottom: 32px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.pd40 {
    padding: 40px 0px;
}

.pd60 {
    padding: 60px 0px;
}

.pd100 {
    padding: 100px 0px;
}

.w12 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: inherit;
}

.transition,
.header .head_tool .btn,
.banner .btn,
.ind_banner .btn,
.min_banner .btn {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
}


/* ------------------- fr_contact ------------------- */

.fr_entrance {
    width: 64px;
    height: auto;
    position: fixed;
    right: 4px;
    bottom: 120px;
    text-align: center;
    z-index: 2;
}

#shouquan {
    width: 64px;
    height: 84px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    cursor: pointer;
}

#shouquan img {
    width: 64px;
    height: 84px;
}

.fr_contact {
    width: 64px;
    height: auto;
    background: #668AFF;
    border-radius: 4px;
}

.fr_contact li {
    padding: 16px 6px 0px 6px;
    height: 84px;
    cursor: pointer;
}

.fr_contact li:hover {
    background: #4772FF;
    border-radius: 4px;
}

.fr_contact li .inner {
    width: 50px;
    height: 68px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fr_contact li:nth-child(3) .inner {
    border-bottom: none;
}

.fr_contact img {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-bottom: 12px;
}

.fr_contact span {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 12px;
    display: block;
}

.contact_content {
    visibility: hidden;
    position: absolute;
    font-size: 16px;
    font-weight: 800;
    color: #4772FF;
    line-height: 20px;
    text-align: left;
    cursor: default;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 8px;
}

.fr_contact li:hover .contact_content {
    visibility: visible;
}

.contact_content01 {

    top: 82px;
    left: -240px;

}

.contact_content02 {
    top: 100px;
    left: -240px;

}

.contact_content03 {
    top: 152px;
    left: -150px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.contact_content03 img {
    width: 100px;
    height: 100px;
}


/* ------------------- bottom_experience_contact ------------------- */


.bottom_experience_contact {
    width: 100%;
    height: 260px;
    background: url(../../../static/pc/bg_page_bottom@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bottom_experience_contact h2 {
    text-align: center;
    color: #FFFFFF;
}

.bottom_experience_contact .bottom_btn {
    width: 400px;
    height: 56px;
    margin: 48px auto 0 auto;
}

a.bottom_experience {
    width: 190px;
    height: 56px;
    padding: 18px 47px;
    background: #FFFFFF;
    border-radius: 8px;
}

a.bottom_experience:hover {
    transition: all .5s ease;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

a.bottom_experience img,
.bottom_contact a img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 12px;
}

a.bottom_experience span {
    font-size: 16px;
    color: #4772FF
}

.bottom_experience_contact .bottom_contact {
    position: relative;
    width: 190px;
}


.bottom_experience_contact .bottom_contact:hover {
    transition: all .5s ease;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.bottom_contact {
    width: 190px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.bottom_contact a {
    width: 190px;
    height: 56px;
    padding: 18px 30px;
    display: block;
}

.bottom_contact a span {
    font-size: 16px;
    color: #FFFFFF
}

.saoma_experience02 {
    display: none;
    width: 140px;
    height: auto;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 8px 32px 0px rgba(47, 56, 111, 0.08);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 54px;
}

.saoma_experience02 img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.saoma_experience02 p {
    font-size: 14px;
    font-weight: 400;
    color: #565A66;
    line-height: 18px;
}

.bottom_contact:hover .saoma_experience02 {
    display: block;
}


/* ------------------- top_nav ------------------- */

.header {
    width: 100%;
    height: 64px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.navbar {
    width: 1200px;
    height: 64px;
    margin: 0 auto;
}

.logo img {
    width: 144px;
    height: 24px;
    margin-top: 20px;
}

.top_nav {
    float: right;
    height: 64px;
}

.top_nav li {
    height: 64px;
    color: #333333;
}

.top_nav a.nav_item {
    line-height: 36px;
    font-size: 14px;
    font-weight: 800;
    margin-right: 60px;
    margin-top: 14px;
    display: block;
    float: left;
}

.top_nav a.current {
    color: #4772FF;
    border-bottom: 4px solid #4772FF;
}

.top_nav a.nav_item:hover {
    transition: all .3s ease;
    color: #4772FF;
    border-bottom: 4px solid #4772FF;
}

.top_nav .solution_con {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 64px;
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px -4px rgba(0, 0, 0, 0.03);
    border-radius: 0px 0px 8px 8px;
    cursor: default;
    z-index: 1;
}

.top_nav li.solution:hover .solution_con {
    display: block;
}

.solution_con a {
    width: 380px;
    height: 88px;
    background: rgb(71, 114, 255, 0.04);
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

.solution_con a:hover {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
    transition: all .5s ease;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.solution_con a:nth-child(3n+3) {
    margin-right: 0px;
}

.solution_con a h5 {
    font-size: 16px;
    font-weight: 400;
    color: #232529;
    line-height: 20px;
    margin-bottom: 12px;
}

.solution_con a:hover h5 {
    color: #4772FF;
}

.solution_con a p {
    font-size: 12px;
    font-weight: 400;
    color: #A6AEC2;
    line-height: 16px;
}

.solution_con a i {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    display: inline-block;
    background-size: cover;
}

.solution_icon01 {
    background: url(../../../static/pc/icon_industry_plan01@3x.png) center no-repeat;
}

.solution_icon02 {
    background: url(../../../static/pc/icon_industry_plan02@3x.png) center no-repeat;
}

.solution_icon03 {
    background: url(../../../static/pc/icon_industry_plan03@3x.png) center no-repeat;
}

.solution_icon04 {
    background: url(../../../static/pc/icon_industry_plan04@3x.png) center no-repeat;
}

.solution_icon05 {
    background: url(../../../static/pc/icon_industry_plan05@3x.png) center no-repeat;
}

.solution_icon06 {
    background: url(../../../static/pc/icon_industry_plan06@3x.png) center no-repeat;
}

.solution_icon07 {
    background: url(../../../static/pc/icon_industry_plan07@3x.png) center no-repeat;
}

.saoma {
    width: 100px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    background: #4772FF;
    border-radius: 4px;
    margin-top: 16px;
    position: relative;
}

.saoma a {
    width: 100px;
    height: 32px;
    display: block;
    color: #FFFFFF;
    position: relative;
}

.saoma a:hover {
    transition: background-color .3s linear;
    background: #2E5FFF;
    border-radius: 4px;
    transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.4s; /* Safari 和 Chrome */
    -o-transition: box-shadow 0.4s; /* Opera */
}

.saoma a img {
    width: 14px;
    height: 14px;
    float: left;
    margin: 9px 6px 9px 12px;
    margin-right: 8px;
    margin-top: 9px;
}

.saoma_con {
    display: none;
    position: absolute;
    right: 0px;
    top: 48px;
    width: 140px;
    height: auto;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 8px 32px 0px rgba(47, 56, 111, 0.08);
    border-radius: 0px 0px 8px 8px;
    text-align: center;
}

.saoma:hover .saoma_con {
    display: block;
}

.saoma_con img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.saoma_con p {
    font-size: 14px;
    font-weight: 400;
    color: #565A66;
    line-height: 18px;
}


.contact_content {
    visibility: hidden;
    position: absolute;
    font-size: 16px;
    font-weight: 800;
    color: #4772FF;
    line-height: 20px;
    text-align: left;
    cursor: default;
}


/* 遮罩层 */
.modal, .downloadleft {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 4;
}

/* 弹窗 */
.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -232px;
    width: 640px;
    height: 464px;
    border-radius: 24px;
    background-color: white;
    z-index: 4;
}

.modal-body {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.modal-body .top_bg {
    width: 640px;
    height: 160px;
    border-radius: 24px 24px 0px 0px;
}

.modal-body .tips_top {
    font-size: 16px;
    font-weight: 400;
    color: #FF6600;
    line-height: 20px;
    margin-top: 40px;
}

.modal-body .erweima02 {
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
}

.modal-body .tips_bottom {
    font-size: 14px;
    font-weight: 400;
    color: #656A75;
    line-height: 18px;
    margin-top: 16px;
}

.modal-body .cancen, .modal-body .cancen02 {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.modal-body .cancen img {
    width: 44px;
    height: 44px;
}


/*-------------------------------------------------------------------------------- home --------------------------------------------------------------------------------*/


/*-------- home_banner --------*/
.c-banner {
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
}

.c-banner .banner ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.c-banner .banner ul li {
    width: 100%;
    height: 640px;
    position: absolute;
    opacity: 0;
}


.c-banner .banner ul li:nth-child(1) {
    background: url("../../../static/pc/many.jpg.png") center no-repeat;
    background-size: cover;

}

.c-banner .banner ul li:nth-child(2) {
    background: url("../../../static/pc/pc_img_banner2@2x.png") center no-repeat;
    background-size: cover;
}

.c-banner .banner ul li:nth-child(3) {
    background: url("../../../static/pc/pc_img_banner3@2x.png") center no-repeat;
    background-size: cover;
}


.c-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-banner .banner ul li img {
    width: 100%;
    position: absolute;
    top: 0px;
}

.c-banner .banner ul li:first-child img {
    position: relative;
}

.c-banner .nexImg, .c-banner .preImg {
    padding: 20px 14px;
    position: absolute;
    top: 50%;
    background: #000000;
    opacity: 0.2;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
}

.c-banner .nexImg:hover, .c-banner .preImg:hover {
    background: #4772FF;
    opacity: 0.97;
}

.c-banner .preImg {
    left: 70px;
}

.c-banner .nexImg {
    right: 70px;
}

.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.c-banner .jumpBtn ul {
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li {
    width: 32px;
    height: 8px;
    background: rgb(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(0, 0, 0, 0.1);
    opacity: 0.9;
    margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
    margin-left: 0px;
}

.nav {
    width: 240px;
    height: 10px;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    margin-left: -120px;
    left: 50%;
    text-align: center;
    z-index: 1;
}

.nav dd {
    width: 32px;
    height: 8px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
}

.nav .bg {
    width: 32px;
    height: 8px;
    background: #4772FF;
    border-radius: 4px;
}


/*-------------------------------------------------------------------------------- footer--------------------------------------------------------------------------------*/

.footer {
    width: 100%;
    height: 310px;
    overflow: hidden;
    background: #2E2E2E;
}

.footer_content {
    width: 1200px;
    height: 310px;
    margin: 0 auto;
    padding-top: 40px;
}

.footer .about_info {
    width: 240px;
}

.footer h5 {
    width: 64px;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
    border-bottom: 3px solid #4772FF;
    display: block;
}

.footer .border_b {
    width: 240px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.1;
}

.footer li {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #434343;
    line-height: 50px;
}

.footer li span {
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.about_info li img {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 16px;
    margin-top: 17px;
}

.plan_info {
    width: 240px;
    margin-left: 240px;
}

.plan_info a {
    width: 240px;
    height: 50px;
    display: block;
}

.plan_info a:hover {
    transition: all .5s ease;
    width: 240px;
    height: 50px;
    background: rgba(255, 255, 255, 0.06);
    display: block;
}

.plan_info img.dot {
    width: 6px;
    height: 6px;
    margin-right: 8px;
    margin-top: 22px;
}

.plan_info img.arrowr {
    width: 14px;
    height: 14px;
    margin-top: 18px;
}

.focus_info {
    width: 240px;
    margin-left: 240px;
}

.focus01, .focus02 {
    width: 100px;
    text-align: center;
    margin-top: 20px;
}

.focus01 {
    margin-right: 40px;
}

.focus01 img, .focus02 img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.focus01 p, .focus02 p {
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.6);
    line-height: 16px;
    margin-top: 16px;
}

.copyright {
    width: 100%;
    height: 54px;
    background: #292929;
    color: rgb(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 54px;
    text-align: center;
}


.saoma_experience {
    width: 140px;
    height: auto;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 8px 32px 0px rgba(47, 56, 111, 0.08);
    border-radius: 0px 0px 8px 8px;
    text-align: center;
}

.saoma_experience img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.saoma_experience p {
    font-size: 14px;
    font-weight: 400;
    color: #565A66;
    line-height: 18px;
}


/*-------------------------------------------------------------------------------- industry common --------------------------------------------------------------------------------*/

.solution_banner {
    width: 100%;
    height: 480px;
    margin-top: 64px;
    padding-top: 80px;
}

.solution_banner h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-align: left;
    margin-bottom: 32px;
}

.solution_banner h6 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
    text-align: left;
}

.solution_banner a.experience_demo {
    width: 160px;
    height: 48px;
    border-radius: 8px;
    padding: 14px 32px;
    display: block;
    margin-top: 30px;
}

.solution_banner .saoma_experience {
    border-radius: 8px;
    margin-right: 40px;
}

.solution_banner a.experience_demo img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.solution_banner a.experience_demo span {
    font-size: 16px;
    color: #FFFFFF;
}

.solution_banner p.call {
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px;
}

.solution_con {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.solution_con .font440 {
    width: 440px;
}

.circle_l,
.circle_r,
.circle_t {
    width: 260px;
    height: 260px;
    position: absolute;
}

.circle_l {
    top: 60px;
    left: -80px;
}

.circle_r {
    top: 60px;
    right: 80px;
}

.circle_t {
    top: -80px;
    left: 50%;
    margin-left: -130px;
}


/*-------- system_display --------*/


.system_display {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FAFFFC;
}

.duan {
    width: 1200px;
    height: 60px;
    margin: 60px auto 0px auto;
    white-space: nowrap;
    border-bottom: 1px solid #EBEDF5;
}

.duan_inner {
    width: 620px;
    margin: 0 auto;
}

.terminal {
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    color: #666;;
    height: 60px;
    font-weight: 600;
    text-align: center;
}

.terminal:nth-child(3) {
    padding-right: 0
}

.terminal.active {
    color: #000000;
    border-bottom: 4px solid #000000;
    transition: background-color 1s;
    -moz-transition: background-color 1s; /* Firefox 4 */
    -webkit-transition: background-color 1s; /* Safari 和 Chrome */
    -o-transition: background-color 1s; /* Opera */
    transition: all .5s ease;
}

.display_area {
    width: 100%;
    height: 682px;
    padding: 60px 0 100px 0px;
}

.case-panel {
    position: absolute;
    width: 1200px;
    z-index: 1;
    opacity: 0;
    height: auto;
}

.case-panel.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}

.system_display li {
    width: 285px;
    height: 582px;
}

.system_display li img {
    width: 285px;
    height: auto;
    overflow: hidden;
}

.system_display ul {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

/*-------- mall_display --------*/

.mall_display .tab-1 li:nth-child(1) {
    background: url("../../../static/pc/mall_img_user_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.mall_display .tab-1 li:nth-child(2) {
    background: url("../../../static/pc/mall_img_user_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.mall_display .tab-1 li:nth-child(3) {
    background: url("../../../static/pc/mall_img_user_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.mall_display .tab-1 li:nth-child(4) {
    background: url("../../../static/pc/mall_img_user_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.mall_display .tab-2 li:nth-child(1) {
    background: url("../../../static/pc/mall_img_staff_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.mall_display .tab-2 li:nth-child(2) {
    background: url("../../../static/pc/mall_img_staff_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.mall_display .tab-2 li:nth-child(3) {
    background: url("../../../static/pc/mall_img_staff_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.mall_display .tab-2 li:nth-child(4) {
    background: url("../../../static/pc/mall_img_staff_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.mall_display .tab-3 li {
    background: url("../../../static/pc/mall_img_admin_display@2x.png") center no-repeat;
    background-size: 1200px 484px;
}

/*-------- maternal_stores_display --------*/

.maternal_stores_display .tab-1 li:nth-child(1) {
    background: url("../../../static/pc/maternal_stores_img_user_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.maternal_stores_display .tab-1 li:nth-child(2) {
    background: url("../../../static/pc/maternal_stores_img_user_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.maternal_stores_display .tab-1 li:nth-child(3) {
    background: url("../../../static/pc/maternal_stores_img_user_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.maternal_stores_display .tab-1 li:nth-child(4) {
    background: url("../../../static/pc/maternal_stores_img_user_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.maternal_stores_display .tab-2 li:nth-child(1) {
    background: url("../../../static/pc/maternal_stores_img_staff_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.maternal_stores_display .tab-2 li:nth-child(2) {
    background: url("../../../static/pc/maternal_stores_img_staff_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.maternal_stores_display .tab-2 li:nth-child(3) {
    background: url("../../../static/pc/maternal_stores_img_staff_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.maternal_stores_display .tab-2 li:nth-child(4) {
    background: url("../../../static/pc/maternal_stores_img_staff_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.maternal_stores_display .tab-3 li {
    background: url("../../../static/pc/maternal_stores_img_admin_display@2x.png") center no-repeat;
    background-size: 1200px 484px;
}

/*-------- petshop_display --------*/

.petshop_display .tab-1 li:nth-child(1) {
    background: url("../../../static/pc/petshop_img_user_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.petshop_display .tab-1 li:nth-child(2) {
    background: url("../../../static/pc/petshop_img_user_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.petshop_display .tab-1 li:nth-child(3) {
    background: url("../../../static/pc/petshop_img_user_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.petshop_display .tab-1 li:nth-child(4) {
    background: url("../../../static/pc/petshop_img_user_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.petshop_display .tab-2 li:nth-child(1) {
    background: url("../../../static/pc/petshop_img_staff_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.petshop_display .tab-2 li:nth-child(2) {
    background: url("../../../static/pc/petshop_img_staff_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.petshop_display .tab-2 li:nth-child(3) {
    background: url("../../../static/pc/petshop_img_staff_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.petshop_display .tab-2 li:nth-child(4) {
    background: url("../../../static/pc/petshop_img_staff_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.petshop_display .tab-3 li {
    background: url("../../../static/pc/petshop_img_admin_display@2x.png") center no-repeat;
    background-size: 1200px 484px;
}

/*-------- beauty_display --------*/

.beauty_display .tab-1 li:nth-child(1) {
    background: url("../../../static/pc/beauty_img_user_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.beauty_display .tab-1 li:nth-child(2) {
    background: url("../../../static/pc/beauty_img_user_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.beauty_display .tab-1 li:nth-child(3) {
    background: url("../../../static/pc/beauty_img_user_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.beauty_display .tab-1 li:nth-child(4) {
    background: url("../../../static/pc/beauty_img_user_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.beauty_display .tab-2 li:nth-child(1) {
    background: url("../../../static/pc/beauty_img_staff_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.beauty_display .tab-2 li:nth-child(2) {
    background: url("../../../static/pc/beauty_img_staff_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.beauty_display .tab-2 li:nth-child(3) {
    background: url("../../../static/pc/beauty_img_staff_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.beauty_display .tab-2 li:nth-child(4) {
    background: url("../../../static/pc/beauty_img_staff_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.beauty_display .tab-3 li {
    background: url("../../../static/pc/beauty_img_admin_display@2x.png") center no-repeat;
    background-size: 1200px 484px;
}

/*-------- petshop_display --------*/

.yoga_fitness_display .tab-1 li:nth-child(1) {
    background: url("../../../static/pc/yoga_fitness_user_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.yoga_fitness_display .tab-1 li:nth-child(2) {
    background: url("../../../static/pc/yoga_fitness_user_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.yoga_fitness_display .tab-1 li:nth-child(3) {
    background: url("../../../static/pc/yoga_fitness_user_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.yoga_fitness_display .tab-1 li:nth-child(4) {
    background: url("../../../static/pc/yoga_fitness_user_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.yoga_fitness_display .tab-2 li:nth-child(1) {
    background: url("../../../static/pc/yoga_fitness_img_staff_display01@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.yoga_fitness_display .tab-2 li:nth-child(2) {
    background: url("../../../static/pc/yoga_fitness_img_staff_display02@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.yoga_fitness_display .tab-2 li:nth-child(3) {
    background: url("../../../static/pc/yoga_fitness_img_staff_display03@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.yoga_fitness_display .tab-2 li:nth-child(4) {
    background: url("../../../static/pc/yoga_fitness_img_staff_display04@2x.png") center no-repeat;
    background-size: 281px 582px;
}

.yoga_fitness_display .tab-3 li {
    background: url("../../../static/pc/yoga_fitness_img_admin_display@2x.png") center no-repeat;
    background-size: 1200px 484px;
}


/*-------------------------------------------------------------------------------- mall --------------------------------------------------------------------------------*/

.mall_banner {
    background: url(../../../static/pc/industry_plan01_banner_bg@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.mall_banner h1 {
    color: #00BA26;
}

.mall_banner h6 {
    color: #00BA26;
}

.mall_banner a.experience_demo {
    background: #00BA26;
    box-shadow: 0px 4px 16px -4px rgba(0, 186, 38, 0.3);
}

.mall_banner a.experience_demo:hover {
    transition: all .5s ease;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(0, 186, 38, 0.3);
    box-shadow: 0px 8px 16px -2px rgba(0, 186, 38, 0.3);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.mall_banner p.call {
    color: #00BA26;
}


.mall_con li {
    width: 100%;
}

.mall_con li:nth-child(1),
.mall_con li:nth-child(3),
.mall_con li:nth-child(5),
.mall_con li:nth-child(7) {
    height: 640px;
    background: #FAFFFC;
    position: relative;
}

.mall_con li:nth-child(2),
.mall_con li:nth-child(4),
.mall_con li:nth-child(6) {
    height: 640px;
    background: #FFFFFF;
    position: relative;
}

.mall_con li:nth-child(8) {
    height: 740px;
    background: #FFFFFF;
    position: relative;
    padding-top: 120px;
    z-index: -2;
}

.mall_con li:nth-child(9) {
    height: 740px;
    background: #FAFFFC;
    position: relative;
    padding-top: 120px;
}

.mall_con li:nth-child(10) {
    height: 740px;
    background: #FFFFFF;
    position: relative;
    padding-top: 120px;
}

.mall_con li .inner {
    position: relative;
}

.mall_con li:nth-child(1) img.img_l {
    height: 560px;
    position: absolute;
    left: -24px;
    top: 40px;
}

.mall_con li:nth-child(2) img.img_r {
    height: 640px;
    position: absolute;
    right: -31px;
    top: 0px;
}

.mall_con li:nth-child(3) img.img_l {
    height: 560px;
    position: absolute;
    left: 0px;
    top: 40px;
}

.mall_con li:nth-child(4) img.img_r {
    height: 640px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mall_con li:nth-child(5) img.img_l {
    height: 560px;
    position: absolute;
    left: 0px;
    top: 40px;
}

.mall_con li:nth-child(6) img.img_r {
    height: 560px;
    position: absolute;
    right: -20px;
    top: 40px;
}

.mall_con li:nth-child(7) img.img_l {
    height: 560px;
    position: absolute;
    left: 0px;
    top: 40px;
}

.mall_con li:nth-child(8) img.img_m,
.mall_con li:nth-child(9) img.img_m,
.mall_con li:nth-child(10) img.img_m {
    height: 488px;
    display: block;
    margin: 24px auto 0px auto;
    z-index: 1;
}

.mall_con li:nth-child(8) img.img_bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.mall_con li:nth-child(1) .font_r,
.mall_con li:nth-child(3) .font_r,
.mall_con li:nth-child(5) .font_r,
.mall_con li:nth-child(7) .font_r {
    position: absolute;
    top: 160px;
    right: 0px;
}

.mall_con li:nth-child(2) .font_l,
.mall_con li:nth-child(4) .font_l,
.mall_con li:nth-child(6) .font_l {
    position: absolute;
    top: 160px;
    left: 0px;
}

.mall_con li:nth-child(2) .font_l img {
    width: 454px;
    height: 214px;
    margin-left: -12px;
    margin-top: 48px;
}

.mall_con li:nth-child(3) .font_r img {
    width: 454px;
    height: 214px;
    margin-top: 48px;
}

.mall_con li:nth-child(5) .font_r img,
.mall_con li:nth-child(6) .font_l img,
.mall_con li:nth-child(7) .font_r img {
    width: 140px;
    height: 140px;
    margin-top: 48px;
    box-shadow: 0px 12px 48px -6px rgba(0, 0, 0, 0.04);
    border-radius: 32px;
}

.mall_con li:nth-child(1) span,
.mall_con li:nth-child(2) span,
.mall_con li:nth-child(3) span,
.mall_con li:nth-child(4) span,
.mall_con li:nth-child(5) span,
.mall_con li:nth-child(6) span,
.mall_con li:nth-child(7) span {
    width: 8px;
    height: 36px;
    background: #00BA26;
    display: block;
    margin-right: 12px;
    float: left;
}

.mall_con li:nth-child(1) h2,
.mall_con li:nth-child(2) h2,
.mall_con li:nth-child(3) h2,
.mall_con li:nth-child(4) h2,
.mall_con li:nth-child(5) h2,
.mall_con li:nth-child(6) h2,
.mall_con li:nth-child(7) h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: left;
}

.mall_con li .font_m h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: center;
}

.mall_con li:nth-child(1) p,
.mall_con li:nth-child(2) p,
.mall_con li:nth-child(3) p,
.mall_con li:nth-child(4) p,
.mall_con li:nth-child(5) p,
.mall_con li:nth-child(6) p,
.mall_con li:nth-child(7) p {
    font-size: 18px;
    font-weight: 400;
    color: #656A75;
    line-height: 36px;
}

.mall_con li .font_m p {
    font-size: 18px;
    font-weight: 400;
    color: #656A75;
    line-height: 36px;
    text-align: center;
}


/*-------------------------------------------------------------------------------- maternal_stores --------------------------------------------------------------------------------*/

.maternal_stores_banner {
    background: url(../../../static/pc/industry_plan02_banner_bg@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.maternal_stores_banner h1 {
    color: #FF73AE;
}

.maternal_stores_banner h6 {
    color: #FF73AE;
}

.maternal_stores_banner a.experience_demo {
    background: #FF73AE;
    box-shadow: 0px 4px 16px -4px rgba(255, 115, 274, 0.3);
}

.maternal_stores_banner a.experience_demo:hover {
    transition: all .5s ease;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(255, 115, 274, 0.3);
    box-shadow: 0px 8px 16px -2px rgba(255, 115, 274, 0.3);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.maternal_stores_banner p.call {
    color: #FF73AE;
}

.maternal_stores_con li {
    width: 100%;
}

.maternal_stores_con li:nth-child(1),
.maternal_stores_con li:nth-child(3) {
    height: 640px;
    background: #FFFFFF;
    position: relative;
}

.maternal_stores_con li:nth-child(2),
.maternal_stores_con li:nth-child(4) {
    height: 640px;
    background: #FFFAFC;
    position: relative;
}

.maternal_stores_con li .inner {
    position: relative;
}

.maternal_stores_con li:nth-child(1) img.img_l {
    height: 640px;
    position: absolute;
    left: -24px;
    top: 0px;
}

.maternal_stores_con li:nth-child(2) img.img_r {
    height: 640px;
    position: absolute;
    right: -31px;
    top: 0px;
}

.maternal_stores_con li:nth-child(3) img.img_l {
    height: 560px;
    position: absolute;
    left: 0px;
    top: 40px;
}

.maternal_stores_con li:nth-child(4) img.img_r {
    height: 560px;
    position: absolute;
    right: 0px;
    top: 40px;
}

.maternal_stores_con li:nth-child(1) .font_r,
.maternal_stores_con li:nth-child(3) .font_r {
    position: absolute;
    top: 160px;
    right: 0px;
}

.maternal_stores_con li:nth-child(2) .font_l,
.maternal_stores_con li:nth-child(4) .font_l {
    position: absolute;
    top: 160px;
    left: 0px;
}

.maternal_stores_con li:nth-child(2) .font_l img {
    width: 454px;
    height: 214px;
    margin-left: -12px;
    margin-top: 48px;
}

.maternal_stores_con li:nth-child(3) .font_r img {
    width: 454px;
    height: 214px;
    margin-top: 48px;
}

.maternal_stores_con li span {
    width: 8px;
    height: 36px;
    background: #FF73AE;
    display: block;
    margin-right: 12px;
    float: left;
}

.maternal_stores_con li:nth-child(1) h2,
.maternal_stores_con li:nth-child(2) h2,
.maternal_stores_con li:nth-child(3) h2,
.maternal_stores_con li:nth-child(4) h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: left;
}

.maternal_stores_con li:nth-child(5) {
    height: 1040px;
    overflow: inherit;
    background: #FFFFFF;
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
}

.maternal_stores_con li .font_m h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: center;
}

.maternal_stores_con li:nth-child(1) p,
.maternal_stores_con li:nth-child(2) p,
.maternal_stores_con li:nth-child(3) p,
.maternal_stores_con li:nth-child(4) p {
    font-size: 18px;
    font-weight: 400;
    color: #656A75;
    line-height: 36px;
}

.maternal_stores_con li .font_m p {
    font-size: 18px;
    font-weight: 400;
    color: #656A75;
    line-height: 36px;
    text-align: center;
}

.function_lists {
    width: 100%;
    height: auto;
    overflow: inherit;
    margin-top: 40px;
}

.function_lists .function_li {
    width: 285px;
    height: 208px;
    float: left;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 12px 48px -6px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    text-align: center;
    padding: 24px 0px;
}

.function_lists .function_li:hover {
    transition: all .5s ease;
    -webkit-box-shadow: 0 30px 36px -12px rgba(12, 21, 35, 0.06);
    box-shadow: 0px 24px 48px 8px rgb(0 0 0 / 6%);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.function_lists .function_li img {
    width: 85px;
    height: 85px;
    display: inline-block;
}

.function_lists .function_li h3 {
    font-size: 20px;
    font-weight: 400;
    color: #232529;
    line-height: 24px;
    margin-top: 20px;
}

.function_lists .function_li p {
    font-size: 14px;
    font-weight: 400;
    color: #A6AEC2;
    line-height: 20px;
    margin-top: 12px;
}


/*-------------------------------------------------------------------------------- beauty --------------------------------------------------------------------------------*/

.beauty_banner {
    background: url(../../../static/pc/industry_plan03_banner_bg@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.beauty_banner h1 {
    color: #FC5C91;
}

.beauty_banner h6 {
    color: #FC5C91;
}

.beauty_banner a.experience_demo {
    background: #FC5C91;
    box-shadow: 0px 4px 16px -4px rgba(252, 92, 145, 0.3);
}

.beauty_banner a.experience_demo:hover {
    transition: all .5s ease;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(252, 92, 145, 0.3);
    box-shadow: 0px 8px 16px -2px rgba(252, 92, 145, 0.3);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.beauty_banner p.call {
    color: #FC5C91;
}

.beauty_characteristics {
    width: 100%;
    height: 392px;
    background: #FFFFFF;
    padding: 80px 0px;
}

.beauty_characteristics li {
    width: 400px;
    text-align: center;
}

.beauty_characteristics li img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.beauty_characteristics li h5 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.beauty_characteristics li p {
    font-size: 16px;
    font-weight: 400;
    color: #656A75;
    line-height: 20px;
    margin-bottom: 12px;
}

.beauty_con li {
    width: 100%;
}

.beauty_con li .inner {
    position: relative;
}

.beauty_con li:nth-child(1),
.beauty_con li:nth-child(3),
.beauty_con li:nth-child(5) {
    height: 640px;
    background: #FFFCFD;
    position: relative;
}

.beauty_con li:nth-child(2),
.beauty_con li:nth-child(4) {
    height: 640px;
    background: #FFFFFF;
    position: relative;
}

.beauty_con li:nth-child(6) {
    height: 846px;
    background: #2D3450;
    position: relative;
    padding-top: 160px;
}

.beauty_con li:nth-child(7) {
    height: 1040px;
    background: #FFFCFD;
    position: relative;
    padding-top: 160px;
}


.beauty_con li:nth-child(1) img.img_r {
    height: 560px;
    position: absolute;
    right: -24px;
    top: 60px;
}

.beauty_con li:nth-child(2) img.img_l {
    height: 640px;
    position: absolute;
    left: -31px;
    top: 0px;
}

.beauty_con li:nth-child(3) img.img_r {
    height: 640px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.beauty_con li:nth-child(4) img.img_l {
    height: 560px;
    position: absolute;
    left: 0px;
    top: 40px;
}

.beauty_con li:nth-child(5) img.img_r {
    height: 560px;
    position: absolute;
    right: 0px;
    top: 40px;
}

.beauty_con li:nth-child(1) .font_l,
.beauty_con li:nth-child(3) .font_l,
.beauty_con li:nth-child(5) .font_l {
    position: absolute;
    top: 160px;
    left: 0px;
}

.beauty_con li:nth-child(2) .font_r,
.beauty_con li:nth-child(4) .font_r {
    position: absolute;
    top: 160px;
    right: 0px;
}

.beauty_con li span {
    width: 8px;
    height: 36px;
    background: #FC5C91;
    display: block;
    margin-right: 12px;
    float: left;
}

.beauty_con li:nth-child(1) h2,
.beauty_con li:nth-child(2) h2,
.beauty_con li:nth-child(3) h2,
.beauty_con li:nth-child(4) h2,
.beauty_con li:nth-child(5) h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: left;
}

.beauty_con li .font_m h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: center;
}

.beauty_con li:nth-child(1) p,
.beauty_con li:nth-child(2) p,
.beauty_con li:nth-child(3) p,
.beauty_con li:nth-child(4) p,
.beauty_con li:nth-child(5) p {
    font-size: 18px;
    font-weight: 400;
    color: #656A75;
    line-height: 36px;
}

.beauty_con li .font_m p {
    font-size: 18px;
    font-weight: 400;
    color: #656A75;
    line-height: 36px;
    text-align: center;
}

.beauty_con .applicable_scenario_lists {
    margin-top: 48px;
}

.applicable_scenario_li {
    margin-bottom: 30px;
    width: 380px;
    height: 200px;
    text-align: center;
    border-radius: 12px;
}

.applicable_scenario_li:hover {
    transition: all .5s ease;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.applicable_scenario_li:hover .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    transition: all .3s;
}

.applicable_scenario_li .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 12px;
    transition: all .3s;
}

.applicable_scenario_li:nth-child(1) {
    background: url(../../../static/pc/beauty_img_cate01@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.applicable_scenario_li:nth-child(2) {
    background: url(../../../static/pc/beauty_img_cate02@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.applicable_scenario_li:nth-child(3) {
    background: url(../../../static/pc/beauty_img_cate03@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.applicable_scenario_li:nth-child(4) {
    background: url(../../../static/pc/beauty_img_cate04@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.applicable_scenario_li:nth-child(5) {
    background: url(../../../static/pc/beauty_img_cate05@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.applicable_scenario_li:nth-child(6) {
    background: url(../../../static/pc/beauty_img_cate06@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.applicable_scenario_li img {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 24px;
    margin-top: 36px;
}

.applicable_scenario_li h3 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 18px;
}

.applicable_scenario_li .line_bottom {
    width: 60px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 auto;
}

/*-------------------------------------------------------------------------------- yoga_fitness --------------------------------------------------------------------------------*/

.yoga_fitness_banner {
    background: url(../../../static/pc/industry_plan04_banner_bg@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.yoga_fitness_banner h1 {
    color: #7593FF;
}

.yoga_fitness_banner h6 {
    color: #7593FF;
}

.yoga_fitness_banner a.experience_demo {
    background: #7593FF;
    box-shadow: 0px 4px 16px -4px rgba(117, 147, 255, 0.3);
}

.yoga_fitness_banner a.experience_demo:hover {
    transition: all .5s ease;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(117, 147, 255, 0.3);
    box-shadow: 0px 8px 16px -2px rgba(117, 147, 255, 0.3);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.yoga_fitness_banner p.call {
    color: #7593FF;
}

.yoga_fitness_con li {
    width: 100%;
    height: auto;
    padding-top: 100px;
}


.yoga_fitness_con li:nth-child(2) {
    background: #FAFBFF;
    height: 808px;
}

.yoga_fitness_con li:nth-child(3) {
    background: #EAEFF3;
}

.yoga_fitness_con li .font_m h2 {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 32px;
}

.yoga_fitness_con li .font_m p {
    font-size: 18px;
    font-weight: 400;
    color: #656A75;
    line-height: 36px;
    text-align: center;
}

.yoga_fitness_con li:nth-child(1) .inner img.img_m {
    height: 518px;
    margin: 48px auto 0 auto;
    display: block;
}

.yoga_fitness_con li:nth-child(2) .function_li {
    width: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.yoga_fitness_con li:nth-child(2) .function_li img {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.yoga_fitness_con li:nth-child(2) .function_li h3 {
    font-size: 20px;
    font-weight: 400;
    color: #232529;
    line-height: 24px;
    margin-top: 16px;
    text-align: center;
}

.yoga_fitness_con li:nth-child(3) .inner img.img_m {
    height: 643px;
    margin: 48px auto 0 auto;
    display: block;
}

.yoga_fitness_con li:nth-child(4) .inner img.img_m {
    height: 532px;
    margin: 48px auto 0 auto;
    display: block;
}

.yoga_fitness_con li:nth-child(1) img.img_bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}


/*-------------------------------------------------------------------------------- petshop --------------------------------------------------------------------------------*/

.petshop_banner {
    background: url(../../../static/pc/industry_plan05_banner_bg@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.petshop_banner h1 {
    color: #FEB820;
}

.petshop_banner h6 {
    color: #FEB820;
}

.petshop_banner a.experience_demo {
    background: #FEB820;
    box-shadow: 0px 4px 16px -4px rgba(254, 184, 32, 0.3);
}

.petshop_banner a.experience_demo:hover {
    transition: all .5s ease;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(254, 184, 32, 0.3);
    box-shadow: 0px 8px 16px -2px rgba(254, 184, 32, 0.3);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.petshop_banner p.call {
    color: #FEB820;
}

.petshop_con li {
    width: 100%;
}

.petshop_con li:nth-child(1) {
    height: 660px;
    background: #FFFFFF;
    position: relative;
}

.petshop_con li:nth-child(2) {
    height: 667px;
    background: #FFFFFF;
    position: relative;
}

.petshop_con li:nth-child(3) {
    height: 684px;
    background: #FFFFFF;
    position: relative;
}

.petshop_con li:nth-child(4) {
    height: 636px;
    background: #F7F8FA;
    position: relative;
    padding-top: 100px;
}

.petshop_con li .inner {
    position: relative;
}

.petshop_con li:nth-child(1) img.img_l {
    height: 660px;
    position: absolute;
    left: -26px;
}

.petshop_con li:nth-child(1) img.img_l {
    height: 660px;
    position: absolute;
    left: -26px;
}


.petshop_con li:nth-child(2) img.img_r {
    height: 587px;
    position: absolute;
    right: -26px;
    top: 80px;
}

.petshop_con li:nth-child(3) img.img_l {
    height: 544px;
    position: absolute;
    left: 0px;
    top: 40px;
}

.petshop_con li:nth-child(1) .font_r,
.petshop_con li:nth-child(3) .font_r {
    position: absolute;
    top: 160px;
    right: 0px;
}

.petshop_con li:nth-child(2) .font_l {
    position: absolute;
    top: 160px;
    left: 0px;
}

.petshop_con li:nth-child(1) .font_r img {
    width: 80px;
}

.petshop_con li:nth-child(1) .font_r h4 {
    font-size: 24px;
    font-weight: 600;
    color: #232529;
    line-height: 28px;
    margin-bottom: 8px;
}

.petshop_con li span {
    width: 8px;
    height: 36px;
    background: #FEB820;
    display: block;
    margin-right: 12px;
    float: left;
}

.petshop_con li:nth-child(1) h2,
.petshop_con li:nth-child(2) h2,
.petshop_con li:nth-child(3) h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: left;
}

.petshop_con li .font_m h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: center;
}

.petshop_con li:nth-child(1) p,
.petshop_con li:nth-child(2) p,
.petshop_con li:nth-child(3) p {
    font-size: 18px;
    font-weight: 400;
    color: #656A75;
    line-height: 36px;
}

.petshop_con li .font_m p {
    font-size: 18px;
    font-weight: 400;
    color: #656A75;
    line-height: 36px;
    text-align: center;
}

.petshop_con li:nth-child(4) .function_li {
    width: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.petshop_con li:nth-child(4) .function_li img {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.petshop_con li:nth-child(4) .function_li h3 {
    font-size: 20px;
    font-weight: 400;
    color: #232529;
    line-height: 24px;
    margin-top: 16px;
    text-align: center;
}


/* 遮罩层 */

/* 弹窗 */
.downloadleft-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -232px;
    width: 640px;
    height: 520px;
    border-radius: 24px;
    background-color: white;
    z-index: 4;
    display: none;
}

.downloadleft-body {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.downloadleft-body .top_bg {
    width: 640px;
    height: 160px;
    border-radius: 24px 24px 0px 0px;
}

.downloadleft-body .tips_top {
    font-size: 16px;
    font-weight: 400;
    color: #FF6600;
    line-height: 20px;
    margin-top: 40px;
}

.downloadleft-body .erweima02 {
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
}

.downloadleft-body .tips_bottom {
    font-size: 14px;
    font-weight: 400;
    color: #656A75;
    line-height: 18px;
    margin-top: 16px;
}

.downloadleft-body .close {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.downloadleft-body .close img {
    width: 44px;
    height: 44px;
}


.accept_download {
    width: 160px;
    height: 48px;
    background: #4772FF;
    box-shadow: 0px 4px 16px -4px rgba(71, 114, 255, 0.3);
    border-radius: 8px;
    display: block;
    margin: 20px auto 0px auto;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}


/*-------------------------------------------------------------------------------- about_us --------------------------------------------------------------------------------*/

.about_us {
    width: 100%;
    height: 560px;
    margin-top: 64px;
    background: linear-gradient(360deg, #FFFFFF 0%, #E0E8FF 100%);
}

.about_us_title {
    width: 456px;
    margin-bottom: 80px
}

.about_us_title h1 {
    width: 100%;
    text-align: center;
    color: #4772FF;
    margin-bottom: 32px;
    margin-top: 20px;
}

.about_us_title h6 {
    width: 100%;
    text-align: center;
    color: #4772FF;
    font-size: 24px;
    line-height: 28px;
}

.top_con img.top_l {
    width: 372px;
    height: 172px;
}

.top_con img.top_r {
    width: 372px;
    height: 172px;
}

.company {
    height: 548px;
    background: #FFFFFF;
    border-radius: 40px 40px 0px 0px;
    padding: 60px 40px;
    overflow: hidden;
    margin-top: -330px;
    box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.04);

}

.company_title, .contact_title, .culture_title {
    width: 192px;
    height: 36px;
    margin: 0 auto;
}

.company_title img, .contact_title img, .our_culture img {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    margin-top: 4px;
}

.company_intro {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.company_intro span {
    font-size: 20px;
    font-weight: 800;
    color: #4772FF;
    line-height: 28px;
}

.company_intro p {
    margin-top: 24px;
}

.our_target li {
    width: 360px;
    height: 120px;
    padding: 20px;
    border-radius: 8px;
}

.our_target li:hover img {
    transition: all .5s ease;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.our_target li:nth-child(1) {
    background: url("../../../static/pc/about_bg_company01@2x.png") center no-repeat;
    background-size: cover;
}

.our_target li:nth-child(2) {
    background: url("../../../static/pc/about_bg_company02@2x.png") center no-repeat;
    background-size: cover;
}

.our_target li:nth-child(3) {
    background: url("../../../static/pc/about_bg_company03@2x.png") center no-repeat;
    background-size: cover;
}

.our_target li span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 80px;
    margin-left: 20px;
}

.our_target li img {
    width: 80px;
    height: 80px;
}

.contact {
    padding: 80px 0;
}

.contact_con {
    width: 1200px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
    margin-top: 60px;
}

.contact .contact_erweima {
    width: 320px;
    height: 320px;
    overflow: hidden;
    border-right: 1px solid #EDEDED;
    text-align: center;
}

.contact .contact_erweima img {
    width: 120px;
    height: 120px;
    margin-top: 60px;
    display: inline-block;
    margin-bottom: 40px;
}

.contact .contact_erweima p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.contact ul {
    width: 880px;
    height: 320px;
    overflow: hidden;
}

.contact ul li {
    width: 880px;
    height: 80px;
    padding: 24px 40px;
    border-bottom: 1px solid #EDEDED;
}

.contact ul li:nth-child(4) {
    border-bottom: none;
}

.contact_con ul li img {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 4px;
}

.contact_con .span_l {
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    font-size: 16px;
    margin-left: 16px;
}

.contact_con .span_r {
    background: #F4F7FF;
    width: 80px;
    height: 32px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 32px;
    text-align: center;
}

.our_culture {
    width: 100%;
    height: 526px;
    background: url("../../../static/pc/about_bg_culture@2x.png") center no-repeat;
    background-size: cover;
}

.culture_title {
    margin-bottom: 60px;
}

.our_culture li {
    width: 240px;
    height: 326px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    text-align: center;
}

.our_culture li:hover {
    transition: all .5s ease;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-box-shadow: 0 30px 36px -12px rgba(12, 21, 35, 0.06);
    box-shadow: 0 30px 36px -12px rgba(12, 21, 35, 0.06)
}

.our_culture li:nth-child(1), .our_culture li:nth-child(2), .our_culture li:nth-child(3), .our_culture li:nth-child(4) {
    margin-right: 60px;
}

.our_culture li h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.our_culture li img {
    width: 94px;
    height: 94px;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 20px;
}

.our_culture li span {
    padding: 0 8px;
    font-size: 18px;
    font-weight: 500;
    color: #848CA6;
    line-height: 36px;
}


/*-------------------------------------------------------------------------------- product --------------------------------------------------------------------------------*/

/*-------- .product_banner --------*/

.product_banner {
    width: 100%;
    height: 400px;
    background: url(../vipcardpcsourcecode_product_bg_banner@2x.png) center no-repeat;
    background-size: cover;
    margin-top: 64px;
    padding-top: 80px;
}

.product_banner .inner_con {
    width: 748px;
    height: 218px;
    margin: 0 auto;
}

.product_banner .left_ma {
    width: 180px;
    height: 218px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px 0px rgba(47, 56, 111, 0.08);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.product_banner .left_ma img {
    width: 140px;
    height: 140px;
}

.product_banner .left_ma p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #565A66;
    line-height: 18px;
}

.product_banner .right_con h1 {
    text-align: left;
    font-size: 40px;
    font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
    line-height: 44px;
    font-weight: 800;
    color: #323C55;
}

.product_banner .right_con h6 {
    margin-top: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #323C55;
    line-height: 28px;
}

/*-------- .product_tab --------*/

.product_tab {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    border-bottom: 1px solid #DCE0E6;
}

.product_tab li {
    width: 400px;
    height: 80px;
    float: left;
    text-align: center;
}

.product_tab li a {
    height: 80px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: #323C55;
    line-height: 80px;
    position: relative;
}

.product_tab li a.current {
    color: #5333FF;
    font-weight: 800;
}

.line_bottom {
    position: absolute;
    bottom: -1px;
    background: #5333FF;
    border-radius: 1px;
    height: 4px;
    width: 100%;
}


/*-------- product01 --------*/

.product01_con,
.product02_con,
.product03_con {
    height: auto;
}

.product01_con ul li,
.product02_con ul li,
.product03_con ul li {
    width: 100%;
    margin-top: 100px;
    height: auto;
    overflow: hidden;
}

.product01_con ul li:nth-child(2),
.product01_con ul li:nth-child(3),
.product01_con ul li:nth-child(4),
.product01_con ul li:nth-child(5),
.product01_con ul li:nth-child(6),
.product02_con ul li:nth-child(1),
.product02_con ul li:nth-child(3),
.product02_con ul li:nth-child(4),
.product02_con ul li:nth-child(5),
.product02_con ul li:nth-child(6),
.product02_con ul li:nth-child(7),
.product02_con ul li:nth-child(8),
.product02_con ul li:nth-child(9),
.product02_con ul li:nth-child(10),
.product02_con ul li:nth-child(11),
.product02_con ul li:nth-child(12),
.product03_con ul li:nth-child(2),
.product03_con ul li:nth-child(3),
.product03_con ul li:nth-child(4),
.product03_con ul li:nth-child(5),
.product03_con ul li:nth-child(6),
.product03_con ul li:nth-child(7),
.product03_con ul li:nth-child(8),
.product03_con ul li:nth-child(9),
.product03_con ul li:nth-child(10) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product01_con ul li h4,
.product02_con ul li h4,
.product03_con ul li h4 {
    font-size: 28px;
    font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
    font-weight: 800;
    color: #323C55;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: left;
}

.product01_con ul li:nth-child(1) h4,
.product01_con ul li:nth-child(7) h4,
.product02_con ul li:nth-child(2) h4,
.product03_con ul li:nth-child(1) h4,
.product03_con ul li:nth-child(11) h4 {
    text-align: center;
}

.product01_con ul li p,
.product02_con ul li p,
.product03_con ul li p {
    margin-bottom: 24px;
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #595959;
    line-height: 24px;
    text-align: left;
}

.product01_con ul li:nth-child(1) p,
.product02_con ul li:nth-child(2) p,
.product03_con ul li:nth-child(1) p,
.product03_con ul li:nth-child(11) p {
    text-align: center;
}

.product01_con ul li img.w600,
.product02_con ul li img.w600 {
    width: 600px;
    height: 520px;
}

.product01_con ul li img.w1000 {
    width: 1000px;
    height: 563px;
    margin: 40px auto 0px auto;
}

.product01_con ul li img.w1200,
.product02_con ul li img.w1200 {
    width: 1200px;
    height: 520px;
    margin: 40px auto 0px auto;
}

.product01_con ul li .font,
.product02_con ul li .font,
.product03_con ul li .font {
    width: 480px;
    height: auto;
}

.product02_con .img01_left {
    width: 387px;
    height: 168px;
    margin-left: 0px;
}

.product02_con .img05_right .img05_right_li {
    text-align: center;
    margin-right: 30px;
}

.product02_con .img05_right .img05_right_li img {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.product02_con .img05_right .img05_right_li p {
    font-size: 14px;
    font-weight: bold;
    color: #323C55;
    line-height: 18px;
    margin-top: 8px;
}

.product02_con .img09_right {
    width: 400px;
    height: 279px;
    margin-top: 60px;
}


.product02_con .img11_right .img11_right_li {
    width: 160px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    margin-right: 40px;
    text-align: center;
    padding: 24px 0;
}

.product02_con .img11_right .img11_right_li img {
    width: 48px;
    height: 48px;
    display: inline-block;
}

.product02_con .img11_right .img11_right_li p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    margin-top: 16px;
    text-align: center;
}

.product03_con .img01_left {
    width: 196px;
    height: auto;
    margin-top: 68px;
    margin-left: 20px;
}

.product03_con .img01_right {
    width: 196px;
    height: auto;
    margin-top: 128px;
    margin-right: 20px;
}

.product03_con .img01_left_li,
.product03_con .img01_right_li {
    width: 196px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.product03_con .img01_left_li img,
.product03_con .img01_right_li img {
    width: 60px;
    height: 60px;
    display: inline-block;
    float: left;
}

.product03_con .img05_r {
    width: 480px;
    height: 269px;
}

.product03_con .img01_left_li span,
.product03_con .img01_right_li span {
    font-size: 20px;
    font-weight: 400;
    color: #5C5E66;
    margin-left: 16px;
    line-height: 60px;
}

.product03_con img.w620 {
    width: 620px;
    margin: 0 74px;
}

.product03_con ul li img.w640 {
    width: 640px;
    height: 500px;
}

.product03_con ul li img.w840 {
    width: 840px;
    height: 640px;
    margin: 0 auto;
}

.product03_con .img09_right {
    width: 398px;
    height: 222px;
}


a.more {
    width: 140px;
    height: 48px;
    background: #5333FF;
    box-shadow: 0px 6px 20px 0px rgba(83, 51, 255, 0.3);
    border-radius: 24px;
    display: block;
    padding: 14px 24px;
}

a.more span {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
    margin-right: 8px;
}

a.more img {
    width: 20px;
    height: 20px;
}

a.more:hover {
    transition: all .5s ease;
    background: rgba(83, 51, 255, 0.9);
    width: 148px;
    -webkit-box-shadow: 0 12px 24px -4px rgba(83, 51, 255, 0.4);
    box-shadow: 0 12px 24px -4px rgba(83, 51, 255, 0.4);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

a.more:hover span {
    transition: all .5s ease;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

a.more:hover img {
    transition: all .5s ease;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}


.price_banner {
    width: 100%;
    height: 368px;
    margin-top: 64px;
    background: url(../vipcardpcsourcecode_price_bg_banner@2x.png) center no-repeat;
    background-size: cover;
}

.price_banner h1 {
    width: 100%;
    text-align: center;
    color: #323C55;
    margin-bottom: 32px;
    padding-top: 80px;
    text-align: center;
}

.price_banner h6 {
    width: 100%;
    text-align: center;
    color: #323C55;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.price_banner a.more {
    margin: 0 auto;
}

.version {
    width: 100%;
    height: 564px;
}

.version ul li {
    width: 220px;
    height: 364px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
    border-radius: 8px;
    text-align: center;
}

.version ul li:hover {
    transition: all .5s ease;
    -webkit-box-shadow: 0 12px 48px 0 rgba(47, 56, 111, 0.08);
    box-shadow: 0 30px 48px 0 rgba(47, 56, 111, 0.08);
    height: 386px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.version ul li:hover a {
    transition: all .5s ease;
    margin-top: 60px;
}

.version ul li h3 {
    width: 220px;
    height: 80px;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
    padding: 22px 0px;
}

.version ul li:nth-child(1) h3 {
    background: rgba(83, 51, 255, 0.08);
    color: #5333FF;
}

.version ul li:nth-child(2) h3 {
    background: rgba(29, 188, 157, 0.08);
    color: #1DBC9D;
}

.version ul li:nth-child(3) h3 {
    background: rgba(117, 94, 71, 0.08);
    color: #2494a7;
}

.version ul li:nth-child(4) h3 {
    background: rgba(250, 163, 76, 0.08);
    color: #FAA34C;
}

.version ul li:nth-child(5) h3 {
    background: rgba(255, 129, 3, 0.08);
    color: #ff0505;
}

.version_price {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 24px;
}

.version_price em {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
}

.version li p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 12px;
}

.version li a {
    width: 128px;
    height: 48px;
    background: #5333FF;
    box-shadow: 0px 6px 20px 0px rgba(83, 51, 255, 0.3);
    border-radius: 24px;
    display: block;
    margin: 40px auto 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
}

.version li a:hover {
    transition: all .5s ease;
    background: rgba(83, 51, 255, 0.8);
    -webkit-box-shadow: 0 12px 24px -4px rgba(83, 51, 255, 0.4);
    box-shadow: 0 12px 24px -4px rgba(83, 51, 255, 0.4);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.flex {
    display: flex;
}

.flex.space {
    justify-content: space-between;
}

.flex.center {
    justify-content: center;
}

.flex.alcenter {
    align-items: center;
}

.flex.alend {
    align-items: flex-end
}

.flex.start {
    justify-content: flex-start;
}

.flex.end {
    justify-content: flex-end;
}

.flex.wrap {
    flex-direction: row;
    flex-wrap: wrap;
}

.many-project {
    width: 270px;
    background: #fff;
    box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
    border-radius: 8px;
    padding: 40px 20px;
    height: 303px;
    text-align: center;
}

.many-project:hover {
    transition: all .5s ease;
    -webkit-box-shadow: 0 12px 48px 0 rgba(47, 56, 111, 0.08);
    box-shadow: 0 30px 48px 0 rgba(47, 56, 111, 0.08);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.many-project.ml40 {
    margin-left: 40px;
}

.many-project.mt40 {
    margin-top: 40px;
}

.many-project img {
    width: 100px;
    height: 100px;
    display: inherit;
}

.many-project .tit {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.many-project .con {
    color: #999999;
    font-size: 14px;
}
