html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    /* font: 14px/1.6 "PingFang-SC-Medium","Source Han Sans"; */
}

.tem_arrow_find {
    display: inline-block;
    margin-right: 3px;
    font-size: 1.2rem;
    padding-right: 6px;
}

.item_arrow_free_trip_find {
    color: #ff8000;
    position: relative;
}

.item_arrow_free_trip_find::after {
    display: inline-block;
    content: "";
    height: .8rem;
    border-right: 1px solid #ff8000;
    position: absolute;
    right: -1px;
    top: .6rem;
}

.item_arrow_small_group_find {
    color: #FF5A5F;
    position: relative;
}

.item_arrow_small_group_find::after {
    display: inline-block;
    content: "";
    height: .8rem;
    border-right: 1px solid #FF5A5F;
    position: absolute;
    right: -1px;
    top: .6rem;
}