* {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0
}

body {
    background-color: #f8f8f8;
    color: #333;
    font-size: .24rem
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}

a {
    text-decoration: none;
    color: #333
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.dn{
    display: none;
}
.blank20 {
    clear: both;
    height: .2rem;
    overflow: hidden
}

.clearfix:after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

.clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.wapper-box {
    width: 7.5rem;
    margin: 0 auto
}

.wapper {
    padding: 0 .3rem;
}

img {
    display: block;
    width: 100%;
}

/*index*/
.jiwang{
background-color: #d4372a;
}
.jiwang .p3 {
    position: relative;
    background: url(../images/03.jpg) no-repeat center 0;
    background-size: 100% 100%;
    height: 23.77rem;
    color: #fff;
}
.jiwang .p3 .b-title {
    font-size: .44rem;
    text-align: center;
    margin-bottom: .36rem;
}
.jiwang .p3 .b-desc {
    font-size: .32rem;
    text-align: center;
    margin-bottom: .36rem;
}
.jiwang .p3 .b-ul li {
    font-size: .32rem;
    text-align: left;
    margin-bottom: .36rem;
    padding-left: .3rem;
    position: relative;
    line-height: .44rem;
}
.jiwang .p3 .b-ul li::before {
    left: 0;
    top: .16rem;
    content: '';
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    background-color: #ffcf3f;
    position: absolute;

}
.jiwang .p3 .b-ul-jiang {
    margin-bottom: .4rem;
}
.jiwang .p3 .b-ul-jiang li {
    font-size: .30rem;
    text-align: left;
    margin-bottom: .24rem;
    padding-left: .66rem;
    position: relative;
    line-height: .44rem;
}
.jiwang .p3 .b-ul-jiang li::before {
    content: '';
    position: absolute;
    width: .29rem;
    height: .28rem;
    left: .2rem;
    top: .1rem;
    background: url('./guan.png') 0 0 no-repeat;
    background-size: 100%;
}
.zixun {
    font-size: .36rem;
    text-align: left;
    padding-left: .7rem;
    position: relative;
    line-height: .44rem;
}
.zixun::before {
    content: '';
    position: absolute;
    width: .38rem;
    height: .36rem;
    left: .2rem;
    top: .06rem;
    background: url('./wujiaoxing.png') 0 0 no-repeat;
    background-size: 100%;
}

/*cards*/
.cards {
    position: relative;
    background: url(../images/jiwangkai.jpg) no-repeat center 0;
    background-size: 100% 100%;
    width: 100%;
    height: 16.88rem;
    z-index: 10;
}
.cards .text {
    padding: 0 .24rem;
    max-width:80%;
    box-sizing: border-box;
    height: .76rem;
    line-height: .76rem;
    position: absolute;
    background-color:#f5af19;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f5af19), to(#e26823));
    top: 2.3rem;
    left: 50%;
    border-radius: .16rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: .36rem;
    white-space: nowrap;
    overflow: hidden;
}
.cards .wang-list {
    position: absolute;
    bottom: 2.56rem;
    width: 100%;
    overflow: hidden;
}
.cards .wang-list li {
    width: 33%;
    float: left;
}
.cards .btn-draw {
    width: 3.15rem;
    height: .83rem;
    position: absolute;
    bottom: 1.12rem;
    left: 50%;
    background: url(../images/draw.png) no-repeat center 0;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.dialog{
    position: fixed;
    z-index: 5000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    text-align: center;
    border-radius: .1rem;
    overflow: hidden;
}
.dialog.baoxiang{
    width:4.84rem;
    height:5.3rem;
    background: url(../images/baoxiangbg.png) no-repeat center 0;
    background-size: 100% 100%;
    text-align: center;
}
.dialog.submit{
    width:6.86rem;
    height:8.64rem;
    background: url(../images/formbg.png) no-repeat center 0;
    background-size: 100% 100%;
    text-align: center;
}
.dialog.scode{
    width:3.5rem;
    height:3.5rem;
    background: url(../images/qrcode.png) no-repeat center 0;
    background-size: 100% 100%;
    text-align: center;
}
.dialog.baoxiang .close{
    position: absolute;
    top:0;
    right:0;
    width:.51rem;
    height:.51rem;
    background: url(../images/close.png) no-repeat center 0;
    background-size: 100% 100%;
    text-align: center;
    z-index:5001;
}
.dialog.baoxiang .text{
    color: #b30800;
    font-size: .26rem;
    font-family: "PingFang SC";
    line-height: 5.3rem;
    -moz-transform: matrix( 2.15262508883022,0,0,2.17089615837481,0,0);
    -webkit-transform: matrix( 2.15262508883022,0,0,2.17089615837481,0,0);
    -ms-transform: matrix( 2.15262508883022,0,0,2.17089615837481,0,0);
    text-shadow: .02rem .02rem 0 #fff,-.02rem -.02rem 0 #fff;
}

.dialog.submit .dialog_form{
    width:100%;
    top:2.92rem;
    position: relative;
}
.dialog.submit .dialog_form .cell{
    padding:0 .9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom:.5rem;
}
.dialog.submit .dialog_form .cell .cell_hd{
    width:1.8rem;
    color:#000;
    font-size:.34rem;text-align: left;
}
.dialog.submit .dialog_form .cell .cell_bd{
    position:relative;
    padding:0 .2rem;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background: #fff;
    border-radius: .26rem;
}
.dialog.submit .dialog_form .cell .cell_bd input{
    border:none;outline:medium;
    padding:.16rem 0;
    width: 100%;
    height: .26rem;
    border: 0;
    font-size:.34rem;
    line-height: .25rem;
    box-sizing: content-box;
}
.dialog.submit .dialog_form .btn-submit{
    width:3.86rem;
    height:.72rem;
    background: url(../images/btn-submit.png) no-repeat center 0;
    background-size: 100% 100%;
    margin:.8rem auto 0;
}


/*records*/
.records{
    position: relative;
    background: url(../images/recodsbg.jpg) no-repeat center 0;
    background-size: 100% 100%;
    width: 100%;
    height: 14.04rem;
    z-index: 10;
}
.records .Title{
    font-size:.43rem;
    text-align: center;
    padding:.4rem;
    line-height: .48rem;
     color:#fff;
}
.records .content{
  /*padding:0 .28rem;*/
}
.records .content .msg-tr{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.records .content .msg-tr .item{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.records .content .msg-tr .item .placeholder{
    margin: 0 .28rem;
    height:.58rem;
    line-height: .58rem;
    border:1px dashed #fff;
    text-align: center;
    color: #fff;
    font-size:.37rem;
}
.records .content .msg-tr.list .item{
    margin-top:.34rem;
}
.records .content .msg-tr.list .item .placeholder{
  border:none;
  position: relative;
}
.records .content .msg-tr.list .item .placeholder .btn-code{
    width:2.04rem;
    height:.58rem;
    background: url(../images/btn-code.png) no-repeat center 0;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.records .content .records-list{
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    top: 2.3rem;
    right: 0;
    bottom: 5.4rem;
    left: 0;
    position: absolute;
    height:6rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}