
.default_mask{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; background: rgba(0,0,0,0.6);}
.default_main{ width: 1100px; padding-bottom: 45px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #ffffff; border-radius: 20px;}
.default_title{  position: relative;  text-align: center; color: #1fa8e2; font-size: 32px; padding: 45px 0 35px; background: url(/content/dam/sonystyle/smallapp/dealerweb/images/navs/title_slice.png) center bottom no-repeat;}
.sclose{ width: 36px; position: absolute; display: block; right: 10px; top: 10px;}
.default_con{ width: 1000px; margin: 0 auto; padding-top: 50px;}

.slc_a{ width: 100%; text-align: center; max-height: 380px; overflow: auto; padding-top: 2px;}
.slc_a::-webkit-scrollbar{
  display:none;/*隐藏滚动条*/
 } 
 #cp_l,#wcp_l{  overflow: auto; max-height: 300px;}
#cp_l::-webkit-scrollbar,#wcp_l::-webkit-scrollbar{
  display:none;/*隐藏滚动条*/
 } 
.default_con a{ display: inline-block; width: 130px; height: 130px; box-sizing: border-box; border: 1px solid #ebebeb ; border-radius: 10px; color: #777777; background: #ffffff;  position: relative; margin-right: 38px; margin-bottom: 40px;}
.default_con a img{ display: block; margin: 0 auto; padding-top: 10px;width: 68px;}
.default_con a p{ width: 100%; text-align: center; padding-top: 10px; font-size: 15px;}
.default_con a span{ display: block; width: 26px; height: 26px; text-indent: -9999px; background: url(/content/dam/sonystyle/smallapp/dealerweb/images/navs/checked.png) no-repeat; position: absolute; right: -4px; top: -4px; display: none;}

.default_con a.noright{ margin-right: 0px;}
.default_con a:nth-child(6n){margin-right: 0px;}
.default_con a.sactive{  border: 2px solid #1fa8e2 ; background: #effaff; color: #1fa8e2; }
.default_con a.sactive span{ display: block;} 




.default_btn{ width: 100%; padding-top: 15px;}
a.s_submit{ display: block; width: 223px;   margin: 0 auto;}

@media screen and (max-width:1400px){
  .sclose {
      width: 36px;
      position: absolute;
      display: block;
      right: -42px;
      top: 6px;
  }
  .default_main{ width: 1000px; }
  .default_title{ width: 900px; margin: 0 auto; padding: 35px 0 30px; font-size: 28px;}
  .default_con{ width: 900px; padding-top: 45px;}
  .default_con a{  width: 130px; margin-right: 15px; margin-bottom: 30px;}

  .default_btn{ width: 100%; padding-top: 10px;}
  a.s_submit{ width: 220px;}





}


