/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/
ul,li,p{
    margin:0;
    padding:0;
}
@font-face {
    font-family: 'iconfont';  /* project id 338665 */
    src: url('//at.alicdn.com/t/font_338665_xwcw00xy6fajor.eot');
    src: url('//at.alicdn.com/t/font_338665_xwcw00xy6fajor.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_338665_xwcw00xy6fajor.woff') format('woff'),
        url('//at.alicdn.com/t/font_338665_xwcw00xy6fajor.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_338665_xwcw00xy6fajor.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:22px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon {
    width: 16px; 
    height: 1em;
    vertical-align: -0.15em;
    overflow: hidden;
}

.oj-dialog {
    width: 1024px;
}
.aliCtr{
    display:flex;
    align-items:center;
}
.pCnt{
    text-align:center;
}
.demo-oracle-icon:before {
    content: url(../images/spdycoding-logo.png);
}
.fl_l {
    float: left;
}
.fl_r{
    float:right;
}
.clr{
    clear:both;
}
li{
    list-style:none;
}
.ora{
    color:#fa9632;
}
.mr10{
    margin-right:10px;
}
.selDiv{
    width:1000px;
    background:#fff;
    background:#fff;
    border-radius:8px;
    height:auto;
    margin: 0 auto;
    padding:50px 0;
    margin-top: 50px;
    margin-bottom:50px;
    border: 1px solid #ccc;
}
.selDiv h2{
    font-weight:700;
    margin:30px 0;
}
.mt100{
    margin-top:100px;
}
.mt20{
    margin-top:20px;
}
.pubBtn {
    font-size: 18px;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
    background: #fa9632;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #fa9632;
    margin: 15px 0 20px 20px;
}
.alignCnt{
    display:flex;
    align-items:center;
}
.justCnt{
    display:flex;
    justify-content:center;
}
.curPont{
    cursor:pointer;
}
/*---------------------------------瀵艰埅鏍忔牱寮�------------------------------------*/
.oj-navigationlist-element li{
    position:relative;
}
.itemContent{
    width:auto;
    background:#fa9632;
    height:auto;
    position:absolute;
    top:45px;
    line-height:30px;
    left:0;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
}
.ml20{
    margin-left:20px;
}
.txtCnt{
    text-align:center;
}

/*-----------------------------home椤甸潰鏍峰紡--------------------------------*/
.oj-web-applayout-max-width{
    max-width:100%;
    padding:0;
}
.oj-web-applayout-header{
    background-color: #fff;
    box-shadow: none;
}
.headerInner{
    width:1000px;
    margin:0 auto;
    height:105px;
    display: flex;
    align-items: center;
}
.nav_logo{
    align-items: center;
    display: inline-block;
}
.demo-oracle-icon {
    width: 255px;
    height: 70px;
}
.oj-sm-align-items-baseline {
    -webkit-align-items:center;
    align-items: center;
}
.oj-web-applayout-header-title{
    font-size:24px;
    font-weight:bold;
    color:#fa9632;
}
.nav-tool-right button{
    margin-right: 15px;
    height: 29px;
    line-height: 29px;
    padding: 0 6px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ccc;
}
.nav-tool-right button:hover{
    background: #4b8bc6;
    border: 1px solid #4b8bc6;
    color:#fff;
}
.headerInner{
	/* position: fixed; */
    background: #fff;
    /* width: 100%; */
}
.oj-web-applayout-header>div, .oj-web-applayout-footer>div{
    padding:0;    
}
.homeBanner {
    background:#4b8bc6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:300px;
}
.inner {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    font-size: 1.2em;
}
.homeBanner h2 {
    color: #fff;
    font-family:"Microsoft YaHei", arial, sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    padding: 0 0 20px;
}
.homeBanner .benefit p{
    color:#fff;
    padding-left:0;
    font-size:20px;
    line-height:36px;
}
.homeBanner .benefit .shouzhi_icon{

}
.homeDiv{
    padding-bottom:50px;
    width:1000px;
    margin:0 auto;
}
.divInner{   
    display: flex;
    /*    align-items: center;*/
}
.prodCopy{
    float:right;
}
.inlineBlock{
    display:inline-block;
    position:relative;
    /*    margin-left: 50px;*/
}
.inlineBlock img{
	max-width:75%;
}
.proButton{
    position: absolute;
    bottom: 0;
}
.proButton a.button {
    text-decoration: none;
    display: inline-block;
    float: left;
    font-size: 18px;
    width: 150px;
    height: 50px;
    line-height:50px;
    color: #fff;
    position: relative;
    background: #fa9632;
    text-align: center;
    border-radius: 8px;
    float: left;
}
.proButton a.grey {
    margin-left: 20px;
    background: #ccc;
}
.testimonials ul li {
    width: 470px;
    float: left;
    margin-bottom: 50px;
}
.testimonials ul li img {
    width: 72px;
    border-radius: 36px;
    float: left;
}
.prodCopy h2.prodTitle_gen {
    height: 52px;
    /*    background: url(../images/logo_generator.png) no-repeat 0 0;*/
}
.prodCopy h2 {
    display: block;
    margin-bottom: 10px;
    font-size:40px;
    font-weight:700;
}
.prodCopy h3{
    font-size:28px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight:700;
}
.testimonials ul li h4 {
    font-weight: 300;
    font-style: italic;
    font-size: 25px;
    width: 350px;
    float: right;
    padding-right: 30px;
    line-height: 1.4em;
    margin-bottom: 7px;
}
.testimonials ul li h5 {
    font-size: 12px;
    text-transform: uppercase;
    width: 350px;
    float: right;
    padding-right: 30px;
}
.testimonials ul li h5 a {
    text-decoration: none;
    color:#fa9632;
}
.prodCopy h2.prodTitle_fra {
    /* height: 52px; */
    line-height: 52px;
    /*    background: url(../images/logo_frameworks.png) no-repeat 0 0;*/
}
.productBlock{
    position: relative;
    /*    background: url(../images/bg_section01.png) repeat-x 0 0;*/
    background:linear-gradient(#fff,#e3e3e3);
    padding-top: 50px;
    /* min-width: 942px; */
    width: 100%;
}
.prodCopy h2.prodTitle_exc {
    height: 52px;
    line-height:52px;
    /*    background: url(../images/logo_exceptionless.png) no-repeat 0 0;*/
}
.selDiv h3{
    margin:30px 0;
}
.nav-tool-right button {
    margin-right: 15px;
    height: 29px;
    line-height: 29px;
    padding: 0 6px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ccc;
    min-width:32px;
}
.deleteBut{
    min-width:65px;
    height:25px;
    line-height:25px;
    background:#fa9632;
    border-radius:4px;
    border:none;
    color:#fff;
    /*    float: right;*/
}
.ac_addList {
    width: 800px;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 8px;
    margin-bottom: 15px;
}
.tx_R{
    text-align:right;
}
.tx_L{
    text-align:left;
}
.ml15{
    margin-left:15px;
}
.pad30{
    padding:30px;
}
.h50{
    height:50px;
}
.ac_addList{
    width: 800px;
    margin: 0 auto;
    background: #f4f4f4!important;
    border-radius: 8px;
    margin-bottom: 15px;
}
.ac_addList ul li {
    min-height: 45px;
    line-height:45px;
    justify-content: center;
    align-items: center;
}

/**********************************************helpCenter*********************************************/

ul ul, ul ol, ol ul, ol ,h1,h2,h3,h4,h5,h6{
    list-style:none;
    padding:0;
    margin:0;  
}
.f15{
    font-size:15px;
}
.curP{
    cursor:pointer;
}
.ftB{
    font-weight:bold;
}
.helpCont{
    width:1000px;
    margin:0 auto;
    margin-top:30px;
}
.leftContent{
    width: 295px;
    min-height: 650px;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #bfbfbf;
    position: fixed;
}
.lc_ul{
    padding:0!important;
}
.leftContent .arrow{
    width:16px;
}
.leftContent ul li{
    list-style:none;
}
.leftContent .listName{
    font-size: 16px;
    list-style:none;
    background: #3e4a6c;
    border: 1px solid #3e4a6c;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    /*    width: 263px;*/
    height: 38px;
    border: 1px solid #eee;
    border-radius: 8px;
    line-height: 38px;
    text-indent: 5px;
    display: flex;
    align-items: center;
    /*    justify-content: space-between;*/
    padding-right: 8px;
}
.leftContent .listName a{
    color:#fff!important;
}
.rightContent{
    position: relative;
    margin-left:320px;
    /*    width: 860px;*/
    min-height: 650px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    padding: 55px 25px 25px;
    border: 1px solid #bfbfbf;
}
.ul_child{
    padding: 5px 0 10px;
}
.ul_child a{
    padding-left:15px;
    text-decoration: none;
}
.li_child{
    font-size: 14px;
    line-height: 28px;
    text-indent: 15px;
    background-image: none!important;
}
.li_child .oj-selected{
    color:#fa9632;
}
.li_child span:visited{
    color:#ff0000!important;
}
.li_child:hover{
    /*    color:#fa9632;*/
}
.listName .item{
    width:100%;
}
.status_right{
    position: relative;
    width: 860px;
    min-height: 650px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    padding: 55px 25px 25px;
}
.searchTile{
    font-size: 16px;
    color: #b26672;;
    font-weight:bold;
}
.searchListContant{
    padding:0 0 40px 0;
    height: 550px;
    overflow: auto;
    margin-top:40px;
}
.t_m_b_{
    padding-bottom: 20px;
}
.t_m_img img{
    max-width:100%;
    border:1px solid #ccc;
    margin-bottom:20px;
}
.oj-listview.oj-focus-ancestor ul.oj-listview-element:not(.oj-listview-card-layout) .oj-listview-item.oj-focus{
    color:#b26672;
    border:none;
}
.oj-listview-item{
    border-top:none;
    background:none;
}
.oj-listview-item.oj-hover{
    border:none;
    background:none;
}
.oj-accordion-collapsible>.oj-collapsible-wrapper>.oj-collapsible-content{
    border-top-width:0;
}
.oj-listview.oj-focus-ancestor ul.oj-listview-element:not(.oj-listview-card-layout) .oj-listview-item.oj-focus{
    border-top:none;
}
.oj-listview-focused-element oj-listview-item-element oj-listview-item{
    border-top:none; 
}
/*************************************鎴戠殑璁㈠崟orderSummary************************************************/
.mt20{
    margin-top:20px;
}
.mr5{
    margin-right:5px;
}
.mar5{
    margin:5px 5px 0;
    display:inline-block;
}
.ml3{
    margin-left:3px;
}
.mr20{
    margin-right:20px;
}
.ml150{
    margin-left:150px;
}
.ml60{
    margin-left:60px;
}
.pl15{
    padding-left:15px;
}
.curPont{
    cursor:pointer;
}
.red{
    color:#ff0000;
}
.fontBold{
    font-weight:700;
}
.textCtr{
    text-align:center;
}
.textRgt{
    text-align:right;
}
.addToCart{
    /*    padding:0 0 80px;*/
}
.addToCart h2{
    margin:30px 0;
    font-weight:700;
}
.addList{
    width:800px;
    margin:0 auto;
    /*    background:#f4f4f4;*/
    border-radius:8px;
    margin-bottom:15px;
    /*    padding: 20px 15px;*/
}
.addList ul{
    /*    padding:0 15px 5px;*/
}
.addList ul li{
    min-height:45px;
    background: #f4f4f4;
    margin-bottom: 20px;
    border-radius:8px;
    /*    padding: 20px 15px;*/
    /*    border-top: 1px solid #ccc;*/
}
.addList ul li:first-child{
    border-top: none;
}
.downloadCont .icon-ruanjianxiazai{
		font-size:36px;
}
.alignCnt{
    display:flex;
    align-items:center;
}
.flexColu{
    display:flex;
    flex-flow:column;
}
.addTo{
    text-decoration: underline;
    cursor:pointer;
}
.borderNone{
    border:none!important;
}
.sumInfom {
    margin-bottom: 30px;
}
.addList .sumInfom h5{
    height:30px;
    line-height:30px;
    background:#e3e3e3;
    padding:0 15px;
    border-radius:8px;
}
.addList .sumInfom .sumTitle{
    font-weight:700;    
}
.sumInfom p{
    font-weight:700;
    line-height:30px;
    padding:0 15px;
}
.fontNom{
    font-weight:normal;
}
.font14{
    font-size:14px;
}
.myOrdersPay{
    width:100px;
    height:35px;
    line-height:35px;
    background:#fa9632;
    border-radius:4px;
    border:none;
    color:#fff;
    /*    float: right;*/
    margin: 15px 0;
}
.orderPrice{
    color:#999;
    font-size:12px;
    height: 25px;
    line-height: 25px;
}
.orderListTitle{
    margin-bottom: 30px;
}
.orderSummary{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:15px 0;
}
.width100{
    width:100%;
}
.bderBom{
    /*    border-bottom:1px solid #ccc;*/
    padding-bottom:15px;
    padding-top:30px;
}
.fr{
    float:right;
}
.grayButon{
    background:#ccc!important;
}
.mr20{
    margin-right: 20px;
}
.disnone{
    display:none;
}
.pdl0{
    padding-left:0!important;
}
.orderPaidBut{
    width:800px;
    margin-left:99px;
}
.ordersPaid{
    width: 80%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    /* border-radius: 4px; */
    border-bottom: 1px solid #fa9632;
    color: #333;
    /* float: right; */
    margin: 15px 0 35px;
    border: none;
    /*    border-bottom: 1px solid #fa9632;*/
    padding: 0;
}
.ordersPaidClick{
    border-bottom: 1px solid #fa9632;
    color:#fa9632;
}
.fontOra{
    color:#fa9632;
}
.width100{
    width:100%;
}
.w25{
    width:25px;
}
.w35{
    width:35px;
}
.w100{
    width:100px;
}
.w140{
    width:140px;
}
.w150{
    width:150px;
}
.ml15{
    margin-left:15px;
}
.h18{
    height:18px;
}
.txtCnt{
    text-align:center;
}
.disFlex{
    display:flex;
    align-items: center;
    justify-content: center;
}
.flexColu{
    display:flex;
    flex-direction: row;
}
.oj-listview{
    border-width:0!important;
}
.alignCnt{
    align-items: center;
}
.otTitle{
    color: #999;
    font-size: 12px;
}
.h35{
    height:35px;
    line-height:35px;
}
.logoImg{
	background:url(../images/spycode-logo.png) 0 0 no-repeat;
}
.pt50{
padding-top:50px;	
}
.addToCart .oj-radioset-wrapper{
	display:flex;
	align-items:center;
}
.addToCart .oj-checkboxset, .oj-radioset{
	display:block;
}
.addToCart .oj-fwk-icon-radio-ena-unselected, .oj-radioset .oj-radiocheckbox-icon{
	width:17px;
	height:17px;
}
.addToCart input[type=checkbox], input[type=radio]{
	margin:0;
}
.addToCart .oj-form-control{
	margin-bottom:0;
}
.flexCnt{
	display:flex;
	align-items:center;
}
.justCnt{
	justify-content:center;
}
.addToCart .oj-choice-item{
	margin:0 15px;
}
.hr{
	margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.borderBot{
	border-bottom:1px solid rgba(0,0,0,.1);
}
.pay-sum-text{
	color: #fa9632;
    margin-left: 3px;
    font-size: 24px;
}
.ml30{
	margin-left:30px;
}
.pay-mode-header {
    font-size: 16px;
    color: #666;
    font-weight: 700;
    padding-bottom: 20px;
}
.padL130{
	padding-left:130px;
}
.padR100{
	padding-right:100px;
}
.oj-web-applayout-footer{
	padding-top:0;
	padding-bottom:0;
	height:45px;
	line-height:45px;
}
.myActivation{
	padding:15px 0;
}
.myActivation .pFrom{
	width:800px;
	margin:11px auto;
	font-sizE:15px;
	font-weight:bold;
}
/*-------------------------------pc竖样式(min-width:1366.1px)--------------------------------*/
@media (min-width: 1024.1px){
	.headerInner {	    
	    width: 1000px;
	    margin:0 auto;
	}
}
/*-------------------------------pad pro竖样式（max-width:1366px）and(min-width:1024.1px)--------------------------------*/
@media (max-width: 1366px) and (min-width: 1024.1px){
	
}

/*-------------------------------pad竖样式（max-width:1024px）and(min-width:812px)--------------------------------*/
@media (max-width: 1023.9px) and (min-width: 812.1px){
	.headerInner {
	    /* padding: 0 15px!important; */
	    width: 800px;
	}
	.CompanyDiv {
	    padding-bottom: 50px;
	    width: 800px;
	    margin: 0 auto;
	}
	.helpCont .leftContent{
		width: auto;
		padding:5px;
		margin-left: 2%;
		position: relative;
		min-height: 450px;
		margin-bottom: 30px;
		padding-bottom:15px;
		max-height: 370px;
    	height: auto;
	}
	.helpCont .rightContent{
	   margin-left: 3%;
	   padding: 35px 15px 15px;
	   min-height: 260px;
	   margin-bottom: 0;
	}
	.helpCont .searchListContant{
		height: 450px;
	}
	.selDiv {
	    width: 100%;
	    margin-top: 50px!important; 
	}
	
}
/*-------------------------------pad竖样式（max-width:979px）and(min-width:768px)--------------------------------*/
@media (max-width:979px) and (min-width:768px){
	
}
/*-------------------------------手机端样式（max-width:812px）--------------------------------*/
@media (max-width: 812px){
	.headerInner{
		padding:0 15px!important;
		width:auto;
	}
	.nav_logo img{
		height:40px!important;
	}
	.homeBanner{
		width:auto!important;
	}
	.homeBanner .inner{
		padding:0 15px!important;
		width:auto;
	}
	.homeBanner h2{
		font-size:20px;
		line-height: 30px;
	}
	.homeBanner .benefit p{
		font-size:16px;
		line-height: 28px;
	}
	.productBlock{
		width:auto;
	}
	.productBlock .homeDiv{
		width:100%;
		padding-bottom: 0;
	}
	.productBlock .prodCopy{
		padding:0 15px!important;
		width:auto;
	}
	.productBlock .prodCopy h2{
		font-size:30px;
	}
	.productBlock .prodCopy h3{
		font-size:18px;
	}
	.productBlock .inlineBlock img{
		max-width:90%;
		margin-top: 25px;
	}
	.productBlock .proButton{
		position:relative;
		bottom: -25px;
		margin: 0 auto;
		width: 100%;
    	display: flex;
	}
	.productBlock .divInner .inlineBlock{
		padding-bottom:35px;
		display: flex;
    	flex-wrap: wrap;
	}
	.productBlock .proButton a.button{
		font-size:16px;
	}
	.productBlock .proButton a.button{
	    width: 50%;
	    height: 45px;
	    line-height: 45px;
	    margin: 10px 15px;
	}
	.productsDiv{
		padding:0 15px!important;
		width:auto;
	}
	.productsDiv .prodCopy h2{
		height:30px;
		min-height:30px;
		line-height:30px;
		font-size:26px;
	}
	.productsDiv .prodCopy h3{
		font-size:18px;
	}
	.productsDiv .proTop{
		flex-flow:column;
		width: 100%;
	}
	.productsDiv .proTopRight a{
		width: 50%;
	    height: 45px;
	    line-height: 45px;
	    font-size:16px;
	    padding-left:0;
	    margin:10px 15px;
	}
	.productsDiv .proTopRight{
		display:flex;
		justify-content:center;
		margin: 8px 0 25px;
	}
	.priceCont{
		width:auto;
	}
	.CompanyDiv{
		padding:0 15px!important;
		width:auto;
	}
	.CompanyDiv .mt50{
		margin-top:25px;
		margin-bottom: 15px;
	}
	.helpCont{
		width:auto;
		margin-top:10px;
	}
	.helpCont .leftContent{
		width: auto;
		padding:5px;
		margin-left: 0;
		position: relative;
		min-height: 250px;
		margin-bottom: 30px;
		padding-bottom:15px;
		/* max-height: 390px; */
    	height: auto;
	}
	.helpCont .leftContent .listName{
		min-height: 43px;
		line-height:13px;
		font-size:9px;
		padding-right:0;
	}
	.helpCont .leftContent .listName a{
		padding: 0 3px 0 0;
		width: 26%;
	}
	.helpCont .rightContent{
		margin-left:3%;
		padding: 35px 15px 25px;
		min-height: 300px;
		margin-bottom: 30px;
	}
	.helpCont .li_child{
		font-size: 9px;
	    line-height: 20px;
	    text-indent: 0;
	    padding: 5px;
	}
	.helpCont .oj-accordion-collapsible>.oj-collapsible-header>.oj-collapsible-header-icon{
		
	}
	.helpCont .searchListContant{
		height:345px;
		margin-top: 20px;
		over-flow:auto;
	}
	.helpCont .oj-accordion-collapsible>.oj-collapsible-wrapper>.oj-collapsible-content{
		padding:5px;
	}
	.loginDiv{
		width:90%;
		padding:5px;
		/* position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%); */
	    margin-top:0!important;
	    /* margin-bottom:0!important; */
	}
	
	.login_formLeft{
		margin-right:5px;
	}
	.smNone{
		/* display:none; */ 
	}
	.smPleft{
		margin-left:0!important;
	}
	.loginDiv ul li{
		margin:15px 0;
	}
	.loginDiv button{
		margin: 15px 0 25px;
	}
	.headerInner{
		height:75px;
	}
	.profile_selDiv{
		width:auto;
		margin-top: 50px!important;
	}
	.profile_selDiv .addList{
		width:auto;
	}
	.smFt15{
		font-size:11px;
	}
	.smMt50{
		margin-top:25px;
	}
	.selDiv{
		width:100%;
		margin-top: 50px!important;
	}
	.ac_addList{
		 width: auto;
		 padding: 10px;
		 font-size: 12px;
		 padding:10px 10px 20px;
	}
	.myActivation .pFrom{
		width:100%;
		padding: 0 15px;
    	font-size: 12px;
	}
	#listview{
		padding-left:0;
	}
	.ac_addList ul li{
		min-height:60px;
		line-height: 30px;
		width: 100%;
	}
	.ac_addList ul li span{
		height:auto;
		line-height:30px;		
	}
	.liWithAc{
		width:100%;
		align-items: center;
	}
	.padL3{
		padding-left:3px;
	}
	.orderPaidBut{
		width:auto;
		margin-left: 0;
	}
	.orderFlow{
		overflow:auto;
	}
	#viewProductDetailsCont{
		width:100%!important;
		left: 0!important;
	}
	#manageCodeCont{
		width:100%!important;
	}
	#manageCodeCont .oj-dialog-header{
		width:100%;
	}
	#manageCodeCont .oj-dialog-content{
		width:100%;
	}
	.headerInner{
		position: fixed;
	    background: #fff;
	    width: 100%;
	}
	.forumBanner{
		min-width: 100%;
		width:auto;
		height: 200px;
	}
	.forumBanner .inner{
		width:100%;
		padding: 0 15px;
	}
	.search-term{
		padding-left: 5px;
	}
	.forumBanner .inner h2{
		font-size:25px;
	}
	.forumBanner .inner p{
		font-size:16px;
	}
	.forumBanner .justCnt{
		font-size:13px;
	}
	.forumDiv{
		width:100%;
		padding: 0 10px 20px;
		margin-top: 25px;
	}
	.forumDiv .forumList{
		margin-top: 30px;
		overflow-x:auto;
	}
	.forumDiv .postMeage{
		right:6px;
	}
	.forumBanner{
		/* width:500px;
		overflow-x:auto; */
	}
	.smForumContWidth{
		min-width:500px;
	}
	.addToCart button{
		margin-bottom:25px;
	}
	.oj-web-applayout-max-width{
		padding:15px;
	}
	.oj-web-applayout-max-width{
		padding:15px;
		display: flex;
		flex-flow: column;
    	align-items: center;
    	justify-content: center;
    	margin-top: 60px!important;
	}
	.login_formLeft{
		margin-right:0;
	}
	.smMt50 .h35{
		min-height:35px!important;
	}
	.forumDiv h3{
		font-size:16px;
		width: 90%;
	}
	#manageCodeCont .oj-listview-cell-element{
		align-items: center;
		display:flex;
		align-items:center;
	}
	.prodCopy h2.prodTitle_fra{
		height:30px;
		min-height:30px;
		line-height:30px;
		font-size:26px;
	}
	.downloadCont .addList{
		 width: 90%;
	}
	.downloadCont .addList ul{
		 padding:0 5px;
	}
	.downloadCont .icon-ruanjianxiazai{
		font-size:21px;
	}
}
/*-------------------------------手机端样式（max-width:768px）--------------------------------*/
@media (max-width: 767.9px){
	.oj-web-applayout-max-width{
		margin-top: 65px;
	}
}
/*-------------------------------手机端样式（max-width:321px）--------------------------------*/
@media (max-width: 321px){
	.oj-web-applayout-max-width{
		padding:15px;
		display: flex;
		flex-flow: column;
    	align-items: center;
    	justify-content: center;
    	margin-top: 60px!important;
	}
	.nav-tool-right button{
		margin-right:5px;
	}
	.productsDiv .proTopRight a{
		margin:10px 5px;
	}
}





















