

#myapp_view {
	width: 65px;
	/*height: 540px;*/
	height: 350px;
	border: 1px solid rgba(180, 180, 180, 0.5);
	border-radius: 5px; 
	position: fixed;
	left: 1024px;
	top: 492px;
	z-index: 9998;
	background-color: #ffffff;
	display:none;
}

#myapp_view.mobile {
	position: absolute !important;
	top: 330px !important;
}

#myapp_view #myapp_view_box {
	position:relative;
	width: 100%;
	height: 100%;
}

#myapp_view #star_icon {
	position: absolute;
	width: 65px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-image: url('/resources/img/0516/ico_star.png');
	background-position: center; 
	top: 15px;	
	
}

#myapp_view #btn_up {
	position:absolute;
	height: 15px;
	top: 76px;
	border: 1px solid rgba(180, 180, 180, 0.5);
	left: -1px;
	right: -1px;
	background-color: #ffffff;
	cursor: pointer;
	/*display: none;*/
	background-repeat: no-repeat;
	background-size: 11px 8px;
	background-image: url('/resources/img/0516/btn_scroll_top.png');
	background-position: center;
}

#myapp_view #btn_down {
	position:absolute;
	height: 15px;
	bottom: -1px;
	border: 1px solid rgba(180, 180, 180, 0.5);
	left: -1px;
	right: -1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ffffff;
	cursor: pointer;
	/*display: none;*/				
	background-repeat: no-repeat;
	background-size: 11px 8px;
	background-image: url('/resources/img/0516/btn_scroll_bottom.png');
	background-position: center;
}

#myapp_view #btn_go_myapp_rank {
	font-size: 11px;
	color: #56687f;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 44px;
	left: 0px;
	right: 0px;
	text-align: center;
	cursor: pointer;
}

#myapp_view #btn_go_myapp_rank:hover {
	color: #36347f;
}

#myapp_view #btn_go_myapp_rank .text {
	position: absolute;
	left:25px;
}

#total_container.en_US #myapp_view #btn_go_myapp_rank .text {
	left:18px;
}

#total_container.ja_JP #myapp_view #btn_go_myapp_rank .text {
	left:13px;
}

#total_container.zh_CN #myapp_view #btn_go_myapp_rank .text {
	left:19px;
}

#myapp_view #btn_go_myapp_rank .ico_arrow {
	height: 18px;
	width: 10px;
	right: 19px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 5px 11px;
	background-image: url('/resources/img/0516/ico_star_arrow.png');
	background-position: center;
}

#total_container.en_US #myapp_view #btn_go_myapp_rank .ico_arrow {
	right: 16px;
}

#total_container.ja_JP #myapp_view #btn_go_myapp_rank .ico_arrow {
	right: 11px;
}

#total_container.zh_CN #myapp_view #btn_go_myapp_rank .ico_arrow {
	right: 13px;
}

#myapp_view #btn_go_myprovider_rank {
	font-size: 11px;
	color: #56687f;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 64px;
	left: 0px;
	right: 0px;
	text-align: center;
	cursor: pointer;
}

#myapp_view #btn_go_myprovider_rank:hover {
	color: #36347f;
}

#myapp_view #btn_go_myprovider_rank .text {
	position: absolute;
	left:14px;
}

#total_container.en_US #myapp_view #btn_go_myprovider_rank .text {
	left:3px;
}

#total_container.ja_JP #myapp_view #btn_go_myprovider_rank .text {
	left:12px;
}

#total_container.zh_CN #myapp_view #btn_go_myprovider_rank .text {
	left:12px;
}

#myapp_view #btn_go_myprovider_rank .ico_arrow {
	height: 18px;
	width: 10px;
	right: 9px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 5px 11px;
	background-image: url('/resources/img/0516/ico_star_arrow.png');
	background-position: center;
}

#total_container.en_US #myapp_view #btn_go_myprovider_rank .ico_arrow {
	right: 1px;
}

#total_container.ja_JP #myapp_view #btn_go_myprovider_rank .ico_arrow {
	right: 10px;
}

#total_container.zh_CN #myapp_view #btn_go_myprovider_rank .ico_arrow {
	right: 10px;
}

#myapp_view #myapp_list {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 85px;
	bottom: 0px;
	border-top: 1px solid rgba(180, 180, 180, 0.5);
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 7px;
}

#myapp_view #myapp_list .item {
	height: 45px;
	width: 100%;
	position: relative;
}

#myapp_view #myapp_list .item .icon {
	width: 100%;
	height: 45px;
	background-repeat: no-repeat;
	background-size: 33px 33px;
}

#myapp_view #myapp_list .item .icon.dev {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

#myapp_view #myapp_list .item .icon.inner_wrapper {
	width: 33px;
	height: 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

#myapp_view #myapp_list .item .icon > img {
	margin-top: 6px;
	margin-left: 16px;
	width: 33px;
	height: 33px;
}

#myapp_view #myapp_list .item .icon .inner_icon {
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center;
	background-image: url('/resources/img/common/img_app_default.png');
	border: 1px solid rgba(0, 0, 0, 0.05);
}

#myapp_view #myapp_list .item .icon > .storeicon_wrapper {
	position: absolute;
	top: 30px;
	right: 8px;
}

#myapp_view #myapp_list .item .icon > .storeicon_wrapper .storeicon {
	float: left;
	width:17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: center;
}

#myapp_view #myapp_list .item .icon > .storeicon_wrapper .storeicon.google {
	background-image: url(/resources/img/201110/ico_os_android_small_stroke.png);
}

#myapp_view #myapp_list .item .icon > .storeicon_wrapper .storeicon.apple {
	background-image: url(/resources/img/201110/ico_os_ios_small_stroke.png);
}

#myapp_view #myapp_list .item .market_icon {
	width: 17px;
	height: 17px;
	margin-top: -29px;
	margin-left: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	display: inline-block;
}

#myapp_view #myapp_list .item .market_icon.google {
	background-image: url(/resources/img/201110/ico_os_android_small_stroke.png);
}

#myapp_view #myapp_list .item .market_icon.apple {
	background-image: url(/resources/img/201110/ico_os_ios_small_stroke.png);
}

/*
#myapp_view #myapp_list .item .market_icon.steps.google {
	margin-left: 0px;
}

#myapp_view #myapp_list .item .market_icon.steps.apple {
	margin-left: 0px;
}

#myapp_view #myapp_list .item .market_icon.steps.step3 {
	margin-left: 23px;
	background-color: #FFE7EA;
	border-radius: 50%;
}

#myapp_view #myapp_list .item .market_icon.steps.step2 {
	margin-left: 23px;
	background-color: #DCF1FF;
	border-radius: 25%;
}
*/

#myapp_view #myapp_list .item .market_icon .step_text {
	width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}

#myapp_view #myapp_list .item .market_icon.step3 .step_text {
	color: #F97588;
}

#myapp_view #myapp_list .item .market_icon.step2 .step_text {
	color: #3F9AF7;
}

#myapp_view #myapp_list .item:hover .btn_remove {
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	background-image: url('/resources/img/0516/btn_app_del_nor.png');
	background-position: center; 
	position: absolute;
	top:-1px;
	right:5px;
	display:block;
}

#myapp_view #myapp_list .item .my_app_badge {
	background-color: #ff4200;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	border: 3px solid #ffffff;
	text-align: center;
	position: absolute;
	left: 9px;
	top: 1px;
}


#myapp_view #myapp_list .item .btn_remove {
	display:none;
	cursor: pointer;
}


#myapp_popup_view.popup .panel {
	width: 542px;
	height: 430px;
}

#myapp_popup_view.popup .button .text {
	position: absolute;
}

#myapp_popup_view.popup #btn_go_diff.button,
#myapp_popup_view.popup #btn_go_report_dup.button, 
#myapp_popup_view.popup #btn_load_myapp.button,
#myapp_popup_view.popup #btn_load_providerapp.button {
	width: 280px;
}

#myapp_popup_view.popup.publisher #btn_go_diff.button {
	width: 300px;
}

#total_container.ja_JP #myapp_popup_view.popup.publisher #btn_go_diff.button {
	width: 260px;
}

#total_container.zh_CN #myapp_popup_view.popup.publisher #btn_go_diff.button {
	width: 240px;
}

#myapp_popup_view.popup .button {
	position: relative;
}

#myapp_popup_view.popup #btn_go_diff.button .text,
#myapp_popup_view.popup #btn_go_report_dup.button .text, 
#myapp_popup_view.popup #btn_load_myapp.button .text,
#myapp_popup_view.popup #btn_load_providerapp.button .text {
	left:75px;
}

#total_container.en_US #myapp_popup_view.popup #btn_go_report_dup.button .text {
	left:55px;
}

#myapp_popup_view.popup #btn_go_fuapp.button .text {
	left:50px;
}

#myapp_popup_view.popup #btn_go_diff.button .img_go_arrow,
#myapp_popup_view.popup #btn_go_report_dup.button .img_go_arrow, 
#myapp_popup_view.popup #btn_load_myapp.button .img_go_arrow,
#myapp_popup_view.popup #btn_load_providerapp.button .img_go_arrow {
	right:58px;
}

#myapp_popup_view.popup #btn_go_fuapp.button .img_go_arrow {
	right:40px;
}


#myapp_popup_view.popup .img_go_arrow {
	width: 24px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 17px 14px;
	background-image: url('/resources/img/0516/ico_arrow_page.png');
	background-position: center; 
	position: absolute;
}


#myapp_popup_view.popup #content_box {
	height: 250px;
	background-color: #f4f9fd;
	width: 510px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#myapp_popup_view.popup .button_box {
	margin-top: 20px;
}


#myapp_popup_view.popup #list_msg {
	padding-top: 25px;
	font-size : 14px;
	color : #2c3749;
	text-align: center;
}

#myapp_popup_view.popup #myapp_list {
	margin-top: 10px;
	padding-left:10px; 
}

#myapp_popup_view.popup #myapp_list .item {
	float:left;
	width: 95px;
	height: 85px;
	position: relative;
	cursor: pointer;
}

#myapp_popup_view.popup #myapp_list .item.nodata {
	cursor: default;
	height: 30px;
	margin-top: 30px;
	width: 100%;
	text-align: center;
} 

#myapp_popup_view.popup #myapp_list .item.nodata .text {
	font-size: 1.5em;
	color: #a2b0bb;
}

#myapp_popup_view.popup #myapp_list .name {
	text-align: center;
	margin-top: 5px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 600;
	text-align: center;
	color: #2c3749;
	opacity : 0.8;
	font-size: 12px;
}

#myapp_popup_view.popup #myapp_list .icon {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-image: url('/resources/img/0516/btn_star_my_foc.png');
	background-position: center; 
}

#myapp_popup_view.popup #myapp_list .storeicon_wrapper {
	position: absolute;
	bottom: 12px;
	right: 6px;
	width: 18px;
}

#myapp_popup_view.popup.publisher #myapp_list .storeicon_wrapper {
	position: absolute;
	width: 90px;
	top: 34px;
	left: 30px;
}

#myapp_popup_view.popup #myapp_list .storeicon_wrapper .storeicon {
	float: left;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
}

#myapp_popup_view.popup #myapp_list .storeicon_wrapper .storeicon.google {
	background-image: url(/resources/img/201110/ico_os_android_small_nor.png);
}

#myapp_popup_view.popup #myapp_list .storeicon_wrapper .storeicon.apple {
	background-image: url(/resources/img/201110/ico_os_ios_small_nor.png);
}

#myapp_popup_view.popup #myapp_list .storeicon_wrapper .iconplus {
	float: left;
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
	background-size: 7px 7px;
	background-position: center;
	background-image: url(/resources/img/201110/ico_plus_medium_nor.png);
	margin-top: 4px;
	margin-left: 2px;
}

#myapp_popup_view.popup #myapp_list .storeicon_wrapper .storename {
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #56687f;
	margin-top: 2px;
	margin-left: 2px;
}

#myapp_popup_view.popup #myapp_list .ico_chk,
#myapp_popup_view.popup #myapp_list .ico_chk2 {
	width: 30px;
	height: 30px;
	
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-image: url('/resources/img/0516/btn_check_vs_nor.png');
	background-position: center; 
	
	position :absolute;
	top: 10px;
	right: 10px;
	
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-align:center;
	line-height: 30px;
}


#myapp_popup_view.popup #myapp_list .ico_chk.selected {
	background-image: url('/resources/img/0516/btn_check_vs_foc.png');
}


#myapp_popup_view.popup #myapp_list .ico_chk2.selected {
	background-image: url('/resources/img/0516/btn_check_vs_foc2.png');
}

#myapp_popup_view.publisher #myapp_list .item {
	width: 155px;
	height: 60px;
	border: 1px solid #eeeeee;
	margin-right: 4px;
	margin-bottom: 5px;
	background-color: #ffffff;
}

#myapp_popup_view.publisher #myapp_list .item .provider_icon {
	float: left;
	height: 32px;
	width: 22px;
	background-size: 19px 19px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 11px;
	margin-left: 5px;
	position: relative;
}

#myapp_popup_view.publisher #myapp_list .item .provider_icon.company {
	background-image: url(/resources/img/170622/ico_company.png);
}

#myapp_popup_view.publisher #myapp_list .item .provider_icon.group {
	background-image: url(/resources/img/170622/ico_group.png);
}


#myapp_popup_view.publisher #myapp_list .name {
	float: left;
	width: 90px;
	text-align: left;
	margin-left: 5px;
	margin-top: 15px;
	position: relative;
	font-size: 16px;
}

#myapp_popup_view.publisher #myapp_list .ico_chk2 {
	float: left;
	position: relative;
	top: 0px;
	right: 0px;
	margin-top: 17px;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 25px;
}



#myapp_view #btn_go_myretail_rank {
	font-size: 11px;
	color: #56687f;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 48px;
	left: 0px;
	right: 0px;
	text-align: center;
	cursor: pointer;
	display: none;
}

#myapp_view #btn_go_myretail_rank:hover {
	color: #36347f;
}

#myapp_view #btn_go_myretail_rank .text {
	position: absolute;
	left:15px;
}

#total_container.en_US #myapp_view #btn_go_myretail_rank .text {
	left:15px;
}

#total_container.ja_JP #myapp_view #btn_go_myretail_rank .text {
	left:7px;
}

#total_container.zh_CN #myapp_view #btn_go_myretail_rank .text {
	left:18px;
}

#myapp_view #btn_go_myretail_rank .ico_arrow {
	height: 18px;
	width: 10px;
	right: 9px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 5px 11px;
	background-image: url('/resources/img/0516/ico_star_arrow.png');
	background-position: center;
}

#total_container.en_US #myapp_view #btn_go_myretail_rank .ico_arrow {
	right: 10px;
}

#total_container.ja_JP #myapp_view #btn_go_myretail_rank .ico_arrow {
	right: 4px;
}

#total_container.zh_CN #myapp_view #btn_go_myretail_rank .ico_arrow {
	right: 14px;
}


#myapp_view.brandMode #btn_go_myapp_rank,
#myapp_view.brandMode #btn_go_myprovider_rank,
#myapp_view.brandMode #btn_go_mygoodsproc_rank {
	display: none;
}

#myapp_view.brandMode #btn_go_myretail_rank {
	display: block;
}

#myapp_view #btn_go_mygoodsproc_rank {
	font-size: 11px;
	color: #56687f;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 48px;
	left: 0px;
	right: 0px;
	text-align: center;
	cursor: pointer;
	display: none;
}

#myapp_view #btn_go_mygoodsproc_rank:hover {
	color: #36347f;
}

#myapp_view #btn_go_mygoodsproc_rank .text {
	position: absolute;
	left:20px;
}

#total_container.en_US #myapp_view #btn_go_mygoodsproc_rank .text {
	left:8px;
}

#total_container.ja_JP #myapp_view #btn_go_mygoodsproc_rank .text {
	left:7px;
}

#total_container.zh_CN #myapp_view #btn_go_mygoodsproc_rank .text {
	left:18px;
}

#myapp_view #btn_go_mygoodsproc_rank .ico_arrow {
	height: 18px;
	width: 10px;
	right: 15px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 5px 11px;
	background-image: url('/resources/img/0516/ico_star_arrow.png');
	background-position: center;
}

#total_container.en_US #myapp_view #btn_go_mygoodsproc_rank .ico_arrow {
	right: 5px;
}

#total_container.ja_JP #myapp_view #btn_go_mygoodsproc_rank .ico_arrow {
	right: 4px;
}

#total_container.zh_CN #myapp_view #btn_go_mygoodsproc_rank .ico_arrow {
	right: 14px;
}


#myapp_view.goodsProcMode #btn_go_myapp_rank,
#myapp_view.goodsProcMode #btn_go_myprovider_rank,
#myapp_view.goodsProcMode #btn_go_myretail_rank {
	display: none;
}

#myapp_view.goodsProcMode #btn_go_mygoodsproc_rank {
	display: block;
}

#myapp_view #myapp_list .item.retail {
	height: 44px;
}

#myapp_view #myapp_list .item.retail .icon_retail {
	width: 30px;
	height: 30px;
	background: #e6ebef;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 5px auto;
}

#myapp_view #myapp_list .item.retail:nth-child(1) .icon_retail {
	background: #3dc26c;
}

#myapp_view #myapp_list .item.retail:nth-child(2) .icon_retail {
	background: #3d66c2;
}

#myapp_view #myapp_list .item.retail:nth-child(3) .icon_retail {
	background: #76a6d6;
}

#myapp_view #myapp_list .item.retail:nth-child(4) .icon_retail {
	background: #f86c45;
}

#myapp_view #myapp_list .item.retail:nth-child(5) .icon_retail {
	background: #935318;
}

#myapp_view #myapp_list .item.retail:nth-child(6) .icon_retail {
	background: #b72cc1;
}

#myapp_view #myapp_list .item.retail:nth-child(7) .icon_retail {
	background: #f6c100;
}

#myapp_view #myapp_list .item.retail:nth-child(8) .icon_retail {
	background: #51b9bc;
}

#myapp_view #myapp_list .item.retail:nth-child(9) .icon_retail {
	background: #df395d;
}

#myapp_view #myapp_list .item.retail:nth-child(10) .icon_retail {
	background: #6774a8;
}

#myapp_view #myapp_list .item.retail:nth-child(11) .icon_retail {
	background: #3dc26c;
}

#myapp_view #myapp_list .item.retail:nth-child(12) .icon_retail {
	background: #3d66c2;
}

#myapp_view #myapp_list .item.retail:nth-child(13) .icon_retail {
	background: #76a6d6;
}

#myapp_view #myapp_list .item.retail:nth-child(14) .icon_retail {
	background: #f86c45;
}

#myapp_view #myapp_list .item.retail:nth-child(15) .icon_retail {
	background: #935318;
}

#myapp_view #myapp_list .item.retail:nth-child(16) .icon_retail {
	background: #b72cc1;
}

#myapp_view #myapp_list .item.retail:nth-child(17) .icon_retail {
	background: #f6c100;
}

#myapp_view #myapp_list .item.retail:nth-child(18) .icon_retail {
	background: #51b9bc;
}

#myapp_view #myapp_list .item.retail:nth-child(19) .icon_retail {
	background: #df395d;
}

#myapp_view #myapp_list .item.retail:nth-child(20) .icon_retail {
	background: #6774a8;
}

#myapp_view #myapp_list .item.retail .icon_retail.empty {
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-image: url('/resources/img/190621/img_retail_default.png');
	background-position: center; 
	background-color: #FFFFFF !important;
}

#myapp_view #myapp_list .item.retail .icon_retail.goods.empty {
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-image: url('/resources/img/210225/icon_goods_empty.png');
	background-position: center; 
	background-color: #FFFFFF !important;
}

#myapp_view #myapp_list .item.retail .icon_retail .name {
	max-width: 20px;
	height: 20px;
	font-size: 10.5px;
	font-weight: 600;
	color: #FFFFFF;
	text-overflow: clip;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
}
