*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
	height: 100%;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

body, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input {
	background: none;
	outline: none;
	-webkit-appearance: none;
	border: 0px;
	border-radius: 0;
}

input[type="checkbox" ] {
    display: none;
}

.clear {
	clear: both;
}

.error {
	display: block;
	color: #b82f4b;
	font-size: 12px;
	text-align: left;
	padding-top: 4px;
}

header{
	width: 50%;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	background-color: #fff;
	border-bottom: 2px solid #f7d807;
}

.header-menu {
    margin-right: 3%;
    float: right;
}

.header-menu li {
    float: left;
}

.header-menu li a {
	display: block;
    line-height: 70px;
    padding: 0 20px;
    color: #555;
    font-family: abelRegular;
	font-size: 16px;
}

.header-menu li a:hover {
	color: #f7d807;
}

.content {
	width: 100%;
	height: 100%;
}

.content:after {
	content: "";
	display: block;
	clear: both;
}

.content .background-img {
	width: 50%;
	height: 100%;
	background: url(../images/loginbackground.jpg) no-repeat;
	background-position: right top;
	background-size: cover;
	float: left;
	position: relative;
}

.content .background-img img {
	width: 100%;
	display: block;
	border: 0;
}

.content .background-img .dream-it {
	width: 746px;
	height: 390px;
	background-image: url(../images/dreamitpicture.png);
	background-image: image-set(url(../images/dreamitpicture.png) 1x ,url(../images/dreamitpicture_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/dreamitpicture.png) 1x ,url(../images/dreamitpicture_x2.png) 2x);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 1;
}

.content .background-img .logo {
	background-image: url(../images/logo.png);
	background-image: image-set(url(../images/logo.png) 1x ,url(../images/logo_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/logo.png) 1x ,url(../images/logo_x2.png) 2x);
	background-repeat: no-repeat;
	display: block;
	width: 136px;
	height: 100px;
	margin-top: 20px;
	margin-left: 20px;
}

#substance {
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
}

.content .container {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 70px;
	padding-bottom: 40px;
	overflow: auto;
}

.content .container .form-box {
	width: 400px;
	display: inline-block;
}

.container-title {
	padding-bottom: 30px;
}

.container-title p {
	font-family: abelRegular;
	font-size: 22px;
	text-align: left;
}

.container-title .title {
	width: 100%;
    margin: 0 auto;
    font-size: 45px;
    letter-spacing: 0px;
    font-weight: normal;
    color: #231f20;
    font-family: AlternateGothicLT-No1;
    text-align: left;
}

.input{
    width: 100%;
    height: 44px;
    color: #9fa0a0;
	margin-bottom: 20px;
}

.input-text {
    width: 100%;
    height: 44px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b8c1cb;
    font-family: abelRegular;
    font-size: 18px;
}

.login-btn {
	margin-bottom: 20px;
}

.btn {
    width: 100%;
    height: 44px;
    background: #000;
    font-size: 34px;
    cursor: pointer;  
    color: #fff;
    font-family: AlternateGothicLT-No1;
    border-radius: 4px;
}

.login-btn .btn {
	width: 160px;
}

.login-btn .sign-submit {
	background-color: #cacaca;
}

.login-btn .sign-submit.can-click {
	background-color: #000;
}

.login-more {
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.remember-username {
    cursor: pointer;
    float: left;
}

.checkboxs input[type=checkbox]+i {
    display: inline-block;
    background-image: url(../images/input-checkbox.png);
    background-image: image-set(url(../images/input-checkbox.png) 1x ,url(../images/input-checkbox_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/input-checkbox.png) 1x ,url(../images/input-checkbox_x2.png) 2x);
    width: 13px;
    height: 13px;
    background-position: 0px -66px;
    margin-right: 5px;
}

.checkboxs input[type=checkbox]:checked+i {
    background-position: 0 -81px;
    margin-right: 5px;
    background-image: url(../images/input-checkbox.png);
    background-image: image-set(url(../images/input-checkbox.png) 1x ,url(../images/input-checkbox_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/input-checkbox.png) 1x ,url(../images/input-checkbox_x2.png) 2x);
}

.for-got {
	font-family: abelRegular;
    font-size: 16px;
    float: right;
}

.have-account {
	
	font-family: abelRegular;
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
}

.have-account a {
	color: #999;
	font-family: abelRegular;
}

.have-account a:hover {
	text-decoration: underline;
}

.description {
    font-size: 14px;
    color: #999;
    text-align: left;
    margin-bottom: 20px;
}

.description:after,
.login-more:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.description a {
    color: #999;
    border-bottom: 1px solid #f7d807;
}

.container input::-webkit-input-placeholder{
    color: #959494;
}

.sign-btn {
	margin-top: 10px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgb(225,231,235);
    font-size: 28px;
    cursor: pointer;
    color: #000;
    font-family: AlternateGothicLT-No1;
}

.login-dialog {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-color: rgba(255,255,255,0.9);
	display: none;
}

.email-verif {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px 30px;
}

.email-verif h2 {
	width: 320px;
	font-size: 20px;
	margin: 20px auto;
}

.email-verif .input-item {
	width: 320px;
	height: 40px;
	margin-bottom: 16px;
	border: solid 1px #bababa;
}

.email-verif .input-item input,
.email-verif .btn-item button {
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

.email-verif .btn-item button {
	height: 40px;
	font-size: 20px;
	color: #fff;
	background-color: #000;
	outline: none;
	border: 0;
	cursor: pointer;
}

.email-verif .btn-item button:hover {
    background: #424654;
}

.modal-close {
    position: absolute;
    right: -20px;
    top: -20px;
}

.modal-close i {
	display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-image: url(/static/artist/images/baseIcon/Close.png);
    background-image: image-set(url(/static/artist/images/baseIcon/Close.png) 1x ,url(/static/artist/images/baseIcon/Close_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/artist/images/baseIcon/Close.png) 1x ,url(/static/artist/images/baseIcon/Close_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.modal-close i:hover {
    background-image: url(/static/artist/images/baseIcon/CloseRead.png);
    background-image: image-set(url(/static/artist/images/baseIcon/CloseRead.png) 1x ,url(/static/artist/images/baseIcon/CloseRead_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/artist/images/baseIcon/CloseRead.png) 1x ,url(/static/artist/images/baseIcon/CloseRead_x2.png) 2x);
}

.input-password {
	display: none;
}

.logo-img {
	display: block;
	width: 200px;
	height: 69px;
	background-image: url(../images/kincustomlogo.png);
	background-image: image-set(url(../images/kincustomlogo.png) 1x ,url(../images/kincustomlogo_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/kincustomlogo.png) 1x ,url(../images/kincustomlogo_x2.png) 2x);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 30px 0;
}

.login-btn {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.btn-submit {
	width: 160px;
}

.other-login {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 20px;
}

.other-login a {
	text-align: left;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.other-login .other-block {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	background-color: #3b5998;
	border-radius: 4px;
}

.other-login a .icon-facebook {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(../images/facebook_x2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 6px;
	position: relative;
}

.other-login a .icon-facebook:after {
	content: ' ';
	display: block;
	width: 1px;
	height: 24px;
	background-color: #2b4884;
	position: absolute;
	right: 0;
	top: 10px;
}

.other-login a span {
	line-height: 44px;
	font-size: 24px;
	color: #fff;
    font-family: AlternateGothicLT-No1;
    padding: 0 12px;
}

.input-text::-moz-placeholder {
	font-family: abelRegular;
}
.input-text:-ms-input-placeholder {
	font-family: abelRegular;
}
.input-text::-webkit-input-placeholder {
	font-family: abelRegular;
}

.remember-username,
.for-got a,
.description a {
	font-family: abelRegular;
	font-size: 16px;
}

.star-content {
	background-color: #ffd832;
	padding: 20px 20px 60px;
	border-radius: 4px;
	position: relative;
}

.star-content .star {
	width: 120px;
	margin: 0 auto 10px;
}

.star-content .star img {
	display: block;
	width: 100%;
	border: 0;
}

.star-content p {
	font-family: abelRegular;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: left;
}

.star-content h6 {
	font-family: Montserrat-SemiBold;
}

.star-content .avatar img {
	width: 100%;
	display: block;
	border: 0;
}

.star-content .avatar {
	width: 72px;
	height: 72px;
	position: absolute;
	left: 50%;
	bottom: -24px;
	margin-left: -36px;
}

/* 网站说明 */
.site-profile {
	width: 510px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 20px;
	position: absolute;
	bottom: 20px;
	right: 100px;
	z-index: 2;
}

.site-profile .video-box {
	width: 400px;
	height: 225px;
	background-color: #fff;
	position: absolute;
	top: -80px;
	left: -30px;
}

.site-profile .video-box video {
	width: 100%;
	height: 100%;
}

.site-profile .video-box .close-video{
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	background-image: url(../images/videoclose.png);
    background-image: image-set(url(../images/videoclose.png) 1x ,url(../images/videoclose_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/videoclose.png) 1x ,url(../images/videoclose_x2.png) 2x);
}

.site-profile .desc {
	font-family: abelRegular;
	font-size: 16px;
	padding: 140px 0 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.shop-wrap {
	text-align: center;
}

.shop-wrap h1 {
	font-family: Montserrat-SemiBold;
	font-size: 24px;
	margin-bottom: 20px;
}

.shop-content {
	padding: 0 30px;
	position: relative;
}

.shop-content .icon {
	display: inline-block;
	width: 12px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.shop-content .icon-left {
	left: 0;
	background-image: url(../images/arrow_left.png);
    background-image: image-set(url(../images/arrow_left.png) 1x ,url(../images/arrow_left_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/arrow_left.png) 1x ,url(../images/arrow_left_x2.png) 2x);
}

.shop-content .icon-right {
	right: 0;
	background-image: url(../images/arrow_right.png);
    background-image: image-set(url(../images/arrow_right.png) 1x ,url(../images/arrow_right_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/arrow_right.png) 1x ,url(../images/arrow_right_x2.png) 2x);
}

.shop-content .shop-banner {
	height: 34px;
	overflow: hidden;
	position: relative;
}

.shop-content .shop-list {
	width: 820px;
	height: 100%;
}

.shop-content .shop-list {
	position: absolute;
	left: 0;
	top: 0;
}

.shop-content .shop-list li {
	width: 410px;
	float: left;
}

.remember-username a {
	color: #3d92ec;
	font-size: 14px;
}

/* 移动端 才显示 */
.head-msg,
.foot-msg {
	display: none;
}

@media (max-width:800px) {
	.head-msg {
		display: block;
		background-color: #000;
		color: #fff;
		padding: 10px;
		line-height: 35px;
	}

	.head-title {
		font-size: 22px;
		font-family: AlternateGothicLT-No1;
	}

	.head-toshop {
		color: #fff;
		font-family: abelRegular;
		font-size: 14px;
		float: right;
	}

	.foot-msg {
		display: block;
	}

	.foot-msg img {
		display: block;
		width: 100%;
		border: 0;
	}

	.logo-img {
		width: 150px;
		height: 52px;
		margin: 20px 0;
	}

	.content .background-img {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	.content .background-img .dream-it {
		display: none;
	}

	.site-profile {
		display: none;
	}

	.content .container {
		width: 90%;
		height: auto;
		overflow: visible;
		padding: 20px 0;
		margin: 0 auto;
	}

	#substance,
	.content {
		width: 100%;
		height: auto;
		float: none;
	}

	.content {
		overflow: auto;
	}

	.content .container .form-box {
		width: 100%;
		background-color: #fff;
		padding: 0 20px;
		margin-bottom: 30px;
	}

	#substance header {
		display: none;
	}

	.star-content {
		display: none;
	}

	.login-btn .btn {
		width: 90px;
		height: 40px;
		font-size: 22px;
	}

	.other-login {
		margin-left: 10px;
	}

	.other-login a .icon-facebook {
		width: 40px;
		height: 40px;
	}
	
	.other-login a span {
		line-height: 40px;
		font-size: 20px;
		padding: 0 4px;
	}

	.other-login a .icon-facebook:after {
		top: 8px;
	}

	.container-title {
		padding-bottom: 20px;
	}

	.container-title .title {
		font-size: 36px;
	}

	.container-title p,
	.have-account {
		font-size: 16px;
	}

	.input-text,
	.input {
		font-size: 16px;
		height: 40px;
	}

	.login-btn,
	.login-more {
		margin-bottom: 10px;
	}

}

@media (max-width:320px) {
	.login-btn .btn {
		width: 60px;
		font-size: 20px;
	}

	.other-login a .icon-facebook {
		width: 36px;
		height: 36px;
	}
}

@media (max-width:1400px) {
	.content .background-img .dream-it {
		width: 600px;
		height: 314px;
		top: 0;
	}
	.site-profile {
		right: 80px;
		padding-bottom: 10px;
		bottom: 10px;
	}
	.site-profile .video-box {
		width: 300px;
		height: 169px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.site-profile .desc {
		line-height: 1;
		padding-top: 80px;
		margin-bottom: 10px;
	}
	.shop-wrap h1 {
		margin-bottom: 10px;
	}
}