body,html{
  background: #EEECEB;
}
.home_page .header{
  background: #EEECEB;
}
.home_page .header .cart a{
  border: 2px solid #fff;
}

.home_top_screen {
   position: relative;
   height: 500px;
}

.home_top_screen .home_top_screen_bg{
  width: 1248px;
  height: 500px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #ffffffff 14%, #ffffff00 100%);
  position: absolute;
  top:0;
  left: 50%;
  margin-left: -624px;  
}
.home_page #shadow_box{
  display: none;
}
.home_page .head_nav_bg{
  background: #EEECEB;
}
.home_page .head_nav{
  background: #fff;
  padding-top:24px; 
  padding-bottom: 12px;
}
.home_page .head_nav .sort_all{
  top:24px;
  width: 224px;
  height: 42px;
  border-radius: 4px;
  opacity: 1;
  background: #f5f5f5;
  color: #FF661A;
  color: var(--themeColor);
}

.home_page .sort_all_click i.icon { 
  color: #FF661A;
  color: var(--themeColor);  
}
.home_page .head_nav .menu_list{
  display: block;
  padding-top: 2px;
  top:66px;
  filter: none;
}
.home_page .nav_scene_pop{
  top:79px;
}

.screen_first{
  width:1200px;
  height: 382px;
  padding:8px 0;
  background: #fff;
  position: relative;
  margin: 0 auto;
  border-radius: 0 0 8px 8px;
}
.screen_first .ban_circle{
  width: 744px;
  height: 382px;   
  margin-left: 224px;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.ban_circle .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100000px;
}

.ban_circle .img li {
  float: left;
}

.ban_circle .img img {
  width: 744px;
  height: 382px;
}

.ban_control .ban_btn {
  display: none;
  width: 24px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 99;
}

.ban_circle:hover .ban_control .ban_btn {
  display: block;
}

.ban_control .ban_prev {
  left: 0px; 
  background: url(../../icon/homePage/next_icon.png) no-repeat center;
}

.ban_control .ban_next {
  right: 0px;
  background: url(../../icon/homePage/prev_icon.png) no-repeat center;
}

.ban_circle .banner_nav {
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  bottom: 10px;
}

.ban_circle .banner_nav span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 4px;
  cursor: pointer;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30)
}

.ban_circle .banner_nav span.on {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100)
}


.menu_right{
  width: 220px;
  margin-left: 9px;
  float: left;
  margin-top:16px;
}

.menu_right .menu_right_nologbox{
  text-align: center;
}
.menu_right .menu_right_nologinlogo img{
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 28px;
}
.menu_right .menu_right_nologinlogo .nologin_text{
  display: block;
  margin-top:16px;
  width: 201px;
  height: 32px;
  margin: 16px auto 0;
  
}
.menu_right .menu_right_nologinlogo .nologin_btn{
  margin-top:24px;
}

.menu_right .hasdomain_no{
  position: relative;
  top:-16px;
}

.menu_right .hasdomain_no img{
  width: 200px;
  height: 100px;  
  border-radius: 4px;
}
.menu_right .hasdomain_no .nologin_text{
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #222;
}
.menu_right .nologin_btn{
  margin-top:24px;
}
.menu_right .nologin_btn .orangeBtn,.menu_right .nologin_btn .whiteBtn{   
    width: 64px;
    height: 24px;
    border-radius: 4px;
    margin: 0 5px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.menu_right .nologin_btn .whiteBtn{   
  background: #fff;
  color: #FF8000;
  color: var(--themeColor);
}

.menu_right .menu_right_nologinlogo_cus img{
  width: 220px;
  height: 100px;
  display: inline-block;
  border-radius: 0;
}
.menu_right .menu_right_login a{
  display: block;
  width: 100%;
}

.menu_right .nodomain img{
   display: inline-block;
   width: 56px;
   height: 56px;
   margin-left: 7px;
}
.menu_right .nodomain .nodomain_text{
  display: inline-block;
  width: 136px;
  vertical-align: top;
  margin-left: 8px;
}

.menu_right .nodomain .text_w{
  width: 120px;
  line-height: 16px;
  max-height: 32px;
  white-space: normal;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  margin-bottom: 8px;
}

.menu_right .nodomain .text_l{
  font-size: 12px;
}
.menu_right .nodomain .hasdomain_text{
   display: none;
}
.menu_right .hasdomain{
  margin-top:-16px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.menu_right .hasdomain .nodomain_text{
  display: none;
}
.menu_right .hasdomain img{
   width:220px;
   height: 100px;
   border-radius: 0;  
   margin-left: 0;
}
.menu_right .hasdomain .hasdomain_text{
  position: absolute;
  bottom: 0;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  width: 100%;
  color: #222;
}

.menu_right .menu_list{
  width: 127px;
  height: 128px;
  margin: 24px auto 0;
}
.menu_right .menu_list .menu_item{
  color: #222;
  font-weight: bold;
  font-size: 12px;
  width:36px;
  display: inline-block;
  text-align: right;  
  
}

.menu_right .menu_item i{
  display: block;
  font-size: 24px;
  text-align: center;
  color: #222;
}
.menu_right .menu_item em{
  display: inline-block;
  text-align: right;
  color: #E51728;
  padding: 0px 4px;
  background: #f5f5f5;
  border-radius: 4px;
}
.menu_right .menu_item div{
  display: block;
}
.menu_right .mg_rt_50{
  margin-right: 50px;
}

.menu_right .menu_right_msg{
  margin-top:30px;
}
.menu_right_msg li{
  width: 201px;
}
.menu_right_msg li .mune_msg_icon{
  width: 3px;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
  background: #444;
  margin: 0 9px;
  position: relative;
  top: -3px;
}
.menu_right_msg li a{
   color: #444;
   font-size: 12px;
   margin-bottom: 11px;
   text-align: left;
   display: block;
   width:200px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.menu_right_msg h3{
  text-align: right;
  width: 201px;
  line-height: 12px;
  position: relative;
  top: -3px;
}
.menu_right_msg h3 a{
   color: #808080;
   font-size: 12px;
}
.menu_right_msg h3 a::after{
  font-family: "iconfontxfs" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61a";
  font-weight: normal;
}

.gly_nav{
  height: 60px;
  width: 1200px;
  overflow: hidden;
  margin:  0 auto 32px;
  display: none;
}

.gly_nav .gly_nav_item{
  width: 282px;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffffffff 0%, #ffffff66 100%);
  float: left;
  margin-right: 24px;
  line-height: 60px;
}
.gly_nav .gly_nav_item a{
  display: block;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #222;
  background: url(../../icon/icon_more.png) no-repeat 230px center;
}
.gly_nav .gly_nav_item img{ 
  width:44px;
  height: 44px;
  position: absolute;
  left: 24px;
  top:8px;
}

.floor_title{
  height: 44px;
  line-height: 44px;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}

.confloor_product .floor_title{
  display: none;
}
.floor_title .title{
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.floor_title .more{
  float: right;
  color: #808080;
  font-size: 16px;
  position: absolute;
  right: 0; 
  padding-right: 20px;
  background: url(../../icon/icon_more.png) no-repeat right center; 
  font-weight: normal;
}
/* .floor_title .more::after{
  font-family: "iconfontxfs" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61a";
} */

.floor_title .floor_list{
  float: right;
  margin-right: 87px; 
}

.floor_title li{
  display: inline-block;
  margin-left: 24px;
  font-size: 16px;
  cursor: pointer;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
}
.floor_title  li.active{
  color: #FF8000;
  color: var(--themeColor);
  font-weight: bold;
}

.wntj_tit{
  text-align: center;
}
.wntj_tit .title{
  color: #222222;
}
.wntj_tit i{
  display: inline-block;
  width:71px;
  height: 34px;
  position: relative;
  top:5px;
  margin: 0 16px;
}
.wntj_tit i.wntj_lt{
  background: url(../../icon/homePage/tj_bg_2.png) no-repeat center;
}
.wntj_tit i.wntj_rt{
  background: url(../../icon/homePage/tj_bg_1.png) no-repeat center;
}

.confloor_item{
  width: 1200px;
  margin:0 auto;   
  overflow: hidden;
  margin-bottom: 32px; 
}

.confloor_item .wuliao_icon{
  width:192px;
  background: url(../../icon/homePage/wuliao.png) no-repeat center;
}
.confloor_item .changgou_icon{
  width:240px;
  background: url(../../icon/homePage/changgou.png) no-repeat center;
}
.confloor_item .changgou_icon em{
  font-size: 14px;
  margin-left: 12px;
  font-weight: normal;
}
.confloor_item .hangjia_icon{
  width:144px;
  background: url(../../icon/homePage/hangjia.png) no-repeat center;
}

/*热卖品牌*/
.confloor-brand .floor_icon{
  width:144px;
  background: url(../../icon/homePage/brand_icon.png) no-repeat center;
  text-align: center;
}

.confloor-brand h3 ul li {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background: #fff;
  color: #808080;
  font-size: 16px;
  overflow: hidden;
  font-weight: normal;
  margin: 10px 0 0 4px;
  text-align: center;
  cursor: pointer;
}

.confloor-brand h3 ul li.active{
  background: #FF6619;
  background: var(--themeColor);
  color: #fff;
}

.confloor-brand ul .favorites  img{
  position: relative;
  top: 2px;
}
.confloor-brand ul .favorites .def_img{
  display: inline-block;
  
}
.confloor-brand ul .favorites .on_img{
  display: none;
}
.confloor-brand ul .favorites.active .def_img{
  display: none;
}
.confloor-brand ul .favorites.active .on_img{
  display: inline-block; 
}

.confloor-brand .brand-cou-list{
  height: 200px;
}
.confloor-brand .brand-con {  
  overflow: hidden;  
  display: none;
  margin-top:8px;
}
.confloor-brand .brand-con.active{
  display: block;
}
.confloor-brand .brand-con ul{
  width:1210px;
}
.brand-con li {
  float: left;
  width: 232px;
  height: 90px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  background: #fff;
 
}
.brand-con li a{
  width: 232px;
  height: 90px;
  display: table;
  text-align: center;
}
.brand-con li .countbox{
  display: table-cell;
  vertical-align: middle;
}
.brand-con li img {
  display: inline-block;
  max-width: 200px;
  height: auto;
}

/* 商品楼层 */
/* 大图模式 */
.confloor_pro_list{
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 1200px;
  position: relative;
}

.confloor_pro_list .product_change{
  width: 24px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top:100px;
}
.confloor_pro_list .product_prev{
  background: url(../../icon/homePage/next_icon.png) no-repeat center;
  left: 0;
}
.confloor_pro_list .product_next{
  background: url(../../icon/homePage/prev_icon.png) no-repeat center;
  right: 0;
}

.bigimg_product li{
  width:200px;
  height: 403px;
  float: left;
  padding:0 20px;
  background: #fff;  
  margin-bottom: 10px;
  border-radius: 4px;
}
.bigimg_product_cg li{
  height: 423px;
}

.bigimg_product li:hover{
  box-shadow: 0 15px 30px rgb(0 0 0 / 15%);
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
  z-index: 88;
}
.bigimg_product .sku_img{
  display: inline-block;
  width:200px;
  height: 200px;
  margin-top:16px;
}
.bigimg_product .sku_name{
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  color: #333;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bigimg_product .sku_name a{
  color: #333;
}
.bigimg_product .sku_info{
  margin-top:8px;
  overflow: hidden;
  line-height: 24px;
}
.bigimg_product .sku_info .sku_price{
  float: left;
  color: #F20C0C;
  font-size: 18px;
  font-weight: bold;
}
.bigimg_product .sku_info .ft_big{
  font-size: 18px;
}
.bigimg_product .sku_info .ft_sm{
  font-size: 12px;
}
.bigimg_product .sku_info .sku_specnum{
  float: right;
  color: #666;
}

.bigimg_product .sku_more{
  font-size: 12px;
  color: #808080;
  margin-top:11px;
  height: 18px;
  line-height: 18px;
}

.bigimg_product .sku_more span{
  display: inline-block;
  max-width:70px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}
.bigimg_product .sku_more_4{
  margin-top:4px;
}
.bigimg_product .sku_cginfo{
  margin-top:9px;
  color: #bbb;
}

.sku_dh::after, .sku_xh::after {
  font-family: "iconfontxfs" !important;
  font-size: 32px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff6619;
  color: var(--themeColor);
  content: "\e61f";
  vertical-align: top;
  margin-left: 4px;
}
.sku_xh::after {
  content: "\e627";
}

.bigimg_product .sku_act{
  margin-top:10px;
  height: 18px;
}
.bigimg_product .sku_act span{
  display: inline-block;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #FF8000;
  border: 1px solid var(--themeColor);
  border-radius: 2px;
  font-size: 12px;
  margin-right: 3px;
  background: #FF8000;
  background: var(--themeColor);
  color: #fff;
}
.bigimg_product .sku_act .sku_act_t{
  background: #fff;
  color: #FF8000;
  color: var(--themeColor);
}

.bigimg_product .sku_btn{
  margin-top:12px;
  cursor: pointer;
  height: 26px;
}
.bigimg_product .sku_btn span{
  display: block;
  text-align: center;
  line-height: 24px;
  float: left;
}
.bigimg_product .sku_btn .sku_buy{
  width: 79px;
  height: 24px;
  border-radius: 4px 0 0 4px;
  border:1px solid #D3D3D3; 
}

.bigimg_product .sku_btn .sku_add{
  width: 119px;
  height: 24px;
  border-radius: 0 4px 4px 0;
  margin-left: -2px;
  border:1px solid #FF661A;
  border:1px solid var(--themeColor);
  color: #FF661A;
  color: var(--themeColor);
  background: #fff;
  position: relative;
  left: -1px; 
}


.bigimg_product .sku_btn .sku_add::before,.pro_add_btn::before{
  font-family: "iconfontxfs" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e630";
  margin-right: 2px;
}

.bigimg_product .sku_btn .sku_add_gwl{
  width: 200px;
  border-radius: 4px;
  border:1px solid #FF661A;
  border:1px solid var(--themeColor);
  color: #FF661A;
  color: var(--themeColor);
  background: #fff;
  box-sizing: border-box;
}
.sku_copy{
  cursor: pointer;
}

.sku_copy::after{
  font-family: "iconfontxfs" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d3d3d3;
  content: "\e64f";
  display: inline-block;  
  vertical-align: top;
  margin-left: 3px;
}

.bigimg_product .cate_more{
  background: url(../../icon/homePage/em_icon.png) no-repeat center 73px;
  text-align: center;
}

.bigimg_product .cate_more a{
  font-size: 14px;
  color: #295FCC;
  margin-top:260px;  
  padding-right: 15px;
  background: url(../../icon/icon_more.png) no-repeat right center;
  display: inline-block;
}

.wntj_pro_list{
  background: #EEECEB;
}
.tuijian_product_list li{
  padding: 0 16px;
  height: 324px;
  margin-right: 9px;
  position: relative;
}

.tuijian_product_list .right_li{
  margin-right: 0;
}

.tuijian_product_list li .sku_btn{
  position: absolute;
  right: 16px;
  bottom: 18px;
}
.tuijian_product_list li .sku_btn .sku_add{
  width: 24px;
  height: 24px;
  background: #FF661A;
  background:  var(--themeColor);
  border-radius: 4px;
}
.tuijian_product_list li .sku_btn .sku_add::before{
  color: #fff;
  margin-right: 0;
}

.tuijian_product_list li .sku_btn .sku_xjl{
  color: #295FCC;
  font-size: 14px;
}
.tuijian_product_list li .sku_info{
  margin-top:16px;
}

/*拉幕*/

.ban_draw {
  width: 100%;
  position: relative;
  background: #f1b03d;
  overflow: hidden;
}

.ban_draw .pic {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  display: block;
}

.ban_draw .pic img {
  display: block;
  width: 1200px;
  height: 500px;
}

.ban_draw .close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 60px;
  background: url(../../icon/index/close.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  margin-left: 570px;
  top: 37px;
}

/*底部浮窗*/
.ban_bottom {
  width: 1920px;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 999;
  overflow: hidden;
}

.ban_bottom .pic,
.ban_bottom .pic img {
  display: block;
  width: 1920px;
  height: 80px;
}

.ban_bottom_away {
  width: 200px;
  left: 0;
  margin-left: auto;
}

.ban_bottom .pic,
.ban_bottom_away .pic img {
  width: 128px;
}

.ban_bottom .close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 60px;
  background: url(../../icon/index/close.png) no-repeat 0 0;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: 572px;
  cursor: pointer;
}

/*活动弹窗*/
.ban_activity {
  width: 400px;
  height: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -200px;
  z-index: 999;
  overflow: hidden;
}

.ban_activity .pic,
.ban_activity .pic img {
  display: block;
  width: 400px;
  height: 300px;
}

.ban_activity .close {
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 60px;
  background: url(../../icon/index/close.png) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: 17px;
}


/*首页导航栏固定顶部*/

.fixed_header {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 60px;
  box-shadow: 0 4px 4px 0 rgba(224, 224, 224, 0.50);
  width: 100%;
  /* overflow: hidden; */
}

.fixed_header .lodo_01 {
  height: 60px;
  line-height: 60px;
}

.fixed_header .lodo_01 img {
  height: 44px;
  width: auto; 
}

.fixed_header .key_word {
  display: none;
}

.fixed_header .search_box {
  margin-top: 8px;
}

.fixed_header .cart {
  margin-top: -23px;
}

.fixed_header .logo {
  padding: 0;
  height: auto;
}

.fixed_header .input_form{
  height: 40px;
}
.fixed_header .input_form input{
  height: 30px;
}
.fixed_header button{
  height: 44px;
}

.fixed_header .cart a{
  height: 38px;
  line-height: 30px;
  margin-top: -2px;
}



/*弹窗公用*/

/* .pro_masks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10011;
}

.pro_masks .masks_bg {
  border: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.pop_win {
  background: #fff;
  box-shadow: 0 2px 17px 12px rgba(0, 0, 0, 0.10), 0 2px 17px 12px rgba(0, 0, 0, 0.10);
  border-radius: 8px;
}

.pop_win .icon {
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  background-image: url(../../icon/homePage/index_pop_sprites.png);
  background-repeat: no-repeat;
}

.pop_win .btn_bottom {
  text-align: center;
}

.pop_win .btn_or {
  height: 34px;
  line-height: 34px;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #FF661A;
  text-decoration: none;
  border-radius: 2px;
}

.pop_win .btn_or:hover {
  background: #cc6813;
}

.pop_win .btn_or:active {
  background: #b15b14;
} */


/*第一步弹窗*/

/* .pro_masks .pop_password_01 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -175px 0 0 -370px;
}

.pop_password_01 {
  width: 740px;
  height: 350px;
  text-align: center;
}

.pop_password_01 .icon_cue {
  background-position: 0 0;
  width: 68px;
  height: 68px;
  margin: 85px 0 25px;
}

.pop_password_01 span {
  display: block;
  text-align: center;
  font-size: 20px;
}

.pop_password_01 .btn_or {
  margin: 55px auto 0;
} */


/*第二步弹窗*/

/* .pro_masks .pop_password_02 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -270px 0 0 -370px;
}

.pop_password_02 {
  width: 740px;
  height: 540px;
}

.pop_password_02 h3 {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #C5CCD6;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px;
}

.pop_password_02 .step {
  width: 498px;
  margin: 70px auto 0;
}

.pop_password_02 .step li {
  float: left;
  width: 166px;
  position: relative;
  text-align: center;
}

.pop_password_02 .step li span {
  display: block;
  padding-top: 30px;
  color: #999;
}

.pop_password_02 .step li i {
  position: absolute;
  top: 9px;
  left: -3px;
  border-radius: 100px;
  width: 172px;
  background: #CBCBCB;
  height: 5px;
}

.pop_password_02 .step li:last-child em {
  background: url(../../icon/homePage/index_pop_sprites.png) no-repeat 0 -70px;
}

.pop_password_02 .step li em {
  display: inline-block;
  position: absolute;
  left: 71px;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #D8D8D8!important;
  font: normal 12px/24px Arial;
  color: #fff;
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
}

.pop_password_02 .step li.curr {
  z-index: 10;
}

.pop_password_02 .step li.curr em,
.pop_password_02 .step li.curr i {
  background-color: #60C042!important;
}

.pop_password_02 .step li.curr span {
  color: #60C042;
}

.pop_password_02 .info {
  clear: both;
  padding-top: 47px;
}

.pop_password_02 .info .clearfix {
  padding-bottom: 30px;
  color: #666;
}

.pop_password_02 .info label {
  float: left;
  width: 250px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
}

.pop_password_02 .info input {
  float: left;
  width: 250px;
  height: 24px;
  border: 1px solid #d3d3d3;
  padding-left: 5px;
  width: 160px;
}

.pop_password_02 .info .code {
  float: left;
  background: #F5F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 24px;
  padding: 0 24px;
  text-align: center;
  color: #333;
  text-decoration: none;
  line-height: 24px;
  margin-left: 20px;
}

.pop_password_02 .info img {
  float: left;
  width: 112px;
  height: 26px;
  margin-left: 10px;
}

.pop_password_02 .info .pic {
  float: left;
  line-height: 26px;
  margin-left: 10px;
  color: #666;
  text-decoration: none;
}

.pop_password_02 .info .pic:hover {
  color: #FF661A;
}

.pop_password_02 .btn_or {
  margin: 50px auto 0;
}

.pop_password_02 .inv-ipt {
  position: relative;
}

.pop_password_02 .inv-ipt .invisible {
  position: absolute;
  left: 405px;
  top: 5px;
  width: 17px;
  height: 15px;
  background: url(../../icon/homePage/index_pop_sprites.png) no-repeat -24px -70px;
  overflow: hidden;
  cursor: pointer;
}

.pop_password_02 .inv-ipt .invisible.visible {
  background-position: -44px -70px;
}

.pop_password_02 .info_ok {
  clear: both;
  padding: 90px 0 0 300px;
  position: relative;
  line-height: 30px
}

.pop_password_02 .icon_ok {
  width: 50px;
  height: 50px;
  background-position: 0 -100px;
  position: absolute;
  left: 228px;
}

.pop_password_02 .info_ok .text {
  font-size: 22px;
  font-weight: bold;
}

.pro_masks .pop_area {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -175px 0 0 -370px;
}

.pop_area {
  width: 650px;
  height: 400px;
  text-align: center;
} */


.modify_code {
  margin: 0;
  padding: 0;
}

.modify_code .info {
  position: relative;
}

.modify_code .btn_bottom {
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center
}

.modify_code .btn_bottom a {
  cursor: pointer;
}

.modify_code .info_ok .btn_bottom {
  text-align: center;
}

.modify_code .info_ok .btn_or {
  height: 34px;
  line-height: 34px;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #FF661A;
  text-decoration: none;
  border-radius: 2px;
}

.modify_code .info_ok .btn_or:hover {
  background: #cc6813;
}

.modify_code .info_ok .btn_or:active {
  background: #b15b14;
}

.modify_code .btn_bottom .btn_goout {
  height: 32px;
  line-height: 34px;
  padding: 0 28px;
  color: #0B5DA2;
  font-size: 14px;
  display: inline-block;
  background: #fff;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  margin-left: 10px;
}

.modify_code .info .icon_cue {
  display: block;
  background: url(../../icon/homePage/index_pop_sprites.png) no-repeat 0 0;
  width: 68px;
  height: 68px;
  margin: 35px auto 25px;
}

.modify_code .info .icon_cue_text {
  display: block;
  text-align: center;
  font-size: 20px;
}

.btn_or {
  height: 34px;
  line-height: 34px;
  padding: 0 30px;
  color: #fff!important;
  font-size: 14px;
  display: inline-block;
  background: #FF661A;
  text-decoration: none;
  border-radius: 2px;
}

.btn_or:hover {
  background: #cc6813;
}

.btn_or:active {
  background: #b15b14;
}


/*.jeBox-height{height:auto;}*/

.modify_code .step {
  width: 498px;
  margin: 70px auto 0;
}

.modify_code .step li {
  float: left;
  width: 166px;
  position: relative;
  text-align: center;
}

.modify_code .step li span {
  display: block;
  padding-top: 30px;
  color: #999;
}

.modify_code .step li i {
  position: absolute;
  top: 9px;
  left: -3px;
  border-radius: 100px;
  width: 172px;
  background: #CBCBCB;
  height: 5px;
}

.modify_code .step .lastli em {
  background: url(../../icon/homePage/index_pop_sprites.png) no-repeat 0 -70px;
}

.modify_code .step .step_lastli em {
  background: url(../../icon/homePage/index_pop_sprites.png) no-repeat 0 -70px;
}

.modify_code .step li em {
  display: inline-block;
  position: absolute;
  left: 71px;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #D8D8D8!important;
  font: normal 12px/24px Arial;
  color: #fff;
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
}

.modify_code .step li.curr {
  z-index: 10;
}

.modify_code .step li.curr em,
.modify_code .step li.curr i {
  background-color: #60C042!important;
}

.modify_code .step li.curr span {
  color: #60C042;
}

.modify_code .info .clearfix {
  padding-bottom: 30px;
  color: #666;
  height: 30px;
}

.modify_code .info label {
  float: left;
  width: 370px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
  line-height: 27px;
}

.modify_code .info .t {
  float: left;
  font-size: 14px;
  padding-top: 2px;
}

.modify_code .info input {
  float: left;
  height: 24px;
  border: 1px solid #d3d3d3;
  padding-left: 5px;
  width: 160px;
  line-height: 24px;
}

.modify_code .info .code {
  float: left;
  background: #F5F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 24px;
  padding: 0 24px;
  text-align: center;
  color: #333;
  text-decoration: none;
  line-height: 24px;
  margin-left: 20px;
}

.modify_code .info img {
  float: left;
  width: 112px;
  height: 26px;
  margin-left: 10px;
}

.modify_code .info .pic {
  float: left;
  line-height: 33px;
  margin-left: 10px;
  color: #666;
  text-decoration: none;
}

.modify_code .info .pic:hover {
  color: #FF661A;
}

.modify_code .info .getVerifi {
  cursor: pointer;
  float: left;
  background: #F5F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  text-align: center;
  color: #333;
  text-decoration: none;
  margin: 2px 0 2px 10px;
}

.modify_code .info .fang_yan {
  cursor: pointer;
  float: left;
  background: #F5F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  text-align: center;
  color: #333;
  text-decoration: none;
  width: 110px;
  height: 32px;
  line-height: 32px;
  margin: -2px 0 0 10px;
}

.modify_code .info_ok {
  clear: both;
  line-height: 30px;
  background-position: 0 -55px;
  position: relative;
  padding: 60px 0 0 215px;
  width: 231px;
}

.modify_code .info_ok p {
  margin: 0;
  padding: 0;
}

.modify_code .info_ok .text {
  font-size: 22px;
  font-weight: bold;
}

.modify_code .inv-ipt {
  position: relative;
}

.modify_code .inv-ipt .icon {
  background-image: url("../../icon/homePage/index_pop_sprites.png")
}

.modify_code .inv-ipt .invisible {
  position: absolute;
  left: 523px;
  top: 5px;
  width: 17px;
  height: 15px;
  background-position: -24px -70px;
  cursor: pointer;
}

.modify_code .inv-ipt .invisible.visible {
  background-position: -44px -70px;
}

.modify_code .info label {
  width: 170px;
}

.modify_code .inv-ipt .invisible {
  left: 322px;
}

.modify_code .icon_ok {
  left: 150px;
  width: 50px;
  height: 50px;
  background: url("../../icon/homePage/index_pop_sprites.png") no-repeat 0 -100px;
  position: absolute;
}

.error {
  color: #FF661A;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden
}

.modify_code .info .clearfix .getYzm {
  cursor: pointer;
  float: left;
  background: #F5F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  text-align: center;
  color: #333;
  text-decoration: none;
  margin: -2px 0 0 10px;
}

.modify_code .info .clearfix .dis_color {
  pointer-events: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.pop_password_01 .close {
  background: url(../images/index/myfs_comm_sprites.png) no-repeat 0 -20px;
  width: 30px;
  height: 30px;
  line-height: 90px;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.pop_password_01 .paypwd {
  font-size: 20px;
}

.pop_password_01 .paypwd p {
  line-height: 28px;
}

.pop_password_01 .btn_bottom .btn_goset {
  margin: 40px auto 0;
}

.home_page .search_ic .search_ic_btn{
  height: 48px;
  line-height: 48px;
  border: none;
  background: #fff;
}