.header .modal-header{
    text-align: center;
    color: #3C84E8;
    border-bottom: 1px solid #3C84E8;
    background: #fff;
    position: relative;
    padding: 10px;
}
.header .modal-header>i{
    width: 8px;
    height: 8px;
    border-top: 1px solid #3C84E8;
    border-left: 1px solid #3C84E8;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    background: #fff;
    bottom: -4px;
    left: 49%;
}
.header .modal-header>.close{
    position: absolute;
    right: -28px;
    top: 0;
}
.header .modal-body p{
    padding-top: 30px;
    display: block;
    border-bottom: 1px solid #c3c3c3;
}
.header .modal-body {
    padding: 0;
    padding-top: 15px;
    box-sizing: border-box;
}
.header .modal-body a {
    margin-top: 10px;
    color: #3C84E8;
}
.header .modal-body button {
    width: 100%;
    height: 3em;
    line-height: 3em;
    color: #fff;
    background: #3C84E8;
    display: block;
    margin: 80px 0 50px;
    outline: none;
    border: none;
    border-radius: 5px;
}
.header .modal-body button:hover{
    background: #0a3568;
}
.header .modal-body label {
    padding-top: 3px;
    color: #3C84E8;
}
.header .modal-body label .glyphicon {
    line-height: 1.5;
    font-size: 21px;
}
.header .modal-body input {
    border: none;
    outline: none;
    border-left: 1px solid #3C84E8;
    margin-left: 8px;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    text-indent: 1em;
    width: 80%;
}
.header .modal-body .txtVerification{
    width: 50%;
}
.header .register {
    float: left;
}
.header .mima {
    float: right;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}


/* -------------------------登录模态框----------------------- */
.header .modal-dialog{
    width:30%;
    margin: 100px auto;
}
.header .modal-content{
    padding:20px 40px;
    border-radius: 3px;
}
/* .header form{width:100%;background: transparent !important;}  */
.header form p{width:100%;margin:0;} 
/* .header .modal-header{
    text-align: center;
    border-bottom:1px solid #4eb84a; 
    background: #fff;
    position: relative;
    padding:10px;
}
.header .modal-header>.close{
    position: absolute;
    right:-28px;
    top:0;
} */
.div_color{
    position: fixed;
    right: 0;
    top: 0;
    background: #159047;
    width: 50%;
}