/***       測速頁           樣式             start      ***/
.network-control-top {
    position: absolute;
    left: 0;
    right: 0;
    height: 75px;
    z-index: 99;
}
.network-control-shadow1 {
    background: url(../../Image/shadow1.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
    bottom: -60px;
}
.network-img-logo {
    margin: 0 auto;
    padding-top: 20px;
}
.network-title-box {
	height: 70px;
	text-align: left;
}
.network-title {
	color: #ffffff;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}
.network-line {
	display: inline-block;
    margin-left: 5%;
    height: 1px;
    width: 50%;
    vertical-align: middle;
	background: #ffffff; /* Old browsers */  
    background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 50%, transparent 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left right, color-stop(0%,#ffffff), color-stop(100%,transparent)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(left,  #ffffff 0%, #ffffff 50%, transparent 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(left,  #ffffff 0%, #ffffff 50%, transparent 100%); /* Opera 11.10+ */  
    background: -ms-linear-gradient(left,  #ffffff 0%, #ffffff 50%, transparent 100%); /* IE10+ */  
    background: linear-gradient(left,  #ffffff 0%, #ffffff 50%, transparent 100%); /* W3C */
}
.network-control-bg {
	background-image: url('../../Image/network-control-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
    width: 100%;
    background-size: cover;
    text-align: center;
    padding-bottom: 46px;
    margin-bottom: -46px;
    min-height: 100vh;
}
.network-control-bg:after {
	content: "";
	display: block;
	clear: both;
}
.network-control-box-bg {
    float: left;
    position: relative;
    min-height: 400px;
    width: 600px;
    margin-left: 48%;
    border-radius: 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.network-control-bg-color {
    position: relative;
	background-color: #ffffff;
    padding-top: 100px;
    min-height: 390px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.network-control-font-color {
	color: #000000;
}
.network-control-img {
	background: rgba(0, 0, 0, 0) url("../../Image/network-control.png") no-repeat 0 0;
	height: 152px;
	width: 151px;
	display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 1;
}
#list:after {
	content: '';
	clear: both;
	display: block;
}
.network-control-server-line {
	float: left;
	width: 90%;
    margin-left: 7%;
    height: 40px;
    line-height: 38px;
    margin-bottom: 12px;
}
.network-control-server-speed {
	float: left;
	color: #000000;
    height: 100%;
    width: 10%;
    font-size: 14px;
    border: 1px solid #a2a2a2;
    border-right: 0;
    background-color: #cdcdcd;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;  
}
.network-control-server-site:before {
    content: '\eab7';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    border-right: 1px solid #a2a2a2;
    color: #2a2a2a;
    float: left;
    width: 50px;
    height: 100%;
    margin-right: 10px;
    font-size: 25px;
    background-color: #f3f3f3;
    text-align: center;
}
.network-control-server-site {
	font-size: 14px;
	color: #2a2a2a;
	float: left;
    background-color: #f3f3f3;
	height: 100%;
    width: 67%;
  	margin-right: 3%;
    text-align: left;
    border: 1px solid #a2a2a2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.btn-network-control {
	float: left;
    height: 100%;
    width: 20%;
    color: #2a2a2a;
    border: 1px solid #a2a2a2;
	background: #e9e9e9; /* Old browsers */  
    background: -moz-linear-gradient(top,  #e9e9e9 0%, #c6c6c6 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  #e9e9e9 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top,  #e9e9e9 0%,#c6c6c6 100%); /* Opera 11.10+ */  
    background: -ms-linear-gradient(top,  #e9e9e9 0%,#c6c6c6 100%); /* IE10+ */  
    background: linear-gradient(top,  #e9e9e9 0%,#c6c6c6 100%); /* W3C */
    cursor: pointer;
}
.btn-network-control:hover,
.btn-network-control:focus {
    text-decoration:none;
    color: #2a2a2a;
	background: #c6c6c6; /* Old browsers */  
    background: -moz-linear-gradient(top,  #c6c6c6 0%, #e9e9e9 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%); /* Opera 11.10+ */  
    background: -ms-linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%); /* IE10+ */  
    background: linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%); /* W3C */
}
.btn-network-control-retry {
    border: 1px solid #d2b100;
    border-radius: 0;
    height: 40px;
    width: 20%;
    color: #5a5a5a;
    background-color: #f7d000;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    margin-top: 15px;
    position: absolute;
    top: 22px;
    right: 3%;
}
.btn-network-control-retry:hover,
.btn-network-control-retry:focus {
    color: #5a5a5a;
    border-color: #bda000;
    background-color: #e6c200;
    text-decoration:none;
}
.recommend-btn {
	float: left;
    height: 100%;
    color: #ffffff;
    border: 1px solid #f46363;
	background: #cf0303; /* Old browsers */  
    background: -moz-linear-gradient(top,  #cf0303 40%, #8b0000 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#cf0303), color-stop(100%,#8b0000)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  #cf0303 40%,#8b0000 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top,  #cf0303 40%,#8b0000 100%); /* Opera 11.10+ */  
    background: -ms-linear-gradient(top,  #cf0303 40%,#8b0000 100%); /* IE10+ */  
    background: linear-gradient(top,  #cf0303 40%,#8b0000 100%); /* W3C */ 
}
.recommend-btn:hover,
.recommend-btn:focus {
	color: #ffffff;
	background: #8b0000; /* Old browsers */  
    background: -moz-linear-gradient(top,  #8b0000 0%, #cf0303 60%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b0000), color-stop(60%,#cf0303)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  #8b0000 0%,#cf0303 60%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top,  #8b0000 0%,#cf0303 60%); /* Opera 11.10+ */  
    background: -ms-linear-gradient(top,  #8b0000 0%,#cf0303 60%); /* IE10+ */  
    background: linear-gradient(top,  #8b0000 0%,#cf0303 60%); /* W3C */ 
}
.recommend-txt {
	color: #ffffff;
    background-color: #a30101;
    border-color: #f46363;
}
.network-control-prevent {
    float: left;
    background-color: #ffffff;
    position: relative;
    width: 600px;
    padding: 10px 0 8px 40px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
.network-control-prevent:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 1px;
	background-color: #dddddd;
}
.network-control-prevent:after {
	content: '';
    clear: both;
    display: block;
}
.prevent-logo {
	float: left;
    height: 45px;
}
.prevent-title {
	color: #ffffff;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    display: inline-block;
	font-weight: bold;
}
.prevent-font {
    color: #d80000;
    font-size: 13px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}
.prevent-box {
	float: left;
	text-align: center;
	width: 82%;
}
.prevent-btn {
    display: inline-block;
    width: 120px;
    height: 30px;
    margin: 0 30px;
    line-height: 28px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #a2a2a2;
    color: #101010;
    background: #e9e9e9; /* Old browsers */  
    background: -moz-linear-gradient(top,  #e9e9e9 0%, #c6c6c6 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  #e9e9e9 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top,  #e9e9e9 0%,#c6c6c6 100%); /* Opera 11.10+ */  
    background: -ms-linear-gradient(top,  #e9e9e9 0%,#c6c6c6 100%); /* IE10+ */  
    background: linear-gradient(top,  #e9e9e9 0%,#c6c6c6 100%); /* W3C */
}
.prevent-btn:hover {
	text-decoration: none;
    color: #101010;
	background: #c6c6c6; /* Old browsers */  
    background: -moz-linear-gradient(top,  #c6c6c6 0%, #e9e9e9 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%); /* Opera 11.10+ */  
    background: -ms-linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%); /* IE10+ */  
    background: linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%); /* W3C */
}

@media (max-width: 1199px) {
	.network-control-box-bg {
		width: 570px;
		margin-left: 40%;
	}
	.network-control-prevent {
	    width: 570px;
	}
}
@media (max-width: 991px) {
	.network-control-box-bg {
		left: 0;
		margin: 20px auto;
	    float: none;
	}
	.network-control-bg-color {
	    border-radius: 10px;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
        padding-bottom: 15px;
	}
	.network-control-prevent {
	    display: none;
	}
}
@media (max-width: 720px) {
	.network-control-box-bg {
	    width: 460px;
	    font-size: 13px;
	}
}
@media (max-width: 480px) { 	
	.network-control-img {
		background: rgba(0, 0, 0, 0) url("../../Image/network-control-mobile.png") no-repeat 0 0;
		height: 40px;
		width: 154px;
		display: block;
	    position: absolute;
	    top: -1px;
    	left: 50%;
    	margin-left: -77px;
	}
	.network-control-font-color {
		display: none;
	}
	.network-control-box-bg {
	    width: 95%;
	}
	.network-control-server-line {
		width: 90%;
    	margin-left: 5%;
	}
	.network-control-server-speed,
	.btn-network-control {
		font-size: 12px;
	}
	.btn-network-control-retry {
		width: 60%;
	    left: 50%;
	    margin-left: -30%;
	    top: 35px;
	}
	.network-control-server-site {
		font-size: 12px;
		padding-left: 5px;
	}
	.network-control-server-site:before {
		width: 35px;
	}
	.network-control-top {
		display: none;
	}
	.network-img-logo {
	    padding-top: 10px;
	}
}
@media (max-width: 400px) { 	
	.network-control-server-line {
    	width: 94%;
    	margin-left: 3%;
	}
	.network-control-box-bg {
	    width: 95%;
	}
}
/***       測速頁           樣式              end       ***/
