html, body {
    padding: 0;
    margin: 0;
    width: 780px;
    max-width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3a585f;
}
body {
    overflow-y: auto;
    background-position: top;
    background-attachment: fixed;
    -webkit-overflow-scrolling: touch;
    -webkit-user-drag: none;
	word-break: break-word;
}
 
body.locked {
    overflow-y: hidden;
}

.hidden {
    display: none;
}

.content-item {
    /*width: 100%;*/
    border-radius: 5px;
    background-image: linear-gradient(to right, #cac1a9, #d4ccb5, #d2cab6, #d2cab7, #c7bea4, #d0c5aa, #cac1a9);
    padding-bottom: 2px;
    margin: 3px;
}

.yuming {
  display: none;
}

/* 标题栏开始 */
.biaotou {
  width: 100%;
}

.biaotou table {
  width: 100%;
  border-collapse: collapse;
 
}

.biaotou td {
  /*height: 40px;*/
  /*border: 10px double #ffffff;*/
  text-align: center;
   /*background-color: #0000FF;*/
  background-image: linear-gradient(to right, #cac1a9, #d4ccb5, #d2cab6, #d2cab7, #c7bea4, #d0c5aa, #cac1a9);
 
}

.biaotou .title {
  font-size: 18pt;
  color: black;
  font-family: 楷体;
}

.biaotou .title font {
  color: #FFFF00;
}
/*标题栏结束 */


/*单双内容开始(头单双中特) */
	.danshuang table {
	  border-collapse: collapse;
	  width: 99%;
	   margin: 0 auto;
	     position: relative;
	}
	
	.danshuang thead {
	  /*background-color: #f2f2f2;*/
	}
	
	.danshuang th, .danshuang td {
	  text-align: center; /* 居中4 92130.com原创技术出品 */
	  padding: 8px;
	  font-size: 16px; /* 字体大小为 16 像素 */
	  font-weight: bold; /* 字体粗细为粗体 */
	}
	
	/*.danshuang tr:nth-child(odd) {*/
	/*   background-image: linear-gradient(to bottom right, #9cfff4, #b28fff);*/
	/*}*/
	/*.danshuang tr:nth-child(even) {*/
 /*      background-image: linear-gradient(to bottom right, #9cfff4, #b28fff);*/
 /*       }*/
	.danshuang td {
	  border: 1px solid #ddd;
	  
	}
.danshuang tr.cuo td {
  position: relative;
}
.danshuang tr.cuo td::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  border-bottom: 1px solid #dfdfdf;
}
.danshuang td font.yana {
  color: #974895;
}

.danshuang td font.yanb {
  color: #000000;
}

.danshuang td font.yanc {
  color: #217d31;
}

.danshuang td span.yanse {
 background-color: #FFFF00;
 color:red;"
}
	
/*单双内容结束 */

/*平特内容开始 */
	.pingte table {
	  border-collapse: collapse;
	  width: 99%;
	   margin: 0 auto;
	     position: relative;
	}
	
	.pingte thead {
	  background-color: #f2f2f2;
	}
	
	.pingte th, .pingte td {
	  text-align: center; /* 居中4 92130.com原创技术出品 */
	  padding: 8px;
	  font-size: 16px; /* 字体大小为 16 像素 */
	  font-weight: bold; /* 字体粗细为粗体 */
	}
	
	/*.pingte tr:nth-child(odd) {*/
	/*   background-image: linear-gradient(to bottom right, #dc6363, #3b3609);*/
	/*}*/
	/*.pingte tr:nth-child(even) {*/
 /*      background-image: linear-gradient(to bottom right, #dc6363, #3b3609);*/
 /*       }*/
	.pingte td {
	  border: 1px solid #ddd;
	  
	}
.pingte tr.cuo td {
  position: relative;
}
.pingte tr.cuo td::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  border-bottom: 1px solid #5eea95;
}
.pingte td font.yana {
  color: #4c7af2;
}

.pingte td font.yanb {
  color: #ecea78;
}

.pingte td font.yanc {
  color: black;
}
.pingte td span.yanse {
 background-color: #FFFF00;
 color:red;"
}
	
/*平特内容结束 */





