html {
    margin: 0;
    padding: 0;
    border: 0;
}
body {  
  margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "微软雅黑","微软雅黑","Microsoft YaHei",Helvetica,Tahoma,sans-serif;
    vertical-align: baseline;
}
.kz-pc {
    background: #f5f5f5;
    font-family: PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans;
}

.kz-pc .kz-pc-header {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    position: relative;
    z-index: 12;
}
.kz-b-c-t {
    background-color: #003004 !important;
}
.kz-f-c-tc {
    color: #FFFFFF !important;
}

.kz-pc .kz-pc-header .kz-pc-header-inner {
    height: 100%;
    max-width: 600px;
    margin: auto;
    box-sizing: border-box;
    padding-top: 10px;
}

.kz-pc .kz-pc-header .kz-pc-header-inner [data-pc-logo] {
    max-width: 80px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    line-height: 60px;
}
.kz-pc .kz-pc-header .kz-pc-header-inner [data-pc-logo] img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
	margin-left:10px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.kz-pc .kz-pc-header .kz-pc-header-inner [data-pc-title] {
    font-size: 24px;
    display: inline-block;
    color: inherit;
    vertical-align: top;
    overflow: hidden;
    max-width: 176px;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}

.kz-pc .kz-pc-header .kz-pc-header-inner [data-pc-kf] {
    font-size: 14px;
    display: inline-block;
    color: inherit;
    vertical-align: top;
    overflow: hidden;
    max-width: 176px;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
	margin-left:30px;
	margin-top:15px;
}
.kz-pc .kz-pc-header .kz-pc-header-inner [data-pc-sy] {
    font-size: 14px;
    display: inline-block;
    color: inherit;
    vertical-align: top;
    overflow: hidden;
    max-width: 176px;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
	margin-top:15px;
}


.kz-pc .kz-pc-header .kz-pc-header-inner [data-pc-menu] {
    display: inline-block;
    margin-left: 140px;
    height: 60px;
    line-height: 60px;
}
.kz-pc .kz-pc-header .kz-pc-header-inner [data-pc-menu] ul {
    height: 100%;
}
ul, ol {
    list-style: none;
	margin-left:-25px;
}
.kz-pc .kz-pc-header .kz-pc-header-inner [data-pc-menu] li {
    display: inline-block;
    max-width: 64px;
    margin-right: 10px;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
}
.kz-pc .kz-pc-header .kz-pc-header-inner [data-pc-menu] li a {
    color: inherit;
}

.kz-pc #phone-main {
    max-width: 600px!important;
    top: 90px!important;
	margin:0 auto;
    border: 20px solid #fff!important;
    background: #fff;
}
.phzgamerule-main{
	min-height:400px;
    border: solid 3px #4BACC6 ;
    border-radius:15px;
    font-size: 12px;
	width:100%;
	
}
.phzgamerule-main-title{
    margin: 20px 0px 0px 20px;
    font-size: 22px;
    font-weight: bold;
}
.phzgamerule-title{
    margin: 15px;
    min-height:350px;
    border: solid 1px #46AAC5 ;
    border-radius:15px;
    background-color: #DBEEF4;
}
.phzgamerule-content{
    background-color: #DBEEF4;
    padding-left: 3%;
    padding-right: 3%;
}
.phzgamerule-main img{
    max-width:100%;
    max-height: 100%;
}
.phzgamerule-title .label{
    position: absolute;
    width: 200px;
    left: 280px;
    top: 10px;
}

.phzgamerule-main-header{
    margin-left: 15px;
    margin-top: 20px;
    font-size: 12px;
}
.clear{
    margin-top: 5px;
    width: 95%;
    height: 15px;
    border-bottom:solid 2px #808080;
}
.answer-clear{
    width: 95%;
    clear: both;
   /* border-bottom:dashed 1px #D5D5D5;*/
}

