<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* �惣�賢�誯曾 */
.smartDove {
    position: fixed;
    right: 35px;
    bottom: 30px;
    display: block;
    width: 90px;
    z-index: 10;
}

.smartDove a img,
.smartDove a {
    opacity: 1 !important;
}

.smartDoveInner {
    width: 100%;
    position: relative;
}

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

.smart_dove img {
    display: block;
    width: 47px;
    margin-left: 4px;
}

.dovemessage {
    position: absolute;
    top: 0;
    right: 70px;
    width: 126px;
    display: none;
}

.dovemessage img {
    width: 100%;
}

.smart_ring {
    display: none;
    top: -20px;
    right: 0px;
    width: 25px;
    position: absolute;
}

.smart_ring img {
    display: block;
    width: 100%;
}

.twrbo-is-add .twrbo-l-toolOwlGroup__talk {
    opacity: 1;
    pointer-events: auto;
}

.twrbo-c-toolDoveTalk {
	display: none;
    position: absolute;
    width: 219px;
    right: 3px;
    top: -240px;
}

.twrbo-c-toolDoveTalk img {
    display: block;
    width: 100%;
}

.twrbo-c-toolDoveTalk__desc {
    position: relative;
}

.twrbo-c-toolDoveTalk__src {
    text-align: right;
    margin: 3px 0px;
}

.twrbo-c-toolDoveTalk__close {
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
}

.twrbo-c-toolDoveTalk__close img {
    display: block;
    width: 100%;
}

.twrbo-l-toolDoveGroup__talk {
    display: none;
    position: relative;
}


/* �惣�賢�誯曾 end */

/* �𤫇�𢞁閮� */
.SalaryStrategy{
    position: fixed;
    right: 25px;
    top: 85px;
    display: block;
    width: 150px;
    z-index: 10;
}


.SalaryStrategy a img,
.SalaryStrategy a {
    opacity: 1 !important;
}

.SalaryStrategyInner {
    width: 100%;
    position: relative;
}
/*
.SalaryStrategy {
    display: flex;
    justify-content: center;
}
*/
.SalaryStrategy img {
    display: block;
    width: 150px;
    margin-left: 0px;
}
/* �𤫇�𢞁閮� end */

@media (max-width: 800px) {
    .smartDove {
        top: auto;
        bottom: 90px;
    }

	.SalaryStrategy {
        top: 20%;
		right:-14%;
        bottom: 180px;
		height: 80px;
    }

	.SalaryStrategy img {
		width: 80px;
	}

}
</pre></body></html>