.liucheng {
    width: 100%;
    height: 6.4rem;
    background: url(/huichuang_img/liucheng_bg.png) center no-repeat;
    background-size: cover;
    padding: 1.32rem 0 1.68rem;
    box-sizing: border-box;
}
.kehu{
    padding-top: 0.94rem;
    padding-bottom: 2.63rem;
}
.kehu .kehu_mane{
    font-weight: 600;
    font-size: 0.5rem;
    color: #000000;
    text-align: center;
    margin-bottom: 0.15rem;
    /*letter-spacing: 0.08rem;*/
}
.kehu .kehu_txt{
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    text-align: center;
    /*letter-spacing: 0.04rem;*/
    margin-bottom: 2.05rem;
}
.kehu .kehu_body{
    width: 14.08rem;
    height: 4.06rem;
    margin: 0 auto;
    position: relative;
}
.kehu .kehu_body img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.kehu .kehu_body .kehu_title{
    font-weight: 300;
    font-size: 0.75rem;
    color: #000000;
    text-align: center;
    /*letter-spacing: 0.07rem;*/
    padding-top: 1.37rem;
}
.kehu .kehu_body .kehu_item{
    width: 1.24rem;
    height: 1.24rem;
    background: #2C2C2C;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
}
.kehu .kehu_body .kehu_item::before{
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.01rem dashed #767676;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.kehu .kehu_body .kehu_item .kehu_en{
    width: 100%;
    font-weight: 400;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
}
.kehu .kehu_body .kehu_item .kehu_pan{
    width: 100%;
    font-weight: bold;
    font-size: 0.17rem;
    color: #FFFFFF;
    text-align: center;
}
.kehu .kehu_body .kehu_item:nth-child(3){
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
}
.kehu .kehu_body .kehu_item:nth-child(4){
    bottom: 0.39rem;
    left: 0.75rem;
}
.kehu .kehu_body .kehu_item:nth-child(5){
    bottom: 0.31rem;
    right: 0.6rem;
}
.kehu .kehu_body .kehu_key1 span,
.kehu .kehu_body .kehu_key2 span,
.kehu .kehu_body .kehu_key3 span{
    font-weight: 300;
    font-size: 0.3rem;
    color: #AAAAAA;
    position: absolute;
}
.kehu .kehu_body .kehu_key1 span:nth-child(1){
    top: -0.39rem;
    left: 4.44rem;
}
.kehu .kehu_body .kehu_key1 span:nth-child(2){
    top: -0.24rem;
    left: 3.08rem;
}
.kehu .kehu_body .kehu_key1 span:nth-child(3){
    top: 0.16rem;
    left: 1.55rem;
}
.kehu .kehu_body .kehu_key1 span:nth-child(4){
    top: 0.74rem;
    left: 0.24rem;
}
.kehu .kehu_body .kehu_key2 span:nth-child(1){
    top: -0.31rem;
    right: 3.77rem;
}
.kehu .kehu_body .kehu_key2 span:nth-child(2){
    top: -0.12rem;
    right: 2.41rem;
}
.kehu .kehu_body .kehu_key2 span:nth-child(3){
    top: 0.35rem;
    right: 0.92rem;
}
.kehu .kehu_body .kehu_key2 span:nth-child(4){
    top: 0.96rem;
    right: -0.11rem;
}
.kehu .kehu_body .kehu_key3 span:nth-child(1){
    bottom: -0.4rem;
    left: 4.14rem;
}
.kehu .kehu_body .kehu_key3 span:nth-child(2){
    bottom: -0.57rem;
    left: 6.14rem;
}
.kehu .kehu_body .kehu_key3 span:nth-child(3){
    bottom: -0.5rem;
    right: 5.65rem;
}
.kehu .kehu_body .kehu_key3 span:nth-child(4){
    bottom: -0.24rem;
    right: 3.65rem;
}









.liucheng .liucheng_name {
    text-align: center;
    font-weight: 600;
    font-size: 0.5rem;
    color: #FFFFFF;
    /* letter-spacing: 0.08rem; */
    margin-bottom: 1.11rem;
}

.container {
    display: flex;
    column-gap: 0.38rem;
}

.card-container {
    width: 4.09rem;
    height: 2.2rem;
    perspective: 1000px;
    cursor: pointer;
}

.card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-container.flipped .card {
    transform: rotateY(180deg);
}

.card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0.1rem;
    display: flex;
    justify-content: space-between;
    padding: 0.32rem 0.31rem;
    overflow: hidden;
    background: rgba(255,255,255,0.36);
    border: 0.01rem solid rgba(255,255,255,0.56);
}
.card-back {
    transform: rotateY(180deg);
}

.card .icon {
    width: 0.58rem;
    height: 0.58rem;
}
.card .card-txt{
    width: 2.7rem;
}
.card .card-txt .card-title {
    font-weight: 600;
    font-size: 0.25rem;
    color: #FFFFFF;
    margin-bottom: 0.11rem;
}

.card .card-txt .card-desc {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 1.6;
}





.shouhou {
    padding: 1.29rem 0 1.46rem;
    box-sizing: border-box;
}

.shouhou .shouhou_title {
    text-align: center;
    font-weight: 600;
    font-size: 0.5rem;
    color: #000000;
    margin-bottom: 1.12rem;
    /* letter-spacing: 0.09rem; */
}

.shouhou .shouhou_body {
    display: flex;
    justify-content: space-between;
}

.shouhou .shouhou_body .shouhou_txt {
    width: 5.24rem;
    height: auto;
}

.shouhou .shouhou_body .shouhou_txt .shouhou_titlt {
    margin-top: 0.47rem;
    font-weight: 600;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.27rem;
}

.shouhou .shouhou_body .shouhou_txt .shouhou_cont,
.shouhou .shouhou_body .shouhou_txt .shouhou_cont p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.9;
}

.shouhou .shouhou_body .shouhou_img {
    width: 7rem;
    height: 4.3rem;
    overflow: hidden;
}









@media only screen and (max-width: 1024px) {
.kehu .kehu_body{
    width: 100%;
    height: 2.06rem;
}
.kehu .kehu_body .kehu_title{
    font-size: 0.35rem;
    padding-top: 0.87rem;
}
.kehu .kehu_body .kehu_key1 span:nth-child(1){
    top: -0.39rem;
    left: 2.44rem;
}
.kehu .kehu_body .kehu_key1 span:nth-child(2){
    top: -0.34rem;
    left: 1.68rem;
}
.kehu .kehu_body .kehu_key1 span:nth-child(3){
    top: -0.2rem;
    left: 1.05rem;
}
.kehu .kehu_body .kehu_key1 span:nth-child(4){
    top: -0.02rem;
    left: 0.34rem;
}
.kehu .kehu_body .kehu_key2 span:nth-child(1){
    top: -0.39rem;
    right: 2.44rem;
}
.kehu .kehu_body .kehu_key2 span:nth-child(2){
    top: -0.34rem;
    right: 1.68rem;
}
.kehu .kehu_body .kehu_key2 span:nth-child(3){
    top: -0.2rem;
    right: 1.05rem;
}
.kehu .kehu_body .kehu_key2 span:nth-child(4){
    top: -0.02rem;
    right: 0.34rem;
}
.kehu .kehu_body .kehu_key3 span:nth-child(1){
    left: 2.14rem;
}
.kehu .kehu_body .kehu_key3 span:nth-child(2){
    left: 3.14rem;
}
.kehu .kehu_body .kehu_key3 span:nth-child(3){
    right: 2.65rem;
}
.kehu .kehu_body .kehu_key3 span:nth-child(4){
    right: 1.65rem;
}
.shouhou .shouhou_body{
    display: block;
}
.shouhou .shouhou_body .shouhou_txt{
    width: 100%;
}
.liucheng{
    height: auto;
}
.liucheng .container{
    display: block;
}
.liucheng .card-container{
    margin: auto;
    margin-top: 0.2rem;
}
}




