@charset "utf-8";
/* CSS Document */
*{
	margin:0; 
	padding:0;
}
img{
	border:none;
}
ul,li{
	list-style-type:none;
}
a{
	color:#797979; 
	text-decoration:none;
}
a:hover{
	color:#3A8ABD;
}
a:focus{
	outline:none;
}
html,body{
	_overflow-x:hidden;
	height: 100%;
}
td{
	padding:3px;
}
body{
	font-size:12px; 
	font-family:Microsoft yahei; 
	color:#797979;
	overflow-x:hidden
}
table.noborder td{
	border:none; 
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear0{
	clear: both;
	width: 100%;
	font-size: 0;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
iframe{ 
	border:0;
}
.if_body{
	background: #eef0f5;
	box-sizing: border-box;
	padding: 30px;
}

/*panel*/

#mainFrame{
	box-sizing: border-box;
    height: calc(100% - 4px);
    overflow: hidden;
}

.plus-main{
	height: 100%;
}
.plus-top-bar{
	height: 60px;
	background: #333;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	position: relative;
}
.plus-top-bar .plus-logo{
	width: 220px;
	background: #f99d34;
}
.plus-top-bar .plus-logo a{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.plus-top-bar .plus-logo a img{
	max-height: 70%;
    max-width: 80%;
}
.plus-top-bar .plus-logo a svg{
	height: 60px;
	width: 60%;
	fill:#fff;
}
.plus-top-bar .plus-top-right{
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: calc(100% - 220px);
	padding-right: 50px;
	box-sizing: border-box;
}
.plus-top-bar .plus-top-right .plus-top-notice{
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #666;
	padding-left: 40px;
}
.plus-top-bar .plus-top-right .plus-top-notice svg{
	width: 18px;
    height: 60px;
    vertical-align: top;
    fill: #666;
    margin-right: 5px;
}
.plus-top-bar .plus-top-right .logout,
.plus-top-bar .plus-top-right .clear_cache{
	float: right;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	margin-left: 40px;
	height: 60px;
}
.plus-top-bar .plus-top-right .logout svg,
.plus-top-bar .plus-top-right .clear_cache svg{
	width: 26px;
	height: 34px;
	fill: #fff;
	margin-right: 5px;
}










.plus-top-bar .plus-account-list{
	float: right;
	height: 60px;
}
.plus-top-bar .plus-account-list dl{
	height:60px;
	position: relative;
	width: 170px;
}
.plus-top-bar .plus-account-list dl.on,
.plus-top-bar .wap-access dl.on{
	padding: 0 0 5px;
}
.plus-top-bar .plus-account-list dt{
	line-height: 60px;
	height: 60px;
	width: 170px;
	text-align: center;
	color: #333;
	cursor: pointer;
	transition: all 0.2s;
}
.plus-top-bar .plus-account-list dt .message-count{
	display: inline-block;
    width: 22px;
    height: 22px;
    background: #f99d34;
    color: #fff;
    border-radius: 50%;
    line-height: 22px;
    margin-right: 5px;
    font-size: 12px;
}
.plus-top-bar .plus-account-list dt:hover{
	background: #f1f5fe;
}
.plus-top-bar .plus-account-list dt svg.admin-icon{
	width: 40px;
	height: 60px;
	vertical-align: top;
	margin-right: 15px;
}
.plus-top-bar .plus-account-list dt svg.down-icon{
	vertical-align: top;
	height: 60px;
	width: 24px;
	color: #333;
	margin-left: 10px;
	transition: all 0.2s; 
}
.plus-top-bar .plus-account-list dd{
	position: absolute;
	top: 65px;
	left: 0;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.plus-top-bar .plus-account-list dd a{
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #eff0f5;
	color: #333;
	display: block;
	transition: all 0.2s;
	text-align: left;
	padding-left: 35px;
}
.plus-top-bar .plus-account-list dd a:last-child{
	border: 0;
}
.plus-top-bar .plus-account-list dd a svg{
	height: 48px;
	width: 20px;
	vertical-align: top;
	fill:#b6bfc8;
	margin-right: 15px;
}
.plus-top-bar .plus-account-list dd a:hover{
	background: #f1f5fe;
}
.plus-top-bar .plus-account-list dl.on dd{
	opacity:1;
	visibility: visible;
}
.plus-top-bar .plus-account-list dl.on dt svg.down-icon{
	transform: rotate(-180deg);
}

.plus-top-bar .wap-access{
	float: right;
	width: 150px;
	height: 60px;
}
.plus-top-bar .wap-access dl{
	height:60px;
	position: relative;
	width: 150px;
}
.plus-top-bar .wap-access dt{
	line-height: 60px;
	height: 60px;
	width: 150px;
	text-align: center;
	color: #333;
	cursor: pointer;
}
.plus-top-bar .wap-access dt:hover{
	background: #f1f5fe;
}
.plus-top-bar .wap-access dt svg{
	height: 60px;
	width: 30px;
	vertical-align: top;
	fill:#333;
	margin-right: 15px;
}
.plus-top-bar .wap-access dd{
	position: absolute;
	top: 65px;
	left: 0;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.plus-top-bar .wap-access dd a{
	display: block;
	text-align: center;
	padding: 0 0 10px;
}
.plus-top-bar .wap-access dd img{
	max-width: 100%;
}
.plus-top-bar .wap-access dd p{}
.plus-top-bar .wap-access dl.on dd{
	opacity: 1;
	visibility: visible;
}
.plus-top-bar .shop-index{
	float: right;
	height: 60px;
	line-height: 60px
}
.plus-top-bar .shop-index a{
	display: block;
	padding: 0 30px;
	background: #f1f5fe;
	height: 60px;
	line-height: 60px;
}
.plus-top-bar .shop-index svg{
	height: 60px;
	width: 30px;
	vertical-align: top;
	fill:#333;
	
}
.plus-top-bar .shop-index a span{
	margin-left: 15px;
	font-size:16px;
	color: #333; 
}

.plus-top-bar .share-link{
	float: right;
	height: 60px;
	line-height: 60px
}
.plus-top-bar .share-link a{
	display: block;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
}
.plus-top-bar .share-link svg{
	height: 60px;
	width: 25px;
	vertical-align: top;
	fill:#333;
	
}
.plus-top-bar .share-link a span{
	margin-left: 15px;
	font-size:16px;
	color: #333; 
}



.plus-left-nav{
	width: 220px;
	float: left;
	height: calc(100% - 60px);
	background: #f1f1f1;
	position: relative;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	
}
.plus-left-nav .plus-left-nav-content{
	height: 100%;
    overflow: auto;
    padding: 30px 0;
    box-sizing: border-box;
}
.plus-left-nav .plus-left-nav-link{
	padding: 0 11px; 
}
.plus-left-nav .plus-left-nav-link a{
	display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}
.plus-left-nav .plus-left-nav-link a svg{
	display: inline-block;
    height: 50px;
    vertical-align: top;
    width: 34px;
    margin: 0 10px 0 20px;
    fill: #666;
}
.plus-left-nav .tip{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #2095b9;
	border-radius: 0 10px 0 0;
	box-shadow: 1px 0 8px rgba(5,11,21,.89);
	z-index: 99;
}

.plus-left-nav ul{
	padding: 0 0 40px;
}
.plus-left-nav li{
	position: relative;
	padding: 0 15px;
	margin-bottom: 10px;
}
.plus-left-nav li > a{
	display: block;
	height: 40px;
	line-height: 40px;
	position: relative;
	color: #333;
	font-size: 15px;
}
.plus-left-nav li > a svg.nav-icon{
	display: inline-block;
	height: 40px;
	vertical-align: top;
	width: 18px;
	margin:0 10px 0 20px;
	fill: #666;
}



.plus-left-nav li > a svg.down-icon{
	position: absolute;
	right: 110px;
	top: 0;
	height: 40px;
	width: 18px;
	fill: #333;
	transition: all 0.2s;
}
.plus-left-nav li.on > a svg.down-icon{
	transform: rotate(-180deg);

}
.plus-left-nav li dl{
	display: none;
}
.plus-left-nav li dd{}
.plus-left-nav li dd a{
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 49px;
	color: #999;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plus-left-nav li dd a:hover,
.plus-left-nav li dd a.on{
	color: #f99d34;
}
.plus-left-nav li dd a:hover:before,
.plus-left-nav li dd a.on:before{
	content: '';
	position: absolute;
	top: 14px;
    left: 26px;
	height: 6px;
	width: 6px;
	background: #f99d34;
	border-radius: 50%;
}



.plus-left-nav li.on:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 4px;
	background: #f99d34;
	border-radius: 0 10px 10px 0;
}
.plus-left-nav li.on > a,
.plus-left-nav li > a:hover{
	color:#f99d34;
	background: #eee6dd;
	border-radius: 10px;
}
.plus-left-nav li.on > a svg.nav-icon,
.plus-left-nav li.on > a svg.down-icon,
.plus-left-nav li > a:hover svg.nav-icon,
.plus-left-nav li > a:hover svg.down-icon{
	fill:#f99d34;
}




/*滚动条的宽度*/
.plus-left-nav .plus-left-nav-content::-webkit-scrollbar {
    width:9px;
    height:9px;
}
/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
.plus-left-nav .plus-left-nav-content::-webkit-scrollbar-track {
    width: 6px;
    background-color:#f1f1f1;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
/*滚动条的设置*/
.plus-left-nav .plus-left-nav-content::-webkit-scrollbar-thumb {
    background-color:#ccc;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
/*滚动条移上去的背景*/
.plus-left-nav .plus-left-nav-content::-webkit-scrollbar-thumb:hover {
     background-color:#333;
}

.plus-left-content{
	float: left;
	width: calc(100% - 220px);
	height: calc(100% - 60px);
	box-sizing: border-box;
}

/*plus panel*/
.plus-panel{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;

}

.plus-panel .plus-panel-left{
	width: calc(55% - 15px);
	margin-right: 30px;
}
.plus-panel .plus-panel-left-1{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.plus-panel .plus-panel-left-box{
	width: calc(50% - 15px);
	height: 150px;
	padding: 0 30px;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(204,204,204,.3);
	box-sizing: border-box;

}
.plus-panel .plus-panel-left-box:nth-child(1){
	margin-right: 30px;
}
.plus-panel .plus-panel-left-box .clock_svg svg{
	width: 100px;
    height: 100px;
}
.plus-panel .plus-panel-left-box .content{
	width: calc(100% - 160px);
	padding-left: 30px;
	box-sizing: border-box;
}
.plus-panel .plus-panel-left-box .price-svg svg,
.plus-panel .plus-panel-left-box .home-svg svg{
	width: 60px;
    height: 60px;
}

.plus-panel .plus-panel-left-box .content-title{
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.plus-panel .plus-panel-left-box .content-data-1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 20px;
	margin: 20px 0 10px;
}
.plus-panel .plus-panel-left-box .content-data-2{
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

.plus-panel .plus-panel-left-box:nth-child(2) .content{
	width: calc(100% - 60px);
}

.plus-panel .plus-panel-left-box .content-price{
	font-size: 12px;
    color: #666;
    line-height: 24px;
    padding: 20px 0 0;
    height: 70px;
    box-sizing: border-box;
}


.plus-panel .data-list{
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(204,204,204,.3);
	box-sizing: border-box;
	padding: 28px 0 0;
}
.plus-panel .data-list-top{
	height: 32px;
	line-height: 32px;
	position: relative;
	padding: 0 28px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.plus-panel .data-list-top-content{
	font-size: 18px;
	color: #333;
	line-height: 32px;
}
.plus-panel .data-list-top-content .svg{
	display: inline-block;
	vertical-align: top;
	height: 32px;
	margin-right: 15px;
}
.plus-panel .data-list-top-content .svg svg{
	width: 32px;
	height: 32px;
}
.plus-panel .data-list-top-right{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}

.plus-panel .data-list-top-tab{
	height: 28px;
	margin-right: 50px;
}
.plus-panel .data-list-top-tab{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	width: 100px;
	height: 28px;
}
.plus-panel .data-list-top-tab span{
	display: block;
	width: 50px;
	height: 28px;
	line-height: 26px;
	border-radius: 20px 0 0 20px;
	border: 1px solid #f1f1f1;
	border-right: 0;
	box-sizing: border-box;
	text-align: center;
	color: #999;
	cursor: pointer;
}
.plus-panel .data-list-top-tab span:nth-child(2){
	border-radius: 0 20px 20px 0;
}
.plus-panel .data-list-top-tab span.on{
	
	background: #f99d34;
	border-color: #f99d34;
	color: #fff;
}

.plus-panel .data-list-top-calendar #create_month_input_box, 
.plus-panel .data-list-top-calendar #create_day_input_box{
	width: 28px;
	height: 28px;
	margin: 0;
	position: relative;
}
.plus-panel .data-list-top-calendar #create_month_input_box img, 
.plus-panel .data-list-top-calendar #create_day_input_box img{
    position: relative;
    z-index: 9;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: 0;
}
.plus-panel .data-list-top-calendar #create_month_input_box svg, 
.plus-panel .data-list-top-calendar #create_day_input_box svg{
	width: 28px;
	height: 28px;
	position: absolute;
    right: 0;
    top: 0;
}
.plus-panel .data-list-top-calendar{
	height: 28px;
	margin-right: 10px;
}
.plus-panel .data-list-top-date{
	height: 28px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}
.plus-panel .data-list-top-date{
	width: 160px;
	height: 28px;
	line-height: 28px;
	background: #f8fafd;
	border-radius: 3px;
}
.plus-panel .data-list-top-date .sq-left-arrow,
.plus-panel .data-list-top-date .sq-right-arrow{
	width: 28px;
	height: 28px;
	text-align: center;
	cursor: pointer;
}

.plus-panel .data-list-top-date .sq-left-arrow svg,
.plus-panel .data-list-top-date .sq-right-arrow svg{
	height: 28px;
	width: 12px;
	fill: #999;
}
.plus-panel .data-list-top-date .mid_con{
	text-align: center;
	width: 104px;
}
.plus-panel .data-statistical-1{
	background: url(../images/data_bg.png) no-repeat scroll right bottom;
	background-size: cover;
    padding: 35px 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-top: 28px;
    border-radius: 0 0 10px 10px;
}







.plus-panel .data-list-title{
	position: relative;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	padding: 0 28px;
}
.plus-panel .data-list-title .title-list{
	position: absolute;
	right: 28px;
	top: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.plus-panel .data-list-title .title-list span{
	display: inline-block;
	margin: 0 5px;
	color: #999;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
}
.plus-panel .data-list-title:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 4px;
    background: #f99d34;
    border-radius: 0 10px 10px 0;
}

.plus-panel .data-statistical-2{
	padding: 28px 0;
	height: 108px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.plus-panel .data-statistical-2-item{
	width: 33.33333%;
	text-align: center;
}
.plus-panel .data-statistical-2-item > div{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.plus-panel .data-statistical-2-item > span{
	font-size: 18px;
	color: #999;
}




.plus-panel .data-list2{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.plus-panel .data-list2 .data-list{
	width: calc(60% - 30px);
	margin-right: 30px;
}
.plus-panel .data-list2 .data-list:nth-child(2){
	width: 40%;
	margin-right: 0;
	padding: 0
}


.plus-panel .data-statistical-5{
	height: 394px;
	padding: 28px;
	box-sizing: border-box;
}
.plus-panel #data-statistical-5{
	height: 338px;
	text-align: center;
}

.plus-panel .data-statistical-3{
	height: 250px;
	padding: 28px;
	box-sizing: border-box;
}
.plus-panel #data-statistical-3{
	height: 200px;
	text-align: center;
}
.plus-panel .data-statistical-4{
	height: 306px;
	padding: 0 28px;
	box-sizing: border-box;
}

.plus-panel #data-statistical-4{
	height: 250px;
}

.plus-panel #data-statistical-4 .data-statistical-4-item{
	display: flex;
	display: -webkit-flex;
    align-items: center;
    margin-bottom: 40px;
}
.plus-panel #data-statistical-4 .data-statistical-4-svg{
	height: 60px;
}
.plus-panel #data-statistical-4 .data-statistical-4-svg svg{
	width: 60px;
	height: 60px;
}
.plus-panel #data-statistical-4 .data-statistical-4-content{
	width: calc(100% - 60px);
	padding-left: 20px;
	box-sizing: border-box;
}
.plus-panel #data-statistical-4 .data-statistical-4-content .title{
	position: relative;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
}
.plus-panel #data-statistical-4 .data-statistical-4-content .title .num{
	position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    font-weight: bold;

}
.plus-panel #data-statistical-4 .data-statistical-4-content .title .num svg{
	width: 14px;
    height: 20px;
    vertical-align: top;
    margin-right: 5px;
}

.plus-panel #data-statistical-4 .data-statistical-4-content .par{
	height: 10px;
    margin-top: 30px;
    background: #f1f1f1;
    border-radius: 25px;
    overflow: hidden;
}
.plus-panel #data-statistical-4 .data-statistical-4-content .par .percen{
	width: 0%;
	background: #000;
	height: 10px;
	transition: all 0.3s;
}
.plus-panel #data-statistical-4 .data-statistical-4-item:nth-child(1) .data-statistical-4-content .title .num{
	color: #7b69f1;
}
.plus-panel #data-statistical-4 .data-statistical-4-item:nth-child(2) .data-statistical-4-content .title .num{
	color: #0077ff;
}
.plus-panel #data-statistical-4 .data-statistical-4-item:nth-child(3) .data-statistical-4-content .title .num{
	color: #f99d34;
}
.plus-panel #data-statistical-4 .data-statistical-4-item:nth-child(1) .data-statistical-4-content .par .percen{
	background-color: #7b69f1;
}
.plus-panel #data-statistical-4 .data-statistical-4-item:nth-child(2) .data-statistical-4-content .par .percen{
	background-color: #0077ff;
}
.plus-panel #data-statistical-4 .data-statistical-4-item:nth-child(3) .data-statistical-4-content .par .percen{
	background-color: #f99d34;
}



.plus-panel .data-statistical-6{
	display: flex;
    display: -webkit-flex;
    align-items: center;
	height: 250px;
	padding: 28px;
	box-sizing: border-box;
}
.plus-panel .data-statistical-6-list{
	width: 50%;
	text-align: center;
	font-size: 18px;
}
.plus-panel #data-statistical-6-1,
.plus-panel #data-statistical-6-2,
.plus-panel #data-statistical-6-3{
	text-align: center;
}
.plus-panel .data-statistical-6-list p{
	
	margin-top: 10px;
}

.plus-panel .plus-panel-right{
	width: calc(45% - 15px);
}
.plus-panel .plus-panel-right .plus-panel-right-1{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.plus-panel .plus-panel-right .plus-panel-right-box{
	width: calc((100% - 60px)/3);
	margin-right: 30px;
    height: 150px;
    padding: 0 30px;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(204,204,204,.3);
    box-sizing: border-box;
}
.plus-panel .plus-panel-right .plus-panel-right-box:nth-child(3){
	margin-right: 0;
}
.plus-panel .plus-panel-right .content-title{
	line-height: 20px;
	color: #999;
	font-size: 14px;
}
.plus-panel .plus-panel-right .content-title svg{
	height: 20px;
	width: 20px;
	fill: #999;
	vertical-align: top;
	margin-right: 5px;
}
.plus-panel .plus-panel-right .content-value{
	margin-top: 50px;
}
.plus-panel .plus-panel-right .content-value a{
	display: block;
	line-height: 20px;
	font-size: 24px;
	color: #F99D34;
	font-weight: bold;
}


.plus-panel .plus-panel-right .plus-panel-right-2{
	margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(204,204,204,.3);
    box-sizing: border-box;
    padding: 28px 0;
}
.plus-panel .plus-panel-right .traffic-data{}
.plus-panel .plus-panel-right .traffic-data-title{
	height: 28px;
    position: relative;
    padding: 0 28px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.plus-panel .plus-panel-right .traffic-data-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 4px;
    background: #f99d34;
    border-radius: 0 10px 10px 0;
}
.plus-panel .plus-panel-right .traffic-data-title span{
	font-size: 18px;
    color: #333;
}
.plus-panel .plus-panel-right .traffic-title-right{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.plus-panel .plus-panel-right .traffic-data-tab{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100px;
    height: 28px;
    margin-right: 50px;
}
.plus-panel .plus-panel-right .traffic-data-tab a{
	display: block;
    width: 50px;
    height: 28px;
    line-height: 26px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    box-sizing: border-box;
    text-align: center;
    color: #999;
    cursor: pointer;
}
.plus-panel .plus-panel-right .traffic-data-tab a.on{
	background: #f99d34;
    border-color: #f99d34;
    color: #fff;
}
.plus-panel .plus-panel-right .traffic-data-tab a:nth-child(2) {
    border-radius: 0 20px 20px 0;
}

.plus-panel .plus-panel-right #create_data_input_box{
	position: relative;
	width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
}
.plus-panel .plus-panel-right #create_data_input_box img{
    position: relative;
    z-index: 9;
    width: 28px;
    height: 28px;
    opacity: 0;
    margin: 0;
}
.plus-panel .plus-panel-right #create_data_input_box svg{
	width: 28px;
	height: 28px;
	position: absolute;
    right: 0;
    top: 0;	
}
.plus-panel .traffic-data-content{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin: 28px 0 0;
    padding: 0 100px;
}

.plus-panel .jump-rate-bar{
	width: 156px;
	height: 156px;
	position: relative;
}





.plus-panel-bottom{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0 0 50px;
}
.plus-panel-bottom .data-list{
	width: calc(33.33333% - 20px);
	background: #fff;
	margin-right: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(204,204,204,.3);
    box-sizing: border-box;
    padding: 28px 0 0;
}
.plus-panel-bottom .data-list:nth-child(3){
	margin-right: 0;
}








.rad-prg{
	margin:20px 0;
}
#indicatorContainerWrap5,#indicatorContainer5{
	display:inline-block;
	position:relative;
}
#prgLogo{
	height:60px;
	left:50%;
	margin-left:-30px;
	margin-top:-30px;
	position:absolute;
	top:50%;
}
#indicatorContainerWrap6{
	position:relative;
	display:inline-block;
}
.rad-cntnt{
	position:absolute;
	display:table;
	vertical-align:middle;
	text-align:center;
	width:100%;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:20px;
	line-height:24px;
}
#prgFileSelector{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	top:0;
	eft:0;
	z-index:10;
}







.if_body .open_shop ul{
	background: url(../images/opens_bor2.png) no-repeat;
}












.prompt_box{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	margin-left:5px;
	cursor:pointer;
}
.prompt_box i{
	display:inline-block;
	color:#727483;
}
.prompt_box p{
	position:absolute;
	border:1px solid #fff7e7;
	color:#333;
	background:#fffff5;
	padding:15px;
	left:30px;
	top:-10px;
	width:300px;
	text-align:left;
	display:none;
	z-index:999;
	font-size:12px;
	line-height:20px; 
	white-space:normal;
	word-break: break-all; 
}
.prompt_box em{
	color:#fff7e7;
	font-size:20px;
	position:absolute;
	display:
	inline-block;
	top:0;
	left:18px;
	display:none;
}
.prompt_box_left p{
	left:-330px; 
	top:20px;
}
.ajax_loading {
	width: 49px; 
	height: 48px; 
	background: url(/res/manage/default/statics/images/ajax_loading.gif) center no-repeat; 
	position: absolute; 
	top:50%; 
	left:50%; 
	z-index: 99999;
	margin-left: -24px;
	margin-top: -48px;}
.turnover_con {
	position: relative;
}
.theme-box .theme-btn a{
	border: 1px solid #ccc;
	color: #333;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.theme-box .theme-btn a.links-theme svg{
	fill:#000033;
	transition: all 0.3s;
}
#paylist{
	overflow: auto;
	border-radius: 0;
	box-shadow: none;
}
.theme-box .my-theme,
.theme-box .theme-list{
	border-radius: 5px;
}
.banner-list .title,
.seo-box .seo-title,
.configuration,
#components_box{
	background: #eef0f5;
	overflow: hidden;
}
.wap-theme-box .my-theme{
	border-radius: 5px;
}
.domain-box{
	border-radius: 5px;
}
.banner-list ul{
	margin: 0;
	padding: 20px 0 0;
	background: #eef0f5;
}
.banner-list ul:after{
	display: block;
	clear: both;
	content: '';
}
#components_box .header{
	border-radius: 5px;
}
.if_body .open_shop h3 span{
	background: #eef0f5;
}

.order-box .order-th th,
.if_body table.bwTableList thead th{
	background: #e2e4e9;
}
.templetlist_box .panel{
	background: #333;
}
.wap-theme-box .theme-list ul{
	height: 660px;
}




/*紫色改成红色*/


/*pc端*/
#components_box .topiclist-wapper .recent_application li .theme_btn{
	background:#f99d34;
	border: 1px solid #f99d34;
}
#components_box .topiclist-wapper .recent_application li .details{
    border: 1px solid #f99d34;
    color: #f99d34;
}

.createorder .createorder_btn a,
#main .cate_actived .cate_cion,
.if_body .np_box .list_c .link_pop .shop_status_btn1:hover,
.if_body .pop_update_btn a,
.if_body .topr_btn .tr_btn1,
ul.toolbarul li.abtn a.icon_labe2,
a.bwButton,
a.bwButton1,
.bwButton,
.bwSubmit,
a.bg_color,
.pagebar a:hover, 
.pagebar a.cur,
#select_id,
.nav_list .ve_btn,
#nprogress .bar,
.if_body .open_shop ul li .opens_btn2,
#paylist .paylist-title a,
#platform .platform-btn,
#platform .platform-box li .platform-icon a,
.pop-cate .cate-btn .cate-btn__confirm,
.joint-logon li .joint-logon__add .joint-logon__add-ic:hover,
.success-tips,
.currency-box li .main-currency,
.currency-box li .default-currency,
.currency-box li .currency-add__svg:hover,
.dashboard-box .dashboard-top-bar .top-bar-btn,
.if_body .cate-box .cate-list li .cate_trend.actived i,
.if_body .country-box .country-list li .country_trend a:hover i,
.if_body .device-box .device-list li .device_trend a:hover i,
.if_body .product-Statistics-box .product-list li .product_trend  a:hover i,
.if_body .search-box .search-list li .search_trend.actived i,
.message-box form.search .search_btn,
.inquiry-box form.search .search-btn,
.shopcart-box form.simplesearch .search-btn,
.banner-list .title a,
.pop-alt-edit .pop-alt-edit-btn a.save,
.seo-box .seo-title a,
.domain-box .domain-btn-right > a,
.domain-box .domain-btn-right dd a:hover,
.theme-box .theme-btn a.edit-theme,
.theme-box .theme-btn a:hover,
.theme-box .theme-list .theme-btn__use,
.theme-box .theme-list .theme-btn__preview:hover,
.theme-box .theme-list .theme-btn__del:hover,
.wap-theme-box .theme-btn a.edit-theme,
.wap-theme-box .theme-btn a:hover,
.wap-theme-box .theme-list .theme-btn__use,
.wap-theme-box .theme-list .theme-btn__preview:hover,
.wap-theme-box .theme-list .theme-btn__del:hover,
.member-detail .member-msg h3 .news-msg-btn,
.member-coupon .send_coupons_btn,
.pop-member-information .pop-member-btn .bwSubmit,
.mailtpl-box .mailtpl-top a.set-up-mailbox,
.mailtpl-box .mailtpl-con .mailtpl-status-1,
.messagetpl-box .messagetpl-con .messagetpl-status-1,
.facebook-plugin .facebook-plugin-btn a,
.combination-list form.simplesearch .search-btn,
.combination-list .toolbar-btn .add-btn,
.add-combination .publish_goods_btn,
.topic-list form.simplesearch .search-btn,
.topic-list .toolbar-btn .add-btn,
.topic-box .tag-box .more-products span,
.pop-add-tag .pop-tag-btn input,
.configuration .configuration-itmes a:hover .configuration-svg,
#my-plugin form.search .btn_search,
#components_box #search_menu,
#search_menu .dropdown_menu li.actived, 
#search_menu .dropdown_menu li.all,
#my-plugin .my-plugin__right a,
#theme_box .theme_btn a,
#theme_box .theme_btn a.details:hover,
.createorder .createorder_title_btn a,
.pop_screen .pop_screen_btn .pop_screen_botton,
.createuser_ul_2 .createuser_btn .save_btn,
.creatroffer_content .creatroffer_btn .save_btn,
.createpayment_content .createpayment_btn .save_btn,
.createshipping_content .creatrshipping_btn .save_btn{ 
	background:#f99d34;
}
.batch-upload #upload-btn,
.verify-page .common-btn{
	background:#f99d34 !important;
}
.batch-upload #upload-btn{
	border-color: #f99d34 !important;
}
.if_body .open_shop ul li .li_left i,
#paylist .paylist-box li .paylist-descript a,
.nav-box .nav-list .nav-list__add,
.nav-box .nav-list .nav-list__return,
.nav-box .nav-list li .nav-sub .nav-sub__add,
.nav-edit-box .nav-edit__list li .terms_download,
.dashboard-box .dashboard-list .dashboard-name .more,
.if_body .Statistics-box .data-time>div.new-data,
.if_body .source-box .source-list li .source_view a,
.banner-list .banner-bom .banner-url,
.member-detail .member-activity h3 a:hover,
.member-detail .member-order h3 a:hover,
.member-detail .member-msg h3 a:hover,
.member-detail .member-comment h3 a:hover,
.member-detail .member-coupon h3 a:hover,
.member-detail .member-value h3 a:hover,
.member-detail .member-shopping-cart h3 a:hover,
.member-detail .member-collection h3 a:hover,
.if_body .shopcart-box .shopcart-list li .product_name a:hover,
.if_body .shopcart-box .shopcart-list li .product_name a:hover .name p,
.if_body .shopcart-box .nodata i,
#theme_box .theme_btn a.details,
.createorder .createorder_subtotal ul li .add_offer a, 
.createorder .createorder_subtotal ul li .add_shipping a, 
.createorder .createorder_subtotal ul li .add_payment a{
    color: #f99d34;
}

.nav-box .nav-list .nav-list__add svg,
.nav-box .nav-list li .nav-sub .nav-sub__add svg,
.banner-list .banner-operation a:hover svg,
.wap-theme-box .theme-btn a.links-theme svg,
.pop-address-list li .address-del:hover svg,
.pop-address-list .address-on svg,
.topic-box .tag-box .tag-add-btn svg{
	fill:#f99d34;
}

.theme-box .theme-list .theme-btn__preview,
.theme-box .theme-list .theme-btn__del,
.wap-theme-box .theme-btn a,
.wap-theme-box .theme-list .theme-btn__preview,
.wap-theme-box .theme-list .theme-btn__del,
.topic-box .tag-box .tag-add-btn,
.if_body .np_box .list_c .link_pop .shop_status_btn1{
	border:1px solid #f99d34;
	color:#f99d34;
}
.wap-theme-box .theme-list .theme-btn__use{
	color: #fff;
}
.wap-theme-box .theme-list .theme-btn__use,
#theme_box .theme_btn a,
.theme-box .theme-list .theme-btn__use{
	border:1px solid #f99d34;
}
#my-plugin .my-plugin__right a.my-plugin__course,
.domain-box .domain-btn-left a:hover{
	color:#f99d34;
	border-color:#f99d34;
}

.messagetpl-box .messagetpl-top span,
.combination-list .combination-top-title span,
.topic-list .topic-list-top span,
.mailtpl-box .mailtpl-top span,
.inquiry-box .inquiry-top-title span,
.shopcart-box .inquiry-top-title span{
	border-bottom: 4px solid #f99d34;
    color: #f99d34;
}

.mailtpl-box .mailtpl-btn a.on,
.mailtpl-box .mailtpl-btn a:hover,
.service-slogan .service-slogan-btn .slogan-preserve,
.service-slogan .slogan-operation-btn a:hover {
	background:#f99d34;
	border-color:#f99d34;
}
.pop_screen .pop_screen_btn .pop_reset_botton:hover,
.service-slogan .service-slogan-btn .slogan-add:hover {
	background:#f99d34;
	border-color:#f99d34;
	color:#fff;
}
#components_box .components_con .components_content h3 a svg{
	fill: #f99d34;
}
#top_b .account .acc_list a:hover{
	border-left:3px solid #f99d34;
}

.sd_tit{
	border-top:3px solid #f99d34;
}
dl.bwTab dt.tab_title li.cur,
.if_body .title_c a.on, 
.if_body .title_c a#bw_on{
	border-top:3px solid #f99d34;
}
.search_dialog .dg_btn .search_dialog_btn{
	background:#f99d34; 
	border-radius:0px;
}

.if_body .order_cl_list h3 span.on{
	border-top:2px solid #f99d34;
}

#nprogress .spinner-icon {
	border-top-color: #f99d34;
	border-left-color: #f99d34;
}
#platform .platform-tab__title a.on,
#platform .platform-tab__title a:hover{
	border-bottom:3px solid #f99d34;
	color:#f99d34;
}
.bwText input:focus,
.bwTextareaBase textarea:focus,
.advance-items input[type="text"]:focus{
	border-color:#f99d34 !important;
}
.nav-box .nav-list li .nav-sub dd.on,
.nav-edit-box h3 .nav-preview:hover,
.help-bg .nav-preview:hover,
.if_body .source-box .source-list li .source_view a:hover,
.message-box .message-list ul li .message-operate a:hover,
.replymessage .reply-box .submit_btn label.cancel:hover{
	border-color:#f99d34;
	background:#f99d34;
}
.order-box .order-tab ul li a#bw_on{
	border-bottom:4px solid #f99d34;
	color:#f99d34;
}
.if_body .message-box .title_c a.on{
	border-bottom:3px solid #f99d34;
}

.domain-box .domain-title span{
    border-bottom: 4px solid #f99d34;
    color: #f99d34;
}

.theme-box .theme-btn a.links-theme:hover,
.wap-theme-box .theme-btn a.links-theme:hover,
.mailtpl-edit .bwText:focus,
.code-theme .theme-btn a:hover{
	border-color:#f99d34;
}
.if_body .not_found_record i,
.pop_body .not_found_record i,
.if_body .not_found_record i
{
	color: #999;
}
.if_body .open_shop ul li{
	border-left:6px solid #f99d34;
}
.pop-cate .cate-btn .cate-btn__confirm{
	border-color: rgba(255,91,91,.4);
}
#components_box .components_btn a{
	border: 1px solid #f99d34;
	background: #f99d34;
}
#components_box .components_btn a.details{
	color: #f99d34;
}
#components_box .components_btn a.details:hover{
	background: #f99d34;
	color: #fff;
}
#search_menu .dropdown_menu li.actived, 
#search_menu .dropdown_menu li.all,
.theme-box .theme-btn a.edit-theme, 
.theme-box .theme-btn a:hover{
	border-color: #f99d34;
}
.domain_2019 .domain-title a.on{
	border-color: #f99d34;
	color: #f99d34;
}
/*wap端*/

.header_box,
.login_box .login_form table td .login_btn,
#page_header_box,
#body_box .pages ul li a,
.user_management_box .user_credit_top .credit_add_btn a{
	background: #f99d34;
}
.header_box .header_top,
.list3 a{
	border-color: #fff;
}

.wap-theme-box{
	height: auto;
}
.prompt_left p{
	right:30px;
	left:auto;
}

.prompt_top p{
	right:-30px;
	left:auto;
	top:auto;
	bottom:30px;
}
.prompt_bottom p{
	right:-30px;
	left:auto;
	top:30px;
}





/*积木模块颜色修改*/

.edit_cate_select table.bwTableClass tbody td a.add,
.mongolia_opacity .progress_bar,
.edit_content .ve_btn,
.upload_image .ve_btn,
.ve_edit_banner_tab li.cur a:before,
.decoration-settings h3 a.on:before,
.decoration-settings h3 a:hover:before,
.decoration-top .shop_view:hover,
.decoration-top .decoration-logo,
.decoration-top .released{
    background:#f99d34;
}

.ve_edit_banner_tab li.add_banner_item a svg,
.decoration-settings-con .addpage-icon svg:hover,
.decoration-left-nav .add-page a:hover .plus_icon,
.decoration-left-nav .page-dragable-on a .plus_icon,
.decoration-left-nav .page-dragable-item:hover .del svg,
.decoration-left-nav .page-dragable-on .del svg,
.decoration-left-nav .page-dragable-item .del svg:hover,
.decoration-left-nav .page-dragable-item:hover .edit svg,
.decoration-left-nav .page-dragable-on .edit svg,
.decoration-left-nav .page-dragable-item .edit svg:hover,
.decoration-top .pc-icon.on svg,
.decoration-top .wap-icon.on svg,
.decoration-top .qr_code svg:hover,
.decoration-top .shop_view svg{
    fill: #f99d34;
}

.ve_edit_banner_tab li.add_banner_item a,
.decoration-left-nav .add-page a:hover,
.decoration-left-nav .page-dragable-on a,
.decoration-left-nav .page-dragable-on a,
.decoration-left-nav .page-dragable-item a:hover,
.decoration-settings h3 a.on,
.decoration-settings h3 a:hover{
    color: #f99d34;
}


.mongolia_opacity .progress_btn,
.decoration-left-nav .page-dragable-on,
.decoration-left-nav .page-dragable-item:hover{
    border-color: #f99d34;
}

.service-slogan .service-slogan-btn .slogan-preserve:hover,
.edit_content .ve_btn:hover,
.upload_image .ve_btn:hover, 
.upload_image .del_banner:hover,
.decoration-top .released:hover{
	background: #ef1e39;
}

.add_product{
	background:#f99d34 !important;
	color: #fff;
}
.add_product:hover{
	background: #ef1e39 !important;
}


.bwSubmit input{
	background:#f99d34 !important;
}
.log_btn,
.foot_logo,
.division{
	display: none;
}
.domain_2019 .operation_list{
	float:left;
}
.domain_2019 .ActivationCheck{
	width: 100px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    height: 28px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background: gradient(top, #fefefe, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fefefe,endcolorstr=#f9f9f9,gradientType=0);
    background: -ms-linear-gradient(top, #fefefe, #f9f9f9);
    background: -moz-linear-gradient(top,#fefefe,#f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#fefefe), to(#f9f9f9));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f9f9f9));
    background: -webkit-linear-gradient(top, #fefefe, #f9f9f9);
    background: -o-linear-gradient(top, #fefefe, #f9f9f9);
    vertical-align: top;
    margin-right: 10px;
	margin-left:10px;
}
.domain_2019 .ActivationCheckProcess{
	margin-top:30px;
	display:inline-block;
	text-decoration: underline;
	color:#999;
}
.domain_2019 .listDNSRecord{
	margin-top:30px;
	display:inline-block;
	text-decoration: underline;
	color:#999;
	margin-left:20px;
}

.domain_2019 .domain_2019_content dl .list3 span:nth-child(3) .Activation{
	position: absolute;
    right: 0;
    top: 0;
	width:auto;
} 
.domain_2019 .domain_2019_content dl .list3 span:nth-child(3) a.ActivationCheck{
	position:static;
}
.domain_2019 .domain_2019_content dl .list3 span:nth-child(3) .Activation a{
	display:inline-block;
	line-height: 34px;
    height: 34px;
	width:auto;
	border:none;
	margin:0 5px;
	color:#999;
}


.domain_2019 .domain_2019_content .page-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
}
.domain_2019 .domain_2019_content .page-popup{
	width: 560px;
	margin: 20px 0;
	background:#fff;
	border-radius:5px;
}
.domain_2019 .domain_2019_content .popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #efefef;
}
.domain_2019 .domain_2019_content .page-popup .popup-title{
	font-size: 16px;
    height: 50px;
    line-height: 50px;
	color:#333;
}
.domain_2019 .domain_2019_content .page-popup .page-popup-close{
	cursor:pointer;
}
.domain_2019 .domain_2019_content .page-popup .popup-content {
	padding: 16px 34px 42px;
}
.domain_2019 .domain_2019_content .page-popup .content-item h3{
	font-size: 18px;
    margin-bottom: 14px;
    color: #333;
}

.domain_2019 .domain_2019_content .page-popup .content-item{
	color: #333;
}
.domain_2019 .domain_2019_content .page-popup .content-item .item-body{
	color: #333;
}
.domain_2019 .domain_2019_content .page-popup .content-item .small-tit{
	font-size: 16px;
    margin-bottom: 16px;
}
.domain_2019 .domain_2019_content .page-popup .content-item .domains-wrap{
	position: relative;
    background-color: #f7f7f8;
    border-radius: 3px;
    border: solid 1px #d7dde3;
    padding: 14px;
    margin-bottom: 16px;
}
.domain_2019 .domain_2019_content .page-popup .content-item .domain{
	margin-bottom: 12px;
}
.domain_2019 .domain_2019_content .page-popup .content-item .copy-btn{
	position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #006fe1;
}


@media screen and (max-width:1400px){
	.plus-panel .plus-panel-left-box{
		padding: 0 15px;
	}
	.plus-panel .plus-panel-left-box .clock_svg svg{
		width: 60px;
		height: 60px;
	}
	.plus-panel .plus-panel-left-box .content{
		padding-left: 15px;
	}
	.plus-panel .plus-panel-left-box .content{
		width: calc(100% - 120px)
	}
	.plus-panel .plus-panel-left-box .content-title,
	.plus-panel .plus-panel-left-box .content-data-1{
		font-size: 16px;
	}
	.plus-panel .plus-panel-left-box:nth-child(2) .content{
		padding-left: 0;
	}
	.plus-panel .plus-panel-left-box{
		height: 130px;
	}
	.plus-panel .plus-panel-right .plus-panel-right-box{
		padding:  15px;
		height: 130px;
	}

	
	.plus-panel .plus-panel-left{
		width: calc(55% - 10px);
		margin-right: 20px;
	}
	.plus-panel .plus-panel-left-box:nth-child(1){
		margin-right: 20px;
	}
	.plus-panel .plus-panel-left-box{
		width: calc(50% - 10px);
	}
	.plus-panel .plus-panel-right .plus-panel-right-box{
		width: calc((100% - 40px)/3);
		margin-right: 20px;
	}
	.plus-panel .data-list{
		margin-top: 20px;
	}
	.plus-panel-data .plus-panel-left{
		width: calc(55% - 10px);
    	margin-right: 20px;
	}
	.plus-panel .plus-panel-right{
		width: calc(45% - 10px);
	}
	.plus-panel-data .plus-panel-right {
	    width: calc(45% - 10px);
	}
	.plus-panel .data-statistical-5{
		height: 384px;
	}
	.plus-panel-bottom .data-list{
		width: calc(33.33333% - 13.33333px);
		margin-right: 20px;
	}
}
@media screen and (max-width:1180px){
	.plus-panel-top .plus-panel-right,
	.plus-panel-top .plus-panel-left{
		width: 100%;
		margin: 0;
	}
	.plus-panel-top .plus-panel-right{
		margin-top: 15px;
	}

	.plus-panel .plus-panel-left-box:nth-child(1){
		margin-right: 15px;
	}
	.plus-panel .plus-panel-left-box{
		width: calc(50% - 7.5px);
	}
	.plus-panel .plus-panel-right .plus-panel-right-box{
		width: calc((100% - 30px)/3);
		margin-right: 15px;
	}
	.plus-panel .data-list{
		margin-top: 15px;
	}
	.plus-panel-data .plus-panel-left{
		width: calc(55% - 7.5px);
    	margin-right: 15px;
	}
	.plus-panel-data .plus-panel-right {
	    width: calc(45% - 7.5px);
	}
	.plus-panel .data-statistical-5{
		height: 379px;
	}
	.plus-panel-bottom .data-list{
		width: calc(33.33333% - 10px);
		margin-right: 15px;
	}
	
	.plus-panel .data-list-title .title-list span{
		font-size: 12px;
	}
}
@media screen and (max-height: 600px){
	.domain_2019 .domain_2019_content .page-popup{
		max-width: 500px;
	}
	.domain_2019 .domain_2019_content .popup-content {
		max-height: 380px;
		overflow: auto;
		padding-right: 29px;
	}
}

/*oem 到期提醒*/
.exp_notice{height:54px;line-height:54px;background:#FB8349;color:#fff;position:fixed;bottom:0;left:0;width:100%;text-align:center; font-size:14px}
.exp_notice a{display:inline-block;height:34px;line-height:34px;color:#FB8349;vertical-align:middle;margin-left:20px;background:#fff;border-radius:5px;padding:0 15px;}
.exp_notice .expire_notice_span_or{padding-left:15px;}
.exp_notice i{vertical-align:middle;margin-right:3px;}
.exp_notice .exp_close{padding:0px 20px; cursor:pointer; float:right;}