/*============文字 樣式============*/
.PC #vip_pop .txt1{
    font-size:1.2rem;
    font-weight: bold;
    line-height: 1.7rem;
}

.PC #vip_pop .txt2{
    font-size:1rem;
    line-height: 1.6rem;
}
#vip_pop .txt3{
    font-size:0.9rem;
    line-height: 1.6rem;
}

.MOBILE #vip_pop .txt1{
    font-size:1.2rem;
    font-weight: bold;
    line-height: 1.75rem;
}
/*============顏色 樣式============*/
#vip_pop .red{color:red;}
#vip_pop .purple{color:#9300d7;}

/*============間距 樣式============*/
.blank{
    height: 10px;
}
.blank_top{
    margin-top: 10px;
}

/*============浮水印按鈕PC 樣式============*/
.PC #float_icon .BACK_analysis_PC{
    width:220px;
    height: auto;
    overflow: hidden;
    position: fixed;
    right: 2.5%;
    top:300px;
    z-index: 999;
    }

/*輔助按鈕*/
.PC #float_icon .BACK_analysis_PC .small_bt{
    display: block;
    width:100%;
    margin:0 auto;
    height: auto;
    line-height: auto;
    color:#1a8dd4;
    font-size:1rem;
    text-align: center;
    padding:0 0 20px 0;
}

.PC #float_icon .BACK_analysis_PC .ba_top{
    width:220px;
    height: 105px;
    background-image: url(../images/float_pop/pop_top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.PC #float_icon .BACK_analysis_PC .ba_bg{
    width:100%;
    height: auto;
    padding:0 20px;
    background-image: url(../images/float_pop/pop_bg.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

.PC #float_icon .BACK_analysis_PC .ba_footer{
    width:220px;
    height: 15px;
    background-image: url(../images/float_pop/pop_foot.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

/*============浮水印按鈕 樣式============*/
.PC .BACK_analysis{
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 999;
    }
    .MOBILE .BACK_analysis{
        width: 40px;
        height: 40px;
        position: fixed;
        right: 10px;
        bottom: 120px;
        z-index: 999;
    }

.PC .BACK_analysis a{
    display: block;
    height: 40px;
    width: 40px;
    background-color: #61b866;
    border-radius: 10px;
    background-image: url(../images/float_icon/friend_icon.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9;
    }
    .MOBILE .BACK_analysis a{
        display: block;
        height: 40px;
        width: 40px;
        background-color: #61b866;
        border-radius: 10px;
        background-image: url(../images/float_icon/friend_icon.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.9;
    }

/*============pop============*/
.PC #vip_pop{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 999;
}

.PC #vip_pop .popup{
    position: fixed;
    z-index: 20;
    max-width: 85%;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    border-radius: 5px;
}

/*============pop標題============*/
.PC #vip_pop .popup_header{
    width:100%;
    }
    #vip_pop .popup_header::after{
        content: '';
        width:100%;
        height: auto;
        display: block;
        border-bottom: 1px solid #9300d7 ;
    }

/*標題群組*/
.PC #vip_pop .title_group{
    width:90%;
    height: auto;
    overflow:hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
    padding:10px 0;
}

/*標題*/
.PC #vip_pop .popup .title_bar{
    font-size:24px;
    font-weight: bold;
    color:#9300d7;
    position: relative;
}

/*關閉按鈕容器*/
.PC #vip_pop .popup .close{
    width:24px;
    height: 24px;
    overflow:hidden;
}

.PC #vip_pop .popup .close a{
    display: block;
    width:24px;
    height: 24px;
    font-size:24px;
    position: relative;
}

.PC #vip_pop .popup .close a::before{
    content: "";
    position: absolute;
    height: 24px;
    width: 3px;
    top: 0;
    right: 50%;
    background-color: #bcb9b9;
    color: #fff;
    transform: translate(50%) rotate(45deg);
}

.PC #vip_pop .popup .close a::after{
    content: "";
    position: absolute;
    height: 24px;
    width: 3px;
    top: 0;
    right: 50%;
    background-color: #bcb9b9;
    color: #fff;
    transform: translate(50%) rotate(315deg);
}

/*============pop內容區塊============*/
.PC #vip_pop .model_content{
    width:100%;
    height: 350px;
    overflow:auto;
    box-sizing: border-box;
    max-height: 500px;
    padding: 20px;
}


/*============pop項目符號排序============*/
.PC #vip_pop .popup .model_content ul{
    display: block;
    list-style-type: decimal;
    list-style-position: inside;
    box-sizing: border-box;
}

.PC #vip_pop .popup .model_content ul li{
    font-size:1.2rem;
    font-family: sans-serif;
    margin-bottom:5px;
}

/*浮水印按鈕*/
.PC #vip_pop .popup ul.back_icon{
    display: block;
    width:100%;
    overflow: hidden;
    padding: 0;
    flex-direction: row;
    padding:10px 0px;
    }
    .MOBILE #vip_pop .popup ul.back_icon{
        display: block;
        width:100%;
        overflow: hidden;
        padding: 0;
        flex-direction: row;
        padding:10px 0px;
    }

.PC #vip_pop .popup ul.back_icon li{
    list-style: none;
    width:100%;
    padding-bottom:5px;
    }
    .MOBILE #vip_pop .popup ul.back_icon li{
        list-style: none;
        width:100%;
        padding-bottom:5px;
    }

.PC #vip_pop .popup ul.back_icon li:nth-child(2){
    padding-bottom:0px;
    }
    .MOBILE #vip_pop .popup ul.back_icon li:nth-child(2){
        padding-bottom:0px;
    }

/*=========多重選取區塊=========*/
.PC #vip_pop .popup .check_group{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}

.PC #vip_pop .popup .allframe{
    width:90%;
    height: auto;
    margin:0 auto;
    margin-bottom:15px;
}

.PC #vip_pop .popup .check_group label{
    margin:5px 0 5px 0;
    }
    .MOBILE #vip_pop .popup .check_group label{
        margin:12px 0 12px 0;
    }

/*label 預設內容*/
.PC #vip_pop .popup .check_group .case{
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1.2rem;
    padding-left:35px;
    padding-right:25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height:1.65rem;
}

/*將預設的核取方塊隱藏*/
.PC #vip_pop .popup .case input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/*添加自訂核取外框*/
.PC #vip_pop .popup .case .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: #eee;
    }
    /*滑鼠移過效果*/
    .PC #vip_pop .case:hover input ~ .checkmark {
        background-color: #ccc;
    }
    /*滑鼠已選到效果*/
    .PC #vip_pop .case input:checked ~ .checkmark {
        background-color: #9300d7;
    }

/*若沒被選到隱藏*/
.PC #vip_pop .popup .case .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*顯示自訂勾選符號*/
.PC #vip_pop .popup .case input:checked ~ .checkmark:after {
    display: block;
}

.PC #vip_pop .popup .case .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*=========單一選取區塊=========*/
.PC #vip_pop .popup .radio_group{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:15px;
}

.PC #vip_pop .popup .radio_group label{
    margin:8px 0 8px 0;
    }
    .MOBILE #vip_pop .popup .radio_group label{
        margin:12px 0 12px 0;
    }

.PC #vip_pop .popup .radiocase {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 25px;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.65rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .PC #vip_pop .popup .pt_none{
      padding-right: 0;
  }

/*將預設的核取方塊隱藏*/
.PC #vip_pop .popup .radiocase input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/*添加自訂單一核取外框*/
.PC #vip_pop .popup .radiocase .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    }

    /*滑鼠移過效果*/
    .PC #vip_pop .popup .radiocase:hover input ~ .checkmark {
        background-color: #ccc;
    }
  
    /*滑鼠已選到效果*/
    .PC #vip_pop .popup .radiocase input:checked ~ .checkmark {
        background-color: #9300d7;
    }
  
/*若沒被選到隱藏*/
.PC #vip_pop .popup .radiocase .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*顯示自訂勾選符號*/
.PC #vip_pop .popup .radiocase input:checked ~ .checkmark:after {
    display: block;
}

.PC #vip_pop .popup .radiocase .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.PC #vip_pop .popup .radio_group .select_combine{
    display: inline-flex;
    width: 65%;
    overflow: hidden;
}

.PC #vip_pop .popup .radio_group .select_combine li{
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    box-sizing: border-box;
}

.PC #vip_pop .popup .radio_group .select_combine li:nth-child(1){
    width: 100%;
}

.PC #vip_pop .popup .radio_group .select_combine li:nth-child(2){
    width: 100%;
}

.PC #vip_pop .popup .radio_group .filter_box{
    width:100%;
}

/*============pop表尾區塊============*/
.PC #vip_pop .model_footer{
    width:90%;
    height: auto;
    overflow:hidden;
    margin:0 auto
}

.PC #vip_pop .model_footer .bt_group ,.PC #float_icon .bt_group {
    width:100%;
    height: auto;
    overflow:hidden;
}

.PC #vip_pop .model_footer .bt_group ul ,.PC #float_icon .bt_group ul{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding:15px 0;
    }
    .PC #float_icon .bt_group ul{
        padding:10px 0 5px 0;
    }

.PC #vip_pop .model_footer .bt_group li::marker{
    font-family: Arial, Helvetica, sans-serif;
}

.PC #vip_pop .model_footer .bt_group li a ,.PC #float_icon .bt_group li a{
    display: block;
    width:160px;
    font-size:1.3rem;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 45px;
    text-align: center;
    }
    .PC .bt_group .confirm{
        color:#ffffff;
        background-color: #ef4848;
    }
    .PC .bt_group .cancel{
        color: #333333;
        background-color: #eeeeee;
    }
    .PC .bt_group .confirm:hover{
        background-color: #be1515;
    }
    .PC .bt_group .cancel:hover{
        color:#ffffff;
        background-color: #666666;
    }

.MOBILE #vip_pop .bt_group .small_bt{
    display: block;
    width:100%;
    margin:0 auto;
    height: auto;
    line-height: auto;
    color:#1a8dd4;
    font-size:1rem;
    text-align: center;
    padding:0px 0 20px 0;
    }

/*============popVIP親友設定============*/
.PC #vip_pop .addvip{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top:10px;
    margin-bottom:10px;
}

.PC #vip_pop .addvip .select_group{
    width:100%;
    display: flex;
    flex-direction: row;
    margin-bottom:15px;
    justify-content: space-between;
}

.PC #vip_pop .addvip .select_group:last-child{
    margin-bottom:0;
}

.PC #vip_pop .addvip .item{/*20220606修改*/
    width: 30px;
    height: 30px;
    line-height:30px;
    background-color: #f5e1ff;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}

.PC #vip_pop .addvip .settype{/*20220606修改*/
    width:30%;
    height: auto;
    overflow: hidden;
}

.PC #vip_pop .addvip .addfriend{/*20220606修改*/
    width:50%;
    height: auto;
    overflow: hidden;
}
.PC #vip_pop .addvip .deletefriend{/*20220606增加*/
    width:25px;
    height: auto;
    overflow: hidden;
}
    .PC #vip_pop .addvip .deletefriend a{/*20220606增加*/
        display: block;
        width:25px;
        height: 30px;
        font-size: 30px;
        border-radius:30px;
        color: #9300d7;
        line-height: 40px;
        text-align: center;
    }

.PC #vip_pop #select_box .selectcase ,.PC #float_icon #select_box .selectcase{
    display: flex;
    position: relative;
    width: 100%;
    height: 40px;
    background: #ffffff;
    overflow: hidden;
    border:1px solid #999999;
    border-radius: .25em;
    box-sizing: border-box;
    }
    .PC #vip_pop #select_box .selectcase::after,.PC #float_icon #select_box .selectcase::after{
        position: absolute;
        content: '';
        display: block;
        top:12px;
        right:10px;
        width:15px;
        height: 15px;
        background-image: url(https://imgs.click108.com.tw/wenqu/images/select_icon.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.PC #vip_pop #select_box .selectcase select,.PC #float_icon #select_box .selectcase select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    border:none;
    box-shadow: none;
    background: #ffffff;
    background-image: none;
    width:100%;
    font-size: 18px;
    cursor: pointer;
    padding:0px 10px;
}

.PC #vip_pop .additem{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-top:8px;
}

.PC #vip_pop .additem a{
    display: block;
    width:100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1a8dd4;
    box-sizing: border-box;
    margin:0 auto;
    font-size:20px;
    text-align: center;
    color:#1a8dd4;
    border-radius: 5px;
}

/*近期新增親友*/
#vip_pop .name_card{
    width:100%;
    height: auto;
    overflow: hidden;
}
/*名片樣式01*/
#vip_pop .NA_BOX{
	width: 100%;
	height:auto;
	overflow: hidden;
	
}
	.MOBILE #vip_pop .NA_BOX{
		width: 100%;
		height:auto;
		overflow: hidden;	
	}

#vip_pop .NA_BOX a{
	display: block;
	width: 100%;
	height:100px;
	border-radius:5px; 
	border: 1px solid #e5b9f4;
}
	.MOBILE #vip_pop .NA_BOX a{
		display: block;
		height:auto;
		overflow: hidden;
	}

	.PC #vip_pop .NA_BOX a:hover{
		border: 1px solid #9300d7;
	}

#vip_pop .NA_BOX ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#vip_pop .NA_BOX li{
	float: left;
	height:100px;
    list-style-type: none;
}

#vip_pop .NA_BOX li:nth-child(1){
	width: 75%;	
}

#vip_pop .NA_BOX li:nth-child(2){
	width: 25%;	
}


#vip_pop .VF_CON02 ul li > .NA_BOX li:nth-child(3){
	width: 20%;
	margin-top: 0px;	
}

/*暱稱*/
#vip_pop .NAME_BG{/*首頁樣式*/
	height:100px;
	display:flex;         
	position: relative;
	padding-left: 80px;
	align-items: center;
}
	#vip_pop .NAME_BG02{/*內頁樣式*/
		display:flex; 
		height:80px;
		padding-top: 10px;
		padding-left: 5px;
		align-items: center;
			
	}

	#vip_pop .NAME01{/*大字樣式*/
		font-size: 1.3rem;
		line-height: 2rem;
		color: #333;    
		align-items: center;
	}
	#vip_pop .NAME02{/*小字樣式*/
		font-size: 1.2rem;
		color: #333; 
		line-height: 1.5rem;
	}

	#vip_pop .TAG{
		position: absolute;
		width: 60px;
		height: 60px;
		left: 10px;
		top:20px;
		border-radius:100%;
        background-color:pink;
	}
	#vip_pop .TAG p{
		color: #fff;
		line-height: 25px;
		font-size: 1.2rem;
        line-height: 60px;
		text-align: center;
	}
	#vip_pop .TAG .S_ICON{
		display: inline-block;
		width: 15px;
		height: 15px;	
		margin-right: 2px;
		margin-bottom: -2px;
		
	}
	#vip_pop .TAG .S_ICON img{
		display: block;
		width: 100%;
		height: auto;
	}

/*按鈕*/
#vip_pop .NA_BOX .NA_BT{
	width: 100%;
	height: 100px;
	border-left:1px solid #e5b9f4;
	position: relative;
	
}


#vip_pop .NA_BOX .NA_BT .BT_S{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius:60px;
	font-size: 1.1rem;
	line-height: 1.3rem;
	color: #fff;
	text-align: center;
	background-color: #9300d7;
	padding-top: 12px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;

    }


	.PC #vip_pop .NA_BOX a:hover>ul>li:nth-child(3)>.NA_BT{
		background-color: #af02ff;
	}



/*分類底色*/
#vip_pop .GR{/*家人*/
	background-color: #97d28e;
}
#vip_pop .PINK{/*兩性*/
	background-color: #f89c9c;
}
#vip_pop .OR{/*朋友*/
	background-color: #f59c6c;
}
#vip_pop .BLUE{/*職場*/
	background-color: #75a5d6;
}
#vip_pop .GY{/*灰色*/
	border-color: #dddddd;
}
#vip_pop .PURPLE{/*VIP紫色*/
	background-color: #dd7def;
}

#vip_pop .vip_pop_blank{
    height: 10px;
}

.PC #vip_pop .pop_box .info_content .text{
    overflow-y: auto;
    max-height: 20vh;
}

/*20220606*/
#vip_pop .select02_group{
    width:100%;
    display: flex;
    flex-direction: row;
    margin-bottom:15px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content:center;
}
#vip_pop .select02_group .item{
    width:30px;
}
#vip_pop .select02_group .TAG02{
    width:60px;
}
#vip_pop .select02_group p.NAME01{
    width: calc(100% - 100px);
    margin-top: 5px;
}
#vip_pop .select02_group p.NAME02{
    width: calc(100% - 100px);
    margin-top: 5px;
}

#vip_pop .TAG02{/*20220606改寫*/
    display:inline-block;
    width: 60px;
    height: 25px;
    border-radius:4px;
    text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
}
#vip_pop .TAG02 p{
    color: #fff;
    line-height: 25px;
    font-size: 1rem;
    text-align: center;
}

/*性別內頁用20220610*/
#vip_pop .GENDER_PH01{
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: -5px;

}
#vip_pop .GENDER_PH01 img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;

}

#vip_pop .bt_group02{
    width:100%;
    margin: 10px 0 5px 0;
}
#vip_pop .bt_group02 ul{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#vip_pop .bt_group02 ul li{
    width:48%;
}
#vip_pop .bt_group02 li a{
    display: block;
    width:100%;
    font-size:1.3rem;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 45px;
    text-align: center;
    }
    #vip_pop .bt_group02 .confirm{
        color:#ffffff;
        background-color: #ef4848;
    }
    #vip_pop .bt_group02 .cancel{
        color: #333333;
        background-color: #eeeeee;
    }
    #vip_pop .bt_group02 .confirm:hover{
        background-color: #be1515;
    }
    #vip_pop .bt_group02 .cancel:hover{
        color:#ffffff;
        background-color: #666666;
    }

#vip_pop .BMP{
    padding-bottom:10px;
}


/*============手機版============*/

/*============pop============*/
.MOBILE #vip_pop{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 999;
}

.MOBILE #vip_pop .popup{
    position: fixed;
    z-index: 20;
    max-width: 95%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    border-radius: 5px;
}

/*============pop標題============*/
.MOBILE #vip_pop .popup_header{
    width:100%;
    }
    .MOBILE #vip_pop .popup_header::after{
        content: '';
        width:100%;
        height: auto;
        display: block;
        border-bottom: 1px solid #9300d7 ;
    }

/*標題群組*/
.MOBILE #vip_pop .title_group{
    width:90%;
    height: auto;
    overflow:hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
    padding:10px 0;
}

/*標題*/
.MOBILE #vip_pop .popup .title_bar{
    font-size:22px;
    font-weight: bold;
    color:#9300d7;
    position: relative;
}

/*關閉按鈕容器*/
.MOBILE #vip_pop .popup .close{
    width:24px;
    height: 24px;
    overflow:hidden;
}

.MOBILE #vip_pop .popup .close a{
    display: block;
    width:24px;
    height: 24px;
    font-size:22px;
    position: relative;
}

.MOBILE #vip_pop .popup .close a::before{
    content: "";
    position: absolute;
    height: 24px;
    width: 3px;
    top: 0;
    right: 50%;
    background-color: #bcb9b9;
    color: #fff;
    transform: translate(50%) rotate(45deg);
}

.MOBILE #vip_pop .popup .close a::after{
    content: "";
    position: absolute;
    height: 24px;
    width: 3px;
    top: 0;
    right: 50%;
    background-color: #bcb9b9;
    color: #fff;
    transform: translate(50%) rotate(315deg);
}

/*============pop內容區塊============*/
.MOBILE #vip_pop .model_content{
    padding: 15px;
    max-height: 50vh;
    overflow-y: auto;
}

/*============pop項目符號排序============*/
.MOBILE #vip_pop .popup .model_content ul{
    display: block;
    list-style-type: decimal;
    list-style-position: inside;
    box-sizing: border-box;
}

.MOBILE #vip_pop .popup .model_content ul li{
    font-size:18px;
    font-family: sans-serif;
}

/*=========多重選取區塊=========*/
.MOBILE #vip_pop .popup .check_group{
    width:90%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:15px;
}

/*label 預設內容*/
.MOBILE #vip_pop .popup .check_group .case{
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1.2rem;
    padding-left:35px;
    padding-right:20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height:1.65rem;
}

/*將預設的核取方塊隱藏*/
.MOBILE #vip_pop .popup .case input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/*添加自訂核取外框*/
.MOBILE #vip_pop .popup .case .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: #eee;
    }
    /*滑鼠移過效果*/
    .MOBILE #vip_pop .case:hover input ~ .checkmark {
        background-color: #ccc;
    }
    /*滑鼠已選到效果*/
    .MOBILE #vip_pop .case input:checked ~ .checkmark {
        background-color: #9300d7;
    }

/*若沒被選到隱藏*/
.MOBILE #vip_pop .popup .case .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*顯示自訂勾選符號*/
.MOBILE #vip_pop .popup .case input:checked ~ .checkmark:after {
    display: block;
}

.MOBILE #vip_pop .popup .case .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*=========單一選取區塊=========*/
.MOBILE #vip_pop .popup .radio_group{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:15px;
}

.MOBILE #vip_pop .popup .radio_group .allframe{
    width:90%;
    height: auto;
    margin:0 auto;
    margin-bottom:15px;
}

.MOBILE #vip_pop .popup .radiocase {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.65rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .MOBILE #vip_pop .popup .pt_none{
      padding-right: 0;
  }

/*將預設的核取方塊隱藏*/
.MOBILE #vip_pop .popup .radiocase input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/*添加自訂單一核取外框*/
.MOBILE #vip_pop .popup .radiocase .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    }

    /*滑鼠移過效果*/
    .MOBILE #vip_pop .popup .radiocase:hover input ~ .checkmark {
        background-color: #ccc;
    }
  
    /*滑鼠已選到效果*/
    .MOBILE #vip_pop .popup .radiocase input:checked ~ .checkmark {
        background-color: #9300d7;
    }
  
/*若沒被選到隱藏*/
.MOBILE #vip_pop .popup .radiocase .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*顯示自訂勾選符號*/
.MOBILE #vip_pop .popup .radiocase input:checked ~ .checkmark:after {
    display: block;
}

.MOBILE #vip_pop .popup .radiocase .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*合併選取*/
.MOBILE #vip_pop .popup .radio_group .select_combine{
    display: flex;
    align-items: center;
    width: 65%;
    float: right;
    overflow: hidden;
}

.MOBILE #vip_pop .popup .radio_group .select_combine li{
    list-style-type: none;
    margin-bottom: 0;
    box-sizing: border-box;
}

.MOBILE #vip_pop .popup .radio_group .select_combine li:nth-child(1){
    width: auto;
    margin-bottom:0;
}

.MOBILE #vip_pop .popup .radio_group .select_combine li:nth-child(2){
    width: 50%;
}

.MOBILE #vip_pop .popup .radio_group .filter_box{
    width:100%;
}

/*============popVIP親友設定============*/
.MOBILE #vip_pop .addvip{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top:10px;
    margin-bottom:10px;
}

.MOBILE #vip_pop .addvip .select_group{
    width:100%;
    display: flex;
    flex-direction: row;
    margin-bottom:15px;
    justify-content: space-between;
}

.MOBILE #vip_pop .addvip .select_group:last-child{
    margin-bottom:0;
}

.MOBILE #vip_pop .addvip .item{/*20220606修改*/
    width: 30px;
    height: 30px;
    line-height:30px;
    background-color: #f5e1ff;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}

.MOBILE #vip_pop .addvip .settype{/*20220606修改*/
    width:30%;
    height: auto;
    overflow: hidden;
}

.MOBILE #vip_pop .addvip .addfriend{/*20220606修改*/
    width:50%;
    height: auto;
    overflow: hidden;
}
.MOBILE #vip_pop .addvip .deletefriend{/*20220606增加*/
    width:25px;
    height: auto;
    overflow: hidden;
}
.MOBILE #vip_pop .addvip .deletefriend a{/*20220606增加*/
        display: block;
        width:25px;
        height: 30px;
        font-size: 30px;
        border-radius:30px;
        color: #9300d7;
        line-height: 40px;
        text-align: center;
    }


.MOBILE #vip_pop #select_box .selectcase{
    display: flex;
    position: relative;
    width: 100%;
    height: 40px;
    background: #ffffff;
    overflow: hidden;
    border:1px solid #999999;
    border-radius: .25em;
    box-sizing: border-box;
    }
    .MOBILE #vip_pop #select_box .selectcase::after{
        position: absolute;
        content: '';
        display: block;
        top:12px;
        right:10px;
        width:15px;
        height: 15px;
        background-image: url(https://imgs.click108.com.tw/wenqu/images/select_icon.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.MOBILE #vip_pop #select_box .selectcase select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    border:none;
    box-shadow: none;
    background: #ffffff;
    background-image: none;
    width:100%;
    font-size: 18px;
    cursor: pointer;
    padding:0px 10px;
}

.MOBILE #vip_pop .additem{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-top:8px;
}

.MOBILE #vip_pop .additem a{
    display: block;
    width:100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1a8dd4;
    box-sizing: border-box;
    margin:0 auto;
    font-size:20px;
    text-align: center;
    color:#1a8dd4;
    border-radius: 5px;
}

/*============pop表尾區塊============*/
.MOBILE #vip_pop .model_footer{
    width:90%;
    height: auto;
    overflow:hidden;
    margin:0 auto
}

.MOBILE #vip_pop .model_footer .bt_group{
    width:100%;
    height: auto;
    overflow:hidden;
}

.MOBILE #vip_pop .model_footer .bt_group ul{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding:15px 0;
}

.MOBILE #vip_pop .model_footer .bt_group li::marker{
    font-family: Arial, Helvetica, sans-serif;
}

.MOBILE #vip_pop .model_footer .bt_group li a{
    display: block;
    width:140px;
    line-height: 45px;
    text-align: center;
    font-size:1.2rem;
    border-radius: 5px;
    box-sizing: border-box;
    }
    .MOBILE #vip_pop .bt_group .confirm{
        color:#ffffff;
        background-color: #ef4848;
    }
    .MOBILE #vip_pop .bt_group .cancel{
        color: #333333;
        background-color: #eeeeee;
    }
    .MOBILE #vip_pop .bt_group .confirm:hover{
        background-color: #be1515;
    }
    .MOBILE #vip_pop .bt_group .cancel:hover{
        color:#ffffff;
        background-color: #666666;
    }
