html{
	font-size: 100px;
}
*{
	margin:0;
	padding:0;
}
@keyframes bannerScaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* 放大倍数 */
  }
  100% {
    transform: scale(1);
  }
}
.white-bg{
	background-color: #FFF;
}
.marginTop60{
	margin-top: 60px !important;
}
.marginTop10{
	margin-top: 10px !important;
}
.marginTop40{
	margin-top: 40px !important;
}
.main-container{
	max-width: 1920px;
	min-width: 1200px;
	margin: -70px auto 0;
	background-color: #F5F8FA;
	overflow: hidden;
}
.fontSize16{
	font-size: 16px !important;
}
.banner{
	width: 100%;
	position: relative;
}
.banner-bg{
	width: 100%;
	object-fit: contain;
}
.banner-main{
	width: 1200px;
	height: 100%;
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	margin: auto;
  	padding-top: 1.4rem;
}
.banner-tag{
	width: 7.8rem;
	min-width: 490px;
	padding-bottom: 0.5rem;
}
.huawei-logo{
	width: 0.74rem;
}
.togogo-logo{
	width: 1.35rem;
}
.banner-logo-line{
	width: 0.03rem;
	height: 0.41rem;
	background-color: #FFF;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.15rem;
	border-radius: 0.01rem;
}
.banner-cooperate{
	font-size: 0.66rem;
	color: #FFF;
	font-weight: 800;
	margin: 0.2rem 0;
}
.banner-text{
	margin-bottom: 0.14rem;
}
.banner-ellipse{
	border: 0.02rem solid #fff;
	color: #FFF;
	padding: 0.08rem 0.12rem;
	font-size: 0.2rem;
	font-weight: 600;
	border-radius: 0.4rem;
	margin-right: 0.3rem;
	display: inline-block;
}
.banner-ellipse-bg{
	background-color: #FFF;
	color: #14417A;
	padding: 0.08rem 0.12rem;
	font-size: 0.2rem;
	font-weight: 600;
	border-radius: 0.4rem;
	margin-right: 0.3rem;
	display: inline-block;
}
.banner-expert{
	width: 5.8rem;
	color: #FFF;
	font-size: 0.3rem;
	font-weight: 600;
	font-style: italic;
	margin-top: 0.3rem;
	position: relative;
}
.banner-expert img{
	width: 93%;
	position: absolute;
	left: 0;
	top: 0.45rem;
}
.banner-btn{
	width: 2.5rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.32rem;
	font-weight: 600;
	color: #FFF;
	border-radius: 30px;
	position: absolute;
	bottom: 1rem;
	background: radial-gradient(97.8% 407.5% at 1% 33.33%, #E31010 0%, #5E09D5 68.4%, #006FFF 100%);
  	box-shadow: 0px 5px 5px rgba(246, 131, 131, 0.28), inset 0px 6px 4px rgba(250, 250, 255, 0.37), inset 0px 6px 4px rgba(39, 7, 142, 0.05), inset 6px 1px 4px rgba(125, 87, 87, 0.26);
  	animation: bannerScaleLoop 1.5s ease-in-out infinite;
  	cursor: pointer;
}
.banner-course{
	width: 4rem;
  	position: absolute;
  	top: 3rem;
  	right: 1.7rem;
}
/*介绍*/
.info-item{
	padding-top: 100px;
	padding-bottom: 40px;
}
.info-title{
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
.info-txt{
	display: flex;
}
.info-title-txt{
	font-size: 40px;
	margin: 0 12px;
	flex-shrink: 0;
	white-space: nowrap;
}
.info-title-sub{
	font-size: 24px;
}
.info-adorn-img{
	flex: 1;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.adorn-img-left{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/adorn-left.png");
}
.adorn-img-right{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/adorn-right.png");
}
.adorn-img-left-white{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/adorn-left-white.png");
}
.adorn-img-right-white{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/adorn-right-white.png");
}
.info-main{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.info-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.info-main-item{
	width: 380px;
	height: 407px;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/course-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	transition: transform 0.3s ease;
	cursor: pointer;
}
.info-main-item:hover{
	transform: scale(1.05);
}
.info-main-item-txt{
	width: 314px;
	height: 340px;
	text-align: center;
	margin-top: 47px;
  	margin-left: 50px;
  	position: relative;
}
.info-main-item-course{
	position: absolute;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	top: 18px;
	left: -5px;
	transform: rotate(-45deg);
}
.info-main-item img{
	width: 100px;
	margin-top: 26px;
}
.info-main-item-name{
	font-size: 20px;
	color: #DB0202;
	margin: 12px 0;
}
.info-main-item-describe{
	padding: 0 30px;
	line-height: 26px;
	font-size: 16px;
	color: #332E2E;
	text-align: left;
	letter-spacing: 0.55px;
}
/*热门方向大解析*/
.info-hot {
	position: relative;
	height: 420px;
}
.info-hot-tag{
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
}
.info-hot-tag>span{
	position: relative;
	z-index: 2;
}
.hot-tag1{
	width: 280px;
	height: 76px;
	line-height: 76px;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg1.png");
}
.hot-tag1-white{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg1-white.png");
}
.hot-tag2{
	width: 320px;
	height: 76px;
	line-height: 76px;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg5.png");
	top: 96px;
  	left: 233px;
}
.hot-tag2-white{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg5-white.png");
}
.hot-tag3{
	width: 325px;
	height: 76px;
	line-height: 76px;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg2.png");
	top: 0;
	left: 507px;
}
.hot-tag3-white{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg2-white.png");
}
.hot-tag4{
	width: 380px;
	height: 76px;
	line-height: 76px;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg5.png");
	top: 96px;
	left: 786px;
}
.hot-tag4-white{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg5-white.png");
}
.hot-tag5{
	width: 48px;
  	height: 220px;
  	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg4.png");
  	top: 100px;
  	left: 1114px;
}
.hot-tag6{
	width: 280px;
	height: 76px;
	line-height: 76px;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg3.png");
	top: 331px;
}
.hot-tag6-white{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg3-white.png");
}
.hot-tag7{
	width: 320px;
	height: 84px;
	line-height: 76px;
	top: 235px;
	left: 235px;
}
.hot-tag7::before {
  	content: "";
  	width: 320px;
	height: 76px;
	position: absolute;
	top: 0;
	left: 0;
  	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg5.png");
  	background-size: 100%;
  	transform: rotate(180deg);
}
.hot-tag7-white::before{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg5-white.png");
}
.hot-tag8{
	width: 325px;
	height: 76px;
	line-height: 76px;
	top: 331px;
  	left: 508px;
}
.hot-tag8::before {
  	content: "";
  	width: 325px;
	height: 76px;
	position: absolute;
	top: 0;
	left: 0;
  	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg2.png");
  	background-size: 100%;
  	transform: rotate(180deg);
}
.hot-tag8-white::before{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg2-white.png");
}
.hot-tag9{
	width: 380px;
  	height: 76px;
  	line-height: 76px;
  	top: 235px;
  	left: 785px;
}
.hot-tag9::before {
  	content: "";
  	width: 380px;
	height: 76px;
	position: absolute;
	top: 0;
	left: 0;
  	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg5.png");
  	background-size: 100%;
  	transform: rotate(180deg);
}
.hot-tag9-white::before{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-bg5-white.png");
}
/* ===== 深红连接条 ===== */
.info-hot-line {
  width: 40px;
  height: 25px;
  background-color: #CA0A0A;
  position: absolute;
}
.hot-line1{
	left: 237px;
  	top: 74px;
}
.hot-line2{
	left: 510px;
	top: 74px;
}
.hot-line3{
	left: 789px;
	top: 74px;
}
.hot-line4{
	left: 238px;
	top: 308px;
}
.hot-line5{
	left: 511px;
	top: 308px;
}
.hot-line6{
	left: 789px;
  	top: 308px;
}
.red{
	color: #DB0202 !important;
}
.hot-more{
	position: absolute;
	background-color: #FFF;
	padding: 15px;
	z-index: 5;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	top: 74px;
	display: none;
}
.hot-datacom{
	width: 233px;
  	left: 45px;
}
.hot-security{
	width: 217px;
  	left: 51px;
}
.hot-ai{
	width: 319px;
  	left: 3px;
}
.hot-cloud{
	width: 278px;
  	left: 50px;
}
.hot-bigData{
	width: 230px;
  	left: 3px;
}
.hot-openEuler{
	width: 313px;
  	left: 3px;
  	top: 73px;
}
.hot-kunpeng{
	width: 232px;
  	left: 46px;
}
.hot-harmonyOS{
	width: 374px;
  	left: 3px;
  	top: 73px;
}
.hot-more-img{
	width: 60px;
	height: 60px;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/hot-icon0.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	margin: 0 auto;
}
.hot-more-img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.hot-more-txt{
	font-size: 14px;
	color: #665C5C;
	line-height: 18px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 8px 0;
}
.hot-more-btn{
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/*选择腾科*/
.info-select{
	position: relative;
}
.circle1{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(0deg, #FF7236 0%, #FFB697 100%);
	position: absolute;
	left: -210px;
	top: -60px;
	animation: bannerScaleLoop 1.5s ease-in-out infinite;
}
.circle2{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: linear-gradient(35.02deg, rgba(251, 142, 95, 0.2) 6.89%, rgba(254, 76, 0, 0.2) 83.51%);
	position: absolute;
	left: -160px;
	top: -10px;
	z-index: 3;
}
.circle3{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: linear-gradient(35.02deg, rgba(251, 142, 95, 0.4) 6.89%, rgba(254, 76, 0, 0.4) 83.51%);
	position: absolute;
	right: -120px;
	top: -50px;
}
.circle4{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: radial-gradient(38.02% 40.61% at 38.82% 43.13%, #FFB697 0%, #FF7236 100%);
	box-shadow: 2px 4px 8px 0px #00338026;
	position: absolute;
	left: -70px;
	bottom: 60px;
}
.circle5{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: radial-gradient(38.02% 40.61% at 38.82% 43.13%, #FFB697 0%, #FF7236 100%);
	box-shadow: 2px 4px 8px 0px #00338026;
	position: absolute;
	bottom: 210px;
	right: -70px;
}
.info-select-item{
	width: 380px;
	height: 195px;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/select-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	box-shadow: -2px -1px 4px rgba(0,0,0,0.3);
  	border-radius: 3px;
  	margin-bottom: 28px;
  	transition: transform 0.3s ease;
  	cursor: pointer;
}
.info-select-item:hover{
	transform: scale(1.05);
}
.select-item-top{
	padding: 12px 16px;
}
.select-item-top-img{
	width:38px;
	height: 38px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.select-item-top-img img{
	width: 30px;
}
.select-item-top-name{
	color: #332929;
	font-size: 22px;
	font-weight: 700;
	margin-left: 12px;
	vertical-align: middle;
}
.select-item-content{
	color: #332E2E;
	padding: 0 16px;
	font-size: 16px;
	letter-spacing: 1px;
}
/*奖杯*/
.info-trophy-box{
	overflow: hidden;
	padding: 8px;
}
.info-trophy-main{
	display: flex;
}
.info-trophy-item{
	width: 180px;
	min-width: 180px;
	height: 230px;
	box-shadow: -2px -1px 5px rgba(0,0,0,0.3);
	text-align: center;
	padding-top: 12px;
  	border-radius: 3px;
  	margin: 3px 23px 3px 3px;
  	position: relative;
}
.trophy-img{
	height: 145px;
	padding: 0 12px;
}
.trophy-img img{
	width: 100%;
}
.trophy-txt{
	width: 100%;
	position: absolute;
	bottom: 8px;
}
.trophy-date{
	font-size: 24px;
	color: #333;
}
.trophy-name{
	color: #666666;
}
.trophy-btn,.teacher-btn{
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100%;
}
.trophy-left-btn,.teacher-left-btn{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/icon_t_left.png");
}
.trophy-left-btn:hover,.teacher-left-btn:hover{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/icon_t_left_hover.png");
}
.trophy-right-btn,.teacher-right-btn{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/icon_t_right.png");
}
.trophy-right-btn:hover,.teacher-right-btn:hover{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/icon_t_right_hover.png");
}
/*讲师*/
.info-teacher-box{
	width: 1016px;
	overflow: hidden;
	padding: 8px;
}
.info-teacher-main{
	display: flex;
	height: 466px;
}
.info-teacher-item{
	width: 1000px;
	min-width: 1000px;
	height: 450px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	padding: 62px 42px 0 42px;
  	border-radius: 18px;
  	margin-right: 20px;
  	margin-top: 8px;
  	margin-left: 4px;
}
.teacher-img{
	width: 250px;
}
.teacher-info{
	width: 620px;
	margin-left: 40px;
	display: inline-block;
	vertical-align: top;
}
.teacher-info-top{
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
}
.teacher-info-name{
	color: #332929;
	font-size: 32px;
	vertical-align: middle;
}
.teacher-info-position{
	padding: 8px 12px;
	font-size: 24px;
	background-color: #FF7236;
	color: #fff;
	border-radius: 20px;
	vertical-align: middle;
	margin-left: 24px;
}
.teacher-info-btn{
	padding: 8px 45px 8px 12px;
	border-radius: 20px;
	color: #F95F1E;
	border: 1px solid #F95F1E;
	vertical-align: middle;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/play-icon.png");
	background-repeat: no-repeat;
	background-position: 80px center;
  	background-size: 20px;
  	float: right;
  	cursor: pointer;
}
.teacher-info-btn:hover{
	background-color: #FDEAE2;
}
.teacher-info-label{
	color: #FF7236;
	font-size: 26px;
	padding: 8px 0;
}
.teacher-info-value{
	font-size: 20px;
	color: #332E2E;
}
/*腾科学员风采*/
.info-report{
	height: 395px;
	overflow: hidden;
}
.info-report ul{
	display: flex;
	justify-content: space-between;
}
.info-report li{
	min-width: 224px;
	max-width: 224px;
	height: 393px;
	border: 1px solid #F2F2F2;
	background-color: #F5F8FA;
	padding: 14px;
	margin-right: 16px;
	box-shadow: 2px 3px 6px 0px #00000026 inset;
	border-radius: 4px;
}
.info-report li img{
	width: 100%;
	height: 100%;
}
/*学员风采*/
.info-student{
	height: 140px;
	overflow: hidden;
}
.info-student ul{
	display: flex;
	justify-content: space-between;
}
.info-student li{
	margin-right: 16px;
	box-sizing: border-box;
}
.info-student li img{
	width: 224px;
}
/*24小时真机实验环境*/
.info-host{
	width: 855px;
	display: inline-block;
	vertical-align: top;
}
.info-host-item{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.info-host-item1{
	width: 324px;
	height: 432px;
	overflow: hidden;
}
.info-host-item2{
	width: 270px;
	height: 211px;
	overflow: hidden;
	margin-left: 10px;
}
.host-img{
	width: 324px;
	height: 432px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform 0.3s ease;
}
.info-host-item:hover .host-img{
	transform: scale(1.1);
}
.host-txt{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #FFF;
	padding: 20px;
}
.host-name{
	font-size: 16px;
}
.host-btn{
	width:106px;
	line-height: 28px;
	padding-left:8px;
	border-radius: 3px;
	background-color: #F95F1E;
	border: 1px solid #F95F1E;
	vertical-align: middle;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/play-icon2.png");
	background-repeat: no-repeat;
	background-position: 75px center;
  	background-size: 20px;
  	cursor: pointer;
  	display: inline-block;
  	margin-top: 8px;
  	display: none;
}
.info-host-item:hover .host-btn{
	display: block;
}
/*限时领取备考资料*/
.info-limited{
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/limited-bg.png");
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 60px;
}
.limited-main{
	height: 300px;
	border-radius: 20px;
	background-color: #FBD5D3;
	padding: 60px 40px 48px 40px;
}
.info-limited-item{
	display: flex;
	justify-content: space-between;
}
.limited-item-span{
	width: 235px;
	padding-left: 32px;
	color: #332929;
	font-size: 24px;
	font-weight: 600;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/check-red.png");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 0 center;
}
.limited-btn{
	width: 368px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	cursor: pointer;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/counsel-btn.png");
	background-repeat: no-repeat;
	margin: 33px auto 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
/*弹窗*/
.cd-popup{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.popup-box{
	display: none;
}
.limited-popup{
	width: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 16px;
	background: linear-gradient(180deg, #FFE5E5 0%, #FFFFFF 26.44%);
	border: 2px solid;
	border-image-source: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(179, 0, 0, 0.8)), to(rgba(179, 0, 0, 0.2)));
	border-image-source: -webkit-linear-gradient(rgba(179, 0, 0, 0.8) 0%, rgba(179, 0, 0, 0.2) 100%);
	border-image-source: -moz-linear-gradient(rgba(179, 0, 0, 0.8) 0%, rgba(179, 0, 0, 0.2) 100%);
	border-image-source: -o-linear-gradient(rgba(179, 0, 0, 0.8) 0%, rgba(179, 0, 0, 0.2) 100%);
	border-image-source: linear-gradient(rgba(179, 0, 0, 0.8) 0%, rgba(179, 0, 0, 0.2) 100%);
	box-shadow: 0px 4px 20px 0px #66000033;
}
.popup-title{
	font-size: 36px;
	color: #DB0202;
	text-align: center;
	margin-top: 26px;
}
.popup-main{
	width: 445px;
	margin: 30px auto;
}
.popup-item{
	width: 440px;
	height: 60px;
	line-height: 56px;
	border-radius: 80px;
	border-width: 2px;
	border: 1px solid #666;
	margin-top: 30px;
}
.popup-img{
	margin: 0 12px;
}
.popup-input{
	width: 360px;
	height: 40px;
	text-indent: 8px;
	border: none;
	border-left: 1px solid #999;
	font-size: 24px;
	vertical-align: middle;
}
.popup-item-code{
	width: 300px;
	position: relative;
}
.popup-code{
	width:220px;
}
.popup-get{
	width: 90px !important;
	position: absolute;
	top: 9px;
	right: -143px;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.popup-btn{
	width: 440px;
	height: 70px;
	line-height: 68px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	cursor: pointer;
	background-image: url("https://www.shawnandcompany.com/image/zhuanti/huawei/counsel-btn.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 30px auto;
	cursor: pointer;
	border: none;
  	background-color: transparent;
  	display: block;
}
.popup-close{
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
	background-color: #E8E8E8;
	color: #666;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	margin: auto;
}
.popup-close:hover{
	background-color: #DDD;
}
