.tem09-guide-language{width: 100%;position: fixed;bottom: 0;left: 0;padding: 0 50px;background-color: rgba(0,0,0,0.6);box-shadow: 0 0 2px rgba(0,0,0,0.1);z-index: 30;}
.designer-body .tem09-guide-language{bottom: 45px;}
.tem09-guide-language .text{padding: 15px 0;display: flex;-ms-flex-pack: start;-ms-flex-align: center;align-items: center;justify-content: space-between;position: relative;}
.tem09-guide-language .text .title{color: #fff;margin-right: 20px;}
.tem09-guide-language .text .btn{background-color: #fff;color: #333;font-size: 12px;border-radius: 30px;padding: 15px 34px;}
.tem09-guide-language .guan{position: absolute;bottom: 100%;right: 50px;width: 40px;height: 40px;background-color: inherit;cursor: pointer;color: #fff;}
.tem09-guide-language .guan>span{transition: 0.5s;transform: rotate(0);position: absolute;left: 0;top: 0;right: 0;bottom: 0;line-height: 40px;text-align: center;font-size:22px;}
.tem09-guide-language .guan:hover>span{transform: rotate(180deg);}
@media (max-width:780px){
    .tem09-guide-language{display: none;}
}