.shared-page{ background:#fff;}

#banner{
    height: 600px;
	padding-top:90px;
    width: 100%;
    background: url(../images/banner-bg.png) top no-repeat,linear-gradient(to bottom, #21beb7, #123fd1); /*#5c0bdd  #9208c9 #cd56d1  #cc63ec*/
    color: #fff;
    overflow: hidden;
}
#banner .content{
    width: 1200px;
    height: 600px;
    margin: auto;
    background:url(../images/banner.png) right 50px no-repeat;
}
#banner .cn{
    background:url(../images/banner-cn.png) right 50px no-repeat;
}
#banner .content .slogan{
    margin-top: 50px;
    font-size: 42px;
    line-height: 70px;
    font-weight: bold;
    letter-spacing: 1px;
}
#banner .content .description{
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
    width: 600px;
}
#banner .content .description p{
    padding-top: 20px;
}
#banner .content .button{
    margin-top: 40px;
}
#banner .content .button a{
    display: inline-block;
    width: 260px;
    height: 50px;
    line-height: 45px;
    margin-right:20px;
    background-color: #FDB933;
    border: 2px solid #FDB933;
    border-radius: 28px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#banner .content .button a:hover{
    background-color: #21beb7;
    border: 2px solid #fff;
    color: #fff;
}
#features{
    width: 1200px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
    line-height: 35px;
}
#features .title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
#features .title p{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    padding-top: 10px;
}
#features .modules{
    padding-top: 30px;
    overflow: hidden;
}
#features .modules a{
    display: inline-block;
    height: 35px;
    width: 115px;
    padding-top: 70px;
    text-align: center;
    color: #666;
    font-size: 16px;
}
#features .modules a:hover{
    background-color: antiquewhite;
    border-radius: 10px;
    cursor: pointer;
}
#features .modules a.hot{
    background-color: antiquewhite;
    border-radius: 10px;
}
#features .modules a.webshell{
    background-image: url(../images/modules/modules.png);
    background-position: center 10px;
    background-repeat: no-repeat;
}
#features .modules a.remote{
    background-image: url(../images/modules/modules.png);
    background-position: center -90px;
    background-repeat: no-repeat;
}
#features .modules a.user{
    background-image: url(../images/modules/modules.png);
    background-position: center -190px;
    background-repeat: no-repeat;
}
#features .modules a.tamper{
    background-image: url(../images/modules/modules.png);
    background-position: center -290px;
    background-repeat: no-repeat;
}
#features .modules a.process{
    background-image: url(../images/modules/modules.png);
    background-position: center -390px;
    background-repeat: no-repeat;
}
#features .modules a.firewall{
    background-image: url(../images/modules/modules.png);
    background-position: center -490px;
    background-repeat: no-repeat;
}
#features .modules a.waf{
    background-image: url(../images/modules/modules.png);
    background-position: center -590px;
    background-repeat: no-repeat;
}
#features .modules a.cloud{
    background-image: url(../images/modules/modules.png);
    background-position: center -690px;
    background-repeat: no-repeat;
}
#features .modules a.audit{
    background-image: url(../images/modules/modules.png);
    background-position: center -790px;
    background-repeat: no-repeat;
}
#features .modules a.situation{
    background-image: url(../images/modules/modules.png);
    background-position: center -890px;
    background-repeat: no-repeat;
}

#features .content{
    margin-top: 40px;
    padding: 60px;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 8px;
    background: linear-gradient(to right, #E1F3F5, #ECEDFD); 
    text-align: left;
    overflow: hidden;
}
#features .content .detailed{
    width: 100%;
    height: 390px;
    display: none;
}
#features .content .detailed .description{
    width: 400px;
    padding-top:20px;
    line-height: 27px;
    font-size: 16px;
    color: #666;
}
#features .content .detailed .description b{
    display: block;
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 10px;
    color: #000;
}
#features .content .detailed .description p{
    line-height: 35px;
    height: 35px;
    background:url(../images/yes.png) no-repeat left center;
    padding-left: 30px;
}
#features .content .detailed .description p.first{
    margin-top: 20px;
}
#features .content .detailed .description a.button{
    display: block;
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background-color: #111;
    color: #fff;
    margin-top: 20px;
}
#features .content .detailed .description a.button:hover{
    background-color: #666;
}
#features .content .webshell{
    background-image: url(../images/modules/webshell.png);
    background-repeat: no-repeat;
    background-position: right 0;
    display: block;
}
#features .content .remote{
    background-image: url(../images/modules/remote.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .user{
    background-image: url(../images/modules/user.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .tamper{
    background-image: url(../images/modules/tamper.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .process{
    background-image: url(../images/modules/process.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .firewall{
    background-image: url(../images/modules/firewall.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

#features .content .waf{
    background-image: url(../images/modules/waf.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .cloud{
    background-image: url(../images/modules/cloud.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .audit{
    background-image: url(../images/modules/audit.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .content .situation{
    background-image: url(../images/modules/situation.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#features .cn .waf{
    background-image: url(../images/modules/waf-cn.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

#support-system{
    padding-bottom: 50px;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}
#support-system .title{
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
    overflow: hidden;
}

#pricing{
    line-height: 35px;
    overflow: hidden;
}

#pricing .title{
    width: 1200px;
    margin: auto;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
#pricing .title img{
    vertical-align:text-bottom;
    height: 32px;
    width: 32px;
    margin-right: 10px;
}
#pricing .title p{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    padding-top: 10px;
}

#pricing .content{
    width: 1200px;
    margin: auto;
    text-align: center;
    line-height: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#pricing .content table{
    width: 1200px;
    margin: auto;
    box-shadow: 0px 4px 16px 4px rgba(138, 139, 139, 0.28);
    border-collapse:collapse;
    border-spacing:0;
    padding: 0;
    -webkit-box-shadow: #e5e5e5 0px 0px 10px; 
	-moz-box-shadow: #e5e5e5 0px 0px 10px; 
	box-shadow: 0px 2px 20px #E5E5E5;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}
#pricing .content table tr:hover{
    background-color: #F3FAFB;
}
#pricing .content table th{
    background-color: #f5f5f5;
    line-height: 80px;
    border-right: 1px solid #e9e9e9;
}
#pricing .content table th.cart{
    width: 230px;
}

#pricing .content table td{
    text-align: center;
    line-height: 70px;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

#pricing .content table td a{
    display: block;
    height: 70px;
    background-image: url(../images/icons/buy-black.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 103px 23px;
}
#pricing .contentg table .hot{
    font-weight: bold;
    font-size: 16px;
}
#pricing .content .explanation{
    width: 1165px;
    margin: auto;
    margin-top: 30px;
    line-height: 35px;
    background-image: url(../images/icons/message2.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0px 7px;
    padding-left: 35px;
    font-size: 16px;
    text-decoration: underline;
    color: #666;
    text-align: left;
}

#download{
    padding-top:40px;
    padding-bottom: 70px;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}
#download .title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
#download .title img{
    vertical-align: bottom;
    height: 32px;
    width: 32px;
    margin-right: 10px;
}
#download .title p{
    padding-top: 10px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
}
#download .content{
    padding-top: 40px;
    width: 1200px;
    margin: auto;
}
#download .content div{
    border-radius: 18px;
    padding-top: 40px;
	transition: all linear 0.5s;
}
#download .content div:hover{
    box-shadow: 0px 4px 16px 4px rgba(110, 110, 110, 0.28);
	transition: all linear 0.5s;
}

#download .content .linux{
    margin-right: 30px;
    background-color: #F1F5FF;
    height: 320px;
    width: 780px;
    float: left;
}
#download .content .linux p{
    text-align: left;
    padding-left: 50px;
}
#download .content .linux p.title{
    font-weight: bold;
    font-size: 18px;
    color: #000;
    background-image: url(../images/icons/linux.png);
    background-repeat: no-repeat;
    background-position: 20px 7px;
    background-size: 22px 22px;
}
#download .content .linux p.title span{
    font-weight: normal;
    color: #555;
    font-size: 14px;
}
#download .content .linux p.script{
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
	margin-bottom:0;
}
#download .content .linux p.script span{
    display: block;
    float: left;
    border: 1px solid #a322d6;
    background-color: #fff;
    padding-left: 15px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    color:#000;
    width: 620px;
    height: 45px;
    line-height: 45px;
    color: #8210af;
}
#download .content .linux p.script span.copy{
    float: left;
    width: 60px;
    height: 45px;
    line-height: 45px;
    background: none; 
    background-color: #a322d6;
    color: #fff;
    font-weight: bold;
    padding: 0;
    text-align: center;
    border-radius: 0 10px 10px 0;
}
#download .content .linux p.script span.copy:hover{
    cursor: pointer;
}

#download .content .linux p.copyed span{
    display: block;
    float: left;
    border: 1px solid #0a9b22;
    background-color: #fff;
    padding-left: 15px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    color:#000;
    width: 620px;
    height: 45px;
    line-height: 45px;
    color: #0a9b22;
}
#download .content .linux p.copyed span.copy{
    float: left;
    width: 60px;
    height: 45px;
    line-height: 45px;
    background: none; 
    background-color: #0a9b22;
    color: #fff;
    font-weight: bold;
    padding: 0;
    text-align: center;
    border-radius: 0 10px 10px 0;
}
#download .content .linux p.copyed span.copy:hover{
    cursor: pointer;
}

#download .content .linux .copycontent{
    height: 1px;
    width: 1px;
    overflow: hidden;
	margin-bottom:0;
}
#download .content .linux .instructions{
    padding-top: 10px;
    line-height: 30px;
    color: #777;
	font-size:14px;
}

#download .content .windows{
    height: 320px;
    width: 385px;
    float: left;
    text-align: center;
    background-color: #FEF2F0;
}
#download .content .windows p.title{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    padding-left: 15px;
    background-image: url(../images/icons/windows.png);
    background-repeat: no-repeat;
    background-position: 57px 9px;
    background-size: 18px 18px;
}
#download .content .windowscn p.title{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    padding-left: 15px;
    background-image: url(../images/icons/windows.png);
    background-repeat: no-repeat;
    background-position: 118px 9px;
    background-size: 18px 18px;
}

#download .content .windows p a{
    margin-top:30px;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 180px;
    padding-left: 35px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    background-color: #333;
    background-image: url(../images/download.png);
    background-position: 30px 14px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #fff;
}
#download .content .windows p a:hover{
    color: #fff;
    background-color: #0fbdb4;
}
#download .content .windows p.supported{
    margin-top: 30px;
    color: #777;
	font-size:14px;
}


#documents{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color:#f4f7fa;
    background: linear-gradient(to bottom, #E1F3F5, #FFF); 
    overflow: hidden;
}
#documents .title{
    width: 1200px;
    margin: auto;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    font-weight: bold
}
#documents .title img{
    vertical-align:text-bottom;
    height: 32px;
    width: 32px;
    margin-right: 15px;
}
#documents .title p{
    font-size: 18px;
    font-weight: normal;
    color: #666;
}
#documents .content{
    width: 1200px;
    margin: auto;
    padding-top: 30px;
}
#documents .content a{
    display: block;
    float: left;
    width: 329px;
    text-align: left;
    height: 100px;
    line-height: 100px;
    padding-left: 20px;
    margin: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px 2px  #e2e2e2;
    font-size: 16px;
    color: #333;
	transition: all linear 0.5s;
    background-color: #fff;
}
#documents .content a:hover{
    box-shadow: 0px 4px 16px 4px rgba(19, 109, 161, 0.28);
	transition: all linear 0.5s;
    cursor: pointer;
    color: #0a44b1;
    text-decoration: underline;
}


#bottom{
	padding-top: 60px;
	padding-bottom: 20px;
	background: linear-gradient(to bottom, #f1eff7, #F6F8FE); 
}
#bottom .content{
	padding-top: 50px;
	background-image: url(../images/logo-bottom.png);
	background-position: right 20px;
	background-repeat: no-repeat;
	width: 1200px;
	margin: auto;
}
#bottom .content .slogan{
	font-size: 22px;
	line-height: 40px;
}
#bottom .content .slogan p{
	font-size: 16px;
	color: #666;
}
#bottom .content .title{
    font-weight: bold;
	margin-top: 30px;
    font-size: 18px;
    display: none;
}
#bottom .content .title a{
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: linear-gradient(to right, #5A7DFE, #8956F7); 
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
}

#bottom .content .contact{
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
}
#bottom .content .contact a{
    display: inline-block;
    padding-left: 25px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #666;
}
#bottom .content .contact a.tel{
    padding-left: 30px;
	background-image: url(../images/icons/tel.png);
    background-repeat: no-repeat;
	background-position: 0 6px;
    background-size: 22px 22px;
}
#bottom .content .contact a.qq{
	background-image: url(../images/icons/qq.png);
    background-repeat: no-repeat;
	background-position: 0 7px;
    background-size: 22px 22px;
}
#bottom .content .contact a.wechat{
    padding-left: 30px;
	background-image: url(../images/icons/wechat.png);
    background-repeat: no-repeat;
	background-position: 0 7px;
    background-size: 22px 22px;
}
#bottom .content .contact a.mail{
    padding-left: 30px;
	background-image: url(../images/icons/mail.png);
    background-repeat: no-repeat;
	background-position: 0 7px;
    background-size: 22px 22px;
}
#bottom .content .contact a.tg{
	background-image: url(../images/icons/telegram.png);
    background-repeat: no-repeat;
	background-position: 0 8px;
    background-size: 20px 20px;
}