*{
    padding: 0;
    margin: 0;
}
iframe{
    display: block;
}
html,body{
    min-width: 1260px;
}
@font-face {
    font-family: CNBold;
    src: url(../css/SourceHanSansCN-Bold.ttf)
}
@font-face {
    font-family: CNNormal;
    src: url(../css/SourceHanSansCN-Normal.ttf)
}
@font-face {
    font-family: Pmzd;
    src: url(../css/pmzd.ttf)
}
.CNBold{
	font-family:CNBold !important;
}
.CNNormal{
	font-family:CNNormal !important;
}
.overview_box_R_top_l span{
    font-family:Pmzd !important;
}
ul,
ul li,
ol,
ol li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ol li {
    list-style: decimal;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

img {
    display: inline-block;
    font-size: 0;
    width: 100%;
    border: 0;
    border: none;
    height: auto;
}

button {
    border-radius: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}
.box{
    margin-top: 129px;
}
.iframe_top{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.login_index{
    position: absolute;
    top: 170px;
    right: 240px;
    z-index: 99999;
    width: 350px !important;
}

.login .login_top{
    padding: 20px 50px;
    background: rgba(255, 255, 255, 0.5);
}
.login .login_top img{
    width: 18px;
    margin-right: 10px;
}
.login .login_top div:nth-child(2) img{
    width: 16px;
}
.login .login_top input{
    border: none;
    padding: 10px 0px;
}
.login .login_top div{
    display: flex;
    align-items: center;
    background: #FFF;
    padding: 5px 20px;
}
.login .login_top div:nth-child(1){
    margin-bottom: 10px;
}
.login .login_dow{
    background: #fff;
    color: #36425F;
    text-align: center;
    font-size: 23px;
    padding: 5px 0px;
    cursor: pointer;
}
.btn_changePassword{
    color:#5D86BE;
    margin-top: 5px;
    text-align: right;
}
.xswz{
    position: fixed;
    bottom: 100px;
    right: 80px;
    z-index: 999999;
}
.xswz img{
    width: 100px;
}