@charset "utf-8";
/* reset*/
div, p, a, input, h1, h2, h3, h4, h5, h6, ul, li, img, i, span {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", Verdana, Arial !important;
}

.speed-wp {
    width: 1000px;
    margin: 0 auto;
}

.top_nav .dropdown {
    width: 714px;
}

.container {
    width: 100%;
}

.content-main-bg {
    background: url(/images/webSpeed/bg.png) no-repeat center top;
    padding-bottom: 50px;
}

.main-header-cont {
    padding: 60px 0 40px;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.main-header-cont .main-title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
}

.network-status {
    padding: 20px 60px 0;
}

.network-status .round {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    border-radius: 50%;
}

.network-status .round.round-green {
    background: #4fd819;
}

.network-status .round.round-yellow {
    background: #ffcc00;
}

.network-status .round.round-red {
    background: #e82929;
}

.network-status .inblock {
    font-size: 16px;
}

.network-status .status {
    width: 90px;
    text-align: center;
    vertical-align: top;
}

.url-cont {
    border-radius: 10px;
    background: #fff;
    color: #333;
}

.url-cont .title {
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    background: #e7e7e7;
}

.url-cont .way-list {
    padding: 30px 60px;
}

.url-cont .way-list .ways-item {
    margin-bottom: 10px;
}

.url-cont .way-list .item-left {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 10px;
    background: #e7e7e7;
}

.url-cont .way-list .item-left .text {
    width: 110px;
    border-right: 1px solid #fff;
}

.url-cont .way-list .item-left .site {
    width: 450px;
    text-align: center;
}

.url-cont .way-list .item-left .time-cont {
    position: relative;
    width: 110px;
    height: 50px;
    text-align: right;
}

.url-cont .way-list .item-left .time-cont > img {
    position: absolute;
    top: 18px;
    left: 40px;
    margin-right: 2px;
}

.link-btn {
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background: #2A93FF;
}

.refresh-cont {
    padding-bottom: 25px;
    font-size: 14px;
    text-align: center;
    color: #999;
}

.tools-cont {
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 35px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    color: #999;
    border-radius: 10px;
}

.tools-cont .tools-title {
    font-size: 18px;
    color: #333;
}

.tools-cont .tools-text {
    margin: 15px 0 20px;
}

.tools-cont .down-exe .img {
    margin-bottom: 20px;
}

.btn {
    padding: 13px 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background: #2A93FF;
    width: 240px;
    height: 56px;
    display: inline-block; /* 或 block */
}

.btn .iconfont {
    margin-right: 10px;
}

.footer-detail {
    background: #2b326b url(/images/webSpeed/footer-bg.jpg) no-repeat center top;
}

.footer-detail.night {
    background: #2b326b url(/images/webSpeed/footer-bg-night.jpg) no-repeat center top;
}




