.selection {
    margin-top: 0;
}
.selection-header {

}
.selection-container {
    padding: 100px 35px 30px;
    position: relative;
    background: #ffd438;
}
.selection-nav {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
}
.selection-nav-mask {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(100, 100, 100, .6);
    height: 100%;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
    margin: 0 20px;
    width: 230px;
}
.selection-nav a {
    position: relative;
    background: #f78015;
    color: #713a02;
    font-size: 20px;
    padding: 8px 15px;
    border-radius: 6px;
    margin: 0 10px;
    display: inline-block;
    width: 180px;
    text-align: center;
}

.selection-nav a.active {
    color: #FFF;
    text-decoration: none;
    cursor: default;
}

.selection-section {
    background: #fff;
    padding: 30px 20px 20px;
    margin-bottom: 90px;
    position: relative;
}

.selection-section:last-child {
    margin-bottom: 0;
}

.selection-section-header {
    position: absolute;
    padding: 19px 0 23px;
    font-size: 26px;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    background: url('//img.8891.com.tw/usedauto/yx-section-header.png') no-repeat;
    background-size: 330px 70px;
    font-weight: bold;
    width: 330px;
    box-sizing: border-box;
    text-align: center;
}

.selection-section-header span {
    font-size: 22px;
    color: #fff;
}

.selection-section-row-header {
    display: inline-block;
    background: #fceb8f;
    padding-right: 20px;
    border-radius: 20px;
    margin: 50px 0 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.selection-section-row-header .num {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
}
.selection-section-row-header .num span {
    display: inline-block;
    background: #f78015;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0;
}
.selection-section-row-header .num::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    background: #FFF;
    border-radius: 50%;
    top: -3px;
}

.selection-section-row-header .text {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    font-size: 18px;
    padding-left: 10px;
}

.selection-section-row .selection-content-p {
    margin-left: 30px;
    line-height: 1.5;
}

.selection-section-row h4 {
    font-weight: bold;
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

.selection-section-row img {
    width: 100%;
    height: auto;
}

.selection-feature-row {
    text-align: center;
    margin: 20px 0 40px; 
}

.selection-feature-item {
    display: inline-block;
    width: 30%;
}
.selection-feature-item img {
    width: 112px;
    height: 112px;
}
.selection-feature-item-title {
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0 5px;
}
.remark {
    margin-left: 30px;
    color: #999;
}
.mark {
    margin-left: 30px;
    line-height: 1.5;
}
.mark::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin-right: 10px;
}
.mt-6 {
    margin-top: 6px;
}
.content-a {
    display: block;
    color: #6088d7;
    text-decoration: underline;
    margin-left: 30px;
    margin-top: 10px;
}
.selection-howto-row {
    padding: 0 60px;
}
.selection-howto-row h4 {
    text-align: left;
    font-weight: bold;
    margin: 20px 0 15px;
    font-size: 16px;
}
.selection-howto-item {
    display: inline-block;
    text-align: center;
    margin-right: 70px;
}
.selection-howto-item:last-child {
    margin-right: 0;
}
.selection-howto-item.teach {
    margin-right: 7px;
}
selection-howto-item teach:last-child {
    margin-right: 0;
}
.selection-howto-item.teach img {
    width: 308px;
    height: 180px;
}
.selection-howto-item p {
    margin-top: 5px;
    color: #f78015;
}
.selection-howto-item img {
    width: 350px;
    height: auto;
    border: 1px solid #ddd;
    background: #fff6d7;
}
.selection-howto-childrow {
    margin: 20px 0;
}
.selection-howto-childrow h5 {
    color: #f78015;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.selection-howto-childrow h5::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f78015;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.selection-qa-row {
    margin-left: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.selection-qa-row p {
    line-height: 2;
}
.selection-qa-row .a {
    color: #f78015;
}

.selection-section-slider {
    position: relative;
    margin-left: 30px;
    padding: 15px 60px;
    background: #fff6d7;
    height: 295px;
    overflow: hidden;
}

.selection-section-slider-item {
    float: left;
    width: 240px;
    margin-right: 50px;
}
.selection-section-slider-item a {
    display: block;
}

.selection-section-slider-item img {
    width: 240px;
    height: 150px;
    margin-bottom: 8px;
}

.selection-section-slider-item p {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

.selection-section-slider-item h5 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}
.buy-slide-list {
    position: relative;
}
.selection-slide-slidePager ul,
.item-slide-slidePager ul {
    display: none!important;
}
.slide_btn_next {
    display: block;
    width: 20px;
    height: 20px;
}
.slide_btn_prev {
    display: block;
    width: 20px;
    height: 20px;
}
.selection-slide-slidePager,
.item-slide-slidePager {
    position: absolute;
    width: 1158px;
    top: 50%;
    left: -25px;
    margin-top: -20px;
    box-sizing: border-box;
}
.slide_btn_next {
    display: block;
    float: right;
    background: url(//img.8891.com.tw/v3/leaflet/right@2x.png) no-repeat;
    width: 25px;
    height: 50px;
    background-size: 25px 50px;
}
.slide_btn_prev {
    display: block;
    float: left;
    background: url(//img.8891.com.tw/v3/leaflet/left@2x.png) no-repeat;
    width: 25px;
    height: 50px;
    background-size: 25px 50px;
}

.selection-section-mask {
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
    height: 106%;
    background: rgba(100, 100, 100, .7);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.selection-section-mask p {
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 1190px) {
    .selection-nav a {
        font-size: 18px;
        padding: 8px 20px;
        margin: 0 20px;
        width: 205px;
        box-sizing: border-box;
    }
    .selection-howto-item {
        margin-right: 36px;
    }
    .selection-howto-item.teach {
        margin-right: 5px;
    }
    .selection-howto-item img {
        width: 358px;
        height: auto;
    }
    .selection-howto-item.teach img {
        width: 243px;
        height: auto;
    }
    .selection-nav-mask {
        width: 205px;
    }
}

.yx-list {
    float: left;
    width: 205px;
    margin-right: 50px;
    margin-top: 5px;
    height: 230px;
}
.yx-list-inner {
    height: 226px;
    border: 1px solid #eee;
    background: #fff;
}
.yx-pic {
    position: relative;
    width: 100%;
    height: 156px;
    text-align: center;
}
.yx-pic::before {
    content: "嚴選";
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 2;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    left: 15px;
    background: url(//img.8891.com.tw/usedauto/yx-label.png) 0% 0% / 35px no-repeat;
}
.yx-pic a {
    display: block;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.yx-pic a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.yx-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 5px;
}
.hi-price {
    color: #e13a3b;
    margin-left: 5px;
}
.hi-address {
    color: #999;
    margin-right: 5px;
    font-size: 14px;
}

.item-list {
    margin-top: 30px;
    height: 235px;
}

.more-a{
    display: block;
    background: #f78015;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
    margin: 0 auto;
}

#item-slide-ul {
    height: 235px;
}


.leaflet-banner::after {
    content: '';
    display: block;
    background-image: url(//img.8891.com.tw/v3/leaflet/banner-triangle@2x.png);
    width: 20px;
    height: 10px;
    background-size: 20px 10px;
    margin: 0 auto;
}

.leaflet-banner img {
    display: block;
    width: 100%;
}

.leaflet-nav {
    width: 1000px;
    margin: 70px auto 80px;
    font-size: 0;
}

.leaflet-nav.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
}

.leaflet-nav-item {
    display: inline-block;
    width: 250px;
    box-sizing: border-box;
    background-color: #333;
    color: #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #fff;
}

.leaflet-nav-item.active {
    background-color: #C1A876;
}

.leaflet-h2 {
    position: relative;
    width: 260px;
    margin: 80px auto;
    font-size: 24px;
    color: #C88C00;
    text-align: center;
}

.leaflet-h2::before {
    content: '';
    display: block;
    position: absolute;
    left: -700px;
    top: 50%;
    width: 700px;
    height: 1px;
    background-color: #C88C00;
}

.leaflet-h2::after {
    content: '';
    display: block;
    position: absolute;
    right: -700px;
    top: 50%;
    width: 700px;
    height: 1px;
    background-color: #C88C00;
}

.leaflet-content {
    width: 860px;
    margin: 0 auto;
}

.leaflet-content h3 {
    font-size: 20px;
    margin-bottom: 48px;
    margin-top: 80px;
    font-weight: 600;
}

.leaflet-h3-icon {
    display: inline-block;
    width: 13px;
    height: 20px;
    background-image: url(//img.8891.com.tw/v3/leaflet/_@2x.png);
    background-size: 13px 20px;
    vertical-align: top;
}

.leaflet-content p {
    width: 800px;
    margin-left: 60px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

.leaflet-guarantee {
    padding-left: 60px;
    font-size: 0;
    margin-bottom: 50px;
}

.leaflet-guarantee-figure {
    display: inline-block;
    width: 252px;
    height: 174px;
    margin-right: 22px;
}

.leaflet-guarantee-figure:last-child {
    margin-right: 0;
}

.leaflet-content p.leaflet-comment {
    font-size: 14px;
    line-height: 20px;
}

.leaflet-qualifications {
    padding-left: 60px;
    margin-top: 40px;
}

.leaflet-qualifications ul {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-right: 130px;
    font-size: 14px;
    line-height: 20px;
}

.leaflet-qualifications li:first-child {
    color: #C88C00;
}

.leaflet-shops-container {
    margin-top: 80px;
}

.leaflet-shops-container h4 {
    height: 60px;
    line-height: 60px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.leaflet-shops {
    height: 440px;
    background: #C1A876;
    padding-top: 36px;
    box-sizing: border-box;
}

.leaflet-slider {
    position: relative;
    width: 1110px;
    margin: 0 auto;
    padding: 0 44px;
    box-sizing: border-box;
    height: 360px;
}

.leaflet-shop {
    float: left;
    width: 230px;
    height: 360px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 25px 30px;
    margin-right: 34px;
}

.leaflet-shop img {
    display: block;
    width: 180px;
    height: 135px;
}
.leaflet-shop h5 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.leaflet-shop p {
    font-size: 12px;
    line-height: 16px;
    height: 66px;
    overflow: hidden;
}

.leaflet-shop a{
    display: block;
    width: 140px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    font-size: 14px;
    color: #fff;
    margin: 23px auto 0;
    background: linear-gradient(90deg,rgba(228,190,117,1) 0%,rgba(219,170,84,1) 100%);
}
.leaflet-figure-container {
    margin-left: 35px;
    margin-top: 40px;
    margin-bottom: 70px;
}
.leaflet-figure {
    display: inline-block;
    width: 356px;
    height: 230px;
    border: 1px solid #C1A876;
    vertical-align: top;
}

.leaflet-figure:first-child {
    margin-right: 103px
}

.leaflet-figure img {
    display: block;
    width: 356px;
}

.leaflet-figure p {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 12px;
}

.leaflet-condition {
    width: 880px;
    height: 150px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 70px;
}

.leaflet-condition-title {
    display: inline-block;
    width: 160px;
    height: 150px;
    line-height: 150px;
    font-size: 20px;
    background-color: #C1A876;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.leaflet-condition-content {
    display: inline-block;
    width: 720px;
    height: 150px;
    font-size: 16px;
    line-height: 22px;
    background-color: #333333;
    color: #fff;
    vertical-align: middle;
    padding: 30px 65px;
    box-sizing: border-box;
}

.leaflet-condition-icon {
    display: inline-block;
    background-image: url(//img.8891.com.tw/v3/leaflet/icon-1.png);
    width: 30px;
    height: 22px;
    background-size: 30px 22px;
    vertical-align: middle;
}

.leaflet-condition-icon.pay {
    background-image: url(//img.8891.com.tw/v3/leaflet/icon-2.png);
    width: 29px;
    height: 29px;
    background-size: 29px;
}

.leaflet-condition-title span {
    display: inline-block;
    vertical-align: middle;
}

.leaflet-qa {
    width: 610px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.leaflet-qa .q {
    margin-bottom: 17px;
    color: #C88C00;
    font-size: 20px;
}

.leaflet-qa .a {
    margin-left: 40px;
    font-size: 20px;
}

.to-more {
    display: block;
    width: 584px;
    height: 74px;
    background: #C1A876;
    border-radius: 37px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 74px;
    margin: 80px auto;
}