﻿html {
  overflow-x:hidden;
  overflow-y:hidden;
  scrollbar-face-color:#464646;
  scrollbar-highlight-color:#000000;
  scrollbar-3dlight-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-Shadow-color:#000000;
  scrollbar-arrow-color:#000000;
  scrollbar-track-color:#000000;
}
body {margin: 0px;padding: 0px; font-family:"Verdana"; font-size:12px; color:#000000;background-color:#464646; background:url(../images/pyindex_bg.jpg);}
th {color: #d3d3d3;}
td {color: #d3d3d3;}
body {color: #d3d3d3;}
a:link {color: #d3d3d3; text-decoration: none;}
a:visited {text-decoration: none; color: #d3d3d3;}
a:hover {text-decoration: none; color: #ea7603;}
a:active {text-decoration: none; color: #ea7603;}

a.one:link {color: #ea7603; text-decoration: none;}
a.one:visited {text-decoration: none; color: #ea7603;}
a.one:hover {text-decoration: none; color: #eeeded;}
a.one:active {text-decoration: none; color: #eeeded;}

.style1 {color:#ea7603}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
hr{ width:375px; font-size:1px; color:#464646;} 

#mian{margin:0 auto;min-width:1003px; padding-top:0;}
#pyindex{ height:328px; margin-top:0; background:url() no-repeat center; float:center; padding-top:0;}
.content{ width:1000px; margin:0 auto; text-align:center;}
#indexuser{ height:218px; margin-top:0; background:url() no-repeat center; float:center; padding-top:0;}
.content{ width:1000px; margin:0 auto; text-align:center;}
#pysc{ width:100% auto; margin:5px 1% auto auto; text-align:right;}
#pycopy{ width:100% auto; margin:0 0 auto auto; text-align:right;}

#pydownload{ height:201px; margin-top:2%; background:url() no-repeat center;}
.content{  width:1000px;margin:0 auto; text-align:center;}
#pydownloadcopy{ width:100% auto; margin:1% 2% auto auto; text-align:right;}
.pydownloadcenter{width:100% auto; margin:0 auto; text-align:right;}

.pygame{width:100% auto; margin:0 auto; text-align:center;}

.scroll {   
        width: 470px;                                     /*宽度*/   
        height: 390px;                                  /*高度*/   
        color: #000000;                                        /*颜色*/   
        font-family:Verdana, Arial, Helvetica, sans-serif;  /*字体*/   
        padding-left: 1px;                             /*层内左边距*/   
        padding-right: 1px;                            /*层内右边距*/   
        padding-top: 1px;                              /*层内上边距*/   
        padding-bottom: 1px;                           /*层内下边距*/   
        overflow-x:hidden;                             /*横向滚动条(scroll:始终出现;auto:必要时出现)*/   
        overflow-y: auto;                             /*竖向滚动条*/   


  overflow-x:hidden;
  scrollbar-face-color:#efd9a1;
  scrollbar-highlight-color:#18618f;
  scrollbar-3dlight-color:#18618f;
  scrollbar-darkshadow-color:#18618f;
  scrollbar-Shadow-color:#18618f;
  scrollbar-arrow-color:#18618f;
  scrollbar-track-color:#18618f;
}   