@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}


/*将所有HTML元素的默认边距清0*/

html,
body {
    width: 100%;
    min-height: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "微软雅黑", "arial";
    color: #333;
    background-color: #2A8ED9;
    overflow-x: hidden;
}


/*对HTML元素中的字体、颜色、背景色进行初始设置*/

i.iconfont {
    font-size: 1rem;
}

ul li,
ol li {
    list-style: none;
}


/*将列表标签的默认样式清除*/

a {
    text-decoration: none !important;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
}


/*将超链接的下划线去掉以及在ie6中点击出现的虚线框去掉*/

img {
    border: none;
}


/*图片的默认边框去掉 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

input[type=text],
input[type=password] {
    padding: 0 10px;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
    margin: 0;
    padding: 0;
    border: none;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

label,
button {
    cursor: pointer
}

textarea {
    resize: none;
    border: 1px solid #ececec;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}


/*清楚浮动*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*解决ie6的兼容性问题*/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*boxsizing*/

.boxSizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


/*.container{*/


/*width: 100%;*/


/*height: 100%;*/


/*background-color: #2A8ED9;*/


/*}*/


/*弹框样式*/

.win_pop_dialog {
    position: fixed;
    bottom: 30%;
    left: 28%;
    background-color: #2A8ED9;
    min-width: 320px;
    min-height: 230px;
    width: 500px;
    height: 350px;
}

.win_pop_dialog .dia_title {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 51px;
}

.win_pop_dialog .dia_title span img {
    vertical-align: middle;
}

.win_pop_dialog .dia_title span em {
    padding-left: 15px;
    color: #fff;
    font-size: 19px;
}

.win_pop_dialog .dia_content {
    width: 460px;
    height: 235px;
    margin: 0px 20px;
    background-color: #fff;
    color: #000;
    padding: 9px 58px 14px 23px;
}

.dia_content .not_test_num {
    width: 110%;
    height: 80%;
    overflow-y: scroll;
    word-wrap: break-word;
    /* border: solid 1px #0f0; */
}

.not_test_num em {
    /* border: solid 1px red; */
    width: 40px;
    display: inline-block;
}

.not_test_num p {
    text-indent: 28px;
    padding: 10px 0px;
}

.not_test_num video {
    text-align: center;
}

.win_pop_dialog .dia_footer {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    /* padding-left: 135px; */
}

.dia_footer span a {
    display: inline-block;
    color: #000;
    background-color: #FFFFFF;
    min-width: 100px;
    width: auto;
    padding: 0 10px;
    height: 31px;
    line-height: 31px;
    border-radius: 2px 2px;
    text-align: center;
    margin: 0px 25px;
}

.dia_footer span a img {
    vertical-align: middle;
}

.dia_footer span a:hover {
    box-shadow: 0 0 0 0.1875rem #E4E4E4, 0 0 0 1px #ff7359;
}

.win_pop_dialog b {
    display: block;
}
/*logo*/
.logo img{
    width: 200px;
    margin: 10px 0  0 10px;
}
