/* 家庭宽带->css样式 */
.app{
	width: 100%;
	background: url("../image/order_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 4.44rem;
	background-position: top;
	padding-bottom: .2rem;
}
/* .describe{
	font-size: 0;
}
.describe span{
	font-size: .26rem;
	color: #fff;
	display: inline-block;
	width: 60%;
	padding: 0 .3rem;
	margin-bottom: .5rem;
} */

.describe{
	font-size: 0;
}
.describe span{
	font-size: .26rem;
	color: #fff;
	display: inline-block;
	width: 60%;
	padding: 0 .3rem;
	margin-bottom: .5rem;
}

.describe span:first-child{
	padding-top: .15rem;
	font-size: .36rem;
	/* font-weight: bold; */
	margin-bottom: .1rem;
}


.new-card-title{
	display: flex;
	justify-content: center;
}
.new-card-title img{
	width: 3.70rem;
}
/* 卡片内容 */
.card{
	background-color: #fff;
	margin: 0 .3rem .3rem .3rem;
	box-sizing: border-box;
	padding: .4rem .3rem;
	font-size: 0;
}
.border_radius{
	border-radius: .4rem .4rem .1rem .1rem;
}
.border_radius1{
	border-radius: .1rem;
}
.border_radius2{
	border-radius: .4rem;
}
.card-title{
	padding-left: .2rem;
	font-size: .34rem;
	font-weight: bold;
	height: 1rem;
	line-height: 1rem;
	position: relative;
}
.card-title::after{
	content: '';
	display: inline-block;
	width: .06rem;
	height: .3rem;
	background-color: #ff8942;
	position: absolute;
	left: 0;
	top: .35rem;
}
.adsl-product{}
.adsl-product ul{}
.adsl-product ul a{
	display: inline-block;
	width: 100%;
	font-size: .3rem;
	border-bottom: 1px solid #f5f5f5;
	padding: .3rem 0;
	color: #333333;
}
.adsl-product ul a:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.adsl-product ul a li > div{}
.adsl-product ul a li > div:first-child, .adsl-product ul a li > div:last-child{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
}
.adsl-product ul a li > div:first-child > span{
	font-weight: bold;
}
.adsl-product ul a li > div:first-child > span:first-child{
	font-weight: bold;
}
.adsl-product ul a li > div:first-child > .hot-title{
	position: relative;
}

.adsl-product ul a li > div:first-child > .hot-title::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: -.16rem;
	right: -1rem;
	width: 0.9rem;
	height: .8rem;
	background: url("../image/hot-title.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.adsl-product ul a li > div:first-child > span:last-child{
	color: #c6202d;
	font-size: .24rem;
}
.adsl-product ul a li > div:first-child > span:last-child .money{
	font-size: .36rem;
}
.adsl-product ul a li > div:last-child{
	margin-bottom: 0;
}
.adsl-product ul a li > div:last-child .message{
	display: flex;
	justify-content: space-between;
}
.adsl-product ul a li > div:last-child .message > span{
	display: inline-block;
	font-size: .36rem;
	color: #1f81ee;
	font-weight: bold;
	display: flex;
	align-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	height: 1.1rem;
}
.adsl-product ul a li > div:last-child .message > span:first-child{
	width: 1.2rem;
}
.adsl-product ul a li > div:last-child .message > span:nth-child(2){
	width: 1rem;
	color: #aaa;
	font-size: .36rem;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.adsl-product ul a li > div:last-child .message > span:last-child{
	text-align: center;
	font-size: .34rem;
	width: 1.7rem;
}
.adsl-product ul a li > div:last-child .message > span > span{
	display: inline-block;
	width: 100%;
	color: #aaaaaa;
	font-size: .26rem;
	padding-left: .26rem;
	font-weight: normal; 
}
.adsl-product ul a li > div:last-child .message > span:last-child span{
	padding-left: 0;
}
.adsl-product ul a li > div:last-child .btn{
	display: inline-block;
	width: 1.65rem;
	height: .55rem;
	line-height: .55rem;
	text-align: center;
	font-size: .3rem;
	color: #fff;
	font-weight: bold;
	background: url("../image/btn_bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.hot{
	position: relative;
}
.hot::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: -.16rem;
	left: -0.5rem;
	width: .62rem;
	height: .6rem;
/* 	top: -0.1rem;
	left: -0.4rem;
	width: .41rem;
	height: .45rem; */
	background: url("../image/company/company-hot.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
/* .discounts{
	position: relative;
}
.discounts::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: -0.38rem;
	right: -0.36rem;
	width: .9rem;
	height: .9rem;
	background: url("../image/discounts.png");
	background-repeat: no-repeat;
	background-size: 100%;
} */
.discounts-hot{
	position: relative;
}
.discounts-hot::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: -0.34rem;
	left: -0.39rem;
	width: .95rem;
	height: .91rem;
	background: url("../image/discounts_hot.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.discounts{
	position: relative;
}
.discounts::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: -0.34rem;
	left: -0.39rem;
	width: .95rem;
	height: .91rem;
	background: url("../image/discounts1.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.discounts-odds{
	position: relative;
}
.discounts-odds::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: -0.34rem;
	left: -0.39rem;
	width: .95rem;
	height: .91rem;
	background: url("../image/discounts-odds.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.discounts888{
	position: relative;
}
.discounts888::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: -0.34rem;
	left: -0.39rem;
	width: .95rem;
	height: .91rem;
	background: url("../image/discounts888.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
/* end */
/* 家庭宽带->结束 */
/* 企业宽带-css样式 */
.app-company{
	width: 100%;
	background: url("../image/company/herder_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 4.44rem;
	background-position: top;
	padding-bottom: .2rem;
}
.company-describe{
	font-size: 0;
}
.company-describe span{
	font-size: .26rem;
	color: #333333;
	display: inline-block;
	/* width: 60%; */
	padding: 0 .3rem;
	margin-bottom: .5rem;
}
.company-describe span:first-child{
	font-size: .48rem;
	font-weight: bold;
	margin-bottom: .3rem;
}
.company-card-title{
	padding-left: .2rem;
	font-size: .4rem;
	font-weight: bold;
	height: .5rem;
	line-height: .5rem;
	position: relative;
	color: #0972e7;
}
.company-card-title::after{
	content: '';
	display: inline-block;
	width: .08rem;
	height: .3rem;
	background-color: #0972e7;
	position: absolute;
	left: 0;
	top: .08rem;
	border-radius: .2rem;
}
.company-card-title1{
	padding-left: .2rem;
	font-size: .34rem;
	font-weight: bold;
	height: .5rem;
	line-height: .5rem;
	position: relative; 
	color: #bf0202;
}
.company-card-title1::after{
	content: '';
	display: inline-block;
	width: .08rem;
	height: .25rem;
	background-color: #bf0202;
	position: absolute;
	left: 0;
	top: .12rem;
	border-radius: .2rem;
}
.company-card-text{
	font-size: .26rem;
	color: #aaaaaa;
}
.company-title{
	margin-top: .8rem;
}
.company-title:first-child{
	margin-top: 0;
}
.company-product{}
.company-product ul{}
.company-product ul a{
	display: inline-block;
	width: 100%;
	font-size: .3rem;
	border-bottom: 1px solid #eeeeee;
	padding: .3rem 0;
	color: #333333;
}
.company-product ul a:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.company-product ul a li > div{}
.company-product ul a li > div:first-child, .company-product ul a li > div:last-child{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
}
.company-product ul a li > div:first-child > span{
	font-weight: bold;
}
.company-product ul a li > div:first-child > span:first-child{
	font-weight: bold;
}
.company-product ul a li > div:first-child > span:last-child{
	color: #c6202d;
	font-size: .24rem;
}
.company-product ul a li > div:first-child > span:last-child .money{
	font-size: .36rem;
}
.company-product ul a li > div:last-child{
	margin-bottom: 0;
}
.company-product ul a li > div:last-child .message{
	display: flex;
	justify-content: space-between;
}
.company-product ul a li > div:last-child .message > span{
	display: inline-block;
	font-size: .32rem;
	color: #1f81ee;
	font-weight: bold;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	height: 1.1rem;
}
.company-product ul a li > div:last-child .message > span:first-child{
	width: 1.4rem;
}
.company-product ul a li > div:last-child .message > span:first-child b{
	font-size: .32rem;
}
.company-product ul a li > div:last-child .message > .jia{
	width: .6rem;
	color: #aaa;
	font-size: .28rem;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.company-product ul a li > div:last-child .message > .message-center{
	justify-content: center;
	text-align: center;
	font-size: .28rem;
}
.company-product ul a li > div:last-child .message > span > span:last-child{
	display: inline-block;
	width: 100%;
	color: #aaaaaa;
	font-size: .28rem;
	padding-left: .15rem;
	font-weight: normal; 
}
.company-product ul a li > div:last-child .message > .message-center span{
	padding-left: 0 !important;
}

.company-product ul a li > div:last-child .message-text{
	color: #aaaaaa;
	font-size: .24rem;
}

.company-product ul a li > div:last-child .btn{
	display: inline-block;
	width: 1.4rem;
	height: .55rem;
	line-height: .48rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	font-weight: bold;
	background: url("../image/btn_bg1.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: .2rem;
}
.company-hot{
	position: relative;
}
.company-hot::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: -.16rem;
	left: -0.5rem;
	width: .62rem;
	height: .6rem;
	background: url("../image/company/company-hot.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.company-discounts{
	position: relative;
}
.company-discounts::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: -0.38rem;
	right: -0.36rem;
	width: .9rem;
	height: .9rem;
	background: url("../image/discounts.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.company-bg{
	background-color: #fcf3f2;
}

/* 透明卡片 */
.transparency_card{
	box-sizing: border-box;
	padding: 0 .3rem .4rem .3rem;
	font-size: 0;
}
/* 方形卡片 */
.square-card-product{
	
}
.square-card-product > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.square-card-product > ul > li{
	margin-bottom: .3rem;
}
.square-card-product > ul > li:nth-last-child(-n+2){
	margin-bottom: 0;
}
.square-card-product > ul > li > a{
	display: block;
	background-color: #fff;
	width: 3.3rem;
	box-sizing: border-box;
	padding: .15rem;
	border-radius: .2rem;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .05);
}
.square-card-product > ul > li > a > div{
	text-align: center;
	margin-bottom: .15rem;
}
.square-card-product > ul > li > a > div > span{
	display: inline-block;
	font-size: .3rem;
	color: #000;
}
.square-card-product > ul > li > a > div > .title{
	font-size: .34rem;
	font-weight: bold;
}
.square-card-product > ul > li > a > div > .rate{
	color: #1f81ee;
	font-weight: bold;
}
.square-card-product > ul > li > a > div > .price{
	color: #c6202d;
	font-size: .24rem;
}
.square-card-product > ul > li > a > div > .price > .money{
	font-size: .36rem;
	font-weight: bold;
}
.square-card-product > ul > li > a > div > .btn{
	display: inline-block;
	box-sizing: border-box;
	padding: 0 .1rem;
    height: .5rem;
	line-height: .5rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to bottom, #65a2ed, #1f81ee, #65a2ed);
	border-radius: .1rem;
}
/* 企业宽带->结束 */