html{
    height: 100%;
}
body{
    overflow: hidden;
    height: 100%;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Microsoft YaHei' , "SimSun" , Arial !important;
    /* height: 1080px; */
    /* overflow-y: overlay; */
}
/* body::-webkit-scrollbar {
    display: none;
}
body{
    scrollbar-width: none; 
    -ms-overflow-style: none; 
} */
#main{
    position: relative;
}
.container-height{
    overflow: hidden;
    /* height: 1080px;
    min-width: 1920px; */
}
.current-page .container-title-container{
    animation: comein 2.5s;
    -webkit-animation: comein 2.5s;
}
@keyframes comein
{
	from {opacity:0;transform: translateY(200px);}
	to {opacity:1;transform: translateY(0);}
}

@-webkit-keyframes comein /* Safari and Chrome */
{
	from {opacity:0;transform: translateY(200px);}
	to {opacity:1;transform: translateY(0);}
}
.container-height:not(.current-page) .container-title-container{
    animation: comeout 1.5s;
    -webkit-animation: comeout 1.5s;
}
@keyframes comeout
{
	from {opacity:1;transform: translateY(0);}
	to {opacity:0;transform: translateY(-200px);}
}

@-webkit-keyframes comeout /* Safari and Chrome */
{
	from {opacity:1;transform: translateY(0);}
	to {opacity:0;transform: translateY(-200px);}
}
.current-page .business-unit:nth-child(1){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0s;
}
.current-page .business-unit:nth-child(2){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.1s;
}
.current-page .business-unit:nth-child(3){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.2s;
}
.current-page .business-unit:nth-child(4){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.3s;
}
.container-height:not(.current-page) .business-unit{
    animation: fadeinup 1.5s;
    -webkit-animation: fadeinup 1.5s;
}
.current-page .solution-unit:nth-child(1){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0s;
}
.current-page .solution-unit:nth-child(2){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.05s;
}
.current-page .solution-unit:nth-child(3){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.1s;
}
.current-page .solution-unit:nth-child(4){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.15s;
}
.current-page .solution-unit:nth-child(5){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.2s;
}
.container-height:not(.current-page) .solution-unit{
    animation: fadeinup 1.5s;
    -webkit-animation: fadeinup 1.5s;
}
.current-page .increment-unit-unchosen:nth-child(1){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0s;
}
.current-page .increment-unit-unchosen:nth-child(2){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.1s;
}
.current-page .increment-unit-unchosen:nth-child(3){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.2s;
}
.current-page .increment-unit-unchosen:nth-child(4){
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0.3s;
}
.container-height:not(.current-page) .increment-unit-unchosen{
    animation: fadeinup 1.5s;
    -webkit-animation: fadeinup 1.5s;
}
.current-page .bottom-head-container{
    animation: fadeindown 2.5s;
    -webkit-animation: fadeindown 2.5s;
    animation-delay: 0s;
}
.container-height:not(.current-page) .bottom-head-container{
    animation: fadeinup 1.5s;
    -webkit-animation: fadeinup 1.5s;
}
@keyframes fadeindown
{
	from {opacity:0;transform: translateY(2000px);}
	to {opacity:1;transform: translateY(0);}
}

@-webkit-keyframes fadeindown /* Safari and Chrome */
{
	from {opacity:0;transform: translateY(2000px);}
	to {opacity:1;transform: translateY(0);}
}
@keyframes fadeinup
{
	from {opacity:1;transform: translateY(0);}
	to {opacity:0;transform: translateY(-200px);}
}

@-webkit-keyframes fadeinup /* Safari and Chrome */
{
	from {opacity:1;transform: translateY(0);}
	to {opacity:0;transform: translateY(-200px);}
}
.current-page .customer-unit:nth-child(1){
    animation: fadeinleft 2.5s;
    -webkit-animation: fadeinleft 2.5s;
    animation-delay: 0s;
}
.current-page .customer-unit:nth-child(2){
    animation: fadeinleft 2.5s;
    -webkit-animation: fadeinleft 2.5s;
    animation-delay: 0.05s;
}
.current-page .customer-unit:nth-child(3){
    animation: fadeinleft 2.5s;
    -webkit-animation: fadeinleft 2.5s;
    animation-delay: 0.1s;
}
.current-page .customer-unit:nth-child(4){
    animation: fadeinleft 2.5s;
    -webkit-animation: fadeinleft 2.5s;
    animation-delay: 0.15s;
}
.current-page .customer-unit:nth-child(5){
    animation: fadeinleft 2.5s;
    -webkit-animation: fadeinleft 2.5s;
    animation-delay: 0.2s;
}
.current-page .customer-unit:nth-child(6){
    animation: fadeinleft 2.5s;
    -webkit-animation: fadeinleft 2.5s;
    animation-delay: 0.25s;
}
.container-height:not(.current-page) .customer-unit{
    animation: fadeinup 1.5s;
    -webkit-animation: fadeinup 1.5s;
}
@keyframes fadeinleft
{
	from {opacity:0;transform: translateX(2000px);}
	to {opacity:1;transform: translateX(0);}
}

@-webkit-keyframes fadeinleft /* Safari and Chrome */
{
	from {opacity:0;transform: translateX(2000px);}
	to {opacity:1;transform: translateX(0);}
}
/* 头部 */
.header{
    width: 100%;
    min-width: 1500px;
    position: fixed;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 99;
    
    /* animation: myfirst 1.5s;
    -webkit-animation: myfirst 1.5s; */
}
/* @keyframes myfirst
{
	from {top:-80px;}
	to {top:0;}
}

@-webkit-keyframes myfirst /* Safari and Chrome 
{
	from {top:-80px;}
	to {top:0;}
} */
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding:0 45px 0 66px; */
    /* min-width: 1140px; */
    height: 80px;
    line-height: 80px;
}
.header-logo{
    display: flex;
    align-items: center;
    margin-left: 66px;
}
.header-logo div{
    font-size: 24px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 21px;
}
.head-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #FFFFFF;
    width: 680px;
}
.second{
    position: relative;
}
.second:hover .head-second-menu{
    visibility: visible;
    opacity: 1;
}
.head-second-menu{
    position: absolute;
    top: 80px;
    width: 170px;
    background: rgba(255,255,255,1);
    color: #333333;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.head-second-menu-unchosen{
    line-height: 46px;
    font-size: 16px;
}
.head-second-menu-unchosen:hover{
    background: #43A976;
    color: #FFFFFF;
}
.head-menu-chosen{
    border-top: 3px solid #43A976;
    color: #FFFFFF;
    background: #43A976;
    line-height: 77px;
    width: 170px;
    text-align: center;
}
.head-menu-unchosen{
    cursor: pointer;
    width: 170px;
    text-align: center;
}
.head-menu-unchosen:hover{
    color: #43A976;
}
.head-phone{
    display: flex;
    align-items: center;
    font-size: 26px;
    /* font-family: Microsoft YaHei; */
    font-weight: bold;
    color: #43A976;
    margin-right: 45px;
}
.head-free-btn{
    width: 138px;
    height: 39px;
    background: #43A976;
    border-radius: 24px;
    font-size: 18px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    margin-right: 65px;
}

.main-container{
    position: absolute;
    top: 0;
    width: 100%;
    transition: 1.5s;
}
.container-title{
    font-size: 70px;
    /* font-family: Source Han Sans CN; */
    font-weight: 500;
    color: #43A976;
    line-height: 70px;
    text-align: center;
}
.container-title-ZH{
    font-size: 40px;
    /* font-family: Source Han Sans CN; */
    font-weight: 800;
    color: #333333;
    line-height: 40px;
    text-align: center;
}
/* 右侧按钮 */
.right-side{
    position: fixed;
    bottom: 100px;
    right: 55px;
    z-index: 99;
    animation: myright 1.5s;
    -webkit-animation: myright 1.5s;
}
@keyframes myright
{
	from {opacity:0;}
	to {opacity:1;}
}

@-webkit-keyframes myright /* Safari and Chrome */
{
	from {opacity:0;}
	to {opacity:1;}
}
.right-unit{
    padding: 10px;
    background: #43A976;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.right-unit:not(:first-child){
    margin-top: 10px;
}
.right-code{
    position: absolute;
    right: 55px;
    top: -75px;
    opacity: 1;
    background: url('../images/tct.png');
    width: 178px;
    height: 198px;
    text-align: center;
    transition: 1s;
    display: none;
    text-align: center;
}
.right-code img{
    margin: 0 10px 0 0;
}
.right-code-item{
    font-size: 15px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
#right-unit1:hover .right-code{
    display: block;
    animation: myopacity 1s;
    -webkit-animation: myopacity 1s;
}
#right-unit2:hover .right-code{
    display: block;
    animation: myopacity 1s;
    -webkit-animation: myopacity 1s;
}
#right-unit3:hover .right-code{
    display: block;
    animation: myopacity 1s;
    -webkit-animation: myopacity 1s;
}
.right-tip{
    position: absolute;
    right: 55px;
    top: 6px;
    opacity: 1;
    background: url('../images/展开.png');
    width: 136px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transition: 1s;
    display: none;
}
#right-unit1:hover .right-tip{
    display: block;
    animation: myopacity 1s;
    -webkit-animation: myopacity 1s;
}
#right-unit2:hover .right-tip{
    display: block;
    animation: myopacity 1s;
    -webkit-animation: myopacity 1s;
}
#right-unit3:hover .right-tip{
    display: block;
    animation: myopacity 1s;
    -webkit-animation: myopacity 1s;
}
@keyframes myopacity
{
	from {opacity:0;}
	to {opacity:1;}
}

@-webkit-keyframes myopacity /* Safari and Chrome */
{
	from {opacity:0;}
	to {opacity:0;}
}
/* 第一页 */
.container1{
    width: 100%;
    position: relative;
}
.container1-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 35px;
    visibility: hidden;
}
.layui-this .container1-bottom{
    visibility: inherit;
}
.container1-info{
    font-size: 14px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 147px;
}
.container1-info span{
    font-size: 16px;
    /* font-family: Microsoft YaHei; */
    font-weight: bold;
    color: #43A976;
    line-height: 16px;
}
.container1-img{
    margin-top: 42px;
    cursor: pointer;
}
.container1-btn-container{
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-top: 100px;
}
.banner-unit{
    position: relative;
}
.banner-title{
    object-fit: cover;
    /* width: 100%; */
    height: 100%;
}
.detail-btn{
    width: 145px;
    height: 42px;
    background: #46A976;
    border-radius: 20px;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    cursor: pointer;
    margin-right: 40px;
}
.free-btn{
    width: 145px;
    height: 42px;
    background: #F8F8F6;
    border-radius: 20px;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #46A976;
    line-height: 42px;
    cursor: pointer;
}
.banner-run{
    position: relative;
    height: 100%;
}
.banner-container{
    display: flex;
    height: 100%;
    position: absolute;
    left: 0;
    transition: 0.5s;
}
.banner-container img{
    object-fit: cover;
    width: 100%;
}
.banner-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner-left{
    position: absolute;
    left: 10.625%;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}
.banner-right{
    position: absolute;
    right: 10.625%;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}
.layui-this .banner-title{
    animation: mybanner 1.5s;
    -webkit-animation: mybanner 1.5s;
}
@keyframes mybanner
{
	from {opacity:0;transform: translateY(-2000px);}
	to {opacity:1;transform: translateY(0);}
}

@-webkit-keyframes mybanner /* Safari and Chrome */
{
	from {opacity:0;transform: translateY(-2000px);}
	to {opacity:1;transform: translateY(0);}
}
.layui-this .container1-btn-container{
    animation: mybannerbtn 1.5s;
    -webkit-animation: mybannerbtn 1.5s;
}
@keyframes mybannerbtn
{
	from {opacity:0;transform: translateY(2000px);}
	to {opacity:1;transform: translateY(0);}
}

@-webkit-keyframes mybannerbtn /* Safari and Chrome */
{
	from {opacity:0;transform: translateY(2000px);}
	to {opacity:1;transform: translateY(0);}
}
/* 第二页 */
.container2{
    background: url('../images/img1.jpg') ;
    background-size: cover;
}
.business-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1220px;
    margin: 4.42% auto 0;
}
.business-unit{
    width: 285px;
    height: 281px;
    padding: 47px 0px;
    text-align: center;
    background: #fff;
}
.business-img{
    height: 137px;
}
.business-img:hover{
    transform: rotateY(360deg);
    transition: 2s;
}
.business-title{
    font-size: 24px;
    text-align: center;
    padding: 40px 0 16px 0;
    background: url(../images/line.png) no-repeat bottom;
}
.business-introduction{
    margin: 21px 0 0 0;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
/* 第三页 */
.container3{
    background: url('../images/bg.jpg');
    background-size: cover;
}
.solution-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.solution-unit{
    flex: 1;
    height: 596px;
    margin-top: 2.604%;
    cursor: pointer;
}
.solution-unit-container{
    height: 100%;
    background: rgba( 67,169,118, 0);
    transition: 0.5s;
    position: relative;
}
.solution-unit-container:hover{
    background: rgba( 67,169,118, 0.8);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.36);
}
.solution-unit-padding{
    padding: 75px 0 0 23px;
}
.solution-unit-engtitle{
    font-size: 28px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.solution-unit-chititle{
    font-size: 33px;
    /* font-family: Source Han Sans CN; */
    font-weight: bold;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 50px;
}
.solution-unit-tip{
    font-size: 20px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 52px;
    margin-left: -22px;
    opacity: 0;
    transition: 0.5s;
}
.solution-unit-container:hover .solution-unit-tip{
    opacity: 1;
    margin-left: 0;
}
.solution-unit-img{
    position: absolute;
    left: 0;
    bottom: 43px;
    opacity: 0;
    transition: 0.5s;
}
.solution-unit-container:hover .solution-unit-img{
    opacity: 1;
    left: 33px;
}
/* 第四页 */
.container4{
    background: url('../images/img2.jpg') ;
    background-size: cover;
}
.increment-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1320px;
    margin: 3.958% auto 0;
}
.increment-arrowleft{
    margin-right: 50px;
}
.increment-arrowright{
    margin-left: 50px;
}
.increment-unit-unchosen{
    width: 265px;
    height: 325px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.increment-unit-unchosen:hover{
    background: #43A976;
    cursor: pointer;
}
.increment-unit-container{
    padding: 94px 0 0 0;
    transition: 0.5s;
    height: 100%;
    box-sizing: border-box;
}
.increment-unit-container:hover{
    padding: 61px 0 0 0;
}
.increment-img-unchosen{
    height: 90px;
}
.increment-title{
    font-size: 18px;
    text-align: center;
    padding: 22px 0 0px 0;
    color: #fff;
}
.increment-introduction{
    margin: 20px auto 0;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}
.increment-unit-container:hover .increment-introduction{
    opacity: 1;
}
/* 第五页 */
.container5{
    background: url('../images/img4.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1218px;
    margin-top: 80px;
}
.customer-arrowleft{
    margin-right: 50px;
}
.customer-arrowright{
    margin-left: 30px;
}
.customer-units{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.customer-unit{
    width: 386px;
    background: #FFFFFF;
    margin: 0 18px 20px 0;
    box-shadow: 0px 6px 8px 0px #F0F4FC;
    border: 1px solid transparent;
    transition: 0.5s;
}
.customer-unit:hover{
    border: 1px solid #43A976;
    box-shadow: 0px 6px 8px 0px #43A976;
    /* cursor: pointer; */
}
.customer-img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.customer-line{
    height: 1px;
    background: #E5E5E5;
}
.customer-title{
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 21px;
    text-align: center;
}
.customer-introduction{
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 15px;
}
.chosen-flag{
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    padding: 8px 0 10px;
    background: #43A976;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
}
.customer-unit:hover .chosen-flag{
    opacity: 1;
}
/* 第六页 */
.container6{
    position: relative;
}
.bottom-head{
    height: 53.33%;
    background: url('../images/dbtu.jpg');
    background-size: cover;
    overflow: hidden;
}
.bottom-bottom{
    background: #1F272D;
    height: 46.67%;
}
.bottom-head-title{
    font-size: 30px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    padding-top: 8.229%;
    text-align: center;
}
.bottom-head-tip-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}
.bottom-head-tip{
    font-size: 14px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}
.bottom-head-line{
    height: 14px;
    width: 1px;
    margin: 0 28px;
    background: #FFFFFF;
}
.bottom-head-seach-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}
.name-input{
    height: 42px;
    border: none;
    padding-left: 30px;
    border-radius: 21px 0 0 21px;
    width: 140px;
}
.name-mobile-line{
    height: 42px;
    background: #C1C1C1;
    width: 1px;
}
.mobile-input{
    height: 42px;
    border: none;
    padding-left: 20px;
    width: 140px;
}
.submit-btn{
    height: 42px;
    line-height: 42px;
    padding: 0 30px 0 20px;
    background: #46A976;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 0 21px 21px 0;
}
.consult-btn{
    width: 125px;
    height: 42px;
    border: 1px solid #FFFFFF;
    opacity: 0.9;
    border-radius: 21px;
    background: transparent;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin: 0 10px 0 20px;
    cursor: pointer;
}
.bottom-head-phone-container{
    margin-top: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-head-phone{
    font-size: 30px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 70px 0 30px;
}
.bottom-bottom-container{
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.bottom-bottom-left-top{
    display: flex;
    align-items: center;
}
.bottom-bottom-left-top-tip{
    font-size: 24px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-left: 21px;
}
.bottom-bottom-left-bottom{
    margin: 13px 0 0 62px;
}
.bottom-bottom-left-bottom-phone{
    font-size: 30px;
    /* font-family: Source Han Sans CN; */
    font-weight: 500;
    color: #43A976;
    line-height: 30px;
    margin-top: 66px;
}
.bottom-bottom-left-bottom-item{
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #99AABE;
    line-height: 14px;
    margin-top: 30px;
}
.bottom-gai{
    margin-top: 80px;
    display: flex;
}
.bottom-bottom-right-bottom-bottom{
    display: flex;
}
.bottom-bottom-right-bottom-bottom-tip{
    margin: 20px 0 0 20px;
    font-size: 15px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #99AABE;
    line-height: 15px;
}
.bottom-bottom-line{
    margin: 12px 48px 0 29px;
    width: 1px;
    height: 341px;
    background: #233854;
}
.bottom-bottom-right{
    margin-top: 24px;
}
.bottom-bottom-right-top{
    display: flex;
}
.bottom-bottom-right-top-title{
    font-size: 20px;
    /* font-family: Source Han Sans CN; */
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
    cursor: pointer;
}
.bottom-bottom-right-bottom{
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-left: 79px;
}
.bottom-bottom-right-bottom-tip{
    font-size: 27px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #99AABE;
    line-height: 27px;
    margin-right: 5px;
}
.bottom-bottom-right-bottom-tip-sign{
    width: 47px;
    height: 47px;
    background: #43A976;
    border-radius: 50%;
    line-height: 47px;
    text-align: center;
    font-size: 27px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 10px;
}
.bottom-bottom-bottom{
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #99AABE;
    line-height: 14px;
}
/* 使用 */
.email-overflow{
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hidden{
    overflow: hidden;
}
.none{
    display: none !important;
}
.email-container{
    display: flex;
    position: relative;
}
.close-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.email-container img{
    display: block;
}
.info-container{
    height: 580px;
    width: 600px;
    background: #FFFFFF;
}
.success-container{
    height: 580px;
    width: 600px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-tip{
    font-size: 30px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #434343;
    line-height: 30px;
    margin-top: 40px;
    text-align: center;
}
.email-title{
    font-size: 36px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #43A977;
    margin: 62px auto 0;
    line-height: 36px;
    padding-bottom: 32px;
    text-align: center;
}
.email-item{
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}
.email-input{
    width: 438px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-left: 14px;
    border: none;
}
.email-divider{
    margin: 19px auto 0;
    width: 482px;
    height: 1px;
    background: #D7D8D9;
}
.email-btn{
    cursor: pointer;
    width: 482px;
    height: 60px;
    background: #43A977;
    border-radius: 6px;
    line-height: 60px;
    font-size: 20px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    margin: 50px auto 0;
    text-align: center;
}
.email-tip{
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #909399;
    text-align: center;
    margin-top: 38px;
}
.error::placeholder{
    color: red;
}