@charset "utf-8";
body{background-color:#fff;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w70{width:70%;}
.w30{width:30%;}
.w80{width:80%;}
.w20{width:20%;}
.w25{width:25%;}
.w90{width:90%;}
.w10{width:10%;}
.w45{width:45%;}
.w47{width:47%;}
.w33{width:33.33%}
.w100{width:100%}
/*download*/
.download_con{padding:60px 0 80px 0;font-family:'Roboto',serif;}
.download_con h1{font-size:2.4em;}.download_con h2{font-size:1.6em;padding:1em 0;font-weight:400;}
.download_con .adtext{font-size:1.8em;margin:.8em 0 1.5em 0;color:#555;}
.device_tab_con{height:200px;border:1px solid #e5e5e5;border-right:none}
.device_item_con{position:relative;height:200px;width:254.75px;border-right:1px solid #e5e5e5;font-size:1.3em;vertical-align: center;}
.device_item_con img{margin-top:30px;}
.device_item_con strong{display:block;margin-top:1em;font-weight:400}
.device_item_con a{width:100%;height:100%;display:block;}
.device_item_con a:hover img{transform: scale(1.2, 1.2);transition: .4s transform;}
.device_item_con a.selected:hover img{transform:none;}
.device_item_con a.selected{background-color:#2C6CCE;color:#fff;}
.device_item_con a.selected:after{
    right: -15px;
    border: 8px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #3667C7;
    bottom:0;
    left:50%;
    margin-bottom: -16px;
    
}