@charset "utf-8";

.NatPoll {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

/*???*/
.NatPoll-nr {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    overflow: hidden;
}

.NatPoll-nr div {
    float: left;
}

.NatPoll-bt {
    display: flex;
    align-items: center;
}

.NatPoll-bt span {
    color: rgb(54, 51, 66);
    font-size: 30px;
    margin-left: 8px;
}

.NatPoll-lx {
    padding: 15px 16px 33px 16px;
    color: rgb(106, 107, 117);
    font-size: 14px;
}

/*
???*/
.NatPoll-lun {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;

}

.NatPoll-bo {
    width: 10000px;
    position: absolute;
    top: 0;
}

.NatPoll-bo div {
    float: left;
}

.BtnContainer {
    width: 100%;
    height: 0;
    position: relative;
}

.BtnList {
    position: absolute;
    bottom: 40px;
    width: 180px;
    left: 46%;
    overflow: hidden;
    zoom: 1;
}

.BtnList>li {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /*behavior: url(iecss3.htc);*/
    background: #a4a9a3;
}

.BtnList>li.active {
    background: white;
}

/*
??????*/
.NatPoll-deng {
    width: 720px;
    z-index: 999;
    overflow: hidden;
    margin: 0 auto;
}

.NatPoll-dengA {
    height: 321px;
    margin: 100px auto;
}

.NatPoll-dengB {
    width: 682px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.NatPoll-dengC {
    width: 60%;
    height: 100%;
    position: absolute;
    bottom: 0;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}

.NatPoll-dengC p {
    font-size: 28px;
    color: #fff;
    padding-top: 45px;
}

.NatPoll-dengC .sys-name {
    font-size: 36px;
    color: #fff;
    word-break: break-all;
}

.NatPoll-dengC img {
    /* margin: 90px 0 22px 14px; */
    position: absolute;
    left: 10px;
    bottom: 6px;
}

.NatPoll-dengD {
    width: 40%;
    height: 100%;
    float: left;

}

.NatPoll-dengE {
    width: 240px;
    padding: 45px 0 0 0;
    margin: 0 auto;
}

.NatPoll-dengE input[type=text],
.NatPoll-dengE input[type=password] {
    width: 100%;
    padding: 10px 0 10px 14px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.NatPoll-dengE input[type=checkbox] {
    margin-left: 5px;
    top: 3px;
    position: relative;
}

.NatPoll-dengE span {
    margin-left: 7px;
    color: #666;
}

.login_btn {
    margin-top: 26px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    outline: none;
    width: 100%;
    height: 40px;
    border: 0;
    background: #25bb96;
    color: white;
    /*behavior: url(iecss3.htc)*/
}

/*
????*/
.NatDib {
    width: 1200px;
    margin: 40px auto;
}

.NatDib div {
    text-align: center;
    color: #666;
}

.NatDib div span {
    margin-left: 28px;
}

/*???*/
.msg .top-bottom-padding {
    padding: 0 14px;
}

.msg>em {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #e4393c;
    display: block;
}

/*2018/4/16二维码展示*/
.ewmBox {
    position: relative;
    top: 15%;
    display: none;
    justify-content: center;
}

.ewmBox:after {
    content: '';
    height: 0;
    clear: both;
    display: inline-block;
}

.ewmBox .ewmImg {
    width: 50%;
    float: left;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ewmBox .ewmImg>p {
    text-align: center;
}

.certificate {
    position: absolute;
    top: 0;
    display: none;
}

#copy {
    font-size: 14px;
    color: rgb(51, 54, 66);
}