﻿.cyan-main {
    width: 1450px;
    height: 750px;
}

.cyan-main .ranking {
    text-align: center;
    width: 678px;
    height: 750px;
}

.ranking-tit, .baseStation-tit {
    height: 110px;
}

.cyan-main .ranking-bg {
    width: 678px;
    height: 631px;
    background: url(../images/ranking-bg.png) bottom no-repeat;
}

.cyan-main .ranking-bg-tit {
}

#ranking-bg-tit {
    width: 100%;
    height: 79px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(255 255 255);
    line-height: 14px;
    justify-content: space-evenly;
    /* background: rgb(91, 125, 186); */
}

#ranking-bg-tit .ipt {
    width: 134px;
    height: 34px;
    display: block;
    padding-left: 20px;
    background: transparent;
    color: rgb(255 255 255);
    border: 1px white solid;
}

#ranking-bg-tit .ipt option {
    background: white;
    color: black;
}

.cyan-main table {
    color: white;
}

.cyan-main table tr {
    height: 50px;
}

.baseStation {
    width: 720px;
    padding: 0 0 0 50px;
    height: 750px;
    background: url(../images/basestation-left.png) left bottom no-repeat;
}

.baseStation-tab {
    width: 720px;
    height: 609px;
    margin-top: 20px;
}

.baseStation-tab .hd {
    width: 276px;
    height: 558px;
    left: 0;
    top: 50%;
    margin-top: -279px;
}

.baseStation-tab .hd ul li {
    width: 276px;
    height: 106px;
    margin: 60px 0;
    line-height: 106px;
    text-align: center;
    cursor: pointer;
    background: url(../images/basestation-ico.png) top no-repeat;
}

.baseStation-tab .bdabsolute {
    width: 423px;
    height: 609px;
    top: 0;
    right: 0;
    background: url(../images/basestation-list-bg.png) top no-repeat;
}
.baseStation-tab .bdabsolute .more{
	position: absolute;
	top: -40px;
	right: 20px;
}

.baseStation-tab .bd {
    width: 360px;
    height: 560px;
    overflow: hidden;
    margin: 20px auto;
}

.baseStation-tab .bd ul {
    width: 360px;
    height: 560px;
    overflow: hidden;
}

.baseStation-tab .bd ul li {
    width: 360px;
    height: 100px;
    background: url(../images/basestation-li.png) bottom no-repeat;
    padding: 20px 0 20px 0;
}

.baseStation-tab .bd ul li a {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    margin: 10px 0 0;
}

.baseStation-tab .bd ul li a h3 {
    width: 360px;
    height: 50px;
    overflow: hidden;
}

.baseStation-tab .bd ul li a p {
    font-weight: 500;
    font-size: 16px;
    width: 360px;
    height: 50px;
    overflow: hidden;
}
