@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../../image/preparingContest/bg.jpg);
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: none;
	border-collapse: collapse;
}


/*banner*/

.banner {
	width: 100%;
	min-width: 1280px;
	height: 395px;
	float: left;
	background: url(../../image/preparingContest/banner1.jpg) no-repeat center center;
}

.banner .bannerMain {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}

.banner .bannerMain .bannerLeft {
	width: 180px;
	height: 120px;
	float: right;
	margin-right: 58px;
	margin-top: 20px;
}

.banner .bannerMain .bannerLeft p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

.banner .bannerMain .bannerLeft .time {
	float: left;
}

.banner .bannerMain .bannerLeft .time span {
	width: 51px;
	height: 67px;
	float: left;
	background: url(../../image/preparingContest/time.png) no-repeat;
	font-size: 53px;
	color: #00a39c;
	text-align: center;
	line-height: 56px;
	margin-left: 10px;
}

.banner .bannerMain .bannerLeft .time span i {
	width: 49px;
	height: 2px;
	background: #e8e8e8;
	margin-top: -28px;
	margin-left: 1px;
	position: relative;
	float: left;
}

.banner .bannerMain .bannerLeft .time b {
	font-size: 35px;
	color: #333;
	font-weight: normal;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}


/*导航*/

.nav {
	width: 100%;
	min-width: 1280px;
	height: 60px;
	background: #00a39c;
	float: left;
	margin-bottom: 30px;
}

.navMain {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}


.navMain ul li {
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	float: left;
	padding: 0px 60px 0 0;
}

.navMain ul li a {
	font-size: 18px;
	color: #fff;
	padding: 0px 30px 0 30px;
}

.navMain ul li a:hover {
	display: block;
	background: #008781;
	text-decoration: none;
}

.navMain ul li a.choose {
	display: block;
	background: #008781;
}

.navMain ul .entrance{
	background:url(../../image/preparingContest/entranceBG.png) no-repeat;
	height: 90px;
    margin-top: -20px;
	padding: 0px 10px 0 25px;
	line-height: 90px;
	cursor:pointer;
}

.navMain ul .entrance a{
	font-size:24px;
	font-weight:bold;
	}
	
.navMain ul .entrance a:hover{	
	background:none;
}

.gameMain {
	width: 1200px;
	height: 2000px;
	margin: 0 auto;
}


/*大赛介绍*/

.gameIntro {
	width: 1200px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 3px 10px #ddd;
	float: left;
	margin-bottom: 30px;
}

.gameIntro .introMain {
	width: 1160px;
	height: auto;
	margin: 0 auto;
}

.gameIntro .introMain .title {
	color: #00a39c;
	position: relative;
	padding-top: 35px;
}

.gameIntro .introMain .title span {
	background: #fff;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

.gameIntro .introMain .title span i {
	width: 19px;
	height: 23px;
	float: left;
	background: url(../../image/preparingContest/icon.png) -10px -10px no-repeat;
	margin: 5px 10px 0 0;
}

.gameIntro .introMain .title:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 5px;
	border-bottom: 1px dashed #00a39c;
}

.gameIntro .introMain .paragraph {
	width: 1160px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}

.gameIntro .introMain .paragraph p {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 36px;
	text-indent: 32px;
}


/*大赛赛程*/

.schedule {
	width: 1200px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 3px 10px #ddd;
	float: left;
	margin-bottom: 30px;
}

.schedule .scheduleMain {
	width: 1160px;
	height: auto;
	margin: 0 auto;
}

.schedule .scheduleMain .title {
	color: #00a39c;
	position: relative;
	padding-top: 35px;
	margin-bottom: 25px;
}

.schedule .scheduleMain .title span {
	background: #fff;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

.schedule .scheduleMain .title span i {
	width: 22px;
	height: 23px;
	float: left;
	background: url(../../image/preparingContest/icon.png) -10px -60px no-repeat;
	margin: 5px 10px 0 0;
}

.schedule .scheduleMain .title:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 5px;
	border-bottom: 1px dashed #00a39c;
}
.schedule .scheduleMain .timeLine{ width: 1160px; height: 216px; margin: 20px 0 30px 0; float: left; background: url(../../image/preparingContest/timeline.jpg) no-repeat;}
.schedule .scheduleMain .timeLine i.bm{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -160px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 30px;}
    
.schedule .scheduleMain .timeLine i.bkyt{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 169px;}

.schedule .scheduleMain .timeLine i.hdpx{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 333px;}

.schedule .scheduleMain .timeLine i.pxjg{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 480px;}

.schedule .scheduleMain .timeLine i.gkksj{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 624px;}

.schedule .scheduleMain .timeLine i.gkkpx{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 776px;}
    
.schedule .scheduleMain .timeLine i.jggb{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 920px;}
.schedule .scheduleMain .timeLine i.mdgb{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 1078px;}














/*参赛团队*/

.team {
	width: 1200px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 3px 10px #ddd;
	float: left;
	margin-bottom: 30px;
}

.team .teamMain {
	width: 1160px;
	height: auto;
	margin: 0 auto;
}

.team .teamMain .title {
	color: #00a39c;
	position: relative;
	padding-top: 35px;
	margin-bottom: 25px;
}

.team .teamMain .title.Two:before{border:0;}
.team .teamMain  .right-search{
	display:inline-block;
	float:right;
}


.team .teamMain .title span {
	background: #fff;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}


.team .teamMain  .right-search{
	display:inline-block;
	float:right;
	
}

.team .teamMain  .right-search .searchbar{
	position:relative;
	float:left;
}

.team .teamMain  .right-search input{
	border:1px solid #00a39c;
	
	height:37px;
	line-height:35px;
	padding-left:10px;
	width:330px;
	border-radius: 3px;
}
.team .teamMain  .right-search .searchTeam{
	background:#00a39c;
	color:#fff;
	font-size:14px;
	display:inline-block;
	height:37px;
	line-height:37px;
	position:absolute;
	right:0;	
	padding:0 25px 0 10px;
	cursor:pointer;
	background:url(../../image/preparingContest/searchIcon.png) #00a39c no-repeat 65px;
	background-size:20px 20px;
	border-radius: 3px;
}
.team .teamMain  .right-search .createTeam{
	background:#ff5746;
	color:#fff;
	height:37px;
	line-height:37px;
	text-align:center;
	font-size:14px;
	padding:0 10px;
	margin-left:20px;
	cursor:pointer;
	border-radius: 3px;
}

.team .teamMain .title span i {
	width: 23px;
	height: 23px;
	float: left;
	background: url(../../image/preparingContest/team5.png) no-repeat;
	margin: 5px 10px 0 0;
}

.team .teamMain .title span samp {
	font-size: 14px;
	color: #565151;
	padding-left: 20px;
}

.team .teamMain .title:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 5px;
	border-bottom: 1px dashed #00a39c;
}

.team .teamMain .title span.more {
	float: right;
	font-size: 14px;
	padding: 10px 0 0 10px;
}

.team .teamMain .title span.more:hover {
	text-decoration: underline;
	cursor: pointer;
}

.team .teamMain .camWholeBox {
	width: 1200px;
	overflow: visible;
	margin-left: -20px;
}
.team .teamMain .camWholeBox .nozp{
    font-size: 24px;
    color: #767a7e;
    margin: 0 auto;
    width: 350px;
    margin-top: 150px;
    margin-bottom: 100px;
}

.borderTop {
	border-top: 1px solid #f4f4f4;
}

.team .teamMain .camWholeBox ul li {
	/* position: relative; */
	float: left;
	width: 250px;
	height: 340px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 24px 20px 25px;
}

.team .teamMain .camWholeBox ul li img {
	width: 250px;
	height: 188px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.team .teamMain .camWholeBox ul li img:hover {
    cursor: pointer;
}


.team .teamMain .camWholeBox ul li samp {
	width: 250px;
	font-size: 14px;
	color: #4e4e4e;
	line-height: 18px;
	height: 40px;
	float: left;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

.team .teamMain .camWholeBox ul li p {
	width: 250px;
	font-size: 12px;
	color: #707070;
	float: left;
	line-height: 24px;
	/* display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis; */
}

.team .teamMain .camWholeBox ul li p.ellipsis{
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

.team .teamMain .camWholeBox ul li .btn {
	width: 220px;
	height: 30px;
	float: left;
	margin-top: 20px;
}

.team .teamMain .camWholeBox ul li .btn .btnMain {
	width: 220px;
	margin: 0 auto;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button {
	font-size: 14px;
	float: left;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.xq {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #00a39c;
	color: #00a39c;
	background: #fff;
	margin-right: 20px;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.join {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #00a39c;
	background: #00a39c;
	color: #fff;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.myteam {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #00a39c;
	background: #00a39c;
	color: #fff;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.wait {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #a4a4a4;
	background: #c7c7c7;
	color: #fff;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.wait:hover{
	background: #c7c7c7;
	color: #fff;
	}

.team .teamMain .camWholeBox ul li .btn .btnMain button:hover {
	background: #019891;
	color: #fff;
}

.team .teamMain .camWholeBox ul li .btn .btnMain span {
	float: right;
	font-size: 14px;
	color: #eb6342;
	line-height: 30px;
}

/*加入团队弹窗*/
.tcJoin{ width: 450px; height: 260px; background: #fff; border-radius: 3px; display: none;}
.tcJoin .close{ width: 15px; height: 15px; float: right; background: url(../../image/preparingContest/close.png) no-repeat; margin: 12px 12px 40px 0; cursor: pointer;}
.tcJoin .close:hover{ background: url(../../image/preparingContest/close-hover.png) no-repeat;}

.tcJoin .joinTips{ width: 450px; float: left;}
.tcJoin .joinTips p{ width: 350px; font-size: 16px; color: #333; line-height: 30px; margin: 0 auto;}
.tcJoin .joinTips p samp{ font-size: 16px; color: #00a39c;}
.tcJoin .joinTips span{ font-size: 12px; color: #eb6342; padding-left: 51px; padding-top: 20px; padding-bottom: 30px; float: left;}

.tcJoin .joinBtn{ width: 450px; float: left; }
.tcJoin .joinBtn .btn{ width: 220px; margin: 0 auto; height: 30px;}
.tcJoin .joinBtn .btn button{ width: 100px; height: 30px; border-radius: 3px; float: left;}
.tcJoin .joinBtn .btn button.qd{ background: #00a39c; color: #fff; margin-right: 20px;}
.tcJoin .joinBtn .btn button.qx{ background: #fff; border: 1px solid #00a39c; color: #00a39c;}
.tcJoin .joinBtn .btn button:hover {
	background: #019891;
	color: #fff;
}




/*底部*/

.footer {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
}

.footer .f-1 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	background: #f3f3f3;
	float: left;
}

.footer .f-1 .f-1-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.footer .f-1 .f-1-main .wz {
	width: 1000px;
	float: left;
	padding-bottom: 10px;
}

.footer .f-1 .f-1-main p {
	width: 1000px;
	float: left;
	font-size: 12px;
	color: #767a7e;
	padding-top: 12px;
}

.footer .f-1 .f-1-main p span {
	float: left;
}

.footer .f-1 .f-1-main p a {
	font-size: 12px;
	color: #767a7e;
	float: left;
	padding-right: 5px;
}

.footer .f-1 .f-1-main p a:hover {
	color: #006CFF;
}

.footer .f-1 .f-1-main .ewm {
	width: 100px;
	float: right;
	margin-top: 15px;
}

.footer .f-1 .f-1-main .ewm img {
	float: left;
	width: 85px;
	height: 85px;
	margin-left: 8px;
}

.footer .f-1 .f-1-main .ewm p {
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #575e65;
	padding-top: 5px;
}

.footer .f-2 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	background: #3a3a3a;
	float: left;
}

.footer .f-2 .f-2-main {
	width: 1200px;
	height: 55px;
	margin: 0 auto;
}

.footer .f-2 .f-2-main p {
	width: 1200px;
	line-height: 55px;
	float: left;
	color: #bbb;
	font-size: 12px;
}

.footer .f-2 .f-2-main p a {
	color: #bbb;
	font-size: 12px;
}


/*列表页*/
.pageList{width:1200px;margin:0 auto;overflow:hidden;}
.pageList .classify{width:1200px;margin:0 auto;height: auto;background: #fff;border-radius: 3px;box-shadow: 0px 3px 10px #ddd;padding:20px 0;margin-bottom: 20px;}
.pageList .classify .classifyList{overflow:hidden;}
.pageList .classify .classifyList dl{overflow:hidden;padding:10px 20px;}
.pageList .classify .classifyList dl dd{float:left;margin-right:25px;font-size:14px;color:#404040;}
.pageList .classify .classifyList dl dd:hover{
	cursor:pointer;
	color:#00bdb5;
}
.pageList .classify .classifyList dl dd select{width:150px;border:1px solid #dedede;border-radius:3px;height:30px;line-height:30px;text-align:center;color:#404040;}
.pageList .classify .classifyList dl dd.label{color:#868686;}
.pageList .classify .classifyList dl dd.dq{color:#868686; padding-top: 5px;}
.pageList .classify .classifyList dl .active{color:#00bdb5;}
.pageList .classify .classifyList dl .disable{color:#b4b4b4;}
.pageList .classify .classifyList dl .disable:hover{
	color:#b4b4b4;
	cursor:default;
}

/*创建团队弹窗*/
.tcCreat{width:900px;height:510px;background: #fff;border-radius:3px;display:none;}
.tcCreat .close {width: 15px; height: 15px;float: right;background: url(../../image/preparingContest/close.png) no-repeat;cursor: pointer;position:absolute;top:10px;right:10px;}
.tcCreat .content{overflow:hidden;padding:35px 25px 0 25px;}
.tcCreat .content .img{width:230px;height:182px;float:left;}
.tcCreat .content .img .advice{color:#f65700;font-size:13px;margin-top: 10px;}
.tcCreat .content .img img{width:220px;}
.tcCreat .content .rightselect{float:left;margin-left:30px;}
.tcCreat .content .rightselect .selectList{margin-bottom:15px;}
.tcCreat .content .rightselect .selectList textarea{border:1px solid #dedede;width:450px;height: 150px;color: #a9a9a9;}

.tcCreat .content .rightselect .selectList .label{font-size: 14px;color:#5a5a5a;margin-right: 10px;}
.tcCreat .content .rightselect .selectList .label.two{float:left;}
.tcCreat .content .rightselect .selectList select{border:1px solid #dedede;height: 30px;line-height: 30px;text-align: center;color:#a9a9a9;padding:5px 0;}
.tcCreat .content .rightselect .selectList input{width:450px;border:1px solid #dedede;height: 30px;line-height: 30px;color:#a9a9a9;text-indent:10px;}
.tcCreat .content .rightselect .selectList select.typeone{width:300px;}
.tcCreat .content .rightselect .selectList select.typetwo{width:170px;}
.tcCreat .content .rightselect .selectList select.my_school{
	width:207px;
}
.tcCreat .content .rightselect .selectList input.typetwo{width:100px;height: 33px;}
.tcCreat .content .rightselect .selectList input.typethree{width:280px;}
.tcCreat .content .rightselect .selectList select.typethree{width:197px;}
.tcCreat .content .rightselect .selectList select.typefour{width:236px;}
.tcCreat .content .rightselect .selectList .tel{color: #f65700; text-align: left;width: 410px;padding-left: 80px;font-size:13px;}
.tcCreat .content .rightselect .selectList .descTips{
	font-size: 14px;
	padding-left: 80px;
	width: 275px;
	color: #f65700;
}
.tcCreat .creatBtn{text-align:center;padding-left:130px;}
.tcCreat .creatBtn button {text-align:center;}
.tcCreat .creatBtn button {width: 100px;height: 30px; border-radius: 3px;}
.tcCreat .creatBtn .cj{background: #00a39c; color: #fff;margin-right: 20px;}
.tcCreat .creatBtn .qx{background: #fff;border: 1px solid #00a39c;color: #00a39c;}
.tcCreat .creatBtn .qx:hover{background:#00a39c; color: #fff;}
/*.tcCreat .creatBtn .qx:hover{{background:#00a39c; color: #fff;}*/

/*创建团队弹窗*/
.competition{width:1200px;margin:0 auto;overflow:hidden;background: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 10px #ddd;    padding: 20px 0;margin-bottom: 30px;}
.competition .leftNav{float:left;width:10%;padding-left: 40px;}
.competition .leftNav dl dd{margin-bottom:10px;text-align:center;border-radius:25px;color:#625e5f;}
.competition .leftNav dl dd.active{background:#00a49d;color:#fff;padding:5px 0;}
.competition .midline{width:2px;background:#00a49d;height:185px;float:left;position:relative;margin:0 20px;}
.competition .midline .pointer{display:inline-block;border-radius:50%;background:#00a49d;width:10px;height:10px;position:absolute;left:-4px;top:135px;}
.competition .right-content{float:left;margin-left:30px;width:80%;margin-top: 30px;}
.competition .right-content .expertList dl{overflow:hidden;}
.competition .right-content .expertList dl .expertListDd{width:33.33%;float:left;margin-bottom:20px;}
.competition .right-content .expertList dl .expertListDd img{float:left;}
.competition .right-content .expertList dl .expertListDd .listinfo{float:left;width:120px;margin-top: 20px; margin-left: 15px;}
.competition .right-content .expertList dl .expertListDd .listinfo .name{font-size:18px;}
.competition .right-content .expertList dl .expertListDd .listinfo .txt{font-size:14px;color:#707070;}

.tcCreat .content .img img {
	width: 220px;
}

.tcCreat .content .img .upload {
	width: 220px;
	height: 163px;
	position: relative;
}

.tcCreat .content .img .upload img {
	width: 220px;
	height: 163px;
}

.tcCreat .content .img .upload .zz {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 163px;
	/* background: rgba(0, 0, 0, .6) */
	background: url(../../image/preparingContest/zz.png) no-repeat;
}
#provinceInput{
	background-color: #ebebe4;
}
.tcCreat .content .img .upload .zz p {
	color: #fff;
	text-align: center;
}

.tcCreat .content .img .upload .zz p .uploadicon {
	width: 35px;
	height: 35px;
	margin-top: 50px;
	margin-bottom: 10px;
	cursor: pointer;
}


.team_tab {float: right;display: inline-block;}
.team_tab button {
	display:inline-block;
	width: 107px;
	height: 37px;
	border-radius: 3px;
	border: 1px solid #FF6100;
	font-size: 16px;
	color: #ff5746; 
	background-color: #fff;
}
.team .teamMain .tp_list .teaching_plan_name,
.team .teamMain .pc_list .teaching_plan_name {line-height: 20px;}
.team .teamMain .tp_list .teaching_plan_name:hover{
	cursor: pointer;
}
.team_tab .team_tab_active { color: #fff; background-color: #ff5746;}

.team .teamMain .camWholeBox .teaching_plan_name {font-size: 14px; color: #000}
.team .teamMain .camWholeBox .teaching_plan_name>span{color: #5D5D5D/*#5D5D5D*/}
.teaching_plan_name {margin-top: 3px;display: inline-block;height: 40px;}
.team .teamMain .pc_list .teaching_plan_name {line-height: 20px;}

.list_content_bottom .praise .on{color:#00a39c;}
.tp_list .list_content_bottom {position: relative;top: 22px;font-size: 12px; color: #999999;height: 0;}
.tp_list .list_content_bottom >div{display: inline-block;}
.list_content_bottom .praise .zan{
	background:url(../../image/preparingContest/zan.png) no-repeat 0px -3px;
	background-size:19px 19px;
	width: 22px;
	height: 22px;
	display: inline-block;
	float: left;
}
.list_content_bottom .praise .zan.on{
	background:url(../../image/preparingContest/zan_on.png) no-repeat 0px -3px;
	background-size:19px 19px;
	width: 22px;
	height: 22px;
}
.list_content_bottom .praise .zan:hover{
	cursor: pointer;
}
.tp_list .list_content_bottom .comment{float: right; }



