/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fslider{
	overflow: hidden;
	width: 100%;	
}


.login-header{
    margin: 0px; 
	padding: 0px;
    height: 100%;
}

.loginbg{
	position:absolute;
    top: 0;
    left: 0;
    /*background: url("/common/images/fd8eb7c6-2266-433e-b752-5826478a4ca7.jpg") no-repeat center top; */
	background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover; 
	width: 100%; 
	height: 100%; 
	
}

.login-mask{
	background: #8657DB;
    background: -webkit-linear-gradient(left, rgb(92, 128, 234) 2%,rgb(187, 93, 249) 82%);
    background: -moz-linear-gradient(left, rgb(92, 128, 234) 2%,rgb(187, 93, 249) 82%);
    background: -o-linear-gradient(left, rgb(92, 128, 234) 2%,rgb(187, 93, 249) 82%);
    background: -ms-linear-gradient(left, rgb(92, 128, 234) 2%,rgb(187, 93, 249) 82%);
    background: linear-gradient(to right, rgb(92, 128, 234) 2%,rgb(187, 93, 249) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.reg-main{
	margin:0 auto;
	width:1370px;
	padding: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px #eaeaea;
    border-radius: 5px;
}

.sucss-main{
	margin:0 auto;
	border-radius:4px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#register-box{
	width: 100%;
    /*margin: 0 auto;*/
    margin-top: 40px;
}

.navbar-top-default.whitebgcolor{
height:45px
}

.navbar-top-default.navbar-gradient.whitebgcolor .navbar-nav .nav-link a{
	padding-top: 0;
	line-height: 45px;
}

.navbar-top-default.navbar-gradient.whitebgcolor .navbar-nav .nav-link{
	padding: 0;
}

.whitebgcolor.navbar>.container{
	padding-top: 0;
}

.whitebgcolor .lauwz{
	top:12px;
}

.login-head-padding{
	padding-top:45px
}

.loginbanner{
	width:100%;
	height:170px;
	position:relative;	
}

.loginbanner .blurry-container .blurry-background .background-image{
	height: calc(100% + 0px);
	left: 0px;
    top: 0px;
}

.hero-image-alignment{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.hero{
	z-index:99;
}



.not-mobile {
    display: block!important;
}

.mobile-only {
    display: none!important;
}

.tk-section-headline {
    font-size: 40px;
    line-height: 170px;
    font-weight: 600;
    letter-spacing: 0;   
}

.hero h1 {
    text-shadow: 0 0 30px rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}

.login-main{
    width: 1370px;
    margin: 0 auto;
    padding: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px #eaeaea;
    border-radius: 5px;
}

.lgon-l{
	padding:0 120px 15px 30px
}

.login-r{
	padding:0 30px 15px 30px
}

.lgon-l h1{
	font-size: 22px;
    color: #666;
    font-weight: 600;
}

.login-r-content:first-child{
	margin-top:10px;
}

.login-r-content{
	width:100%;
	height:170px;
	background:#f8f8f8;;
	margin-top:30px;
	padding: 20px 30px 30px 30px;
}

.login-tips{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-tips-text{
	width:72%;
}
.login-tips-photo{
	width: 28%;
    padding-top: 6px;
    text-align: center;
}

.login-r h1{
	line-height:35px;
}

.login-tips-text p{
	height:30px;
	line-height:30px;
}

.login-tips-text a{
	color:#999;	
}

.cer2 {
    margin-top: 20px;
    overflow: hidden;
}

.login-main img{
	z-index:3
}

.reg-main .login-left,.reg-main .login-right{
	padding-top:15px;
}

.login-left,.login-right{
	position:relative;
	width:50%;
	overflow:hidden;
}

.login-right{

}

.login-right .cer2{
	margin-top: 20px;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}

.login-left-bg{
  width: 100%;
  height: 180%;
  position: absolute;
  left: 0;
  top:0;
  z-index: 2;
  border-radius: 0 80% 80% 0;
  /*background: -webkit-linear-gradient(right, rgba(41, 105, 176,0.9) 0%,rgba(134, 87, 219,0.9) 82%);
  background: -moz-linear-gradient(right, rgba(41, 105, 176,0.9) 0%,rgba(134, 87, 219,0.9) 82%);
  background: -o-linear-gradient(right, rgba(41, 105, 176,0.9) 0%,rgba(134, 87, 219,0.9) 82%);
  background: -ms-linear-gradient(right, rgba(41, 105, 176,0.9) 0%,rgba(134, 87, 219,0.9) 82%);
  background: linear-gradient(to left, rgba(41, 105, 176,0.9) 0%,rgba(134, 87, 219,0.9) 82%);*/
  background:rgba(134,193,43,0);
}

.login-logo{
	width:50px;
	position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 70px;
    z-index:99
}

.login-ts{
	position: absolute;
    left:0;
    top: 150px;
    color: #fff;
    z-index: 99;
    padding-left: 50px;
    padding-right: 50px;
}

.login-ts p{
	margin-bottom:15px
}

.login-ts .t-me-type-st,.login-ts .golden-dlr,.login-ts .golden-cder{
	color:#fff
}

.login-ts a{
	color:#fff;
	transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.login-ts .reg{
	margin-top:25px;
	text-align: center;
}

.login-ts .reg img{
	width:40px;
	margin-right: 10px;
	display: none;
}

.login-ts a:hover{
	color:#96f501;
}


.login-logo2{
	width:50px;
	position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50px;
    z-index:99
}

.login-ts2{
	position: absolute;
    left:0;
    top: 120px;
    color: #fff;
    z-index: 99;
    padding-left: 50px;
    padding-right: 50px;
}

.login-ts2 p{
	margin-bottom:15px
}

.login-ts2 .t-me-type-st,.login-ts2 .golden-dlr,.login-ts2 .golden-cder{
	color:#fff
}

.login-ts2 a{
	color:#fff;
	transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.login-ts2 .reg{
	margin-top:25px;
	margin-left: 80px;
}

.login-ts2 .reg img{
	width:40px;
	margin-right: 10px;
}

.login-ts2 a:hover{
	color:#96f501;
}

.reg-ts{
	position: absolute;
    top: -60px;
    z-index: 99;
    width: 526px;
    left: 50%;
    margin-left: -263px;
    height:30px;
    line-height:30px;
}

.reg-ts a{
	color:#fff;
	transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.reg-ts a:hover{
	color:#96f501;
}

.back-index{
	text-align:center;
	margin-top: 50px;
}

.reg-ts .back-index{
	margin-top: 0;
}

.back-index i {
    font-size: 12px;
    padding-left: 10px;
    color: #fff;
    -webkit-animation: move 1s infinite alternate;
    animation: move 1s infinite alternate;
}

.back-index span{
	font-size: 15px;
}


@-webkit-keyframes move
{
    0%
    {
        -webkit-transform:translatex(2px);
    }    
    
    100%
    {
        -webkit-transform:translatex(-4px);
    }
}

#login-box{
	margin-top: 15px;
}

#phone-box{
	display:none;
	margin-top: 32px;
}

#mob-bind{
	margin-top:90px;
}

.login-right .cer2 a{
	transition: 0.01s all;
    -webkit-transition: 0.01s all;
    -moz-transition: 0.01s all;
    -o-transition: 0.01s all;
}


/* start editing from here */
a {
	text-decoration: none;
}

.txt-rt {
	text-align: right;
} /* text align right */
.txt-lt {
	text-align: left;
} /* text align left */
.txt-center {
	text-align: center;
} /* text align center */
.float-rt {
	float: right;
} /* float right */
.float-lt {
	float: left;
} /* float left */
.clear {
	clear: both;
} /* clear float */
.pos-relative {
	position: relative;
} /* Position Relative */
.pos-absolute {
	position: absolute;
} /* Position Absolute */
.vertical-base {
	vertical-align: baseline;
} /* vertical align baseline */
.vertical-top {
	vertical-align: top;
} /* vertical align top */
nav.vertical ul li {
	display: block;
} /* vertical menu */
nav.horizontal ul li {
	display: inline-block;
} /* horizontal menu */
img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

a:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
/*--header start here--*/
.header-main {
	padding: 180px 0px 50px;
	width: 25%;
	margin: 0 auto;
}

.header-main h1 {
	font-size: 34px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 0.8em;
}

.sign-up {
	margin: 2em 0;
}

span.hed-white {
	color: #fff;
}

.style1 {
	text-align: right;
	padding: 60px 0px 40px 0px;
}

.header-left {
	background: #fff;
	padding: 0px;
}

.sign-up h2 {
	font-size: 22px;
	color: #fff;
	font-family: Microsoft YaHei;
	text-align: center;
	background: #ff3366;
	width: 40px;
	height: 40px;
	line-height: 1.7em;
	border-radius: 50%;
	margin: 0 auto;
}

.header-left-bottom {
	
}

.header-left-bottom h3 {
	font-size: 16px;
	font-weight: 400;
	color: #A59DA1;
	line-height: 1.5em;
	margin: 0px 0px 25px 0px;
	font-family: Microsoft YaHei;
}

span.login-color {
	color: #FFB900;
	font-weight: 700;
}

.register-ul li {
	margin: 0 0 30px;
	position: relative;
}

.register-ul li label.tip {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #EA0000;
	border-radius: 50px;
	color: #fff;
	text-align: center;
}

.register-ul li label.che-tip {
	width: 20px;
	height: 20px;
	background-color: #EA0000;
	border-radius: 50px;
	color: #fff;
	text-align: center;
}

.register-ul li label.error {
	color: #ff6666;
	float: right;
	font-size: 14px;
	margin-top: 2px;
}

.register-ul li .dw{
	position:absolute;
	right: 15px;
    top: 16px;
    color: #ccc;
    font-size: 20px;
}


.einput .dw{
	position:absolute;
	right: 15px;
    top: 15px;
    color: #ccc;
    font-size: 20px;
}

.register-ul li .dw2{
	position:absolute;
	right: 13px;
    top: 16px;
    color: #ccc;
    font-size: 16px;
}

.register-ul li .dw3{
	position:absolute;
	right: 17px;
    top: 15px;
    color: #ccc;
    font-size: 22px;
}

.register-ul li input[type="checkbox"] {
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}

.loginpage{
	text-align:center;
} 

.loginpage .series-heading {
    font-size: 25px;
    width: 100%;
}

.header-content.loginpage {
    padding-top: 150px;
    padding-bottom: 80px;
}

.flex-warp{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
}



.header-left-bottom input[type="text"] {
	outline: none;
	font-size: 15px;
	font-weight: 400;
	color: #999;
	padding: 15px 13px 15px 15px;
	border: 0px solid #e2e2e2;
	width: 100%;
	display: inline-block;
	border-radius: 3px;
	background-color: #f8f8f8!important;
}

.header-left-bottom .flex-warp input[type="text"] {
	outline: none;
	font-size: 15px;
	font-weight: 400;
	color: #999;
	padding: 10px 13px 10px 15px;
	border: 1px solid #e2e2e2;
	width: 100%;
	display: inline-block;
	border-radius: 3px;
	background-color: #fff!important;
    -webkit-appearance: none; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

.header-left-bottom input[type="password"] {
	outline: none;
	font-size: 15px;
	font-weight: 400;
	color: #999;
	padding: 15px 13px 15px 15px;
	border: 0px solid #e2e2e2;
	width: 100%;
	display: inline-block;
	border-radius: 3px;
	background-color: #f8f8f8!important;
}

.header-left-bottom input[type="submit"] {
	background: -webkit-linear-gradient(135deg,rgba(47, 148, 247,0.8), rgba(186, 101, 241, 0.8));
    background: -o-linear-gradient(135deg,rgba(47, 148, 247,0.8), rgba(186, 101, 241, 0.8));
    background: -moz-linear-gradient(135deg,rgba(47, 148, 247,0.8), rgba(186, 101, 241, 0.8));
    background: linear-gradient(135deg,rgba(47, 148, 247,0.8), rgba(186, 101, 241, 0.8));
	font-size: 15px;
	padding: 0.5em 2em;
	font-weight: 500;
	transition: 0.6s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0px solid #e2e2e2;
	border-radius: 3px;
	padding: 0.5em 2em;
	color: #fff;
	width: 100%;
}

.header-left-bottom input[type="submit"]:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	opacity: 1;
	filter: alpha(opacity = 100);
	color: #fff;
}

.header-left-bottom input::-webkit-input-placeholder{ 
 /* WebKit browsers */ 
color: #999; 
} 
.header-left-bottom input:-moz-placeholder{ 
/* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
.header-left-bottom input::-moz-placeholder{ 
 /* Mozilla Firefox 19+ */ 
color: #999; 
} 
.header-left-bottom input:-ms-input-placeholder{ 
 /* Internet Explorer 10+ */ 
color: #999; 
} 

.remember {
	margin: 1em 0em;
}

.header-social {
	text-align: center;
	margin-top: 50px;
}

h5 {
	padding: 0.5em;
}

.header-social a.face {
	background: #3B62A3;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	padding: 0 2em;
	width: 34%;
	text-align: left;
	margin-right: 4%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	border-radius: 3px;
	font-family: Microsoft YaHei;
}

.header-social a.face:hover {
	background: #0E387C;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
/*-- agileits --*/
.header-social a.twitt {
	background: #19B0E7;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	padding: 0 2.5em;
	text-align: left;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	font-family: Microsoft YaHei;
}

.header-social a.twitt:hover {
	background: #0192C7;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.header-social h4 {
	font-size: 17px;
	color: #6A67CE;
	text-align: center;
	margin: 20px 0px;
	font-family: Microsoft YaHei;
}

.header-social h4 a {
	color: #6A67CE;
}

.header-social h4 a:hover {
	color: #FFB900;
}

.header-left-bottom.checkbox {
	position: relative;
	display: block;
	float: left;
}

.header-left-bottom p {
	font-size: 20px;
	/*-- w3layouts --*/
	font-weight: 400;
	color: #000;
	display: inline-block;
	padding: 0px 0px 0px 68px;
}

.header-left-bottom p a {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

.header-left-bottom p a:hover {
	color: #777;
	text-decoration: none;
}

label.checkbox {
	display: inline-block;
}

span.sin-color {
	color: #FFB900;
	font-size: 16px;
	font-weight: 700;
}

.checkbox i {
	font-size: 20px;
	font-weight: 400;
	color: #999;
	font-style: normal;
}

.header-bottom-strip {
	margin: 60px 0px 0px 0px;
	padding: 40px 20px 30px 40px;
	background: #fff;
	margin: 70px 0px 0px 0px;
	position: relative;
}

.header-bottom-strip input[type="text"] {
	outline: none;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	padding: 20px 60px;
	border: 1px solid #39A1E5;
	margin: 0px 0px 15px 0px;
	width: 30%;
	-webkit-appearance: none;
	background: #eeeeee;
}

.strip-left input.user {
	/*-- agileits --*/
	background: url(../images/user.png) no-repeat 10px 9px #FBFBFB;
	display: block;
}

.strip-left input[type="password"] {
	outline: none;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	padding: 10px 10px 10px 40px;
	border: 1px solid #A59DA1;
	margin: 0px 0px 15px 0px;
	width: 78%;
	-webkit-appearance: none;
	background: #eeeeee;
}

.strip-left input.lock {
	background: url(../images/lock.png) no-repeat 10px 10px #FBFBFB;
	display: block;
}

.strip-left {
	float: left;
	width: 31%;
}

.strip-left.middle {
	margin: 0px 20px;
}

.strip-left input[type="text"] {
	outline: none;
	font-size: 15px;
	color: #000;
	padding: 10px 10px 10px 40px;
	border: 1px solid #A59DA1;
	width: 78%;
	-webkit-appearance: none;
	font-family: Microsoft YaHei;
}

.strip-left input[type="submit"] {
	color: #FFF;
	font-size: 18px;
	padding: 0.4em 1.2em;
	width: 100%;
	background: #ffb900;
	border-bottom: 4px solid #C5920A;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border-right: none;
	border-left: none;
	border-top: none;
	font-family: Microsoft YaHei;
}
/*-- w3layouts --*/
.strip-left input[type="submit"]:hover {
	background: #6A67CE;
	border-bottom: 4px solid #5350CA;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.strip-left h4 {
	font-size: 20px;
	font-weight: 600;
	color: #19B0E7;
	margin: 25px 0px 0px 25px;
	display: inline-block;
}

.strip-left ul.botm-strip-icon {
	padding: 0px 0px 0px 50px;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.strip-left ul.botm-strip-icon li {
	display: inline-block;
}

.strip-left ul.botm-strip-icon li a {
	background: url(../images/sprite.png) no-repeat;
	width: 20px;
	height: 25px;
	display: block;
}

.strip-left ul.botm-strip-icon li a.f {
	background-position: 0px 0px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.strip-left ul.botm-strip-icon li a.tw {
	background-position: -21px 2px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.strip-left ul.botm-strip-icon li a.f:hover {
	background-position: 0px -25px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.strip-left ul.botm-strip-icon li a.tw:hover {
	background-position: -21px -25px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.strip-left p {
	font-size: 20px;
	font-weight: 400;
	color: #999;
}

.strip-left p a {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

.strip-left p a:hover {
	color: #6a67ce;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.tool-tip-main:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20px;
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-bottom: 20px solid #fff;
	border-left: 20px solid rgba(0, 0, 0, 0);
	top: -9%;
	right: 6%;
}

.strip-login {
	background: #6a67ce;
	width: 25%;
	position: absolute;
	top: -41%;
	left: 73.5%;
	padding: 0.8em 0em 0.8em 0.8em;
}

.strip-sign-up h3 {
	font-size: 21px;
	color: #fff;
	margin: 0px;
	font-family: Microsoft YaHei;
}

.login-close {
	position: absolute;
	right: 10px;
	top: 16px;
	cursor: pointer;
}

.strip-sign-up {
	float: left;
}

.forgot {
	float: right;
}

.forgot h6 {
	font-size: 1em;
	margin-top: 0.2em;
}

.forgot h6 a {
	color: #efe8e8;
}

.forgot h6 a:hover {
	color: #ff3366;
}

.log-user h6 {
	font-size: 1em;
	float: left;
	color: #999;
}

.log-user {
	padding-top: 0.8em;
}
/*--cheek box--*/
.remember-top {
	float: left;
}

.checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
}

.checkbox {
	position: relative;
	font-size: 0.95em;
	font-weight: normal;
	color: #efe8e8;
	padding: 0em 0.5em 0em 2.5em;
}

.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 2px;
	display: block;
	width: 18px;
	height: 18px;
	outline: none;
	background: #fff;
	border: 1px solid #6A67CE;
}

.checkbox input+i:after {
	content: '';
	background: url("../images/tick.png") no-repeat 5px 5px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}

.checkbox input+i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

.checkbox input {
	position: absolute;
	left: -9999px;
}

.checkbox input:checked+i:after {
	opacity: 1;
}
/*---*/
.clear {
	clear: both;
}

/*--header end here--*/
/*--copyright start here--*/
.copyright {
	
}

.copyright p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.copyright p a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.copyright p a:hover {
	color: #ff3366;
	text-decoration: none;
}
/*--footer end here--*/
/*--meadia quries start here--*/


.mobview{
	width:259px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.centerview{
	width:253px;
	margin:0 auto;
	align-items:center;
}

#existUser{
	position: absolute;
	right: -92px;
	top: 15px;
}

@media ( max-width :1440px) {
	.header-main {
		width: 33%;
	}
}


@media ( max-width :1366px) {
	.header-main {
		width: 35%;
	}
}

@media ( max-width :1280px) {
	.header-main {
		width: 38%;
	}
}

@media ( max-width :1024px) {
	.header-main {
		width: 46%;
	}
	.header-main h1 {
		font-size: 63px;
	}
}

@media ( max-width :991px) {
	.header-main {
		width: 48%;
	}
}

@media ( max-width :800px) {
	.header-main {
		width: 60%;
	}
	
	.login-head-padding{
	padding-top:55px
}


#phone-box {
    margin-top: 0;
}

.main-header-index.loginhead{
	min-height: 55px;
}
	
	#login-box{
	  margin-top:0
	}
	.login-main{
	  width: 92%;
      padding: 30px 30px 15px 30px;
	}
    .login-left{
    position:static;
    width:100%;
    }
    .login-right{
    width:100%;
    display: none;
    }
    .login-right .cer2{
      padding-left: 20px;
      padding-right: 20px;
    }
    
    .lgon-l {
    padding: 0 0 15px 0px;
   }
   
   

    .login-ts .aboutvip,.login-ts .me-type-ul,.back-index, .login-left-bg{
      display:none;
    }
   .login-logo{
       display:none
   }
   .login-ts .reg{
       position: absolute;
       top: 190px;
       width: 180px;
       left: 50%;
       margin-top:0;
       margin-left: 65px;
       display:none;
   }
   .reg-main{
      width: 92%;
      padding: 10px 30px;
   }
   .reg-ts{
    display:none;
   }
   #register-box{
        width: 100%;
        margin-top: 30px;
   }

   .login-logo2,.login-ts2 .aboutvip,.login-ts2 .me-type-ul,.login-ts-t1,.t-def-text{
   
      display:none
   }
   #skip-validation{
     position: absolute;
     top: 200px;
     margin-left: 105px;
   }
   .reg-nex-box {
    margin: 2.5rem 0;
}

.sucss-main {
    width: 100%;
    left: 0;
    margin-left: 0;
    background: rgba(255,255,255,0);
}


.mobview{
    width: 252px;
	margin:0 auto;	

}

#existUser{
	display:none
}

}

@media ( max-width :768px) {
	.header-main {
		width: 61%;
	}
	
	.loginbanner{
	    height:80px
	}
	
	.tk-section-headline{
	    font-size: 20px;
        line-height: 80px;	    
	}
	
	span.sin-color {
		font-size: 14px;
	}
	.register-ul li {
	margin: 0 0 25px;
  }
  .t-item-sms{
  font-size:13px;
  }

}

@media ( max-width :736px) {
	.header-main {
		width: 65%;
	}
}

@media ( max-width :667px) {
	.header-main h1 {
		font-size: 60px;
	}
	.header-main {
		width: 67%;
	}
	.strip-left.middle {
		margin: 0px 16px;
	}
	.header-social a.face {
		margin-right: 2%;
	}
	.sign-up {
		margin: 1.5em 0;
	}
}

@media ( max-width :640px) {
	.header-main h1 {
		padding-bottom: 1.1em;
	}
	.header-main {
		width: 70%;
	}
}

@media ( max-width :600px) {
	.header-social a.face {
		margin-right: 2%;
		width: 33%;
	}
	.header-main h1 {
		font-size: 56px;
	}
}

@media ( max-width :568px) {
	.header-main {
		width: 80%;
	}
}

@media ( max-width :480px) {
	.header-main {
		padding: 60px 0px 30px;
	}
	.header-main h1 {
		font-size: 45px;
	}
	.header-left-bottom input[type="text"] {
		width: 100%;
	}
	.header-left-bottom input[type="password"] {
		width: 100%;
	}
	.header-main {
		width: 73%;
	}
	.header-left-bottom input[type="submit"] {
		font-size: 22px;
	}
	
}

@media ( max-width :414px) {
	.header-left-bottom input[type="text"] {
		width: 100%;
	}
	.header-left-bottom input[type="password"] {
		width: 100%;
	}
	.header-main {
		width: 75%;
	}
	.sign-up {
		margin: 1em 0;
	}
	.header-left-bottom input[type="submit"] {
		font-size: 15px;
	}
	.sign-up h2 {
		font-size: 18px;
		width: 36px;
		height: 36px;
		line-height: 1.9em;
	}
	.header-main {
		padding: 60px 0px 12px;
	}
	.copyright p a {
		line-height: 1.8em;
	}
	.header-main h1 {
		font-size: 42px;
	}
}

@media ( max-width :400px) {

.header-left-bottom input[type="submit"] {
    font-size: 14px;
}
.login-right {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media ( max-width :384px) {
	.header-main h1 {
		font-size: 38px;
	}
	.header-social a.face {
		width: 25%;
	}

  .header-left-bottom input[type="submit"] {
    font-size: 14px;
}
.login-ts .reg {

    margin-left: 70px;
}
#skip-validation{
	margin-left: 90px;
}
.img-code{
	height: 36px;
}

}

@media ( max-width :375px) {
	.header-main {
		width: 78%;
	}
	.copyright {
		padding: 19px 13px;
		text-align: center;
	}


	.img-code {
    height: 35px;
}
.register-ul li {
    margin: 0 0 18px;
}
.login-ts .reg{
	margin-left:60px
}



#skip-validation {
    top: 160px;
    margin-left: 85px;
}

}

@media ( max-width :360px) {

  .header-left-bottom input[type="submit"] {
    font-size: 14px;
}


#skip-validation {
    margin-left: 76px;
}

.register-ul li {
    margin: 0 0 10px;
}

.sucss-main{
	margin-top: -190px;
    height: 380px;
}

.login-ts .reg {
    margin-left: 39px;
}

.login-main{

}

}

@media ( max-width :320px) {
	.header-main {
		width: 85%;
	}
	.header-main {
		padding: 25px 0px 15px 0px;
	}
	.header-main h1 {
		font-size: 36px;
	}
	.header-social a.face {
		width: 23%;
	}
	.header-left-bottom input[type="submit"] {
    font-size: 14px;
}
	.checkbox {
		font-size: 0.8em;
	}
	.forgot h6 {
		font-size: 0.9em;
	}
	.header-left-bottom h3 {
		font-size: 12px;
	}
	.copyright p {
		font-size: 15px;
	}
	.header-main h1 {
		padding-bottom: 1em;
	}
	.remember {
		margin: 0.5em 0em;
	}
	.copyright {
		padding: 10px 6px 0;
	}
	.header-left-bottom input[type="password"] {
    margin: 10px 7px 1px 0px;
    padding: 15px 13px 15px 15px;
}
	.header-left-bottom input[type="text"] {
    margin: 10px 7px 1px 0px;
    padding: 15px 13px 15px 15px;
}
	.header-social a.face {
		margin-right: 4%;
	}
	
	.register-ul li .dw,.register-ul li .dw2,.register-ul li .dw3{
	top: 25px;
	}
	
	.centerview{
	    margin-top: 20px;
    margin-bottom: 20px;
	
	}
	
	
	
	
.img-code {
    top: 11px;
    height: 35px;
}
.login-ts .reg {
    top: 200px;
    margin-left: 30px;
}



#skip-validation {

    margin-left: 56px;

}

.sucss-main{

	padding: 0 12px;
}
.su-main{
	margin-top: 10px;
    font-size: 12px;
}
.su-bu {
    margin: 0.6rem 0;
}

.su-reg-hr {
    margin: 0.7rem 0;
}

}
/*--meadia quries end here--*/
.regis-main {
	padding: 1.5rem 3rem;
	background-color: rgb(46, 46, 46);
	border-radius: 3px;
	box-shadow: 0px 0px 2px 2px #2b2b2b;
	color: #fff;
}

.reg-tel {
	float: left;
	color: #fff;
	font-size: 1.5rem
}

.reg-rih {
	float: right;
	color: #C7C7C7;
	font-size: 13px;
	position: relative;
	font-size:1.5rem;
}

.reg-rih a {
	color: #f37c7c;
}

.reg-rih a:hover {
	color: #ff6666;
}

.reg-hr {
	background-color: #A2A2A2;
	height: 3px;
	margin-bottom: 2rem;
}

.img-code {
	cursor: pointer;
	position: absolute;
	right: 7px;
    top: 8px;
    height: 30px;
    width: 70px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.layui-input-block .img-code {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 37px;
	width: 110px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.reg-ch-l {
	width: 14px;
	height: 14px;

}

.reg-agreement {
	color: #999;
	font-size: 13px;
}

.reg-agreement a {
	color: #5faef8;
	margin-left: 4px;
	text-decoration: none;
}

.reg-agreement a:HOVER {
	color: #bbec6e;
	text-decoration: none;
}

.reg-nex-box {
	width: 90px;
	text-align:center;
	margin: 0 auto;
}

.reg-nex-box2 {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}

.reg-nex-box3 {
    text-align: center;
    margin: 0 auto;
}

.login_close_btn {
	font-size: 30px;
	color: #A2A2A2;
}
@media screen and (max-width: 320px) {
	.register-ul li {
    margin: 0 0 5px;
   }
   .reg-nex-box3{
	  width:100%
	}
   
}