 /* 非登陆页面 公共样式 */

* {
    margin: 0;
    padding: 0;
    border: 0
}

body{
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    background-attachment: fixed;
    font-family: PingFangSC-Regular;
    height: 100%;
    width: 100%;
}

 .content_container{
     margin-top: 120px;
     height: 360px;
 }

.tab-content {
    width: 74%;
    margin-left: 13%;
}


 .tab-content p {
     margin-bottom: 17px;
     margin-top: 0;
     position: relative;
 }

.ibox-content {
    background-color:white \9;
    background-color: rgba(255, 255, 255, .9);
    border: none;
    margin-top: 1px;
    padding: 15px 25px 0px 25px;
    font-size: 12px;
    min-height: 225px;
}

 .color-dark-green{
     color:#1AB394;
 }

table {
    border-spacing: 0;
    border-collapse: collapse;
}

th {
    text-align: left;
}



button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.button_div{
    margin-left: 65%;
    padding: 20px 0;
}

.button{
    border-radius: 3px;
    width: 100px;
    padding: 6px;
    border: 1px solid transparent;
}

.button_ok{
    background-color: #1AB394;
    border-color: #1AB394;
    color: #FFFFFF;
}

.button_cancel{
    background-color: #FDFCFC;
    border-color: #DBD9D9;
    color: #000;
}

.col-42{
    width:41%;
    float: left;
    margin-left: 27px;
}

.col-45{
    width:45%;
    float: left;
    padding: 10px 10px;
}

.col-52{
    width:52%;
    float: left;
    padding: 0 10px;
}

.col-half{
    width:50%;
    float: left;
    padding: 0 10px;
}

header{
    width: 100%;
    height: 64px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
}

.auth_content_header{
    padding: 0 24px;
    height: 64px;
    margin: 0px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 .auth_content_header_logo{
    width: auto;
    max-width: 182px;
    height: 36px;
    display:  inline-block !important;
 }

 .goLogin{
     color: #4F78FF;
     float: right;
     line-height: 64px;
     max-width: 200px;
     font-weight: 700;
     display: flex;
     align-items:center;
     text-decoration: none;
 }

 .logout-icon{
     width:14px;
     height:14px;
     margin-right:9px;
 }

 .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
     outline: none !important;
 }
 .btn.active, .btn:active{
     box-shadow: none !important;
 }