
.fanhui {
    width: 1.5rem !important;
    height: 1.5rem !important;
    float: none !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    margin-top: 0.85rem !important;
    margin-left: 0.7rem !important;
}

.zhuye {
    width: 1.5rem !important;
    height: 1.5rem !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    margin-top: 0.85rem !important;
    margin-right: 1rem !important;
}
    .title .rightText {
	width: 6rem;
	height: 70%;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0.5rem;
	margin-right: 1.5%;
	color: #FFF;
	text-align: right;

}
.selectText {
    width: 6rem;
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0.5rem;
    margin-right: 1.5%;
    color: #00a0e9;
    text-align: right;
}
@media only screen and (min-width: 320px) and (max-width: 320px) {
    .title .rightText {
        width: 6rem;
        height: 70%;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0.9rem;
        margin-right: 1.5%;
        color: #00a0e9;
        text-align: right;
    }
    .selectText {
        width: 6rem;
        height: 70%;
        position: absolute;
        right: 0;
        top: 0;
         margin-top: 0.8rem;
        font-size:0.9rem;
        margin-right: 1.5%;
        color: #00a0e9;
        text-align: right;
    }
}