#nb_icon_wrap,.yii-debug-toolbar,#newBridge #nb_nodeboard,#nb_toolbar_wrap{
    display: none!important;
}

[v-cloak] {
    display: none !important;
}

body {
	background-color: #f8f8f8!important;
	font-size: 14px!important;
}

.header {
    overflow: hidden;
}

.full-top-bar {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 80px;
    line-height: 60px;
    padding-top: 10px;
    /* transition: background 300ms; */
    z-index: 99;
}


.service {
	width: 300px;
	overflow-y: auto;
	text-align: center;
	border-radius: 10px;
	margin: -40px auto 0;
	padding: 54px 0 20px;
	z-index: 11;
	background-color: #fff;
	position: relative;
	font-size: 14px;
}

.service .qr {
	height: 195px;
	width: 195px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.service .close {
	height: 24px;
	width: 24px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.service-name {
	font-size: 16px;
	margin-bottom: 15px;
}

.form-item {
	height: 60px;
	padding: 0 30px;
	margin-top: 20px;
	text-align: left;
	font-size: 16px;
	color: #353535;
}

.form-item input {
	margin-top: 10px;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	width: 100%;
}

input:focus{
    outline: 0;
}

.service button {
	width: 90%;
	height: 55px;
	background-color: #1782fa;
	color: #fff;
	font-size: 21px;
	border-radius: 10px;
	border: 0;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.sumbit-success {
	position: fixed;
	top: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 200px;
	text-align: center;
}

.tab {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: center;
	background-color: #e2f1ff;
	color: #545454;
	font-size: 17px;
}

.tab .tab-item {
	width: 317px;
	text-align: center;
	cursor: pointer;
}

.tab .tab-item.active {
	color: #fff;
	background-color: #3399ff;
}


.tab .tab-item a {
	color: #545454;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.tab .tab-item a:hover {
	color: #545454;
}

.tab .tab-item.active a {
	color: #fff;
}

.tab .tab-item.active a:hover {
	color: #fff;
}

.cat-list {
	width: 884px;
	margin: 50px auto 30px;
	display: flex;
	flex-wrap: wrap;
}

.cat-list .cat-item {
	width: 171px;
	height: 130px;
	background-color: #fff;
	font-size: 17px;
	color: #3399ff;
	text-align: center;
	cursor: pointer;
	margin: 0 25px 40px;
	box-shadow: 0 0 30px rgb(233, 233, 233);
}

.cat-list .cat-item .cat-img {
	width: 60px;
	height: 60px;
	margin: 20px auto 10px;
}

.title {
	text-align: center;
	font-size: 34px;
	color: #545454;
}

.search {
	margin-top: 32px;
	position: relative;
	margin: 32px auto 70px;
	height: 47px;
	width: 824px;
	box-shadow: 0 0 30px rgb(233, 233, 233);
}

.search .input {
	border: 0;
	height: 47px;
	width: 824px;
	border-radius: 10px;
	padding: 0 60px 0 20px;
	font-size: 17px;
}

.search .search-icon {
	position: absolute;
	right: 25px;
	height: 25px;
	width: 25px;
	top: 11px;
	cursor: pointer;
}

.list {
	width: 804px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 95px;
}

.item {
	padding: 50px 23px 0;
	box-shadow: 0 0 30px rgb(233, 233, 233);
	height: 238px;
	width: 377px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 45px;
}

.item .goods {
	height: 100px;
}

.item .goods .goods-img {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 22px;
}

.item .goods .goods-info {
	font-size: 13px;
	color: #666666;
}

.item .goods .goods-name {
	font-size: 16px;
	color: #000;
	height: 50px;
}

.item .goods .goods-info .goods-price {
	margin-left: 30px;
}

.todo {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.about,.buy {
	height: 27px;
	font-size: 14px;
	padding: 0 15px;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	outline:none;
}

.about:focus,.buy:focus,.foot-apply:focus{
    outline: 0;
}

.about {
	background-color: #fff;
	color: #3399ff;
	border: 1px solid #3399ff;
}

.buy {
	background-color: #3399ff;
	color: #fff;
}

.bg .item {
	height: 415px;
	width: 650px;
	box-shadow: none;
	position: relative;
	padding: 50px 60px;
}

.bg .item .goods {
	height: 250px;
	font-size: 17px;
}

.bg .item .goods .goods-name {
	font-size: 21px;
	color: #000000;
	line-height: 32px;
	height: auto;
	margin-bottom: 10px;
}

.bg .item .goods .goods-info {
	font-size: 17px;
}

.bg .item .goods .goods-img {
	height: 250px;
	width: 250px;
	margin-right: 35px;
}

.bg .item .close {
	top: -35px;
	right: -45px;
	position: relative;
}

.bg .item .todo button {
	height: 35px;
	width: 125px;
}

.choose {
	background-color: #F5F6F5;
	padding: 36px 0 44px;
	border-bottom: 2px solid #dcdcdc;
}

.choose-list {
	margin: 0 360px;
	font-size: 17px;
	color: #545454;
	display: flex;
	flex-wrap: wrap;
}

.choose-list .choose-label {
	color: #8f8f8f;
	height: 34px;
	line-height: 34px;
	cursor: default;
}

.choose-list div {
	cursor: pointer;
	margin-bottom: 36px;
	padding: 0 10px;
	margin-right: 10px;
	height: 34px;
	line-height: 34px;
}

.choose-list div.active {
	background-color: #3399ff;
	color: #fff; 
}

.all-goods-list {
	margin: 0 345px 0 295px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 75px;
}

.all-goods-list .all-goods-item {
	width: 250px;
	height: 360px;
	padding: 0;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-left: 65px;
	background-color: #fff;
	color: #545454;
	box-shadow: 0 5px 5px rgba(240, 240, 240)
}

.all-goods-list .all-goods-item .goods{
	font-size: 17px;
	height: auto;
}

.all-goods-list .all-goods-item .goods img {
	width: 250px;
	height: 200px;
	border-radius: 10px;
}

.all-goods-list .all-goods-item .todo {
	padding: 0 18px;
	margin-top: 0;
}

.all-goods-list .all-goods-item .todo button {
	height: 34px;
}

.all-goods-list .all-goods-item .goods .goods-name {
	padding: 11px 18px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.all-goods-list .all-goods-item .goods .goods-tag {
	height: 28px;
	font-size: 14px;
	padding: 0 18px;
	color: #ff9a18;
}

.all-goods-list .all-goods-item .goods .goods-tag div,.all-goods-list .all-goods-item .goods .goods-tag span {
	height: 26px;
	line-height: 26px;
	width: auto;
	display: inline-block;
	border: 1px solid #ff9a18;
	padding: 0 9px;
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.all-goods-list .all-goods-item .goods .goods-company {
	font-size: 14px;
	/* margin: 7px; */
	padding: 7px 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page {
	padding-bottom: 75px;
	display: flex;
	justify-content: center;
	line-height: 26px;
	height: 26px;
}

.page .active {
	color: #7AB6FF;
	cursor: default;
}

.page .toggle {
	height: 26px;
	width: 26px;
	background-color: #3399FF;
	text-align: center;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
}

.page-item {
	margin-right: 25px;
	cursor: pointer;
	font-size: 17px;
	color: #545454;
}

.choose-list .input {
	width: 263px;
	height: 34px;
	border-radius: 10px;
	padding: 0;
	border: 1px solid #BCBCBC;
	position: relative;
	line-height: normal;
}

.input input {
	border: 0;
	border-radius: 10px;
	padding: 0 40px 0 15px;
	width: 260px;
	height: 32px;
	font-size: 17px;
	color: #8f8f8f;
}

.input img {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 10px;
	height: 32px;
	width: 32px;
}

.product-list {
	height: 542px;
	width: 870px;
	margin: 55px auto 90px;
	position: relative;
}

.product-list img {
	width: 424px;
	cursor: pointer;
}

.product-list .product-item-one {
	height: 223px;
	position: absolute;
	top: 0;
	left: 0;
}

.product-list .product-item-two {
	height: 297px;
	position: absolute;
	top: 0;
	right: 0;
}

.product-list .product-item-three {
	height: 297px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-list .product-item-four {
	height: 223px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.hejiang-table {
	width: 760px;
	margin: 0 auto 153px;
	text-align: center;
	font-size: 17px
}

.table-title {
	height: 43px;
	line-height: 43px;
	background-color: #BEDCFA;
	color: #3399FF;
}

.table-title th {
	font-weight: 400;
}

.hejiang-table .table-item {
	height: 110px;
	padding: 17px 0;
	border-bottom: 1px dotted #A6D3FF;
}

.hejiang-table img {
	width: 76px;
	height: 76px;
}

.detail {
	width: 1200px;
	margin: 0 auto;
}

.detail .goods-detail-info {
	width: 1200px;
	display: flex;
	padding-top: 45px;
	font-size: 24px;
	color: #212121;
}

.detail .goods-detail-info .goods-img {
	height: 400px;
	width: 500px;
	margin-right: 90px;
}

.detail .goods-detail-info .goods-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* width: 500px; */
}

.detail .goods-detail-info .goods-intro {
	font-size: 17px;
	color: #626262;
	line-height: 20px;
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
}

.detail .goods-detail-info .goods-tag {
	font-size: 20px;
	color: #ff9a18;
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-bottom: 20px;
	min-height: 38px;
}

.detail .goods-detail-info .goods-tag span {
	display: inline-block;
	padding: 0 13px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #ff9a18;
	margin-right: 13px;
}

.detail .goods-detail-info .goods-buy-btn {
	margin-top: 30px;
	height: 65px;
	width: 180px;
	cursor: pointer;
	border-radius: 10px;
	background-color: #3399ff;
	line-height: 65px;
	text-align: center;
	font-size: 21px;
	color: #fff;
}

.detail .detail-about {
	display: flex;
	margin-top: 45px;
}

.about-title {
	width: 100%;
	background-color: #f5f5f5;
	font-size: 17px;
	color: #545454;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.detail .detail-about .goods-detail {
	width: 935px;
	margin-right: 14px;
}

.detail .detail-about .more-detail {
	width: 251px;
}

#detail {
	padding-top: 15px;
}

#detail p {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	flex-wrap: wrap;
}

.league-info {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	font-size: 21px;
	color: #212121;
}

.league-info .league-info-title {
	font-size: 34px;
	color: #545454;
	margin-bottom: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.league-title-line {
	width: 60px;
	height: 1px;
	background-color: #666666;
}

.league-info .league-logo {
	width: 360px;
	height: 410px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.league-info .league-logo .league-logo-img {
	height: 360px;
	width: 360px;
	display: block;
	margin-bottom: 30px;
}

.league-info .league-look {
	width: 166px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: #3399ff;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 50px;
	right: 50px;
	border-radius: 24px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.league-info .league-look img {
	width: 16px;
	height: 8px;
	margin-left: 5px;
}

.league-company-info {
	background-color: #fff;
	height: 361px;
	padding-left: 360px;
	padding-top: 45px;
	position: absolute;
	top: 50px;
	left: 60px;
	z-index: 2;
	font-size: 21px;
	color: #000000;
	width: 1126px;
}

.league-company {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}

.league-address {
	display: flex;
	height: 32px;
	align-items: center;
	margin-bottom: 22px;
}

.league-address img {
	height: 32px;
	width: 25px;
	margin-right: 15px;
}

.league-tag {
	padding: 4px 15px;
	border: 1px solid #ff9a18;
	color: #ff9a18;
	font-size: 20px;
	margin: 12px 0;
	margin-left: 15px;
	display: inline-block;
}

.league-tag:first-of-type {
	margin-left: 0;
}