@font-face {
    font-family: 'futura_mdcn_btmedium';
    font-weight: normal;
    font-style: normal;
}

.fmb {
    font-family: "futura_mdcn_btmedium";
    letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
}
}

body {
    margin: 0;
    font-family: "Arial", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    background: url(../img/bg.jpg) no-repeat 140px #171d2b;
    background-size: cover;
    background-position: center bottom;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}

.clear {
    clear: both;
}

.wrap {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

h2 {
    font-size: 40px;
	padding:0px 0px 0px 0px;
}


/* header */

header {
    background: #f4dd1c;;
    border-bottom: 5px solid #fff;
    width: 100%;
    /*height: 100%;*/
    color: #fff;
}

.info {
    border-bottom: 1px solid #BB2C02;
    width: 100%;
    height: 44px;
}

.info span {
    line-height: 44px;
    float: right;
}

.info a span {
    color: #fff;
}

.info a:hover span {
    color: #F89514;
}

.info span.time {
    float: left;
    padding-left:10px;
}

.info span.favorite {
    color: #FEC656;
    margin-right: 15px;
}

.service {
    color: #fff;
    height: 96px;
}

.service h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 15px;
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 1px;
}

.service h2 p {
    font-size: 14px;
    letter-spacing: 6px;
}

.logo {
    width: 468px;
    height: 80px;
    background: url(../images/logo.png?v=20200504) no-repeat;
    position: absolute;
    left: 0;
    top: 35%;
    margin-top: -20px;
}

.hotline {
    width: 303px;
    height: 38px;
    background: url(../images/hotline.jpg) no-repeat;
    position: absolute;
    left: 690;
    top: 35%;
    margin-top: -11px;
}

.cs {
    width: 468px;
    height: 80px;
    background: url(../images/cs.png) no-repeat;
    position: absolute;
    left: 750;
    top: 35%;
    margin-top: -24px;
}
.cs_r {
    width: 179px;
    height: 179px;
    background: url(../images/cs_r.png) no-repeat;
    display: inline-block;
}

.btn_wechat {
    width: 468px;
    height: 80px;
    background: url(../images/btn_wechat.png) no-repeat;
    position: absolute;
    left: 940;
    top: 35%;
    margin-top: -8px;
}

.btn_refresh {
    width: 468px;
    height: 80px;
    background: url(../images/btn_refresh.png) no-repeat;
    position: absolute;
    left: 465;
    top: 125;
    margin-top: -8px;
}

.btn_app_logger {
    width: 250;
    height: 80px;
    background: url(../images/btn_app_logger_yellow.gif?v=20221117) no-repeat;
    position: absolute;
    left: 680;
    top: 0;
}

.qr_wrap {
    width: 730px;
    height: 125px;
    margin: 0 auto;
    position: relative;
}
.qr_apk {
    width: 125px;
    height: 125px;
    background: url(../images/qrcode_apk.png) no-repeat;
    position: absolute;
    left: 145px;
    top: 20px;
}

.qr_wap {
    width: 125px;
    height: 125px;
    background: url(../images/qrcode_wap.png) no-repeat;
    position: absolute;
    left: 295px;
    top: 20px;
}

.dns_wrap {
    width: 400px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.dns_wrap a:hover span {
    color: #F89514;
}

.dns_winxp-7 {
    width: 114px;
    height: 68px;
    background: url(../images/winxp-7.png) no-repeat;
    position: absolute;
    left: 10;
    top: 0;

}
.dns_winxp-7_cap {
    position: absolute;
    left: 10;
    top: 75;
}


.dns_win8-10 {
    width: 147px;
    height: 68px;
    background: url(../images/win8-10.png) no-repeat;
    position: absolute;
    left: 150;
    top: 0;
}
.dns_win8-10_cap {
    position: absolute;
    left: 175;
    top: 75;
}

/* content */

.a_bg {
    background: url(../images/announcement.png) no-repeat;
    width: 730px;
    height: 44px;
    margin-top: 15px;
    text-align: left;
    padding: 0 35px;
}
.a_cap {
    position: absolute;
    top: 13px;
}

.c_bg {
    background: url(../images/c_bg.png) no-repeat;
    width: 930px;
    height: 900px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    padding: 0 35px;
}
.c_bg h1 {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: -15px;
}
.c_bg h2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 8px;
}
.c_bg h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: -10px;
    text-align: center;
}
.c_bg h4 {
    color: #F89514;
    font-size: 20px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

/* .c_bg span.icon-reload {
    display: inline-block;
    color: #f7e6b0;
    font-size: 18px;
    width: 18px;
} */

.c_bg a:hover span.icon-reload {
    color: #fff;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -o-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}

.c_bg span.fresh {
    font-size: 18px;
    color: #f7e6b0;
    margin-bottom: 10px;
    display: inline-block;
}

.c_bg span.fresh:hover {
    color: #fff;
}


/* 圓 */

.ip_circle1,
.ip_circle2,
.ip_circle3 {
    border-radius: 100%;
    position: absolute;
}

.ip_circle1 {
    background: url(../images/ip_circle1.png) no-repeat \9;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,174,61,1) 0%, rgba(255,119,29,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,174,61,1) 0%,rgba(255,119,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(255,174,61,1) 0%,rgba(255,119,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae3d', endColorstr='#ff771d',GradientType=1 ); */ /* IE6-9 fallback on horizontal gradient */
    width: 178px;
    height: 178px;
    margin-left: 6px;
    top: 6px;
    text-align: center;
    letter-spacing: 4px;
    animation-play-state: paused;
}

.ip_circle1 h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    padding-top: 60px;
}
.ip_circle1 span.icon-reload {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    color: #fff\9;
    font-size: 44px;
    width: 44px;
    margin: 0px auto;
    margin-top: 55px;
}

.ip_circle1 a:hover span.icon-reload {
    color: #fff;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -o-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}

.ip_circle1 span.fresh {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    color: #fff\9;
    padding-top: 5px;
}

.ip_circle1 span.fresh:hover {
    color: #fff;
}

.ip_circle2 {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border: 2px solid#FFFFFF\9;
    width: 190px;
    height: 190px;
    margin-left: 8px;
    top: 8px;
    background: url(../images/ip_circle2.png) no-repeat\9;
}

.ip_circle3 {
    background: rgba(255, 140, 51, 0.5);
    background: #FF8C33\9;
    width: 210px;
    height: 210px;
    margin-left: 1px;
    left: 799px;
    top: 3px;
    z-index: 2;
    -webkit-animation: enlargeip 2s infinite linear;
    -moz-animation: enlargeip 2s infinite linear;
    -o-animation: enlargeip 2s infinite linear;
    animation: enlargeip 2s infinite linear;
    background: url(../images/ip_circle3.png) no-repeat\9;
}


/* 線路清單 */

.link_block,
.operating_block {
    width: 560px;
    float: left;
    text-align: left;
}

.operating_block {
    width: 340px;
    margin-left: 30px;
    color: #333;
    margin-top: 195px;
}

.operating_block span {
    display: block;
    color: #333;
    font-size: 16px;
    display: block;
    margin-top: 17px;
}

ul.step {
    font-size: 13px;
    color: #333;
    line-height: 22px;
    list-style-type: upper-alpha;
    list-style-position: outside;
    margin: 0 0 0 20px;
    padding: 0px;
}

ul.step li {
    color: #6C150C;
    margin-top: 15px;
}

ul.step li img {
    margin-top: 15px;
}

.btn_clear {
    background: #f50e22;
/*  background-image: -webkit-linear-gradient(top, #f50e22, #8a3511);
  background-image: -moz-linear-gradient(top, #f50e22, #8a3511);
  background-image: -ms-linear-gradient(top, #f50e22, #8a3511);
  background-image: -o-linear-gradient(top, #f50e22, #8a3511);
  background-image: linear-gradient(to bottom, #f50e22, #8a3511);*/
    color: #fff;
/*	border-radius: 10px;*/
    font-size: 16px;
    width: 330px;
    padding: 24px 0;
    text-align: center;
    margin: 80px auto 0 auto;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.0);
    transition: all 0.1s linear;
}

.btn_clear:hover {
    background: #6E0000;
    -ms-transform: scale(1.02, 1.02);
    /* IE 9 */
    -webkit-transform: scale(1.02, 1.02);
    /* Safari */
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}

.weblist {
    width: 100%;
    height: 70px;
/*	border-radius: 10px;*/
    line-height: 70px;
    font-size: 16px;
    background-color: #fff;
    color: #aaa;
    margin-bottom: 12px;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.1s linear;
}

.weblist:hover {
    -ms-transform: scale(1.02, 1.02);
    /* IE 9 */
    -webkit-transform: scale(1.02, 1.02);
    /* Safari */
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}

.weblist span {
    font-size: 26px;
/*	border-radius: 5px;*/
    font-family: "futura_mdcn_btmedium";
    letter-spacing: 0px;
    vertical-align: middle;
}

.weblist .icon-check,
.weblist .icon-wait {
    margin: 0 5px 0 10px;
    font-size: 18px;
    width: 18px;
    color: #43A047;
    vertical-align: middle;
}

.weblist .icon-wait {
    color: #999;
    display: inline-block;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -o-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}

.weblist span.cline {
    width: 1px;
    height: 30px;
    background-color: #aaa;
    margin: 0 5px;
    display: inline-block;
}

.weblist span.btn,
.weblist span.btngray {
    background: #FF771D;
    background: rgb(255,160,28);
    background: -moz-linear-gradient(top,  rgba(255,160,28,1) 0%, rgba(255,119,29,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,160,28,1) 0%,rgba(255,119,29,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,160,28,1) 0%,rgba(255,119,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa01c', endColorstr='#ff771d',GradientType=0 );
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    color: #fff;
    font-size: 14px;
    padding: 0px 35px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
}

.weblist span.btn:hover {
    background: #8D1B03;
}

.weblist span.btngray {
    background: #ccc;
    background: -moz-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(125, 125, 125, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204, 204, 204, 1)), color-stop(100%, rgba(125, 125, 125, 1)));
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(125, 125, 125, 1) 100%);
    background: -o-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(125, 125, 125, 1) 100%);
    background: -ms-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(125, 125, 125, 1) 100%);
    background: linear-gradient(to bottom, rgba(204, 204, 204, 1) 0%, rgba(125, 125, 125, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#7d7d7d', GradientType=0);
    cursor: not-allowed;
    ;
}

.weblist span.sec_green {
    color: #43A047;
}

.weblist span.sec_orange {
    color: #F57F17;
}

.weblist span.sec_gray {
    color: #999;
    font-size: 14px;
}


/* footer */

footer {
    margin: 15px auto;
    margin-bottom: 30px;
    text-align: center;
    color: #5F5F5F;
    font-size: 14px;
    padding-left:0px;
}


/* 旋轉動畫 */

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* 放大縮小動畫 */

@-webkit-keyframes enlargeip {
    0% {
        -webkit-transform: scale(1.0, 1.0);
    }
    50% {
        -webkit-transform: scale(1.02, 1.02);
    }
    100% {
        -webkit-transform: scale(1.0, 1.0);
    }
}

@-moz-keyframes enlargeip {
    0% {
        -moz-transform: scale(1.0, 1.0);
    }
    50% {
        -moz-transform: scale(1.02, 1.02);
    }
    100% {
        -moz-transform: scale(1.0, 1.0);
    }
}

@-o-keyframes enlargeip {
    0% {
        -o-transform: scale(1.0, 1.0);
    }
    50% {
        -o-transform: scale(1.02, 1.02);
    }
    100% {
        -moz-transform: scale(1.0, 1.0);
    }
}

@keyframes enlargeip {
    0% {
        transform: scale(1.0, 1.0);
    }
    50% {
        transform: scale(1.02, 1.02);
    }
    100% {
        -moz-transform: scale(1.0, 1.0);
    }
}
