@charset "utf-8";
/* CSS Document */

.type1 canvas,
.type2 canvas,
.type3 canvas{border: 8px solid #fff;}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.ml10{margin-left: 10px}
.fright {float: right;}
.fnameCenter {margin: 0 auto;}

/* 清除浮動 */
.contentwrap .nav,
.type1.navMenuList{ zoom: 1;}

.contentwrap .nav::before, .contentwrap .nav::after,
.type1.navMenuList::before, .type1.navMenuList::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
}
.contentwrap .nav::after,
.type1.navMenuList::after {
    clear: both;
}
/* .nav設定/重製 */
.contentwrap{
    background-color: #333;
    min-height: 350px;
    position: relative;
}
.download_main .nav{
    float: none;
    width: 100%;
}
/*  Loading_box */
.loading_box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.sk-three-bounce {
    margin: 15px auto;
    text-align: center;
    width: 80px;
}
.sk-three-bounce .sk-child {
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    width: 20px;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
}
/* ---動畫--- */
@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0); }
    40% {
      -webkit-transform: scale(1);
              transform: scale(1); }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0); }
    40% {
      -webkit-transform: scale(1);
              transform: scale(1); }
}

/* ===Type 1=== */
/* -開始- data-group:PC/IOS/AND */
#mobile_li.type1 > div[data-group]{ display: none;}
.type1.fnameCenter { width: auto;margin: 0 auto;}
.type1 .mobile_nav {width:calc(100% / 2);}
.type1 .pc.mobile_nav { display: none;}
.type1 .navSelectClass,
.type1.navMenuList > div[data-group]:hover{
    box-shadow: 0px 0px 18px #ccc inset;
    border-radius: 9px 4px;
}
.nav .navMenuList.type1 div[data-group]{
    cursor: pointer;
    color: #737373;
    float: left;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center 20px;
    text-align: center;
}
.type1 .pc{
    background-image: url('/images_plus/download/pic/ico_pc.png');
}
.type1 .android{
    background-image: url('/images_plus/download/pic/ico_ad.png');
}
.type1 .ios{
    background-image: url('/images_plus/download/pic/ico_ios.png');
}
.type1 .pc.navSelectClass, .type1 .pc:hover{
    background-image: url('/images_plus/download/pic/ico_pc_hover.png');
}
.type1 .android.navSelectClass, .type1 .android:hover{
    background-image: url('/images_plus/download/pic/ico_ad_hover.png');
}
.type1 .ios.navSelectClass, .type1 .ios:hover{
    background-image: url('/images_plus/download/pic/ico_ios_hover.png');
}
.type1.navMenuList .img{
    width: 112px;
    height: 116px;
    display: block;
    margin: 0 auto;
}
.type1 div[data-group] b{
    display: block;
    margin: 10px 0px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.type1 .navSelectClass b,
.type1 div[data-group]:hover b{
    color: #ffe11b;
}

.type1 .navSelectClass span {
    color: #fff;
}
.type1.navMenuList div[data-group] span{
    display: block;
    font-size: 12px;
    line-height: 22px;
}
/* -結束- data-group:PC/IOS/AND */

/* -開始- li-平台樣式 */
.type1 .pcHead {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.type1 .pcPtLogo {
    margin: 20px 0 10px 0;
}
.type1 .androidLeft .pcHead h3 {
    padding-top: 35px;
}
.type1 .ptBtn {
    display: inline-block;
    border-top: 1px solid #1eafa9;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #0f726c;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    padding-left: 55px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Microsoft YaHei';
}
.type1 .ptBtn.BTwin{
    background-image: url('/images_plus/download/pic/btn-win.png');
}
.type1 .ptBtn.BTiOS{
    background-image: url('/images_plus/download/pic/btn-ios.png');
}
.type1 .ptBtn.BTand{
    background-image: url('/images_plus/download/pic/btn-and.png');
}
.type1 .androidLeft {
    width: 560px;
    padding-left: 5pc;
}
.type1 .androidLeft h3 {
    margin: 0;
    padding: 30px 0 10px 0;
    color: #fff;
    font-weight: 300;
    font-size: 2.25rem;
}
.type1 .androidLeft p {
    color: #fff;
    line-height: 1.5rem;
}
.type1 .stepText p:nth-child(n+3) {
    margin: 0;
}
.type1 .androidLeft a{ margin-top: 10px; display: inline-block;}
.type1 .androidRight {
    width: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.type1 .androidRight img {
    max-width: 100%;
}
.type1 .stepText {
    color: #484848;
    font-size: .875rem;
    line-height: 1.5rem;
    position: relative;
}
.type1 .step1{
    margin-top: 20px;
}
.type1 .step2{
    margin-top: 30px;
}
.type1 .stepText::before{
    padding: 10px 20px 10px 10px;
    color: #0f726c;
    font-size: 3pc;
    position: absolute;
    left: -5pc;
}
.type1 .step1 .stepText::before{content: '01';}
.type1 .step2 .stepText::before{content: '02';}
.type1 .step2 .stepText {}
.type1.pcIosAndroid > div[data-group] > div.li{
    align-items: flex-start;
    border-bottom: 1px solid #4d5d80;
    display: flex;
    justify-content: space-between;
    opacity: 0.6;
    padding: 20px 0;
    position: relative;
    transition: .3s linear;
    width: 100%;
}
.type1.pcIosAndroid > div[data-group] > div.li:hover{
    opacity: 1;
}
.type1.pcIosAndroid .androidLeft .link-download{
    display: inline-block;
    margin: 5px 0;
    padding: 0 5px;
    border: 1px solid #134c3b;
    background-color: #211311;
    width: 400px;
    word-break: break-word;
}
.type1.pcIosAndroid .download_logo {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 82px;
    max-width: 454px;
    min-width: 250px;
}
.type1.pcIosAndroid .download_logo img{
    width: 100%;
}
.type1.pcIosAndroid .download_sm_img img[src*="resize/"]{
    height: 63px;
    position: absolute;
    width: 63px;
}
.type1.pcIosAndroid > div[data-group="ios"] .web .download_sm_img img[src*="resize/"]{
    left: 219px;
    top: 168px;
}
.type1.pcIosAndroid > div[data-group="android"] .web .download_sm_img img[src*="resize/"]{
    left: 216px;
    top: 174px;
}
.type1 .download_sm_img img:last-child{
    height: 310px;
    width: 454px;
}
/* -結束- li-平台樣式  */


/* ===Type 2=== */
/* -開始- data-group:PC/IOS/AND */
.type2, .type2 *{ box-sizing: border-box; color: #fff; font-family: 'Microsoft YaHei', Arial;}
.type2.fnameCenter{
    padding-top: 30px;
    padding-bottom: 30px;
    width: auto;
}
.type2.fnameCenter.navMenuList{
    display: flex;
    justify-content: space-around;
    width: auto;
    padding: 0 15px;
}
.type2 .mobile_nav{
    width: auto;
}
.type2.navMenuList div[data-group]{
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #edc968;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    padding-left: 0.3em;
    padding-right: 0.3em;
    transition: 0.1s linear;
}
.type2 div[data-group] .img{display:none;}
.type2 div[data-group] b{font-weight:normal;}
.type2.navMenuList div[data-group].navSelectClass, .type2.navMenuList div[data-group]:hover{
    border-bottom-width: 4px;
    line-height: 53px;
}

/* -開始- li-平台樣式  */
.type2 .description_text{ line-height:1.5;text-align: center;}
.type2 .sub_content{ width: 870px; margin:0 auto; padding-bottom:20px; font-size: 15px;}
/* sub_group開/關 */
 .type2 .sub_content div[data-sub_group]{ display:none;}

.type2 .mobile_platform_title{
    padding-bottom:15px;
    text-align: center;
}
.type2 .mobile_platform_title p{ margin: 0; font-size: 25px; line-height: 1.5em;}
.type2 .mobile_platform_title p:last-child{ font-size: 15px; }
.type2 .sub_nav{ display: flex; align-items: center; justify-content: center; margin:15px 0 30px;}
.type2 .sub_nav div[data-sub_group]{ border-radius: 50px; padding: 5px 20px; font-size: 20px; margin:0 5px; line-height: 1em; color:#fff; cursor: pointer;}
.type2 .sub_nav div[data-sub_group].navSelectClass{ background-color: #edc968; color:#000;}

.type2 .img_pic{ width: 176px;height: 144px; text-align: center;}
.type2 .tip_text{ flex: 1; text-align: left; padding-left: 28px;}
.type2 .tip_text ol{ padding-left: 20px;}
.type2 .tip_text ol li{ list-style-type:decimal; margin-bottom: 10px;}
/* tip_text設定樣式 */
/* .type2 .tip_box .tip_text ol li:nth-child(1){} */
.type2 .tip_box .tip_text ol li:nth-child(2){color: #f9d46f;}
/* .type2 .step_box .tip_text ol li:nth-child(1){}
.type2 .step_box .tip_text ol li:nth-child(2){}
.type2 .step_box .tip_text ol li:nth-child(3){} */

.type2 .tip_box{ display: flex; margin-top: 35px; flex-wrap: wrap;}
.type2 .tip_box .img_pic img{ max-width: 100%; }

.type2 .step_box{ display: flex; margin-top: 35px; align-items: center;}

/*按鈕-三種*/
.type2 .btn_default{
    background-color: #edc968;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-radius: 5px;
    color:#fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 15px 15px 50px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.type2 .btn_and{ background-image: url('/images_plus/download/pic/btn-and.png'); }
.type2 .btn_ios{ background-image: url('/images_plus/download/pic/btn-ios.png'); }
.type2 .btn_win{ background-image: url('/images_plus/download/pic/btn-win.png'); }


/* ===Type 3=== */
.type3, .type3 * {
    box-sizing: border-box;
    color: #fff;
    font-family: 'Microsoft YaHei', Arial;
}
.type3.fnameCenter{
    margin-bottom: 30px;
    width: 100%;
}
.type3 > .ul[data-group]{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.type3 > .ul[data-group] > div:first-child{
    background-position: center center;
    background-repeat: no-repeat;
    height: 41px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.type3 > .ul[data-group] > div.mobile{
    background-image: url('/images_plus/download/pic/mobile_title.png')
}
.type3 > .ul[data-group] > div.pc{
    background-image: url('/images_plus/download/pic/pc_title.png')
}
.type3 > .ul[data-group] > div.li{
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: .6;
    text-align: center;
    transition: .2s linear;
    width: calc(100% / 4);
}
.type3 > .ul[data-group] > div.li:hover{
    opacity: 1;
}
.type3 > .ul[data-group] > div.li:not(:nth-of-type(4n+1)){
    border-right: 1px solid #524747;
}
.type3 .li .qrcode{
    margin: 0 auto;
}
.type3 .li .qrcode canvas{}
.type3 .li .pc_pic{
    background: url('/images_plus/download/pic/pc_pic.png') center top no-repeat;
    height: 136px;
}
.type3 .li .pc_pic > img{
    margin-top: 16px;
}
.type3 .li .radius{
    background-color: #0e4e97;
    color: #ffffff;
    display: block;
    line-height: 1rem;
    margin: 20px auto;
    padding: 10px 5px;
    text-align: center;
    width: 140px;
}
.type3 .li .radius:hover{
    background-color: #0084ff;
}
.type3 .li .radius > span{
    opacity: 0.7;
    display: block;
}
.type3 .li i{
    color: #0084ff;
    display: block;
    font-style: normal;
    margin-bottom: 5px;
}
.type3 .li p{
    line-height: 1.8em;
    padding: 0;
    margin: 0;
}
.type3 .li .tip_box{
    margin-top: 20px;
    text-align: left;
}
.type3 .li .step_box p{
    opacity: .7;
}
.type3 .li .tip_box p{
    margin-bottom: .8em;
    text-align: justify;
    text-justify: distribute;
}

/* ====== EN start ====== */
html:not(.zh-Hans) .type3 > .ul[data-group] > div.mobile{
    background-image: url('/images_plus/download/pic/en/mobile_title.png')
}
html:not(.zh-Hans) .type3 > .ul[data-group] > div.pc{
    background-image: url('/images_plus/download/pic/en/pc_title.png')
}
/* ====== EN end ====== */
