/*timmy747 2025 huodong*/

html {
	width: 100%;
}

body {
	/* Color 可以自定义相关配色 */
	/* var属性兼容性 调取用 color:var(--red)*/
	--haojin: #fccb88;
	--anhui: #272727;
	/* 标准色 */
	--red: #e54d42;
	--orange: #f37b1d;
	--yellow: #fbbd08;
	--olive: #8dc63f;
	--green: #39b54a;
	--cyan: #1cbbb4;
	--blue: #0081ff;
	--purple: #6739b6;
	--mauve: #9c26b0;
	--pink: #e03997;
	--brown: #a5673f;
	--grey: #8799a3;
	--black: #333333;
	--darkGray: #666666;
	--gray: #aaaaaa;
	--ghostWhite: #f1f1f1;
	--white: #ffffff;
	/* 浅色 */
	--redLight: #fadbd9;
	--orangeLight: #fde6d2;
	--yellowLight: #fef2ce;
	--oliveLight: #e8f4d9;
	--greenLight: #d7f0db;
	--cyanLight: #d2f1f0;
	--blueLight: #cce6ff;
	--purpleLight: #e1d7f0;
	--mauveLight: #ebd4ef;
	--pinkLight: #f9d7ea;
	--brownLight: #ede1d9;
	--greyLight: #e7ebed;
	/* 渐变色 */
	--gradualRed: linear-gradient(45deg, #f43f3b, #ec008c);
	--gradualOrange: linear-gradient(45deg, #ff9700, #ed1c24);
	--gradualGreen: linear-gradient(45deg, #39b54a, #8dc63f);
	--gradualPurple: linear-gradient(45deg, #9000ff, #5e00ff);
	--gradualPink: linear-gradient(45deg, #ec008c, #6739b6);
	--gradualBlue: linear-gradient(45deg, #0081ff, #1cbbb4);
	/* 阴影透明色 */
	--ShadowSize: 6rpx 6rpx 8rpx;
	--redShadow: rgba(204, 69, 59, 0.2);
	--orangeShadow: rgba(217, 109, 26, 0.2);
	--yellowShadow: rgba(224, 170, 7, 0.2);
	--oliveShadow: rgba(124, 173, 55, 0.2);
	--greenShadow: rgba(48, 156, 63, 0.2);
	--cyanShadow: rgba(28, 187, 180, 0.2);
	--blueShadow: rgba(0, 102, 204, 0.2);
	--purpleShadow: rgba(88, 48, 156, 0.2);
	--mauveShadow: rgba(133, 33, 150, 0.2);
	--pinkShadow: rgba(199, 50, 134, 0.2);
	--brownShadow: rgba(140, 88, 53, 0.2);
	--greyShadow: rgba(114, 130, 138, 0.2);
	--grayShadow: rgba(114, 130, 138, 0.2);
	--blackShadow: rgba(26, 26, 26, 0.2);
	margin: 0px;
	font-family: Microsoft Yahei;
	width: 100%;
}

table,
form,
h1,
h2,
h3,
ul,
li,
ol,
dl,
dd,
dt,
span,
a,
em,
p {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clearB {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}


/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/* Hide from IE Mac \*/

.clearfix {
	display: block;
}

@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot');
	/* IE9*/
	src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('iconfont.woff') format('woff'), /* chrome, firefox */
	url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


/*web相关*/

.black-bg {
	background: #373d41;
	min-height: 100%;
	display: block;
	position: absolute;
}

.web-top {
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	background:rgba(0,0,0,0);
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
	padding: 0px;
}

.web-top .logo {
	width: 350px;
	height: 60px;
	float: left;
	background: url(web-logo.png) no-repeat left center;
}

.web-top .logo a {
	display: block;
	text-indent: -6999px;
	height: 60px;
	text-decoration: none;
}

.web-top .menu {
	float: right;
	display: inline-block;
}

.web-top .menu ul {
	height: 60px;
	line-height: 60px;
	float: left;
}

.web-top .menu ul li {
	font-size: 17px;
	color: #ddd6d7;
	display: inline-block;
	margin: 0 10px;
}

.web-top .menu ul li a {
	color: #ddd6d7;
}

.web-top .menu ul li a:hover {
	color: #33CDE5;
}

.web-top .menu ul li.curr {}

.web-top .menu ul li.curr a {}

.web-top .reg {
	float: right;
	height: 60px;
	width: 120px;
	margin-left: 20px;
}

.web-top .reg a {
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	background: #00C1DE;
	font-size: 17px;
}

.web-top .reg a:hover {
	background: #33CDE5;
}

.web-top .top-right-text {
	color: var(--haojin);
	font-size: 14px;
	position: absolute;
	right: 15px;top: 15px;
	border:var(--haojin) solid 1px;
	line-height: 30px;
	 display: inline-block;
	 padding: 0 15px;
}

.web-bottom {
	font-size: 14px;
	text-align: center;
	padding: 30px;
	background: var(--anhui);
	color: var(--haojin);
}

.web-bottom a {
	color: var(--haojin);
}

.web-bottom a:hover {
	color: #00C1DE;
}

.web-login-page {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #FFFFFF url(login-bg.jpg) no-repeat  center;
	background-size: cover;
	bottom: 0px;
	top: 0px;
	min-width: 1000px;
}

.web-login-page  .cont{
	width: 850px;
	height: 430px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -230px;
	border-radius: 10px;
	box-shadow: 0 0 15px  rgba(0,0,0,0.2);
	overflow: hidden;
}


.web-login-cont {
	width: 400px;
	border: none;
	position: absolute;
	right: 0;
	background: #FFFFFF;
	top: 0;
	padding: 35px;
}

.web-login-cont .login-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.web-login-cont .title {
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0 auto 10px;
}

.login-top .forget {
	font-size: 12px;
	color: #0088CC;
	position: absolute;
	right: 0px;
	line-height: 25px;
	top: 0;
}

.login-error {
	border: 1px solid #ff934c;
	background: #fefcee;
	margin-bottom: 16px;
	font-size: 14px;
	padding: 5px 8px;
	overflow: hidden;
	color: #666666;
}

.login-error i {
	color: #ff934c;
	float: left;
}

.login-error .login-error-msg {
	font-size: 12px;
	padding-left: 20px;
}

.web-login-input {}

.web-login-input .item {
	margin-bottom: 15px;
	position: relative;
}

.have-tips .item .field-validation-error {
	position: absolute;
	left: 370px;
	line-height: 20px;
	top: -1px;
	padding: 8px;
	width: 280px;
	display: inline-block;
	border: #DDDDDD solid 1px;
	border-radius: 5px;
}

.have-tips .item .field-validation-error:before {
	left: -20px;
	top: 8px;
	content: " ";
	position: absolute;
	height: 0;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent #CCCCCC transparent transparent;
	margin: 0px auto;
	z-index: 101;
}

.have-tips .item .field-validation-error:after {
	left: -18px;
	top: 9px;
	content: " ";
	position: absolute;
	height: 0;
	border-width: 9px 9px 9px 9px;
	border-style: solid;
	border-color: transparent #FFFFFF transparent transparent;
	margin: 0px auto;
	z-index: 102;
}

.web-login-input .input {
	border: #d7d8d9 solid 1px;
	font-size: 14px;
	width: 100%;
	padding-left: 10px;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}

.web-login-input .input:focus {
	/* border-color: #00C1DE; */
	border-color: var(--orangeLight);
}

.web-login-input .input.w150 {
	width: 100px;
	float: left;
}

.web-login-input .code {
	width: 100px;
	height: 40px;
	float: left;
	margin-left: 10px;
}

.web-login-input .change-code {
	line-height: 40px;
	color: #0099CC;
	font-size: 14px;
	display: block;
	float: right;
	padding-right: 5px;
}

.web-login-input .get-code {
	line-height: 40px;
	color: #0099CC;
	font-size: 14px;
	display: block;
	float: right;
	padding-right: 5px;
	border: #DDDDDD solid 1px;
	height: 40px;
	line-height: 38px;
	outline: none;
	width: 185px;
	cursor: pointer;
}

.web-login-input .btn {
	background-color: var(--red);
	background-image: none;
	border: var(--blue) solid 1px;
	border-radius: 0;
	font-size: 18px;
	box-shadow: 0 1px 1px #cc0000;
	zoom: 100%;
	color: #FFFFFF;
	line-height: 40px;
	height: 52px;
	outline: none;
	color: #fff;
	width: 100%;
	cursor: pointer;
	font-family: "microsoft yahei";
}

.web-login-input .btn:hover {
	background: #cc0000;
}

.web-login-input .creat-btn {
	display: block;
	background-color: #00c1de;
	background-image: none;
	border: #00c1de solid 1px;
	border-radius: 0;
	font-size: 16px;
	box-shadow: 0 1px 1px #ebe7e6;
	zoom: 100%;
	color: #FFFFFF !important;
	height: 42px;
	line-height: 40px;
	outline: none;
	color: #fff;
	width: 100%;
	cursor: pointer;
	font-family: "microsoft yahei";
	text-align: center;
	margin-top: 20px;
}

.web-login-input .creat-btn:hover {
	background-color: #33cde5;
}

.web-login-info {
	position: absolute;
	top: 0;
	left: 0;
	width:450px;
	background-color:var(--red);
	bottom: 0;
	/* border-right: #DDDDDD solid 1px; */
}

.web-login-pic{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 450px;
	background: url(login-pic-left.jpg) no-repeat #cc0000;
	background-size:cover;
}



.web-login-info h1 {
	font-size: 30px;
	color: #FFEEEE;
	line-height: 36px;
	margin-bottom: 19px;
	font-weight: 300;
}

.web-login-info ul {}

.web-login-info ul li {
	font-size: 14px;
	color: #FFEEEE;
	letter-spacing: 0.47px;
	line-height: 30px;
}

.web-login-botttom {
	line-height: 25px;
	font-size: 12px;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
	color: #FFFFFF;
	padding: 10px 15px;
	word-spacing: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.web-login-botttom a {
	color: #FFFFFF;
}


.web-reg {
	width: 1000px;
	right: 50%;
	margin-right: -500px;
	height: 400px;
	margin-top: -250px;
}

.web-reg .cont {
	width: 350px;
	margin: 20px auto;
}

.web-login-cont .agree {
	font-size: 12px;
	color: #00C1DE;
	text-align: center;
}

.web-login-cont .agree input[type="checkbox"] {
	margin-right: 5px;
	display: inline-block
}


/*选择商家分销商列表*/

.web-com-list {}

.web-com-list ul {}

.web-com-list ul li {
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	display: block;
	float: left;
	width: 365px;
	margin-top: 30px;
	height: 150px;
	text-overflow: ellipsis;
	margin-right: 30px;
	background: #FFFFFF;
	transition: all 0.3s;
	color: #555555;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15)!important;
}

.web-com-list ul li.no-pass {
	background: #cccccc;
}

.web-com-list ul li.no-pass:hover {
	background: #BBBBBB;
}

.web-com-list ul li:hover {
	background-color: #f7f7f7;
	transform: translateY(-10px);
}

.web-com-list ul li:nth-child(3n) {
	margin-right: 0;
}

.web-com-list ul li a {
	display: block;
	height: 100px;
	padding: 20px 0px 20px 85px;
	cursor: pointer;
	background: url(web-com-ico1.png) no-repeat 10px center;
	background-size: 70px 70px;
}

.web-com-list ul li.t2 a {
	background-image: url(web-com-ico2.png);
}

.web-com-list ul li a:hover {}

.web-com-list ul li .tt {
	position: relative;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #373d41;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: #00c1de;
	border-color: #00c1de;
	text-align: left;
}

.web-com-list ul li.t2 .tt {
	background-color: #8ece62
}

.web-com-list ul li.t3 .tt {
	background-color: #D7DBDD
}

.web-com-list ul li.t4 .tt {
	background-color: #e49c44;
}

.web-com-list ul li .add {
	background: url(iconfont-tianjia.png) no-repeat center;
	background-size: 90px 90px;
	text-indent: -9999px;
}

.web-com-list ul li a b {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.web-com-list ul li a span {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 5px;
}

.web-com-list ul li a i {}

.web-com-list ul li a:hover b {}

.web-com-list ul li a:hover i {}

.web-com-list ul li a:hover span {}

.web-create-cont {
	padding: 20px;
}

.web-create-cont a {
	line-height: 80px;
	height: 80px;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	background: #00C1DE;
	display: block;
	font-size: 20px;
}

.web-create-cont a.a1 {
	margin-bottom: 20px;
}

.web-create-cont a.a2 {
	background-color: #8ece62
}

.web-create-cont a:hover {
	background-color: #33cde5;
}

.web-create-cont a.a2:hover {
	background-color: #30ce2e
}

.web-choose-page {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #ffffff;
	background-size: cover;
	bottom: 60px;
	top: 60px;
}

.web-choose-cont {
	width: 1200px;
	height: auto;
	padding-top: 22px;
	border: none;
	position: absolute;
	top: 50px;
	background: rgba(255, 255, 255, 1);
	left: 50%;
	margin-left: -600px;
	padding: 20px;
}

.web-choose-cont .choose-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.web-choose-cont .title {
	font-size: 26px;
	font-weight: 400;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0 auto 10px;
	color: #333333;
}

.web-choose-cont .choose-top .more {
	font-size: 12px;
	color: #0088CC;
	position: absolute;
	right: 0px;
	line-height: 25px;
	top: 8px;
}

.web-choose-cont .agree {
	font-size: 12px;
	color: #00C1DE;
	text-align: center;
}

.web-choose-cont .agree input[type="checkbox"] {
	margin-right: 5px;
	display: inline-block
}


/*申请入库页面*/

.applysup-page {
	width: 100%;
	background: #ffffff;
	background-size: cover;
	padding: 30px 0;
}

.applysup-page-cont {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	border: none;
	background: rgba(255, 255, 255, 1);
	padding: 100px 0;
}

.applysup-page-cont .title {
	font-size: 26px;
	font-weight: 400;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin: 0 auto 10px;
	text-align: center;
	color: #333333;
}

.applysup-page-cont .company-name {
	font-size: 20px;
	line-height: 40px;
	padding: 30px 0;
	text-align: center;
}

.applysup-page-cont .company-name b {
	color: #00C1DE;
}

.applysup-page-cont .company-name span {
	font-size: 14px;
}

.applysup-page-cont .agree {
	font-size: 12px;
	color: #00C1DE;
	text-align: center;
}

.applysup-page-cont .agree input[type="checkbox"] {
	margin-right: 5px;
	display: inline-block
}

.applysup-page-cont .item {
	width: 330px;
	display: inline-block;
	padding: 0 10px;
}

.applysup-page-cont .chosen-container {
	font-size: 16px;
}

.applysup-page-cont .chosen-container>.chosen-single,
[class*="chosen-container"]>.chosen-single {
	line-height: 43px;
	height: 45px;
	border-radius: 5px;
	border-color: #00C1DE;
	padding: 0 15px;
}

.applysup-page-cont .text-box {
	padding: 5px 10px;
}

.applysup-page-cont .custom-control {
	text-align: center;
	width: 90px;
	font-size: 16px;
	margin-left: 450px;
}

.applysup-page-cont .submit-btn {
	line-height: 50px;
	height: 50px;
	border: none;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	background: #00C1DE;
	display: block;
	font-size: 20px;
	width: 330px;
	margin: 20px auto;
	cursor: pointer;
}

.applysup-page-cont .submit-btn:hover {
	background-color: #33cde5;
}

.web-botttom {
	line-height: 30px;
	font-size: 12px;
	background: transparent;
	text-align: center;
	color: #9b9ea0;
	padding: 15px;
	word-spacing: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}

.web-botttom a {
	color: #9b9ea0;
}

.web-botttom a:hover {
	color: #00C1DE;
}


/*弹出登录*/

.pop-login {
	background: #FFFFFF;
	padding: 20px;
}

.pop-login .login-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.pop-login .title {
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0 auto 10px;
}

.pop-login .tips {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.pop-login .tips a {
	color: #00C1DE;
}


/*首页内容*/

.bg-white {
	background: #FFFFFF;
	padding: 80px 0;
}

.bg-light {
	background: #F7F7F7;
	padding: 80px 0;
}

.bg-black {
	background: #373d41;
	padding: 80px 0;
}

.bg-blue {
	background: #00c1de;
	padding: 50px 0;
	background-size: cover;
}

.bg-pic1 {
	background: #00c1de;
}

.bg-pic2 {
	background: #FFFFFF;
}

.bg-pic3 {
	background: #F7F7F7;
}

.web-index {}

.main-cont {
	width: 1200px;
	margin: 0 auto;
}

.web-index-slider {
	overflow: hidden;
	position: relative;
}

.web-index-slider img {
	display: block;
	width: 100% !important;
}

.web-index-word {
	text-align: center;
}

.web-index-word h2 {
	text-align: center;
	font-size: 24px;
	color: #373d41;
	line-height: 36px;
}

.web-index-word span {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	display: block;
	color: #373d41;
}

.web-index-ico {}

.web-index-ico ul {}

.web-index-ico ul li {
	width: 20%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.web-index-ico ul li .pic {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: url(index-ico1.png) no-repeat center;
	background-size: 80px 80px;
}

.web-index-ico ul li .pic.p1 {
	background-image: url(index-ico1.png);
}

.web-index-ico ul li .pic.p2 {
	background-image: url(index-ico2.png);
}

.web-index-ico ul li .pic.p3 {
	background-image: url(index-ico3.png);
}

.web-index-ico ul li .pic.p4 {
	background-image: url(index-ico4.png);
}

.web-index-ico ul li .pic.p5 {
	background-image: url(index-ico5.png);
}

.web-index-ico ul li b {
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #373D41;
	overflow: hidden;
	margin-bottom: 14px;
	display: block;
}

.web-index-ico ul li span {
	text-align: center;
	font-size: 12px;
	color: #73777A;
	line-height: 24px;
	display: block;
}

.web-index-big-pic {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	min-height: 400px;
}

.web-index-big-pic .cont {
	margin-top: 30px;
}

.web-index-big-pic .cont ol {}

.web-index-big-pic .cont ol li {
	font-size: 15px;
	line-height: 30px;
	color: #5F6367;
}

.web-index-big-pic .cont ol li:before {
	font-family: "iconfont";
	content: "\eb64";
	margin-right: 5px;
}

.web-index-info {}

.web-index-info ul {
	margin: 0 -15px;
}

.web-index-info ul li {
	width: 25%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}

.web-index-info ul li .box {
	padding: 20px 15px;
	height: 300px;
	box-sizing: border-box;
	position: relative;
	border-radius: 0px;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0);
	background: #FFFFFF;
}

.web-index-info ul li b {
	height: 22px;
	text-align: center;
	line-height: 22px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #373D41;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.web-index-info ul li .box:before {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	content: " ";
	background: url(b1.png) no-repeat center;
	background-size: 60px 60px;
	transition: all 0.3s;
}


/*
.web-index-info ul li .box{
	padding:20px 15px 15px 110px;
	border: #DDDDDD solid 1px;
	height: 150px;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow:2px 3px 5px rgba(0,0,0,0);}

.web-index-info ul li b {
	height: 22px;
	text-align:left;
	line-height: 22px;
	padding-left:0px;
	font-weight: bold;
	font-size: 16px;
	color: #373D41;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	
}



.web-index-info ul li .box:before{
	width: 80px; height: 80px;
	display: block;
	margin: 0 auto;
	content:" ";
	background: url(b1.png) no-repeat center;
	background-size:contain;
	transition: all 0.3s;
	position: absolute;
	left: 15px;
	top: 25px;
}
*/

.web-index-info ul li .box:hover {
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-15px);
}

.web-index-info ul li .box:hover:before {
	transform: rotateY(180deg);
}

.web-index-info ul li:nth-child(1) .box:before {
	background-image: url(b4.png);
}

.web-index-info ul li:nth-child(2) .box:before {
	background-image: url(b8.png);
}

.web-index-info ul li:nth-child(3) .box:before {
	background-image: url(b5.png);
}

.web-index-info ul li:nth-child(4) .box:before {
	background-image: url(b1.png);
}

.web-index-info ul li:nth-child(5) .box:before {
	background-image: url(b6.png);
}

.web-index-info ul li:nth-child(6) .box:before {
	background-image: url(b3.png);
}

.web-index-info ul li:nth-child(7) .box:before {
	background-image: url(b7.png);
}

.web-index-info ul li:nth-child(8) .box:before {
	background-image: url(b2.png);
}

.web-index-info ul li span {
	font-size: 12px;
	color: #73777A;
	line-height: 24px;
	display: block;
}

.web-index-more {
	color: #FFFFFF;
	font-size: 14px;
}

.web-index-more .cont {
	margin: 0 auto;
	padding: 80px 0;
	width: 1200px;
	background: url(index-more.png) no-repeat right center;
}

.web-index-more .cont h3 {
	display: block;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 20px;
}

.web-index-more .cont span {
	line-height: 30px;
	display: block;
}

.web-index-more .cont .code {}

.web-index-more .cont .btn {
	border: #FFFFFF solid 1px;
	font-size: 16px;
	padding: 5px 15px;
	line-height: 30px;
	color: #FFFFFF;
	transition: all 0.3s;
	display: inline-block;
	margin-top: 20px;
}

.web-index-more .cont .btn:hover {
	background: #FFFFFF;
	color: #00C1DE;
}

.web-index-center-title {
	margin-bottom: 40px;
}

.web-index-center-title b {
	cursor: default;
	text-align: center;
	font-size: 24px;
	color: #373d41;
	display: block;
}

.web-index-center-title span {
	display: block;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	color: #5f6367;
}

.web-index-about {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

.web-index-about-bg {
	padding: 100px 0;
	background: #0062CC url(web-about-bg.jpg) no-repeat center fixed;
	background-size: cover;
}

.web-index-about-bg .web-index-center-title {
	margin-bottom: 40px;
}

.web-index-about-bg .web-index-center-title b {
	cursor: default;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
}

.web-index-about-bg .web-index-center-title span {
	display: block;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	color: #FFFFFF;
}

.web-index-service {}

.web-index-service ul {}

.web-index-service ul li {
	box-sizing: border-box;
	width: 25%;
	padding: 25px 15px;
	padding-left: 70px;
	position: relative;
	float: left;
	height: 120px;
}

.web-index-service ul li b {
	font-size: 16px;
	line-height: 30px;
	color: #373d41;
	display: block;
}

.web-index-service ul li span {
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	display: block;
}

.web-index-service ul li:before {
	font-family: "iconfont";
	content: "\ec4d";
	position: absolute;
	top: 25px;
	left: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 45px;
	color: #00C1DE;
}

.web-index-service ul li:nth-child(1):before {
	content: "\ec4d";
}

.web-index-service ul li:nth-child(2):before {
	content: "\eb65";
}

.web-index-service ul li:nth-child(3):before {
	content: "\eb6c";
}

.web-index-service ul li:nth-child(4):before {
	content: "\ebd0";
}

.web-index-service ul li:nth-child(5):before {
	content: "\ebd1";
}

.web-index-service ul li:nth-child(6):before {
	content: "\ec53";
}

.web-index-service ul li:nth-child(7):before {
	content: "\ec17";
}

.web-index-service ul li:nth-child(8):before {
	content: "\eb92";
}

.web-index-bottom {}

.web-index-bottom .l-cont {
	border-right: 1px solid #4b5054;
	float: left;
	width: 400px;
}

.web-index-bottom .tt {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

.web-index-bottom .tt span {
	display: block;
	font-size: 14px;
	font-family: arial;
	color: #9b9ea0;
}

.web-index-bottom .l-cont .b-contact {
	margin-top: 20px;
}

.web-index-bottom .l-cont .b-contact ul {}

.web-index-bottom .l-cont .b-contact ul li {
	line-height: 35px;
	font-size: 14px;
	color: #F7F7F7;
}

.web-index-bottom .l-cont .b-contact ul li:before {
	font-family: "iconfont";
	content: "\e61a";
	margin-right: 10px;
	font-size: 18px;
	float: left;
}

.web-index-bottom .l-cont .b-contact ul li a {
	/*color: #9b9ea0;*/
	color: #FFFFFF;
}

.web-index-bottom .l-cont .b-contact ul li a:hover {
	color: #00C1DE;
}

.web-index-bottom .l-cont .b-contact ul li.tel:before {
	content: "\e681";
}

.web-index-bottom .l-cont .b-contact ul li.mail:before {
	content: "\e667";
}

.web-index-bottom .l-cont .b-contact ul li.add:before {
	content: "\e60c";
}

.web-index-bottom .r-cont {
	float: left;
}

.web-index-bottom .r-cont .b-code {
	margin-top: 30px;
}

.web-index-bottom .r-cont .b-code ul {}

.web-index-bottom .r-cont .b-code ul li {
	display: inline-block;
	margin-left: 70px;
	width: 450px;
}

.web-index-bottom .r-cont .b-code ul li .tt {
	font-size: 16px
}

.web-index-bottom .r-cont .b-code ul li img {
	width: 120px;
	height: 120px;
	margin-top: 0px;
	float: left;
	margin-right: 40px;
}

/* err错误提示页 */

.error-page{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #FFFFFF;
}

.error-page .cont{
	width: 600px;
	height: 400px;
	position: absolute;
	top: calc(50% - 200px);
	left: calc(50% - 300px);
	text-align: center;
}
.error-page .pic{
	height: 200px;
	background: url(no-data.jpg) center no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.error-page .tt{
	font-size: 18px; color: #333333;
	line-height: 30px;
	margin-bottom: 5px;
}
.error-page .info{
	font-size: 14px; color: #666666;
	line-height: 25px;
}

/* ==================== 根登录页（Views/Account/Login.cshtml）墨绿山水 + 金漆风格 ==================== */
body.black-bg {
	background:
		linear-gradient(180deg, rgba(20, 28, 16, .35) 0%, rgba(15, 22, 12, .55) 100%),
		url(login-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	min-height: 100vh;
	position: relative;
	overflow-x: hidden;
}
.web-top, .web-login-botttom { z-index: 5; }

/* 背景叠加层（暗化 + 金色光斑） */
.login-bg-anim {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}
.login-bg-anim .bg-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(200, 168, 120, .04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(200, 168, 120, .04) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
}
.login-bg-anim .bg-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(100px);
	opacity: .25;
	will-change: transform;
}
.login-bg-anim .bg-glow-1 {
	width: 520px; height: 520px;
	background: radial-gradient(circle, #c8a878 0%, transparent 70%);
	top: -15%; left: -10%;
	animation: loginGlow1 18s ease-in-out infinite;
}
.login-bg-anim .bg-glow-2 {
	width: 420px; height: 420px;
	background: radial-gradient(circle, #8b3a2a 0%, transparent 70%);
	bottom: -15%; right: -8%;
	animation: loginGlow2 22s ease-in-out infinite;
}
@keyframes loginGlow1 {
	0%, 100% { transform: translate(0, 0) scale(1); }
	50% { transform: translate(60px, 40px) scale(1.1); }
}
@keyframes loginGlow2 {
	0%, 100% { transform: translate(0, 0) scale(1); }
	50% { transform: translate(-50px, -60px) scale(1.15); }
}

/* 登录页布局 */
.login-page {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 20px 60px;
	box-sizing: border-box;
}
.login-footer {
	margin-top: 24px;
	color: rgba(200, 168, 120, .55);
	font-size: 12px;
	letter-spacing: 1px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

/* 登录卡片（墨色 + 金边） */
.login-card {
	width: 100%;
	max-width: 420px;
	background: linear-gradient(180deg, rgba(20, 30, 18, .75) 0%, rgba(28, 38, 22, .78) 100%);
	border: 1px solid rgba(200, 168, 120, .28);
	border-radius: 16px;
	padding: 36px 32px 30px;
	box-shadow:
		0 24px 60px rgba(0, 0, 0, .55),
		inset 0 1px 0 rgba(200, 168, 120, .18);
	backdrop-filter: blur(20px) saturate(140%);
	-webkit-backdrop-filter: blur(20px) saturate(140%);
	position: relative;
	animation: loginCardIn .7s cubic-bezier(.2, .9, .3, 1.05) both;
}
.login-card::before {
	content: '';
	position: absolute;
	top: 0; left: 24px; right: 24px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(200, 168, 120, .6) 50%, transparent 100%);
}
@keyframes loginCardIn {
	from { opacity: 0; transform: translateY(24px) scale(.95); }
	to   { opacity: 1; transform: translateY(0)    scale(1); }
}

/* 头部 */
.login-header { text-align: center; margin-bottom: 26px; }
.login-logo {
	width: 72px; height: 72px;
	margin: 0 auto 14px;
	border-radius: 8px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #c8a878 0%, #a8884c 100%);
	color: #2d1f0e;
	box-shadow:
		0 8px 20px rgba(168, 136, 76, .45),
		inset 0 1px 0 rgba(255, 235, 200, .4),
		inset 0 -2px 0 rgba(80, 50, 20, .3);
	animation: loginLogoBob 3.5s ease-in-out infinite;
}
.logo-char {
	font-family: 'STKaiti', 'KaiTi', 'STSong', '宋体', serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 1;
	color: #2d1f0e;
	text-shadow: 0 1px 0 rgba(255, 235, 200, .4);
	letter-spacing: -2px;
}
.logo-seal {
	position: absolute;
	bottom: -6px; right: -6px;
	width: 24px; height: 24px;
	background: #b94a3a;
	color: #fff8e1;
	font-family: 'STKaiti', 'KaiTi', serif;
	font-size: 13px;
	font-weight: 900;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
	transform: rotate(-8deg);
}
@keyframes loginLogoBob {
	0%, 100% { transform: translateY(0) rotate(0); }
	50% { transform: translateY(-4px) rotate(2deg); }
}
.login-title {
	color: #f5e6c8;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 6px;
	letter-spacing: 4px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
.login-subtitle {
	color: rgba(200, 168, 120, .7);
	font-size: 12px;
	margin: 0;
	letter-spacing: 2px;
}

/* 表单 */
.login-form { width: 100%; }
.form-group {
	margin-bottom: 16px;
	animation: loginFieldIn .5s cubic-bezier(.2, .9, .3, 1.1) both;
	animation-delay: var(--d, 0s);
}
@keyframes loginFieldIn {
	from { opacity: 0; transform: translateY(10px); }
	to   { opacity: 1; transform: translateY(0); }
}
.input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, .28);
	border: 1px solid rgba(200, 168, 120, .22);
	border-radius: 10px;
	transition: all .25s cubic-bezier(.2, .8, .3, 1);
	overflow: hidden;
}
.input-wrap:hover {
	background: rgba(0, 0, 0, .38);
	border-color: rgba(200, 168, 120, .42);
}
.input-wrap:focus-within {
	background: rgba(0, 0, 0, .45);
	border-color: #c8a878;
	box-shadow: 0 0 0 3px rgba(200, 168, 120, .18);
	transform: translateY(-1px);
}
.input-icon {
	flex: 0 0 22px;
	width: 22px; height: 22px;
	margin: 0 8px 0 14px;
	color: rgba(200, 168, 120, .7);
	transition: color .25s, transform .25s;
}
.input-wrap:focus-within .input-icon {
	color: #f0d49a;
	transform: scale(1.1);
}
.input {
	flex: 1;
	background: transparent;
	border: 0;
	outline: 0;
	color: #f5e6c8;
	font-size: 14px;
	height: 46px;
	padding: 0 12px 0 0;
	width: 100%;
	font-family: inherit;
}
.input::placeholder { color: rgba(200, 168, 120, .45); }
.input:-webkit-autofill {
	-webkit-text-fill-color: #f5e6c8 !important;
	-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .2) inset !important;
	transition: background-color 5000s ease-in-out 0s;
}

/* 验证码 */
.code-wrap .input { padding-right: 6px; }
.code-img {
	flex: 0 0 auto;
	width: 112px;
	height: 40px;
	margin-right: 6px;
	border-radius: 6px;
	cursor: pointer;
	object-fit: contain;
	background: #f5e6c8;
	transition: transform .2s, box-shadow .2s;
}
.code-img:hover { transform: scale(1.04); box-shadow: 0 4px 10px rgba(0, 0, 0, .35); }
.code-img:active { transform: scale(.96); }

/* 显隐密码 */
.toggle-pwd {
	flex: 0 0 auto;
	background: transparent;
	border: 0;
	padding: 0 12px 0 6px;
	cursor: pointer;
	color: rgba(200, 168, 120, .6);
	display: flex;
	align-items: center;
	transition: color .2s;
}
.toggle-pwd:hover { color: #f0d49a; }
.toggle-pwd svg { width: 20px; height: 20px; }

/* 错误信息 */
.field-error {
	display: block;
	color: #e57373;
	font-size: 12px;
	margin-top: 6px;
	min-height: 16px;
	animation: loginErrShake .35s ease;
}
@keyframes loginErrShake {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-4px); }
	75% { transform: translateX(4px); }
}

/* 登录按钮（金漆渐变） */
.btn-login {
	width: 100%;
	height: 48px;
	margin-top: 6px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #d4b585 0%, #b8945a 100%);
	color: #2d1f0e;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow:
		0 8px 20px rgba(168, 136, 76, .45),
		inset 0 1px 0 rgba(255, 235, 200, .5),
		inset 0 -2px 0 rgba(80, 50, 20, .25);
	transition: transform .2s, box-shadow .25s, opacity .2s;
	animation: loginFieldIn .5s cubic-bezier(.2, .9, .3, 1.1) both;
	animation-delay: var(--d, 0s);
}
.btn-login::before {
	content: '';
	position: absolute;
	top: 0; left: -100%;
	width: 100%; height: 100%;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 245, 220, .4) 50%, transparent 100%);
	transition: left .55s ease;
}
.btn-login:hover {
	transform: translateY(-2px);
	box-shadow:
		0 12px 28px rgba(168, 136, 76, .6),
		inset 0 1px 0 rgba(255, 235, 200, .5),
		inset 0 -2px 0 rgba(80, 50, 20, .25);
}
.btn-login:hover::before { left: 100%; }
.btn-login:active { transform: translateY(0) scale(.98); }
.btn-login:disabled { cursor: not-allowed; opacity: .85; }

/* 加载态：文字淡出 + 旋转 spinner 显示 */
.btn-login.loading .btn-text { opacity: 0; }
.btn-login.loading .btn-spinner { opacity: 1; }
.btn-spinner {
	position: absolute;
	top: 50%; left: 50%;
	width: 22px; height: 22px;
	margin: -11px 0 0 -11px;
	border: 2.5px solid rgba(45, 31, 14, .3);
	border-top-color: #2d1f0e;
	border-radius: 50%;
	opacity: 0;
	animation: loginSpin .8s linear infinite;
}
@keyframes loginSpin { to { transform: rotate(360deg); } }

/* 底部协议 */
.form-foot {
	text-align: center;
	margin-top: 16px;
	color: rgba(200, 168, 120, .55);
	font-size: 12px;
	line-height: 1.6;
	animation: loginFieldIn .5s cubic-bezier(.2, .9, .3, 1.1) both;
	animation-delay: var(--d, 0s);
}
.form-foot a { color: #c8a878; text-decoration: none; }
.form-foot a:hover { color: #f0d49a; text-decoration: underline; }





