.header,
.footer {
    width: 100%
}

.header_body {
    margin: 0 auto;
    width: 1200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header_body * {
    white-space: nowrap
}

.header_body .left {
    margin-right: 30px
}

.header_body .left a {
    display: flex;
    align-items: center
}

.header_body .left img {
    width: 52px;
    height: 52px;
    margin-right: 20px
}

.header_body .left span {
    font-size: 40px;
    color: #fb921c
}

.header_body .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.header_body .right .father {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: 10px
}

.header_body .right .father>li {
    min-width: 68px;
    padding: 4px 10px 2px;
    text-align: center;
    transition: all 0.4s;
    position: relative
}

.header_body .right .father>li>a {
    transition: all 0.4s;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #414141;
    width: 100%;
    position: relative
}

.header_body .right .father>li>a::before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -11px;
    height: 2px;
    background-color: #fb8e15
}

.header_body .right .father>li:hover>a {
    color: #fb921c
}

.header_body .right .father>li:hover>a::before {
    transition: width 0.6s;
    width: 100%
}

.header_body .right .father>li .child {
    display: none;
    position: absolute;
    left: 0;
    top: 80%;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    -moz-box-shadow: 0px 3px 5px #e0e0e0;
    -webkit-box-shadow: 0px 3px 5px #e0e0e0;
    box-shadow: 0px 3px 5px #e0e0e0
}

.header_body .right .father>li .child li {
    width: 100%;
    padding: 8px 12px
}

.header_body .right .father>li .child li:first-child {
    padding-top: 20px
}

.header_body .right .father>li .child li:last-child {
    padding-bottom: 20px
}

.header_body .right .father>li .child li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    /* border-bottom: 1px solid #fb921c */
}

.header_body .right .father>li .child li a:hover {
    color: #fb921c
}

.header_body .right .father .active>a {
    color: #fb921c
}

.header_body .right .father .active>a::before {
    width: 100%
}

.header_body .right .search {
    width: 220px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 12px;
    padding: 12px 5px;
    display: flex;
    align-items: center;
    margin-left: 20px
}

.header_body .right .search img {
    width: 24px;
    height: 24px;
    margin-right: 7px
}

.header_body .right .search input {
    width: 85px
}

.footer {
    background: #313131
}

.footer_body {
    width: 1200px;
    margin: 0 auto;
    height: 160px;
    background: #313131;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer_body * {
    font-size: 18px;
    color: #cdcdcd
}

.footer_body .footer_body_left ul {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.footer_body .footer_body_left ul li {
    white-space: nowrap;
    margin-right: 20px
}

.footer_body .footer_body_left ul li a {
    display: block
}

.footer_body .footer_body_left ul li a:hover {
    color: #cdcdcd
}

.footer_body .footer_body_right .row {
    margin-bottom: 4px
}

.index_body {
    width: 1200px;
    margin: 0 auto
}

.banner {
    width: 100%;
    height: 400px;
    position: relative
}

.banner img {
    width: 100%;
    height: 400px
}

.banner .banner_text {
    position: absolute;
    top: 140px;
    right: 490px
}

.banner .banner_text h1 {
    font-size: 72px;
    font-weight: bold;
    color: #fff
}

.banner .banner_text p {
    font-size: 36px;
    font-weight: 400;
    color: #fff
}

.news_banner .banner_text {
    top: 120px
}

.product_nav {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product_nav .product_nav_left {
    padding-left: 18px
}

.product_nav .product_nav_left ul {
    display: flex;
    align-items: center
}

.product_nav .product_nav_left ul li {
    color: #666666;
    margin-right: 10px;
    font-size: 18px
}

.product_nav .product_nav_left ul li a {
    font-size: 18px;
    color: #fb921c
}

.product_nav .product_nav_left ul li a:hover {
    color: #fb921c
}

.product_nav .product_nav_left ul .active a {
    color: #666666
}

.product_nav .product_nav_right {
    display: flex;
    align-items: center
}

.product_nav .product_nav_right .nav_right_sort {
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
    font-size: 20px;
    color: #999;
    cursor: pointer
}

.product_nav .product_nav_right .nav_right_sort:hover {
    color: #fb921c
}

.product_nav .product_nav_right .active {
    background-color: #fb921c;
    color: #fff
}

.product_nav .product_nav_right .active:hover {
    color: #fff
}

.product_detail_nav {
    width: 1200px;
    margin: 0 auto 20px
}

.product_detail_nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.product_detail_nav ul li {
    color: #666666;
    margin-right: 10px;
    font-size: 18px
}

.product_detail_nav ul li a {
    font-size: 18px;
    color: #fb921c
}

.product_detail_nav ul li a:hover {
    color: #fb921c
}

.product_detail_nav ul .more {
    margin-right: 0
}

.product_detail_nav ul .active a {
    color: #666666
}

.mobile_nav,
.mobile_line,
.mobile_banner_nav,
.mobile_sort {
    display: none
}

.fixed_right {
    position: fixed;
    z-index: 999999;
    top: 50%;
    right: 2%;
    transform: translateY(-50%)
}

.fixed_right>ul {
    display: flex;
    flex-direction: column
}

.fixed_right>ul li {
    width: 60px;
    height: 60px;
    position: relative
}

.fixed_right>ul li a {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #eee;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.fixed_right>ul li a span {
    font-size: 30px;
    color: #999
}

.fixed_right>ul li a span.icon-text {
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
}

.fixed_right>ul li a:hover {
    background-color: #fb921c
}

.fixed_right>ul li a:hover span {
    color: #fff
}
.fixed_right>ul li a:hover div span {
    color: #fff
}

.fixed_right>ul li:hover .fiexed_text {
    display: flex
}

/* .fixed_right>ul .qr_code:hover #qr_code_box {
    display: flex
} */

.fixed_right>ul .service::before {
    position: absolute;
    display: none;
    content: "";
    width: 0;
    height: 0;
    right: 99%;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid;
    z-index: 99;
    border-color: transparent #fb921c transparent transparent
}

.fixed_right>ul .service:hover::before {
    display: block
}

.fixed_right .fiexed_text {
    width: 300px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    right: 100%;
    top: 0;
    display: none
}

.fixed_right .fiexed_text ul {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 20px
}

.fixed_right .fiexed_text ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0
}

.fixed_right .fiexed_text ul li a {
    padding: 6px;
    background-color: #34507d;
    color: #eee;
    border-radius: 4px;
    text-align: left
}

.fixed_right .fiexed_text ul li a span {
    margin-right: 10px
}

.fixed_right .fiexed_text ul li a:hover {
    background-color: #2887f3
}

.fixed_right .fiexed_text ul li p {
    font-size: 14px
}

.fixed_right .fiexed_text .phone_list li,
.fixed_right .fiexed_text .email_list li,
.fixed_right .fiexed_text .wx_list li,
.fixed_right .fiexed_text .QQ_list li {
    width: 100%;
    margin-bottom: 7px
}

.fixed_right .fiexed_text .phone_list li a,
.fixed_right .fiexed_text .email_list li a,
.fixed_right .fiexed_text .wx_list li a,
.fixed_right .fiexed_text .QQ_list li a {
    margin-bottom: 4px
}

#qr_code_box {
    position: absolute;
    right: 140%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    padding: 10px;
    width: 200px;
    height: 200px
}

#qr_code_box img {
    width: 180px;
    height: 180px
}

.magnify {
    cursor: move
}

.magnify img {
    width: 400px;
    height: 400px
}

.item_title_price {
    font-size: 14px;
    color: red;
    font-weight: bold
}

.index_body .index_body_product_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-top: 30px;
}

.index_body .index_body_product_top .index_title {
    margin: 0;
    width: auto
}

.index_body .index_body_product_top .index_title_p {
    margin: 0;
    padding-top: 10px;
}


/*登录*/

.beianLink {
    color: #fff;
    margin-left: 10px;
  }
  
  .box_lg {
    width: 400px;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    margin: 0 auto;
  
    position: absolute;
    left: 700.5px;
    top: 241px;
    height: 300px;
    z-index: 9001;
    border-radius: 4px;
  
  }
  .login_close {
    position: absolute;
    top: 0;
    right: -30px;
    width: 16px;
    height: 16px;
    background-image: url(https://cloudcache.tencent-cloud.cn/open_proj/proj_qcloud_v2/gateway/login-regist/login/pc/css/sprite/login-20219241033.png);
    text-indent: -10000px;
    overflow: hidden;
    outline: 0;
    background-position: -18px 0px;
  }
  
  .box_lg ol{
    padding:0;
    margin:0;
    list-style:none
  }
  
  .login-input {
    font-size: 14px;
    line-height: 28px;
    height: 45px;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #ddd;
    color: #333;
    vertical-align: middle;
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
  }
  
  .login-input:focus, .login-input:hover {
    border-color: #00a4ff;
    outline: 0;
  }
  
  .login-title {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #000;
  }
  
  .btn_frm {
    height: 45px;
    padding: 0 20px;
    background-color: #fb921c;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    border: none;
    margin-top: 40px;
  }
  
  .box_ft {
    margin-top: 20px;
    border-top: #ddd 1px dashed;
    padding-top: 20px;
    text-align: justify;
    display: flex;
  }
  
  .box_ft div{
    display: inline-block;
    width: auto;
    flex: 1;
    text-align: center;
    border-left: #e5e5e5 1px solid;
  }
  
  .box_ft div:first-child {
    border: 0;
  }
  
  .box_ft a {
    text-decoration: none;
    color: #000;
  }
  
  .box_ft a:hover {
    color: #00a4ff;
  }
  
  .password-li {
    position: relative;
  }
  
  .msg-button {
    position: absolute;
    top: 22px;
    right: 10px;
    color: #175199;
  
    height: auto;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
  }
  .login_mask{
    background-color: rgba(41, 41, 41, 0.46);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
  }

.clearfix {
    zoom: 1;
}
  
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

.main-bg {
    background: #f7f7f7;
    padding: 20px 0;
}

.badge {
    width: 100%;
    height: 20px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    position: relative;
    bottom: 20px;
    left: 2px;
}
.grey_color {
    color: #B0B0B0 !important;
}

.ml84 {
    margin-left: 84px;
}

.captcha-li input{
    font-size: 14px;
    line-height: 28px;
    height: 45px;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #ddd;
    color: #333;
    vertical-align: middle;
    width: 70%;
    background-color: #fff;
    margin-top: 10px;
}

.captcha-li input:focus, .captcha-li input:hover {
    border-color: #00a4ff;
    outline: 0;
}

.captcha-li img{
    display: inline-block;
    width: 28%;
    height: 45px;
    margin-top: 10px;
}

.mask_login_tips{
    color: red;
    text-align: center;
    height: 15px;
}
.hide {
    display: none;
}

.header_con {
	background: #333;
	color: #b0b0b0;
	height: 40px;
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
    box-sizing: content-box;
}

.header_div {
    background: #333;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}

.header_div a {
	color: #b0b0b0;
}

.header_div a:hover {
	color: #fff;
}

.login_info em {
	color: #ffffff
}

.login_btn span,.user_link span,.options span {
	color: #cecece;
	margin: 0 10px;
}


.header_div .cart_nav_box {
    position: relative;
    display: inline-block;
    width: 140px;
    margin-left: 10px;
}

.header_div .cart_nav_box .cart_nav_link {
    display: block;
    background: #535353;
    text-align: left;
    text-indent: 42px;
}
.blue_link{
    color: blue; 
}

.header_div .cart_nav_box .cart_nav_link:hover {
    background: #0173BC;
    color: #ffffff;
}

.header_div .cart_nav_box .cart_nav_link::before {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/cart.svg) no-repeat 0px -1px;
    top: 9px;
    left: 15px;
}

.header_div .cart_nav_box .cart_nav_link:hover::before {
    background-position: -24px -1px;
}

.header_div .cart_nav_box:hover .cart_nav_goods {
    display: block;
}

.header_div .cart_nav_box .cart_nav_goods {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 99999999;
    width: 454px;
    padding: 20px 10px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    transform: translateY(-2px);
    line-height: 22px;
}

.header_div .cart_nav_box .cart_nav_goods a:hover {
    color: #b0b0b0;
}

.header_div .cart_nav_box .cart_nav_goods_box {
	max-height: 250px;
	overflow: auto;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_line {
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col0 {
    width: 5%;
    line-height: 65px;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col1 {
    width: 20%;
    vertical-align: middle;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col2 {
    width: 70%;
    line-height: 22px;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col2 .goods_title {
    margin-top: 10px;
    color: #666666;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col2 .goods_count em {
    display: inline-block;
    width: 100px;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col3 {
    width: 5%;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_line img {
    height: 60px;
    width: 80px;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_no_goods {
    padding: 50px 0;
    text-align: center;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_calc {
    margin-top: 20px;
	line-height: 40px;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_calc {
    font-size: 14px;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_calc span {
    color: #666666;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_calc .price-symbol {
    font-size: 14px;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_calc .price-int {
    color: #FF0036;
    font-size: 24px;
}

.header_div .cart_nav_box .cart_nav_goods .cart_nav_goods_calc .price-decimal {
    color: #FF0036;
    font-size: 14px;
}
.fl{float:left}
.fr{float:right}
.cart-num {font-style:normal}