﻿@charset "UTF-8";
/**
  *   @authors    SBLD
  *   @date       2015.65
  *   @verson     1.0
  */

html,body{
    font-family: Helvetica,"microsoft yahei";
    font-size:10px;
    //background: #ffffff;
}

body{
    position: relative;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch;
}

html,body,h1,h2,h3,h4,h5,h6,hr,p,div,span,ul,li,ol,dl,dt,dd,pre,form,img,input,select,blockquote,fieldset,abbr{
    padding:0;
    margin:0;
}


a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

input ,select{
    outline:none;
    border:0;
}

input[type="text"]{
    background-position-y:1px;
}

*{
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}

clearfix:after{
    display:block ;
    clear:both;
    content:"";
    visibility: hidden;
    height: 0;
}

clearfix{
    zoom:1;
}

@media screen and(max-device-width:320px){
    body{
        -webkit-text-size-adjust:none;
    }
}

@media screen and (max-device-width:480px){
    body{
        -webkit-text-size-adjust:none;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px){
    body{
        -webkit-text-size-adjust:none;
    }
}

.text-nowrap{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}