body{background: #fff;}
:root{
    --radius10:10px;
    --letNaveWidth:148px; /*左侧导航栏宽度*/
    --WaterfallMargin:20px; /*瀑布流左右两侧margin值的和*/
    --card-module-width-2160px:calc(290px*7)
}

.justeasy_header{height: 84px;width: 100%;background-image: linear-gradient(0deg, rgba(20, 20, 20, .0) 0%, rgba(20, 20, 20, .7) 99%); position: fixed; top: 0; left: 0;z-index: 99;
    display: flex; align-items: center; justify-content: space-between;
padding: 0px 40px; transition: all .2s;}
.justeasy_header.active{ background:rgba(20, 20, 20, .96);transition: all .2s;/*box-shadow:0px 2px 6px 0px rgba(153,153,153,0.20);*/}
.justeasy_header .justeasy_logo a{width: 112px; height: 29px;display: block; background: url('../../images/commont_justeasy/justeasy/logo_white.png') no-repeat; overflow: hidden;
    background-size: cover;}
.justeasy_header.active .justeasy_logo a{ background: url('../../images/commont_justeasy/justeasy/logo_white.png') no-repeat;background-size: cover;} 
.justeasy_header.active .justeasy_search{background: rgba(255, 255, 255, .2);}
.justeasy_header .justeasy_search{position: absolute; top: 15px; left: 50%; transform: translateX(-50%); width: 774px; height: 54px;background: rgba(255,255,255,0.1); border-radius: var(--radius10);transition: all .2s;}
.justeasy_header .justeasy_search .justeasy_search_main{position: relative; border-radius: 10px;background-image: url('https://res1.justeasy.cn/images/recharge/shuangjie/searchBg.png');background-repeat: no-repeat;background-size: 100% 100%;height: 100%;}

.justeasy_header .justeasy_search form{display: flex;align-items: center; height: 52px;}
.justeasy_header .justeasy_search form i{font-size: 24px;color: rgba(255, 255, 255, .9);}
.justeasy_header .justeasy_search form i:hover{color: #fff;}
.justeasy_header .justeasy_search form input{flex: 1; border: 0px; height: 54px; background: none;font-size: 16px;color: #fff; padding-left: 20px;}
.justeasy_header .justeasy_search form input::placeholder{color: #DBDBDB;}
.justeasy_header.active .justeasy_search form input::placeholder{color: #DBDBDB;}
.justeasy_header.active .justeasy_search form input{color: #fff;}
.justeasy_header .justeasy_search form .soutu{width: 24px; height: 24px;  margin-right: 20px; cursor: pointer;}
.justeasy_header_search{position: absolute;padding: 10px 0px 0px 0px;width: 100%;display: none;} 
.justeasy_header .justeasy_search form .icon_close{display: none;width: 20px; height: 20px; margin-right: 20px;  cursor: pointer;}

.justeasy_header.active .justeasy_search form input{color: #fff;}
.justeasy_header.active .justeasy_search form input::placeholder{color: #DBDBDB;}
.justeasy_header.active .justeasy_search form i{color: #fff;}
.justeasy_header .justeasy_search form .icon_close i{width: 20px; height: 20px;display: block; background: url('../../images/commont_justeasy/justeasy/head_icon_close.png') no-repeat;
background-size: 100%;opacity: .6; margin-top: 0px;}
.justeasy_header.active .justeasy_search form .search_btn i{color: #FFFFFF;}
.justeasy_header .justeasy_search form .search_icon{width: 24px; height: 24px; cursor:pointer; margin-right: 20px; background: none; border: none;}



.justeasy_header .justeasy_search form .search_btn{width: 64px; height: 54px; background: #FD823F; border-radius: 0px 6px 8px 0; cursor: pointer;display: none; align-items: center;
justify-content: center;}
.justeasy_header .justeasy_search form .search_btn i{display: inline-block;width: 24px; height: 24px; }

.justeasy_header .justeasy_search form .search_list_nave{width: 120px; cursor: pointer; position: relative;}
.justeasy_header .justeasy_search form .search_list_nave:hover .search_list_box{display: block;}
.justeasy_header .justeasy_search form .search_list_nave i{font-size: 14px;}
.justeasy_header .justeasy_search form .search_name{display: flex; height: 54px; align-items: center; justify-content: center;color: #fff;font-size: 16px;}
.justeasy_header .justeasy_search form .search_list_box{display: none; position: absolute; padding:10px 0px;} 
.justeasy_header .justeasy_search form .search_list_box .search_list_box_main{background: #fff; border-radius: 10px; padding: 10px;width: 120px;filter: drop-shadow(rgba(153, 153, 153, 0.3) -1px 2px 5px);}
.justeasy_header .justeasy_search form .search_list_box .search_list_box_main::after{display: block;content: '';position: absolute;top: -34px;left: 50%;transform: translateX(-50%);border-top: 10px solid transparent;border-right: 10px solid transparent;
border-left: 10px solid transparent;border-bottom: 10px solid #fff; padding-bottom: 15px;}
.justeasy_header .justeasy_search form .search_list_box .search_list_box_main .list_box:hover{background: #F5F5F5;color: #0D0C22;}
.justeasy_header .justeasy_search form .search_list_box .search_list_box_main .list_box.active{background: #F5F5F5;color: #0D0C22;}
.justeasy_header .justeasy_search form .search_list_box .search_list_box_main .list_box {display: flex;height: 36px;align-items: center;justify-content: center;font-size: 16px;color: rgb(130, 128, 132);
    border-radius: var(--radius10); margin-bottom: 10px;}





.justeasy_header_options{display: flex;}
.justeasy_header_options .commont_nave_options{display: flex; align-items: center;}
.justeasy_header_options .commont_nave_options .item{margin-right: 15px; position: relative;transition: all .2s; cursor: pointer;}
.justeasy_header.active .commont_nave_options .item .icon i{color: #fff;}
.justeasy_header_options .commont_nave_options .item .icon{ height: 24px; cursor: pointer;display: flex; align-items: center; color: #fff;}
.justeasy_header_options .commont_nave_options .item .icon i{font-size: 24px;color:rgba(255, 255, 255, .6); margin-right: 5px;}
.justeasy_son_header .justeasy_header_options .commont_nave_options .item .icon i{font-size: 24px;color: #fff;}
.justeasy_header_options .commont_nave_options .item:hover .icon i{color: #fff;}
.justeasy_header.active .justeasy_header_options .commont_nave_options .item:hover .icon i{color: #fff;}
.justeasy_son_header .justeasy_header_options .commont_nave_options .item:hover .icon i{color: #fff;}
.justeasy_header_options .commont_nave_options .item:hover .item_hidden{display: block;animation: heigthanimation .3s ease-in-out;
    -webkit-animation: heigthanimation .3s ease-in-out; -moz-animation: heigthanimation .3s ease-in-out;}
.justeasy_header_options .commont_nave_options .item_hidden{display: none;position: absolute; transition: all .3s;left: 50%;transform: translateX(-50%);padding: 15px 0;}
.justeasy_header_options .commont_nave_options .item_hidden .item_hidden_box {width: 120px;position: relative;filter: drop-shadow(rgba(153, 153, 153, 0.3) -1px 2px 5px);background: rgb(255, 255, 255);padding: 10px 10px;border-radius: var(--radius10);}
.justeasy_header_options .commont_nave_options .item_hidden .item_hidden_box::after{display: block;content: ''; position: absolute;top: -19px; left: 50%; transform: translateX(-50%);border-top: 10px solid transparent; border-right: 10px solid transparent;
border-left: 10px solid transparent;border-bottom: 10px solid #fff;}
.justeasy_header_options .commont_nave_options .item_hidden .item_hidden_box a:hover{background: #F5F5F5;color: #0D0C22;}
.justeasy_header_options .commont_nave_options .item_hidden .item_hidden_box a {display: flex;height: 36px;align-items: center;justify-content: center;font-size: 16px;color: rgb(130, 128, 132);border-radius: var(--radius10);}
.justeasy_header_options .commont_nave_options .item .icon_nave{ cursor: pointer;color: #E9E8EA;}
.justeasy_header_options .commont_nave_options .item .icon_nao{ cursor: pointer;}
.justeasy_header_options .commont_nave_options .item .icon a{display: flex; align-items: center; justify-content: center;color: #fff;}
/* .justeasy_header_options .commont_nave_options .item .icon_vip{display: flex; align-items: center;} */
.justeasy_header_options .commont_nave_options .item .icon_vip{width: 41px;display: flex; align-items: center;}
.justeasy_header_options .commont_nave_options .item .icon_vip i{font-size: 14px !important;background: linear-gradient( 45deg, #8A89FF 0%, #BD59FF 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent;}
.justeasy_header_options .commont_nave_options .item:hover .options_nave{visibility: visible; opacity: 1;}
.justeasy_header_options .commont_nave_options .options_nave{position: absolute;left: 50%;padding: 15px 0; display: none; transform:translateX(-50%);transition: all .3s;}
.justeasy_header_options .commont_nave_options .item:hover .options_nave{display: block; animation: heigthanimation .3s ease-in-out;
    -webkit-animation: heigthanimation .3s ease-in-out; -moz-animation: heigthanimation .3s ease-in-out;}
.justeasy_header_options .commont_nave_options .options_nave .options_main{width: 490px; height: auto; border-radius: var(--radius10); background: #fff;display: flex;flex-wrap: wrap;
align-items: center; padding: 20px;-webkit-filter: drop-shadow(-1px 2px 5px  rgba(153, 153, 153, 0.3)); overflow: hidden;
filter: drop-shadow(-1px 2px 5px  rgba(153, 153, 153, 0.3));}
.justeasy_header_options .commont_nave_options .options_nave::after{display: block;content: '';border-top: 10px solid transparent; border-right: 10px solid transparent;
border-left: 10px solid transparent;border-bottom: 10px solid #fff;position: absolute; top: -5px;left: 50%; transform:translateX(-50%)}
.justeasy_header_options .commont_nave_options .options_nave .options_main .list{width: 90px; height: 96px;display: flex;flex-direction: column;justify-content: center; border-radius: var(--radius10);}
.justeasy_header_options .commont_nave_options .options_nave .options_main .list:hover{background: #dddddd;}
.justeasy_header_options .commont_nave_options .options_nave .options_main .list:hover a{color: #565466;}
.justeasy_header_options .commont_nave_options .options_nave .options_main .list .img{width: 48px; height: 48px; border-radius: 50%; margin: 0 auto;margin-bottom: 10px;}
.justeasy_header_options .commont_nave_options .options_nave .options_main .list .img img{width: 100%;}
.justeasy_header_options .commont_nave_options .options_nave .options_main .list a{color: #9A9AA5;font-size: 14px;text-align: center;}
.justeasy_header_options .no_loging {color: #fff;display: flex; height: 28px;align-items: center;}
.justeasy_header_options .no_loging em{margin: 0px 5px;color: rgba(255, 255, 255, .6);}
.justeasy_header_options .no_loging a{color: rgba(255, 255, 255, .6);font-size: 16px;}
.justeasy_header_options .no_loging a:hover{color: #FF8D1C;}
.justeasy_header.active .justeasy_header_options .no_loging {color: #fff;}
.justeasy_header.active .justeasy_header_options .no_loging a{color: #fff;}
.justeasy_header.active .justeasy_header_options .no_loging em{color: #fff;}
.justeasy_son_header .justeasy_header_options .no_loging a{color: #fff;}
.justeasy_son_header .justeasy_header_options .no_loging em{color: #fff;}
.commont_login_options{width: 81px;}
.justeasy_header_options .yes_login{width: 81px; padding-left: 0px; position: relative;}
.justeasy_header_options .yes_login a.user_path{display: block;width: 48px; height: 48px; overflow: hidden; border-radius: 50%; margin-left: 15px;}
.justeasy_header_options .yes_login a img{width: 100%; height: 100%;}
.justeasy_header_options .yes_login .user_info_box{position: absolute;right: 0;padding: 15px 0;  padding-bottom: 0;display: none; transition: all .3s;}
.justeasy_header_options .yes_login:hover .user_info_box{display: block; animation: heigthanimation .3s ease-in-out;
    -webkit-animation: heigthanimation .3s ease-in-out; -moz-animation: heigthanimation .3s ease-in-out;}
.justeasy_header_options .yes_login .user_info_box .user_info_box_main{width: 380px; height: 272px; background: #fff; border-radius: var(--radius10);
    box-shadow: 0px 0px 4px 0px rgba(153,153,153,0.3);;overflow: hidden;}
.justeasy_header_options .yes_login .user_info_box .user_info_box_main::before{display: block; content: '';border-top: 10px solid transparent;
border-right: 10px solid transparent; border-left: 10px solid transparent;border-bottom: 10px solid #FFCD9B; position: absolute;top: -5px;right: 32px;}
.justeasy_header_options .yes_login .user_info_box .user_info_box_main .user_info_up{background: url('../../images/commont_justeasy/justeasy/image_log_on.png') right center no-repeat;height: 125px; background-size: 100%;padding: 27px 30px 15px 30px;}
.justeasy_header_options .yes_login .user_info_box .user_info_up .info_defalut{display: flex; align-items: center; margin-bottom: 15px; border-radius: 10px 10px 0px 0px;}
.justeasy_header_options .yes_login .user_info_box .user_info_up .info_defalut .user_left{width: 48px; height: 48px; overflow: hidden; border-radius: 50%; overflow: hidden;}
.justeasy_header_options .yes_login .user_info_box .user_info_up .info_defalut .user_left img{width: 100%; height: 100%;}
.justeasy_header_options .yes_login .user_info_box .user_info_up .info_defalut .user_right{flex: 1; padding-left: 10px;}
.justeasy_header_options .yes_login .user_info_box .user_info_up .info_defalut .name{color: #000000;font-weight: bold; margin-bottom: 5px;}
.justeasy_header_options .yes_login .user_info_box .user_info_up .info_defalut .id{font-size: 14px;color: #9A9AA5;}
.justeasy_header_options .yes_login .user_info_box .user_info_up .info_count{display: flex; justify-content: space-between;font-size: 14px;color: #565466;}
.justeasy_header_options .yes_login .user_info_box .user_info_up .info_count span{color: #0D0C22;font-weight: bold;}
.justeasy_header_options .yes_login .user_info_options{display: flex;padding:14px 10px;}
.justeasy_header_options .yes_login .user_info_options .items{width: 80px; height: 70px;text-align: center; margin:0 5px;}
.justeasy_header_options .yes_login .user_info_options .items:last-child{margin-right: 0;}
.justeasy_header_options .yes_login .user_info_options .items a{display: flex;width: 100%; height: 100%;flex-direction: column; align-items: center; justify-content: center;
 border-radius: var(--radius10);font-size: 14px;color: #565466;}
.justeasy_header_options .yes_login .user_info_options .items a .icon{width:36px; height: 36px; overflow: hidden;display: block;  margin-bottom: 5px;}
.justeasy_header_options .yes_login .user_info_options .items a .icon.icon_1{background: url('../../images/commont_justeasy/justeasy/log_on_icon_pr.png') no-repeat; background-size: cover;}
.justeasy_header_options .yes_login .user_info_options .items a .icon.icon_2{background: url('../../images/commont_justeasy/justeasy/log_on_icon_ct.png') no-repeat;background-size: cover;}
.justeasy_header_options .yes_login .user_info_options .items a .icon.icon_3{background: url('../../images/commont_justeasy/justeasy/log_on_icon_new.png') no-repeat;background-size: cover;}
.justeasy_header_options .yes_login .user_info_options .items a .icon.icon_4{background: url('../../images/commont_justeasy/justeasy/log_on_icon_eq.png') no-repeat;background-size: cover;}
.justeasy_header_options .yes_login .user_info_options .items a:hover{background: #F8F8F8;}
.justeasy_header_options .yes_login  .user_info_out{border-top: 1px solid #EDEDED;}
.justeasy_header_options .yes_login  .user_info_out a{display: flex; align-items: center; justify-content: center;color: #565466;font-size: 14px; height: 45px;}
.justeasy_header_options .yes_login  .user_info_out a .icon{display: block !important;width:16px; height: 15px; margin-right: 5px;
background: url('../../images/commont_justeasy/justeasy/icon_exit.png') no-repeat; background-size: 100%;}


.justeasy_header_options .commont_nave_options .item .upload_list{position: absolute;z-index: 9;left: -50%;transform: translateX(-50%);padding-top:15px;display: none;animation: heigthanimation .3s ease-in-out;
    -webkit-animation: heigthanimation .3s ease-in-out; -moz-animation: heigthanimation .3s ease-in-out;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main::after{display: block;content: '';position: absolute;top: -35px;left: 69%;transform: translateX(-50%);border-top: 10px solid transparent;border-right: 10px solid transparent;
border-left: 10px solid transparent;border-bottom: 10px solid #fff; padding-bottom: 15px;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main{background: #fff;filter: drop-shadow(rgba(153, 153, 153, 0.3) -1px 2px 5px);width: 300px;box-sizing: border-box;
position: relative; border-radius: var(--radius10);}
.justeasy_header_options .commont_nave_options .item:hover .upload_list{display: block;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_title{display: flex;justify-content: space-between;
align-items: center; padding: 20px 30px 0px 30px;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_title span {justify-content: flex-start;color: #0D0C22;font-size: 14px;font-weight: bold;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_title em{justify-content: flex-end;color: #9A9AA5;font-size: 12px;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item{display: flex;flex-wrap: wrap;padding: 0px 8px;padding-bottom: 10px;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items{width: 33.3333333333%; height: auto; overflow: hidden;text-align: center;
margin-top:20px;display: flex; align-items: center; justify-content: center;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items a{display: flex;flex-direction: column;
width: 70px; height: 70px; border-radius: 10px; align-items: center; justify-content: center;}

.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items a:hover{background: #F5F5F5;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item a:hover .bt{color: #565466;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items .icon{width: 30px; height: 30px;margin: 0 auto;background-size: 100% 100% !important;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items .icon_1{background: url('../../images/je-new/nave/hecheng.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items .icon_2{background: url('../../images/je-new/nave/quanjingpic.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items .icon_3{background: url('../../images/je-new/nave/tb_icon_sucaijiaoyi.png') no-repeat;}

.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items .bt{font-size: 14px;color: #565466; margin-top: 5px;}

.justeasy_header_options .commont_nave_options .item:hover .recharge_pic {display: block;}
.justeasy_header_options .commont_nave_options .item .recharge_pic{ position: absolute;height: auto; padding-top:15px ;display: none;
z-index: 99; box-sizing: border-box; overflow: hidden;left: -373px;padding-top:15px;animation: heigthanimation .3s ease-in-out;
-webkit-animation: heigthanimation .3s ease-in-out; -moz-animation: heigthanimation .3s ease-in-out;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main{width: 450px;height:393px;filter: drop-shadow(rgba(153, 153, 153, 0.3) -1px 2px 5px);
border-radius:0px 0px 10px 10px;display: flex; box-sizing: border-box; align-items: center; border-radius: 10px; overflow: hidden; background: #fff;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main a{display: block; overflow: hidden; border-radius: 10px;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main a img{width: 100%; height: 100%;}

.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main::after{display: none;content: '';position: absolute;top: -19px;left: 87%;transform: translateX(-50%);
border-top: 10px solid transparent;border-right: 10px solid transparent;border-left: 10px solid transparent;border-bottom: 10px solid #fff;}


.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_left{flex: 1; padding-right: 38px;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_left .recharge_head_watch .head_watch{
background: #fff;width: 128px; height: 128px; overflow: hidden; box-sizing: border-box; padding: 5px; border-radius: 10px; margin: 0 auto;
margin-bottom: 15px; margin-top: 40px;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_left .recharge_head_watch .head_watch img{width: 100%;
height: 100%; border-radius: 10px;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_left .recharge_head_watch .head_watch .watch_pic{width: 100% ; height: 100% ;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_left .recharge_head_watch .watch_text{color: #9E9E9E;
font-size: 12px;text-align: center;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right{width: 400px; height: 360px; border-radius: 10px;
overflow: hidden; background: #fff; padding: 0px 20px;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items{display: flex; align-items: center;
margin-top: 20px; margin-bottom: 5px;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .item_icon{width: 48px;height: 48px; overflow: hidden;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .icon_1{background: url('../../images/je-new/reacher/sucaigrey.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .icon_2{background: url('../../images/je-new/reacher/quanjinggrey.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .icon_3{background: url('../../images/je-new/reacher/linggangrey.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .icon_4{background: url('../../images/je-new/reacher/Egrey.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .icon_5{background: url('../../images/je-new/reacher/anligrey.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .items_center{flex: 1;padding: 0px 17px;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .item_right a{display: block; border: 1px solid #FF8D1C;
width: 80px; height: 28px; box-sizing: border-box; text-align: center;color: #FF8D1C;font-size: 12px;border-radius: 12px;
line-height: 26px;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .items_bt{font-size: 14px;color: #0D0C22;font-weight: bold;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items .items_info{font-size: 12px;color: #9A9AA5;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items.active .item_right a.sucai{background: linear-gradient(149deg,  #FFE7B3, #FFBD4E);
border: none; color: #764F0A;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items.active .icon_1{background: url('../../images/je-new/reacher/sucai.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items.active .icon_2{background: url('../../images/je-new/reacher/quanjing.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items.active .icon_3{background: url('../../images/je-new/reacher/linggan.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items.active .icon_4{background: url('../../images/je-new/reacher/E.png') no-repeat;}
.justeasy_header_options .commont_nave_options .item .recharge_pic .recharge_pic_main .recharge_head_right .items.active .icon_5{background: url('../../images/je-new/reacher/anli.png') no-repeat;}


.justeasy_header_options .commont_nave_options .item:hover .recharge_jd{display: block;}
.justeasy_header_options .commont_nave_options .item .recharge_jd{position: absolute;width: 300px;height: auto; left: -200px;z-index: 99;
box-sizing: border-box;overflow: hidden;display: none;animation: heigthanimation .3s ease-in-out;
-webkit-animation: heigthanimation .3s ease-in-out; -moz-animation: heigthanimation .3s ease-in-out;padding-top: 15px;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main{background: #FFFFFF;filter: drop-shadow(rgba(153, 153, 153, 0.3) -1px 2px 5px);border-radius:var(--radius10);
padding: 10px;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main::after{display: block;content: '';position: absolute;top: -19px;left: 71%;transform: translateX(-50%);
    border-top: 10px solid transparent;border-right: 10px solid transparent;border-left: 10px solid transparent;border-bottom: 10px solid #fff;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list{border: 1px solid #EDEDED;
border-radius: 6px; background: #fff;margin-bottom: 10px; cursor: pointer;display: flex; align-items: center;padding: 15px;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list:last-child{margin-bottom: 0;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list:hover{ border-color: #FFEDDC; background: #FFF5D8;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list .item_list_left{flex: 1;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list .item_list_left .item_bt{font-size: 16px;color: #0D0C22;font-weight: bold;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list .item_list_left .itemj_info{font-size: 12px;color: #9A9AA5;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list .item_list_right{width: 78px; }
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list .item_list_right a{display: block; width: 78px; height: 24px; background: linear-gradient(90deg, #FFDFA0 0%, #FFC766 100%);
border-radius: 12px;color: #381805;font-size: 14px;text-align: center; line-height: 24px;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list.item_list_adv{border: none; padding: 0;}
.justeasy_header_options .commont_nave_options .item .recharge_jd_main .item_list.item_list_adv a img{width: 100%;}

.justeasy_nave{width: 180px; height: 100%; position: fixed; left: 0; top: 0;z-index: 98;/* background: linear-gradient(90deg, rgba(248,247,244,0.6) 0%, rgba(248,247,244,0.4) 50%, rgba(248,247,244,0) 100%);*/ padding-top: 84px;}
.justeasy_nave_box_main{direction: rtl; overflow-y: auto; height: calc(100vh - 120px);overscroll-behavior: contain;
    -ms-scroll-chaining: contain;}
.justeasy_nave_box{padding: 10px 0px; padding-left: 36px; padding-top: 0;}
.justeasy_nave_box .items{height: 46px; line-height: 46px;}
.justeasy_nave_box .items.active a.nave_bt{color: #FD823F;}
.justeasy_nave_box .items:hover a.nave_bt{color:#ff8e4a;}
.justeasy_nave_box .items a.nave_bt{color: #a19d9d;font-size: 16px;display: flex;width: 100%;transition: all .2s;align-items: center; justify-content: flex-end; }

.justeasy_nave_box .commont_nave_flex{direction: ltr;}
.justeasy_nave_box .items{position: relative;}
.justeasy_nave_box .items:hover .commont_nave_flex{display: block;}
.justeasy_nave_box .items .commont_nave_flex{display: none; position: fixed; left: 170px;width: calc(100% - 180px - 70px);max-width: 70%;top:84px;}
.justeasy_nave_box .items .commont_nave_flex .commont_nave_box{background: #fff; border-radius: 10px; padding: 25px 25px; padding-right: 9px;padding-top:40px;
    filter: drop-shadow(-1px 2px 5px rgba(153, 153, 153, 0.3));-webkit-filter: drop-shadow(-1px 2px 5px rgba(153, 153, 153, 0.3));}
.justeasy_nave_box .items .item .item_bt{height: 30px; line-height: 30px;}
.justeasy_nave_box .items .item .item_bt a{font-size: 16px;color: #0D0C22;font-weight: bold;}
.justeasy_nave_box .items .item .item_bt a:hover{color: #FD823F;}
.justeasy_nave_box .items .item .item_list{height: 30px; line-height: 30px;display: flex; flex-wrap: wrap; margin-bottom: 10px; height: auto; overflow: hidden;}
.justeasy_nave_box .items .item .item_list a{font-size: 14px;color: #9A9AA5; margin: 0px 16px; margin-left: 0px;}
.justeasy_nave_box .items .item .item_list a:hover{color: #FD823F;}
.justeasy_nave_box .items .commont_nave_flex .commont_nave_box .item_box_more a{display: flex;width: 95px; height: 30px; background: #D8D8D8;color: #565466;font-size: 14px;
align-items: center; justify-content: center;border-radius: 10px; position: absolute; bottom: 25px;right: 25px;}
.justeasy_nave_box .items .commont_nave_flex .commont_nave_box .item_box_more a i.iconfont{height: unset;width: unset; margin-right: 0;}
.justeasy_nave_box .items .commont_nave_flex .item_box_list{padding-bottom: 30px;display: flex;flex-wrap: wrap;}
.justeasy_nave_box .items .commont_nave_flex .item_box_list .item{width: 50%;}

.justeasy_nave .justeasy_policy{padding-left: 20px; padding-top: 129px;display: none;}
.justeasy_nave .policy_box_list{margin-bottom: 20px;}
.justeasy_nave .policy_box_list .item{direction:ltr; margin-bottom: 5px;}
.justeasy_nave .policy_box_list{direction:ltr;}
.justeasy_nave .policy_box_list a{font-size: 11px;color: #a19d9d;direction:ltr;}
.justeasy_nave .policy_box_list a:hover{color: #FD823F;}
.justeasy_nave .policy_number{font-size: 11px; direction:ltr; padding-top: 10px;color: #a19d9d;}
.justeasy_nave .policy_number .item{margin-bottom: 8px;direction:ltr;margin-bottom: 5px; }
.justeasy_nave .policy_number a{color: #a19d9d;direction:ltr;}
.justeasy_nave .policy_number a p{margin-top: 5px;}
.justeasy_nave .policy_number a:hover{color: #FD823F;}
.justeasy_nave .policy_phone{direction:ltr;font-size: 20px;color: #a19d9d; margin-bottom: 10px;}
.justeasy_nave .policy_code{direction: ltr;}
.justeasy_nave .policy_code .code{width:128px; height: 128px; overflow: hidden;margin-bottom: 5px;direction:ltr;}
.justeasy_nave .policy_code .code img{width: 100%; height: 100%;}
.justeasy_nave .policy_code .code_bt{color: #a19d9d; margin-left: 20px;}
.justeasy_nave .footer_menu{color: #a19d9d;direction:ltr; font-size: 11px;display: flex; flex-wrap: wrap;}
.justeasy_nave .footer_menu .item{margin-bottom: 10px;}
.justeasy_nave .footer_menu span{opacity: .9;margin: 0px 4px;}
.justeasy_nave .footer_menu a{font-size: 11px;color: #a19d9d; margin-right: 3px; margin-bottom: 10px;}
.justeasy_nave .footer_menu a:hover{color: #FD823F;}
.justeasy_nave .copyright-en{font-size: 11px;color: #a19d9d;direction:ltr; line-height: 20px;}
.justeasy_nave .copyright-en .item{margin-bottom: 5px;}
.justeasy_nave .zf-pic-link{direction:ltr;}
.justeasy_nave .zf-pic-link a{display: block;width: 122px; height: 52px; overflow: hidden;}
.justeasy_nave .zf-pic-link a img{display: block;width: 100%; height: 100%;}
/* .justeasy_nave_box .item a:hover{color: #fff;} */
.justeasy_nave_box_main::-webkit-scrollbar{width: 2px;background: rgba(0, 0, 0, .2);display: block;}
.justeasy_nave_box_main::-webkit-scrollbar-thumb{border-radius: 4px;transition: all .3s;background: rgba(0, 0, 0, .5);}
.justeasy_nave_box_main::-webkit-scrollbar-track{background: rgba(0, 0, 0, .5);}
.justeasy_nave_box_main:hover::-webkit-scrollbar{display: block;}

.justeasy_nave_box_main::-moz-scrollbar{width: 2px;background: rgba(0, 0, 0, .2);display: block;}
.justeasy_nave_box_main::-moz-scrollbar-thumb{border-radius: 4px;transition: all .3s;background: rgba(0, 0, 0, .5);}
.justeasy_nave_box_main::-moz-scrollbar-track{background: rgba(0, 0, 0, .5);}
.justeasy_nave_box_main:hover::-moz-scrollbar{display: block;}


/*二级页面导航*/
.justeasy_son_header{display: flex;position: fixed; top: 0; left: 0;width: 100%;padding: 0px 40px;background: rgba(20, 20, 20, .96);z-index: 1000;min-width: 1200px;}
.justeasy_box_height{height: 84px;}
.justeasy_son_header .justeasy_son_center{width: 100%; height: 84px; display: flex; justify-content: space-between;align-items: center;}
.justeasy_son_header .justeasy_son_center .justeasy_son_left{display: flex; align-items: center;}
.justeasy_son_header .justeasy_son_center .justeasy_son_left .logo{margin-right: 40px; display: flex;align-items: center;}
.justeasy_son_header .justeasy_son_center .justeasy_son_left .logo a{display: block;width: 112px; height: 29px; background: url('../../images/commont_justeasy/justeasy/logo_white.png') no-repeat; background-size: cover;}
.justeasy_son_header .justeasy_son_center .header_nave{display: flex;transition: all .2s;}
.justeasy_son_header .justeasy_son_center .header_nave a.menu_a{font-size: 16px;color: #fff;display: flex; height: 84px; align-items: center;}
.justeasy_son_header .justeasy_son_center .header_nave a.menu_a:hover{color: #FD823F;}
.justeasy_son_header .justeasy_son_center .header_nave a.menu_a.active{color:#FD823F ;font-weight: bold;}
.justeasy_son_header .justeasy_son_center .header_nave .item_nave{margin: 0px 10px; position: relative;}



.justeasy_son_header .justeasy_son_center .header_nave .item_nave i.icon{position: absolute; top: 15px;}
.justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more a.menu_a{display: flex; align-items: center;} 
.justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more a.menu_a .icons{display: block;width: 14px; height: 14px; background: url('../../images/justeasy/sq_icon_down.png') no-repeat; margin-top: 4px;}
.justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more{position: relative;}

.justeasy_son_header .justeasy_son_center .hidden_nave{display: none; position: absolute;padding: 10px 0px;transition: all .3s; left: 50%; top: 55px;
transform: translateX(-50%);transition: all .3s;}
.justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more:hover .hidden_nave{display: block;animation: heigthanimation .3s ease-in-out;
    -webkit-animation: heigthanimation .3s ease-in-out; -moz-animation: heigthanimation .3s ease-in-out;}

.justeasy_son_header .justeasy_son_center .hidden_nave .hidden_nave_main {width: 160px;position: relative;filter: drop-shadow(rgba(153, 153, 153, 0.3) -1px 2px 5px);background: rgb(255, 255, 255);padding: 10px 10px;border-radius: var(--radius10);}
.justeasy_son_header .justeasy_son_center .hidden_nave .hidden_nave_main::after{display: block;content: ''; position: absolute;top: -19px; left: 50%; transform: translateX(-50%);border-top: 10px solid transparent; border-right: 10px solid transparent;
border-left: 10px solid transparent;border-bottom: 10px solid #fff;}
.justeasy_son_header .justeasy_son_center .hidden_nave .hidden_nave_main a{font-size: 16px;color: #565466;text-align: center;display: flex; height: 36px; align-items: center; justify-content: center;
border-radius: var(--radius10);}
.justeasy_son_header .justeasy_son_center .hidden_nave .hidden_nave_main .item{display: none;}
.justeasy_son_header .justeasy_son_center .hidden_nave .hidden_nave_main a:hover{background: #F5F5F5;color: #0D0C22;}
.justeasy_son_header .justeasy_son_center .header_nave .item_nave:nth-child(n+9){display: none;}



.justeasy_son_header .justeasy_son_center .justeasy_son_right{display: flex; align-items: center;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search{ margin-right: 26px;position: relative;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main{width: 500px; height: 54px; background-image: url('https://res1.justeasy.cn/images/recharge/shuangjie/searchBg.png');background-repeat: no-repeat;background-size: 100% 100%;background-color: rgba(255, 255, 255, 0.15); border-radius: var(--radius10);transition: all .2s;
border: 1px solid rgba(255, 255, 255, 0);}


.justeasy_son_header .justeasy_son_center .justeasy_son_search_main.active .justeasy_header_search{display: block;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main form{display: flex; align-items: center; height: 52px;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main form input{flex: 1; height: 54px; background: none; border: none; padding: 0px 20px;font-size: 16px;color: #fff;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main form input::placeholder{color: #DBDBDB;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .soutu{width: 24px; height: 24px; cursor: pointer; margin-right: 20px;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main form .iconfont{font-size: 24px;color: #fff;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_icon{width: 24px; height: 24px; cursor:pointer; margin-right: 20px; background: none; border: none;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .icon_close{width: 20px; height: 20px;  margin-right:20px;display: none; cursor: pointer;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .icon_close i{background: url('../../images/commont_justeasy/justeasy/head_icon_close.png') no-repeat;
width: 20px; height: 20px;display: block; background-size: 100%; opacity: .6; margin-top:2px;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_btn{display: none; height: 54px; width: 64px; background: #FD823F; border-radius: 0px 8px 8px 0; cursor: pointer;
align-items: center; justify-content: center;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_btn i{display: block;width: 24px; height: 24px; color: #fff;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_nave{width: 120px; cursor: pointer; position: relative;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_nave:hover .search_list_box{display: block;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_nave i{font-size: 14px;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_name{display: flex; height: 54px; align-items: center; justify-content: center;color: #fff;font-size: 16px;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_box{display: none; position: absolute; padding:10px 0px;} 
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_box .search_list_box_main{background: #fff; border-radius: 10px; padding: 10px;width: 120px;filter: drop-shadow(rgba(153, 153, 153, 0.3) -1px 2px 5px);}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_box .search_list_box_main::after{display: block;content: '';position: absolute;top: -34px;left: 50%;transform: translateX(-50%);border-top: 10px solid transparent;border-right: 10px solid transparent;
border-left: 10px solid transparent;border-bottom: 10px solid #fff; padding-bottom: 15px;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_box .search_list_box_main .list_box:hover{background: #F5F5F5;color: #0D0C22;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_box .search_list_box_main .list_box.active{background: #F5F5F5;color: #0D0C22;}
.justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_box .search_list_box_main .list_box {display: flex;height: 36px;align-items: center;justify-content: center;font-size: 16px;color: rgb(130, 128, 132);
    border-radius: var(--radius10); margin-bottom: 10px;}


.justeasy_son_header .je-public-category-new {position: absolute;top:84px;z-index: 1;background: #fff;left: 0; 
    height: auto ;overflow: hidden;box-shadow: 0px 2px 6px 0px rgba(153,153,153,0.20);
   padding-top: 0px; box-sizing: border-box;box-sizing: border-box;width: 100% ;z-index: 999;
    border-top: 1px solid #EAEAEA; transition: all .2s;display: none; padding:48px 0; padding-bottom: 30;transition: all .3s;}
.justeasy_son_header .justeasy_son_center .header_nave .item_nave:hover .je-public-category-new{display: block;animation: heigthanimation .3s ease-in-out;
    -webkit-animation: heigthanimation .3s ease-in-out; -moz-animation: heigthanimation .3s ease-in-out;}
.justeasy_son_header .je-public-category-new.public-category-new-vr{padding: 0; background: linear-gradient(to right, #fff, #F8F8F8);}
.justeasy_son_header .public-category-main.vr_categroy_box .public-categroy-left{ padding: 90px 60px 80px 0;}
.justeasy_son_header .public-category-main.vr_categroy_box .public-vr-left .list_a{ margin-right: 20px; margin-bottom: 20px;float: left;}
.justeasy_son_header .public-category-main.vr_categroy_box .public-vr-left .list_a a{width: 140px; height: 40px; border: 1px solid #E9E8EA; border-radius: var(--radius10); align-items: center; justify-content: center;display: flex;
color: #5A5966;}
.justeasy_son_header .public-category-main.vr_categroy_box .public-vr-left .list_a a:hover{border-color: #0D0C22;color: #0D0C22;font-weight: bold;}
.justeasy_son_header .public-category-main.vr_categroy_box .public-vr-right{flex: 1; background: #F8F8F8;padding:80px 0;  padding-left: 50px;}
.justeasy_son_header .public-category-main.vr_categroy_box .introduce_title{font-size: 34px;font-weight: bold;color: #5A5966;}
.justeasy_son_header .public-category-main.vr_categroy_box .introduce_title em{color: #FD823F;}
.justeasy_son_header .public-category-main.vr_categroy_box .introduce_list{display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-top: 3px;width: 330px;}
.justeasy_son_header .public-category-main.vr_categroy_box .introduce_list .item_list{width: 50%;font-size: 16px;color: #9A9AA5; margin-top: 20px;}
.justeasy_son_header .public-category-main.vr_categroy_box .vr_open_link{margin-top: 60px;}
.justeasy_son_header .public-category-main.vr_categroy_box .vr_open_link a{display: flex; align-items: center; justify-content: center;width: 140px; height: 40px;color: #fff;font-size: 16px; border-radius: var(--radius10);background: #FD5F00;}
.justeasy_son_header .public-category-main.vr_categroy_box .vr_open_link a i{display: inline-block; transform: rotate(180deg); margin-left: 10px;}
.justeasy_son_header .je-public-category-new .public-category-main{display: flex; justify-content: space-between;}
.justeasy_son_header .je-public-category-new .public-categroy-left{flex: 1; position: relative; padding-right: 80px;}
.justeasy_son_header .je-public-category-new .public_nave_box{display: flex;justify-content: space-between; padding-bottom: 40px;}
.justeasy_son_header .je-public-category-new .item .item_bt{padding: 0px 0px 5px 6px;}
.justeasy_son_header .je-public-category-new .item .item_bt a{font-size: 16px;color: #0D0C22;font-weight: bold;}
.justeasy_son_header .je-public-category-new .item .item_list a{display: block;color: #9A9AA5;font-size: 14px; max-width: 120px; margin-top: 10px;width: -webkit-fit-content; width: -moz-fit-content;width: fit-content; padding: 2px 6px; border-radius: 6px;}
.justeasy_son_header .je-public-category-new .item .item_list a:hover{background: #E9E8EA;color: #0D0C22;}
.justeasy_son_header .je-public-category-new .public_nave_more {display: flex; justify-content: flex-end; margin-top: 20px;position: absolute; right: 80px; bottom: 0;}
.justeasy_son_header .je-public-category-new .public_nave_more a{color: #9A9AA5;font-size: 14px;}
.justeasy_son_header .je-public-category-new .public_nave_more a:hover{color:#FD823F ;}
.justeasy_son_header .je-public-category-new .public-categroy-right{width: 307px; overflow: hidden; margin-left: 50px;display: none;}
.justeasy_son_header .je-public-category-new .public-categroy-right .public_box_up{display: flex; margin-bottom: 15px;}
.justeasy_son_header .je-public-category-new .public-categroy-right a img{width: 100%; height: 100%;}
.justeasy_son_header .je-public-category-new .public-categroy-right .public_box_up .public_adv_box_left{width: 180px; margin-right: 15px; overflow: hidden; border-radius: var(--radius10); height: 278px;}
.justeasy_son_header .je-public-category-new .public-categroy-right .public_box_up .public_adv_box_right{width: 112px;}
.justeasy_son_header .je-public-category-new .public-categroy-right .public_box_up .public_adv_box_right a{display: block; border-radius: var(--radius10); overflow: hidden;}
.justeasy_son_header .je-public-category-new .public-categroy-right .public_box_up .public_adv_box_right a:first-child{height: 80px; margin-bottom: 15px;}
.justeasy_son_header .je-public-category-new .public-categroy-right .public_box_up .public_adv_box_right a:last-child{height: 183px;}
.justeasy_son_header .je-public-category-new .public-categroy-right .public_box_footer{width: 100%; height:160px; overflow: hidden; border-radius: var(--radius10);}
.justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items{display: none;}


/*公用底部*/
.commont_new_footer{background: #0D0C22;}
.commont_new_footer .footer_box_main{display: flex; padding: 30px 0;}
.commont_new_footer .footer_box_left{flex: 1; padding-right: 50px; position: relative;}
.commont_new_footer .footer_box_left::before{content: '';display: block;width: 1px; height: 190px; background: #565466; position: absolute;right: 0;top: 30px;}
.commont_new_footer .footer_box_left .footer_box_left_main{display: flex;}
.commont_new_footer .footer_box_left .footer_box_left_main .item{width: 25%;}
.commont_new_footer .footer_box_left .item .item_list a{display: block;width: -webkit-fit-content;width: -moz-fit-content; width: fit-content;font-size: 14px;color: #D3D2D9;height: 36px;
line-height: 36px;}
.commont_new_footer .footer_box_left .item .item_bt{font-size:16px;color: #fff;font-weight: 500; margin-bottom: 11px;}
.commont_new_footer .footer_box_right{flex: 1; padding-left: 140px;}
.commont_new_footer .footer_box_right .footer_box_up{display: flex; margin-bottom: 20px;}
.commont_new_footer .footer_box_right .footer_box_up .item{margin-right: 30px;width: 33.333333333%;}
.commont_new_footer .footer_box_right .footer_box_up .item_main{width: 140px;}
.commont_new_footer .footer_box_right .footer_box_up .item_main .item_code{width: 140px; height: 140px; overflow: hidden;}
.commont_new_footer .footer_box_right .footer_box_up .item_main .item_code img{width: 100%;height: 100%;} 
.commont_new_footer .footer_box_right .footer_box_up .item_main .item_bt{text-align: center;color: #D3D2D9;font-size: 14px; margin-top: 15px;}
.commont_new_footer .footer_box_right .footer_box_down{display: flex; align-items: center;}
.commont_new_footer .footer_box_right .footer_box_down .item{display: flex; margin-right: 80px;}
.commont_new_footer .footer_box_right .footer_box_down .item:last-child{margin-right: 0;}
.commont_new_footer .footer_box_right .footer_box_down .item .icon{width: 24px; height: 24px; background: url('../../images/commont_justeasy/db_icon_phone.png') no-repeat;
background-size: 100%; margin-right: 5px;}
.commont_new_footer .footer_box_right .footer_box_down .item a{display: flex;}
.commont_new_footer .footer_box_right .footer_box_down .item a .icon{width: 24px; height: 24px;background: url('../../images/commont_justeasy/db_icon_customer.png') no-repeat;
    background-size: 100%;}
.commont_new_footer .footer_box_right .footer_box_down .icon_bt{font-size: 20px;color: #FD823F;font-weight: bold;}
.commont_new_footer .footer_box_right .footer_box_down .icon_bt em{font-size: 14px; margin-left: 12px;font-weight: normal;color: #FFFFFF;}
.commont_new_footer .footer_box_right .footer_box_down .item a{display: flex;color: #fff;font-size: 14px; align-items: center;}
.commont_new_footer .footer_box_copyright{background: #262539; padding: 10px 0;color: #9A9AA5;font-size: 14px;}
.commont_new_footer .footer_box_copyright em{margin: 0px 5px;font-size: 12px;}
.commont_new_footer .footer_box_copyright .jebox_container{display: flex; align-items: center; justify-content: center; padding-bottom: 0;}
.commont_new_footer .footer_box_copyright a{color: #9A9AA5; margin-right: 10px;font-size: 14px;}
.commont_new_footer .footer_box_copyright a:last-child{margin-right: 0;}
.vrBox_container{padding: 0px 125px;}
.jebox_container{padding: 0px 70px;}
.main_box{margin: 0 auto;}


/*右侧浮动导航建E网*/
.commont_right_flex{ position: fixed;width: 40px; height: auto;bottom: 20%; right: 20px;z-index: 99;}
.commont_right_flex .commont_right_adv{width: 40px; height: 40px; border-radius: 10px; position: relative;margin-bottom: 15px;}
.commont_right_flex .commont_right_adv a.boxs{width: 40px; height: 40px; overflow: hidden;display: block; border-radius: 10px;}
.commont_right_flex .commont_right_adv a.boxs img{width: 100%; height: 100%;}
.commont_right_flex .commont_right_adv .item_adv{position: absolute;top: 0; 
display: none; padding-right:15px;right: 38px;}
.commont_right_flex .commont_right_adv .item_adv a{display: block;width: 100%; height: 157px;background: #fff;border-radius: 10px;max-height: 160px;
width: 150px;  overflow: hidden;}
.commont_right_flex .commont_right_adv:hover .item_adv{display: block;}
.commont_right_flex .commont_right_adv .item_adv img{width: 100%; height: 100%;}
.commont_right_flex .commont_right_flex_options{background: #fff; border-radius: 10px; box-shadow: -1px 0px 16px 2px rgba(153, 153, 153, 0.2);}
.commont_right_flex .commont_right_flex_options .item:hover .icon i{color: #FD823F;}
.commont_right_flex .commont_right_flex_options .item .icon i{font-size: 24px;color: #565466;background: none;}
.commont_right_flex .commont_right_flex_options .item .icon{text-align: center;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main{display: none;}
.commont_right_flex .commont_right_flex_options .boxs{padding: 15px 0;display: flex; flex-direction: column; align-items: center; justify-content: center;
position: relative;}
.commont_right_flex .commont_right_flex_options .boxs::after{display: block; content: '';width: 20px; height: 1px; background: #efefef; left: 50%; transform: translateX(-50%); bottom: 0px;position: absolute;}
.commont_right_flex .commont_right_flex_options .item:last-child .boxs::after{display: none;}
.commont_right_flex .commont_right_flex_options .item .boxs span{ background: #e22a40;color: #fff;font-size: 12px;display: inline-block;border-radius:4px;padding:0 3px;min-width:12px;text-align:center;z-index:99; position: absolute;top: 0px; right: 2px;}
.commont_right_flex .commont_right_flex_options .item .boxs span::after{position:absolute;content: '';border:4px solid transparent;border-top:5px solid #e22a40;width: 0; height: 0; bottom: -8px; left: 1px;}
.commont_right_flex .commont_right_flex_options .item:hover .commont_kefu_main{display: block;} 
.commont_right_flex .commont_right_flex_options .item .boxs .box_tips_main{position: absolute; right: 38px; padding: 0px 15px 0px 0px;display: none;}
.commont_right_flex .commont_right_flex_options .item .boxs .box_tips_main .box_tips_text{background: #fff; border-radius: 10px;box-shadow: -1px 0px 16px 2px rgba(153, 153, 153, 0.2);
width: 100px; height: 45px;display: flex; align-items: center; justify-content: center;font-size: 14px;color: #565466;}
.commont_right_flex .commont_right_flex_options .item:hover .box_tips_main{display: block;}
.commont_right_flex .commont_right_flex_options .item:hover .box_tips_main .box_tips_text{color: #565466;}
 
.commont_right_flex .commont_right_flex_options .commont_kefu_main{position: absolute; top:-10px; right: 38px;padding:15px;display: none;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .kefu_main{background: #fff; border-radius: var(--radius10);overflow: hidden;width: 260px;padding: 22px;box-shadow: -1px 0px 16px 2px rgba(153, 153, 153, 0.2);display: flex;flex-direction: column;align-items: center}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .kefu_title{width: 163px;height: 32px;background: rgba(253,130,63,0.84);border-radius: 6px;color:#fff;font-size: 14px;display: flex;align-items: center;justify-content: center;margin-bottom: 16px;}

.commont_right_flex .commont_right_flex_options .commont_kefu_main .kefu_qq a{display: flex; border: 1px solid #fe881f;  border-radius: var(--radius10);overflow: hidden;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .kefu_qq a span{padding: 5px 10px;font-size: 14px;color: #0D0C22;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .kefu_qq a span.tel{background: #fe881f;color: #fff;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .watch_title{text-align: center;font-size: 14px;color: #0D0C22;margin: 10px 0;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .watch_pic{width: 120px; height: 120px; overflow: hidden;margin: 0 auto; margin-bottom: 10px;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .watch_pic img{width: 100%; height: 100%;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .woke_time p{font-size: 14px;color: #565466;text-align: center;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .woke_time_new p{font-size: 12px;color: #969696;text-align: center;line-height: 1.4;}
.commont_right_flex .commont_right_flex_options .item:hover .commont_down_code{display: block;}
.commont_right_flex .commont_right_flex_options .commont_down_code{position: absolute; right: 38px;top: 60px; padding-right: 15px;display: none;}
.commont_right_flex .commont_right_flex_options .commont_down_code.commont_down_code_anli{top: 0;}

.commont_right_flex .commont_right_flex_options .commont_down_code .commont_down_code_main{background: #fff; border-radius: 10px;box-shadow: -1px 0px 16px 2px rgba(153, 153, 153, 0.2); padding: 15px 0px;display: flex;}
.commont_right_flex .commont_right_flex_options .commont_down_code .commont_down_code_main .item_box{text-align: center;width: 140px;font-size: 14px;color: #5A5966;
margin: 0px 10px;}
.commont_right_flex .commont_right_flex_options .commont_down_code .commont_down_code_main .item_box .box_code{width: 140px; height: 140px; overflow: hidden;}
.commont_right_flex .commont_right_flex_options .commont_down_code .commont_down_code_main .item_box .box_code img{width: 100%; height: 100%;}
.commont_right_flex .commont_right_flex_options .commont_down_code .commont_down_code_main .item_box .box_bt{margin-top: 10px;}
























@media (min-width: 1000px) and (max-width:1199px){ 
    .justeasy_son_header .justeasy_son_center .header_nave a.menu_a{font-size: 14px;}
    .justeasy_son_header .justeasy_son_center .justeasy_son_search_main{width: 400px;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave{margin: 0px 8px;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave:nth-child(n+4){display: none;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items:nth-child(n+1){display: block;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave:last-child{display: block;}
    .justeasy_header_options .commont_nave_options .item{margin-right: 10px;}
    .justeasy_son_header .justeasy_son_center .justeasy_son_search{margin-right: 15px;}
    .justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_name{font-size: 14px;}
    .justeasy_son_header .justeasy_son_center .hidden_nave .hidden_nave_main a{font-size: 14px;}
    .justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_box .search_list_box_main .list_box{font-size: 14px;}
    .justeasy_header_options .commont_nave_options .item_hidden .item_hidden_box a{font-size: 14px;}
    .newpano-cont-top ul{width: 305px;}
    .main_box{width: 950px !important;}
    .picture ul li.list,.newpano-list .list{width: calc(33.333333333% - 20px) !important;}
    .vrIndex_works .works_list .item{width: 33.33333333333% !important;}
    .newpano-list .list,.newpano-list .last{height:403px;}
}
@media (min-width: 1200px) and (max-width:1399px){ 
    .justeasy_son_header .justeasy_son_center .header_nave a.menu_a{font-size: 14px;}
    .justeasy_son_header .justeasy_son_center .justeasy_son_search_main{width: 360px;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave{margin: 0px 8px;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave:nth-child(n+5){display: none;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items:nth-child(n+5){display: block;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave:last-child{display: block;}
    .justeasy_header_options .commont_nave_options .item{margin-right: 10px;}
    .justeasy_son_header .justeasy_son_center .justeasy_son_search{margin-right: 15px;}
    .justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_name{font-size: 14px;}
    .justeasy_son_header .justeasy_son_center .hidden_nave .hidden_nave_main a{font-size: 14px;}
    .justeasy_son_header .justeasy_son_center .justeasy_son_search_main .search_list_box .search_list_box_main .list_box{font-size: 14px;}
    .justeasy_header_options .commont_nave_options .item_hidden .item_hidden_box a{font-size: 14px;}
    .main_box{width: 1100px !important;}
    .picture ul li.list,.newpano-list .list{width: calc(33.333333333% - 20px) !important;}
    .vrIndex_works .works_list .item{width: 33.33333333333% !important;}
    .newpano-list .list,.newpano-list .last{height: 448px;}
    .vrIndex_banner{height:500px;}
    .vrIndex_banner .vrBox_container{padding-top: 13px;}
}
@media (min-width: 1400px) and (max-width:1599px){
    .justeasy_son_header .justeasy_son_center .justeasy_son_search_main{width: 380px;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave{margin: 0px 8px;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave:nth-child(n+6){display: none;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items:nth-child(n+6){display: block;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave:last-child{display: block;}
    .justeasy_header_options .commont_nave_options .item{margin-right: 10px;}
    .justeasy_son_header .justeasy_son_center .justeasy_son_search{margin-right: 15px;}
    .main_box{width: 1280px !important;}
    .picture ul li.list,.newpano-list .list{width: calc(25% - 20px) !important;}
    .vrIndex_works .works_list .item{width: 25% !important;}
    .newpano-list .list,.newpano-list .last{height: 398px;}
    .vrIndex_banner{height:500px;}
    .vrIndex_banner .vrBox_container{padding-top: 13px;}
    
}
@media (min-width: 1600px) and (max-width:1799px){
    .justeasy_son_header .justeasy_son_center .justeasy_son_search_main{width: 480px;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave:nth-child(n+7){display: none;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items:nth-child(n+7){display: block;}
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave:last-child{display: block;}
    .main_box{width: 1480px !important;}
    .picture ul li.list,.newpano-list .list{width: calc(20% - 20px) !important;}
    .vrIndex_works .works_list .item{width: 20% !important;}
    .newpano-list .list,.newpano-list .last{height: 378px;}
    .vrIndex_banner{height:500px;}
    .vrIndex_banner .vrBox_container{padding-top: 13px;}
}
@media (min-width: 1800px) and (max-width:1999px){
    .main_box{width: 1680px !important;}
    .picture ul li.list,.newpano-list .list{width: calc(20% - 20px) !important;}
    .vrIndex_works .works_list .item{width: 20% !important;}
    .newpano-list .list,.newpano-list .last{height: 415px;}
    
}
@media (min-width:2000px) and (max-width:2299px){
    .main_box{width: 1880px !important;}
    .picture ul li.list,.newpano-list .list{width: calc(20% - 20px) !important;}
    .vrIndex_works .works_list .item{width: 16.666666666666% !important;}
    .newpano-list .list,.newpano-list .last{height: 397px;}
}
@media  (min-width: 2300px){
    .main_box{width: 2300px !important;}
    .picture ul li.list,.newpano-list .list{width: calc(16.6666666% - 20px) !important;}
    .vrIndex_works .works_list .item{width: 16.666666666666% !important;}
    .newpano-list .list,.newpano-list .last{height: 463px;}
}

#haslogin  .user_path::after{
    content: '';
    position: absolute;
    top: -20px;
    left: 8px;
    background: url(/images/recharge/shuangjie/head_hat.png) no-repeat;
    width: 66px;
    background-size: 100%;
    height: 66px;
}

/* 右侧工具栏 */
.commont_right_flex .commont_right_flex_options .commont_kefu_main .kefu_title{width: 163px;height: 32px;background: #ff7725;border-radius: 6px;color:#fff;font-size: 14px;display: flex;align-items: center;justify-content: center;margin-bottom: 16px;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .kefu_title a{color:#fff;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;line-height: 1;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main{
    top: -15px;
}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .kefu_main{background: #fff; border-radius: var(--radius10);overflow: hidden;width: 260px;padding: 22px;box-shadow: -1px 0px 16px 2px rgba(153, 153, 153, 0.2);display: flex;flex-direction: column;align-items: center}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .woke_time_new p{font-size: 12px;color: #969696;text-align: center;line-height: 1.4;}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .woke_time_new p{
    line-height: 16px;
}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .noWoke_time_help{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 12px;
    color: #FD823F;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    margin-top: 8px;
    border-bottom: 1px solid #FD823F;
    display: block;
}
.commont_right_flex .commont_right_flex_options .commont_kefu_main .noWoke_time_help:hover{
    border-bottom: 1px solid rgba(253,130,63,0.84);
    color:rgba(253,130,63,0.84);
}
.commont_right_flex .commont_right_flex_options .item:hover .commont_more_box{
    display: block;
}
.commont_right_flex .commont_right_flex_options .commont_more_box{
    position: absolute; right: 38px;top: 108px; display: none;
    padding-right: 15px;
}
.commont_right_flex .commont_right_flex_options .commont_more_main{
    width: 96px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding-top: 8px;
}
.commont_right_flex .commont_right_flex_options .commont_more_main a{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 13px;
    color: #4E4E4E;
    line-height: 28px;
    width: 76px;
    text-align: center;
    font-style: normal;
    margin-bottom: 8px;
    display: block;
    border-radius: 6px;
}
.commont_right_flex .commont_right_flex_options .commont_more_main a:hover{
    color: #000;
    background: #dddddd;
}
.justeasy_header_options .no_loging {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    width: 66px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.justeasy_active_h .justeasy_header_options .no_loging:hover{
    background: #FD823F;
    border: 1px solid #FD823F;
}
.justeasy_header_options{
    align-items: center;
}
.justeasy_header_options .no_loging .no_loging_tipsBox{
    display: none;
    position: absolute;
    z-index: 9;
    left: -50%;
    transform: translateX(-50%);
    animation: heigthanimation .3s ease-in-out;
    -webkit-animation: heigthanimation .3s ease-in-out;
    -moz-animation: heigthanimation .3s ease-in-out;
    top: 20px;
    padding-top: 20px;
    width: 208px;
}
.justeasy_header_options .no_loging .no_loging_tips{
    background: #FFF;
    border-radius: 16px;
    padding: 0 16px;
    width: 208px;
    filter: drop-shadow(rgba(153, 153, 153, 0.3) -1px 2px 5px);
    box-sizing: border-box;
}
.justeasy_header_options .no_loging .no_loging_tips::after{
    display: block;
    content: '';
    position: absolute;
    top: -8px;
    left: 77%;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
}
.justeasy_header_options .no_loging:hover .no_loging_tipsBox{
    display: block;
}
.justeasy_header_options .no_loging .no_loging_tips .no_loging_tips_title{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    color: #222222;
    font-weight: 500;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.justeasy_header_options .no_loging .no_loging_tips .no_loging_tips_title span{
    color: #FD823F;
    border-bottom: 1px solid #FD823F;
}
.justeasy_header_options .no_loging .no_loging_tips .no_loging_tips_main{
    padding-bottom: 26px;
    padding-left: 9px;
}
.justeasy_header_options .no_loging .no_loging_tips .no_loging_tips_main .no_loging_tips_item{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.justeasy_header_options .no_loging .no_loging_tips .no_loging_tips_main .no_loging_tips_item img{
    width: 40px;
    height: 40px;
}
.justeasy_header_options .no_loging .no_loging_tips .no_loging_tips_main .no_loging_tips_item p{
    margin-left: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #4E4E4E;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}


.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items{
    width: 25%;
}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main{
    width: 325px;
}
.justeasy_header_options .commont_nave_options .item .upload_list .upload_list_main .upload_list_item .items .icon_4{
    background: url('../../images/je-new/nave/roam.png') no-repeat;
}
.justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items:last-child{display: block;}

@media (min-width: 1000px) and (max-width:1199px){ 
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items:nth-child(n+3){display: block;}
}
@media (min-width: 1200px) and (max-width:1399px){ 
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items:nth-child(n+4){display: block;}
}
@media (min-width: 1400px) and (max-width:1599px){
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items:nth-child(n+5){display: block;}
}
@media (min-width: 1600px) and (max-width:1799px){
    .justeasy_son_header .justeasy_son_center .header_nave .item_nave.item_more_last .items:nth-child(n+6){display: block;}
}