/*公共一些的样式*/
p, img, body, a, ul, li, ol, dd, dt, h1, h2, span, div, input {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
}

ul, li {
    list-style: none;
}

ul, li {
    list-style: none;
}
html{
    height: 100%;
}
body {
    font-size: 14px;
    height: 100%;
    display: block;
    /*background-image: radial-gradient(ellipse closest-side, #ffffff, #d4e2af);*/
    background: url("http://pic.eastartv.com/webupload_pic_1531308227949") no-repeat  center/cover fixed;
    width: 100%;
}

.login_box{
    width: 1440px;
    min-height: 800px;
    height: 100%;
    margin:0 auto;
    position: relative;
}
.login_left{
    width: 650px;
    height: 98px;
    position: absolute;
    display: none;
    color: #fff;
}
.login_left h1{
    text-align: center;
}
.login_left h4{
    text-align: center;
    margin-top: 30px;
}
.login_right{
    width: 600px;
    height: 600px;
    position: absolute;
    right: 100px;
}