
.header{
	font-size: 0;
}
.header .top{
	background: #000000;
	height: 70px;
}
.header .container{
	position: relative;
}
.header .top h1{
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	line-height: 70px;
}
.header .top h1 span{ font-size: 36px;}

.header .top .account {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 999;
	line-height: normal;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/account.svg);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.header .top .account-list {
	display: none;
	position: fixed;
	right: 0;
	top: 70px;
	z-index: 21;
	width: 375px;
	padding-top: 35px;
	padding-bottom: 20px;
	line-height: normal;
	background-color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, .1);
}

.header .top .account-list .list {
	padding: 0px 35px 20px 35px;
}
.header .top .account-list .list .item {
	margin-top: 20px;
}
.header .top .account-list .list .item:first-child {
	margin-top: 0;
}
.header .top .account-list .list .title {
	font-weight: bold;
	font-size: 20px;
}
.header .top .account-list .list .smalltitle {
	font-weight: bold;
	font-size: 16px;
}
.header .top .account-list .list .desc {
	margin-top: 6px;
	font-size: 13px;
	font-weight: lighter;
}

.header .top .account-list .nav {
	padding-top: 28px;
	border-top: 1px solid #969696;
	padding: 28px 35px 0px 35px;
}
.header .top .account-list .nav .f {
	margin-top: 10px;
}
.header .top .account-list .nav .f:first-child {
	margin-top: 0;
}
.header .top .account-list .nav a {
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	color: #707070;
}
.header .top .account-list .nav a:hover {
	color: #2BC2E6;
}
.header .top .account-list .nav .Logout {
	margin-top: 80px;
}
.header .top .account-list .ivs {
	margin-top: 30px;
	text-align: center;
}
.header .top .account-list .ivs .btn {
	display: inline-block;
	width: 27px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/menu_v_arrow_gray.svg);
	-webkit-background-size: 19px;
	background-size: 19px;
	cursor: pointer;
}
.header .top .text.active .account {
	background-image: url(../images/account_blue.svg);
}
.header .top .text.active .account-list {
	display: block;
}

 
/* -------------------------------
footer
----------------------------------*/
#site-footer .foot-list .payment {
	margin-top: 0;
}
#site-footer .foot-list .copyright {
	margin-top: 15px;
}
@media (min-width: 761px) {
	#site-footer .foot-list {display: flex;justify-content: space-between;}
	#site-footer .foot-list .l_lis2 {padding-left: 20px;padding-right: 20px;}
	#site-footer .tupian {margin-top: 56px;white-space: nowrap;}
	#site-footer .tupian img {margin-right: 18px;max-width: 120px;}
	#site-footer .tupian img:last-child {margin-right: 0;}
	#site-footer .payment-tupian-pc {display: none;}
	#site-footer .item .desc {
		line-height: 25px;
		font-weight: lighter;
	}
	#site-footer .item .top {
		line-height: 50px;
		font-size: 20px;
		margin-top: 50px;
		font-weight: lighter;
	}
	#site-footer .foot-list .item.ivons {margin-top: 40px;}
}
@media (min-width: 1201px) {
	#site-footer {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#site-footer .foot-list {
		padding-top: 80px;
	}
	/*#site-footer .item .top, #site-footer .payment .toplink {
		font-size: 24px;
		font-weight: bold;
	}*/
}
@media (max-width: 1200px) and (min-width: 961px) {
	/*#site-footer {
		font-size: 15px;
	}
	#site-footer .item .top, #site-footer .payment .toplink {
		font-size: 20px;
		font-weight: bold;
	}*/
}
@media (max-width: 960px) {
	/*#site-footer {
		font-size: 13px;
	}
	#site-footer .item .top, #site-footer .payment .toplink {
		font-size: 15px;
	}*/
	#site-footer .item .desc {
		line-height: 26px;
	}
}
@media (max-width: 1200px) and (min-width: 761px) {
	#site-footer {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#site-footer .item .desc {
		margin-top: 6px;
	}
	#site-footer .foot-list .item, #site-footer .foot-list .payment, #site-footer .payment-tupian-pc .tupian {
		margin-top: 0;
	}
}

@media (max-width: 760px) {
	#site-footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#site-footer .foot-list {
		padding-top: 60px;
		text-align: center;
	}
	#site-footer .foot-list .item, #site-footer .foot-list .payment, #site-footer .payment-tupian-pc .tupian {
		margin-top: 36px;
	}
	#site-footer .foot-list .l_lis2 .item {margin-top: 0;}
	#site-footer .foot-list .l_lis1 {display: none;}
	#site-footer .foot-list .left {
		padding-top: 0;
	}
	#site-footer .foot-list .left .item:first-child {
		margin-top: 0;
	}
	#site-footer .menu .item {
		padding-bottom: 0;
		border-bottom: none;
	}
	/*#site-footer .foot-list .ivons {
		margin-top: 45px;
	}*/
}

.site-footer {
	position: relative;
	z-index: 3;
	width: 100%;
	font-weight: lighter;
	background-color: #000;
}
.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer .foot-list .item:first-child {
	margin-top: 0;
}
.site-footer .ivons .link {
	display: inline-block;
	margin-left: 8px;
}
.site-footer .ivons .link:first-child {
	margin-left: 0;
}
.site-footer .ivons .link,
.site-footer .ivons .link img {
	vertical-align: middle;
}

.site-footer .menu .toplink {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.site-footer .menu .item .topbox {
	position: relative;
}
.site-footer .menu .item .flag {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	font-style: normal;
	text-align: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.site-footer .menu .item.nosub .flag {
	display: none;
}
.payment img {
	vertical-align: middle;
}
.payment .toplink {
	color: #fff;
}
.payment span {
	display: inline-block;
	vertical-align: middle;
}

.site-footer {
	font-size: 13px;
}
.site-footer .item .top, .site-footer .item .toplink, .site-footer .login .toplink, .site-footer .payment .toplink {
	font-size: 15px;
}
.site-footer .menu .sublist1 {
	display: none;
}

@media (min-width: 1201px) {
	.site-footer {
		padding-top: 95px;
		padding-bottom: 130px;
	}
	.site-footer .foot-list {
		padding-top: 70px;
	}
	.site-footer .logo,
	.site-footer .logo img {
		width: 350px;
	}
	.site-footer .foot-list .item,
	.site-footer .foot-list .login,
	.payment {
		margin-top: 44px;

	}
	.site-footer .item .desc,
	.site-footer .menu .item .sublist .sub {
		margin-top: 10px;
	}
	/*.site-footer {
		font-size: 18px;
	}
	.site-footer .menu .toplink {
		font-size: 24px;
	}*/
	.site-footer .menu .item .sublist {
		padding-left: 34px;
	}
	.payment img {
		width: 50px;
	}
	.payment span {
		padding-left: 10px;
	}
}

@media (min-width: 761px) {
	.site-footer .foot-list .left {
		width: 41%;
		float: left;
		padding-right: 50px;
	}
	.site-footer .foot-list .right {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		width: 59%;
		float: right;
	}
	.site-footer .foot-list .list1 {
		padding-right: 25px;
	}
	.site-footer .foot-list .list2 {
		padding-left: 25px;
	}
	.site-footer .menu .item .flag {
		display: none;
	}
	.site-footer .ivons .link img {
		width: 30px;
	}
	.site-footer .menu .sublist2 {
		display: none;
	}
}

@media (max-width: 1200px) {
	/*.site-footer {
		font-size: 13px;
	}
	.site-footer .menu .item .toplink {
		font-size: 15px;
	}*/
	.site-footer .foot-list .item,
	.site-footer .foot-list .login,
	.payment {
		margin-top: 10px;
	}
	.site-footer .menu .item .sublist {
		padding-left: 20px;
	}
	.payment img {
		width: 30px;
	}
	.payment span {
		padding-left: 5px;
	}
}

@media (max-width: 1200px) and (min-width: 761px) {
	.site-footer {
		padding-top: 60px;
		padding-bottom: 85px;
	}
	.site-footer .foot-list {
		padding-top: 60px;
	}
	.site-footer .logo,
	.site-footer .logo img {
		width: 250px;
	}
}

@media (max-width: 760px) {
	.site-footer {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.site-footer .logo,
	.site-footer .logo img {
		width: 200px;
	}
	.site-footer .foot-list {
		padding-top: 30px;
	}
	.site-footer .foot-list .left {
		padding-top: 10px;
	}
	.site-footer .menu .item .toplink,
	.site-footer .menu .item .flag {
		line-height: 24px;
	}
	.site-footer .menu .item .flag {
		display: block;
		width: 24px;
		font-size: 15px;
	}
	.site-footer .menu .item .flag.active {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.site-footer .foot-list .item,
	.site-footer .foot-list .item:first-child {
		margin-top: 10px;
	}
	.site-footer .menu .item {
		padding-bottom: 10px;
		border-bottom: 1px solid #707070;
	}
	.site-footer .menu .item .sublist {
		display: none;
	}
	.site-footer .foot-list .login,
	.payment {
		margin-top: 20px;
	}
	.site-footer .foot-list .ivons {
		margin-top: 24px;
	}
	.site-footer .ivons .link img {
		width: 25px;
	}
	.site-footer .copyright {
		margin-top: 4px;
	}
	.site-footer .menu .sublist1 {
		display: none !important;
	}
}

.copyright{ height: 90px; line-height: 90px; background: #ebebeb; font-size: 14px; font-weight: bold; color: #3d3d3d;}
.copyright a{ float: right; margin-left: 80px; color: #3d3d3d;}

.topmenu{
	box-shadow:0px 0px 10px #e8e8e8;
	position: relative;
}
	.topmenu .tribeca {
		height: 130px;
		white-space: nowrap;
	}
.topmenu .tribeca dd{
	width: 400px;
	background: #ededed;
	text-align: center;
	height: 130px;
	float: right;
	line-height: 130px;
	position: absolute;
	right: 0;
	top: 0;
}
.topmenu .tribeca dd img{
	margin-top: 32px;
}
		.topmenu .tribeca ul li {
			display: inline-block;
			line-height: 130px;
			margin-right: 50px;
		}
.topmenu .tribeca ul li a{
	font-size: 18px;
	cursor: pointer;
}
.topmenu .tribeca ul img{
	margin-top: 20px;
}
.topmenu .tribeca ul li a.active{
	color: #5177fa;
	border: 2px solid #5177fa;
	padding: 5px 10px;
}


.topmenu .stmartin{
	height: 130px;
}
.topmenu .stmartin dd{
	width: 400px;
	background: #ededed;
	text-align: center;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
}
.topmenu .stmartin dd img{
	margin-top: 0px;
}
.topmenu .stmartin ul{}
.topmenu .stmartin ul li{
	float: right;
	line-height: 130px;
	margin-right: 50px;
}
.topmenu .stmartin ul li a{
	font-size: 18px;
}
.topmenu .stmartin ul img{
	margin-top: 32px;
}
.topmenu .stmartin ul li a.active{
	color: #5177fa;
	border: 2px solid #5177fa;
	padding: 5px 10px;
}
.tnone{ display: none;}




.layui-icon-close{ cursor: pointer; }

.field-validation-error {
	color: #b94a48 !important;
}

.required {
	color: #b94a48 !important;
}







