.passSL {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.passSL-two {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.passSL-six {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}

/*::-webkit-scrollbar{width:0px;background-color:#F5F5F5 !important;}*/

.row {
	margin:0;
}

.navbar {
	margin-bottom:0;
}

.navbar-header {
	width:100%;
	float:none;
	margin-bottom:0;
}

.navbar-btn-top {
	margin-top:20px;
}

.navbar-title {
	height:70px;line-height:40px;
	padding-left:30px;
}

.moreBtn {
	margin-right:15px;
}

.navbar-icon {
	float:left;
	margin-right:10px;
}

.header-item-body {
	float:left;
	height:70px !important;
	padding:10px 0;
}

.jianju {
	height:100px;
}

.title-one {
	font-size:21px;
	font-weight:700;
	text-align:center;
	color:#000;
	padding:0 15px;
}

.title-two {
	font-size:14px;
	text-align:center;
	color:#999;
	padding:0 15px;
	margin-top:12.5px;
}

.server-product-body > .row,.increment-server-body > .row {
	margin-top:20px;
}

.server-product-body > .row .server-product-col {
    padding: 0 20px;
    box-shadow:0px 2px 5px #e0e0e0;
    margin-bottom:20px;
    border-radius:5px;
    padding-bottom:10px;
}

.server-product-body > .row .server-product-checked {
    box-shadow:none !important;
    border:2px solid #2196f3;
}

.server-product-body > .row .title {
	font-weight:700;
	font-size:19px;
	padding:15px 0;
	text-align:center;
}

.server-product-body > .row .item-body > div {
	padding:15px 0;
	display:flex;
	cursor:pointer;
}

.server-product-body > .row .item-body > div > .little-icon {
	font-size:28px;
	margin:6px 0;
	margin-right:15px;
	color:#999;
}

.server-product-body > .row .item-body > div > .checked-icon {
	color:#2196f3 !important;
}

.server-product-body > .row .item-body > div > .content {
	flex:auto;
	font-family: "微软雅黑";
	width:0;
}

.server-product-body > .row .item-body > div > .content > div:first-child {
	line-height:25px;
	font-size:18px;
	color:#000;
	padding-bottom: 5px;
}

.server-product-body > .row .item-body > div > .content > div:last-child {
	line-height:22px;
	font-size:14px;
	width:100%;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.increment-server-body > .row .increment-server-col {
    padding: 0 20px;
    margin-bottom:30px;
    height:190px;
    background:#f2f2f2;
    position:relative;
    padding-top:15px;
}

.increment-server-body > .row .titleBd {
	position:absolute;
	left:0;
	right:0;
	top:-15px;
	height:30px;
}

.increment-server-body > .row .titleBd > div {
	line-height:30px;
	width:90px;
	margin:auto;
	text-align:center;
	background:#2196f3;
	color:#fff;
	font-size:17px;
	border-radius:15px;
}

.increment-server-body > .row .increment-server-son {
	padding:10px 0;
}

.increment-server-body > .row .increment-server-son > div {
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#000;
	padding:0;
	cursor:pointer;
}

.increment-server-body > .row .increment-server-son > .checked {
	color:#FF9800 !important;
}

.increment-server-body > .row .describe-text {
	color:#999;
	text-align:center;
}

.increment-server-body > .row .more-text {
	font-size:32px;
	text-align:center;
}

.product-currency-body > .row .product-currency-col {
    padding: 20px;
    height:123px;
    box-shadow:0px 2px 5px #e0e0e0;
    margin-bottom:30px;
    border-radius:5px;
    border:2px solid #fff;
}

.product-currency-body > .row .product-currency-col h3 {
	height:35px;
	line-height:35px;
}

.product-currency-body > .row .product-currency-checked {
	box-shadow:none !important;
    border:2px solid #2196f3;
}

.product-currency-body > .row .product-currency-col > .title {
	font-size:18px;
	color:#000;
	line-height:35px;
}

.product-currency-body > .row .product-currency-col > .text {
	font-size:14px;
	color:#999;
	line-height:22px;
}

.access-process-body > .row .access-process-col {
    padding: 20px;
    box-shadow:0px 2px 5px #e0e0e0;
    margin:0;
    margin-bottom:40px;
    border-radius:5px;
    border:2px solid #fff;
    height:300px;
}

.access-process-body > .row .access-process-col > .title {
	font-size:60px;
	color:#000;
	font-weight:700;
	line-height:85px;
}

.access-process-body > .row .access-process-col > .title > span {
	float:right;
	font-size:24px;
}

.access-process-body > .row .access-process-col > .text {
	font-size:16px;
	color:#999;
	margin:20px 0;
	line-height:25px;
}

.access-process-body > .row > img {
	width:18px;
	height:28px;
}

.access-process-body > .row .right-icon-left {
	position:absolute;
	left:32.2%;
	top:136px;
	display:none;
}

.access-process-body > .row .right-icon-right {
	position:absolute;
	right:31.8%;
	top:136px;
	display:none;
}

.access-process-body > .row .top-icon-one,.access-process-body > .row .top-icon-two {
	position:absolute;
	top:300px;
	height:40px;
	left:0;
	right:0;
	display:none;
}

.access-process-body > .row .top-icon-one > img,.access-process-body > .row .top-icon-two > img {
	display:block;
	margin:11px auto;
	height:28px;
	width:18px;
	transform: rotate(90deg);
}

.now-access-body {
	background:#eaeaea;
	padding:50px 0;
	position:relative;
}

.now-access-body .mask {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	z-index:100;
	display:none;
}

.now-access-body .mask-content {
	display:none;
	background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    z-index:101;
}

.now-access-body .mask-content h2 {
	color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.now-access-body .mask-content p {
	color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-bottom: 25px;
}

.now-access-body .now-access-col {
	width:90%;
	margin:auto;
	padding:10px 0;
}

.now-access-body .now-access-col .now-access-son {
	background:#fff;
	height:45px;
	display:flex;
	border:1px solid #e0e0e0;
	margin:20px 0;
}

.now-access-body .now-access-col .now-access-son > i {
	font-size:20px;
	margin:12.5px 15px;
	color:#999;
}

.now-access-body .now-access-col .now-access-son > input,.now-access-body .now-access-col .now-access-son > textarea {
	flex:auto;
	height:43px;
	line-height:43px;
	border:0;
	outline:0;
	font-size:15px;
}

.now-access-body .now-access-col .now-access-son > textarea {
	height:98px;
	line-height:20px;
	resize: none;
	padding:12.5px 0;
}

.now-access-body .yy-btn {
	background:#2196F3;
	color:#fff;
	width:160px;
	text-align:center;
	line-height:40px;
	font-size:16px;
	margin:auto;
	border-radius:5px;
	cursor:pointer;
}

.page-footer-body {
	padding:30px 0;
	background:#404343;
	font-size:14px;
}

.page-footer-body .page-footer-col .title {
	color:#fff;
	margin-bottom:20px;
}

.page-footer-body .page-footer-col .item-text {
	color:#9d9d9d;
	line-height:30px;
}

.page-footer-body .page-footer-col .page-footer-son {
	height:130px;
	margin:10px 0;
}

.page-footer-body .page-footer-col .page-footer-son > .qrcode-body {
	width:90px;
	margin:auto;
}

.page-footer-body .page-footer-col .footer-border {
	border-right:1px solid #434949;
	margin-bottom:30px;
}

.page-footer-body .footer-copyright {
	color:#9d9d9d;
	text-align:center;
	font-size:13px;
}

.page-footer-body .page-footer-col .page-footer-son > div {
	cursor:pointer;
}

.page-footer-body .page-footer-col .item-text > a {
	color:#9d9d9d;
}

/*屏幕宽度最小为992px时的样式*/
@media (min-width: 768px){
	.server-product-row,.increment-server-row,.product-currency-row,.access-process-row {
		padding:0 15px !important;
	}
}

.server-product-row,.increment-server-row,.product-currency-row,.access-process-row {
	padding:0;
}

@media (max-width: 768px) {
	.moreBtn {
		display:block !important;
	}
	
	.navbar-collapse.collapse {
		display:none !important;
	}
	
	.navbar-toggle {
		display:block;
	}
}

@media (min-width: 769px) {
	.moreBtn {
		display:none !important;
	}
	
	navbar-collapse.collapse {
		display:block !important;
	}
	
	.page-footer-row {
		padding:0 20px !important;
	}
	
	.now-access-col {
		padding:10px !important;
	}
	
	.access-process-col-one {
		margin:0 !important;
		margin-right:40px !important;
	}
	
	.access-process-col-two {
		margin:0 20px !important;
	}
	
	.access-process-col-thr {
		margin:0 !important;
		margin-left:40px !important;
	}
	
	.access-process-col {
		margin-bottom:40px !important;
	}
}

.page-footer-row {
	padding:0;		
}

.page-footer-row > div {
	padding:0;
}

.navbar-header,.server-product-body,.increment-server-body,.product-currency-body,.access-process-body,.now-access-col,.page-footer-col {
	max-width:1085px;
	margin:auto;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	color:#000;
}

.nav>li>a {
	padding:5px 20px;
	margin:9px 0;
}

.navbar-nav > li > a {
	background:#f3f3f4 !important;
}

.navbar-nav > li > a:hover {
	color:#000 !important;
}

.navbar-nav > li > .nav-checked {
	color:#2196f3 !important;
	border-bottom:2px solid #2196f3;
}

.navbar-nav > li > .nav-checked:hover {
	color:#2196f3 !important;
}

.right-header-btn {
	float:right;
	margin-right:35px;
	padding-top:17.5px;
}

.right-header-btn > ul > li > a {
	background:#ff9800 !important;
	color:#ffffff !important;
	padding:7.5px 20px;
	margin:0;
}

.right-header-btn > ul > li > a:hover {
	color:#ffffff !important;
}

.server-product-row a {
	color:#676a6c;
	line-height: 22px;
}

.goTop {
	position:fixed;
	bottom:50px;
	right:50px;
	width:40px;
	height:40px;
	border-radius:50%;
	z-index:99;
}

.big-banner-body {
	position:relative;
}

.big-banner-body .mask-title {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	font-family:"宋体";
	background:rgba(224,224,224,0.9);
	padding:10px;
	text-align:center;
}

.big-banner-body .mask-title > p {
	font-size:12px;
	margin:0;
	color:#000;
	margin-top:5px;
}