body,html{
width: 100%;
min-width: 1160px;
letter-spacing:1px;
}
/**/
header{
height: 80px;
background-color: #1a222c;
}
.topbar_addLeague{
display: none;
}
.index_topbar{
width: 1160px;
height: 80px;
margin: 0 auto;
}
.topbar_lmodel{
background: url(../img/logo.png) no-repeat;
background-position: 0px 0px;
height: 33px;
line-height: 33px;
width: 140px;
font-size: 22px;
color: #fff;
text-indent: 53px;
display: inline-block;
margin-top: 23.5px;
}
.topbar_rmodel{
float: right;
height: 80px;
line-height: 80px;
}
.topbar_rmodel li{
float: left;
}
.topbar_addLeague{
height: 28px;
line-height: 28px;
width: 80px;
background-color: #27be96;
float: right;
margin-top: 26px;
text-align: center;
color: #fff;
font-size: 14px;
border-radius: 20px;
cursor: pointer;
}
/*登录前*/
.topbar_tologin{
margin-right: 26px;
color: #fff;
font-size: 14px;
cursor: pointer;
display: inline-block;
}
/*登录后*/
.topbar_userMsg{
display: none;
margin-right: 26px;
color: #fff;
font-size: 14px;
}
.topbar_userMsg li{
float: left;
height: 28px;
line-height: 28px;
cursor: pointer;
}
.userId{
width: 80px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}
.login_out_btn{
cursor: pointer;
margin-left: 10px;
width: 30px;
}
/*内容*/
.main-topbar{
background: url("../img/leaguetopbar_BG.png") no-repeat;
width: 100%;
height: 400px;
background-size: 100% 100%;
position: relative;
}
.main-topbartit{
position: absolute;
left: 50%;
top:136px;
margin-left: -580px;
color: #fff;
font-size: 48px;
text-align: center;
width: 1160px;
height: 48px;
/*line-height: 48px;*/
}
.main-topbaradd{
position: absolute;
top:214px;
left: 50%;
margin-left: -94px;
height: 40px;
line-height: 40px;
width: 188px;
font-size: 16px;
color: #fff;
text-align: center;
background-color: #32be97;
border-radius: 20px;
cursor: pointer;
}
/*业务类型*/
.business-type{
background-color: #fff;
padding: 120px 0;
overflow: hidden;
}
.title-top{
font-size: 32px;
color: #545454;
text-align: center;
}
.title-line{
height: 3px;
width: 48px;
background-color: #32be96;
margin:25px auto 51px;
}
.business-type-wrap{
width: 1160px;
margin: 0 auto;
/*overflow: hidden;*/
}
.business-type-wrap> li{
width: 210px;
float: left;
text-align: center;
margin-right: 106px;
}
.business-type-wrap> li:hover{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
}
.business-type-wrap li:last-of-type{
margin-right: 0;
}
.business-type-wrap li div:nth-of-type(1){
font-size: 20px;
color: #545454;
margin-bottom: 10px;
}
.business-type-wrap li div:nth-of-type(2){
font-size: 14px;
color: #888990;
}
.business-des-wrap{
height: 462px;
background: url("../img/business-des-wrap.jpg") no-repeat;
background-size: 100% 100%;
}
.business-together{
background-color: #f5f5f5;
}
.business-box-wrap{
width: 1160px;
margin: 0 auto;
overflow: hidden;
}
.box{width: 100%;overflow: hidden;position: relative;}
.box_img{width: 100%;height: 250px;overflow: hidden;}
.box_img ul li{position: absolute;display: none;width: 100%;}
.box_img ul li div{
border-radius: 5px;
box-shadow: 0 0 10px rgba(50,50,50,.1);
margin-bottom: 15px;
width: 278px;
display: block;
margin-right: 16px;
text-align: center;
color: #ff0202;
font-size: 32px;
height: 100px;
line-height: 100px;
background-color: #fff;
float: left;
}
.box_img ul li div:nth-of-type(2n+0){
color: #1f2b3d;
}
.box_img ul li div:nth-of-type(4n+0){
margin-right: 0;
}
.box_tab{
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
}
.box_tab a{
display: inline-block;
padding: 5px 5px;
border-radius: 50%;
font-size: 10px;
background: #fff;
margin: 0 5px;
background-color: #cacaca;
}
.box_tab a.active{
background: #32be96;
}
/*底部*/
.foot{
width:100%;
height:160px;
background:#1e1e1e;
color:#fff;
font-size: 20px;
text-align: center;
}
.league_foot{
width: 1160px;
margin: 0 auto;
padding-top: 56px;
}
.joinM{
margin-left: 51px;
width: 258px;
height: 48px;
line-height: 48px;
background-color:rgba(50,190,151,0.5);
}
.joinTel{
width: 330px;
background-color:rgba(50,190,151,0.5);
height: 48px;
line-height: 48px;
margin-left: 60px;
}
.joinEmail{
width: 350px;
background-color:rgba(50,190,151,0.5);
height: 48px;
line-height: 48px;
margin-left: 60px;
}
/*弹窗*/
#openmodel .modal-content .modal-header {
background: #2abb9a;
}
#openmodel .modal-content .modal-title {
color: #fff;
font-weight: 400;
}
#openmodel .modal-content .close {
color: #fff;
opacity: 1;
}
.form-group-height {
height: 34px;
width: 400px;
margin:15px auto 0;
color: #626c72;
}
.width30 {
width: 100px;
float: left;
text-align: right;
margin-right: 10px;
line-height: 34px;
}
.width65 {
float: left;
width: 220px;
height: 34px;
line-height: 34px;
font-size: 14px;
/* overflow: hidden; */
/* text-overflow: ellipsis; */
/* white-space: nowrap; */
}
.borcol {
border: 1px solid #c2cad8;
}
.modal-footer{
border-top: none !important;
text-align: center;
}
.btn{
text-align: center;
width: 60px;
background-color: #2abb9a;
font-size: 14px;
color: #fff !important;
}
.btn {
outline: 0!important;
}
.write_rule{
height: 34px;
color: #f00;
font-size: 14px;
line-height: 34px;
margin-top: 10px;
text-align: center;
}