/* BEGIN p-detail-1 */
.p-detail-1 .p_content>.title {
    font-size: 25px;
    line-height: 1.2em;
    margin: 0 0 25px 0;
    font-weight: bold;
    color: #f28331;
}
.p-detail-1 .p_content .price_phone {
    margin-bottom: 15px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.p-detail-1 .p_content .price {
    letter-spacing: 0.5px;
    display: flex;
    align-items: baseline;
}
.p-detail-1 .p_content .price h2 {
    color: #999;
    font-weight: 600;
}
.p-detail-1 .p_content .price .discount {
    font-size: 25px;
    font-weight: bold;
    margin: 0 15px;
    color: red;
}
.p-detail-1 .p_content .price .discount span:last-child {
    font-weight: normal;
}
.p-detail-1 .p_content .price .market {
    color: #909090;
    text-decoration: line-through;
}
.p-detail-1 .p_content .hotline {
    font-weight: 600;
    font-size: 18px;
}
.p-detail-1 .p_content .hotline span:last-child {
    color: #f28331;
}
.p-detail-1 .p_content .hotline i {
    background-color: #f9e9dd;
    color: #f28331;
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 16px;
}
.p-detail-1 .p_content .info {
    margin-bottom: 15px;
}
.p-detail-1 .p_content .info .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.p-detail-1 .p_content .info .title span::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(right, rgba(255, 0, 0, 0), #ccc 100%);
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #ccc 100%);
}
.p-detail-1 .p_content .info li {
    line-height: 25px;
    margin-bottom: 5px;
}
.p-detail-1 .p_content .info li>span {
    color: #111;
}
.p-detail-1 .p_content .info li span:first-child {
    display: inline-block;
    width: 95px;
    opacity: 0.7;
}
.p-detail-1 .p_content .desc {
    color: #444;
    line-height: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.p-detail-1 .desc .short {
    height: 100%;
    color: #757575;
    font-style: italic;
    font-size: 15px;
    background-color: #fff;
    padding: 15px 20px 20px 35px;
    position: relative;
}
.p-detail-1 .desc .short::before {
    content: '';
    width: 1px;
    height: 80%;
    background-color: #555;
    position: absolute;
    bottom: 5px;
    left: 16px;
}
.p-detail-1 .desc .short::after {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #555;
    position: absolute;
    bottom: 7px;
    left: 20px;
}
.p-detail-1 .desc .short span::after {
    content: '';
    width: 90px;
    height: 1px;
    background-color: #555;
    position: absolute;
    bottom: 12px;
    left: 8px;
}
.p-detail-1 .p_detail {
    padding: 30px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #efefef;
}
.p-detail-1 .p_detail .c_name {
    font-weight: 600;
    font-size: 20px;
}
.p-detail-1 .p_social {
    text-align: right;
    line-height: 0;
    margin-bottom: 15px;
}
.p-detail-1 .p_social::before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 1px;
    background-color: #ddd;
    margin-right: 20px;
}
.p-detail-1 .p_content .contact {
    border: 1px dashed #ddd;
    padding: 5px 10px;
}
.p-detail-1 .p_content .contact h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.p-detail-1 .p_box {
    background-color: #f5f5f5;
    padding: 20px 20px;
    margin-top: 25px;
}
.p-detail-1 .p_other {
    margin-top: 20px;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #efefef;
}

/* END p-detail-1 */
/* BEGIN b-slide-1 */
.b-slide-1 .b_thumb {
    margin-bottom: 5px;
    border: 5px solid #eee;
}
.b-slide-1 .b_thumb img {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.b-slide-1 .b_thumb .arrows {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    z-index: 9;
    position: absolute;
    top: 50%;
    width: 2.143em;
    height: 2.143em;
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-slide-1 .b_thumb .arrows::before {
    content: '';
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.b-slide-1 .b_thumb .arrows:hover {
    color: #05a;
    box-shadow: 0 2px 2px 0 rgba(0, 85, 170, 0.14), 0 3px 1px -2px rgba(0, 85, 170, 0.2), 0 1px 5px 0 rgba(0, 85, 170, 0.12);
}
.b-slide-1 .b_thumb .prev {
    left: 5px;
}
.b-slide-1 .b_thumb .prev::before {
    content: "\f053";
}
.b-slide-1 .b_thumb .next {
    right: 5px;
}
.b-slide-1 .b_thumb .next::before {
    content: '\f054';
}
.b-slide-1 .b_thumb:hover .arrows {
    background-color: rgba(0, 85, 170, 0.3);
}
.b-slide-1 .b_nav {
    position: relative;
    width: 100%;
}
.b-slide-1 .b_nav>ul {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.b-slide-1 .b_nav>ul li {
    float: left;
    width: calc(100% / 4);
    border: 0px solid transparent;
    position: relative;
    overflow: hidden;
}
.b-slide-1 .b_nav>ul li:nth-child(n+5) {
    visibility: hidden;
}
.b-slide-1 .b_nav>ul li::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.b-slide-1 .b_nav>ul li>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.b-slide-1 .b_nav>ul li>a>img {
    width: 100%;
}
.b-slide-1 .b_nav>ul li>a:not(.is-active)::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.51);
    position: absolute;
    top: 0;
    left: 0;
}
.b-slide-1 .fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* END b-slide-1 */
/* BEGIN c-animate-tabstep */
.c-animate-tabstep {
    -webkit-animation: tabstep 1s infinite;
    -o-animation: tabstep 1s infinite;
    animation: tabstep 1s infinite;
}

@keyframes tabstep {
    20% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    70% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* END c-animate-tabstep */
@media screen and (max-width: 1259px) {
    .p-detail-1 .p_content>.title {
        font-size: 20px;
        margin-top: 15px;
    }
    .p-detail-1 .p_detail {
        padding: 20px 10px 10px;
    }
}
@media screen and (max-width: 575px) {
    .p-detail-1 .p_content .hotline{
        display: none;
    }
    .p-detail-1 .p_box{
        padding: 10px;
    }
}