﻿@charset "utf-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,
figcaption,figure,footer,form,h1,h2,
h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,samp,section,small,span,strike,strong,sub,
summary,sup,table,tbody,
td,tfoot,th,thead,time,tr,tt,u,ul,var,video,
textarea {
    padding: 0px;
    margin: 0px;
    list-style: none;
    outline: none;
    font-size: 12px;
    border: 0 none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "微软雅黑";
    /* color: #333; */
    user-select: none;
}
.none{
    display: none;
}
.block{
    display: block;
}
span {
    font-size: inherit;
}

body {
    min-width: 1200px;
    background: #F5F5F5;
}

img {
    border: none;
    vertical-align: middle;
}

ol, ul, li {
    list-style: none;
}

a, input, select, label {
    text-decoration: none;
}



input[type="button"] {
    cursor: pointer;
}

input {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    text-align: center;
}

label {
    cursor: pointer;
    vertical-align: middle;
}

textarea {
    resize: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.content {
    width: 100%;
}

.content_box {
    width: 1200px;
    margin: 0 auto!important;
    overflow: hidden;
}

.text_overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.head{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
}
/*头部*/
.header {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

a.login {
    display: inline-block;
    width: 46px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #0094D0;
    color: #fff;
    border-radius: 5px;
    margin: 0 10px;
}

.header .login_after span {
    vertical-align: top;
    display: inline-block;
}

.header .login_after .user_name {
    max-width: 100px;
    display: inline-block;
    color: #3dbb2b;
    border-left: 1px solid transparent;
}
.exit{
    cursor: pointer;
}
.header .help li {
    padding: 0 9px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    *float: left;
    *margin-top: 11px;
    border-left: 1px solid #e5e5e5;
}

.header .help li:first-child {
    border-left: none;
}

.header .help li a, .header .help li span {
    vertical-align: middle;
}

    .header .help li.phone span {
        color: #0094D0;
        font-size: 16px;
        *font-size: 14px;
    }

/*头部*/
/*nav*/
.nav {
    height: 100px;
    line-height: 100px;
    box-shadow: 0px 5px 16px rgba(86, 147, 208, 0.2);
    background: #fff;
    /*display: none;*/
}

.nav .logo_box {
    width: 252px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.nav .logo_box img{
    max-width: 100%;
    max-height: 100%;
}
.nav .nav_title {
    width: 160px;
    float: left;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
    .nav .nav_title a {
       
        font-size: 28px;
        font-family: MicrosoftYaHei;
        color: rgba(0,148,208,1);
       
    }
.nav .nav_list {
    float: left;
    margin-left: 90px;
}

.nav .nav_list li {
    float: left;
    height: 100px;
    margin-left: 40px;
    padding: 0 8px;
    *height: 97px;
    *line-height: 97px;
}

.nav .nav_list li a {
    font-size: 18px;
    display: inline-block;
    color: #333;
}

.nav .nav_list li.active {
    color: #0094D0;
}

.nav .lp_cart {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    border: 1px solid #cdcdcd;
    float: right;
    margin-top: 25px;
}

.nav .lp_cart a {
    display: inline-block;
    color: #333;
}

.nav .lp_cart img {
    position: relative;
    top: -4px;
}

.nav .lp_cart span.txt {
    font-size: 18px;
    margin: 0 5px;
}

.nav .lp_cart span.num {
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    padding: 0 6px;
    background: #ff4700;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}

/*nav*/
/*尾部*/
.footer {
    height: 300px;
    background: #fff;
    margin-top: 20px;
}

    .footer .footer-content {
        height: 189px;
        border-bottom: 1px solid #E6E6E6;
        margin-top: 34px;
    }
.footer-content .fooetr-left {
    width: 220px;
    float: left;
    position: relative;
}
    /* .footer-content .fooetr-left img {
        margin: 20px 48px;
    } */
.footer-content h1 {
    width: 1px;
    height: 108px;
    float: left;
    margin-top: 40px;
    background: rgba(219,219,219,1);
}
.footer-content .footer-middle {
    width: 758px;
    position: relative;
    float: left;
}
.footer_top_section {
    float: left;
    width: 250px;
    *width: 299px;
    height: 140px;
    text-align: center;
    margin: 20px 0;
}
.footer_top_section .img_box {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 20px;
}

.footer_top_section .img_box img {
    vertical-align: baseline;
    width: 50px;
    height: 50px;
}

.footer_top_section ul {
    float: left;
    margin-left: 20px;
}

.footer_top_section ul li {
    font-family: "宋体";
    margin-bottom: 8px;
    text-align: left;
}

.footer_top_section ul li.li_title {
    font-size: 18px;
    color: #666;
    margin-bottom: 13px;
    font-weight: bold;
}

.footer_top_section ul li:hover a {
    color: #3285fa;
}
.footer .footer_bottom {
    height: 120px;
    text-align: center;
}
.footer_bottom .txt {
    margin-top: 15px;
}
/*尾部*/
/*
    *商品详情页
*/
.top_title {
    height: 50px;
    line-height: 50px;
}
.top_title span {
    vertical-align: middle;
    margin-left: 5px;
}
.detail {
    width: 100%;
    height: 440px;
    background: #fff;
    padding: 20px;
}
.detail .img_box {
    width: 400px;
    height: 400px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 50px;
}
.detail .text {
    width: 600px;
    height: 400px;
    float: left;
    overflow: hidden;
}
.detail .text p.name {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.detail .text p.jifen {
    height: 60px;
    line-height: 60px;
    margin: 20px 0;
    background: #E4F7FF;
    padding-left: 20px;
}
.detail .text p.jifen .txt {
    font-size: 18px;
    color: #0094D0;
}
.detail .text p.jifen span {
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}
.detail .text p.jifen .jf {
    font-size: 30px;
    color: #0094D0;
    margin: 10px 25px 10px 10px;
}
.detail .text p.jifen .money {
    text-decoration: line-through;
}
.detail .text .kucun {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    padding-left: 20px;
}
.kucun span{
    font-size: 16px;
}
.detail .text p.sl {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 18px;
}
.detail .text p.sl span, .detail .text p.sl input {
    float: left;
}
.detail .text p.sl span.jian {
    margin-left: 10px;
}
.detail .text p.sl span.jia, .detail .text p.sl span.jian {
    display: inline-block;
    width: 22px;
    height: 30px;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.detail .text p.sl span img {
    vertical-align: baseline;
}
.detail .text p.sl input {
    height: 30px;
    line-height: 30px;
    padding: 0;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    width: 58px;
    border-left: none;
    border-right: none;
    outline: none;
}
.detail .text div.btn {
padding-left: 20px;
margin-top: 50px;
}
.detail .text div.btn div.dh {
    background: #0094D0;
    color: #fff;
    margin-right: 70px;
}
.detail .text div.btn div {
    /* vertical-align: middle; */
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    float: left;
}
.detail .text div.btn div.jr {
    border: 1px solid #0094D0;
    /* margin-left: 30px; */
}
.detail .text div.btn img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.xiangqing {
    width: 100%;
    min-height: 200px;
    background: #fff;
    margin-top: 10px;
    padding: 0 20px;
}
.xiangqing_title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 13px;
}
.xiangqing_title .img_box {
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
}
.xiangqing_title span {
    color: #666;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}
.xiangqing p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.hot {
    height: 190px;
    margin-top: 10px;
}
.hot .content_box {
    background: #fff;
    height: 190px;
}
.hot .content_title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.hot .content_title .img_box {
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    border-bottom: 1px solid #ff4700;
}
.hot .content_title span {
    vertical-align: middle;
    color: #666;
    font-size: 16px;
    margin-left: 10px;
    font-weight: bold;
}
.hot ul {
    height: 140px;
    padding: 20px 0;
}
.hot ul li:first-child {
    border-left: none;
}
.hot ul li {
    float: left;
    width: 240px;
    border-left: 1px solid #e5e5e5;
    height: 100px;
}
#Details{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content{
    overflow: hidden;
}
.vip{
    overflow: hidden;
}
