@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
body {
    margin: 0;
    padding: 0px;
    border: 0px;
    font-size: 16px;
    font-family: 'Noto Sans TC', 'Source Han Sans Traditional Chinese','Microsoft JhengHei', '微軟正黑體', 'Arial', 'Helvetica', 'sans-serif';
    background-color: #f0f0f0;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #000;
}
/*#4bbbd1*/
a:hover {
    text-decoration: none;
    color: #4bbbd1;
}

a:link {
    text-decoration: none;
}

/** {
    box-sizing: border-box;
}*/

iframe,
object,
embed {
    /*position: absolute;
  top: 0;
  left: 0;*/
    width: 670px;
    /*height: 100%;*/
}
.font18 {
    font-size: 18px;
}
.mobile-menu {
    display: none;
}
.tracefb {
    margin-top: 20px;
    line-height: 24px;
}

.traceyt {
    line-height: 24px;
}

.tracetxt {
    padding-left: 10px;
    position: relative;
    bottom: 6px;
}
.ribbon {
    background-color: #a00;
    overflow: hidden;
    white-space: nowrap;
    /* top left corner */
    position: fixed;
    left: -50px;
    top: 40px;
    /* 45 deg ccw rotation */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* shadow */
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

    .ribbon span {
        border: 1px solid #faa;
        color: #fff;
        display: block;
        font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin: 1px 0;
        padding: 10px 50px;
        text-align: center;
        text-decoration: none;
        /* shadow */
        text-shadow: 0 0 5px #444;
    }

.header {
    width: 100%;
    min-width: 1110px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 96px;
    z-index: 999;
    padding: 0 0px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 6px solid rgba(75, 187, 209, .5);
}

.header--top {
    position: relative;
    /*max-width: 1440px;
	min-width: 1110px;*/
    width: 1200px;
    height: 85px;
    margin: 0 auto;
}

.header--top nav {
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    height: 78px;
    margin-left: 40px;
}

.header--top .submenu {
    position: absolute;
    top: 77px;
    display: none;
    width: 100px;
    padding: 0;
    /*background-color:red;*/
}

.search_new {
    position: absolute;
    top: 88px;
    display: none;
    width: 100%;
    padding: 0;
}

.header--top .mainmenu > li {
    padding-right: 60px !important;
    display: inline-block;
    position: relative;
    height: 84px;
    bottom: 12px;
    line-height: 84px;
}

.header--top .submenu > li {
    line-height: 39px;
    height: 39px;
}

.mainmenu > li > a {
    font-weight: bold;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}

.mainmenu li span {
    font-size: 18px;
    font-weight: bold;
    
}

.submenu {
    font-size: 18px;
}

.mainmenu > li > a:hover {
    color: #006699;
}

.pc {
    display: block;
    /*margin-right:236px;*/
}

.header--user {
    top: 32px;
    right: 0;
    z-index: 10;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #3a3a3a;
    text-decoration: none;
    cursor: pointer;
    float: right;
    width: 100px;
    position: relative;
}

.header--user a:hover {
    color: #006699;
    text-decoration: none;
}

.header--top .submenu li a {
    /*width: 84px;*/
    line-height: 48px;
    font-size: 18px;
    color: #6a6a6a;
    text-decoration: none;
}

.header--top .submenu li a:hover {
    color: #006699;
}

.header--logo {
    display: inline-block;
    width: 180px;
    height: 84px;
}

    .header--logo img {
        width: 180px;
        height: 32px;
        position: relative;
        bottom: 58px;
    }

.logoback {
    width: 2000px;
    height: 84px;
    background-color: #006699;
    position: relative;
    right: 1800px;
}

.headertriangle {
    width: 0;
    height: 84px;
    border-style: solid;
    border-width: 84px 18px 0 0;
    border-color: #006699 transparent transparent transparent;
    position: relative;
    bottom: 121px;
    left: 200px;
}

.header--free {
    display: inline-block;
    width: 120px;
    background-color: yellow;
    border-radius: 12px;
    box-shadow: 0 0 12px 0 rgba(154, 154, 154, 0.8);
    background-color: #ffcc33;
    float: right;
    top: 19px;
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    position: relative;
    line-height: 48px;
}

.header--user--img {
    background-image: url('/images/icon-search.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 5px;
}

.header--user--img.close {
    background-image: url('/images/icon-close.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 5px;
}

.wrap {
    max-width: 960px;
    margin: 20px auto 0 auto;
    height: auto;
}

.search {
    position: relative;
    width: 720px;
    float: left;
    margin-left: 100px;
}

.search-bar {
    width: 100%;
    height: 48px;
    font-size: 20px;
    border: 1px solid #4bbbd1;
    /*background-color: #efe9e7;*/
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-sizing: border-box;
}

.search-btn {
    width: 94px;
    height: 48px;
    background-color: #4bbbd1;
    color: #efe9e7;
    outline: none;
    border: 1px solid #4bbbd1;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    /*right: 0;*/
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-sizing: border-box;
}

.search-bar:hover {
    border: 1px solid #069;
}
.search-bar:focus {
    border: 1px solid #069;
}
.search-btn:hover {
    background-color: #069;
}

.search-cart li {
    float: left;
    margin-left: 17px;
    padding-top: 5px 0;
    line-height: 32px;
}

    .search-cart li a {
        font-size: 16px;
    }

.pay {
    /*padding-right: 10px;
    border-right: 1px solid #3D1101;*/
}

input#search2 {
    background-image: url('/images/icon-bold-search-gray.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 40px;
    background-size: 18px 18px;
    background-position: 12px 14px;
}

#loading2 {
    z-index: 999;
    padding: 10px 10px 5px;
    background: rgb(255, 0, 136);
    left: 44%;
    top: 96px;
    color: #fff;
    position: relative;
    width: 200px;
    height: 30px;
    text-align: center;
    box-shadow: 2px 2px 10px;
    border-radius: 5px;
    display: inline-block;
}

img {
    border: none;
}

.img180 img {
    border: none;
    width: 180px;
    height: 180px;
}

.c {
    text-align: center;
}

.clr-b {
    clear: both;
}

.SideSpace {
    height: 24px;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    /*height: auto !important;*/
}

/** header開始 **/
.top {
    width: 100%;
    height: 84px;
    /*background: linear-gradient(0deg,#359,#069,#09c);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#335599', endColorstr='#0099cc');
    position: fixed;
    z-index: 100;
    /*/*font-family: "微軟正黑體";*/*/
}

.top2 {
    width: 100%;
    height: 24px;
    position: fixed;
    z-index: 99;
    /*/*font-family: "微軟正黑體";*/*/
    top: 80px;
    background-color: #f0f0f0;
}

.top .box {
    width: 1200px;
    height: 60px;
}

    .top .box .logo {
        /*width: 152px;
	height: 60px;*/
        float: left;
        position: relative;
        top: 13px;
    }

.topmenu0 {
    float: left;
    display: inline-block;
    padding-top: 13px;
    padding-left: 5px;
}

    .topmenu0 ul {
        list-style-type: none;
        padding: 0;
    }

        .topmenu0 ul li {
            float: left;
            color: #f0f0f0;
            padding-left: 6px;
            padding-right: 6px;
            cursor: pointer;
            line-height: 84px;
            top: -29px;
            position: relative;
        }

            .topmenu0 ul li:hover {
                background-color: #e0f7fa;
                color: #35ACC3;
                position: relative;
                top: -29px;
                line-height: 84px;
            }

            .topmenu0 ul li a {
                color: #f0f0f0;
                font-size: 18px;
                font-weight: 700;
                height: 100%;
                display: block;
            }

            .topmenu0 ul li:hover a, .topmenu0 ul li.on a {
                color: #0099cc;
            }

            .topmenu0 ul li.on {
                background-color: #ffffff; /*line-height:84px;position: relative; top:-30px;*/
            }

.topmenu1 {
    float: left;
    display: none;
    padding-top: 13px;
    padding-left: 35px;
}

    .topmenu1 ul {
        list-style-type: none;
        padding: 0;
    }

        .topmenu1 ul li {
            float: left;
            color: #f0f0f0;
            padding-left: 10px;
            padding-right: 10px;
            cursor: pointer;
            line-height: 84px;
            top: -29px;
            position: relative;
        }

            .topmenu1 ul li:hover {
                background-color: #ffe0e0;
                color: #35ACC3;
                position: relative;
                top: -29px;
                line-height: 84px;
            }

            .topmenu1 ul li a {
                color: #ffffff;
                font-size: 18px;
                font-weight: 700;
                height: 100%;
                display: block;
            }

            .topmenu1 ul li:hover a, .topmenu1 ul li.on a {
                color: #b71111;
            }

            .topmenu1 ul li.on {
                background-color: #f0f0f0;
            }

.fb {
    background-image: url(/images/00_header_FBicon_14_14.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0px;
    display: inline-block;
}

.fbli:hover span {
    background-image: url(/images/00_header_FBicon_14_14.png);
    background-repeat: no-repeat;
    background-position: 0px -28px;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0px;
    display: inline-block;
}

.fb1 {
    background-image: url(/images/00_header_FBicon_14_14.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0px;
    display: inline-block;
}

.fb1li:hover span {
    background-image: url(/images/07_XQ_FBicon_14_14.png);
    background-repeat: no-repeat;
    background-position: 0px -28px;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0px;
    display: inline-block;
}

.videomenu {
    LINE-HEIGHT: 20PX;
    WIDTH: 110PX;
    PADDING-TOP: 20PX;
    height: 64px;
}

.topmenu0 ul li.videomenu {
    line-height: 20PX;
}

#UpDown {
    font-size: 16px;
    line-height: 60px;
    margin-top: 24px;
    background-color: #fff;
    width: 100%;
    display: inline-block;
}

.up_left {
    float: left;
    background-color: #fff;
    padding-left: 12px;
}

.down_right {
    text-align: right;
    float: right;
    padding-right: 12px;
}

#up {
    background-image: url(/images/01_article_next_18_18_18_36.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
}

    #up:hover {
        background-position: 0px -36px;
    }

#down {
    background-image: url(/images/01_article_next_18_18_18_36.png);
    background-repeat: no-repeat;
    background-position: 0px -72px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: 12px;
    cursor: pointer;
}

    #down:hover {
        background-position: 0px -108px;
    }



.menu-btn {
    display: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    /*background-color: gray;*/
    background-image: url(/images/icon-bold-search-black.png);
    background-position: 0px 0px;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    /*border: 1px solid transparent;
    border-radius: 4px;*/
    z-index: 101;
    top: 15px;
}

    .navbar-toggle:hover {
        background-image: url(/images/00_header_menu_18_18_18_36@2x.png);
        background-position: 0px -72px;
    }
/** header結束 **/

/** banner開始 **/
.banner1 {
    background-image: url(/images/banner_220527_01.png?v=1);
    background-color: #355173;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
    float: left;
    /*position: relative;
	top: 112px;*/
}

.banner2 {
    background-image: url(/images/banner_220527_03.png?v=1);
    background-color: #355173;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
    float: left;
    /*position: relative;
	top: 112px;*/
}

.banner3 {
    background-image: url(/images/banner_220408_01.png);
    background-color: #355173;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
    float: left;
    /*position: relative;
	top: 112px;*/
}

.banner4 {
    background-image: url(/images/banner4_new.png);
    background-color: #355173;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
    float: left;
    /*position: relative;
	top: 112px;*/
}

.banner5 {
    background-image: url(/images/banner_220318_02.png?v=1);
    background-color: #355173;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
    float: left;
    /*position: relative;
	top: 112px;*/
}

.banner6 {
    background-image: url(/images/banner_220331_03.png);
    background-color: #355173;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
    float: left;
    /*position: relative;
	top: 112px;*/
}

.banner8 {
    background-image: url(/images/XQ官網重要公告_桌機版.png);
    background-color: #355173;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
    float: left;
    /*position: relative;
	top: 112px;*/
}

.banner .arrow-bt {
    width: 90%;
    margin: 220px auto;
}

    .banner .arrow-bt .left {
        float: left;
        width: 65px
    }

        .banner .arrow-bt .left a img {
            opacity: 0.5;
        }

            .banner .arrow-bt .left a img:hover {
                opacity: 1;
            }

    .banner .arrow-bt .right a img {
        opacity: 0.5;
    }

    .banner .arrow-bt .right {
        float: right;
        width: 65px;
    }

        .banner .arrow-bt .right a img:hover {
            opacity: 1;
        }

/** banner結束 **/


/* main 開始 */
#MainSection {
    float: right;
    width: 900px;
    display: inline-block;
    text-align: left;
    border: 1px solid #e0e0e0;
}

#MainSection2 {
    float: right;
    width: 900px;
    display: inline-block;
    text-align: left;
}

#MainSection3 {
    float: right;
    width: 900px;
    display: inline-block;
    text-align: left;
}

#MainSection4 {
    float: right;
    width: 960px;
    display: inline-block;
    text-align: left;
}

#SideMenu {
    width: 276px;
    text-align: left;
    /*position: fixed;
    top:104px;*/
    /*min-height:600px;*/
    /*margin-top:60px;
    z-index: 100;
    position: fixed;
    top:80px;*/
}

#maindiv {
    width: 960px;
    margin-top: 24px;
    min-height: 600px;
}

#maindiv2 {
    width: 1200px;
    margin-top: 24px;
    min-height: 600px;
}

#maindiv3 {
    width: 900px;
}

.MainSection_W {
    margin-top: 90px;
    width: 960px;
    text-align: left;
    min-height: 460px;
    /*background-color:red;
    border:5px solid dashed;*/
}
/* 程式下載 開始 */
.mainbody {
    width: 100%;
    position: relative;
    /*top:80px;*/
    clear: both;
    display: inline-block;
    /*font-family: "微軟正黑體";*/
    background-color: #f0f0f0;
    margin-top: 80px;
}

.mainbody2 {
    width: 100%;
    /*position:relative;
    top:80px;*/
    clear: both;
    display: inline-block;
    /*font-family: "微軟正黑體";*/
    background-color: #f0f0f0;
}

.mainbody3 {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
    /*font-family: "微軟正黑體";*/
    background-color: #ffffff;
    margin-top: 80px;
}

.bgcolor {
    width: 100%;
    background-color: #f0f0f0;
}

.bgcolor_no {
    background-color: #ffffff;
}

.XQ_Div {
    width: 235px;
    display: inline-block;
    /*margin-right:66px;*/
    margin-bottom: 24px;
    vertical-align: top;
}

.XQ_title {
    line-height: 60px;
    font-size: 42px;
    color: #3a3a3a;
    padding-top: 36px;
    padding-bottom: 24px;
    width: 100%;
    clear: both;
    display: inline-block;
    height: 60px;
    /*margin-bottom:24px;*/
    background-color: #ffffff;
}

.XQ_title2 {
    line-height: 60px;
    font-size: 42px;
    color: #3a3a3a;
    padding-bottom: 24px;
    width: 100%;
    clear: both;
    display: inline-block;
    height: 60px;
}

.XQ_title3 {
    line-height: 60px;
    font-size: 42px;
    color: #3a3a3a;
    padding-top: 60px;
    padding-bottom: 24px;
    width: 100%;
    clear: both;
    display: inline-block;
    height: 60px;
}

.XQ_title_new {
    padding-top: 60px;
}

.XQ_title_new2 {
    font-size: 36px;
    font-weight: bolder;
    color: #DA5439;
    clear: both;
    line-height: 60px;
}

.XQ_title_new3 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    color: #3a3a3a;
    clear: both;
    line-height: 30px;
}

.XQ_title_new4 {
    font-size: 30px;
    color: #3a3a3a;
    clear: both;
    padding-bottom: 36px;
}

.XQ_Download_XT {
    text-align: left;
    width: 740px;
    height: 216px;
    color: #4a4a4a;
    font-size: 24px;
}

.XQ_Space {
    displat: inline-block;
    height: 24px;
}

.XQ_IMG {
    width: 276px;
    height: 180px;
    /*background-color:yellow;*/
    display: inline-block;
    /*margin-right:66px;*/
    margin-bottom: 24px;
    vertical-align: top;
}

.XQ_Area {
    background-color: #ffffff;
}

.XQ_Area3 {
    background-color: #ffffff;
    height: 820px;
}

.XQ_Area2 {
    margin-top: 60px;
    background-color: #fcebeb;
}

.XQ_title3 {
    padding-top: 60px;
    padding-bottom: 24px;
}

.XQ_buy {
    width: 960px;
    text-align: left;
    padding-bottom: 60px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 24px;
}

.XQ_Area_dl {
    height: auto;
    background-image: url(/images/04_download_background_1680_800.png);
    background-repeat: no-repeat;
    background-color: #fc0;
}

.XQ_exe {
    height: 360px;
    /*background-color:#f0f0f0;*/
    position: relative;
    top: -120px;
    z-index: 1;
}

.XQ_dlimg {
    position: relative;
    z-index: 2;
}

.XQ_exe_div {
    padding-top: 148px;
    width: 960px;
}

.XQ_exe_div2 {
    width: 235px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

    .XQ_exe_div2 .w1 {
        color: #1a1a1a;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }

    .XQ_exe_div2 .w2 {
        margin-top: 24px;
        color: #3a3a3a;
        font-size: 14px;
        line-height: 24px;
    }

    .XQ_exe_div2 .w3 {
        margin-top: 24px;
    }

.XQ_Download {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    width: 276px;
    /*margin-right:66px;*/
    margin-bottom: 24px;
}

    .XQ_Download span {
        border: 1px solid #09c;
        padding: 3px 3px 3px 6px;
        margin-left: 6px;
    }

.XQ_Verssion {
    display: inline-block;
    width: 235px;
    /*margin-right:66px;*/
    /*margin-bottom:24px;*/
}

    .XQ_Verssion span {
        width: 235px;
        font-size: 16px;
        color: #3a3a3a;
        line-height: 24px;
        display: inline-block;
    }

.XQ_dl01 {
    background-image: url(/images/04_download_216_48_2216_96.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 216px;
    height: 48px;
    background-position: 0px 0px;
}

    .XQ_dl01:hover {
        background-image: url(/images/04_download_216_48_2216_96.png);
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        width: 216px;
        height: 48px;
        background-position: 0px -96px;
    }

.XQ_dl01_XT {
    background-image: url(/images/xt-button-normal.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 264px;
    height: 48px;
    background-position: 0px 0px;
}

    .XQ_dl01_XT:hover {
        background-image: url(/images/xt-button-hover.png);
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        width: 264px;
        height: 48px;
    }

.XQ_DIMG {
    display: inline-block;
    /*width:276px;*/
    /*margin-right:66px;*/
    margin-bottom: 24px;
}

.XQlite_Area {
    background-image: url(/images/04_download_1440_636.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 636px;
}

.XQlite_div {
    padding-top: 144px;
    padding-right: 656px;
}

    .XQlite_div .title {
        color: #fff;
        font-size: 42px;
        font-weight: bolder;
        line-height: 48px;
    }

    .XQlite_div .subtitle {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 42px;
    }

    .XQlite_div .subtitle2 {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
    }

    .XQlite_div .img {
        background-image: url(/images/04_download_216_144.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 216px;
        height: 72px;
    }

        .XQlite_div .img:hover {
            background-image: url(/images/04_download_216_144.png);
            background-repeat: no-repeat;
            background-position: 0px -96px;
            width: 216px;
            height: 72px;
        }

    .XQlite_div .img2 {
        padding-top: 18px;
    }

    .XQlite_div .windows {
        width: 216px;
        height: 72px;
    }

#Q-Div {
    text-align: left;
    width: 960px;
}

    #Q-Div .list-box {
        margin-left: 276px;
    }

    #Q-Div .list-title {
        font-size: 16px;
        line-height: 36px;
        color: #1a1a1a;
        font-weight: bold;
    }

    #Q-Div .list-text {
        margin-left: 30px;
    }

    #Q-Div .list-text {
        color: #069;
    }
/*#Q-Div .list-text > p{
    color:#069;
}*/
.open-pic {
    position: relative;
    top: 3px;
    left: 0px;
    background-image: url(/images/04_download_FAQ_18_18_18_36.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 12px;
    marfin-left: 12px;
}

.open-pic2 {
    position: relative;
    top: 3px;
    left: 0px;
    background-image: url(/images/02_learn_detail_18_18_18_36.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 12px;
    marfin-left: 12px;
}

    .open-pic2:hover {
        position: relative;
        top: 3px;
        left: 0px;
        background-image: url(/images/02_learn_detail_18_18_18_36.png);
        background-repeat: no-repeat;
        background-position: 0px -36px;
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-right: 12px;
        marfin-left: 12px;
    }

.learn_open .word {
    color: #09c;
}

    .learn_open .word:hover {
        color: #069;
    }
/* 程式下載 結束 */
/* 功能教學 開始 */
.Article_Div {
    width: 276px;
    display: inline-block;
    margin-bottom: 24px;
    vertical-align: top;
    /*margin-right:24px;*/
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    height: 230px;
}

    .Article_Div:hover {
        background-color: #fcfcfc;
        border: 1px solid #4bbbd1;
        border-radius: 6px;
        cursor: pointer;
    }

.Article_Row {
    width: 100%;
}

.Article_Space {
    display: inline-block;
    width: 53px;
}

.Article_IMG {
    width: 216px;
    height: 120px;
    display: block;
    /*margin-right:66px;*/
    margin-bottom: 12px;
    margin: 0 auto;
}

.Article_Download {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
}

.Article_Verssion {
    display: inline-block;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
}

#AllItem {
    float: left;
    width: 100%;
    /*background-color:#ffffff;*/
    display: inline-block;
    text-align: left;
    /*margin-bottom:60px;*/
}

.CategoryTitle {
    margin-bottom: 24px;
    line-height: 36px;
    color: #6a6a6a;
    font-size: 16px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #e0e0e0;
}

    .CategoryTitle span {
        padding-left: 12px;
    }

    .CategoryTitle #SearchStr {
        color: #4bbbd1;
        padding-left: 12px;
        padding-right: 12px;
    }

#NewArticle {
    clear: both;
    /*width:100%;*/
    text-align: left;
    background-color: #ffffff;
    /*border:1px solid #e0e0e0;*/
    min-height: 500px;
}

    #NewArticle .item {
        padding-top: 12px;
        margin-left: 12px;
        margin-right: 12px;
        display: block;
        /*border-bottom:1px solid #e0e0e0;*/
    }

    #NewArticle .space {
        margin-left: 12px;
        margin-right: 12px;
        display: block;
        border-bottom: 1px solid #e0e0e0;
    }

    #NewArticle .title {
        color: #1a1a1a;
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
    }

    #NewArticle .content {
        padding-bottom: 12px;
    }

    #NewArticle .pic {
        display: inline-block;
        width: 20%;
    }

.going {
    color: #c7c7c7;
}
/* 功能教學 結束 */
/* 課程 開始*/
.map {
    width: 100%;
    height: 240px;
    display: none;
}

.popup {
    text-align: left;
    display: none;
    width: 600px;
    /*height:480px;*/
    background-color: #ffffff;
    /*border:1px solid #e0e0e0;*/
    /*box-shadow:2px 2px 18px 6px rg-ba(20,20,20,.5),-2px -2px 18px 6px rg-ba(20,20,20,.5);*/
}

.popup_video {
    text-align: left;
    display: none;
    width: 670px;
    height: 396px;
    background-color: #ffffff;
    /*border:1px solid #e0e0e0;*/
    /*box-shadow:2px 2px 18px 6px rg-ba(20,20,20,.5),-2px -2px 18px 6px rg-ba(20,20,20,.5);*/
}

.popup_notify {
    display: none;
    padding: 40px 40px;
    background-color: #fff;
    border-radius: 6px;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

    .popup_notify .title {
        font-size: 30px;
        margin-bottom: 36px;
        color: #0a0a0a;
        font-weight: bold;
    }

    .popup_notify > div {
        line-height: 24px;
        margin-bottom: 18px;
    }

.b-close, .b-close_sure, .b-close_ok, .b-close_error, .b-close_personal, .b-close_subscribe, .b-close_subscribe_return {
    background-image: url(/images/02_learn_close_18_18_18_36.png);
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.b-close2 {
    background-image: url(/images/01_article_close_18_18_18_36.png);
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 18px;
}

    .b-close2:hover {
        background-image: url(/images/01_article_close_18_18_18_36.png);
        background-repeat: no-repeat;
        background-position: 0px -36px;
        position: absolute;
        right: 9px;
        top: 9px;
        cursor: pointer;
        overflow: hidden;
        display: inline-block;
        width: 18px;
        height: 18px;
    }

.b-close3 {
    background-image: url(/images/close.png);
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 6px;
}

    .b-close3:hover {
        background-repeat: no-repeat;
        background-position: 0px -36px;
    }

.announce_pic {
    background-image: url(/images/announcement@2x.png);
    display: inline-block;
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 36px;
}

.popuptitle {
    line-height: 36px;
    background-color: #4bbbd1;
    padding-left: 12px;
    color: #ffffff;
    font-size: 16px;
}

.learnhead {
    padding-left: 12px;
    line-height: 36px;
    color: #6a6a6a;
    font-size: 14px;
}

.learnhead2 {
    padding-left: 12px;
    line-height: 36px;
    color: #6a6a6a;
    font-size: 14px;
    text-align: center;
}

#learntitle {
    margin-left: 12px;
    margin-right: 12px;
    line-height: 24px;
    color: #6a6a6a;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
}

.learnitem {
    padding-left: 12px;
    display: inline-block;
}

    .learnitem input {
        border: 1px solid #e0e0e0;
        line-height: 24px;
        line-height: 24px\9 \0; /*Only works in IE9*/
    }

.learnsubmit {
    font-size: 16px;
    color: #0a0a0a;
    text-align: center;
    border-radius: 6px;
    background-color: #fcc43b;
    border-bottom: 4px solid #ea9706;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 36px;
    cursor: pointer;
    margin-bottom: 12px;
}

    .learnsubmit:hover {
        background-color: #ea9706;
        /*border-bottom:4px solid #6a6a6a;*/
        color: #fff;
    }

.learnsubmit2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #4bbbd1;
    border-bottom: 4px solid #09c;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    width: 275px;
    margin-bottom: 12px;
}

    .learnsubmit2:hover {
        background-color: #9a9a9a;
        border-bottom: 4px solid #6a6a6a;
    }

.learnsubmit3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #fcc43b;
    border-bottom: 4px solid #ea9706;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    width: 275px;
    margin-bottom: 12px;
}

    .learnsubmit3:hover {
        background-color: #ea9706;
        color: #fff;
    }

.learnsubmit4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #9a9a9a;
    border-bottom: 4px solid #6a6a6a;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    width: 275px;
    margin-bottom: 12px;
}

    .learnsubmit4:hover {
        background-color: #6a6a6a;
        color: #fff;
    }

.learnsubmit5 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #4bbbd1;
    border-bottom: 4px solid #09c;
    margin-left: 10px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    width: 275px;
    margin-bottom: 12px;
}

    .learnsubmit5:hover {
        background-color: #09c;
        color: #fff;
    }

.popupsure {
    background-image: url(/images/02_learn_warning_360_360.png);
    background-repeat: no-repeat;
    text-align: center;
    height: 380px;
    width: 360px;
}

    .popupsure .sure {
        color: #f71e33;
        font-size: 18px;
        padding-top: 60px;
        padding-left: 24px;
        margin: 0 auto;
        /*left: 37%;*/
    }

    .popupsure .popupsureitem {
        padding-top: 36px;
    }

.popupsureitem div {
    line-height: 36px;
    padding-left: 28px;
    text-align: left;
    color: #3a3a3a;
}

.popupsure_ok {
    background-image: url(/images/02_learn_success_360_360.png);
    background-repeat: no-repeat;
    text-align: left;
}

    .popupsure_ok .blue {
        padding-left: 12px;
        padding-top: 180px;
        line-height: 24px;
        color: #4bbbd1;
        font-size: 26px;
        margin-bottom: 24px;
        font-weight: bold;
    }

    .popupsure_ok .thank {
        padding-left: 12px;
        line-height: 24px;
        color: #3a3a3a;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .popupsure_ok .connect {
        padding-left: 12px;
        line-height: 24px;
        color: #3a3a3a;
        font-size: 16px;
        margin-bottom: 24px;
        width: 100%;
    }

.popupsure_error {
    background-image: url(/images/02_learn_warning_360_360.png);
    background-repeat: no-repeat;
    height: 380px;
}

    .popupsure_error .error {
        padding-left: 12px;
        padding-top: 180px;
        line-height: 24px;
        color: #f71e33;
        font-size: 18px;
        margin-bottom: 24px;
    }

    .popupsure_error .msg {
        padding-left: 12px;
        line-height: 24px;
        color: #3a3a3a;
        font-size: 16px;
        margin-bottom: 24px;
    }

#send_button {
    background: url(http://new.xq.com.tw//application/images/afe-01.jpg) 0 0 repeat-x #D63B0D;
    width: 195px;
    height: 47px;
    border: 0;
    cursor: pointer;
}

/* 課程 結束*/

/* post文章 開始*/
#Article {
    width: 900px;
    background-color: #ffffff;
    text-align: left;
    border: 1px solid #e0e0e0;
}

    #Article img {
        max-width: 100%;
        height: auto;
    }

    #Article table {
        width: 100%;
    }

#content iframe {
    max-width: 100%;
}

.Paper {
    text-align: left;
    margin: 0px 12px 12px 12px;
}

.content {
    text-align: left;
    padding-top: 12px;
    padding: 10px 0;
    font-size: 1em;
    line-height: 1.6em;
    /*font-weight:bolder*/
    /*margin:12px 12px 12px 12px;*/
}

    .content a {
        color: #4bbbd1;
    }

        .content a:hover {
            color: #0099cc;
        }

    .content > h1 {
        font-size: 2em;
        line-height: 3.2em;
        color: #036;
    }

    .content > h2 {
        font-size: 1.5em;
        line-height: 2.2em;
        color: #359
    }

.SideTitle {
    font-size: 16px;
    color: #6a6a6a;
    background-color: #ffffff;
    line-height: 42px;
    padding-left: 12px;
}

.SideSpace2 {
    background-color: #ffffff;
}

    .SideSpace2 > div {
        border-bottom: 1px solid #e0e0e0;
        margin: 0px 12px 0px 12px;
        background-color: #ffffff;
        height: 1px;
    }

.SideCategory {
    padding: 6px 12px 6px 12px;
    background-color: #ffffff;
    line-height: 30px;
}

.SideChild {
    /*padding:0px 12px 0px 12px;*/
    background-color: #ffffff;
}

    .SideChild ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: left;
        /*padding-left: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height:18px;*/
    }

        .SideChild ul li {
            margin: 0;
            padding: 0;
            width: 100%;
            display: inline-block;
            border-bottom: 1px solid #e0e0e0;
            line-height: 18px;
            padding: 9px 0;
        }

            .SideChild ul li:hover {
                background-color: #f5f5f5;
            }

            .SideChild ul li.on {
                background-color: #e0f7fa;
                border-left: 2px solid #09c;
                color: #09c;
                width: 274px;
            }

                .SideChild ul li.on .ChildItem {
                    background-position: 0 -39px;
                }

                .SideChild ul li.on .Childli a {
                    color: #0099cc;
                }

.ChildItem {
    background-image: url(/images/01_article_list_3_3_3_39.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 3px;
    height: 3px;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-left: 12px;
    padding-right: 6px;
    vertical-align: top;
}

.Childli {
    width: 250px;
    display: inline-block;
}

.PaperTitle {
    color: #1a1a1a;
    font-size: 36px;
    line-height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.PaperTitle2 {
    line-height: 24px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
}

    .PaperTitle2 span {
        /*padding-right:12px;*/
    }

.PaperTitle3 {
    line-height: 24px;
    /*padding-bottom:24px;*/
}

    .PaperTitle3 span {
        /*padding-right:12px;*/
    }

.TagClass a {
    padding-left: 6px;
    padding-right: 6px;
    line-height: 24px;
    font-size: 16px;
}

    .TagClass a:hover {
        padding-left: 6px;
        padding-right: 6px;
    }

.TagClassSide {
    margin-top: 12px;
    padding-left: 12px;
}

    .TagClassSide a {
        padding-left: 6px;
        padding-right: 6px;
        line-height: 24px;
        font-size: 16px;
    }

.TagDiv {
    margin-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

.TagIMG {
    background-image: url(/images/01_article_tag_16_16.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 12px;
}

#LessonPaper {
    background-color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    font-weight: bolder;
    border-bottom: 1px solid #ececec;
}

    #LessonPaper span.back {
        background-image: url(/images/01_article_back_18_18.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 18px;
        height: 18px;
        position: relative;
        top: 4px;
        display: inline-block;
        margin-right: 12px;
        margin-left: 12px;
        cursor: pointer;
    }

.clock {
    background-image: url(/images/01_article_time_12_12_12_24.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 6px;
    margin-left: 0px;
    display: inline-block;
}

.date {
    color: #6a6a6a;
    font-size: 14px;
    display: inline-block;
}

.push-Like {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: -3px;
}

.fb-send {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: -3px;
}
/* post文章 結束*/

/* main 結束 */



/* footer 開始 */
.footer {
    width: 100%;
    background: linear-gradient(40deg,#359,#069,#09c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#335599', endColorstr='#0099cc');
    height: 324px;
    position: relative;
    font-size: 14px;
    color: #f0f0f0;
    clear: both;
    /*top:80px;*/
    padding-top: 60px;
}

.footer_div {
    width: 1200px;
    display: block;
    padding-top: 36px;
}

.footer .flogo {
    float: left;
    padding-right: 12px;
}

.footer .ftext {
    float: left;
    padding-left: 24px;
    text-align: left;
    width: 600px;
    font-size: 12px;
    line-height: 18px;
}

.footer a {
    color: #ffffff;
}

    .footer a:hover {
        color: #ffffff;
    }

.footer .traceus {
    float: left;
    text-align: left;
    padding-bottom: 15px;
    margin-left: 60px;
}
/* footer 結束 */
/* 分頁 開始 */
.pagination_div {
    text-align: center;
}

.pagination_div2 {
    float: right;
    width: 900px;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* 分頁 結束 */

/** 主選單開始 **/

/** 主選單結束 **/
.learn_title {
    width: 960px;
    background-color: #3a3a3a;
    color: #f0f0f0;
    line-height: 48px;
    font-size: 18px;
}

    .learn_title span {
        padding-left: 24px;
    }

.learn_left {
    width: 560px;
    display: inline-block;
    padding-top: 2px;
}

    .learn_left div {
        padding-left: 12px;
        font-size: 16px;
        line-height: 36px;
        color: #1a1a1a;
    }

        .learn_left div span {
            color: #6a6a6a;
            margin-right: 12px;
        }

.learn_right {
    width: 180px;
    vertical-align: top;
    text-align: left;
    display: inline-block;
}

.learn_open {
    width: 960px;
    background-color: #ffffff;
    clear: both;
    text-align: center;
    line-height: 34px;
}

.learn {
    background-color: #ffffff;
}

.learn_space {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.learn_more {
    display: none;
    background-color: #ffffff;
    padding-left: 24px;
    padding-bottom: 12px;
}

.learn_map {
    background-image: url(/images/02_learn_map_72_20_72_40.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 72px;
    height: 20px;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 6px;
    margin-left: 12px;
    display: inline-block;
}

    .learn_map:hover {
        background-image: url(/images/02_learn_map_72_20_72_40.png);
        background-repeat: no-repeat;
        background-position: 0px -40px;
        width: 72px;
        height: 20px;
        position: relative;
        top: 4px;
        display: inline-block;
        margin-right: 6px;
        margin-left: 12px;
        display: inline-block;
    }

.learn .learn_quota {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 48px;
    margin-top: 12px;
}

.learn .learn_num {
    font-size: 48px;
    color: #000000;
    padding-left: 6px;
    padding-right: 6px;
}

    .learn .learn_num.course_red {
        color: #da5439;
    }

.learn .sign {
    /*margin-top:12px;*/
}

    .learn .sign a {
        width: 144px;
        line-height: 60px;
        font-size: 24px;
        text-align: center;
        color: #000;
        border-radius: 6px;
        border-bottom: 4px solid #ffb340;
        background-color: #ffcc00;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .learn .sign a:hover {
            background-color: #ffb340;
        }

.learn .signfree {
    /*margin-top:12px;*/
}

    .learn .signfree a {
        width: 144px;
        line-height: 60px;
        font-size: 24px;
        text-align: center;
        color: #000000;
        border-radius: 6px;
        border-bottom: 4px solid #f90;
        background-color: #ffcc00;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .learn .signfree a:hover {
            border-bottom: 0px solid #f90;
            background-color: #f90;
        }

.learn .signno {
    margin-top: 12px;
    /*margin-left:24px;*/
    width: 144px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color: #000000;
    border-radius: 6px;
    background-color: #cacaca;
}
/*.learn .signno:hover{
    border-bottom:0px solid #f90;
    background-color:#f90;
}*/
.learn_list {
    margin-bottom: 24px;
}

.learnerror {
    display: inline-block;
    color: #f71e33;
    font-size: 14px;
    padding-left: 12px;
}

.NewTitle {
    color: #3a3a3a;
    font-size: 42px;
    line-height: 108px;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
}

.NewTitle2 {
    color: #3a3a3a;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 24px;
}

.NewTitle3 {
    color: #3a3a3a;
    font-size: 36px;
    text-align: center;
    padding-bottom: 24px;
    padding-top: 24px;
}

.area1_title {
    line-height: 60px;
    margin-bottom: 24px;
    font-size: 42px;
    color: #3a3a3a;
    text-align: center;
}

.area1 {
    display: block;
    background-color: #ffffff;
    padding-top: 140px;
}

.area3div {
    background-color: #fff;
    height: 480px;
    width: 100%;
}

.area3div2 {
    width: 960px;
    margin: 0 auto;
}

.area3 {
    display: inline-block;
    height: 475px;
    background-color: #4bbbd1;
    float: left;
    width: 100%;
}

.area3_img {
    float: right;
    position: absolute;
    right: 0px;
}

    .area3_img img {
        width: 485px;
        height: auto;
    }

.area3_1 {
    padding-top: 36px;
    line-height: 60px;
    padding-bottom: 24px;
    font-size: 42px;
    color: #e0f7fa;
}

.area3_2 {
    background-color: #e0f7fa;
    color: #4bbbd1;
    height: 168px;
    display: block;
    text-align: left;
    padding-left: 270px;
}

.area3_num {
    display: inline-block;
    /*width:140px;*/
}

    .area3_num img {
        position: relative;
        top: -22px;
    }

.area3_str {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-top: 20px;
}

    .area3_str span {
        font-size: 42px;
    }

.area3_arrow {
    display: inline-block;
}

.area3_3_1 {
    margin-top: 20px;
    /*padding-left: 200px;*/
}

.area3_3 {
    margin-top: 20px;
}

.area3_4 {
    margin-top: 20px;
}

.area3_3 a:hover {
    border-bottom: 0px solid #f90;
    background-color: #f90;
}

.area3_3 a {
    width: 144px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color: #000000;
    border-radius: 6px;
    border-bottom: 4px solid #f90;
    background-color: #ffcc00;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.area4 {
    display: block;
    background-color: #ffffff;
    width: 100%;
}

.area4_1 {
    padding-top: 84px;
    line-height: 60px;
    margin-bottom: 24px;
    font-size: 42px;
    color: #3a3a3a;
    text-align: center;
}

.area4_2 {
    text-align: left;
    background-image: url(/images/00_index_video_image1_600_600.png);
    background-repeat: no-repeat;
    height: 588px;
    width: 960px;
}

.area2_div {
    position: relative;
    /*top:-600px;*/
}

.area3_div {
    position: relative;
    /*top:-600px;*/
}

.area4_div {
    position: relative;
    /*top:-610px;*/
}

.area4_3 {
    background-color: #ffffff;
    text-align: left;
    background-image: url(/images/00_index_video_image2_600_600.png);
    background-repeat: no-repeat;
    height: 630px;
    width: 960px;
    background-position: right;
}

.area4_4 {
    background-image: url(/images/00_index_video_image3_600_600.png);
    background-repeat: no-repeat;
    width: 960px;
}

.area4_content .c1 {
    line-height: 48px;
    font-size: 24px;
    font-weight: blod;
}

.area4_img {
    display: inline-block;
}

    .area4_img img {
        height: 156px;
        width: 238px;
    }

.area4_content {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

.area4_check {
    /*margin-top:43px;*/
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 260px;
}

    .area4_check .ck {
        line-height: 30px;
    }

    .area4_check .check {
        background-image: url(/images/00_index_video_point_18_18.png);
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-left: 3px;
        margin-right: 6px;
        position: relative;
        top: 4px;
    }

.area4_space {
    border: 1px solid #e0e0e0;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.area4_3 .area4_content {
    padding-left: 0px;
    /*margin-left: -60px;*/
}

.area4_3 .area4_img {
    /*margin-right: -126px;*/
    /*float:right;*/
}

.area4_3 .area4_check {
    width: 285px;
}

.warning {
    margin: 0 auto;
}

    .warning span {
        padding-top: 12px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

#CategoryTitle {
    margin-bottom: 24px;
    line-height: 36px;
    color: #4bbbd1;
    font-size: 16px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #e0e0e0;
}

    #CategoryTitle > span {
        color: #6a6a6a;
        padding-left: 12px;
        padding-right: 12px;
    }

#Category {
    background-color: #ffffff;
    padding-bottom: 12px;
}

.fbcomment {
    width: 100%;
    /*min-height:260px;*/
}

    .fbcomment iframe {
        width: 100%;
    }

.XQ_Video {
    width: 600px;
    display: inline-block;
    margin-top: 60px;
}

.XQ_Apply {
    width: 360px;
    display: inline-block;
    margin-top: 60px;
    vertical-align: top;
    text-align: left;
    padding-left: 36px;
}

.XQ_Video iframe {
    width: 600px;
}

.XQ_Apply .name {
    display: inline-block;
}

.XQ_Apply .phone {
    display: inline-block;
    /*float:right;*/
}

.XQ_Apply #email {
    width: 355px;
}

.XQ_Apply .head {
    font-size: 12px;
    color: #3a3a3a;
    padding-top: 12px;
}

.XQ_Apply .Apply {
    font-size: 24px;
    color: #3a3a3a;
    line-height: 36px;
    /*padding-top:24px;*/
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
}

.XQ_Apply .ApplyStr {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 20px;
    text-align: center;
}

.XQ_Apply .signfree {
    margin-top: 20px;
}

    .XQ_Apply .signfree a {
        line-height: 36px;
        font-size: 18px;
        text-align: center;
        color: #000000;
        border-radius: 6px;
        border-bottom: 4px solid #f90;
        background-color: #ffcc00;
        padding-left: 141px;
        padding-right: 141px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-weight: bold;
    }

        .XQ_Apply .signfree a:hover {
            border-bottom: 0px solid #f90;
            background-color: #f90;
        }

.XQ_Download {
    width: 100%;
    line-height: 60px;
    text-align: center;
    margin-top: 24px;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bolder;
}

    .XQ_Download a {
        color: #09c;
    }

    .XQ_Download img {
        position: relative;
        top: 3px;
        padding-left: 6px;
        padding-right: 6px;
    }

.SideMenuDiv {
    float: left;
    width: 276px;
    border: 1px solid #e0e0e0;
    border-bottom: 0px;
}

.areapay {
    clear: both;
    background-image: url(/images/00_index_border_dec_48_14.png);
    width: 100%;
    background-repeat: repeat;
    margin-top: -14px;
    display: block;
}

    .areapay .title {
        padding-top: 60px;
        color: #3a3a3a;
        text-align: center;
        font-size: 42px;
    }

        .areapay .title > span {
            color: #da5439;
        }

    .areapay .subtitle {
        margin-top: 12px;
        color: #3a3a3a;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
    }

    .areapay .subarea {
        display: inline-block;
        width: 320px;
        margin-top: 24px;
        vertical-align: top;
    }

        .areapay .subarea .title {
            padding-top: 24px;
            font-size: 24px;
            color: #1a1a1a;
            line-height: 30px;
        }

        .areapay .subarea .content {
            padding-left: 24px;
            padding-right: 24px;
        }

    .areapay .subimg {
        margin-top: 60px;
    }

    .areapay .subcontent {
        margin-top: 12px;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        color: #3a3a3a;
        margin-bottom: 36px;
    }

    .areapay .red {
        color: #da5439;
    }

    .areapay .subcontent .star {
        background-image: url(/images/00_index_star_16_16.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 6px;
        position: relative;
        top: 2px;
    }

.compare {
    padding-top: 84px;
    display: block;
    padding-bottom: 60px;
}

    .compare .title {
        padding-top: 60px;
        display: block;
        font-size: 42px;
        color: #3a3a3a;
        line-height: 60px;
        padding-bottom: 24px;
    }

    .compare .note {
        margin: 0 auto;
        color: #3a3a3a;
        text-align: left;
        width: 980px;
        padding-top: 24px;
        font-size: 14px;
    }

    .compare img {
        /*width: 960px;
    height: 1188px;*/
    }

.xqlitenote {
    margin: 0 auto;
    color: #3a3a3a;
    text-align: center;
    width: 960px;
    padding-bottom: 24px;
    font-size: 14px;
    background-color: #fff;
}

.area1 .subarea {
    width: 276px;
    display: inline-block;
    vertical-align: top;
}

.area1 .subspace {
    width: 66px;
    display: inline-block;
}

.area1 .subarea .title {
    font-size: 24px;
    color: #1a1a1a;
    text-align: center;
    line-height: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: bold;
}

.area1 .subarea .content {
    font-size: 16px;
    color: #3a3a3a;
    text-align: left;
    line-height: 24px;
    /*padding-bottom:60px;*/
}

.area1 .bigimg {
    padding-bottom: 60px;
}

    .area1 .bigimg img {
        max-width: 960px;
        height: auto;
    }

.Default_dl {
    position: relative;
    top: 74%;
    left: 0;
    width: 289px;
    height: 66px;
}

.Default_dl2 {
    position: relative;
    top: 40%;
    left: 1%;
    width: 560px;
    height: 200px;
}

.Default_dl2 img {
    width: 560px;
    height: 200px;
}

.Default_dl3 {
    position: relative;
    top: 80%;
    left: 33%;
    width: 226px;
    height: 61px;
}

.Default_dl4 {
    position: relative;
    top: 75%;
    left: 21%;
    width: 226px;
    height: 61px;
}

.Default_dl5 {
    position: relative;
    top: 71%;
    left: -20%;
    width: 350px;
    height: 70px;
}

.Default_dl6 {
    position: relative;
    top: 67%;
    left: -13%;
    width: 250px;
    height: 77px;
}

.Default_dl8 {
    position: relative;
    top: 72%;
    left: 24%;
    width: 354px;
    height: 85px;
}

.learndiv2 {
    display: inline-block;
}

#SideMenu2 {
    width: 276px;
    text-align: left;
    display: inline-block;
    background-color: #fff;
}

    #SideMenu2 .newdiv {
        border-bottom: 1px solid #e0e0e0;
        cursor: pointer;
    }

#newdivimg, #newdivimg2 {
    width: 84px;
    height: 60px;
    margin: 12px 12px 12px 12px;
    display: inline-block;
}

    #newdivimg img {
        width: 84px;
        height: auto;
        position: relative;
        top: 4px;
    }

    #newdivimg2 img {
        position: relative;
        top: 0px;
    }

.newdiv.on {
    background-color: #fcfcfc;
}

.newdtitle {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #3a3a3a;
    padding-top: 26px;
}

.linediv {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: 12px;
    display: none;
}

#Article .linediv img {
    height: 24px;
    width: auto;
}

.linkspace {
    width: 50px;
    height: 1px;
    display: inline-block;
}

.linkdiv {
    margin: 0;
    padding: 0;
    width: 414px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    /*margin-bottom: 60px;*/
    background-color: #fff;
    display: inline-block;
}

.linkdiv:hover {
    background-color: #fcfcfc;
    border: 2px solid #4bbbd1;
    border-radius: 9px;
    cursor: pointer;
    
}
.linkdiv:hover .linkstr {
    color: #4bbbd1;
    font-weight:1000;
}

.linktitle {
    background-image: url(/images/promo_02@2x.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 414px 72px;
    display: inline-block;
    width: 414px;
    height: 72px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.linktitle2 {
    background-image: url(/images/promo_01@2x.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 414px 72px;
    display: inline-block;
    width: 414px;
    height: 72px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.linkstr {
    margin: 0;
    padding: 0;
    line-height: 48px;
    font-weight: 500;
    font-size: 24px;
    color: #3a3a3a;
    text-align: center;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.buyleft {
    width: 330px;
    display: inline-block;
    border: 1px solid #4bbbd1;
    height: 1060px;
    border-radius: 10px;
}

.buyleft_title {
    line-height: 60px;
    color: #4bbbd1;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.buyleft_span {
    height: 24px;
    margin-left: 12px;
    margin-right: 12px;
    border-top: 1px solid #4bbbd1;
}

.buyleft_title2 {
    color: #3a3a3a;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 24px;
}

    .buyleft_title2 span {
        color: #4bbbd1;
    }

.chk {
    background-image: url(/images/03_howtobuy_24_24_48_24.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.buyleft .item {
    display: inline-block;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
}

.buyleft .itemdiv {
    padding-left: 40px;
}

.buyleft .itemdiv2 {
    padding-top: 423px;
    padding-left: 20px;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 1.5;
    width: 285px;
    text-align: center;
}

.buyleft .itemdiv3 {
    padding-top: 121px;
    text-align: center;
    font-size: 16px;
}

    .buyleft .itemdiv3 a {
        color: #069;
        border-bottom: 1px solid #069;
    }

        .buyleft .itemdiv3 a:hover {
            color: #fff;
            background: #069;
            padding: 0 6px;
        }

.buyspace {
    width: 20px;
    display: inline-block;
}

.buyright {
    width: 830px;
    display: inline-block;
    border: 3px solid #069;
    height: 1060px;
    vertical-align: top;
    border-radius: 10px;
    float: right;
}

.buyright_title {
    line-height: 60px;
    background: linear-gradient(0deg,#359,#069,#09c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#335599', endColorstr='#0099cc');
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 100.8%;
    border-radius: 10px 10px 0 0;
    position: relative;
    left: -3px;
    top: -3px;
}

.buyright_title2 {
    padding-top: 24px;
    color: #3a3a3a;
    text-align: center;
    line-height: 1.36;
    font-size: 16px;
    padding-bottom: 6px;
}

    .buyright_title2 span {
        color: #069;
    }

.buyright .itemdiv {
    padding-left: 20px;
    padding-top: 30px;
    display: inline-block;
    width: 375px;
}

.buyright .chk {
    background-image: url(/images/03_howtobuy_24_24_48_24.png);
    background-repeat: no-repeat;
    background-position: -48px 0px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.buyright .item {
    width: 210px;
    display: inline-block;
    color: #069;
    font-size: 24px;
    font-weight: bold;
}

.buyright .itemmoney {
    display: inline-block;
    color: #1a1a1a;
    font-size: 24px;
    float: right;
}

.buyright .itemstr {
    padding-left: 36px;
    color: #3a3a3a;
    line-height: 24px;
}

.buyright .itemdiv2 {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 1.36;
    padding-top: 60px;
    text-align: center;
}

.buyright .itemdiv3 {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

    .buyright .itemdiv3 a {
        color: #069;
        border-bottom: 1px solid #069;
    }

        .buyright .itemdiv3 a:hover {
            color: #fff;
            background: #069;
            padding: 0 6px;
        }

.buydownload {
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .buydownload a, .buydownload3 a {
        width: 144px;
        line-height: 60px;
        font-size: 24px;
        text-align: center;
        color: #fff;
        border-radius: 6px;
        border-bottom: 4px solid #b20204;
        background-color: #da5439;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .buydownload a:hover, .buydownload3 a:hover {
            background-color: #b20204;
            border-bottom: 4px solid #b20204;
        }

.buydownload4 a {
    width: 144px;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    border-bottom: 4px solid #b20204;
    background-color: #da5439;
    padding-left: 24px;
    padding-right: 24px;
}

    .buydownload4 a:hover {
        background-color: #b20204;
        border-bottom: 4px solid #b20204;
    }

.buydownload2 {
    padding-top: 12px;
    padding-bottom: 60px;
    display: inline-block;
}

    .buydownload2 a {
        width: 144px;
        line-height: 60px;
        font-size: 18px;
        text-align: center;
        color: #3a3a3a;
        border-radius: 6px;
        border-bottom: 4px solid #f90;
        background-color: #ffcc00;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .buydownload2 a:hover {
            color: #fff;
            background-color: #f90;
            border-bottom: 4px solid #f90;
        }

.howbuy {
    width: 100%;
    background-color: #f0f0f0;
}

.howbuy1 {
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.pay {
    width: 100%;
    background-color: #FFFFFF;
}

    .pay .paydiv {
        color: #3a3a3a;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        width: 960px;
    }

.payimg {
    padding-top: 24px;
}

.xq_all {
    width: 100%;
    height: 480px;
    background-image: url(/images/03_howtobuy_xq_1680_528.png);
    background-repeat: repeat;
}

    .xq_all .logo {
        padding-top: 24px;
    }

    .xq_all .str {
        padding-top: 24px;
        line-height: 30px;
    }

        .xq_all .str > span {
            color: #069;
        }

    .xq_all .buydownload, .xq_all .buydownload3 {
        padding-top: 24px;
    }

.pagination .first {
    display: none;
}

.pagination .last {
    display: none;
}

.LessonTitle {
    font-size: 24px;
    background: linear-gradient(-18deg,#359,#069,#09c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#335599', endColorstr='#0099cc');
}

    .LessonTitle a {
        width: 276px;
        color: #fff;
    }

#LessonPaper span {
    width: 276px;
}

.subcontent a {
    color: #069;
}

    .subcontent a:hover {
        color: #4bbbd1;
    }

.Ddiv {
    width: 100%;
    padding-top: 24px;
}

.Ddiv2 {
    width: 1200px;
    text-align: left;
}

.Dversion {
    display: inline-block;
    font-size: 48px;
    font-weight: bolder;
    color: #6a6a6a;
    padding-right: 48px;
}

    .Dversion span {
        font-size: 14px;
        color: #6a6a6a;
        display: block;
    }

.Ddownload {
    display: inline-block;
    vertical-align: middle;
    padding-right: 48px;
}

.Ddesc {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-bottom: 24px;
    width:500px;
}

.Dpic {
    width: 60px;
    display: inline-block;
    padding-right: 48px;
}

.Dspace {
    border-top: 1px solid #f0f0f0;
    height: 1px;
    width: 100%;
    padding-bottom: 60px
}

.Cpic {
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
}

.XQ_WEB {
    font-size: 18px;
    color: #006699;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-top: 20px;
}

.XQ_WEB_PIC {
    background-image: url(/images/07_xq_info_20_20.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    left: 12px;
    cursor: pointer;
    top: 3px;
}

.XQ_WEB_PIC:hover {
    background-image: url(/images/07_xq_info_20_20.png);
    background-repeat: no-repeat;
    background-position: 0px -40px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    left: 12px;
    top: 17px;
}

.XQ_NOTE {
    border: 1px solid #eee;
    background-color: #ffffff;
    color: #0a0a0a;
    font-size: 12px;
    line-height: 14px;
    border-radius: 6px;
    text-align: left;
    padding-left: 6px;
    padding-right: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 240px;
    position: relative;
    left: 30px;
    display: none;
    bottom:13px;
}

.Check_title {
    line-height: 60px;
    font-size: 42px;
    color: #3a3a3a;
    padding-top: 36px;
    padding-bottom: 36px;
    width: 100%;
    clear: both;
    display: inline-block;
    height: 60px;
}

.Check_subtitle {
    text-align: left;
    width: 300px;
    line-height: 36px;
    color: #6a6a6a;
    font-size: 16px;
}

.Check_note {
    text-align: center;
    width: 330px;
    line-height: 24px;
    color: #3a3a3a;
    font-size: 16px;
    padding-top: 36px;
}

.Check_submit {
    font-size: 16px;
    color: #0a0a0a;
    text-align: center;
    border-radius: 6px;
    background-color: #fcc43b;
    border-bottom: 4px solid #ea9706;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 36px;
    cursor: pointer;
    width: 300px;
    margin-top: 36px;
    margin-bottom: 60px;
}

    .Check_submit:hover {
        background-color: #ea9706;
        /*border-bottom:4px solid #6a6a6a;*/
        color: #fff;
    }

.CheckList_name {
    color: #3a3a3a;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
}

.CheckList {
    width: 100%;
    font-size: 14px;
    color: #3a3a3a;
    text-align: left;
    border-bottom: 1px solid #6a6a6a;
    line-height: 36px;
    font-weight: bolder;
}

.CheckList_content {
    width: 100%;
    font-size: 14px;
    color: #3a3a3a;
    text-align: left;
}

.CheckList_num {
    display: inline-block;
    width: 90px;
    text-align: center;
}

.CheckList_title {
    display: inline-block;
    width: 310px;
    line-height: 20px;
    vertical-align: middle;
}

.CheckList_speaker {
    display: inline-block;
    width: 100px;
    line-height: 20px;
    vertical-align: middle;
}

.CheckList_date {
    display: inline-block;
    width: 220px;
    line-height: 20px;
    vertical-align: middle;
}

.CheckList_fee {
    display: inline-block;
    width: 260px;
    line-height: 20px;
    vertical-align: middle;
}

.CheckList_row {
    line-height: 60px;
    border-bottom: 1px solid #e0e0e0;
}

.CheckList_arrow {
    background-image: url(/images/arrow_16_12_16_24.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 16px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: 4px;
}

.CheckList_arrow2 {
    background-image: url(/images/arrow_16_12_16_24.png);
    background-repeat: no-repeat;
    background-position: 0px -24px;
    width: 16px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: 4px;
}

.CheckList_note {
    color: #da5439;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    margin-top: 36px;
}

#CheckHistory {
    cursor: pointer;
    margin-top: 36px;
}

#CheckList {
    cursor: pointer;
}

.CheckList_zero {
    font-size: 42px;
    color: #3a3a3a;
    display: inline-block;
    line-height: 60px;
    vertical-align: bottom;
}

.CheckList_img {
    display: inline-block;
}

.CheckList_btn {
    text-align: right;
    padding-bottom: 12px;
    padding-right: 24px;
}

    .CheckList_btn a {
        width: 144px;
        line-height: 60px;
        font-size: 24px;
        text-align: center;
        color: #fff;
        border-radius: 6px;
        border-bottom: 4px solid #33569a;
        background-color: #0099cb;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .CheckList_btn a:hover {
            color: #fff;
            background-color: #33569a;
        }

.CheckList_cancel {
    display: inline-block;
    float: right;
    padding-right: 7px;
}

    .CheckList_cancel a {
        width: 60px;
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        border-radius: 6px;
        border-bottom: 4px solid #33569a;
        background-color: #0099cb;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .CheckList_cancel a:hover {
            color: #fff;
            background-color: #33569a;
        }

#loadingMask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

    #loadingMask .backColor {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-color: #000;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*IE Hack*/
        filter: alpha(opacity=50); /*IE Hack*/
        opacity: 0.5;
    }

    #loadingMask .backGif {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: url(/images/loading1.gif) no-repeat center center;
    }

.courses_cal {
    background-image: url(/images/cal_18_18_18_36@2x.png);
    background-size: 18px 54px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 18px;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

    .courses_cal:hover {
        background-position: 0px -36px;
    }

.courses_subscribe {
    background-image: url(/images/subscribe_18_18_18_36@2x.png);
    background-size: 18px 54px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

    .courses_subscribe:hover {
        background-position: 0px -36px;
    }

.courses_booking {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 90px;
    width: 150px;
}

    .courses_booking a {
        color: #4bbbd1;
    }

        .courses_booking a:hover {
            color: #006699;
            font-weight: bold;
        }

.subscribe_title {
    width: 100%;
    height: 48px;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #6a6a6a;
}

.subscribe_content {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #6a6a6a;
    padding-left: 14px;
}

.subscribe_im {
    color: #da5439;
    font-weight: bold;
}

.listpage {
    background-image: url(/images/button.png);
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 60px;
    float: left;
    margin-bottom: 12px;
    background-size: 120px;
}

    .listpage:hover {
        background-repeat: no-repeat;
        background-position: 0px -120px;
    }

.Default_annouce {
    border: solid 1px #da5439;
    padding: 12px 12px 12px 12px;
    width: 840px;
    background-color: #fcebeb;
    border-radius: 3px;
    line-height: 32px;
    margin-bottom: 24px;
}

.Default_annouce:hover {
    border: solid 2px #da5439;
}
.topicadd {
    background-color: #ffffff;
    padding-top: 20px;
    height: 160px;
}
.topicadd_L {
    display: inline-block;
    float: left;
    background-color: #ffffff;
    padding-left:15px;
}
.topicadd_R {
    display: inline-block;
    float: right;
    background-color: #ffffff;
    padding-right: 15px;
}
.topic_promote {
    width: 335px;
    height: 32px;
    border-radius: 12px;
    background-color: #ffffff;
    color: #1a1a1a;
    cursor: pointer;
    position: relative;
    bottom: 0px;
    float: none;
    line-height: 32px;
    background-color: #ffcc33;
    top: 0px;
    text-align: center;
    margin-top: 8px;
    font-weight: normal;
    box-shadow: 0 0 6px 0 rgba(154, 154, 154, 0.8);
    margin-top: 20px;
}
.topic_promote:hover {
    font-weight: bold;
    box-shadow: 0 0 2px 0 rgb(58 58 58 / 80%);
}

@media only screen and (min-width: 1421px) and (max-width:1600px) {
    .Default_dl3 {
        left: 34%;
    }
}
@media only screen and (min-width: 1260px) and (max-width:1420px) {
    .area3_img {
        width: 300px;
    }
}

@media only screen and (min-width: 711px) and (max-width:1200px) {
    .SideChild ul li.on {
        width: 99%;
    }

    .topmenu0 {
        padding-left: 0px;
    }

        .topmenu0 ul li {
            padding-left: 3px;
            padding-right: 3px;
        }

    .footer .ftext {
        width: 630px;
    }

    .footer_div {
        padding-top: 18px;
    }

    #MainSection2 {
        width: 70%;
    }

    #Article {
        width: 100%;
    }

    .SideMenuDiv {
        width: 27%;
    }

    #SideMenu {
        width: 100%;
    }

    #MainSection3 {
        width: 70%;
    }

    #MainSection {
        width: 100%
    }

    .top .box {
        width: 100%;
    }

    .footer_div {
        width: 100%;
    }

    #SideMenu2 {
        width: 100%;
    }

    .pagination_div2 {
        width: 100%;
    }

    #maindiv2 {
        width: 100%;
    }

    .area3_img {
        display: none;
    }
}

@media only screen and (max-width:900px) { /*iPhone6手機版710參考evernote因為手機平放是667所以設定710以下就是手機版*/

    .search {
        padding-right: 60px;
    }

    .top .box .logo {
        left: 10px;
    }

    .footer_div {
        width: 100%;
    }

    .footer {
        height: 600px;
        padding-bottom: 12px;
    }

        .footer .flogo {
            float: none;
            display: block;
        }

        .footer .ftext {
            width: 90%;
            float: none;
            display: block;
            position: relative;
            top: 180px;
            padding-left: unset;
        }

    .topmenu0 {
        display: none;
    }

    .menu-btn {
        display: inline-block;
        position: fixed;
        left: 24px;
        top: 30px;
    }

    .header--top {
        width: 100%;
        text-align: center;
        background-color: #006699;
    }

    .header {
        min-width: unset;
        background-color: #006699;
    }

    .header--free {
        display: none;
    }

    .searchword {
        display: none;
    }

    .header--logo {
        left: 50px;
    }

    .top .box {
        width: 100%;
    }

    .mobile-menu {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-image: url(/images/icon-bold-search-black-meun@3x.png);
        background-size: 18px 18px;
        height: 18px;
        width: 18px;
        background-repeat: no-repeat;
        z-index: 1000;
        top: 15px;
        display: inline-block;
        position: fixed;
        left: 24px;
        top: 30px;
    }

    #maindiv {
        width: 100%;
    }

    #maindiv2 {
        width: 100%;
        margin-top: 0px;
    }

    #MainSection {
        width: 100%;
        float: left;
    }

    #SideMenu {
        width: 100%;
        text-align: left;
        position: static;
        min-height: 0px;
    }

    .SideMenuDiv {
        width: 100%;
        float: right;
    }

    .NewTitle {
        font-size: 25px;
        line-height: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #maindiv {
        margin-top: 30px;
    }

    .logo img {
        width: 100px;
        position: relative;
        top: 10px;
    }

    .Article_Div {
        width: 100%;
    }

    .Article_IMG {
        /*padding-left: 85px;*/
    }

        .Article_IMG img {
            width: 216px;
            height: 120px;
        }

    .PaperTitle {
        font-size: 29px;
    }

    #Article {
        width: 99.5%;
    }

    .area1_title {
        line-height: 26px;
        font-size: 21px;
    }

    .areapay .subcontent {
        width: 100%;
    }

        .areapay .subcontent div {
            margin-left: 12px;
            margin-right: 12px;
        }

    .area3_img {
        display: none;
    }

    .area3_2 {
        padding: 0px;
    }

    .area3_arrow {
        display: none;
    }

    .area3_str span {
        font-size: 20px;
    }

    .area3_str {
        font-size: 13px;
        padding: 0px;
        padding-top: 15px;
        position: relative;
        left: -5px;
    }

    .area3_2 {
        position: relative;
        top: 30px;
        height: 100px;
        width: 100%;
    }

    .area3_num img {
        top: 20px;
        width: 12px;
    }

    .area4 {
        display: none;
    }

    .area3_1 {
        padding-top: 30px;
        line-height: 0px;
        padding-bottom: 3px;
        font-size: 34px;
    }

    .area3 {
        height: auto;
    }

    .area1 {
        padding-top: 110px;
    }

    .areapay .title {
        padding-top: 30px;
        font-size: 36px;
    }

    .areapay .subtitle {
        margin-top: 12px;
        font-size: 24px;
        line-height: 24px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .popup_video {
        display: none;
    }

    .area3_2_div {
        text-align: center;
    }

    .jcarousel-pagination {
        left: 30%;
    }

    .banner1 {
        background-image: url(/images/banner_220526_01_M.png);
        width: 100%;
        height: 220px;
    }

    .banner2 {
        background-image: url(/images/量化交易_XQ官網手機banner_820x440.jpg);
        width: 100%;
        height: 220px;
    }

    .banner3 {
        background-image: url(/images/banner_220408_01_M.png);
        width: 100%;
        height: 220px;
    }

    .banner4 {
        background-image: url(/images/banner_cut4_M_new.jpg);
        width: 100%;
        height: 220px;
        background-size: 100% 100%;
    }

    .banner5 {
        background-image: url(/images/banner_220318_02_M.png?v=1);
        width: 100%;
        height: 220px;
    }

    .banner6 {
        background-image: url(/images/banner_220318_03_M.png);
        width: 100%;
        height: 220px;
    }

    .Default_dl6 {
        left: 15%;
        width: 150px;
        height: 40px;
    }

    .banner8 {
        background-image: url(/images/XQ官網重要公告_手機版.png);
        width: 100%;
        height: 220px;
    }

    .MainSection_W {
        margin-top: 30px;
        width: 100%;
    }

    .learn_title {
        width: 100%;
    }

    .learn_open {
        width: 100%;
    }

    .learn_left, .learn_right {
        width: 100%;
    }

    .XQ_title {
        line-height: 30px;
        padding-top: 30px;
        height: 30px;
    }

    #Q-Div {
        width: 100%;
    }

        #Q-Div .list-box {
            margin-left: 40px;
        }

    .XQ_IMG {
        width: 100%;
    }

    .XQ_VerssionG {
        width: 100%;
    }

    .XQ_Verssion span {
        width: 100%;
    }

    .XQ_Video, .XQ_Video iframe {
        width: 100%;
    }

    .area1 .subarea {
        width: 96%;
    }

    .areapay .subarea {
        width: 96%;
    }

    .learn_title span {
        display: block;
        padding: 0;
        width: 94%;
        margin: 0 auto;
    }

    .learn_title {
        width: 100%;
        line-height: 29px;
    }

    .learn_left div {
        width: 94%;
        margin: 0 auto;
        padding: 0px;
    }

    .learn .sign {
        margin-bottom: 12px;
    }

    .learn .signno {
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .learn .signno {
        width: 110px;
        line-height: 48px;
        font-size: 21px;
    }

    .popup {
        width: 94%;
        height: 490px;
    }

    .learndiv {
        width: 100%;
    }

    .learndiv2 {
        height: 53px;
    }

    .learnhead {
        line-height: 16px;
    }

    #learntitle {
        margin-bottom: 20px;
    }

    .learndiv .learnhead, .learndiv2 .learnhead {
        display: inline-block;
    }

    .learndiv .learnitem, .learndiv2 .learnitem {
        display: inline-block;
    }

    .learnitem input {
        width: 254px;
    }

    .learnitem #email {
        width: 254px;
    }

    .learnhead2 {
        text-align: left;
        font-size: 13px;
    }

    .XQlite_div {
        padding: 0px;
        padding-top: 36px;
    }

    .XQ_dlimg {
        display: none;
    }

    .XQ_exe_div {
        width: 100%;
    }

    .XQ_exe {
        background-color: #ffffff;
        height: 0px;
    }

    .XQ_Video iframe {
        width: 96%;
    }

    .XQ_buy {
        width: 94%;
    }

    .XQ_Apply {
        width: 94%;
        padding: 0px;
    }

        .XQ_Apply #email {
            width: 330px;
        }

    .ApplyStr #area2 {
        width: 139px;
    }

    .XQ_Apply .signfree a {
        padding-left: 116px;
    }

    .compare img {
        width: 97%;
        height: unset;
        display: block;
        clear: both;
    }

    #MainSection2 {
        width: 100%;
    }

    #MainSection3 {
        width: 100%;
    }

    #MainSection2 iframe {
        width: 98%;
    }

    .top2 {
        display: none;
    }

    #SideMenu2 {
        width: 100%;
    }

    .pagination_div2 {
        width: 100%;
    }

    #SideMenu2 .newdiv {
        padding-left: 70px;
    }

    .popupsure .sure {
        font-size: 17px;
        padding-left: 0px;
    }

    .learnsubmit2, learnsubmit4 {
        width: 93%;
        position: relative;
        top: -30px;
    }

    .learnsubmit3, learnsubmit5 {
        width: 93%;
        position: relative;
        top: -19px;
    }

    .popupsure_ok .blue {
        padding-top: 160px;
    }

    .date {
        width: 300px;
    }

    .mainbody, .mainbody2, .mainbody3, .mainbody_new {
        width: 100%;
        position: static;
        overflow-x: hidden;
    }

    .PaperTitle {
        font-size: 22px;
        font-weight: bold;
        line-height: 36px;
    }

    #UpDown {
        line-height: 40px;
    }

    .ChildItem {
        margin-left: 12px;
    }

    .PaperTitle2 {
        line-height: 16px;
    }

    .linediv {
        top: 7px;
    }

    .CategoryTitle {
        margin-top: 12px;
    }

    #NewArticle .title {
        font-size: 22px;
    }

    .learn .learn_quota {
        display: inline-block;
        float: left;
        padding-left: 13px;
        padding-right: 24px;
    }

    .signclass {
        display: inline-block;
    }

    .learn .sign a {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .learn .signfree a {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .push-Like {
        top: 3px;
        margin-left: 0px;
    }

    #MainSection4 {
        width: 100%;
    }

    .linkdiv {
        width: 92%;
        margin-bottom: 36px;
    }

    .linktitle, .linktitle2 {
        border-top-right-radius: 6px;
        /*width: 100%;*/
    }

    .topicadd_L, .topicadd_R {
        display: unset;
        float: none;
        background-color: #ffffff;
        padding-left: 15px;
    }

    .topicadd {
        height: 330px;
        width: 100%;
    }

    .linktitle, .linktitle2{
        background-size: 100% auto;
        width: 100%;
    }

    .compare .note {
        width: 96%;
    }

    .compare .title {
        font-size: 27px;
    }

    .Default_dl {
        top: 66%;
        left: 0;
        width: 139px;
        height: 32px;
    }

    .Default_dl2 {
        top: 39%;
        left: 0%;
        width: 250px;
        height: 100px;
    }


    .Default_dl2 img {
        width: 250px;
        height: 100px;
    }

    .XQ_title {
        font-size: 37px;
    }

    .xqlitenote {
        width: 96%;
    }

    .XQ_bigimg {
        display: none;
    }

    .XQ_Download {
        line-height: 0px;
    }

    .SideChild ul li.on {
        width: 99%;
        border-left: 4px solid #09c;
    }

    .area3div {
        height: auto;
    }

    .area3_4 {
        margin-top: 20px;
    }

    .howbuy1 {
        width: 96%;
    }

    .buyleft {
        width: 100%;
        margin: 0 auto;
    }

        .buyleft .itemdiv {
            padding-left: 20%;
        }

        .buyleft .itemdiv2 {
            text-align: center;
            margin: auto;
        }

        .buyleft .itemdiv3 {
            padding-top: 75px;
        }

    .buyright {
        width: 99%;
    }

        .buyright .itemstr {
            padding-left: 0px;
        }

    .buyright_title2, .buyleft_title2 {
        font-size: 16px;
    }

    .buyright {
        height: auto;
        padding-bottom: 24px;
    }

        .buyright .itemdiv {
            /*padding-left: 10%;*/
            width: auto;
        }

        .buyright .itemdiv2 {
            padding-left: 29px;
        }

    .howbuy iframe {
        width: 96%;
    }

    .NewTitle3 {
        font-size: 23px;
    }

    .pay .paydiv {
        width: 96%;
    }

    .pay img {
        width: 96%;
    }

    .xq_all {
        width: 100%;
        height: 480px;
        background-image: url(/images/03_howtobuy_xq_600_600_m.png);
        background-repeat: repeat;
    }

    .buyright .itemdiv3 {
        padding-top: 25px;
    }

    .XQ_Area img {
        width: 96%;
    }

    .Childli {
        width: 91%;
    }

    .XQ_exe_div2 .w1 {
        margin-top: 36px;
    }

    .XQ_exe_div2 .w2, .XQ_exe_div2 .w3 {
        margin-top: 0px;
    }

    .XQ_Area_dl {
        height: 570px;
    }

    .XQ_exe_div {
        padding-top: 96px;
    }

    .XQ_title_new4 {
        font-size: 22px;
        padding-bottom: 0px;
    }

    .XQ_Area_dl {
        height: 737px;
        background-image: none;
        background-repeat: no-repeat;
        background-color: #fc0;
    }

    .XQ_title_new3 {
        font-size: 23px;
    }

    .topmenu1 ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .Cpic {
        text-align: center;
        width: 100%;
    }

    .XQ_Area3 {
        height: auto;
    }

    .area3_3_1 {
        margin-top: 30px;
        padding-left: 0px;
    }

    .Default_annouce {
        width: 92%;
    }

    .announce_pic {
        margin-left: 0px;
    }

    .Default_dl3 {
        top: 66%;
        left: 0;
        width: 146px;
        height: 41px;
    }

    .Default_dl8 {
        top: 64%;
    }

    .search {
        position: relative;
        top: unset;
        /*float:right;*/
        height: 24px;
        /*border:1px solid #069;*/
        width: 210px;
        margin-left: unset;
    }

    .search a {
        color: #f0f0f0;
    }

    .search input {
        /*position: relative;
    top: -7px;
    left: 4px;*/
        height: 18px;
        width: 148px;
        display: inline-block;
        float: left;
        margin-left: 20px;
        position: unset;
    }

    .searchdiv {
        background-color: #cacaca;
        width: 24px;
        height: 24px;
        display: inline-block;
        /*position:relative;
            left:0px;*/
        float: right;
        position: relative;
        top: 2px;
    }

    .popup_video {
        width: 100%;
    }

    #Videoiframe {
        width: 100%;
    }

    .popuptitle {
        padding-left: 12px;
        font-size: 16px;
        line-height: normal;
    }

    .b-close {
        top: -18px;
        background-color: #4bbbd1;
        right: 0px;
    }

    .mainmenu {
        display: none;
    }

    .header--top nav {
        overflow-y: auto;
        top: 75px;
        bottom: 0;
        position: fixed;
        left: -17px;
        background-color: #ffffff;
        height:unset;
    }

    .header--top .submenu {
        position: unset;
        top: unset;
    }

    .header--top .mainmenu > li {
        padding-right: unset;
        text-align: left;
        width: 320px;
        line-height:49px;
        height:unset;
    }

    .mobilefreedl .header--free {
        display: block;
        width: 300px;
        float:unset;
    }

    .header--top .submenu {
        width: 100%;
    }

    .wrap {
        max-width: 90%;
        margin: auto;
        height: auto;
    }

    .search input {
        height: 40px;
        width: 200px;
    }

    input#search2 {
        background-position: 12px 10px;
    }

    .search-btn {
        width: 85px;
        height: 40px;
    }

    .XQ_NOTE {
        width: 195px;
    }

    .ftext .font18.ftitle {
        text-align: center;
        display: block;
        clear: both;
    }

    .footer .traceus {
        width: 316px;
        float: left;
        text-align: center;
        position: relative;
        bottom: 200px;
        border-bottom: 1px solid #4bbbd1;
        padding-bottom: 15px;
        margin-left: unset;
    }

    .ftext .copyright {
        text-align: center;
        display: block;
        clear: both;
    }

    .mainmenu li span {
        font-size: 22px;
        font-weight: bold;
    }

    .compare .titleimg {
        display: none;
    }

    .logoback {
        display: none;
    }

    .headertriangle {
        display: none;
    }

    .header--logo {
        display: inline-block;
        width: 180px;
        height: 32px;
        top: 28px;
        position: relative;
    }

    .header--logo img {
        bottom: unset;
    }

    .header--user--img {
        background-image: url(/images/icon-bold-search-black@3x.png);
    }
    .header--top .mainmenu > li.mobilefreedl {
        height: 100px;
    }
    .Default_dl4 {
        position: relative;
        top: 65%;
        left: 28%;
        width: 100px;
        height: 43px;
    }

    .Default_dl5 {
        top: 66%;
        left: 0;
        width: 146px;
        height: 41px;
    }
}
/*safari9*/
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    .search input {
        top: -6px;
    }

    .topmenu0 {
        padding-left: 37px;
    }

    .fb {
        top: 3px;
    }

    .fbli {
        top: 3px;
    }
}
