
* {margin: 0;padding: 0}

em,i {font-style: normal}

li {list-style: none}

img {border: 0;vertical-align: middle}
button {cursor: pointer}

a {text-decoration: none; color: #222;}
a:hover {text-decoration: none;}

button,
input {
font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif
}


.clearfix:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	height: 0;
}
.clearfix {
	*zoom: 1;
}

#APPVUE > .wrap:nth-last-child(2) > .wrap-body > .wrap-item:last-child > .wrap-rule-body .rule-desc{
    /* font-size: 12px; */
    /* color: #111; */
    /* font-weight: bold; */
}
#APPVUE > .wrap:nth-last-child(2) > .wrap-body > .wrap-item:last-child > .wrap-rule-body .rule-desc .text-black{
    /* color: #f00 !important; */
}

.POP-UP-MODULE{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    
    justify-content: center;
    align-items: center;
    align-content: center;
	display: none;
}
.POP-UP-MODULE.on{
	display: -webkit-flex;
    display: flex;
}
.POP-UP-MODULE .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: -1;
}
.POP-UP-MODULE .img-box{
}

.POP-UP-MODULE .img-box img {
    display: block;
}
.POP-UP-MODULE .out-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    opacity: 1;
    cursor: pointer;
}

.POP-UP-MODULE .out-btn:hover {
    color: #a3c8ff;
}
.POP-UP-MODULE .out-btn i{
    font-size: 30px;
    display: block;
    height: 30px;
    line-height: 30px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}


input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}

.jq-icon-error {
    background-color: #6462F3;
    color: #ffffff;
	background-position: 20px 24px;
}
.jq-has-icon {
	padding: 18px 18px 16px 58px;
}
.jq-toast-loaded{
	background-color: #77ddd5 !important; 
}

.parsley-error-list{
	height: auto;
    line-height: initial;
    position: absolute;
    left: 17px;
    bottom: -17px;
}
.parsley-error-list .required{
	    font-size: 12px;
    color: #ff4d4f;
}

@font-face {font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:18px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {

	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	font: 12px/1.5 Arial Unicode MS ,Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	overflow-x: hidden;
	font-family: PingFang SC,-apple-system,  Helvetica Neue, Helvetica, Arial, /*PingFang SC,*/ Hiragino Sans GB, STHeiti, Microsoft YaHei, Microsoft JhengHei, SimSun, sans-serif;
	/*background: #f4f5f7;*/
	background: #fff;
}




.login-logo{
	position: fixed;
    left: 30px;
    top: 30px;
    z-index: 11;
}
.login-logo a{
	display: block;
}
.login-logo img{}


.Article_Content_Box{}
.Article_Content_Box li{
	list-style: auto;
}


.rule-list .rule-item i {
    color: rgba(0,0,0,.0);
    width: 16px;
    height: 16px;
	background-position: 0 0;
}
.rule-list .rule-item.active i {
	    background-position: 0 -16px;
}
.iconfont-icon_centos{
	background: url(../image/iconfont-centos.png) no-repeat center;
}
.iconfont-debian{background: url(../image/iconfont-Debian.png) no-repeat center;}
.iconfont-Ubuntu{background: url(../image/iconfont-ubuntu.png) no-repeat center;}
.iconfont-windows{background: url(../image/iconfont-windows.png) no-repeat center;}

@media screen and (max-width: 1080px) {
	
	.Cloud-Services-fixed-box .cser-box {
	    display: none;
	}

}


