@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{
    padding-bottom: 100px;
    background: url(/images/webSpeed/main-bg.jpg) no-repeat center top;
}
.main-header-cont{
    padding: 40px 0 20px;
    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: 20px 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: linear-gradient(90deg,#0057ca,#007cdd) no-repeat center top;
}

.refresh-cont{
    padding-bottom: 25px;
    font-size: 14px;
    text-align: center;
    color: #999;
}
.tools-cont{
    margin-top: 20px;
    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: linear-gradient(90deg,#9968fd,#fc49af) no-repeat center top;
}
.btn .iconfont{
    margin-right: 10px;
}

.content-main-bg.night{
    background:#2b326b url(/images/webSpeed/main-bg-night.jpg) no-repeat center top;
}
.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;
}




