* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}
html,
body{
	height:100%;
}
body {
    font-family: Microsoft yahei,ËÎÌå;
    font-size: 14px;
}

a {
    text-decoration: none;
}
::-webkit-scrollbar {
	width: 5px;
	background: #f2f2f2;
}
::-webkit-scrollbar-thumb {
	 background-color: rgba(0, 0, 0, 0.1); 
}
@media screen and (min-width: 320px) and (max-width: 480px) {

    html {
        font-size: 62.6%;
    }

    body {
        font-size: 1.4rem;
    }

    .speed_con {
        width: 100%;
        background: #0f070c url(../images/speed_con_bg3.jpg) no-repeat center top;
        background-size: 100% auto;
    }

    .speed_main {
        margin: 0px 10px;
    }

    .speedright {
        display: none;
    }

    .pc_title, .phone_title {
        font-weight: bold;
        margin: 0.8rem 0rem;
        background: url(../images/speed_pc_title.png) no-repeat left center;
        height: 3.2rem;
        line-height: 3.2rem;
        padding-left: 4.2rem;
        font-size: 1.8rem;
        color: #da3d00;
    }

    .phone_title {
        height: 3.8rem;
        line-height: 3.8rem;
        background: url(../images/speed_phone_title.png) no-repeat left center;
    }

    .line_ul li {
        height: 40px;
        line-height: 40px;
        margin-bottom: 8px;
    }

        .line_ul li span.time_span {
            display: block;
            float: left;
            background: #52595f;
            text-align: center;
            color: #fff;
            width: 20%;
            height: 4rem;
        }


        .line_ul li span.website_span {
            display: block;
            float: left;
            background: #fff;
            text-align: center;
            color: #d3390f;
            width: 60%;
            height: 4rem;
        }

        .line_ul li a.openwebsite {
            display: block;
            float: left;
            background: #d34b26;
            color: #fff;
            text-align: center;
            width: 20%;
            line-height: 4rem;
            height: 4rem;
        }

        .line_ul li a:active.openwebsite {
            background: #fdf229;
            border-bottom: 0.2rem solid #d1c713;
            color: #430403;
        }

    .cel_refresh_bt a {
        border-radius: 0.8rem;
        display: block;
        margin: 12px auto;
        background: #d15d42;
        text-indent: 0px;
        font-size: 1.8rem;
        color: #fff;
        text-align: center;
        line-height: 4.8rem;
        width: 100%;
        height: 4.8rem;
    }

        .cel_refresh_bt a:active {
            background: #bb3b22;
        }

    .fjc_title {
        padding-left: 48px;
        background: url(../images/speed_safe_title.png) no-repeat left center;
        height: 5.2rem;
        line-height: 5.2rem;
        font-size: 1.8rem;
        color: #db3f03;
    }

    .speedright p, .cesl_dl {
        font-size: 1.2rem;
        line-height: 2.2rem;
        color: #201624;
    }

        .speedright p span {
            display: block;
            color: #db3f03;
        }

    .cesl_dl {
        margin-bottom: 0.5rem;
    }

        .cesl_dl a {
            background: #5e1844;
            padding: 0.3px;
            color: #fff;
        }

    .dlcon {
        height: 8.8rem;
    }

        .dlcon a {
            background: #9e0e7c;
            color: #fff;
            display: block;
            width: 10rem;
            height: 3.2rem;
            text-align: center;
            line-height: 3.2rem;
            font-size: 1.2rem;
            float: right;
            margin-left: 1.2rem;
        }

            .dlcon a:active, .cesl_dl a:active {
                background: #c1340e;
            }

            .dlcon a.khddl {
                display: none;
            }

    .spbox_padding {
        padding: 0.5rem 1rem 1rem 1rem;
    }

    .pro_p {
        color: #fff;
        font-size: 18px;
        text-align: center;
        height: 11.6rem;
        line-height: 3.6rem;
    }

        .pro_p span {
            display: block;
            color: #efe017;
            line-height: 22px;
            font-size: 1.2rem;
        }

    .cel_refresh_bt {
        padding: 0rem 0rem 1.2rem 0rem;
    }

    .spboxheight {
        height: 81.4rem;
    }
}



@media only screen and (min-width: 480px) and (max-width: 1024px) {

    html {
        font-size: 62.6%;
    }

    body {
        font-size: 1.4rem;
    }

    .speed_con {
        min-height: 868px;
        background: url(../images/speed_con_bg2.jpg) no-repeat center top;
    }

    .speed_main {
        margin: 0px 10px 10px 10px;
    }

    .speedright {
        display: none;
    }

    .pc_title, .phone_title {
        text-shadow: #000 2px 2px 2px;
        margin: 0.8rem 0rem;
        font-weight: bold;
        background: url(../images/speed_pc_title.png) no-repeat left center;
        height: 3.2rem;
        line-height: 3.2rem;
        padding-left: 4.2rem;
        font-size: 1.8rem;
        color: #da3d00;
    }

    .phone_title {
        height: 3.8rem;
        line-height: 3.8rem;
        background: url(../images/speed_phone_title.png) no-repeat left center;
    }

    .line_ul li {
        height: 40px;
        line-height: 40px;
        margin-bottom: 8px;
    }

        .line_ul li span.time_span {
            display: block;
            float: left;
            background: #52595f;
            text-align: center;
            color: #fff;
            width: 20%;
            height: 4rem;
        }

        .line_ul li span.website_span {
            display: block;
            float: left;
            background: #fff;
            text-align: center;
            color: #d3390f;
            width: 60%;
            height: 4rem;
        }

        .line_ul li a.openwebsite {
            display: block;
            float: left;
            background: #d34b26;
            color: #fff;
            text-align: center;
            width: 20%;
            line-height: 3.8rem;
            border-bottom: 2px solid #cb2600;
            height: 3.8rem;
        }

        .line_ul li a:active.openwebsite {
            background: #f1cbd6;
            border-bottom: 0.2rem solid #d1c713;
            color: #430403;
        }

    .cel_refresh_bt a {
        border-radius: 0.8rem;
        display: block;
        margin: 12px auto;
        background: #d15d42;
        text-indent: 0px;
        font-size: 2rem;
        color: #fff;
        text-align: center;
        line-height: 4.8rem;
        width: 100%;
        height: 4.8rem;
    }

        .cel_refresh_bt a:active {
            background: #bb3b22;
        }

    .fjc_title {
        padding-left: 48px;
        background: url(../images/speed_safe_title.png) no-repeat left center;
        height: 5.2rem;
        line-height: 5.2rem;
        font-size: 1.8rem;
        color: #db3f03;
    }

    .speedright p, .cesl_dl {
        font-size: 1.2rem;
        line-height: 2.2rem;
        color: #201624;
    }

        .speedright p span {
            display: block;
            color: #db3f03;
        }

    .cesl_dl {
        margin-bottom: 0.5rem;
    }

        .cesl_dl a {
            background: #5e1844;
            padding: 0.3px;
            color: #fff;
        }

    .dlcon {
        height: 11.2rem;
    }

        .dlcon a {
            background: #9e0e7c;
            color: #fff;
            display: block;
            width: 10rem;
            height: 3.6rem;
            text-align: center;
            line-height: 3.6rem;
            font-size: 1.4rem;
            float: right;
            margin-left: 1.2rem;
        }

            .dlcon a:active, .cesl_dl a:active {
                background: #c1340e;
            }

            .dlcon a.khddl {
                display: none;
            }

    .spbox_padding {
        padding: 10px;
    }

    .pro_p {
        color: #fff;
        font-size: 18px;
        text-align: center;
        height: 11.6rem;
        line-height: 3.6rem;
    }

        .pro_p span {
            display: block;
            color: #efe017;
            line-height: 22px;
            font-size: 14px;
        }

    .cel_refresh_bt {
        padding: 1rem 0rem 1.2rem 0rem;
    }

    .spboxheight {
        height: 81.4rem;
    }
}



@media only screen and (min-width: 1025px) {
    .phone_testline {
        display: none;
    }

    .speed_con {
		position:absolute;
		left:0px;
		right:0px;
		top:0px;
		bottom:32px;
        background: #000 url(../images/speed_con_bg.jpg) no-repeat center top;
    }

    .speed_main {
        width: 808px;
        padding-left: 316px;
        margin: 0px auto;
    }

    .speedleft {
        float: left;
        width: 480px;
    }

    .spbox_padding {
        padding: 16px 10px 10px 10px;
    }

    .speedright {
        float: right;
        width: 290px;
        padding: 15px;
        background: url(../images/cesl_right_bg.png);
    }

    .pro_p {
        position: relative;
        color: #fff;
        font-size: 18px;
        text-align: center;
        height: 66px;
        line-height: 36px;
    }

        .pro_p span {
            display: block;
            color: #efe017;
            line-height: 22px;
            font-size: 14px;
        }

    .pc_title, .phone_title {
        margin: 8px 0px;
        background: url(../images/speed_pc_title.png) no-repeat left center;
        height: 32px;
        line-height: 32px;
        padding-left: 42px;
        font-size: 18px;
        color: #da3d00;
    }

    .phone_title {
        height: 38px;
        line-height: 38px;
        background: url(../images/speed_phone_title.png) no-repeat left center;
    }

    .line_ul li {
        height: 40px;
        line-height: 40px;
        margin-bottom: 8px;
    }

        .line_ul li span.time_span {
            display: block;
            float: left;
            background: #52595f;
            text-align: center;
            color: #fff;
            width: 20%;
            height: 40px;
        }


        .line_ul li span.website_span {
            display: block;
            float: left;
            background: #fff;
            text-align: center;
            color: #d3390f;
            width: 60%;
            height: 40px;
        }

        .line_ul li a.openwebsite {
            display: block;
            float: left;
            background: #d34b26;
            color: #fff;
            text-align: center;
            width: 20%;
            line-height: 40px;
            height: 40px;
        }

        .line_ul li a:hover.openwebsite {
            background: #f5d20f;
            color: #ab2a07;
        }

    .cel_refresh_bt {
        width: 195px;
        height: 45px;
        position: absolute;
        right: 0px;
        top: 58px;
    }

        .cel_refresh_bt a {
            display: block;
            background: url(../images/cesl_btn_refresh2.png);
            text-shadow: #480225 1px 1px 1px;
            font-size: 14px;
            line-height: 36px;
            text-indent: 36px;
            color: #fff;
            width: 195px;
            height: 40px;
        }

            .cel_refresh_bt a:hover {
                background: url(../images/cesl_btn_refresh2.png) no-repeat 0px -40px;
            }

    .fjc_title {
        padding-left: 48px;
        background: url(../images/speed_safe_title.png) no-repeat left center;
        height: 52px;
        line-height: 52px;
        font-size: 18px;
        color: #db3f03;
    }

    .speedright p, .cesl_dl {
        font-size: 12px;
        line-height: 22px;
        color: #fff;
    }

    .speedright p {
        padding-top: 30px;
    }

        .speedright p span {
            display: block;
            color: #efe017;
        }

    .cesl_dl {
        margin-top: 5px;
    }

        .cesl_dl a {
            text-decoration: underline;
            padding: 3px;
            color: #fff;
        }

    .dlcon {
        height: 122px;
    }

        .dlcon a {
            background: #9e0e7c;
            color: #fff;
            display: block;
            width: 100px;
            height: 36px;
            text-align: center;
            line-height: 36px;
            font-size: 14px;
            float: right;
            margin-left: 12px;
        }

            .dlcon a:hover, .cesl_dl a:hover {
                color: #efe017;
            }

    .cel_refresh_bt {
        padding: 10px 0px 12px 0px;
    }

    .spboxheight {
        height: 700px;
    }

    a.kfrx {
        text-indent: -3000px;
        display: block;
        width: 219px;
        height: 34px;
        background: url(../images/cesl_btn_service.png);
        margin: 0px auto;
    }

        a.kfrx:hover {
            background: url(../images/cesl_btn_service.png) no-repeat 0px -34px;
        }
		
		.testline_copyright{ 
			position:fixed;
			bottom:0px;
			left:0px;
			right:0px;
		}
}

.testline_copyright{ 
	color:#CCC; 
	height:32px; 
	line-height:32px; 
	background:#020202; 
	font-size:12px; 
	text-align:center;
}
.sys-message-list {
    width: 220px;
    position: fixed;
    top: 120px;
    right: 20px;
    color: #787876;
    display: none;
    z-index: 10000;
}
    .sys-message-list > .title {
        height: 36px;
        line-height: 34px;
        padding: 0 10px;
        color: #fff;
        background-color: #9fd800;
    }
        .sys-message-list > .title > .clear {
            float: right;
            cursor: pointer;
        }


.back-to {
    top: 32%;
    overflow: hidden;
    position: fixed;
    right: 10px;
    width: 110px;
    z-index: 999;
}

    .back-to .back-top {
        background: url("../img/common/guaji.png") no-repeat scroll 0 0 transparent;
        display: block;
        float: right;
        height: 179px;
        margin-left: 10px;
        outline: 0 none;
        text-indent: -9999em;
        width: 118px;
    }

        .back-to .back-top:hover {
            background-position: 0 -179px
        }

.back-to-phone {
    width: 11rem;
    float: right;
}


.spinner {
    margin: 7rem auto;
    text-align: center;
    width: 6rem;
    height: 4rem;
    font-size: 1.2rem;
}

    .spinner > div {
        background-color: #ff7474;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretch-delay 0.8s infinite ease-in-out;
        animation: stretch-delay 0.8s infinite ease-in-out;
    }

    .spinner .rectangle2 {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .spinner .rectangle3 {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .spinner .rectangle4 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .spinner .rectangle5 {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

@-webkit-keyframes stretch-delay {

    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretch-delay {

    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}