* {
	margin: 0;
	padding: 0
}

body {
	background: #f8f8f8
}

li {
	list-style: none
}

img {
	display: block;
	border: none
}

a:focus {
	outline: 0
}

.w {
	max-width: 1180px;
	margin: 0 auto;
	position: relative
}

.w:after {
	content: '';
	display: block;
	clear: both
}

.navbar-header {
	display: flex;
	flex-direction: row;
	align-content: center
}

.link {
	color: #1890ff;
	cursor: pointer;
	text-decoration: none
}

.link-text {
	color: #999;
	text-decoration: none
}

.ellipsis {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ellipsis2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.copyright {
	font-size: 14px;
	font-weight: 400;
	color: rgba(153,153,153,1);
	line-height: 24px;
	text-align: center;
	padding: 10px 0
}

.copyright img {
	display: inline-block;
	margin-left: 10px;
	vertical-align: text-top
}

.text-rich td,.text-rich th {
	padding: 5px 10px;
	border: 1px solid #ddd
}

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

.empty {
	padding: 50px;
	text-align: center;
	color: #bbb;
	font-size: 18px
}

.img-empty {
	width: 408px;
	height: 284px;
	margin: auto;
	background: url(https://insports-media.oss-cn-beijing.aliyuncs.com/banner/general_loading.png) no-repeat;
	background-size: 100%;
	margin-bottom: 20px
}

.iconfont {
	color: #999;
	vertical-align: middle
}


.navbar {
	height: 46px;
	min-height: 46px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1)
}

.navbar-brand {
	padding: 3px 0;
	height: 60px;
	height: 46px
}

.navbar-brand img {
	width: 101px;
	height: 40px
}

.navbar-nav {
	margin: 0;
	float:right;
	margin-right:15px;
}

.navbar-nav li {
	
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	float:left;//123
}

.navbar-nav>li {
	text-align: center
}

.navbar-nav li>a {
	padding: 10px;
	text-align: center;
	line-height: inherit;
	font-size: inherit;
	background: 0 0;
	color: inherit
}

.navbar-nav>li:hover>a:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #0363b0;
	position: absolute;
	left: 0;
	bottom: 0
}

.navbar-nav li.user {
	margin-right: 0
}

.navbar-nav .nav-login {
	margin-left: 9px
}

.navbar-nav .nav-login:after {
	position: absolute;
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background: #ccc;
	right: 0;
	top: 15px
}

.nav>li>a:focus,.nav>li>a:hover {
	background: 0 0
}

.navbar-nav>li.active>a,.navbar-nav>li.active>a:focus,.navbar-nav>li.active>a:hover {
	background: 0 0;
	color: #0363b0;
	font-weight: 500
}

.navbar-nav>li:hover>a {
	color: #0363b0;
	font-weight: 500;
	cursor: pointer
}

.navbar-nav li .dropdown-menu li:hover a,.navbar-nav li:hover .dropdown-toggle {
	color: #0363b0
}

.navbar-nav li:hover .dropdown-menu {
	display: block
}

.navbar-nav li .dropdown-menu {
	top: 46px;
	right: -20px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	border-top: none;
	min-width: 124px;
	border-radius: 0
}

.navbar-nav li .dropdown-menu li {
	margin: 0
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	background-color: inherit;
	color: #0363b0
}

.navbar.navbar-transparent {
	background: 0 0;
	box-shadow: none
}

.navbar.navbar-transparent .navbar-nav>li>a {
	color: #fff
}

.navbar.navbar-transparent .navbar-nav>li>a:hover {
	color: #0363b0
}

.navbar.navbar-transparent .navbar-nav>li.active>a {
	color: #0363b0
}

.navbar.navbar-transparent .navbar-nav .nav-login:after {
	background: #fff
}

.navbar.navbar-transparent .logined #user {
	color: #fff
}

.carousel.vertical .item {
	-webkit-transition: .6s ease-in-out top;
	-moz-transition: .6s ease-in-out top;
	-ms-transition: .6s ease-in-out top;
	-o-transition: .6s ease-in-out top;
	transition: .6s ease-in-out top
}

.carousel.vertical .active {
	top: 0
}

.carousel.vertical .next {
	top: 100%
}

.carousel.vertical .carousel-control {
	position: absolute;
	width: 100%;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0)
}

.carousel.vertical .prev {
	top: -100%
}

.carousel.vertical .carousel-control.right {
	top: 100%
}

.carousel.vertical .carousel-control.left {
	top: -30px
}

.carousel.vertical .next.left,.carousel.vertical .prev.right {
	top: 0
}

.carousel.vertical .active.left {
	top: -100%
}

.carousel.vertical .active.right {
	top: 100%
}

.carousel.vertical .item {
	left: 0
}

@media (min-width:992px) {
	.modal-lg {
		width: 75%
	}
}

@media (min-width:768px) {
	.carousel-inner.sports .w {
		font-size: 3rem
	}

	.carousel-inner.sports .item-sports:hover .w {
		height: 100%;
		background: rgba(6,55,78,.7);
		text-align: left;
		padding: 15px;
		font-size: 1.2em
	}

	.carousel-inner.sports .item-sports:hover .w button {
		display: block
	}

	.modal-sm {
		width: 400px
	}

	.modal-dialog {
		margin: 100px auto
	}
}



@media (max-width:768px) {/*768*/
	.navbar-nav .nav-login {
		margin: 0;
	}
	.navbar-nav li{
		float:left;
	}

	.navbar-nav li a {
		
	}
	.navbar-header{
		float:left;
	}
	#navbar-main{
		float:right;
	}
	
	.classlist .container-tabs ul li{
	    width:50%;
	}
	
	.classlist .area_industrial_icon {
		margin:2.5% 2.5%;
		width:45%;
		height:auto;
		

	}
	.classlist .area_industrial_icon img{
		width:100%;
		height:100%;
	}
	
	.btn-insurances .btn{
		    padding: 1px 2px;
			width:48%;
			height: 80px;
			margin-left:1%;
			margin-right:1%;
			float:left;
	}
	.btn-insurances .btn.active{
		 padding: 1px 2px;
	}
	
	.nav-tabs li{
	width:33.3%;
	float:left;
    }
	
	.nav-tabs>li>a span:first-child{font-size: 12px;}
	
	
 
    .tab-pane .plan-content table tr td:first-child{padding-left:10px;text-align:left}
	.tab-pane .plan-content table tr td:last-child{padding-right:10px;text-align:right}
	.step0 .plan-content table tr td:first-child{padding-left:10px;text-align:left}
	.step0 .plan-content table tr td:last-child{padding-right:10px;text-align:right}
	
	.fix-bottom .btn{
    		margin-left: 5px;
    		padding: 6px 18px;
    }

   

	/*.nav-index:before {
		clear: both
	}*/

	.logined {
		padding: 0!important;
		padding-top: 10px!important
	}

	.carousel-inner.sports .w {
		font-size: 1rem
	}

	.carousel-control {
		display: none
	}

	.nav-product li {
		display: inline-block;
		margin-bottom: 0;
		font-size: 1.4rem;
		float: left;
		border-right: 1px solid #e4e4e4
	}

	.nav-product li a {
		color: #1b2027;
		text-align: center;
		font-size: 1.4rem;
		background-color: #fff;
		padding: 12px 8px
	}

	.nav-product li a:active,.nav-product li a:focus,.nav-product li a:hover {
		font-size: 1.4rem;
		padding: 12px 8px
	}

	.nav-product li a .glyphicon {
		display: none
	}

	.products {
		margin-bottom: 0;
		margin-top: 15px
	}

	.products .head {
		display: none
	}

	.products-inner {
		position: relative;
		width: 300%;
		left: 0;
		right: 0
	}

	#carousel-product {
		height: 45px
	}

	.products-inner ul {
		position: absolute;
		left: -15px
	}

	.row-product {
		padding: 0
	}
	
/*核验*/	
.inputhybox{
	width:100%!important;
	height:300px;
	padding:10px!important;
}
.inputhybox .hybox{
     width:100%!important;
	 margin-top:30px;
}
.inputhybox .hylab{
	width:30%!important;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:20px!important;
	color:red;
	font-weight:800;
	
	background:#eee;
	border-radius:5px 0 0 5px;
	float:left;
}

.inputhybox .hyinputbox{
	width:60%!important;
	height:80px;
	float:left;
}
.inputhybox .hyinputbox .hyinput1{
	width:100%!important;
	height:40px;
	line-height:40px;
	font-size:18px;
	padding:5px;
	border:1px #ccc solid;
	
	box-sizing:border-box;
}
.inputhybox .hyinputbox .hyinput2{
	width:100%!important;
	height:40px;
	line-height:40px;
	font-size:18px;
	padding:5px;
	border:1px #ccc solid;
	
	box-sizing:border-box;
}
.inputhybox .hybtn{
	width:150px!important;
	height:50px!important;
	line-height:50px!important;
	font-size:30px;
	color:#fff;
	text-align:center;
	border-radius:5px!important;
	background:red;
	float:none;
	margin-left:40%!important;
	margin-right:auto!important;
	margin-top:20px;
}
.inputhybox .hybtn input{
	background:none;
	border:0;
	color:#fff;
}
.proorderbox{
	width:100%!important;
}
	
	
}

.input-group .form-control,.input-group-addon {
	border-radius: 0;
	background: 0 0;
	box-shadow: none;
	text-align: left
}

.has-error .form-control {
	box-shadow: none!important;
	border-color: #a94442
}

.has-success .form-control {
	box-shadow: none!important;
	border-color: #3c763d
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: 0;
	color: inherit
}

.btn-warning {
	color: #fff;
	background-color: #0363b0;
	border-color: #0363b0
}

.btn-white {
	background: 0 0;
	color: #0363b0;
	border: 1px solid #0363b0
}

.btn-critical {
	border: 1px solid rgba(221,221,221,1);
	color: red;
	background: #fff
}

a {
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}

a:focus {
	color: inherit;
	text-decoration: none
}

.color-theme {
	color: #0363b0
}

.help-block {
	position: absolute;
	bottom: -28px;
	padding-left: 10px
}

.help-block[data-bv-validator=notEmpty] {
	right: 20px;
	left: auto
}

.btn-token {
	color: #0363b0;
	position: absolute;
	right: 5px;
	bottom: 6px;
	cursor: pointer;
	z-index: 12
}

.btn-token span {
	color: #ddd;
	padding-left: 7px
}

.btn-token[disabled=disabled] {
	color: #eee
}

.logined {
	float: right;
	padding: 12px 40px;
	position: relative;
	cursor: pointer
}

.logined .user-img {
	height: 30px;
	width: 30px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-size: 100%;
	vertical-align: middle
}

.logined .user-img img{
	width:100%;
	height:100%;
	border-radius: 20px;
}

.logined #user {
	color: #333
}

.ul-user-operate {
	position: absolute;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color: #666;
	right: 0;
	top: 46px;
	margin-bottom: 0;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	z-index: 10;
	padding: 0
}

.ul-user-operate li {
	padding: 24px 0;
	padding-left: 40px;
	list-style: none
}

.ul-user-operate li.focus:after {
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
	background-color: red;
	border-radius: 3px;
	vertical-align: text-top
}

.ul-user-operate li:nth-child(2n) {
	padding: 12px 0;
	padding-left: 40px
}

.ul-user-operate li:hover {
	background: rgba(250,150,4,.1)
}

.ul-user-operate .iconfont {
	margin-right: 18px;
	font-size: 14px;
	color: #666;
	display: inline-block;
	vertical-align: middle
}

.ul-user-operate .ico-logout {
	background: url(/site/dist/img/ico-logout.png) no-repeat;
	background-size: 100%
}

.ul-user-operate .ico-personal {
	background: url(/site/dist/img/ico-personal.png) no-repeat;
	background-size: 100%
}

.ul-user-operate .ico-password {
	background: url(/site/dist/img/ico-password.png) no-repeat;
	background-size: 100%
}

.footer {
	background-color: #f8f8f8;
	padding: 36px 0;
	font-size: 14px;
	color: #999;
	line-height: 14px
}

.footer img {
	display: inline-block
}

.ul-footer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-bottom: 20px
}

.ul-footer li {
	display: inline-block;
	padding: 0 10px;
	position: relative;
	cursor: pointer
}

.ul-footer li.active,.ul-footer li:hover {
	color: #0363b0
}

.ul-footer li:after {
	content: '';
	position: absolute;
	display: block;
	height: 14px;
	width: 1px;
	background-color: #999;
	right: -1px;
	bottom: 0
}

.ul-footer li:last-child:after {
	display: none
}

.drop-wait {
	background: rgba(255,255,255,.16);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2000
}

.clear {
	clear: both
}

.modal-header.showimg {
	background: 0 0
}

.modal-content {
	border-radius: 4px;
	border: none;
	box-shadow: none
}

.bootstrap-dialog .modal-content {
	padding: 20px
}

.modal-header {
	color: #666;
	font-size: 20px;
	text-align: center;
	border-bottom: none
}

.modal-header .modal-title {
	font-size: 20px;
	color: #666
}

.bootstrap-dialog .modal-header {
	display: none
}

.bootstrap-dialog .modal-body {
	padding-bottom: 35px
}

.bootstrap-dialog .modal-footer {
	border-color: #ddd;
	padding-top: 20px;
	padding-bottom: 0;
	padding-right: 0
}

.modal-footer.text-center {
	text-align: center
}

.modal-footer.text-center .btn {
	min-width: 120px
}

.modal-footer .btn+.btn {
	margin-left: 40px
}

.bootstrap-dialog .modal-dialog {
	width: 600px
}

.bootstrap-dialog-message {
	color: #666;
	font-size: 16px;
	word-wrap: break-word;
	line-height: 26px
}

.bootstrap-dialog-footer .btn {
	min-width: 80px
}

.bootstrap-dialog-footer .btn+.btn {
	margin-left: 40px
}

.btn.active,.btn:active {
	box-shadow: none
}

.btn.active,.btn.active:active,.btn.active:focus,.btn.active:hover {
	outline: 0!important
}

.btn-group .btn {
	border-radius: 0;
	border-color: #0363b0;
	color: #bbb
}

.btn-group .btn.active,.btn-group .btn.active:active,.btn-group .btn.active:focus,.btn-group .btn.active:hover {
	border-color: #0363b0;
	background: #0363b0
}

.datepicker {
	z-index: 2000!important
}

.message-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: transparent;
	color: #fff
}

.message-backdrop .box-message {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	padding: 40px 0;
	background: rgba(0,0,0,.5);
	border-radius: 4px;
	text-align: center;
	font-size: 30px
}

.color-red {
	color: red
}

::-webkit-input-placeholder {
	color: #bbb!important
}

:-moz-placeholder {
	color: #bbb!important
}

::-moz-placeholder {
	color: #bbb!important
}

:-ms-input-placeholder {
	color: #bbb!important
}

label {
	font-weight: 400
}

.table>thead>tr>th {
	font-size: 16px;
	color: #666;
	font-weight: 400
}

.table-global {
	word-break: keep-all;
	clear: both;
	min-width: 100%;
	table-layout: fixed
}

.table-global td input {
	width: 160px
}

.table-global td select {
	min-width: 100px
}

.table-global tr th {
	background-color: rgba(250,150,4,.1);
	color: #666;
	font-size: 16px;
	padding: 12px 0;
	padding-left: 19px;
	font-weight: 400
}

.table-global .iconfont {
	width: 14px;
	height: 14px;
	cursor: pointer
}

.table-global tr td {
	padding: 10px 19px;
	position: relative;
	color: #999
}

.table-global tr td .photo {
	width: 40px;
	height: 40px
}

.table-global tr td .photo img {
	width: 100%;
	height: 100%
}

.table-global tr td .form-group {
	padding-bottom: 1px;
	margin-bottom: 0
}

.table-global tr td select {
	margin-bottom: 1px
}

.table-global tr td input,.table-global tr td select {
	font-size: 12px
}

.table-global tr {
	background-color: #fff;
	border: 1px solid #eee
}

.table-global tr.active {
	background-color: #eee
}

.breadcrumb {
	color: #999;
	margin-top: 60px;
	margin-bottom: 25px;
	font-size: 14px;
	padding: 5px;
	background-color: #f8f8f8;
	text-align: left
}

.breadcrumb li:first-child span {
	color: #666
}

.breadcrumb>li {
	color: #666
}

.breadcrumb>.active {
	color: #999
}

.breadcrumb>li+li:before {
	content: ">";
	color: inherit
}

.breadcrumb li a:hover {
	color: #096dd9
}

/*.nav.nav-tabs {
	background-color: #f8f8f8;
	border: none
}

.nav-tabs>li>a span {
	display: block;
	text-align: center
}

.nav-tabs>li>a span:first-child {
	font-size: 18px
}

.nav-tabs>li>a {
	border: 1px solid rgba(238,238,238,1);
	border-top: 2px solid #eee;
	border-bottom: none;
	margin: 0;
	background-color: #eee;
	color: #666;
	border-radius: 0;
	padding: 12px 56px;
	font-size: 16px
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color: #0363b0;
	background-color: #fff;
	border-top: 2px solid #0363b0
}*/

a.tip {
	position: relative
}

a.tip:hover::after {
	content: attr(data-title);
	display: block;
	padding: 8px 12px;
	background: rgba(20,190,240,.3);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
	border-radius: 4px;
	position: absolute;
	font-size: 14px;
	color: #666;
	top: -40px;
	left: -30px;
	word-break: keep-all
}

.module-sus {
	position: fixed;
	bottom: 158px;
	z-index: 2001;
	right: 26px
}

.module-sus.active .tit-sus {
	display: none
}

.module-sus.active .box-feedback {
	height: auto;
	bottom: -158px;
	position: absolute;
	right: 48px
}

.module-sus .tit-sus {
	display: none
}

.iconfont.tit-sus {
	display: block;
	height: 48px;
	width: 48px;
	line-height: 48px;
	background-color: #0363b0;
	color: #fff;
	border-radius: 24px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	z-index: 3000;
	right: 0
}

.iconfont.tit-sus:hover::after {
	content: attr(data-title);
	display: block;
	padding: 5px 10px;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	border-radius: 4px;
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #666;
	top: 12px;
	right: 58px;
	word-break: keep-all;
	white-space: pre
}

.to-top.iconfont {
	display: block;
	height: 48px;
	width: 48px;
	line-height: 48px;
	background-color: #999;
	color: #fff;
	border-radius: 30px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	position: fixed;
	bottom: 100px;
	z-index: 3000;
	right: 26px
}

.module-sus.module-phone .iconfont.tit-sus {
	background-color: #1890ff
}

.module-sus.module-feedback {
	bottom: 216px
}

.box-feedback {
	height: 0;
	overflow: hidden;
	transition: all linear 2s;
	-moz-transition: all linear 2s;
	-webkit-transition: all linear 2s;
	-o-transition: all linear 2s;
	width: 340px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.3)
}

.box-feedback .head {
	color: #666;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	padding: 10px 20px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #eee;
	height: auto;
	margin: 0
}

.box-feedback .head .icon-zuixiaohua {
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	right: 20px;
	top: 13px;
	cursor: pointer
}

.box-feedback .history {
	max-height: 290px;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	overflow-y: scroll
}

.box-feedback .history .history-list {
	padding: 0 10px
}

.box-feedback .history .history-list .box-message {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px
}

.box-feedback .history .history-list .box-message:last-child {
	border-bottom: none
}

.box-feedback .history .history-list .box-message .name {
	color: #333;
	font-size: inherit;
	margin: auto
}

.box-feedback .history .history-list .box-message .name.self {
	color: #4a90e2
}

.box-feedback .history .history-list .box-message .name img {
	width: 24px;
	border-radius: 12px;
	display: inline-block;
	margin-right: 5px
}

.box-feedback .history .history-list .box-message .time {
	color: #999
}

.box-feedback .history .history-list .box-message p {
	color: #666;
	padding-left: 29px;
	word-wrap: break-word;
	margin-bottom: 0
}

.box-feedback .history .history-bottom {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	position: relative;
	color: #bbb
}

.box-feedback .history .history-bottom:after {
	content: "";
	border-bottom: 1px solid #ddd;
	width: 90px;
	display: block;
	position: absolute;
	top: 11px;
	left: 32px
}

.box-feedback .history .history-bottom:before {
	content: "";
	border-bottom: 1px solid #ddd;
	width: 90px;
	display: block;
	position: absolute;
	top: 11px;
	right: 32px
}

.box-feedback .form {
	padding: 20px;
	padding-top: 10px
}

.box-feedback .form textarea {
	width: 100%;
	height: 80px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid rgba(221,221,221,1)
}

.modal-user .sep {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: center;
	position: relative
}

.modal-user .sep::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #ddd;
	display: block;
	right: 15px;
	top: 13px;
	width: 84px
}

.modal-user .sep::before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #ddd;
	display: block;
	left: 15px;
	top: 13px;
	width: 84px
}

.modal-user .other {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #999
}

.modal-user .other .iconfont {
	font-size: 32px;
	line-height: 32px;
	display: block;
	color: #19d100
}

#sports-list-li {
	position: fixed;
	width: 100%;
	right: 0
}

@media (max-width:990px) {
	.sports-list-0 {
		padding: 30px 0 40px 0;
		width: calc(60% / 2 - 30px);
		float: left;
		margin-left: calc(30% - 130px)
	}

	.sports-list-1 {
		padding: 30px 0 40px 0;
		width: calc(60% / 2 - 30px);
		float: right;
		margin-right: calc(30% - 100px)
	}
}

@media (min-width:991px) {
	.sports-list-0 {
		padding: 30px 0 40px 0;
		width: calc(50% / 2 - 30px);
		float: left;
		margin-left: calc(30% - 130px)
	}

	.sports-list-1 {
		padding: 30px 0 40px 0;
		width: calc(50% / 2 - 30px);
		float: right;
		margin-right: calc(30% - 100px)
	}
}

.sports-list-0 span,.sports-list-1 span {
	height: 24px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(51,51,51,1);
	line-height: 24px
}

#sports-list-div {
	width: calc(100% + 130px);
	padding-top: 10px
}

.sports-list-div-link {
	width: 112px;
	float: left
}

.sports-list-link {
	height: 24px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: rgba(102,102,102,1);
	line-height: 24px;
	padding: 10px 10px 10px 0
}

.sports-list-0 a:hover,.sports-list-1 a:hover {
	height: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #0363b0;
	line-height: 24px
}

#game-list-li {
	position: fixed;
	right: 0;
	width: 100%
}

.game-list-div-banner {
	float: left;
	padding: 30px 0 40px 0
}

@media (max-width:990px) {
	.game-box:first-child {
		width: calc(60% / 2 - 30px);
		float: left;
		margin-left: calc(30% - 130px)
	}

	.game-banner-name,.game-div {
		clear: both;
		height: 24px;
		font-size: 16px;
		font-weight: 500;
		color: rgba(51,51,51,1);
		line-height: 24px
	}

	.game-box {
		width: 20%;
		float: left
	}
}

@media (min-width:991px) {
	.game-box:first-child {
		width: calc(50% / 2 + 110px);
		margin-left: calc(30% - 130px)
	}

	.game-banner-name,.game-div {
		clear: both;
		height: 24px;
		font-size: 16px;
		font-weight: 500;
		color: rgba(51,51,51,1);
		line-height: 24px
	}

	.game-box {
		width: 130px;
		float: left
	}

	.game-box:last-child {
		width: 30%;
		float: left
	}
}

.game-list-link-div {
	width: 112px;
	float: left
}

.game-line {
	height: 10px
}

.box-a,.game-list-link-div a {
	height: 24px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: rgba(102,102,102,1);
	line-height: 24px;
	padding: 10px 10px 10px 0
}

.box-a:hover,.game-list-link-div a:hover {
	height: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #0363b0;
	line-height: 24px
}

.extbkbox {
	width: 280px;
	background: #fff;
	position: fixed!important;
	top: 50%;
	right: 8px;
	transform: translate(0,-50%);
	float: left;
	position: absolute;
	z-index: 4000;
	animation: wrapper-gradient 2s linear
}

.extbkbox i {
	color: #fff;
	padding-right: 5px
}

@keyframes wrapper-gradient {
	0% {
		transform: translateY(-100%)
	}

	100% {
		transform: translateY(-50%)
	}
}

* html .extbkbox {
	top: expression(offsetParent.scrollTop+20)
}

.extbkbox {
	right: 0
}

.extbkboxm {
	clear: both;
	height: 30px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
	background: #f60
}

.extbkboxclose {
	width: 40px;
	height: 120px;
	background: #fff;
	border: solid 1px silver;
	position: fixed;
	top: 50%;
	right: 8px;
	transform: translate(0,-50%);
	z-index: 1000;
	clear: both;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	background: #f60;
	padding: 10px 0
}

.close_title {
	position: absolute;
	right: 10px;
	top: 30%;
	cursor: pointer;
	-webkit-writing-mode: tb-rl;
	writing-mode: tb-rl
}

.extbkboxm .extmore {
	float: right;
	cursor: pointer
}

.extmore1 {
	position: relative
}

.extbkboxb {
	font-size: 16px;
	border: solid 1px silver;
	clear: both;
	height: auto;
	text-indent: 2em
}

.extbkboxb p {
	font-size: 16px;
	text-indent: 2em;
	margin: 0;
	padding: 0 10px
}

.extbkboxnarclose {
	color: red;
	display: block;
	width: 40px;
	height: 30px;
	background: url(../img/index/tanchu_03.gif) no-repeat center center
}

.extbkboxnar {
	color: #00f;
	width: 40px;
	height: 30px;
	background: url(../img/index/tanchu_05.gif) no-repeat center center;
	display: block
}

#cnzz_stat_icon_1278566078 {
	display: none
}

.modal-center-txt {
	text-align: left;
	text-indent: 35px
}

.modal-center-foot {
	text-align: center;
	padding: 30px
}

.modal-center-foot button,.modal-center-foot button:hover {
	background: #0363b0;
	color: #fff
}

/*html*/

body{background:white}
    	/* .top{margin-bottom: 40px;} */
    	.img-top{height: 100%;}
    	.img-top img{
    		display: block;
    		width: 100%;
    	}
		.btn-shidai{
			display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
	border-color: #ccc;
		}
    	.words-top p{
    		color: #999999;
    		font-size: 14px;
    		line-height: 18px;
    		margin-bottom: 15px;
    	}
		.main{
			margin-top:50px;
		}
    	.container{
    		padding-top: 20px;
    		padding-bottom: 20px;
			
    	}
    	.nav.nav-tabs{
    		background-color: #f8f8f8;
    		border: none;
    	}
    	.nav-tabs>li>a span{
    		display: block;
    		text-align: center;
    	}
    	.nav-tabs>li>a span:first-child{font-size: 14px;}
    	.nav-tabs>li>a{
			border:none;
    		border-top: 2px solid #eeeeee;
    		margin: 0;
    		background-color: #eeeeee;
    		color: #666666;
    		border-radius: 0;
    		padding: 15px 30px;
			margin-right:1px;
    	}
    	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    		border: none;
    		color: #0363b0;
    		background-color: white;
    		border-top: 2px solid #0363b0;
    	}
    	.tab-pane h5{
    		font-size: 16px;
    		color: #333333;
    		text-align: center;
    		padding-top: 40px;
    		margin-top: 0;
    		margin-bottom: 30px;
    	}
    	.tab-pane table{
    		width: 100%;
    		color: #666666;
    	}
    	.tab-pane table tr td{
    		padding: 8px 0;
    		padding-left: 10%;
    		line-height: 14px;
    	}
    	.tab-pane table tbody tr:nth-child(2n+1){
    		background-color: #f3f3f3;
    	}
    	.container-tabs{
    		border: 1px solid #eeeeee;
    		padding-bottom: 20px;
    		margin-bottom: 90px;
			margin-top: 30px;
    	}
    	.read-more{
    		font-size: 12px;
    		line-height: 12px;
    		color: #999999;
    		margin: 10px 22px;
    	}
    	.read-more a{
    		color: #00cdf0;
    	}
    	h3.title{
    		background-color: #f3f3f3;
    		padding: 6px 38px;
    		font-size: 18px;
			line-height: 18px;
    	}
    	h3.title img{
    		display: inline-block;
			width: 22px;
			vertical-align: text-bottom;
			margin-right: 4px;
    	}
    	.info ul li{
    		margin-bottom: 20px;
    		list-style: none;
    	}
    	.info ul li p{
    		color: #666666;
    		font-size: 16px;
    		font-weight: 500;
    	}
    	.info ul li span{
    		display: block;
    		line-height: 24px;
    		color: #999999;
    	}
    	.fix-bottom{
    		position: fixed;
    		bottom: 0;
    		right: 0;
    		left: 0;
    		border-top:1px solid #eeeeee;
    		background-color: white;
    		z-index: 30;
    	}
    	.fix-bottom h3{
    		font-size: 18px;
    		line-height: 28px;
    		font-weight: bold;
    		margin: 0;
    	}
    	.fix-bottom .btn{
    		margin-left: 10px;
    		display: inline-block;
    		padding: 6px 18px;
    		font-size: 14px;
    		line-height: 1.42857143;
    	}
    	.span-term{
    		color: #666666;
    		display: inline-block;
    		margin-right: 10px;
    		vertical-align: middle;	
    		margin-top: 5px;
    	}
    	.span-term span{
    		color: #0363b0;
    	}
    	.span-price{
    		font-size: 16px;
    		display: inline-block;
    		margin-right: 10px;
    		vertical-align: middle;
    	}
    	.span-price span{
    		color: #ff0000;
    		font-size: 24px;
    	}
    	.words-top p.insurance-name{
    		font-size: 26px;
    		color: #0363b0;
			font-weight:bold;
    		line-height: 48px;
    	}
		.footer{margin-bottom:127px}
		.btn-insurances .btn{
			padding: 6px 22px;
			font-size: 16px;
			line-height: 28px;
			margin-bottom: 8px;
			margin-right: 20px;
		}
		.btn-insurances .btn:last-child{margin-right: 0;}
		.btn-insurances .btn.active{
			border-color: #0363b0!important;
			color: #0363b0!important;
			background:rgba(250,150,4,0.1)!important;
		}
		.plan-content.cut{
			height: 180px;
			overflow: hidden;
		}
		.plan-content-tab.fold .fold,.plan-content-tab .open{
			display: none;
		}
		.plan-content-tab.fold .open{
			display: block;
		}
		.plan-content-tab{
			width: 100%;
			padding:0 20px;
		}
		.plan-content-tab span{
			display: block;
			padding: 20px 0;
			color: #14BEF0;
			width: 100%;
			text-align: center;
			border-bottom: 1px solid #eeeeee;
			font-size: 14px;
			line-height: 14px;
		}
		.plan-content-tab span a:hover{color: inherit;}
		.plan-content-tab span a img{
			height: 8px;
			margin-left: 5px;
		}
		.nav-tabs>li {
		    margin-bottom: 0;
		}
		.insurance-card{
			padding: 10px 18px;
			background:rgba(255,255,255,1);
			box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
			min-height: 80px;
			display: flex;
			width: fit-content;
			align-items: center;
		}
		.card-price{
			font-size: 14px;
			color: #666666;
			line-height: 14px;
			border-right: 1px solid #dddddd;
			height: 90px;
			padding-top: 30px;
			padding-left: 2px;
			/* padding-right:20px; */
			width: 300px;
			white-space: n;
			text-align: center;
		}
		.card-content{
			display:inline-block;
			padding-left:20px
		}
		.plan-content table tr td:first-child{padding-left:90px;text-align:left}
		.plan-content table tr td:last-child{padding-right:90px;text-align:right}
		.to-top.iconfont{
			display:block;height:48px;
			width:48px;line-height:48px;background-color:#999999;
			color:white;border-radius:30px;font-size:24px;text-align:center;
			cursor:pointer;position:fixed;bottom:100px;z-index:3000;right:20px
		}
		.notify_{padding:10px;background-color: rgba(250,150,4,0.1);line-height:20px;}
		.notify_  .container{padding: 0;background-color: rgba(250,150,4,0);}
		#sys_notify{overflow: hidden;white-space:nowrap;color: #F25506;}
		.insure-recommend {
			color: #4EC9AD;
			font-size: 40px !important;
			position: absolute;
			right: 0px;
			top: 5px;
		}
		button.btn.btn-default{
			position: relative;
		}
		.preclass{
			display: block;
    		padding: 9.5px;
    		margin: 0 0 10px;
    		font-size: 14px;
    		line-height: 1.42857143;
    		color: #999;
    		word-break: break-all;
    		white-space: pre-wrap;
    		word-wrap: break-word;
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			background-color:white;
    		border: 0;
    		border-radius: 0;
		}
		.btn-css{
			width: 250px;
			height: 58px;
		}
		.disabled-css {
			pointer-events: none;
			background-color: #e6e6e6;
		}
		.disabled-li-css {
			pointer-events: none;
			background-color: #e6e6e6;
		}
		.disabled-a-css {
			pointer-events: none;
			background-color: #e6e6e6;
		}
		.disabled-color-css {
			color:#999;
		}

		.loading,
        .loading > div {
        position: relative;
        box-sizing: border-box;
        }

        .loading {
        display: block;
        font-size: 0;
        color: #e6e6e6;
        }

        .loading.la-dark {
        color: #e6e6e6;
        }

        .loading > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
        }

        .loading {
        width: 32px;
        height: 32px;
        }

        .loading > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        margin-left: -4px;
        border-radius: 100%;
        animation: ball-spin-clockwise-fade 1s infinite linear;
        }

        .loading > div:nth-child(1) {
        top: 5%;
        left: 50%;
        animation-delay: -0.875s;
        }

        .loading > div:nth-child(2) {
        top: 18.1801948466%;
        left: 81.8198051534%;
        animation-delay: -0.75s;
        }

        .loading > div:nth-child(3) {
        top: 50%;
        left: 95%;
        animation-delay: -0.625s;
        }

        .loading > div:nth-child(4) {
        top: 81.8198051534%;
        left: 81.8198051534%;
        animation-delay: -0.5s;
        }

        .loading > div:nth-child(5) {
        top: 94.9999999966%;
        left: 50.0000000005%;
        animation-delay: -0.375s;
        }

        .loading > div:nth-child(6) {
        top: 81.8198046966%;
        left: 18.1801949248%;
        animation-delay: -0.25s;
        }

        .loading > div:nth-child(7) {
        top: 49.9999750815%;
        left: 5.0000051215%;
        animation-delay: -0.125s;
        }

        .loading > div:nth-child(8) {
        top: 18.179464974%;
        left: 18.1803700518%;
        animation-delay: 0s;
        }

        .loading.la-sm {
        width: 16px;
        height: 16px;
        }

        .loading.la-sm > div {
        width: 4px;
        height: 4px;
        margin-top: -2px;
        margin-left: -2px;
        }

        .loading.la-2x {
        width: 64px;
        height: 64px;
        }

        .loading.la-2x > div {
        width: 16px;
        height: 16px;
        margin-top: -8px;
        margin-left: -8px;
        }

        .loading.la-3x {
        width: 96px;
        height: 96px;
        }

        .loading.la-3x > div {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px;
        }

        @keyframes ball-spin-clockwise-fade {
        50% {
            opacity: 0.25;
            transform: scale(0.5);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
        }
		.preclass_ {
			display: block;
			font-size: 14px;
			line-height: 1.42857143;
			color: #666;
			word-break: break-all;
			white-space: pre-wrap;
			word-wrap: break-word;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
			background-color: transparent;
			border: 0;
			border-radius: 0;
			padding: 0;
			margin: 0;
		}
		
		/*123*/
		.mui-segmented-control {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #007aff;
    border-radius: 3px;
    background-color: transparent;
    -webkit-touch-callout: none
}

.mui-segmented-control.mui-segmented-control-vertical {
    border-collapse: collapse;
    border-width: 0;
    border-radius: 0
}

.mui-segmented-control.mui-segmented-control-vertical .mui-control-item {
    display: block;
    border-bottom: 1px solid #c8c7cc;
    border-left-width: 0
}

.mui-segmented-control.mui-scroll-wrapper {
    height: 38px
}

.mui-segmented-control.mui-scroll-wrapper .mui-scroll {
    width: auto;
    height: 40px;
    white-space: nowrap
}

.mui-segmented-control.mui-scroll-wrapper .mui-control-item {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    border: 0
}

.mui-segmented-control .mui-control-item {
    line-height: 38px;
    display: table-cell;
    overflow: hidden;
    width: 1%;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #007aff;
    border-color: #007aff;
    border-left: 1px solid #007aff
}

.mui-segmented-control .mui-control-item:first-child {
    border-left-width: 0
}

.mui-segmented-control .mui-control-item.mui-active {
    color: #fff;
    background-color: #007aff
}

.mui-segmented-control.mui-segmented-control-inverted {
    width: 100%;
    border: 0;
    border-radius: 0
}

.mui-segmented-control.mui-segmented-control-inverted.mui-segmented-control-vertical .mui-control-item,.mui-segmented-control.mui-segmented-control-inverted.mui-segmented-control-vertical .mui-control-item.mui-active {
    border-bottom: 1px solid #c8c7cc
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item {
    color: inherit;
    border: 0
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #007aff;
    border-bottom: 2px solid #007aff;
    background: 0 0
}

.mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar {
    background-color: #007aff
}

.mui-segmented-control-positive {
    border: 1px solid #4cd964
}

.mui-segmented-control-positive .mui-control-item {
    color: #4cd964;
    border-color: inherit
}

.mui-segmented-control-positive .mui-control-item.mui-active {
    color: #fff;
    background-color: #4cd964
}


.insurance-table table {
	width: 100%;
	text-align: left
}

.insurance-table table tr:nth-child(2n+1) {
	background-color: #f3f3f3
}

.insurance-table table td {
	padding: 8px 0;
	padding-left: 10%
}

.insurance-table table td:first-child {
	padding-left: 25%
}

.insurance-table table td {
	border: none;
	background-color: transparent;
	color: #666
}



/*用户中心*/
.userinfo{
	     max-width:1180px;
		 height:200px;
		 margin-bottom:20px;
		 padding-top:20px;
		 box-sizing: border-box;
		 background: pink; /* 针对不支持渐变的浏览器 */
        background: -webkit-linear-gradient(left,#0363b0, #00c0ef);
        /*  Safari 5.1 到 6.0 */
        background: -o-linear-gradient(right,#0363b0, #00c0ef);
        /*  Opera 11.6 到 12.0 */
        background: -moz-linear-gradient(right,#0363b0, #00c0ef);
        /*  Fx 3.6 到 15 */
        background: linear-gradient(to right,#0363b0, #00c0ef);
        /* 标准语法（必须是最后一个） */
	  }
	  .userinfo .userimg{
	     width:80px;
		 height:80px;
		 border-radius: 50%;
		 margin-left:auto;
		 margin-right:auto;
		 
	  }
	  .userinfo .userimg img{
	     width:100%;
		 height:100%;
		 border-radius: 50%;
	  }
	  .userinfo .username{
	     width:150px;
		 height:50px;
		 font-size:20px;
		 color:#fff;
		 line-height:50px;
		 text-align:center;
		 margin-left:auto;
		 margin-right:auto;
	  }
	  .navbox{
	     max-width:1180px;
		 background-color:#fff;
		 border-radius: 12px;
		 box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
		 margin-bottom:10px;
		 margin-left:auto;
		 margin-right:auto;
		 padding:20px 0px 20px 0px;
		 box-sizing: border-box;
		 overflow: hidden;
	  }
	  .navbox .nav{
	    height:60px;
		line-height:60px;
		font-size:18px;
	    border-top:1px #ccc solid;
		padding-left:20px;
		padding-right:20px;
		box-sizing: border-box;
		
	  }
	  .navbox .nav:first-child{
	     border-top:0
	  }
	  .navbox .nav a{
		
	  }
	  .navbox .nav a:hover{
	     text-decoration: none; 
	  }
	  .arrow{
	    width:30px;
		height:30px;
		margin-top:15px;
		float:right;
	  }
	  .arrow img{
	     width:100%;
		 height:100%;
	  }
	  
	  .inputbox{
	    width:85%;
		height:30px;
		margin-top:15px;
		float:right;
	  }
	  .inputbox input{
		  border:0;
	  }
	  .inputbox input:hover{
		  border:1px #ccc solid;
	  }
	  
	  /*产品中心*/
	  .navbox .proclassbox{
	    height:80px;
		line-height:80px;
		font-size:24px;
		color:#0363b0;
		font-weight:bold;
		border-radius: 6px;
	    border:1px #ccc solid;
		text-align:center;
		padding-left:30px;
		padding-right:30px;
		margin:8px;
		float:left
	  }
	  
	  
/*分类样式*/
.dpbKZI {
    display: flex;
    flex-direction: row;
    flex: initial;
    flex-wrap: initial;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
}

.dpbKZI span {
    height: 86px;
	line-height:66px;
    cursor: pointer;
    position: relative;
    transition: none;
}
.dpbKZI span.active {
    font-weight: 600;
    color: rgb(51, 51, 51);
}
.dpbKZI span .line{
	width:50px;
	height:8px;
	background-color:#28b28b;
	margin:-10px auto 10px auto;
	border-radius:5px;
}

.jNjBCh {
    transition: 0.2s;
    color: rgb(102, 102, 102);
    font-size: 24px;
    display: inline-block;
    font-weight: 400;
    margin-left: 28px;
    margin-right: 28px;
} 

.cateBox{
		  max-width:1180px;
		  min-height:700px;
		  background-color:#f5f6f6;
}

.cateBox .classlist{
	     max-width:1100px;
		 min-height:600px;
		 background-color:#fff;
		 border-radius: 12px;
		 box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
		 margin-bottom:10px;
		 margin-left:auto;
		 margin-right:auto;
		 padding:20px 0px 20px 0px;
		 box-sizing: border-box;

}
.cateBox .classlist .img{
	width:300px;
	height:300px;
	border-radius:5px;
	border:1px #ccc solid;
	margin:10px;
	float:left;
}



/*.cateBox-tabs{
    		border: 1px solid #eeeeee;
    		padding-bottom: 20px;
    		margin-bottom: 90px;
			margin-top: 20px;
	
}

.cateBoxnav.nav-tabs {
	background-color: #f8f8f8;
	border: none
}

.cateBoxnav-tabs>li>a span {
	display: block;
	text-align: center
}

.cateBoxnav-tabs>li>a span:first-child {
	font-size: 18px
}

.cateBoxnav-tabs>li>a {
	border: 1px solid rgba(238,238,238,1);
	border-top: 2px solid #eee;
	border-bottom: none;
	margin: 0;
	background-color: #eee;
	color: #666;
	border-radius: 0;
	padding: 12px 56px;
	font-size: 16px
}

.cateBoxnav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color: #0363b0;
	background-color: #fff;
	border-top: 2px solid #0363b0
}*/


	  
 
	  /*.cateBox .cateItem {
        font-size: 16px;
        color: rgb(136, 136, 136);
        text-align: center;
        height: 54px;
        line-height: 54px;
		font-size:32px;
        font-weight: normal;
        cursor: pointer;
        padding: 0px 24px;
        border-bottom: 2px solid #ccc;
      }
	  
	  .cateBox .cateItemActive {
         font-weight: 600;
         color: rgb(34, 34, 34);
         border-bottom-color: rgb(34, 34, 34);
      }*/
	  
	  
    .area_industrial_icon {
		margin:9px 9px;
		width:150px;
		height:210;
		text-align:left;
		font-size:0;
		box-shadow:0 0 60px #ccc;
		background: rgba(255, 255, 255, 0.9); 
		border-radius:5px;
		float:left;
		border:0px #4b5cc4 solid;
	}
	.area_industrial_icon img{
		width:150px;
		height:150px;
		border-radius:5px 5px 0 0;
	}
    .area_industrial_icon .pic1{
		width:100%;
		height:60px;
		line-height:60px;
		font-size:24px;
		color:#fff;
		background: rgba(3, 99, 176, 1); 
		font-weight:600;
		text-align:center;

		border-radius:0 0 5px 5px ;
	}
    .area_industrial_icon .tip{
		height:10px;
		line-height:28px; 
		font-size:16px;
	}
    .area_industrial_icon .tip p{
		line-height:22px;
		font-size:13px; 
		color:#545454;
		float:left;
		margin:5px 3px 3px 5px;
		border:1px #ccc dashed; 
		padding:3px 5px; 
		box-sizing:border-box;
		border-radius:5px
	}
    .area_industrial_icon .button2{
		height:48px;
		line-height:48px; 
		/*background-color:#0363b0;*/
		background: rgba(3, 99, 176, 0.3); 
		border:1px #0363b0 solid;
		width:150px;
		border-radius:8px;
		font-size:18px;
		color:#fff;
		text-align:center;
		/*margin:15px auto;*/
		margin-bottom:15px;
		margin-left:auto;
		margin-right:auto;
		clear:both;
	}
    .area_industrial_icon:hover {
		
		border:0px #fff solid
	}
    .area_industrial_icon:hover .pic1{
		background-color:red; 
		color:#fff;
	}
    .area_industrial_icon:hover .button2{
		border:1px red solid;
		background-color:red;
		color:#fff;
	}

	  
	  .back{
	     width:100%;
		 height:80px;
		 line-height:80px;
		 padding-left:10px;
		 box-sizing: border-box;
		 font-size:35px;
		 color:#fff;
		 font-weight:bold;
		 background: pink; /* 针对不支持渐变的浏览器 */
        background: -webkit-linear-gradient(left,#0363b0, #00c0ef);
        /*  Safari 5.1 到 6.0 */
        background: -o-linear-gradient(right,#0363b0, #00c0ef);
        /*  Opera 11.6 到 12.0 */
        background: -moz-linear-gradient(right,#0363b0, #00c0ef);
        /*  Fx 3.6 到 15 */
        background: linear-gradient(to right,#0363b0, #00c0ef);
        /* 标准语法（必须是最后一个） */
	  }
	  .back img{
	     width:36px;
		 height:50px;
		 margin-top:15px;
		 float:left;
	  }
	  .back a{
	     color:#fff;
	  }
	  .back a:hover{
	     color:#fff;
	     text-decoration: none; 
	  }
	  
	  
	  
	  /*核验*/
.inputhybox{
	max-width:1180px;
	height:300px;
	margin:10px auto;
	padding:20px;
	background-color:#fff;
}
.inputhybox .hybox{
     width:700px;margin-left:auto;margin-right:auto;margin-top:30px;
}
.inputhybox .hylab{
	width:200px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:30px;
	color:red;
	font-weight:800;
	
	background:#eee;
	border-radius:5px 0 0 5px;
	float:left;
}

.inputhybox .hyinputbox{
	width:400px;
	height:80px;
	float:left;
}

.inputhybox .hyinputbox .hyinput1{
	width:400px;
	height:40px;
	line-height:40px;
	font-size:18px;
	padding:5px;
	border:1px #ccc solid;
	
	box-sizing:border-box;
}
.inputhybox .hyinputbox .hyinput2{
	width:400px;
	height:40px;
	line-height:40px;
	font-size:18px;
	padding:5px;
	border:1px #ccc solid;
	
	box-sizing:border-box;
}
.inputhybox .hybtn{
	width:100px;
	height:80px;
	line-height:80px;
	font-size:30px;
	color:#fff;
	text-align:center;
	border-radius:0 5px 5px 0;
	background:red;
	float:left;
}
.inputhybox .hybtn input{
	background:none;
	border:0;
	color:#fff;
}



.proorderbox{
	width:1280px;
	min-height:150px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding:0px;
	box-sizing:border-box;
}
.proorderbox .title{
	width:100%;
	height:60px;
	line-height:60px;
	padding-left:15px;
	box-sizing:border-box;
	background-color:#5bb464;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.proorderbox .ts{
	width:100%;
	min-height:40px;
	line-height:30px;
	padding-left:15px;
	box-sizing:border-box;
	background-color:#eee;
	font-size:14px;
	font-weight:50;
	text-align:center;
	margin-bottom:0px;
}

.proorderbox .tagtitle{
	width:100%;
	height:20px;
	line-height:20px;
	padding-left:10px;
	box-sizing:border-box;
	background-color:#fff;
	color:#5bb464;
	font-size:18px;
	font-weight:bold;
	border-left:0px #ff8733 solid;
	margin-top:30px;
	margin-bottom:15px;
	
}
.proorderbox .yhxx{
	width:100%;
	min-height:150px;
	padding:20px 50px 20px 50px;
	box-sizing:border-box;
	font-size:14px;
}
.proorderbox .yhxx .checkbox{
	width:15px;
	height:100px;

	float:left;
	padding-top:8px;
	box-sizing:border-box;
}
.proorderbox .yhxx p{
	width:1100px;
	min-height:100px;
	line-height:30px;
	float:left;
	margin-left:10px;
	padding:0;
}
.proorderbox .yhxx p a{
	color:#ea0000;
}

.proorderbox .box-btn{
	width:300px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.proorderbox .box-btn button{
	height:46px;
	background:#e70012;
	border:none;
	width:200px;
	border-radius:8px;
	font-size:20px;
	color:#fff;
}



.proorderbox .dataintable1 {
  margin-top:1px;
  border-collapse:collapse;
  border:1px solid #eee;
  width:100%;
  margin-bottom:0px;
}
.proorderbox .dataintable1 tr{
	clear:both;
}
.proorderbox .dataintable1 th {
  /*vertical-align:baseline;*/
  padding:0px 12px 0px 0px;
  box-sizing:border-box;
  background-color:#f8f9fb;
  border:1px solid #eee;
  text-align:left;
  color:#656565;
  width:220px;
  height:40px;
  line-height:40px;
  text-align:right;
}
.proorderbox  .dataintable1 td {
  /*vertical-align:text-top;*/
  padding:12px;
  box-sizing:border-box;
  border:1px solid #eee;
  background-color:#fff;
  height:40px;
  line-height:40px;
}
.proorderbox .dataintable1 td input{
	min-width:300px;
	height:40px;
	line-height:40px;
	border:1px #ccc solid;
	background-color:#f8f9fb;
	border-radius:0;
	padding-left:9px;
	box-sizing:border-box;
	float:left;
	
}
.proorderbox .dataintable1 td select{
	min-width:130px;
	height:40px;
	line-height:40px;
	border:1px #ddd solid;
	background-color:#f8f9fb;
	padding-left:9px;
	box-sizing:border-box;
	border-radius:0;
	float:left;
}

.proorderbox .dataintable1 td span{
	width:30px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ea0000;
	float:left;
}
.proorderbox .dataintable1 .texttip{
	min-width:100px;
	height:40px;
	line-height:40px;
	text-align:left;
	font-size:14px;
	color:#ccc;
	float:left;
}


.proorderbox .dataintable1 td input:focus {
   color:#0363b0;  
   border: 2px solid #0363b0;
   font-weight:500;   
}
.proorderbox .dataintable1 td input[readonly]{
   border: 1px solid #ccc;
   cursor: hand;   
}

.statusbox{
     width:300px;
	 height:100px;
	 margin:20px auto 20px auto;
	 text-align:center;
  }
  .statusbox img{
     width:50px;
	 height:50px;
	 margin:0 auto;
  }
  .statusbox .success{
    width:100%;
	line-height:30px;
	font-size:26px;
	color:#29b266;
	font-weight:500;
  }
  .statusbox .wraning{
    width:100%;
	line-height:30px;
	font-size:22px;
	font-weight:500;
  }
  
  .dd_check{
	  width:90%;
	  margin-left:20px;
  }
	  
	  
	  