/******************************************/
/*  	                          */
/******************************************/

/* 20260101 fix*/
.cc_note {
    min-width: unset;
}

.cc_note > ul > ul > li{
    margin:5px 0px;
}




.row_button2 {
    padding: 20px 0px;
    text-align: center;
}


.button_agree{
    user-select: none;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    /*color: #747b7f;*/
    color:#fff;
    font-weight: bold;
    border-color: #d2d2d2;
    line-height: 1.5;
    border-radius: 0.3rem;
    font-size: 20px;
    /*background: #ECECEC;*/
    background: #e5001f;
    border: 1px solid #ddd;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;    
}


.button_st{
    user-select: none;
    display: inline-block;
    padding: 10px 40px 10px 40px;
    text-align: center;
    /*color: #747b7f;*/
    color:#fff;
    font-weight: bold;
    border-color: #d2d2d2;
    line-height: 1.5;
    border-radius: 0.3rem;
    font-size: 20px;
    /*background: #ECECEC;*/
    background: #e5001f;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    min-width:160px;
    cursor: pointer;    
}

.button_add{
    user-select: none;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    /*color: #747b7f;*/
    color:#fff;
    font-weight: bold;
    border-color: #d2d2d2;
    line-height: 1.5;
    border-radius: 0.3rem;
    font-size: 1rem;
    /*background: #ECECEC;*/
    background: #e5001f;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;    
}




/****************************************/
/* 虛擬帳號	*/
/****************************************/


.button_square{
    user-select: none;
    display: inline-block;
    /*20260101*/
    padding: 15px 45px;
    text-align: center;
    /*color: #747b7f;*/
    color:#fff;
    font-weight: bold;
    border-color: #d2d2d2;
    line-height: 1.5;
    border-radius: 0.3rem;
    font-size: 1rem;
    /*background: #ECECEC;*/
    background: #e5001f;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;    
}

.button_square:active{
	transform:scale(0.95);
}


.button_agree:active,.button_st:active,.button_add:active{
    transform:scale(0.95);
}/****************************************/





.main2 {
    width: 70%;
    max-width: 1062px;
    margin: auto;    

}

.body-header{
    animation: mymove2  1s 1;
    transition-duration:1s;
    position: relative;

}

.body-subHeader{
    animation: mymove1  2s 1;
    transition-duration:2s;
    position: relative;
}


.subHeader{
    position: relative;
    width: 100%;
    background: #fff;
}


.subHeader-opened{
    
    position: fixed;
    top: 0px;
    
    /*
    position: absolute;
    top: 10px;
    */
    transition-duration:1s;
    z-index: 10;
}

.subHeader-closed{
    top: 120px;
    transition-duration:1s;
}



.menuTab{
    
}


.menuTab>.menuTabItem{
    border-radius:5px 5px 0px 0px;
    background:#ddd;
    display:inline-block;
    padding:15px 10px; 
    margin-top:10px;
    font-weight:700;
    color: #68737a;
    cursor:pointer;

    min-width: 140px;
    text-align: center;
}

.menuTab>.current{
    background:#e5001f;
    color:#fff;
}




.family_club_grid{

    /*border:1px solid #ff0000;*/
    margin-bottom: 50px;;
    display: none;
}

.family_club_grid>.row:first-child{
    border-bottom:5px solid #aaa;
    font-weight: 700;
    color:#666;
    
}

.family_club_grid>.row>.column:first-child{
    display:inline-grid;
    width: 100px;
}

.family_club_grid>.row>.column:last-child{
    display:inline-grid;
    width: 100px;
}    

.family_club_grid>.row>.column{
    display:inline-grid;
    width: calc((100% - 255px)* 1/3 );
    padding: 10px 5px;
}



@keyframes mymove1 {
    0% {margin-top:190px;opacity: 0.75;}
/*       25% {margin-top:75px;}
    50% {margin-top:50px;}
    75% {margin-top:25px;}*/
    
    100% {margin-top:0px;opacity: 1;}
    
}

@keyframes mymove2 {
    0% {margin-top:-90px;opacity: 0.75;}
/*     25% {margin-top:-70px;}
    50% {margin-top:-50px;}
    75% {margin-top:-30px;}*/
    100% {margin-top:0px;opacity: 1;}
    
}



.vaccountResultTable{

    border-radius:8px;
    border:1px solid #ddd;

}

.vaccountResultTable>.row:first-child{
    border-radius:8px 8px 0px 0px;
    border-bottom:1px solid #ddd;
    background: #eee;
    color:#666;
    font-weight:700;
    
}

.vaccountResultTable>.row:last-child{
    border-radius:0px 0px 8px 8px;
    background: #fefefe;
    
}   
/*
.vaccountResultTable>.row>.column:first-child{
    display:inline-grid;
    width: 200px;
}

.vaccountResultTable>.row>.column:last-child{
    display:inline-grid;
    width: 100px;
}    
*/
.vaccountResultTable>.row>.column{
    display:inline-grid;
    width: calc((100% - 200px)* 1/4 );
    width: calc((100% - 135px)* 1/3 );
    padding: 10px 20px;
}
    /*
.vaccountResultTable>.row>.column:nth-child(1){
    width:140px;
}

.vaccountResultTable>.row>.column:nth-child(2){
    width:180px;
}

.vaccountResultTable>.row>.column:nth-child(3){
    width:180px;
}
*/


.vaccountResultTable>.row>.column>input[type="text"]{
    border: none;
    border-bottom: 1px solid #999;
    height: 2.2em;      
    font-size: 1.1em;
    font-weight: 700; 
    padding:0px 10px; 
}


::placeholder {
    color: #cecece;
    font-size: 0.9em;
    opacity: 0.7; /* Firefox */
}

.-ctrl{
    font-size: 0.9em;
    cursor:pointer;

}


.-ctrl>img{
    width:20px;
    vertical-align: bottom;
    margin: 0px 5px;
}




/*********************************/

.vaccountTable{
	border:1px solid #ddd;
	border-radius: 8px;
}

.vaccountTable>.row{
	margin:10px 0px;
}

.vaccountTable>.row>.column{
	display:inline-block;
}

.vaccountTable>.row>.column:first-child{
    display:inline-grid;
    width: 200px;
    
    color: #666;
    font-weight: 700;
    padding: 10px 35px;
}

.vaccountTable>.row>.column>input[type="text"]{
    border: 1px solid #ddd;
    border-radius:5px;
    height: 2.1em;      
    font-size: 1.1em;
    font-weight: 500; 
    padding:0px 10px; 
}

.vaccountTable>.row>.column>div.img{
	display: inline-block;
	background: #aaa;
	border-radius:50px;
	vertical-align: middle;
	width:35px;
	height:35px;
	cursor:pointer;
}


.vaccountTable>.row>.column>div.img>img{
	vertical-align: middle;
	width: 100%;
	height:auto;
}

.vaccountTable>.row>.column>div.img:active{
	transform:scale(0.95);
}


.vaccountTable>.row>.column>div.captchaImage{
	display: inline-block;
	background: #e50019;
	border-radius:50px;
	vertical-align: middle;
	width:auto;
	height:35px;
	cursor:pointer;
	margin:0px 5px;
}



.vaccountTable>.row>.column>div.captchaImage>img{
	vertical-align: middle;
	width: auto;
	height:100%;
}


.onlyPC{
	display:block;
}


.onlyMobile{
	display:none;
}



.isDisabled {
    /* 
    animation: transShow 1s;
    animation-fill-mode: forwards; 
    */
    animation: transShow 1s;
    animation: unset;
    animation-fill-mode: none;
    background: #ececec !important;
    color: #747b7f !important;
    border: 1px solid #ddd !important;
}




.-selectbank{
	width:255px;
}

/*********************************/

#actual-upload-btn {
    display: none;
}

.upload-file {
    background: #ed1b2e;
    border-radius: 3px;
    padding: 10px 25px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    cursor:pointer;
}



.upload-result {
    width: 680px;
    margin: 20px auto;
}

.upload-row {
    color:#333;
}

.upload-row:first-child {
    background: #eee;
    color:#000;
    font-weight:700;
}

.upload-column {
    display: table;
}

.upload-column > img {
    height: 18px;
    width: auto;
    cursor: pointer;
}

.upload-column {
    display: inline-table;
    text-align: left;
    padding: 5px;
    font-size: 0.9rem;
}

.upload-row.dynamic {
    border-bottom:1px solid #ccc;
}


.upload-column:nth-child(1) {
    width: calc(50% - 10px);
    overflow-wrap: break-word;
    /*20260101 begin*/
    width: calc(100% - 160px);
}

.upload-column:nth-child(2) {
    width: calc(15% - 10px);

    /*20260101 begin*/
    width: 80px;
}

.upload-column:nth-child(3) {
    width: 40px;
}

.upload-column:nth-child(4) {
    width: calc(8% - 12px);
    text-align: center;
}



.upload-column > span:nth-child(1) {
    width: 100px;
    background: #eee;
    /* 20260101 */
    display: none;

}

.upload-column > span:nth-child(2) {
    /* 20260101 */
    /*display: none; */
    
    /*
	overflow-wrap: break-word;
    width: 500px;
    display: block;    
    */
}

/* 20260101 */
.upload-column:nth-child(1) > span:nth-child(2) {  
	overflow-wrap: break-word;
    width: 500px;
    display: block;    
}



/* 20260101 begin*/
.upload-column._header > span:nth-child(1) {
    width: 80px;
    background: #eee;
    color:#666;
    font-size:1rem;
    display: block;
}

.upload-column._header > span:nth-child(2) {
    display: none;
}


.upload-column._header:nth-child(3) > span:nth-child(1) {
    width: 40px;
}



.upload-column:nth-child(3) > span:nth-child(2) {
    height: 22px;
    display: block;
    text-align:center;    
    margin-left: 10px;
}

.upload-column._header:nth-child(3) > span:nth-child(1) {
    width: 40px;
    height:unset!important;
}



/* 20260101 end*/



.noteText {
    position: relative;
    color:#666;
    font-size:14px;
    left: 120px;
    top: -19px;
}

/*20260101*/
.remarkText {
    display: inline;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
}


.sizeColumn{
	width :60px;
    text-Align :end;
    display :block;	
}


@media only screen and (max-width: 1024px) {



    /******************************************/
    /*  Button                                */
    /******************************************/


    .button_st{
        display: block;
        padding: 10px 15px 10px 15px;
        width:90%;
        margin: 10px auto;
    }
	
	.button_square{
	    width:100%;
	    margin:5px auto; 
	}


	.-selectbank{
		width: 94%;
	}
	
	

    .main2 {
        width: 92%;
        min-width: 340px;
    }

	
	.vaccountTable>.row>.column>input[type="text"]{
	    border: 1px solid #ddd;
	    border-radius:5px;
	    height: 2.1em;      
	    font-size: 1.1em;
	    font-weight: 500; 
	    padding:0px 10px; 
	}

	.vaccountTable>.row>.column>input[type="text"]#policyHolder{
		width:88%;
		margin:auto;
	}
	
	.vaccountTable>.row>.column>input[type="text"]#policyNumber{
		width:88%;
		margin:auto;
	}
	
	.vaccountTable>.row>.column>input[type="text"]#verifyCode{
		width:80px;
		margin:auto;
	}
	

	.vaccountTable>.row>.column {
	    display: block;
	    width: 100%;
	    padding: 0px 10px;

	}

	
	.vaccountTable>.row>.column:first-child{
	    padding: 10px 10px;
	}

	/* RESULT */
	.vaccountResultTable>.row>.column{
		
		
	    display:block;
	    width: calc(100% - 20px);
	    padding: 10px 10px;
	}
	
	.vaccountResultTable>.row>.column>input[type="text"]{
		width:calc(100% - 160px);
        font-weight: 500;
        /*text-align:end;*/
	}

	.onlyPC{
		display:none!important;
	}

	.onlyMobile{
		display:inline-block;
	}

	.hiddenTitle{
		width:130px;
		font-weight:700;
		color:#666;
	}

/***************************************************************************************/


    .upload-row:first-child {
        background: unset;
    }

    .upload-result {
        width: 94%;
        margin: 20px 5px 20px 5px;
    }

    /* 20260101 begin */
    .upload-row {
        margin:10px 0px;
    }

    .upload-row:first-child {
        display:none;
    }

    /* 20260101 end */

    .upload-column {
        display: inline-block;
        width: 92%;
        padding: unset;
        border: 1px solid #ddd;
        font-size: 0.9em;
        font-weight: 700;
    }

    .upload-column:nth-child(1) {
        width: calc(100% - 10px);
        border-bottom: 0px solid #ddd;

        margin-bottom: -4px;
    }

    .upload-column:nth-child(2) {
        width: calc(100% - 10px);
        /*20260101 begin*/
        /*border-bottom: 0px solid #ddd;*/
    }

    .upload-column:nth-child(3) {
        width: calc(100% - 10px);
        border-bottom: 0px solid #ddd;


    }

    .upload-column:nth-child(4) {
        width: calc(100% - 10px);
        text-align: left;
     }

    /*20260101 begin*/
    .upload-column:last-child {
        width: calc(100% - 10px);
        border-bottom: 1px solid #ddd;
        border-top:0px;
    }
    /*20260101 end*/

    /* 20260101 begin */
    .upload-row:last-child {
        display: block;
    }
    /* 20260101 end */

    .upload-column > span {
        display: inline-block;
        padding: 5px;
    }

    /* 20260101 begin */
    .upload-column > span:nth-child(1) {
        display: inline-block;
    }
    /* 20260101 end*/


    .upload-column > span:nth-child(1) {
        width: 70px;
        background: #eee;

        /* 20260101 */
        color: #666;
        font-size: 1rem;

        display: table-cell;
        min-width: 70px;
        vertical-align: middle;

    }

	/* 20260101 */
	.upload-column:nth-child(1) > span:nth-child(2) {  
	    display: table-cell;;    
	}   

    .upload-column > span:nth-child(2) {
        width: calc(100% - 95px);
        text-align: right;
        display: inline-block;
        font-weight: 500;
        color:#333;

        display: table-cell;
        word-break: break-all;
        width: 100%;

    }
    
 
    
    
/*********/
    .upload-row.dynamic {
        border-bottom: 0px solid #ccc;
    }

    .upload-column:nth-child(3){
        margin-top:-5px;
    }

    .upload-column._header:nth-child(3) > span:nth-child(1) {
        min-width: 80px;
    }

    .upload-column:nth-child(3) > span:nth-child(2) {
        width: calc(100% - 95px);
        text-align: right;
        display: inline-block;
        font-weight: 500;
        color: #333;
        display: table-cell;
        word-break: break-all;
        width: 100%;
    }


/*********/
    .upload-column img {
        width: 21px;
    }

    .borderLeftRed-title {
        font-size: 1.1em;
        padding-left: 7px;
    }

    .noteText {
        width: calc(100% - 134px);
        font-size: 12px;
        left: 115px;
        top: -18px;
    }

    .cc_note > ul > ul > li {
        margin: 10px 0px;
    }




}