.bg-gray1{ background: #3a3a3a;}
a { text-decoration: none; color: #666666;}
a:hover { text-decoration: none; color: #d20001; }

/* 会员登录注册 */
.shade1{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display:none;
    z-index: 999;
}
.CPM1 *{
  font: 12px/1 Tahoma, "Microsoft Yahei", Helvetica, Arial, "\5b8b\4f53", sans-serif;
  margin: 0;
  padding: 0;
}
.CPM1{
    width: 350px;
    /* height: 160px; */
    background-color: white;
    margin: 70px auto;
    border-radius: 5px;
    position: relative;
    opacity:0;
}
.closew1{
  height: 25px;
  text-align: right;
}
.closew1 span {
  font-size: 25px;
  line-height: 25px;
  padding-right: 10px;
  height: 25px;
  color: rgb(182, 188, 194);
  cursor: pointer;
}
.vanish1{
    margin: 10px 0;
    font-size: 14px;
    color: black;
    text-align: center;
}
.deleteBtn{
    text-align: center;
    /* margin:10px 0; */
    padding: 10px 60px;   
}
.btn-sure2{
    width: 65px;
    height: 30px;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    display: inline-block;
    line-height: 30px;
    background: #0093dd;
    border: 1px solid #0093dd;
    transition: all 0.3s;
    color: white;
}

.bot-list-box * {
  margin: 0;
  padding: 0;
}
/*底部列表*/
.bot-list-box {
    padding: 0 0 20px 0;
    color: #000;
}
.bot-list{
  padding: 0 10px;
    /* width: 90%; */
    /* margin: 0 auto; */
}
.bot-list > .title {
    /*font-weight: bold;*/
    padding: 30px 30px 25px 30px;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-indent: 10px;
}
.bot-list>.title img{
    /* width: 30px; */
    height: 30px;
    vertical-align: middle;
    padding: 0 5px;
}
.bot-list .bot-list-item-box{
    display: flex;
    background-color: #fff;
    padding: 10px 5px;
    /*height: 240px;*/
}
.bot-list-item{
    padding: 10px 15px;
    margin: 5px;
    border-right: 1px solid #e5e5e5;
    flex: 1;
}
.bot-list-item:last-child{
    border-right: none;
}
.bot-list-item .item-describe{
    padding-top: 10px;
}
.bot-list .item-img{
    width: 100%;
    max-width: 200px;
    cursor: pointer;
}
.bot-list .item-img a{
    display: flex;
    justify-content: center;
    align-items: center;
    height:150px;
}
.bot-list .item-img img{
    width: 60%;
}
.bot-list .item-img img:hover{
    width: 70%;
}
.item-describe .item-name,.item-describe .item-spec{
    padding: 2px 0;
}
.item-describe .item-spec{
    color: #555;
    font-size: 11px;
    margin-bottom: 7px;
}
.item-describe span{
    color: #FF2D5C;
    font-size: 9px;
    border: 0.5px solid #FF2D5C;
    padding: 0 2px;
    margin-right: 3px;
}
.item-describe .item-num, .item-describe .item-manufactor{
    font-size: 10px;
    color: #888888;
    padding: 5px 0;
}

/*新加banner下列表*/

.banner_bot_list *{
  margin: 0;
  padding: 0;
}
.banner_bot_list {
    height: 250px;
    background-color: #f3f3f3;
    display: flex;
    color: #000;
    font-size: 12px;
}

.banner_bot_list_line {
    width: 1px;
    height: 150px;
    background-color: #c0c0c0;
    margin-top: 20px;
}

.banner_bot_list_left, .banner_bot_list_right {
    width: 49.9%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_bot_list .title {
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    padding: 20px 0;
}

.banner_bot_list .title img {
    height: 20px;
    /* width: 20px; */
    vertical-align: middle;
    padding: 0 5px;
}

/*.banner_bot_list_left .banner_list_content{*/
/*    padding-left: 150px;*/
/*}*/
/*.banner_bot_list_right .banner_list_content{*/
/*    padding-left: 100px;*/
/*}*/
.banner_bot_list .banner_list_content{
    width: 50%;
}
.banner_bot_list .banner_list_content p {
    padding: 10px 0;
}

.banner_bot_list .banner_list_content p a {
    color: #000;
}

.banner_bot_list .banner_list_content li {
    list-style-type: disc;
    color: #ff811b;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner_bot_list .banner_list_content li a {
    color: #000;
}

.banner_bot_list .banner_list_red_span {
    font-size: 9px;
    padding: 1px 2px;
    color: #e64545;
    border: 1px solid #e64545;
}



/*** 公共底部样式 ***/
.foot-box{
    padding: 40px 0;
}
.foot-box * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 12px;
}
.foot-box .foot-logo{
    width: 229px;
    height: 49px;
    display: inline-block;
    background: url(foot_logo.png) no-repeat;
}
.foot-box p{
    text-align: center;
    line-height: 22px;
    color: #808080;
    margin-bottom: 10px;
}
.foot-box a{
    color: #808080;
}
.foot-box a:hover{
    color: #bbb;
}
.foot-box .a-line{
    margin: 0 10px;
}

/* 弹窗样式 */
.shade2{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display:none;
    z-index: 999; 
}
.CPM2{
    width: 350px;
    /* height: 160px; */
    background-color: white;
    margin: 70px auto;
    border-radius: 5px;
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    opacity:0;
}
.CPM2-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.top-title{
    font-size: 16px;
    color: black;
    font-weight: 600;
}
.closew2{
    font-size: 25px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    color: rgb(182, 188, 194);
    cursor: pointer;
    text-align: right;
}
.vanish{
    margin-bottom: 5px;
    font-size: 14px;
    color: black;
    line-height: 1.2;
}



