
/*引导页*/
.main-guide{
	margin-top:8%;
	margin-bottom:20px;
}

.guide-list{
	/*width:1180px;*/
	margin-left:5%;
	margin-right:5%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 1400px){
	.guide-list{
		/*width:870px;*/
		margin-left:2%;
		margin-right:2%;
	}
}
@media only screen and (max-width: 1280px){
	.guide-list{
		/*width:870px;*/
		margin-left:auto;
		margin-right:auto;
	}
}
.guide-list li{
	position:relative;
	float:left;
	width:290px;
	padding-top:10px;
	padding-bottom:10px;
   margin-bottom:50px;
}
.guide-list li .guid-list-img{
	position:relative;
	text-align:center;
	width:204px;
	height:260px;
	margin-left:auto;
	margin-right:auto;
	border-radius:3px;
	overflow:hidden;
	border: 1px dotted #BDC4D0;
}
.guide-list li .guid-list-img .mask{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	padding-top:16%;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:top 0.5s ease 0s;
	transition:top 0.5s ease 0s;
}
.guide-list li .guid-list-img:hover .mask{
	top:0;
}
.guide-list li p{
	text-align:center;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
    color: #B6B6B6;
    text-overflow: ellipsis;
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
}
.guide-list li .mask .guide-btn{
	display:block;
	width:120px;
	height:35px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	text-align:center;
	border-radius:3px;
	box-shadow:0 0 10px #333;
    border: solid 1px #16C5E5;
	/*background-color: #16c5e5;*/
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
    letter-spacing: 17px;
    text-align:center;
    text-indent: 19px;
}
.guide-list li .mask .guide-btn:hover {
    background-color: #16c5e5;
}

.guide-list a.link-start,.guide-list a.link-create{
	position:relative;
	display: block;
	width:100%;
	height:100%;
	background:url(../icons/btn_add.png) no-repeat center center;
	-webkit-transition:background-color 0.5s ease 0s;
	transition:background-color 0.5s ease 0s;
}
.guide-list a.link-start:hover,.guide-list a.link-create:hover{
	background-color:#16c5e5;
    border: 1px dotted #16c5e5;
}

.guide-list a.link-create{
	background-size:30%;
	background-position:center 40%;
	height:50%;
}

.guide-list a.link-create.link-create-new{
	border-bottom:none;
}

.guide-list a.link-create span{
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
	line-height:2;
	color:#ccc;
	font-size:14px;
	-webkit-transition:color 0.5s ease 0s,font-size 0.2s ease 0s;
	transition:color 0.5s ease 0s,font-size 0.2s ease 0s;
}
.guide-list a.link-create:hover span{
	color:#fff;
	font-size:1.2em;
}

/*page列表*/
.main-simples{
	margin-top:0;
}
.simples-header{
	position: relative;
	margin: 70px auto 80px;
	display: block;
	width: auto;
	text-align: center;
	text-indent: -60px;
}
.simples-header>a.simples-left-arrow{
	display: inline-block;
	background: url(//assets.atomic.io/images/icon-hub-back-arrow.955e1317.svg) no-repeat center center;
	width: 43px;
	height: 38px;
	margin-right: 10px;
	opacity: .25;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.simples-header>h1{
	display: inline;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 2px 6px;
}
.simples-list li .simples-list-img .mask{
	top:0;
	padding-top:0;
	background-color:rgba(6,197,229,0.6);
	opacity:0;
	-webkit-transition:opacity 0.5s ease 0s;
	transition:opacity 0.5s ease 0s;
}
.simples-list li:hover .simples-list-img .mask{
	/*background-color:rgba(6,197,229,0.5);*/
	opacity:1;
}
.guide-list .ribbon-wrapper{
	width:224px; 
	height:50px; 
	margin:0 auto; 
	overflow:hidden; 
	position: absolute; 
	top:0;
	left:0; 
	right:0;
}
.ribbon-wrapper .ribbon{
	position:absolute;
	top:12px; 
	left:-85px; 
	transition:left 0.3s;
	width:80px;
	height:50px;
}
.ribbon-wrapper .ribbon:before{
	content: "V2"; 
	position: absolute; 
	top: 5px; 
	left: -8px; 
	min-width:80px; 
	padding-right: 10px; 
	/*color: #232323; */
	color: #ffffff; 
	font-weight: bold; 
	letter-spacing: 8px;
	height: 0px; 
	border: 15px solid #ffa200; 
	border-right-color: transparent; 
	line-height: 0px; 
	box-shadow: -0px 5px 5px -5px #000; 
	z-index: 1;
}
.ribbon-wrapper .ribbon:after{
	content: ""; 
	position: absolute; 
	top: 34px; 
	left: -8px; 
	border: 4px solid #89540c; 
	border-left-color: transparent; 
	border-bottom-color: transparent;
}
.guide-list li:hover .ribbon-wrapper .ribbon{
	left:12px;
}
.simples-list li>.ctrls{
	position:absolute;
	top:5px;
	right:45px;
	display:inline-block;
	padding:5px;	
	opacity:0;
	-webkit-transition:opacity 0.5s ease 0s;
	transition:opacity 0.5s ease 0s;
}
.simples-list li:hover>.ctrls{
	opacity:1;
}
.simples-list li .ctrls>a{
	font-size:19px;
	color:rgba(255,255,255,0.7);
    margin:0 3px;
	-webkit-transition:color 0.5s ease 0s;
	transition:color 0.5s ease 0s;
}
.simples-list li .ctrls>a:hover{
	color:#fff;
}
.simples-list li .title{
	-webkit-transition:color 0.5s ease 0s;
	transition:color 0.5s ease 0s;
}
.simples-list li:hover .title{
	color:#16c5e5;
}

/*弹出层*/
.popup-container{
	width:898px; 
}

.popup .tpl-list{
	height: 450px;
	overflow-y: scroll;
}
.popup .popup-simples-list{
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

/*.popup.popup-move,.popup.popup-move .popup-container{ width:890px;}
.popup.popup-move{top:15%; left:30%; min-height:400px; height:auto;}
.popup.popup-move .popup-container{position:static; left:0;top:0; margin:0;}
.popup.popup-move .tpl-list{margin-top:0;}*/


/*域名映射*/
.domain-content{
	margin:0 50px;
}
.domain-head{
	margin-top:50px;
}
.domain-head h3{
	font-weight:bold;
	text-align:center;
	font-size: 18px;
	line-height:32px;
}
.domain-form{
	margin-top:60px;
}

.domain-head .btn{
	width:90px;
	height:35px;
}
.domain-head .domain-http{
	width:6%;
	padding-right:0px;
}
.domain-head .domain-text-wrap{
	padding-left:5px;
}
.domain-explain{
	margin-top:100px;
	margin-left:10%;
}
.domain-explain h4{
	line-height:32px;
}
.domain-explain dl{
	margin-top:20px;
}
.domain-explain dl dt{
	line-height:42px;
	font-size:18px;
}
.domain-explain dl dd p{
	line-height: 32px;
}

/*操作日志*/
.log-show .gray{
	background-color:#D2D2D2;
}
.log-show .red{
	background-color:#FE4800;
}
.log-show .green{
	background-color:#A8C51F;
}
.log-show table > thead > tr > th{
	border-bottom:solid 1px #16C5E5; /*color:rgba(0, 0, 0, 0.3);*/
}
.log-show table > tbody > tr > td{
	border-bottom:solid 1px #F0F0F0;
	padding:15px 0;
}
.log-show .table .senstive{
	display:inline-block; 
	width:10px; 
	height:10px; 
	border-radius:5px; 
	margin-left:20px;
}

.btn-sort{
	cursor:pointer;
}
.btn-sort.on{
	color:#16C5E5;
}


