﻿@charset "utf-8";

@media (min-width:768px) {
	.relative {
		position: relative;
	}

	.allheader {
		position: relative;
		background: #0D0D50;
	}

	.allheader-index {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
	}

	.header-mark {
		position: relative;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 78px;
		background: #000;
		opacity: .25;
		filter: alpha(opacity=25);
	}

	.header-mark-bot {
		position: relative;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 1px;
		background: #fff;
		opacity: .25;
		filter: alpha(opacity=25);
	}

	.header {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10000;
		width: 100%;
	}

	.navbar {
		margin-bottom: 0;
	}

	.navbar-default {
		display: inline-block;
		min-width: inherit;
		height: 50px;
	}

	.header .header-nav {
		padding-top: 12px;
		border-top: none;
	}

	.header .header-nav a {
		color: #fff;
		font-size: 16px;
	}

	.header .navbar-nav .active a {
		color: #da2e22;
	}

	.header .nav>li>a:hover .line,.header .navbar-nav .active .line,.header.nav>li>a:active .line,.header.nav>li>a:focus .line,.header.nav>li>a:link .line {
		position: absolute;
		bottom: -31px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #da2e22;
		transition: width .2s;
	}

	.header .login-register {
		position: relative;
		float: right;
		margin-left: 20px;
		padding: 10px 0;
	}

	.header .login-register .lr-mark {
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 30px;
		background: #fff;
		opacity: .25;
		filter: alpha(opacity=25);
	}

	.header .login-register .lr-con {
		position: relative;
		top: 0;
		left: 0;
		z-index: 10000;
		width: 100%;
		height: 30px;
		line-height: 30px;
	}

	.header .login-register .lr-item {
		display: inline-block;
		padding: 0 10px;
		height: 30px;
		color: #fff;
		font-size: 14px!important;
	}

	.header .login-register .lr-item a {
		display: inline-block;
		font-size: 14px!important;
	}

	.header .top .user-slide .slide-box {
		right: -4px;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
.header .logo img, .navbar-default img {
    height: 100%;
}
	.layout-wrap {
		margin-top: 88px;
	}

	.register {
		padding: 20px 0 300px 0;
	}

	.container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
		width: 1170px;
		max-width: none!important;
	}

	.navbar-collapse.collapse {
		display: block!important;
		overflow: visible!important;
		padding-bottom: 0;
		height: auto!important;
	}

	.header {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10000;
		width: 100%;
	}

	.header .header-nav {
		padding-top: 13px;
		border-top: none;
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block!important;
		overflow: visible!important;
		padding-bottom: 0;
		height: auto!important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar {
		border-radius: 4px;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}
.header .login-register .lr-item {
    font-size: 14px !important;
    color: #fff;
    height: 30px;
    display: inline-block;
    padding: 0 10px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header .login-register {
    float: right;
    position: relative;
    padding: 10px 0;
    margin-left: 20px;
}
	.navbar-right {
		float: right!important;
		/* margin-right: 15px; */
	}

	.navbar-nav {
		float: left;
		margin: 0;
		margin: 7px 0;
	}

	.nav {
		margin-bottom: 0;
		padding-left: 0;
		list-style: none;
	}

	.nav>li {
		position: relative;
		display: block;
	}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 15px;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 17px;
	}

	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
		position: relative;
		padding-right: 15px;
		padding-left: 16px;
		min-height: 1px;
	}

	.padding-right-clear {
		padding-right: 0!important;
		height: 50px;
	}
 .online-domain-inner {
    width: 100%;
    min-height: 450px;
}
.container-full {
	min-width: 1170px !important;
}
.footer {
	background: #363636;
}

.footer .footer-bottom {
	border-top: #4f4f4f solid 1px;
	line-height: 65px;
}

.footer .plist {
	padding-right: 10px;
	padding-left: 10px;
}

.footer .plist.max {
	padding-right: 20px;
	padding-left: 20px;
}

.footer .footer-left-top {
	padding-top: 30px;
	padding-bottom: 10px;
}

.footer .footer-left-con {
	padding-top: 10px;
	padding-bottom: 20px;
}

.footer .footer-left-bot {
	padding-top: 10px;
	padding-bottom: 40px;
	border-top: #4f4f4f solid 1px;
	color: #909092;
}

.footer .footer-left-bot a {
	color: #909092;
}

.footer-left-con span {
	display: inline-block;
}

.footer-left-con a {
	float: left;
	color: #909092;
	line-height: 0px;
}

.footer .code {
	padding: 10px;
	background: #4f4f4f;
	display: inline;
	margin-right: 30px;
	margin-top: 25px;
	margin-bottom: 30px;
}

.footer .code p {
	margin: 0
}

.footer .code img {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	border: 2px solid #fff;
}
body {
     height: auto;
}
.footer .footer-left-con, .footer .footer-top {
	border-bottom: #1c1c1c solid 1px;
}
.footer-wrap {

	width: 0px;
    height: 0px;
    position: absolute;
    top: -9900px;
}

}

@media (max-width:768px) {
	#allheader {
		position: absolute;
		top: -999px;
		width: 0;
		height: 0;
	}

	.mobile-header-wrap {
		background-color:white;
	}

	.row {
		/* position: absolute;
		top: -900px;
		margin: 0;
		padding: 0;
		width: 0; */
		height: 0;
	}

	.blg {
		position: absolute;
		top: -99500px;
		margin: 0;
		padding: 0;
		width: 0;
		height: 0;
		height: 0;
		background: url() no-repeat center center;
	}


	.mobile-footer-wrap .mobile-footer-inner {
    width: 100%;
}
.mobile-footer-wrap .btn {

    width: 25%;

}
.footer{
position: absolute;
		top: -99500px;

}

}
