

/* CSS Document */

html, body {

    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size: 14px;

}

html{

    background: url("bg3.png")/*tpa=https://www.6600777vip.xyz/images/bg3.png*/ repeat;

    background-attachment: fixed;

}

body{

    max-width: 720px;

    margin:0 auto;

/*    overflow-x: hidden;*/

}


    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box; 

}



ol, ul {

    list-style: none;

}



a:focus {

    outline: none;

}



a.hidefocus {

    outline: none

}

img{
    /*height: auto;*/

}





input[type=text], input[type=button], input[type=submit] {

    -webkit-appearance: none;

    outline: none;

}









button {

    border: 0;

    outline: none;

    cursor: pointer;

}

input{outline:none}



.clearfix:before, .clearfix:after {

    content: "";

    display: table;

}

.clearfix:after {

    clear: both;

}
