    * {
        padding: 0;
        margin: 0;
    }
    /* 隐藏横向滚动条 */
    
    html {
        overflow-x: hidden;
    }
    /* 版心 */
    
    .editionCenter {
        width: 1190px;
        height: 620px;
        margin: 0 auto;
    }
    /* nav */
    
    .header_nav {
        height: 44px;
        width: 1190px;
        /* background-color: rgb(48, 102, 172); */
    }
    
    .header_nav a {
        text-decoration: none;
        color: #000;
        margin: 0 25px;
    }
    
    .header_nav a:hover {
        color: #F03A58;
    }
    
    .nav0 {
        display: inline-block;
        width: 190px;
        padding-left: 40px;
        background: url(../images/menu-l.png) no-repeat 12px 50% #F03A58;
        color: #fff;
        line-height: 45px;
        text-decoration: none;
    }
    
    .hot {
        display: inline-block;
        position: absolute;
        margin-top: 5px;
        margin-left: -585px;
        border-radius: 8px 8px 8px 0;
        width: 34px;
        height: 15px;
        text-align: center;
        color: #fff;
        background: #f00;
        font-size: 12px;
        line-height: 15px;
    }
    /* 主体内容 */
    
    .main {
        width: 1190px;
        position: relative;
    }
    /* 左侧标题 */
    
    .main_ul {
        width: 230px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 2;
    }
    
    .main_ul_ah {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        margin: 10px 10px 0 10px;
    }
    
    .main_ul_at {
        font-size: 12px;
        color: #888;
        text-decoration: none;
        margin-left: 10px;
        margin-top: -5px;
    }
    
    .main_ul li {
        list-style: none;
        height: 58px;
        border-top: 1px solid #666;
        background: rgba(0, 0, 0, 0.8)
    }
    
    .main_carouselMap {
        width: 1920px;
        height: 460px;
        background-color: aqua;
        position: absolute;
        left: -365px;
        top: 0;
    }
    
    .main_carouselMap img {
        width: 1920px;
        height: 472px;
    }
    /* 侧边栏对应显示 */
    
    .main_ul_content {
        width: 980px;
        height: 470px;
        background-color: white;
        position: absolute;
        left: 230px;
        top: 0;
        z-index: 4;
        border: 1px #000 solid;
        display: none;
        font-size: 12px;
        overflow: auto;
    }
    
    .main_li1:hover .main_ul_content1 {
        display: block;
    }
    
    .main_li1:hover .main_ul_ah {
        color: #000;
    }
    
    .main_li1:hover {
        background-color: white;
    }
    
    .main_li2:hover .main_ul_content2 {
        display: block;
    }
    
    .main_li2:hover .main_ul_ah {
        color: #000;
    }
    
    .main_li2:hover {
        background-color: white;
    }
    
    .main_li3:hover .main_ul_content3 {
        display: block;
    }
    
    .main_li3:hover .main_ul_ah {
        color: #000;
    }
    
    .main_li3:hover {
        background-color: white;
    }
    
    .main_li4:hover .main_ul_content4 {
        display: block;
    }
    
    .main_li4:hover .main_ul_ah {
        color: #000;
    }
    
    .main_li4:hover {
        background-color: white;
    }
    
    .main_li5:hover .main_ul_content5 {
        display: block;
    }
    
    .main_li5:hover .main_ul_ah {
        color: #000;
    }
    
    .main_li5:hover {
        background-color: white;
    }
    
    .main_li6:hover .main_ul_content6 {
        display: block;
    }
    
    .main_li6:hover .main_ul_ah {
        color: #000;
    }
    
    .main_li6:hover {
        background-color: white;
    }
    
    .main_li7:hover .main_ul_content7 {
        display: block;
    }
    
    .main_li7:hover .main_ul_ah {
        color: #000;
    }
    
    .main_li7:hover {
        background-color: white;
    }
    
    .main_li8:hover .main_ul_content8 {
        display: block;
    }
    
    .main_li8:hover .main_ul_ah {
        color: #000;
    }
    
    .main_li8:hover {
        background-color: white;
    }
    /* 每个类型的框 */
    
    .main_ul_content_content {
        width: 730px;
        background-color: #fbfbfb;
        float: left;
    }
    
    .main_ul_content_content ul {
        width: 584px;
        /* height: 300px; */
        float: left;
        margin-top: 25px;
    }
    
    .main_ul_content_content ul li {
        padding: 0 10px;
        list-style: none;
        float: left;
        height: 30px;
        border-top: 0;
        background-color: #fbfbfb;
    }
    
    .main_ul_content_head {
        display: block;
        margin: 25px 0 0 20px;
        width: 125px;
        color: #F03A58;
        float: left;
    }
    
    .main_ul_right {
        width: 229px;
        height: 650px;
        /* background-color: teal; */
        float: right;
    }
    
    .main_ul_right img {
        width: 100px;
        height: 40px;
        margin: 8px 0 0 8px;
        background-color: #fbfbfb;
    }
    /* 轮播图 */
    
    .carouselMap_ol {
        width: 400px;
        height: 30px;
        /* background-color: brown; */
        position: absolute;
        bottom: 0;
        left: 45%;
    }
    
    .carouselMap_ol li {
        float: left;
        margin-left: 10px;
        width: 40px;
        height: 5px;
        background-color: dimgrey;
        list-style: none;
    }
    
    .carouselMap_ol_li_select {
        background-color: rgb(252, 251, 250)!important;
    }
    
    .carouselMap_ol_liother {
        background-color: dimgrey!important;
    }
    /* 上翻按钮 */
    
    .a_last {
        width: 30px;
        height: 90px;
        position: absolute;
        left: 600px;
        top: 195px;
        /* z-index: 2; */
        background: url(../images/banner_arrow_l@2x.png);
    }
    /* 下翻按钮 */
    
    .a_next {
        width: 30px;
        height: 90px;
        position: absolute;
        left: 1290px;
        top: 195px;
        /* z-index: 2; */
        background: url(../images/banner_arrow_r@2x.png);
    }
    /* 右边框 */
    
    .main_right {
        width: 230px;
        height: 430px;
        background-color: rgb(255, 255, 255);
        position: absolute;
        right: 0;
        top: 15px;
    }
    
    .main_right_text {
        width: 220px;
        padding-left: 10px;
        height: 295px;
    }
    
    .main_right_text_head {
        font-size: 20px;
        color: #222;
        display: block;
        margin: 20px 0 10px 0;
    }
    
    .main_right_text_text {
        font-size: 14px;
        color: #888;
        width: 200px;
        display: block;
        margin-bottom: 30px;
    }
    
    .main_right_img {
        width: 230px;
        height: 135px;
    }
    
    .main_right_img img {
        width: 230px;
        height: 135px;
    }
    /* 登录 */
    
    .main_right_login {
        padding-top: 0;
        height: 28px;
        line-height: 28px;
        width: 93px;
        border-radius: 4px;
        background: #fff;
        margin-left: 10px;
        color: #F03A58;
        text-align: center;
        border: 1px solid #F03A58;
        text-decoration: none;
    }
    /* 注册 */
    
    .main_right_logon {
        padding-top: 0;
        height: 28px;
        line-height: 28px;
        width: 93px;
        border-radius: 4px;
        background: #F03A58;
        margin-left: 10px;
        margin-bottom: 15px;
        color: #fff;
        text-align: center;
        border: 1px solid #F03A58;
        text-decoration: none;
    }
    
    .main_right_text_notice {
        font-size: 12px;
        color: #222;
        display: block;
        width: 210px;
        height: 30px;
        line-height: 30px;
    }
    
    .main_right_text_notice:hover {
        color: #F03A58;
    }
    
    .main_right_text_more {
        color: #4A90E2;
        font-size: 12px;
        float: right;
        margin-top: 10px;
    }
    /* 内容部分  */
    
    .content {
        width: 100%;
        margin: 20px auto;
        background: #F4F4F4;
        height: 9600px;
    }
    /* 爆款抢购 */
    
    .hotMoney {
        width: 1190px;
        height: 690px;
        margin: 0 auto;
        /* background-color: #0e3; */
    }
    
    .hotMoney_head {
        width: 1190px;
        height: 50px;
        margin: 0 auto;
    }
    
    .hotMoney_head p {
        font-size: 20px;
        float: left;
        margin-top: 10px;
    }
    
    .hotMoney_head div {
        font-size: 14px;
        color: #F03A58;
        float: right;
        margin-top: 10px;
    }
    
    .hotMoney ul {
        width: 1190px;
    }
    
    .hotMoney ul li {
        float: left;
        list-style: none;
        width: 230px;
        height: 290px;
        background-color: white;
        margin-bottom: 10px;
    }
    
    .hotMoney1 {
        background: url(../images/morning-head@2x.png);
    }
    
    .beat {
        width: 50px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        background: #F03A58;
        color: #fff;
        text-align: center;
        position: relative;
        top: 0;
        left: 180px;
    }
    
    .hotMoney_img {
        margin: 0 30px 10px 30px;
        width: 170px;
        height: 170px;
    }
    
    .hotMoney_span {
        overflow: hidden;
        height: 40px;
        line-height: 20px;
        font-size: 14px;
        color: #222;
        display: inline-block;
        margin-left: 30px;
    }
    
    .hotMoney_btn {
        float: none;
        display: block;
        width: 98px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        border-radius: 14px;
        border: 1px solid #F03A58;
        color: #F03A58;
        font-size: 14px;
        margin: 12px auto 0;
    }
    /* 电气控制 */
    
    .Control {
        width: 1190px;
        height: 650px;
        /* background-color: aquamarine; */
        margin: 0 auto;
    }
    
    .Control_left {
        width: 230px;
        height: 600px;
        background-color: #0e3d5c;
        float: left;
        margin-right: 10px;
        position: relative;
    }
    
    .Control_left_bg {
        width: 230px;
        height: 600px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    
    .Control_left_head {
        display: block;
        height: 32px;
        line-height: 32px;
        color: #fff;
        font-size: 32px;
        margin: 25px 0 0 25px;
        position: absolute;
        z-index: 1;
    }
    
    .Control_left_a {
        position: absolute;
        z-index: 1;
        height: 260px;
        margin-top: 400px;
    }
    
    .Control_left_a a {
        width: 88px;
        margin: 0px 10px 15px;
        height: 28px;
        line-height: 28px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 4px;
        text-align: center;
        float: left;
        font-size: 12px;
        display: block;
        text-decoration: none;
    }
    
    .Control ul {
        float: left;
        width: 720px;
    }
    
    .Control ul li {
        list-style: none;
        float: left;
        width: 230px;
        height: 295px;
        margin-bottom: 10px;
        margin-right: 10px;
        background-color: rgb(255, 253, 255)
    }
    
    .Control_ul_li_img {
        width: 180px;
        height: 180px;
        margin: 15px 0 0 25px;
    }
    
    .Control_ul_li_span {
        font-size: 12px;
        margin: 20px 0 0 15px;
        display: block;
        color: #222;
        width: 220px;
        height: 30px;
    }
    
    .Control_ul_li_span:hover {
        color: #F03A58;
    }
    
    .Control_ul_li_introduce {
        font-size: 12px;
        display: block;
        margin: 10px 0 0 15px;
        color: #888;
    }
    
    .Control_right {
        width: 230px;
        height: 600px;
        background-color: #0e3d5c;
        float: left;
    }
    
    .Control_right_CM {
        width: 230px;
        height: 170px;
    }
    
    .Control_right_CM img {
        width: 100px;
        height: 40px;
        margin: 5px;
        /* background-color: thistle; */
    }
    
    .Control_right_CM1 {
        width: 230px;
        height: 170px;
        background-color: white;
    }
    
    .Control_right_CM2 {
        width: 230px;
        height: 170px;
        background-color: white;
        display: none;
    }
    
    .Control_right_ol {
        width: 130px;
        height: 20px;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-color: white;
        padding-left: 100px;
    }
    
    .Control_right_ol li {
        float: left;
        list-style: none;
        width: 6px;
        height: 6px;
        background-color: #888;
        border-radius: 3px;
        margin-top: 10px;
        margin-left: 10px;
    }
    
    .Control_right_select {
        background-color: #f82f2f !important;
    }
    
    .Control_right_other {
        background-color: #888;
    }
    
    .Control_right_img {
        width: 230px;
        height: 415px;
        overflow: hidden;
    }
    /* 热销商品 */
    
    .hotGoods {
        width: 1190px;
        height: 1900px;
        margin: 0 auto;
        /* background-color: burlywood; */
    }
    
    .hotGoods_head {
        width: 1190px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }
    
    .hotGoods ul li {
        list-style: none;
        float: left;
        width: 230px;
        height: 295px;
        background-color: white;
        margin-bottom: 10px;
    }
    
    .hotGoods_img {
        width: 180px;
        height: 180px;
        display: block;
        margin: 15px 25px 25px 25px;
    }
    
    .hotGoods_introduce {
        font-size: 12px;
        color: #666;
        display: block;
        margin-left: 15px;
    }
    
    .hotGoods_btn {
        display: block;
        width: 75px !important;
        height: 18px;
        line-height: 18px;
        border-radius: 14px;
        border: 1px solid #F03A58;
        text-align: center;
        color: #F03A58;
        font-size: 12px;
        margin-top: 15px;
        margin-left: 15px;
    }
    /* 定位 */
    
    .fixed_left {
        width: 72px;
        height: 600px;
        background-color: white;
        position: fixed;
        left: 0;
        top: 20px;
        display: none;
    }
    
    .fixed_left a {
        text-decoration: none;
        font-size: 12px;
        color: #222;
        border: 1px #fdfdfd solid;
        display: block;
        width: 70px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 10px;
        /* padding: 7px; */
    }
    
    .fixed_left .fixed_left_color {
        background-color: #F03A58;
        color: white;
    }
    
    .fixed_left .fixed_left_color_other {
        background-color: white;
        color: #222;
    }
    
    .fixed_right {
        width: 40px;
        height: 462px;
        background-color: #000;
        position: fixed;
        top: 0;
        right: 0;
    }
    
    .fixed_right a {
        width: 40px;
        height: 70px;
        color: white;
        text-decoration: none;
        font-size: 12px;
    }
    
    .fixed_right_img {
        margin-left: 8px;
        /* margin-top: 10px; */
    }
    
    .fixed_right_span {
        text-align: center;
        display: block;
        width: 40px;
        text-align: center;
    }
    
    .fixed_right .fixed_right_bg {
        background-color: #F03A58;
    }
    
    .fixed_right .fixed_right_bgother {
        background-color: #000;
    }
    /* 专属客服 */
    
    .zhuanshukefu {
        width: 154px;
        height: 210px;
        background: #fff;
        margin-right: 15px;
        position: fixed;
        right: 50px;
        top: 260px;
        z-index: 10;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        display: none;
    }
    
    .zhuanshukefu img {
        width: 60px;
        height: 60px;
        display: block;
        margin: 10px auto;
    }
    
    .zhuanshukefu_span {
        background: url(../images/QQ.png) 10px center no-repeat;
        float: none;
        display: block;
        width: 57px;
        height: 24px;
        font-size: 12px;
        padding-left: 25px;
        border: 1px solid rgba(240, 58, 88, 1);
        color: #F03A58;
        line-height: 24px;
        margin: 0 auto 13px;
        border-radius: 2px;
    }
    
    .zhuanshukefu_moren {
        font-size: 12px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    
    .zhuanshukefu_xingming {
        color: #888;
    }
    /* 邮件 */
    
    .emil {
        width: 200px;
        height: 30px;
        background-color: rgba(240, 58, 88, 1);
        line-height: 30px;
        font-size: 12px;
        text-align: center;
        position: fixed;
        bottom: 250px;
        right: 60px;
        border-radius: 10px;
        display: none;
    }
    /* 二维码 */
    
    .erweima {
        position: fixed;
        bottom: 40px;
        right: 60px;
        display: none;
    }
    
    .erweima img {
        width: 124px;
        height: 310px;
    }
    /* 回到顶部 */
    
    .fixed_top {
        width: 40px;
        height: 70px;
        background: black url(../images/ic_up.png) no-repeat 10px 10px;
        position: fixed;
        bottom: 10px;
        right: 0;
        color: white;
        line-height: 90px;
        text-align: center;
    }
    
    .fixed_top a {
        display: block;
        width: 40px;
        height: 70px;
        text-align: center;
        line-height: 90px;
        text-decoration: none;
        color: white;
    }