/* 全局变量 */
:root{
    --xt:#FFA466;
    --backgroundColor:#f8f6f6;
    --borderColor:#cdcdcd;
    --textColor:#999999;
    --blank:#fff;
    --box-s: 0 0 8px 3px #eeeeee;
    --Hong:#FF0206;
    --btn:#FF7900;
}

/* 整体控制 */
body{
    box-sizing: border-box;
    max-width: 1080px;
    min-width: 340px;
    min-height: 760px;
    font-size: 14px;
    margin: 0 auto;
    background: var(--backgroundColor);

}

a,button,input,label{-webkit-tap-highlight-color:rgba(255,0,0,0);}

a{
    text-decoration: none;
}

input{
    outline: none;
}
