*{
    font-family: 微軟正黑體,Arial;
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: url(../../img/speedtest/kai_bg-min.png) repeat-x #f2f2f2;
    overflow-x: hidden;
}
.body-wrapper{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    /*background-color: #fff;*/
    font-family: Lucida Sans Unicode;
    /*border-bottom: 7px solid #6678b8;*/
    padding: 0 0px 0px 15px;
}
h1{
    /*border-top: 7px solid #6678b8;*/
    /*border-bottom: 40px solid #c9d0e6;*/
    padding: 0 15px;
    line-height: 60px;
    color: #445aa9;
    margin-top: 25px;
}
h2{
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
a{
    background: #cfe2f3;
    color: #283d88;
    font-size: 9pt;
    font-family: inherit;
    font-weight: 100;
}
.speed-header{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.myFav{
    text-align: right;
    margin: 20px 0 5px 0;
}
.myFav a{
    color: #fff;
    font-size: 18px;
    margin-left: 30px;
    background-color: unset;
    text-decoration: none;
    cursor: pointer;
}
.myFav a:hover{
    background-color: unset;
}
.myFav i{
    transform: rotate(45deg);
    margin-right: 5px;
}
.body-wrapper .linkQQ {
    cursor: pointer;
}
.body-wrapper .speed,
.body-wrapper .agspeed{
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -15px;*/
}
.body-wrapper .agspeed-border{
    padding: 20px 0 0;
    border-top: 1px solid #ffab63;
}
.body-wrapper .speed a:hover,
.body-wrapper .agspeed a:hover{
    box-shadow: 0px 5px 5px rgba(255, 255, 255, 0.8);
}
.body-wrapper .speed a,
.body-wrapper .agspeed a{
    width: 224px;
    height: 110px;
    margin: 0 15px 20px 0;
    list-style: none;
    border-radius: 8px;
    text-align: center;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
}
.body-wrapper .speed a:last-child{
    margin: 0 0 20px 0;
}
.body-wrapper .speed a i,
.body-wrapper .agspeed a i{
    border: 2px solid #313242;
    border-radius: 50px;
    padding: 3px;
}
.body-wrapper .speed a div,
.body-wrapper .agspeed a div{
    width: 100%;
    color: #313242;
    font-size: 18px;
    line-height: 70px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}
.body-wrapper .speed .speedTest,
.body-wrapper .agspeed .speedTest{
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #313242;
    border-radius: 0 0 5px 5px;
}
a:hover,a:active,a:focus{
    color: #fff;
    background-color: #445aa9;
}
th{
    float: left;
    margin-right: 10px;
    min-width: 115px;
    text-align: left;
}
.btn2 {
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    margin: 10px 10px 0 0;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bolder;
    text-decoration: none;
    float: left;
}
.needLink {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 15px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.backupLine,.eastInfo {
    /*display: inline-block;*/
    background: rgba(245,245,245,0.7);
    border-radius: 10px;
    list-style: none;
    /*padding: 15px 20px;*/
}
.pc-port .row .brand li dl dt {
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}
.backupLine p,.eastInfo p {
    color: #333;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.backupLine a,.eastInfo a {
    background: unset;
    color: #333;
}
.backupLine>dl>dd {
    width: 19%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding-left: 35px;
    display: inline-block;
    box-sizing: border-box;
}
.pc-port .row {
    margin-right: 0;
}
.pc-port .row .information dl dt {
    color: #333333;
    font-size: 18px;
    padding-left: 25px;
}
.pc-port .row .information dl dd {
    width: 44%;
    height: 75.6px;
    text-align: center;
    line-height: 120px;
    display: inline-block;
}
.pc-port .row .information dl {
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.backupLine>dl>dd a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}
.online_service {
    z-index: 99999;
    width: 60px;
    height: 110px;
    background-color: #ff9e13;
    border-radius: 2px;
    position: absolute;
    right: 3px;
    top: 5px;
}
.online_service .os_icon {
    height: 50px;
    width: 55px;
    margin: 10px auto 0;
    background: url(../../img/speedtest/logo_icon1.png) no-repeat -497px 0;
}
.online_service .os_font {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 36px;
    margin: 3px auto;
    line-height: 19px;
}
/*.backupLine{*/
/*    flex: 2;*/
/*    margin-right: 10px;*/
/*}*/
/*.eastInfo{*/
/*    flex: 1;*/
/*}*/

.pc-port .row .brand li dl {
    width: 100%;
    height: auto;
    padding: 10px 20px;
}

/*Icon*/
.pc-port .row .brand li dl .tongy:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 10px;
}
.pc-port .row .zuxyty:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: -25px;
    right: -40px;
}
.pc-port .row .neirf {
    width: 100%;
    height: auto;
    margin-top: -50px;
}
/*常用網址*/
.move-port .neirf .sites dl .sites-icon1,
.pc-port .row .brand li dl .baudu:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -10px -35px;
}
.pc-port .row .brand li dl .trngxu:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -40px -35px;
}
.pc-port .row .brand li dl .fneghw:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -70px -35px;
}
.pc-port .row .brand li dl .souhu:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -100px -35px;
}
.pc-port .row .brand li dl .wangyi:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -130px -35px;
}
.pc-port .row .brand li dl .youku:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -160px -35px;
}
.pc-port .row .brand li dl .jingdsc:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -187px -35px;
}
.pc-port .row .brand li dl .tielu:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -217px -35px;
}
.pc-port .row .brand li dl .tongc:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -278px -35px;
}
.pc-port .row .brand li dl .xiecw:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -247px -35px;
}

/*常用網銀*/
.pc-port .row .brand li dl .gongsyh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -10px -69px;
}
.pc-port .row .brand li dl .zhonggyh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -39px -69px;
}
.pc-port .row .brand li dl .jiansyh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -70px -69px;
}
.pc-port .row .brand li dl .nongyyh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -100px -69px;
}
.pc-port .row .brand li dl .youzxc:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -130px -69px;
}
.pc-port .row .brand li dl .zhaosyh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -158px -69px;
}
.pc-port .row .brand li dl .guangdyh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -184px -69px;
}
.pc-port .row .brand li dl .xingyyh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -217px -68px;
}
.pc-port .row .brand li dl .jiaotyh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -247px -68px;
}
.pc-port .row .brand li dl .guangfyh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -277px -68px;
}
/*常用購物*/
.pc-port .row .brand li dl .taob:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -10px -127px;
}
.pc-port .row .brand li dl .jingd:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -40px -127px;
}
.pc-port .row .brand li dl .tianm:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -70px -127px;
}
.pc-port .row .brand li dl .suning:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -100px -127px;
}
.pc-port .row .brand li dl .guomei:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -130px -127px;
}
.pc-port .row .brand li dl .dangd:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -158px -127px;
}
.pc-port .row .brand li dl .juhuas:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -187px -127px;
}
.pc-port .row .brand li dl .meils:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -218px -125px;
}
.pc-port .row .brand li dl .mogujie:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -246px -127px;
}
.pc-port .row .brand li dl .weipinh:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -277px -127px;
}
/*常用資訊*/
.pc-port .row .xinlxw:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -10px -96px;
}
.pc-port .row .fenghzx:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -40px -96px;
}
.pc-port .row .lianhzb:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -159px -96px;
}
.pc-port .row .renmw:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -187px -96px;
    position: relative;
    left: 32px;
}
.pc-port .row .tengxxw:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -70px -96px;
}
.pc-port .row .souhxw:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -100px -96px;
}
.pc-port .row .huaiqsb:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -218px -96px;
}
.pc-port .row .wangyxw:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -130px -35px;
}
.pc-port .row .xinhw:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -277px -96px;
    position: relative;
    left: 36px;
}
.pc-port .row .baiduxw:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -10px -35px;
}

/*Footer*/
.relation {
    width: 100%;
    height: 154px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 10px 0;
}
.relation span {
    width: 100px;
    color: #333333;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
}
.relation ul {
    width: 99%;
    height: auto;
    font-size: 0;
    padding: 10px;
}
.relation ul li {
    width: 33.33%;
    height: auto;
    list-style: none;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
}
.relation ul .kefu1 {
    width: 78%;
    height: 90px;
    float: right;
    line-height: 40px;
}
.relation ul .kefu1 p {
    color: #333333;
    font-size: 16px;
}
.relation ul .kefu1 p:first-child {
    margin-bottom: 0;
}
.relation ul .kefu1 .textli {
    color: #999999;
}
.relation ul .tongyd:before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 17px;
    left: 20px;
}
.relation .tongyd {
    background: none;
}
.relation ul .service1:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -5px -148px;
}
.relation ul .service2:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -60px -148px;
}
.relation ul .service3:before {
    background: url(../../img/speedtest/nav_pic.png) no-repeat -117px -148px;
}
.move-port {
    display: none;
}

