/****** 公共样式 ******/
body{background: #f5f6f8; color: #646464;  height: 100%;}


/**** 2020-04-14 判断ios和windows 字体*****/
/*.win{
  font-family: '微软雅黑' !important;
}
.mac{
  font-family: '冬青黑体简体中文' !important;  
}*/

/****** 用户中心公共头样式 ******/
/*.uicos{ background:url(../images/uicos.png); background-repeat: no-repeat;}*/
.uicos{ background:url(../images/images_v2/maxmax.png); background-repeat: no-repeat;background-size: 38%;}
.uhead{width: 100%; height: 84px; background: #fff; -moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */ box-shadow: 0px 8px 15px #e6e7eb;}
.uhead .ulogo{ width: 120px; height: 84px; float:left; }
.uhead .ulogo .inner{ padding-top: 15px; }
.uhead .ulogo .inner img{width: 115px;}
.uhead .ucont{ /*width: 517px;*/ height: 84px; float:right; color: #000; padding-top: 10px; }
.uhead .ucont .inbox{ padding-top:15px; }
.uhead .ucont .seach{ width: 180px; height: 30px; float: left; border-radius: 12px 12px 12px 12px; border: 1px solid #e6e6e6; border-radius: 5px; margin-right: 20px;position: relative;}
.uhead .ucont .seach .pdsearch{padding:8px 30px 8px 8px;box-sizing: border-box;margin-top: 0px;width: 180px; height: 30px; background: #f9f9f9; border: 0; text-indent: 5px; border-radius: 5px 0px 0px 5px;font-size: 14px;line-height: 14px; }
/****** .uhead .ucont .seach .pdsearch 的 placeholder默认样式 ******/
.uhead .ucont .seach .pdsearch1:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
    vertical-align: top;
    line-height: 23px;
    /*line-height:100%;*/
    font-family: "冬青黑体简体中文","微软雅黑";
}
.uhead .ucont .seach .pdsearch::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
    vertical-align: top;
    line-height: 23px;
    /*line-height:100%;*/
    font-family: "冬青黑体简体中文","微软雅黑";
}
.uhead .ucont .seach .pdsearch:-webkit-autofill{
    color: #b3b3b3;
    font-size: 14px;
    vertical-align: top;
    line-height: 23px;
    /*line-height:100%;*/
    font-family: "冬青黑体简体中文","微软雅黑";
}

#bdcsMain::-webkit-input-placeholder {
    /* 修改字体颜色 */
    color: #b3b3b3;
    /* 修改字号，默认继承input */
    /*font-size: 12px;*/
    /* 设置背景色 */
    /*background: #8ac6d1;*/
}
.uhead .ucont .on .pdsearch{ background: #fff; }
.uhead .ucont .seach .search_btn {float: right;width: 30px;height: 30px;background-position: 2px 5px;cursor: pointer;border: 0;font-size: 0; background:url(../images/search.png) no-repeat center center; border-radius: 0px 5px 5px 0px; position: absolute;top: 0;right: 0;}
.uhead .ucont .on .search_btn{ background:url(../images/search.png) no-repeat center center #fff;}
.uhead .ucont .home, .uhead .ucont .home a{ display: block; width: 100px; height: 30px; color: #000; }
.uhead .ucont .home .uicos{background:url(../images/uicos.png); background-repeat: no-repeat;background-position: 0px -11px;}
.uhead .ucont .home a{ line-height: 30px; text-indent: 40px; background-position: 0px -11px;}
.uhead .ucont .home a:hover{background-position: -134px -11px; color: #eb2e2e;}
.uhead .ucont .user_login{ /*width: 232px;*/ }
.uhead .ucont .user_login .user_head{ /*width: 120px;*/ height: 30px; }
.uhead .ucont .user_login .user_head a{ display: block; color: #000; }
.uhead .ucont .user_login .user_head a:hover{color: #eb2e2e;}
.uhead .ucont .user_login .user_head .uimg{  width: 30px; height: 30px; display: inline-block;margin-right: 10px;}
.uhead .ucont .user_login .user_head .uimg img{width: 30px; height: 30px; border-radius: 15px;}
.uhead .ucont .user_login .user_head .uname{ height: 30px; display: inline-block;line-height: 30px;margin-right: 15px;}
.uhead .ucont .user_login .ulogout a{ color: #000 ;line-height: 30px;}
.uhead .ucont .user_login .ulogout a:hover{color: #eb2e2e;}
.uhead .ucont .mail{display: block; width: 30px; height: 30px; color: #000; position:relative; z-index: 100; line-height: 28px;margin-right: 18px;}
.uhead .ucont .mail a img{width: 30px; height: 30px; margin-top: -6px;}
.uhead .ucont .mail .cont{ display: inline-block; position: absolute; z-index: 101; top:-5px; right:0; min-width: 12px; height: 12px; line-height: 12px; background: #ff0000; color: #fff; font-size: 10px; padding: 1px; border-radius: 6px; text-align: center;}
.uhead .ucont .mail .cont a{ display:block; color: #fff; }
.uhead .ucont .mail .cont .n{margin-top: 1px;}
.uhead .ucont .mail .cont .add{ line-height: 10px; margin-top: -1px; }
.uhead .ucont .user_logout{ height: 30px; line-height: 30px; float: right;width: 200px;}
.uhead .ucont .user_logout .ulogin,.uhead .ucont .user_logout .ureg{ float: left; padding: 0 10px; }
.uhead .ucont .user_logout .share{ float: right; }
.uhead .ucont .user_logout a{ color: #000; }
.uhead .ucont .user_logout a:hover{color: #eb2e2e;}
body .uhead-2{ -moz-box-shadow: 0px 10px 25px #d6d9df; /* 老的 Firefox */ box-shadow: 0px 10px 25px #d6d9df; background: #fff; position: relative; z-index: 999; }


/*分享*/
.uhead .ucont .user_logout .share{ cursor: pointer; position: relative; z-index: 999;}
.uhead .ucont .user_logout .share .icons{ width: 30px; /*height: 120px;*/height: 90px; background:#fff; border:1px solid #DDDDDD; position: absolute; z-index: 999; /*bottom:35px;*/top:28px; right:-1px; display: none;}
.uhead .ucont .user_logout .share-on .icons{ display:block !important; }
.uhead .ucont .user_logout .share .icons div{ width:30px; height:30px; }
.uhead .ucont .user_logout .share .icons .weibo,
.uhead .ucont .user_logout .share .icons .qzone,
.uhead .ucont .user_logout .share .icons .weixin{ cursor: pointer; }
.uhead .ucont .user_logout .share .icons .weibo{background-image:url(//statict.cnmo.com/origin/news/channelPage/images/icon.png); background-repeat:no-repeat; background-position:-190px 8px;}
.uhead .ucont .user_logout .share .icons .qzone{background-image:url(//statict.cnmo.com/origin/news/channelPage/images/icon.png); background-repeat:no-repeat; background-position:-190px -49px;}
.uhead .ucont .user_logout .share .icons .weixin{background-image:url(//statict.cnmo.com/origin/news/channelPage/images/icon.png); background-repeat:no-repeat; background-position:-190px -80px;}
.uhead .ucont .user_logout .share .icons .share{background-image:url(//statict.cnmo.com/origin/news/channelPage/images/icon.png); background-repeat:no-repeat; background-position:6px -228px; display: none;}
.uhead .ucont .user_logout .share .icons .weibo:hover{ background-position:-221px 9px;}
.uhead .ucont .user_logout .share .icons .qzone:hover{background-position:-221px -48px;}
.uhead .ucont .user_logout .share .icons .weixin:hover{background-position:-220px -80px;}

/****** 公共button样式 ******/
.tbox{ text-align: center; }
.tbox .btnbox { display: inline-block;/* height: 61px; line-height: 45px; background:url(../images/btn_bg2.png) repeat-x 0px 0px; overflow:hidden;*/ text-align: center; }
.tbox .btnbox .itxt{cursor: pointer;border-radius: 5px;box-shadow: 0px 9px 6px -2px #fec9c9;color: #fff;background: #EB2E2E;height: 45px;line-height: 45px; font-size: 14px; font-weight: bold;}
.tbox .btnbox .itxt a{ color: #fff; }
.tbox .btnbox:hover .itxt{background:#d61011;}

.tbox .btn-nomo .itxt{padding: 0 30px;box-shadow: none;}
/****** 公共input样式 ******/
.inpbox .inp,.inpbox .inx{ display: inline-block; }
.inpbox .inp input{ height: 38px; border: 1px solid #e6e6e6; border-radius: 5px; text-indent: 12px; padding-right: 5px; }


/****** 用户中心左右结构主体样式 ******/

@font-face {
  font-family: BarlowCondensed-BoldItalic;
  src: url('./css_v2/BarlowCondensed-BoldItalic.ttf');
}
.upage{ margin-top: 30px;    min-height: calc(100% - 206px); }
.upage .uleftmenu{  width: 190px; min-height: 300px; }
.upage .uleftmenu .inbox{ padding: 0px 0px; }
.upage .uleftmenu .item{ background: #fff; margin-bottom: 10px; padding-top: 20px; padding-bottom: 20px; border-radius: 5px;}
.upage .uleftmenu ul li{ /*height: 30px;*/ line-height: 22px; margin-bottom: 12px; text-indent: 66px;z-index: 66;position: relative;}
.upage .uleftmenu ul li ol li:first-child{  margin-top: 12px; }
.upage .uleftmenu ul li a{ color: #000; display: block; height: 22px;width: 74%; line-height: 22px; font-size: 14px;position: relative; font-weight: 400;font-family: "冬青黑体简体中文","黑体";}
/*.upage .uleftmenu ul li:nth-last-child(2) a {width: 100%;}*/
.upage .uleftmenu ul li:last-child{margin-bottom: 0;}
.upage .uleftmenu ul .ais{margin-top: 18px;}
.upage .uleftmenu ul .ais:first-child{margin-top: 0px;}
.upage .uleftmenu ul li:last-child ol li:last-child{margin-bottom: 0;}
.upage .uleftmenu ul li ol li a{color: #646464;}
.upage .uleftmenu ul a.u1{ background-position: 18px -13px }
.upage .uleftmenu ul a.u2{ background-position: 15px -11px; background: none !important;}
.upage .uleftmenu ul a.u3{ background-position: 15px -11px; background: none !important; }
.upage .uleftmenu ul a.u4{ background-position: 18px -141px; }
.upage .uleftmenu ul a.u5{ background-position: 18px -48px }
.upage .uleftmenu ul a.u6{ background-position: 12px -179px; }
.upage .uleftmenu ul a.u7{ background-position: 12px -238px; }
.upage .uleftmenu ul a.u8{ background-position: 12px -208px; }
.upage .uleftmenu ul a.u9{ background-position: 18px -250px;}
.upage .uleftmenu ul a.u10{background-position: 18px -79px;}
.upage .uleftmenu ul a.u11{background-position: 18px -110px;}

/*.upage .uleftmenu ul a:hover,.upage .uleftmenu ul .on{ color: #eb2e2e; }*/
.upage .uleftmenu ul a:hover { color: #eb2e2e; }
.uleftmenu ul ol .lis a.on{ color: #eb2e2e; }
/* 2020-04-21 产品需求不加粗*/
/*.upage .uleftmenu ul .on{font-weight: bold;}*/
.upage .uleftmenu ul li .next_i{position: absolute;width: 30px;height: 30px;top: 0px;right: 10px;}
.upage .uleftmenu ul li i{cursor: pointer;display:block;background: url(../images/images_v2/max1.png); background-position: 0 0;width: 10px; height: 10px;float: right;margin-right: 15px;margin-top: 6px;z-index: 999;}
.upage .uleftmenu ul .arrow .next_i i{background-position: -14px 0px !important;}
.upage .uleftmenu ul .ruc{position: absolute;top: -10px;right: -6px;font-size: 14px;font-family: 'BarlowCondensed-BoldItalic';font-weight: 400;}
.arrow>a{/*color:#eb2e2e!important;font-weight: bold; */}
.upage .uleftmenu ul a.u1:hover,.upage .uleftmenu ul .u1.on{ background-position: 18px -292.5px; }
.upage .uleftmenu ul a.u1:hover + .next_i i{background-position: -28px 0px;}
.upage .uleftmenu ul .next-layer:nth-child(1):hover a.u1{background-position: 18px -292.5px;color: #eb2e2e; }
.upage .uleftmenu ul a.u2:hover,.upage .uleftmenu ul .u2.on{ background-position: 12px -11px; background: none !important;}
.upage .uleftmenu ul a.u3:hover,.upage .uleftmenu ul .u3.on{ background-position: 12px -11px; background: none !important; }
.upage .uleftmenu ul a.u4:hover,.upage .uleftmenu ul .u4.on{ background-position: 18px -420.5px; }
.upage .uleftmenu ul a.u5:hover,.upage .uleftmenu ul .u5.on{ background-position: 18px -327.5px; }
.upage .uleftmenu ul a.u5:hover + .next_i i{background-position: -28px 0px;}
.upage .uleftmenu ul .next-layer:nth-child(2):hover a.u5{background-position: 18px -327.5px;color: #eb2e2e;}
.upage .uleftmenu ul .next-layer:hover .next_i i{background-position: -28px 0px;}
.upage .uleftmenu ul a.u6:hover,.upage .uleftmenu ul .u6.on{ background-position: 12px -483.5px; }
.upage .uleftmenu ul a.u7:hover,.upage .uleftmenu ul .u7.on{ background-position: 12px -542.5px; }
.upage .uleftmenu ul a.u8:hover,.upage .uleftmenu ul .u8.on{ background-position: 12px -512.5px; }
.upage .uleftmenu ul a.u9:hover,.upage .uleftmenu ul .u9.on{ background-position: 18px -529.5px; color: #eb2e2e;}
.upage .uleftmenu ul a.u10:hover,.upage .uleftmenu ul .u10.on{background-position: 18px -358.5px;}
.upage .uleftmenu ul a.u11:hover,.upage .uleftmenu ul .u11.on{background-position: 18px -389px;}
.upage .uleftmenu ul a.u11:hover + .next_i i{background-position: -28px 0px;}
.upage .uleftmenu ul .next-layer:nth-child(3):hover a.u11{background-position: 18px -389px;color: #eb2e2e;}

/****** 用户中心右测盒子样式 ******/
.upage .urightcon{ width: 1000px;  min-height: 300px; background: #fff; border-radius: 5px;}
.upage .urightcon .inbox{ padding: 30px 41px 30px 40px;min-height: 300px;}
.upage .pubcon .inbox {padding: 43px 41px 43px 40px;min-height: 700px;}


/****** 新闻列表统一样式 ******/
.newslist .newtit{ height: 60px; line-height: 60px; }
.newslist .newtit .cleft{ float: left; color: #000; }
.newslist .newtit .cright{ float: right; }
.newslist .newtit .cright a{ color: #000; }
.newslist .newtit .cright a:hover{ color: #eb2e2e }
.newslist .item{ background: #f5f6f7; margin-bottom: 10px; border-radius: 5px;  color: #000; overflow: hidden;}
.newslist .item.on{background: #e8e8e8;}
.newslist .item .ibox{ padding: 20px 10px 20px 25px;
	display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
}
.newslist .item .ibox:hover{background: #e8e8e8;}
.newslist .item .cleft{ width: 176px;margin-right: 27px;/* min-height: 135px;*/ float: left; overflow: hidden;}
.newslist .item .cleft img{width: 100%; height: 110px;}
.newslist .item .cright{/* width: 680px;*/ /*min-height: 135px;*/ float: left; font-size: 12px; text-align: left;
	flex: 1;-webkit-flex: 1;
}
/** 2020-04-16 设计需求修改 文章标题常规字体 hover后加粗**/
.newslist .item .cright h4{ color: #000; font-size: 20px; line-height: 200%; margin-bottom: 0px; margin-top: 10px; font-weight: 400; }
.newslist .item .cright h4 a{ color: #000; }
.newslist .item .cright h4 a:hover{ font-weight:bold; }
.newslist .item .cright p{ font-size: 14px; color: #646464; margin-bottom: 10px;cursor: default;}
.newslist .item .cright p a{color: #646464}
.newslist .item .cright .btxts{ padding-top: 15px; color: #000000; padding-right: 10px; cursor: default;}
.newslist .item .cright .btxts .fr span{ padding: 0 10px; }
.newslist .item .cright .btxts a{ color: #000; }
.newslist .item .cright .btxts a:hover{ color: #eb2e2e; }
.btxts .fr .fontxt:hover{ color: #eb2e2e; }
.newslist .item .cright .btxts .del{ cursor: pointer; }
.newslist .item .cright .btxts .del.on{color: #eb2e2e; cursor: pointer;}
.newslist .item .cright .btxts .time{ color: #000000 }
.newslist .item .cright .btxts .cc{padding: 0 10px;}
.newslist .item .cright .btxts .c1,
.newslist .item .cright .btxts .c2,
.newslist .item .cright .btxts .c3{ padding: 0 10px; }
.newslist .item .cright .btxts .c1{ color: #000000 }
.newslist .item .cright .btxts .c2{ color: #00c004 }
.newslist .item .cright .btxts .c3{ color: #eb2e2e; position: relative; z-index: 100; background:url(../images/info_i2.png) no-repeat right 2px; padding-right: 20px; cursor: pointer;}
.newslist .item .cright .btxts .c3-on{ background:url(../images/info_i2.png) no-repeat right -26px; }
.newslist .item .cright .btxts .c3 .txt{ position: absolute; width: 110px; min-height: 42px; text-align: center; color: #fff; bottom:15px; right: -70px; display: none;}
.newslist .item .cright .btxts .c3.on .txt{ display: block; }
.newslist .item .cright .btxts .c3 .txt p{width: 110px; min-height: 22px; line-height: 20px; font-size: 12px; color: #fff; background: #eb2e2e; border-radius: 5px; padding: 5px;}
.newslist .item .cright .btxts .c3 .txt .dot{ position: absolute; background: url(../images/dot_tool_b_04.png) no-repeat; width: 10px; height: 9px; left: 36px; bottom: 1px; }
.newslist .item .cright .btxts .fr span.shares{padding: 0;}
.newslist .item .cright .btxts .shares{ cursor: pointer; position: relative; z-index: 100;padding: 0;}
.newslist .item .cright .btxts .shares .icons{ width: 30px; /*height: 120px;*/height: 90px; background:#fff; border:1px solid #DDDDDD; position: absolute; z-index: 999; /*bottom:35px;*/bottom:17px; right:10px; display: none;}
.newslist .item .cright .btxts .shares-on .icons{ display:block !important; }
.newslist .item .cright .btxts .shares .icons div{ width:30px; height:30px; }
.newslist .item .cright .btxts .shares .icons .weibo,
.newslist .item .cright .btxts .shares .icons .qzone,
.newslist .item .cright .btxts .shares .icons .weixin{ cursor: pointer; }
.newslist .item .cright .btxts .shares .icons .weibo{background-image:url(/origin/news/channelPage/images/icon.png); background-repeat:no-repeat; background-position:-190px 8px;}
.newslist .item .cright .btxts .shares .icons .qzone{background-image:url(/origin/news/channelPage/images/icon.png); background-repeat:no-repeat; background-position:-190px -49px;}
.newslist .item .cright .btxts .shares .icons .weixin{background-image:url(/origin/news/channelPage/images/icon.png); background-repeat:no-repeat; background-position:-190px -80px;}
.newslist .item .cright .btxts .shares .icons .share{background-image:url(/origin/news/channelPage/images/icon.png); background-repeat:no-repeat; background-position:6px -228px; display: none;}
.newslist .item .cright .btxts .shares .icons .on_weibo{ background-position:-221px 9px;}
.newslist .item .cright .btxts .shares .icons .on_qzone{background-position:-221px -48px;}
.newslist .item .cright .btxts .shares .icons .on_weixin{ background-position:-220px -80px;}


/****** 暂无数据样式 ******/
.rbox-no-data{ min-height: 800px; }
.myArticle-no-data,.rbox-no-data{ background: url(../images/no_data.jpg) no-repeat center center; }

/****** 列表分页样式 ******/
.jogger { 
padding-right: 2px; padding-left: 2px; padding-bottom: 2px; margin: 7px;
padding-top: 2px; font-family: "Lucida Sans Unicode",
 "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif 
} 
.jogger a { 
padding-right: 0.9em; padding-left: 0.9em; padding-bottom: 0.4em;
 margin: 2px; color: #fff; padding-top: 0.4em; border: 1px solid #e1e1e1; color: #808080;
 background-color: #fff; text-decoration: none; border-radius: 3px;
} 
.jogger a:hover { 
padding-right: 0.9em; padding-left: 0.9em; padding-bottom: 0.4em;
 margin: 2px; color: #fff; padding-top: 0.4em; background-color: #ec2e2e; border: 1px solid #ec2e2e; border-radius: 3px;
} 
.jogger a:active { 
padding-right: 0.9em; padding-left: 0.9em; padding-bottom: 0.4em;
 margin: 2px; color: #fff; padding-top: 0.4em; background-color: #ec2e2e; border: 1px solid #ec2e2e; border-radius: 3px;
} 
.jogger span.current { 
padding-right: 0.9em; padding-left: 0.9em; padding-bottom: 0.4em;
 margin: 2px; color: #ec2e2e; padding-top: 0.4em; background-color: #fff; border: 1px solid #ec2e2e; border-radius: 3px;
} 
.jogger span.disabled { 
display:none 
} 


/****** 二次确认弹出对话框 ******/
.mask{ width: 100%; height: 100%; position: fixed; z-index: 990; background: #000; opacity: .7; top:0; left: 0; right: 0; bottom: 0; display: none; }
.delDialog{ width: 380px; height: 180px; background: #fff; border-radius: 5px; position: fixed;overflow: hidden; z-index: 999; left: 50%; top:50%; margin-left: -165px; margin-top: -90px; display: none;  }
.delDialog .intxt{ text-align: center; height: 119px; line-height: 119px; text-align: center; font-size: 16px; }
.delDialog .btnbox{ height: 61px; line-height: 61px; border-top: 1px solid #e0e0e0; }
.delDialog .btnbox .cleft,
.delDialog .btnbox .cright{ text-align: center; color: #000; font-size: 16px; font-weight: bold; cursor: pointer;}
.delDialog .btnbox .yes{ color: #eb2e2e }
.delDialog .btnbox .cleft{ width: 186px; height: 61px; border-right: 1px solid #e0e0e0; float: left; }
.delDialog .btnbox .cright{ width: 190px; height: 61px; float: right; }


/*错误*/
#info-error {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 16px;
    padding:20px 40px;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    border-radius: 10px;
    text-align: center;
}
/*laoding*/
.load2{z-index: 999;display: none;width: 100px;height:100px;background: rgba(0,0,0,.5);padding: 5px;position: fixed;top: 50%;left: 50%;border-radius: 10px;margin-top: -50px;margin-left: -50px;}
.load2 .loader{background: url(../images/loading.png) no-repeat center;width: 50px;height: 50px;margin: 20px auto;
    -webkit-animation: loading 4s ease-in infinite;
    -moz-animation: loading 4s ease-in infinite;
    animation: loading 4s ease-in infinite
}
@-webkit-keyframes loading{
    0%{-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);}
    50%{-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);}
    0%{-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);}
}
@keyframes loading{
    0%{-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);}
    50%{-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);}
    0%{-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);}
}


/*弹窗*/
.c-bang-pop{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 999;}
.c-bang-pop-bg{width:100%;height:100%;background: #000;opacity: 0.5;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
.c-bang-pop-move{width: 210px;height: 190px;position: absolute;top: 50%;margin-top: -95px;left: 50%;margin-left: -105px;background: #fff;z-index: 2;background: #fff;border-radius: 10px;overflow: hidden;}
.c-bang-pop-move p{color: #000;font-size: 18px;line-height:1;text-align: center;}

/*弹窗中的对勾*/
.sweet-alert {
    /*width: 100px;*/
    overflow: hidden;
    display: block;
    z-index: 2000;
}
.sweet-alert.animate{display: block;}
.sweet-alert h2{margin-bottom: 16px;font-size: 24px;}
.sweet-alert p{font-size: 16px;}
.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid #07e00c;
    border-radius: 50%;
    margin: 30px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    background-image: none;
}
.sweet-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(7,224,12,.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.sweet-alert .icon.success .line {
    height: 5px;
    background-color: #07e00c;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}   
.sweet-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
     border: 4px solid rgba(7,224,12,.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.sweet-alert .icon.success .fix {
    width: 6px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .icon.success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    -moz-transform-origin: 0 60px;
    -ms-transform-origin: 0 60px;
    -o-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -moz-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}   
@-webkit-keyframes rotatePlaceholder {
    0% {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o--transform: rotate(-45deg)}
    5% {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o--transform: rotate(-45deg)}
    12% {transform: rotate(-405deg);-webkit-transform: rotate(-405deg);-ms-transform: rotate(-405deg);-moz-transform: rotate(-405deg);-o--transform: rotate(-405deg)}
    100% {transform: rotate(-405deg);-webkit-transform: rotate(-405deg)-ms-transform: rotate(-405deg);-moz-transform: rotate(-405deg);-o--transform: rotate(-405deg)}
}

@-moz-keyframes rotatePlaceholder {
    0% {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o--transform: rotate(-45deg)}
    5% {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o--transform: rotate(-45deg)}
    12% {transform: rotate(-405deg);-webkit-transform: rotate(-405deg);-ms-transform: rotate(-405deg);-moz-transform: rotate(-405deg);-o--transform: rotate(-405deg)}
    100% {transform: rotate(-405deg);-webkit-transform: rotate(-405deg)-ms-transform: rotate(-405deg);-moz-transform: rotate(-405deg);-o--transform: rotate(-405deg)}
}

@keyframes rotatePlaceholder {
    0% {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o--transform: rotate(-45deg)}
    5% {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o--transform: rotate(-45deg)}
    12% {transform: rotate(-405deg);-webkit-transform: rotate(-405deg);-ms-transform: rotate(-405deg);-moz-transform: rotate(-405deg);-o--transform: rotate(-405deg)}
    100% {transform: rotate(-405deg);-webkit-transform: rotate(-405deg)-ms-transform: rotate(-405deg);-moz-transform: rotate(-405deg);-o--transform: rotate(-405deg)}
} 

@-webkit-keyframes animateSuccessTip {
    0% {width: 0;left: 1px;top: 19px}
    54% {width: 0;left: 1px;top: 19px}
    70% {width: 50px;left: -8px;top: 37px}
    84% {width: 17px;left: 21px;top: 48px}
    100% {width: 25px;left: 14px;top: 45px}
}

@-moz-keyframes animateSuccessTip {
    0% {width: 0;left: 1px;top: 19px}
    54% {width: 0;left: 1px;top: 19px}
    70% {width: 50px;left: -8px;top: 37px}
    84% {width: 17px;left: 21px;top: 48px}
    100% {width: 25px;left: 14px;top: 45px}
}

@keyframes animateSuccessTip {
    0% {width: 0;left: 1px;top: 19px}
    54% {width: 0;left: 1px;top: 19px}
    70% {width: 50px;left: -8px;top: 37px}
    84% {width: 17px;left: 21px;top: 48px}
    100% {width: 25px;left: 14px;top: 45px}
}

@-webkit-keyframes animateSuccessLong {
    0% {width: 0;right: 46px;top: 54px}
    65% {width: 0;right: 46px;top: 54px}
    84% {width: 55px;right: 0;top: 35px}
    100% {width: 47px;right: 8px;top: 38px}
}

@-moz-keyframes animateSuccessLong {
    0% {width: 0;right: 46px;top: 54px}
    65% {width: 0;right: 46px;top: 54px}
    84% {width: 55px;right: 0;top: 35px}
    100% {width: 47px;right: 8px;top: 38px}
}

@keyframes animateSuccessLong {
    0% {width: 0;right: 46px;top: 54px}
    65% {width: 0;right: 46px;top: 54px}
    84% {width: 55px;right: 0;top: 35px}
    100% {width: 47px;right: 8px;top: 38px}
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    -moz-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    -moz-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -moz-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes jiebangload1 {
    0% {transform: scale(0);-webkit-transform:scale(0);-ms-transform: scale(0);-moz-transform: scale(0);-o--transform: scale(0)}
    65% {transform: scale(1.1);-webkit-transform:scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-o--transform: scale(1.1)}
    84% {transform: scale(0.95);-webkit-transform:scale(0.95);-ms-transform: scale(0.95);-moz-transform: scale(0.95);-o--transform: scale(0.95)}
    100% {transform: scale(1);-webkit-transform:scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-o--transform: scale(1)}
}

@-moz-keyframes jiebangload1 {
    0% {transform: scale(0);-webkit-transform:scale(0);-ms-transform: scale(0);-moz-transform: scale(0);-o--transform: scale(0)}
    65% {transform: scale(1.1);-webkit-transform:scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-o--transform: scale(1.1)}
    84% {transform: scale(0.95);-webkit-transform:scale(0.95);-ms-transform: scale(0.95);-moz-transform: scale(0.95);-o--transform: scale(0.95)}
    100% {transform: scale(1);-webkit-transform:scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-o--transform: scale(1)}
}

@keyframes jiebangload1 {
    0% {transform: scale(0);-webkit-transform:scale(0);-ms-transform: scale(0);-moz-transform: scale(0);-o--transform: scale(0)}
    65% {transform: scale(1.1);-webkit-transform:scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-o--transform: scale(1.1)}
    84% {transform: scale(0.95);-webkit-transform:scale(0.95);-ms-transform: scale(0.95);-moz-transform: scale(0.95);-o--transform: scale(0.95)}
    100% {transform: scale(1);-webkit-transform:scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-o--transform: scale(1)}
}
.isload{
    -webkit-animation: jiebangload1 .5s;
    -moz-animation: jiebangload1 .5s;
    animation: jiebangload1 .5s
}


/******** 弹出二维码样式 *********/
.bd_weixin_popup {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 10px;
    width: 280px !important;
    height: 280px !important;
    margin-top: -110px;
    margin-left: -140px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
}
.bd_weixin_popup .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}
.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}
.bd_weixin_popup .bd_weixin_popup_main {
    padding: 15px 10px;
    min-height: 150px;
    _height: 150px;
    text-align: center;
    height: 185px;
}
.bd_weixin_popup_main canvas {
    width: 185px;
    height: 185px;
}
.bd_weixin_popup .bd_weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}


.no-data{
	background: url(images/no_data.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
}


.cancelCollection{
	cursor: pointer;
}
.cancelCollection:hover{color: #eb2e2e;}

/****** 页面最小高度设置 ******/
.pubcon {
    min-height: 949px;
}



/*新增列表 切换h2*/
/*.newsgr1{
	height: 60px
}*/
.cleft h2 {
    font-size: 20px;
    line-height: 23px;
    float: left;
    margin-right: 38px;
    font-weight: 400;
    cursor: pointer;
}
.cleft .on {
    font-weight: bold;
}