﻿.shop-guide-all {
    position: relative;
}
.shop-guide-bg img {
    max-width: 100%;
    height: auto;
}
.shop-guide-title {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 8%;
    transform: translate(-50%, -8%);
    -ms-transform: translate(-50%, -8%);     
    -moz-transform: translate(-50%, -8%);    
    -webkit-transform: translate(-50%, -8%); 
    -o-transform: translate(-50%, -8%); 
}
.shop-guide-title p {
    color: #fff;
    font-size: 26px;
}
.title-lineL,
.title-lineR {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);     
    -moz-transform: translateY(-50%);    
    -webkit-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    width: 41px;
    height: 1px;
    background-color: #fff;
}
.title-lineL {
    left: -50px;
}
.title-lineR {
    right: -50px;
}
.shop-guide-go {
    position: absolute;
    left: 50%;
    top: 18.5%;
    transform: translate(-50%, 18.5%);
    -ms-transform: translate(-50%, 18.5%);     
    -moz-transform: translate(-50%, 18.5%);    
    -webkit-transform: translate(-50%, 18.5%); 
    -o-transform: translate(-50%, 18.5%); 
    text-align: center;
}
.shop-guide-go h1 {
    font-weight: normal;
    font-size: 40px;
    color: #ff5a08;
    margin-bottom: 12px;
}
.shop-guide-go p {
    font-size: 20px;
    color: #ff5a08;
    margin-bottom: 50px;
}
.shop-guide-gonow {
    font-size: 26px;
    color: #fff;
    width: 354px;
    height: 54px;
    line-height: 54px;
    background-color: #ff7800;
    border-radius: 8px;
    cursor: pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    transition: all .5s ease;
}
.shop-guide-gonow:hover {
    background-color: #f79b4a;
}
.shop-guide-end {
    position: absolute;
    top: 0;
    display: none;
}
.shop-guide-end-bg img {
    max-width: 100%;
    height: auto;
}
.shop-guide-end-btm {
    position: absolute;
    left: 50%;
    top: 67%;
    transform: translate(-50%, -67%);
    -ms-transform: translate(-50%, -67%);     
    -moz-transform: translate(-50%, -67%);    
    -webkit-transform: translate(-50%, -67%); 
    -o-transform: translate(-50%, -67%); 
    text-align: center;
}
.shop-guide-end-desc h1 {
    font-weight: normal;
    font-size: 28px;
    color: #ff7800;
    margin-bottom: 54px;
}
.shop-guide-end-img {
    margin-bottom: 57px;
    visibility: hidden;
}
.shop-guide-endnow > ul {
    font-size: 0;
}
.shop-guide-endnow > ul > li {
    display: inline-block;
    font-size: 26px;
    background-color: #ff7800;
    width: 225px;
    height: 54px;
    line-height: 54px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 7px;
    visibility: hidden;
}
.shop-guide-endnow > ul > li a {
    color: #fff;
    font-size: 24px;
    display: block;
    transition: all .5s ease;
}
.shop-guide-endnow > ul > li:hover a {
    background-color: #f79b4a;
    border-radius: 7px;
}
@media(max-width: 1500px) {
    .shop-guide-go {
        transform: translate(-50%, -26%) scale(.7);
        -ms-transform: translate(-50%, -26%) scale(.7);     
        -moz-transform: translate(-50%, -26%) scale(.7);    
        -webkit-transform: translate(-50%, -26%) scale(.7); 
        -o-transform: translate(-50%, -26%) scale(.7); 
    }
    .shop-guide-end-btm {
        transform: translate(-50%, -60%) scale(.7);
        -ms-transform: translate(-50%, -60%) scale(.7);     
        -moz-transform: translate(-50%, -60%) scale(.7);    
        -webkit-transform: translate(-50%, -60%) scale(.7); 
        -o-transform: translate(-50%, -60%) scale(.7); 
    }
}