@charset "UTF-8";
.sp_header {
    display: none;
}
#portal {
    color: #2a313c;
    min-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#portal .second .header_logo img {
    margin-left: 12px;
}
#sale_header a {
    display: block;
    background: url(//img.webike.net/sys_images/caimg/20180301_shipping_free_header_obi.png) center no-repeat;
    height: 45px;
}
.wrapper {
    text-align: center;
    margin: auto;
    padding-bottom: 100px;
    background-color: #efefef;
}
.section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1280px;
    margin: auto;
    text-align: left;
    padding: 0 12px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
h2 .title_icon {
    margin: 0 5px 0 10px;
}
h2 a {
    color: #333;
}
h2 a:visited {
    color: #333;
}
h2 a:hover {
    color: #333;
}
.header {
    background: #fff;
    border-bottom: #e61e25 3px solid;
}
.global_nav {
    margin-left: 12px;
}
.header .second {
    border-bottom: none;
}
.header .account {
    color: #fff;
    padding: 2px 12px 0 0;
    float: right;
}
.shopping_btn {
    padding: 15px 15px 0;
    height: 40px;
}
.shopping_btn li {
    float: left;
    width: 25%;
}
.shopping_btn i.fa {
    font-size: 18px;
    color: #2a313c;
    width: 38px;
    text-align: center;
    line-height: 38px;
    display: block;
    border-radius: 50%;
    background-color: #efefef;
}
.shopping_btn i.fa:hover {
    color: #fff;
    background-color: #e61e25;
    border: none;
}
.shopping_btn .point i.fa:hover {
    background-color: #ff7200;
}
.shopping_btn .wish i.fa:hover {
    background-color: #ffcc00;
}
.shopping_btn .order i.fa:hover {
    background-color: rgba(6, 106, 167, 0.75);
}
.shopping_btn .logout {
    clear: both;
}
.header .account .account_nav {
    width: 204px;
}
.header .account_nav .logout {
    text-align: center;
    background: #efefef;
}
.header .account_nav .logout:hover {
    background: #666;
    color: #fff;
}
.header .search_box {
    margin-left: 62px;
    width: calc(100% - 624px);
}
.btn_box {
    width: 300px;
    float: right;
    margin: 0 12px;
}
.btn_box ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.btn_box li {
    font-size: 22px;
    color: #2a313c;
    background-color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    border: 1px #efefef solid;
}
.btn_box li img {
    width: 36px;
    height: 36px;
}
.btn_box li:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    opacity: 1;
}
.btn_box li:hover a img {
    opacity: 1;
}
.btn_box li:last-child {
    font-size: 14px;
    width: 54px;
    margin-left: 50px;
}
.btn_box .biz a {
    position: relative;
    top: 8px;
    color: #fff;
}
.btn_box li i {
    padding: 9px 0;
}
.btn_box .biz {
    border: none;
    border-radius: 0;
    background-color: #066aa7;
}
.btn_box .biz:hover {
    -webkit-box-shadow: 0 2px 5px rgba(6, 106, 167, 0.56);
    box-shadow: 0 2px 5px rgba(6, 106, 167, 0.56);
    opacity: 0.9;
}
.btn_box li .num {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    letter-spacing: -1px;
    position: absolute;
    top: -12px;
    right: -12px;
    border: 1px #e61e25 solid;
    background-color: #e61e25;
}
.btn_box li .text {
    font-size: 11px;
    color: #2a313c;
    width: 80px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: -20px;
    border-radius: 10px;
}
.btn_box .biz .text {
    left: -13px;
}
.second .webike_text {
    padding: 0 12px 10px;
    color: #666;
    font-size: 12px;
    font-weight: 100;
}
.second .header_logo .title {
    font-size: 12px;
    font-weight: bold;
}
#sale_header {
    border-bottom: #f20d43 3px solid;
}
.section .card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 10px;
    border-top: 3px #2a313c solid;
    background-color: #fff;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 5px;
}
h2::before {
    content: "";
    width: 32px;
    height: 32px;
    margin: 5px 0 1px;
    vertical-align: bottom;
    margin-right: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    border: 1px #efefef solid;
    background-size: 32px 32px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
h2:hover::before {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
#lc_menu {
    position: relative;
    z-index: 100;
    width: 200px;
    height: 305px;
    font-size: 14px;
    background: #2a313c;
    color: #fff;
}
#lc_menu .lcm {
    padding: 0 10px;
    height: 42px;
    overflow: hidden;
    border-bottom: rgba(255, 255, 255, 0.25) 1px solid;
}
#lc_menu .lcm:last-child {
    border-bottom: none;
}
#lc_menu li a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    line-height: 15px;
}
#lc_menu .lcm ul {
    border: #ccc 1px solid;
    color: #2a313c;
    display: none;
    position: absolute;
    top: 0;
    right: -200px;
    width: 180px;
    height: 283px;
    margin: 0;
    padding: 10px;
    background: #fff;
}
#lc_menu .lcm ul a {
    color: #2a313c;
    padding: 12.5px;
}
#lc_menu ul li:hover {
    background-color: rgba(230, 30, 37, 0.5);
}
#lc_menu .lcm ul li:hover {
    background-color: rgba(230, 30, 37, 0.25);
}
#lc_menu li:hover ul {
    display: block;
}
#lc_menu ul.big {
    right: -380px;
    width: 360px;
}
#lc_menu ul.big li {
    float: left;
    width: 180px;
}
#lc_menu .lcm>a {
    line-height: 40px;
    padding: 0;
}
#lc_menu .lcm>a::before {
    content: "";
    width: 25px;
    height: 25px;
    margin: 4px 0;
    margin-top: 0px;
    vertical-align: bottom;
    margin-right: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-size: 27px 25px;
}
.lcm_1>a::before {
    background: url("https://img.webike.net/img/shopping_32.png") no-repeat;
}
.lcm_2>a::before {
    background: url("https://img.webike.net/img/bike_32.png") no-repeat;
}
.lcm_3>a::before {
    background: url("https://img.webike.net/img/w_plus_32.png") no-repeat;
}
.lcm_4>a::before {
    background: url("https://img.webike.net/img/service_32.png") no-repeat;
}
.lcm_5>a::before {
    background: url("https://img.webike.net/img/people_32.png") no-repeat;
}
.lcm_6>a::before {
    background: url("https://img.webike.net/img/mygarage_32.png") no-repeat;
}
.lcm_7>a::before {
    background: url("https://img.webike.net/img/icon-mp.png") no-repeat;
}
.top_slider {
    width: 656px;
    height: 305px;
    background-color: #2a313c;
    position: relative;
    overflow: hidden;
}
.slider_number {
    margin: 10px;
    position: absolute;
    z-index: 2;
}
.slider_number span {
    display: inline-block;
    font-weight: bold;
    color: #2a313c;
    width: 12px;
    height: 12px;
    line-height: 22px;
    text-align: center;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}
.slider_number span:hover {
    background-color: white;
}
.slider_number .active {
    background-color: white;
}
.section_top_slider .inner_box {
    width: 1256px;
    margin: 0 auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top_slider .main_img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.top_slider .main_card:hover .main_img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.main_card {
    width: 460px;
    height: 305px;
    overflow: hidden;
}
.main_card .main_img img {
    max-width: 460px;
    height: 305px;
    width: 100%;
    border: none;
}
.main_card .main_text {
    width: 440px;
    color: #fff;
    padding: 10px;
    background-color: rgba(42, 49, 60, 0.75);
    position: absolute;
    bottom: 0;
}
.main_card .main_text span.flag {
    font-size: 10px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #ffcc00;
    border: 1px #ffcc00 solid;
}
.main_card .main_text span.date {
    margin-left: 10px;
}
.main_card .main_text span.date_moto {
    color: #ffcc00;
}
.small_card_box {
    width: 196px;
    height: 305px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: #2a313c 3px solid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.small_card {
    height: 101px;
    overflow: hidden;
    position: relative;
}
.small_card_3 {
    height: 103px;
}
.small_card img {
    width: 196px;
    height: auto;
    vertical-align: middle;
}
.small_card .small_text {
    color: #fff;
    height: 83px;
    width:calc(100% - 20px);
    padding: 10px;
    background-color: rgba(42, 49, 60, 0.75);
    position: absolute;
    left: 0;
    bottom: -52px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.small_card:hover .small_text {
    bottom: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.small_card .small_text p {
    height: 55px;
    overflow: hidden;
}
.small_card .flag {
    font-size: 10px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #ffcc00;
    border: 1px #ffcc00 solid;
}
.small_card .date {
    margin-left: 10px;
}
.small_card .date_moto {
    color: #ffcc00;
}
.google_ad {
    width: 360px;
    height: 305px;
    background-color: #fff;
}
.card.history h2:hover {
    color: inherit;
    cursor: inherit;
}
.card.history h2:hover::before {
    box-shadow: none;
}
.section_information h2::before {
    background: url("https://img.webike.net/img/info_32.png") no-repeat;
    background-size: 32px 32px;
}
.section_information .login h2::before {
    background: url("https://img.webike.net/img/user_32.png") no-repeat;
    background-size: 32px 32px;
}
.history h2::before {
    background: url("https://img.webike.net/img/checked_32.png") no-repeat;
    background-size: 32px 32px;
}
.section_information {
    margin-top: 40px;
}
.section_information .information {
    width: 876px;
    height: 100px;
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_information .information h2 {
    width: 180px;
    margin: 25px 30px 0 0;
}
.section_information .information .information_list {
    width: 656px;
    padding: 10px 0;
}
.section_information .information p {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.section_information .information a {
    color: #2a313c;
    position: relative;
}
.section_information .information span.flag {
    font-size: 10px;
    color: #e61e25;
    width: 64px;
    padding: 0 10px;
    border: #e61e25 1px solid;
    border-radius: 10px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: -2px;
}
.section_information .information span.date {
    margin-left: 98px;
}
.section_information .login {
    width: 360px;
}
.history {
    width: 360px;
}
.section_information .login .button_box {
    font-size: 0;
}
.section_information .login button {
    font-size: 14px;
    height: 45px;
    width: 165px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}
.section_information .login button.sign_up {
    color: #2a313c;
    background-color: #ffcc00;
}
.section_information .login button.log_in {
    color: #fff;
    background-color: #e61e25;
    margin-right: 10px;
}
.section_information .login .log_in:hover {
    -webkit-box-shadow: 0 2px 5px rgba(191, 16, 22, 0.5);
    box-shadow: 0 2px 5px rgba(191, 16, 22, 0.5);
    opacity: 0.9;
}
.section_information .login .sign_up:hover {
    -webkit-box-shadow: 0 2px 5px rgba(183, 148, 10, 0.72);
    box-shadow: 0 2px 5px rgba(183, 148, 10, 0.72);
    opacity: 0.9;
}
.section_information .history {
    height: 100px;
}
.section_information .history .ranking_list {
    width: 340px;
    height: 50px;
}
.section_information .history .ranking_list li {
    width: 50px;
    margin-right: 20px;
}
.section_information .history .photo img {
    width: 50px;
    height: 50px;
}
.section_category {
    width: 1256px;
    padding: 0;
}
.section_category h2::before {
    background: url("https://img.webike.net/img/shopping_32.png") no-repeat;
    background-size: 32px 32px;
}
.section_category h2, .section_impression h2, .section_motosport h2 {
    display: inline;
}
.section_moto_shop_info .carousel_wrap {
    width: 1232px;
    height: 300px;
}
.section_moto_shop_info .big_box{
    height: max-content;
    width: 1224px;
    overflow: hidden;
    margin: 0 6px;
}

.section_moto_shop_info .big_box .smaller_box{
    width: 1232px;
    float: left;
    overflow: hidden;
}

.section_moto_shop_info .big_box .smaller_box .shop_info{
    width: 300px;
    height: 300px;
    margin-right: 8px;
    margin-bottom: 0;
    overflow: hidden;
}

.smaller_box .review_description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.smaller_box .avgStar_group{
    margin: 4px 0;
}
.section_category .big_box, .section_impression .magazines_list, .section_impression .impression_list, .section_motosport .motosport_list, .section_motosport .ewc_list, .section_motosport .jobike .scrollable {
    margin-top: 5px;
}
.button_list {
    position: absolute;
    top: 10px;
    left: 260px;
}
.button_list li {
    display: inline-block;
    border: #ccc 1px solid;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 50px;
}
.button_list li.selected, .button_list li:hover {
    border: #ffcc00 1px solid;
    background-color: #ffcc00;
    color: #2a313c;
    cursor: pointer;
}
.section_category .category_card {
    width: 1256px;
    position: relative;
}
.section .see_all {
    color: #066aa7;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 20px;
    border-radius: 20px;
}
.section .see_all:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.category {
    width: 1200px;
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.category li {
    width: 136px;
    height: 148px;
}
.category li a {
    text-decoration: none;
}
.category li .category_img {
    width: 100%;
    height: 110px;
    background: url(https://img.webike.net/sys_images/shoppingtop/icon_category.png) no-repeat;
}
.category li:nth-child(2) .category_img {
    background-position: center -120px;
}
.category li:nth-child(3) .category_img {
    background-position: center -240px;
}
.category li:nth-child(4) .category_img {
    background-position: center -360px;
}
.category li:nth-child(5) .category_img {
    background-position: center -480px;
}
.category li:nth-child(6) .category_img {
    background-position: center -600px;
}
.category li:nth-child(7) .category_img {
    background-position: center -720px;
}
.category li:nth-child(8) .category_img {
    background-position: center -960px;
}
.category li:nth-child(9) .category_img {
    background-position: center -1080px;
}
.category li:nth-child(10) .category_img {
    background-position: center -1200px;
}
.category li p {
    color: #2a313c;
    line-height: 24px;
    margin: 0 10px 10px;
    text-align: center;
    border-radius: 50px;
    border: 1px #ccc solid;
}
.category li:hover {
    background-color: #fff;
    border-radius: 15px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.category li:hover p {
    color: #fff;
    background-color: #e61e25;
    border: 1px #e61e25 solid;
}
.category.bike li .category_img {
    width: 100%;
    height: 110px;
    background: url(https://img.webike.net/sys_images/shoppingtop/icon_bike_maker.png) no-repeat;
}
.category.bike li:nth-child(2) .category_img {
    background-position: center -120px;
}
.category.bike li:nth-child(3) .category_img {
    background-position: center -240px;
}
.category.bike li:nth-child(4) .category_img {
    background-position: center -360px;
}
.category.bike li:nth-child(5) .category_img {
    background-position: center -480px;
}
.category.bike li:nth-child(6) .category_img {
    background-position: center -600px;
}
.category.bike li:nth-child(7) .category_img {
    background-position: center -720px;
}
.category.bike li:nth-child(8) .category_img {
    background-position: center -840px;
}
.category.bike li:nth-child(9) .category_img {
    background-position: center -960px;
}
.category.bike li:nth-child(10) .category_img {
    background-position: center -1080px;
}
.category.bike li p {
    width: 98px;
    margin: 0 10px 10px;
}
.category.bike li:nth-child(5) p {
    width: 110px;
    letter-spacing: -1px;
    margin: 0 4px 10px;
}
.category.first {
    margin-bottom: 20px;
}
.category.brand li {
    height: 172px;
    text-align: center;
}
.category.brand .icon_box {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 13px;
}
.category.brand img {
    width: 110px;
    position: relative;
    top: -5px;
    left: -5px;
}
.category.brand li p {
    width: 100px;
    height: 40px;
    overflow: hidden;
    border-radius: 13px;
}
.category.brand li span {
    display: inline-block;
    line-height: 1.3;
    height: 2.3em;
    overflow: hidden;
    margin: 6px;
}
.category.brand:hover img {
    opacity: 1;
}
.see_all.bike {
    right: 135px;
}
.section_impression {
    height: 355px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_impression h2::before {
    background: url("https://img.webike.net/img/impression_32.png") no-repeat;
    background-size: 32px 32px;
}
.section_impression .card {
    width: 50%;
    position: relative;
}
.section_impression .impression {
    margin: 0 20px 0 0;
}
.card_list .photo {
    width: 300px;
    height: 300px;
}
.card_list .photo img, .jobike_list .photo img, .school_list .photo img, .ewc_list .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.card_list :hover img, .jobike_list :hover img, .school_list :hover img, .ewc_list :hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    opacity: 1;
}
.card_list li, .school_list li, .ewc_list li {
    width: 145px;
    height: 148px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: rgba(42, 49, 60, 0.5);
}
.card_list li:first-child {
    width: 300px;
    height: 300px;
    margin-right: 4px;
    position: relative;
}
.card_list.small_box.close{
    display: none;
}
.card_list.small_box {
    width: max-content;
    display: inline-flex;
}
.card_list .small_box .photo {
    width: 145px;
    height: 105px;
}
#carousel_4 .card_list .small_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
}
.card_list .small_box .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card_list li:nth-child(2), .card_list li:nth-child(3) {
    margin-bottom: 4px;
}
.card_list li:nth-child(2), .card_list li:nth-child(4) {
    margin-right: 4px;
}
.card_list .info, .card_list .info_st_only, .jobike_list .info, .school_list .info, .ewc_list .info {
    color: #fff;
    padding: 5px;
    position: absolute;
    background-color: rgba(42, 49, 60, 0.75);
    -webkit-transition: 0.3s;
}
.card_list li:first-child .info, .card_list li:first-child .info_st_only, .jobike_list .info, .ewc_list .info, .school_list .info {
    bottom: 0;
}
.card_list li:first-child .info, .card_list li:first-child .info_st_only {
    min-width: 290px;
}
.card_list li.large_box:first-child .info {
    max-height: 101px;
}
.impression_list li.large_box:first-child .info .name{
    margin-top: 10px;
    max-height:36px;
    height:auto;
}
.card_list li:not(:first-child) .info_st_only {
    top: 105px;
    white-space: nowrap;
    -webkit-transition: 0.3s;
}
.card_list li:not(:first-child) .info {
    top: 105px;
    -webkit-transition: 0.3s;
    min-width: 135px;
}
.card_list li:not(:first-child):hover .info {
    top: 47px;
}
.card_list .info .title, .card_list .info .name, .jobike_list .info .title, .jobike_list .info .name, .school_list .info .title, .ewc_list .info .title {
    height: 36px;
    overflow: hidden;
}
.impression_list .small_box .info .impression_title {
    height: 38px;
    overflow: hidden;
}
.magazines h2::before {
    background: url("https://img.webike.net/img/blog_32.png") no-repeat;
    background-size: 32px 32px;
}
.magazines_list .info {
    height: 101px;
}
.magazines_list .info .title {
    height: inherit;
}
.magazines_list li:not(:first-child) .info, .dairy li:not(:first-child) .info, .mybike li:not(:first-child) .info, .impression li:not(:first-child) .info {
    bottom: -58px;
}
.section_moto_ranking {
    height: 300px;
}
.section_moto_ranking h2::before {
    background: url("https://img.webike.net/img/bike_32.png") no-repeat;
    background-size: 32px 32px;
}
.section_moto_ranking .moto_ranking {
    width: 1256px;
    padding: 0 10px 15px;
    position: relative;
}
.ranking_list {
    width: 1156px;
    height: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    overflow: hidden;
}
.ranking_list li {
    width: 161px;
    margin-right: 50px;
    position: relative;
    overflow: hidden;
}
.ranking_list li:last-child {
    margin-right: 0;
}
.ranking_list .photo {
    width: 160px;
    height: 125px;
}
.ranking_list .photo img {
    width: 100%;
    height: auto;
}
.ranking_list .number {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 12px;
    width: 22px;
    height: 20px;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
    background-color: #ccc;
}
.ranking_list .number_1 {
    background-color: #bd960c;
}
.ranking_list .number_2 {
    background-color: #929292;
}
.ranking_list .number_3 {
    background-color: #af7e40;
}
.ranking_list .icons {
    position: absolute;
    top: 102px;
    font-weight: bold;
    padding: 0 10px;
    border-radius: 20px;
    color: #2a313c;
    background-color: #ffcc00;
    opacity: 0.75;
}
.ranking_list .info .name {
    color: #2a313c;
    font-weight: bold;
    height: 1;
    overflow: hidden;
}
.ranking_list .info .price {
    color: #e61e25;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
}
.section .list_prev {
    color: #fff;
    font-size: 30px;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 110;
    background-color: rgba(42, 49, 60, 0.25);
}
.section .list_next {
    color: #fff;
    font-size: 30px;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 110;
    background-color: rgba(42, 49, 60, 0.25);
}
.section .list_prev:hover, .section .list_next:hover {
    background-color: rgba(42, 49, 60, 0.75);
    cursor: pointer;
}
.moto_ranking_list {
    margin: 30px 40px;
    height: 195px;
}
.moto_ranking_list li:last-child {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    padding-top: 32px;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.moto_ranking_list li:last-child:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.banner_carousel {
    width: 1256px;
    height: 220px;
}
.banner_list {
    width: 1256px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    overflow: hidden;
}
.banner_list li {
    width: 220px;
    height: 80px;
    margin-right: 39px;
    position: relative;
    overflow: hidden;
}
.banner_list li:last-child {
    margin-right: 0;
}
.banner_list img {
    width: 220px;
    height: 80px;
}
.section_banner_campaign, .section_banner_other {
    width: 100%;
    height: 160px;
    margin: 40px 0;
    background-color: #2a313c;
    text-align: center;
}
.banner_wrap {
    width: 1256px;
    height: 80px;
    margin: 40px auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.section_banner_campaign .list_prev, .section_banner_other .list_prev, .section_banner_campaign .list_next, .section_banner_other .list_next {
    display: none;
    width: 30px;
    height: 80px;
    line-height: 80px;
    top: 0px;
    background-color: rgba(42, 49, 60, 0.75);
}
.section_banner_campaign:hover .list_prev, .section_banner_campaign:hover .list_next {
    display: block;
}
.section_banner_other:hover .list_prev, .section_banner_other:hover .list_next {
    display: block;
}
/*moto search*/
.section_moto_search h2::before {
    background: url(https://img.webike.net/img/bike_32.png) no-repeat;
    background-size: 32px 32px;
}
.moto_tab_body{
    width: 1256px;
    position: relative;
}
.moto_tabs {
    background-color: #fff;
    margin: 30px 20px;}
.moto_search_item {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 3px solid #e61e25;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.moto_search_item:hover {
    opacity: 0.75;
}
input[name="moto_search"] {
    display: none;
}
.moto_search_content {
    display: none;
    padding: 5px 5px 0;
    clear: both;
    overflow: hidden;
}
#bike_maker_tab_btn:checked ~ #bike_maker_tab,
#bike_type_tab_btn:checked ~ #bike_type_tab{
    display: block;
    overflow: unset;
}
.moto_tabs input:checked + .moto_search_item {
    background-color: #e61e25;
    color: #fff;
}
.moto_tab_title{
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #2a313c;
    margin: 20px 0;
}
.moto_maker_japan{
    display: flex;
    justify-content: space-between;
}
.moto_maker_japan li{
    width: calc(25% - 10px);
    text-align: center;
    position: relative;
}
.moto_maker_japan > li{
    color: #fff;
    background: #e61e25;
    display: block;
    padding: 10px 0;
    cursor: default;
}
.moto_maker_japan > li i{
    font-family: fontawesome;
    margin-left: 4px;
}
.moto_maker_japan li ul{
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    display: none;
}
.moto_maker_japan li:hover ul{
    display: block;
}
.moto_maker_japan li ul li{
    display: block;
    width: 100%;
}
.moto_maker_japan li ul li a{
    border-top: none;
    display: block;
    border-right: 1px solid #2a313c;
    border-left: 1px solid #2a313c;
    border-bottom: 1px solid #2a313c;
    padding: 5px 0;
    background: #fff;
    color: #2a313c;
}
.moto_maker_japan li ul li a:hover{
    color: #e61e25;
}
.moto_maker_overseas{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.moto_maker_overseas li{
    width: calc(100% / 6 - (50px / 6));
    margin: 0 10px 10px 0;
}
.moto_maker_overseas li:nth-child(6n){
    margin: 0 0 10px 0;
}
.moto_maker_overseas li a{
    background: #fff;
    border: 1px solid #2a313c;
    padding: 10px 0;
    text-align: center;
    color: #2a313c;
    display: block;
    border-radius: 5px;
}
.moto_maker_overseas li a:hover{
    color: #e61e25;
    text-decoration: none;
    border: 1px solid #e61e25;
}
.moto_type_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
}
.moto_type_list li{
    width: calc(100% / 8 - 10px);
    margin: 20px 0 0;
}
.moto_type_list .type_all_btn{
    width: 80%;
    margin: 20px 10% 0;
}
.moto_type_list .type_all_btn a{
    background: #e61e25;
    color: #fff;
    border: 1px solid #e61e25;
    padding: 10px 0;
}
.moto_type_list .type_all_btn a:hover{
    color: #e61e25;
    background: #fff;
    text-decoration: none;
}
.moto_type_list li a{
    text-align: center;
    display: block;
    border-radius: 10px;
    padding: 5px;
}
.moto_type_list li a:hover{
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.moto_type_list li a img{
    max-width: 100%;
    height: 60px;
    display: block;
    margin: 0 auto 2px;
    -o-object-fit: cover;
    object-fit: cover;
}
.moto_type_list li a p{
    padding: 3px 0 0;
    margin: 5px 0 0;
    color: #2a313c;
}
.moto_type_list li a span{
    display: block;
}
/*shopnavi*/
.shop_navi_section h2::before,
.section_moto_shop_info h2::before {
    background: url(https://img.webike.net/img/shopnavi_32.png) no-repeat;
    background-size: 32px 32px;
}
.shop_navi_body{
    width: 1256px;
    position: relative;
}
.spnv_section_inner{
    margin: 30px 20px;
    display: flex;
}
.spnv_section_inner h3{
    margin: 0 0 10px;
    border-left: 5px solid #e61e25;
    padding: 0 0 0 5px;
}
.spnv_japan_map_inner{
    width: 500px;
    height: 345px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 10px 0;
}
.spnv_japan_map {
    background: url(https://img.webike.net/img/spnv_top_map.png)no-repeat;
    width: 400px;
    height: 280px;
    margin: 0 0 0 90px;
    position: relative;
    background-size: contain;
}
.spnv_japan_map a {
    background: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    width: fit-content;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
}
.spnv_japan_map a:hover{
    background: rgba(255, 255, 255, 0.7);
}
a.map_hokkaido,a.map_hokkaido:visited,a.map_hokkaido:hover {
    top: 20px;
    right: 50px;
    border: 2px solid #5395d0;
    color: #5395d0;
}
a.map_kanto,a.map_kanto:visited,a.map_kanto:hover {
    top: 210px;
    right: -10px;
    border: 2px solid #66c3cd;
    color: #66c3cd;
}
a.map_hokuriku,a.map_hokuriku:visited,a.map_hokuriku:hover {
    top: 120px;
    right: 120px;
    border: 2px solid #00ad9a;
    color: #00ad9a;
}
a.map_tokai,a.map_tokai:visited,a.map_tokai:hover {
    top: 220px;
    right: 75px;
    border: 2px solid #6fb92c;
    color: #6fb92c;
}
a.map_kansai,a.map_kansai:visited,a.map_kansai:hover {
    top: 220px;
    right: 160px;
    border: 2px solid #b4d155;
    color: #b4d155;
}
a.map_chugoku,a.map_chugoku:visited,a.map_chugoku:hover {
    top: 160px;
    right: 240px;
    border: 2px solid #f5cc57;
    color: #f5b257;
}
a.map_sikoku,a.map_sikoku:visited,a.map_sikoku:hover {
    top: 250px;
    right: 260px;
    border: 2px solid #f5b7b5;
    color: #f5b7b5;
}
a.map_kyusyu,a.map_kyusyu:visited,.map_kyusyu:hover {
    top: 230px;
    right: 375px;
    border: 2px solid #ec7576;
    color: #ec7576;
}
.spnv_service_inner{
    width: 345px;
    margin: 0 0 0 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 10px 0;
}
.spnv_service_inner ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.spnv_service_inner ul li{
    width: calc(50% - 10px);
}
.spnv_service_inner ul li a{
    height: 88px;
    background: #55aee1;
    border-radius: 10px;
    display: block;
    margin: 0 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #55aee1;
}
.spnv_service_inner ul li a:hover{
    color: #55aee1;
    background: #fff;
    text-decoration: none;
}
.spnv_service_inner ul li.partner_store a {
    border: 1px solid #e61e25;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    background: #fff;
}
.spnv_service_inner ul li.partner_store a:hover{
    opacity: 0.7;
}
.partner_store a .store_btn_red_area {
    background: #e61e25;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}
.partner_store .img-icon {
    background-image: url(https://img.webike.net/css/moto/spv2/img/new-common-icons@2x.png?v=20200330);
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px 500px;
    -o-background-size: 500px 500px;
    background-size: 500px 500px;
    margin-right: 10px;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-position: -338px -5px;
}
.partner_store .shop_total {
    color: #e61e25;
    width: 100px;
    border: 1px solid #e61e25;
    padding: 1px;
    border-radius: 30px;
    display: block;
    margin: 3px auto;
    text-align: center;
}
.spnv_model_inner{
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    margin:0 0 0 10px;
    border-radius: 10px;
    width: 265px;
}
.good_bike_select {
    position: relative;
}
.good_bike_select select {
    width: 100%;
    -webkit-appearance: menulist-button;
    margin-bottom: 15px;
    display: block;
    padding: 0 30px 0 5px;
    border: 1px #202732 solid;
    border-radius: 3px;
    line-height: 20px;
    color: #202732;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    background-color: #fff;
}
.good_bike_select .btn {
    background: #e61e25;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    border: 1px solid #e61e25;
}
.good_bike_select .btn[disabled],
.good_bike_select .disabled.btn {
    cursor: default;
    pointer-events: none;
    opacity: 0.6;
}
.good_bike_select .btn:hover{
    background-color: #c8161c;
    transition: background .2s ease;
}
.good_bike_select .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
}
.good_bike_select .loading.hidden {
    display: none;
}
.section_diary {
    height: 355px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_diary h2::before {
    background: url("https://img.webike.net/img/diary_32.png") no-repeat;
    background-size: 32px 32px;
}
.section_diary .card {
    width: 50%;
}
.section_diary .diary {
    margin: 0 20px 0 0;
}
.diary {
    position: relative;
}
.mybike {
    position: relative;
}
.mybike h2::before {
    background: url("https://img.webike.net/img/bike_32.png") no-repeat;
    background-size: 32px 32px;
}
.mybike .small_box .text {
    height: 36px;
    overflow: hidden;
}
.diary .info {
    height: 101px;
}
.info .time, .jobike .info .title {
    color: #ffcc00;
}
.diary .info .title {
    color: #fc0;
    height: 20px;
    overflow: hidden;
}
.diary .info .text {
    height: 54px;
    overflow: hidden;
}
.section_goods_ranking h2::before {
    background: url("https://img.webike.net/img/ranking_32.png") no-repeat;
    background-size: 32px 32px;
}
.section_goods_ranking.market_place h2::before {
    background: url("https://img.webike.net/img/icon-mp.png") no-repeat;
    background-size: 32px 32px;
}
.section_goods_ranking .goods_ranking, .section_products .products {
    width: 1256px;
    padding: 0 10px 15px;
    position: relative;
}
.carousel_wrap {
    width: 1236px;
    height: 248px;
}
.carousel {
    width: 1156px;
    height: 248px;
    margin: 20px 40px;
    overflow: hidden;
}
.carousel_inner {
    height: 100%;
}
.goods_list {
    width: 1156px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    overflow: hidden;
}
.goods_list li {
    width: 161px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}
.goods_list li:last-child {
    margin-right: 0;
}
.goods_list .photo img {
    width: 100%;
    object-fit: contain;
}
.goods_list .number {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 12px;
    width: 22px;
    height: 20px;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
    background-color: #ccc;
}
.goods_list .number_1 {
    background-color: #bd960c;
}
.goods_list .number_2 {
    background-color: #929292;
}
.goods_list .number_3 {
    background-color: #af7e40;
}
.goods_list .icons {
    position: absolute;
    bottom: 75px;
    opacity: 0.75;
}
.goods_list .brand {
    clear: both;
    color: #666;
    height: 18px;
    overflow: hidden;
}
.goods_list .name {
    color: #2a313c;
    font-weight: bold;
    height: 36px;
    overflow: hidden;
}
.goods_list .price {
    color: #e61e25;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.goods_list .price span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 3px;
}
.w_news .w_news_diary {
    margin-right: 20px;
    position: relative;
}
.w_news .w_news_diary .section_title::before {
    background: url("https://img.webike.net/img/news_32.png") no-repeat;
    background-size: 32px 32px;
}
.w_news .w_news_diary .news_list .text {
    height: 74px;
    overflow: hidden;
}
.motoreport {
    position: relative;
}
.motoreport .moto_bike::before {
    background: url("https://img.webike.net/img/bike_32.png") no-repeat;
    background-size: 32px 32px;
}
.motoreport .motoreport_list .text {
    height: 74px;
    overflow: hidden;
}
.section_motosport {
    height: 355px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_motosport h2::before {
    background: url("https://img.webike.net/img/sport_32.png") no-repeat;
    background-size: 32px 32px;
}
.section_motosport .motosport {
    width: 472px;
    margin-right: 20px;
    position: relative;
}
.motosport_list li:nth-child(2), .motosport_list li:nth-child(3) {
    margin-right: 0;
}
.section_motosport .ewc_content {
    height: 165px;
    position: relative;
}
.ewc_list {
    height: 120px;
    margin-right: 0;
}
.ewc_list li:first-child {
    width: 304px;
    height: 110px;
    margin-right: 0;
    position: relative;
}
.school li:first-child {
    width: 304px;
    height: 300px;
    margin-right: 0;
    position: relative;
}
.section .ewc_content h2::before {
    background: url("https://img.webike.net/sys_images/common/icon/ewc_32.png") no-repeat;
    background-size: 32px 32px;
}
.ewc_list li .photo {
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.ewc_list li .photo img {
    height: 120px;
    width: auto;
}
.ewc_list li .info {
    width: 174px;
    height: 100px;
    right: 0;
}
.school {
    margin: 20px -10px 0;
    height: 169px;
    position: relative;
}
.section .school h2::before {
    background: url("https://img.webike.net/img/school_32.png") no-repeat;
    background-size: 32px 32px;
}
.school_list li:first-child {
    height: 113px;
}
.school_list li .photo img {
    width: 120px;
    height: 120px;
}
.school_list li .info {
    width: 174px;
    height: 103px;
    right: 0;
}
.jobike {
    width: 420px;
    margin: 0 0 0 20px;
    position: relative;
}
.section .jobike h2::before {
    background: url("https://img.webike.net/img/jobike_32.png") no-repeat;
    background-size: 32px 32px;
}
.jobike ul {
    width: 100%;
    padding: 0 50px;
}
.jobike .list_prev, .jobike .list_next {
    top: 150px;
}
.close, .moto_bike_list.close {
    display: none;
}
#web_footer .inner_box {
    max-width: 1280px;
    min-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#web_footer #footer_menu {
    background: #2a313c;
    line-height: 1.5;
    padding: 25px 0;
}
#web_footer #footer_menu a {
    color: #fff;
    text-decoration: none;
}
#web_footer #footer_menu a:hover {
    color: #e61e25;
}
#web_footer #footer_menu ul {
    margin: 0 10px 0 4px;
}
#web_footer #footer_menu ul li {
    margin: 0 0 4px 0;
}
#web_footer #footer_menu .inner_box>div {
    float: left;
    width: 16.2%;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net {
    width: 650px;
    padding: 15px;
    position: absolute;
    background: #fff;
    right: -20px;
    top: -228px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    box-shadow: 0 0 2px #333;
    -webkit-box-shadow: 0 0 2px #333;
    -moz-box-shadow: 0 0 2px #333;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .title {
    background-image: -webkit-linear-gradient(bottom, #e9e9e9 26%, #fbfbfb 63%);
    background: #efefef;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer {
    width: 100%;
    margin: 10px 0;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box {
    width: 110px;
    padding: 10px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    line-height: 14px;
    text-align: center;
    border-radius: 5px;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box.gra_box:hover {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a {
    text-decoration: none;
    display: block;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    background-size: contain;
    margin: 0 auto 4px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_us_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_usa.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_uk_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_unitedkingdum.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_es_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_spain.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_ru_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_russia.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_fr_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_france.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_it_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_italia.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_de_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_germany.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_th_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_thailand.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_vn_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_vietnam.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_id_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_indonesia.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_my_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_malaysia.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_kr_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_korea.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_ph_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_philippines.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_in_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_india.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_hk_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_hongkong.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_tw_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_taiwan.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_ch_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_china.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net .boxer .box-row .box a.gl_nz_flags:before {
    background-image: url(https://img.webike.net/img/fm_flags_newzealand.png);
}
#web_footer #footer_menu .inner_box #fm_new .global ul li .languge_net a {
    color: #333;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li:hover {
    overflow: visible;
}
#web_footer #footer_menu .inner_box #fm_new .global ul li:hover .languge_net {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=10);
    -ms-filter: "alpha(opacity=100)";
}
#web_footer #footer_menu .inner_box h6 {
    text-indent: 0;
    background: none !important;
}
#web_footer #footer_menu .inner_box h6 a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
#web_footer #footer_menu .inner_box h6 a:before {
    content: "";
    width: 32px;
    height: 32px;
    margin: 2px 0;
    vertical-align: bottom;
    margin-right: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}
#web_footer #footer_menu .inner_box #fm_shopping h6 a:before {
    background-image: url(https://img.webike.net/img/shopping_32.png);
}
#web_footer #footer_menu .inner_box #fm_shopping h6 a:hover {
    text-decoration: none;
}
#web_footer #footer_menu .inner_box #fm_bike h6 a:before {
    background-image: url(https://img.webike.net/img/bike_32.png);
}
#web_footer #footer_menu .inner_box #fm_imp h6 a:before {
    background-image: url(https://img.webike.net/img/people_32.png);
}
#web_footer #footer_menu .inner_box #fm_service h6 a:before {
    background-image: url(https://img.webike.net/img/service_32.png);
}
#web_footer #footer_menu .inner_box #fm_garage h6 a:before {
    background-image: url(https://img.webike.net/img/mygarage_32.png);
}
#web_footer #footer_menu .inner_box #fm_new h6 {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
#web_footer #footer_menu .inner_box #fm_new h6:before {
    content: "";
    width: 32px;
    height: 32px;
    margin: 2px 0;
    vertical-align: bottom;
    margin-right: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}
#web_footer #footer_menu .inner_box #fm_new .whatsnew h6:before {
    background-image: url(https://img.webike.net/img/news_32.png);
}
#web_footer #footer_menu .inner_box #fm_new .global {
    margin: 10px 0 0;
}
#web_footer #footer_menu .inner_box #fm_new .global h6:before {
    background-image: url(https://img.webike.net/img/webike_w_link_32.png);
}
#web_footer #footer_gm {
    color: #fff;
    background: #202732;
    padding: 20px 0;
    line-height: 1.5;
}
#web_footer #footer_gm address {
    float: right;
    font-style: normal;
}
#web_footer #footer_gm #footer_rc_logo {
    width: 190px;
    float: left;
}
#web_footer #footer_gm ul {
    float: left;
}
#web_footer #footer_gm ul li {
    float: left;
    margin: 0 0 0 10px;
}
#web_footer #footer_gm a {
    color: #fff;
}
#web_footer #ssp_728_90 {
    width: 728px;
    height: 90px;
    background-color: #ccc;
}
.jobike .scrollable {
    margin: 0 0 0 15px;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin-left: 50px;
}
.jobike .scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
}
.jobike .scrollable .items li .photo {
    width: 300px;
    height: 300px;
}
.jobike .scrollable .items li {
    width: 300px;
    height: 300px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: rgba(42, 49, 60, 0.5);
}
.list_prev i.fa, .list_next i.fa {
    line-height: inherit;
}
a#account_nav_logout {
    text-decoration: none
}
ul.goods_list div.info {
    padding-top: 5px;
}
.jobike_list .info {
    max-width: 300px;
    width: calc(100% - 10px);
}
.section_top_slider .bx-wrapper {
    width: 656px;
    height: 305px;
    background-color: #2a313c;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}
.section_top_slider .bx-controls {
    top: 10px;
    left: 10px;
    position: absolute;
}
.section_top_slider .bx-controls .bx-pager-item {
    display: inline-block;
    font-size: 56px;
    line-height: 46;
}
.section_top_slider .bx-controls .slider_number {
    margin: 10px;
    position: absolute;
    z-index: 2;
}
.section_top_slider .bx-controls .bx-pager-link {
    display: inline-block;
    font-weight: bold;
    color: #2a313c;
    width: 12px;
    height: 12px;
    line-height: 22px;
    text-align: center;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}
.section_top_slider .bx-controls .bx-pager-link:hover {
    background-color: white;
}
.section_top_slider .bx-controls .bx-pager-link.active {
    background-color: white;
}
.section_top_slider .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
}
.ewc_list li .info .title {
    height: 72px;
}
.school_list li .info .title {
    height: 72px;
}
.motosport_list li .text {
    height: 36px;
    overflow: hidden;
}
.google_ad_box {

   width: 360px;
   height: 305px;
   background-color: #fff;
   text-align: center;
   padding-top: 12px;
   box-sizing: border-box;
}


/*EWC_ウェビックマガジン導線追加--------------------------------------------*/

#footer_gm .footer_ewc_body {
    float: right;
    font-style: normal;
}
#footer_gm .footer_ewc_inner {
    display: flex;
    align-items: center;
}
#footer_gm .footer_ewc_inner img{
    padding-right: 5px;
}

#footer_gm small {
    font-size: 10px;
    display: inline-block;
}

.impression_list li:not(:first-child) .info {
    top: 87px;
    -webkit-transition: 0.3s;
    min-width: 135px;
}

.section_impression .impression_list li:not(:first-child) .info .name {
    margin-top: 5px;
}

.impression_list li.large_box .info .impression_title{
   height :auto;
}
.impression_list li {
    background-color: rgba(0, 0, 0, 0);
}
/*バイク選び追加
--------------------------------------------*/
.moto_shop_info{
    height: fit-content;
}
.card_list .shop_info_photo{
    width: 300px;
    height: 300px;
}
.moto_shop_info{
    width: 1256px;
    padding: 0 10px 15px;
    position: relative;
}
.card_list .shop_info_photo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.card_list.small_box li.shop_info :hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    opacity: 1;
}
.card_list li:first-child{
    min-width: 290px;
}
.card_list li.shop_info .info{
    color: #fff;
    padding: 5px;
    position: absolute;
    background-color: rgba(42, 49, 60, 0.75);
    -webkit-transition: 0.3s;
    top: 160px;
    min-width: 290px;
    bottom: 0;
}
.moto_shop_info .card_list li:not(:first-child):hover .info{
    top: 160px;
}
.card_list li.shop_info{
    width: 300px;
    height: 300px;
    margin-right: 8px;
    margin-bottom: 0;
}
p.shop_info_name {
    bottom: 5px;
    position: absolute;
}

p.shop_info_name.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
li.shop_info .info .title {
    color: #fc0;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.shop_info_icon{
    border-radius: 5px;
    text-align: center;
    padding: 2px 10px;
    display: inline-block;
}
.prefectures{
    border: 1px solid #fff;
    margin-right: 5px;
}
.shop_info_notice{
    border: 1px solid #FC5411;
    color: #FC5411;
}
.shop_info_review{
    border: 1px solid #3E75A8;
    color: #3E75A8;
}
.shop_info_fb{
    border: 1px solid #3E75A8;
    color: #3E75A8;
}
.shop_info_blog{
    border: 1px solid #fff;
    color: #fff;
}
.motobike_box{
    height: max-content;
    width: 1156px;
    margin: 20px 40px;
    overflow: hidden;
}
.motobike_box_wrap, .motoranking_box_wrap {
  height: 340px;
}
.moto_bike_list{
    display: flex;
    justify-content: space-around;
}
.moto_bike_list .photo img{
    width: 200px;
    object-fit: contain;
}
.moto_bike_list .info p,.moto_bike_list .price{
  color: #000;
}
.moto_bike_list .info p.name {
  height: 2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.shop_link a{
  color: #000;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.moto_bike_list .price .main_price{
  color: #e61e25;
  font-size: 14px;
}
.moto_bike_list .price .main_price th,
.moto_bike_list .price .main_price td{
    font-weight: bold;
}
.moto_bike_list .price th {
    padding-right: 10px;
    font-weight: normal;
}
.moto_bike_list .point_back{
    border: 1px solid #e61e25;
    text-align: center;
    width: 100%;
    color: #e61e25;
    line-height: 1.4;
    padding: 2px;
    margin-bottom: 5px;
}
.point_before{
    position: relative;
    padding: 0 0 0 16px;
    text-decoration: line-through;
}
.point_before::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: -10px;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 6px solid #e61e25;
}
.point_after{
    font-size: 14px;
    font-weight: bold;
}
.moto_bike_list{
    width: 1174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    overflow: hidden;
}
.moto_bike_list li {
    width: 200px;
    position: relative;
    overflow: hidden;
}
.point_2bai_ribbon {
    display: inline-block;
    position: relative;
    height: 30px;
    text-align: center;
    padding: 0 10px 0 10px;
    font-size: 14px;
    background: #e61e25;
    color: #FFF;
    box-sizing: border-box;
    margin-left: 10px;
}
.point_2bai_ribbon:after {
    top: 0;
    right: 0;
    border-width: 15px 5px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.point_2bai_ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.moto_bike_box{
    width: 1256px;
    padding: 0 10px 15px;
    position: relative;
}
.section_moto_bike_box h2::before {
    background: url(https://img.webike.net/img/bike_32.png) no-repeat;
    background-size: 32px 32px;
}
#list_next_motobike,#list_prev_motobike,#list_prev_motoranking,#list_next_motoranking{
    top: 180px;
}

.product-buyer-card .price {
    position: absolute;
    left: 25px;
    top: 123px;
    background: rgba(0,0,0,.6);
    padding: 0 10px;
    min-height: 27px;
    -webkit-border-radius: 0 27px 27px 0;
    border-radius: 0 27px 27px 0;
    font-size: 1.125rem;
    line-height: 27px;
    color: #fff;
    font-weight: 700;
}
.product-buyer-card {
    display: block;
    position: relative;
    padding-bottom: 28px;
    height: 100%;
    padding-left: 30px;
    width: 184px;
}
#carousel_wrap_3 .carousel .product-card-list {
    display: flex;
}
#carousel_wrap_3 .carousel .dotted-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

#carousel_wrap_3 .carousel a:hover .name {
    text-decoration: none;
}

#carousel_wrap_3 .carousel a:hover .name {
    color: #05cef4;
}

.product-buyer-card .name {
    font-size: .875rem;
    font-weight: 700;
    color: #2a313c;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
}

.product-buyer-card .brand {
    color: #595959;
    margin-bottom: 5px;
}
.icons .tag-green {
    background: rgba(21,162,76,.9);
    color: #fff;
}
.icons .tag-blue {
    background: rgba(0,102,204,.9);
    color: #fff;
}
.icons .tag-orange {
    background: rgba(245,130,32,.9);
    color: #fff;
}
.icons .tag-cyan {
    background: rgba(5,206,244,.9);
    color: #fff;
}
#carousel_inner_4 .icons span{
    border-radius: 3px;
    color: #fff;
    height: 15px;
    margin: 0 5px 5px 0 !important;
    padding: 1px 2px;
    font-size: 10px;
    border-radius: 3px;
    display: inline-block !important;
    text-align: center;
}
.goods_ranking .label_area span {
    text-indent: 0;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    padding: 0px 6px;
    margin: 0px 4px 0 0;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    height: 15px;
}

#carousel_inner_4 .photo img{
    object-fit: contain;
}

#carousel_inner_4 .photo{
    display: block;
    position: relative;
    height: auto;
    text-align: center;
    width: 159px;
    height: 159px;
}

.bx-wrapper {
    position: relative;
    margin: 0px auto;
}

#carousel_inner_4 a.bx-prev, #carousel_inner_4 a.bx-next {
    position: absolute;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(32% - 16px);
    font-family: FontAwesome;
    background: rgba(0,0,0,0.3);
    display: block;
    color: #fff;
    padding: 15px 10px;
}

#carousel_inner_4 a:hover.bx-prev, #carousel_inner_4 a:hover.bx-next {
    background: rgba(0,0,0,1);
    text-decoration: none;
}

#carousel_inner_4 .bx-prev {
    left: -45px;
}

#carousel_inner_4 .bx-next {
    right: -45px;
}
#lc_menu .lcm > div {
    font-size: 9px;
    height: 13px;
    background: red;
    text-align: center;
    transform: translateX(-10px);
    width: 112%;
}