 body {
    background: #f6f6f6;
    background-size: cover;
 }
 
.tipContent a{
    font-size: 14px;
}
/* .topright a {
    font-size: 20px;
    margin: 0 8px;
} */

.redcolor {
    color: red !important;
}

.container {
 width: calc(100%-200px);
 max-width: 1200px;
 padding: 0;
}

footer {
    background-color: transparent !important;
}

.tip-container {
    top:0;
    margin-top: 30px;
    min-height: 410px;
    margin: 0 auto;
    width: 80%;
    background-color: #fff;
    margin-bottom: 30px;
}
.tip-container p{
    color: rgba(0,0,0,0.6);
}


.CodeImg {
    position: absolute;
    right: 0;
    top: 17px;
}

.desktop_name {
    margin-bottom: 10px;
}

._nc .icon-slide-arrow:before {
    content: "\e607";
    color: #e70012;
}

._nc .stage1 .button {

    border: 1px solid #e70012;
}

.login-container {
    right: 100px;
    top: 0px;
    z-index: 1;
    position: absolute;
}

.loginWrap {
    width: 100%;
    height: 550px;
    position: relative;
    background: url(/images/bg.jpg) no-repeat top center;
    background-size: cover;
}

.noticewrap {
    margin: 0 40px;
    min-width: 1200px;
    border: 1px solid #eee;
    width: 1200px;
    margin: 0 auto; 
       box-sizing: border-box;

}

.noticebox {
    margin-top: 0;
    padding-left: 20px;
    width: 100%;
    justify-content: flex-start;
}

.bigTipBox {
    padding: 0;
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

.line {
    height: 300px;
}

.tipContent {
    height: 420px;
    min-height: 300px;
    margin: 30px 0;
    width: calc((100% - 60px) / 3);
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 1.5em;
    height: 500px;
}

.tipContent .btnbox {
    display: none;
}

.tipContent:hover .btnbox {
    display: block;
}

.bigTipBox .tipcontent {
    font-size: 14px;
}

.pfile dt {
    margin-top: 40px;
}

.noticebox__date {
    margin-right: 0;
}

.icon-dot1 {
    font-size: 8px;
    color: red;
    margin-top: 0;
    margin-right: 5px;
}

.displayflex {
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
}

.noticebox__title:hover {
    color: rgba\(0,0,0,0\.9\);

}

.noticebox__title:hover span {
    text-decoration: underline;
}

.noticebox__extra {
    min-width: 100px;
    margin-right: 20px;
}

.tipContent {
    position: relative;
}

.tipContent .btnbox {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    background-color: #fff;
    padding-top: 120px;
    display: none;
}

.btnbox dl dt {
    margin: 20px 100px;

}
.login_main{
    margin-top: 50px;
    margin-bottom:20px;
}

.btnbox dl dd span {
    display: inline-block;
    overflow: visible;
    padding: 7px 22px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    background-color: #e70012;
    color: #fff;
    min-width: 100px;
    }
    .ddbutton{
        display: none;
        
    }
     .verifybox .process-container{
        padding-bottom: 0;
    }
    .ddbutton {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        padding: 0 30px;
        font-size: 16px!important;
        cursor: pointer;
        background-color: #e70012;
        color: #fff!important;
        margin-bottom: 0!important;
        margin-top: 20px;
        min-width: 100px;
        position: absolute;
        left: 30px;
        bottom: 30px;
    }
@media (max-width:1024px){
  
    .mg-tab span:last-child{
        margin-right: 0;
    }
  
    .BloginBox{
        min-width: calc(100% - 40px);
    }
    .bigTipBox{
        width: calc(100% - 40px);
        min-width: calc(100% - 40px);
    }
    .BloginBox .login-container{
        top: 10px;
        right: 30px;
    }
    .tip_Box{
        display: block;
        min-width: calc(100% - 40px);
    }
    .noticewrap{
        width: calc(100% - 40px);
        min-width: calc(100% - 40px);
        margin: 0 20px;
        box-sizing: border-box;
        padding: 10px;
    }
    .tipContent{
        width: 100%;
    }
    
    .noticebox__title:first-child{
        margin-right: 20px;
    }
}
@media (max-width: 1024px){
    .container {
        width:calc( 100% - 40px );
    }
}
@media (max-width:750px){
    .BloginBox .login-container{
        top: 60px;
    }
    .container{
        width: calc(100% - 0px)!important;
        margin: 0 auto;
        padding: 20px;
        background: #fff;
        text-align: justify;
    }
    .loginsubmit {
        margin-top: 0px!important;
        padding-bottom: 40px!important;
    }
    .verifybox{
        width: 100%;
        padding: 0;
    }
    .verifybox h1{
        margin-top: 20px;
    }
    .tip-container{
        width: calc(100% - 40px)!important;
        margin: 0 auto;
    }
    #app{
        width: 100%;
        padding: 0;
        min-width: 100%;
    }
    .login_main{
        margin-top: 20px;
    }
    .noticebox__title:first-child{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .login-container{
        margin-left: 0!important;
        width: calc(100% - 20px)!important;
        right: 0!important;
        top: 100px;
        left: 10px;
    }
    .noticewrap{
        display: block;
        margin: 0;
        margin-left: 10px;
        width: calc(100% - 20px)!important;
        min-width: calc(100% - 20px);
    }
    .noticebox{
        display: block;
        height: auto;
        padding: 20px 10px 10px;
        background: #fff;
        padding: 0;
        padding-top: 10px;
    }
    .noticebox__info {
        line-height: 1.5;
        width: 100%;
    }
    .noticebox__extra{
        display: none;
    }
    .icon-dot1 {
        margin-top: 3px;
    }
    .displayflex{
        align-items: start;
    }
    .noticebox__info:first-child{
        margin-right: 0!important;
        width: 100%;
    }
    .tipContent .btnbox{
        display: none!important;
    }
    .bigTipBox {
        width: calc(100% - 80px);
        padding: 0;
        margin-top: 0;
        min-width: 100%;
    }
    .tip_Box {
        min-width: calc(100% - 40px);
        display: block;
        margin-left: 0px;
    }
    .tipContent {
        width:100%;
        height: auto;
        margin: 0;
        margin-bottom: 20px;
        min-height: 100px!important;
    }
    .bigTipBox{
        margin: 0 10px;
        width: calc(100% - 20px);
        min-width: calc(100% - 20px);
        background-color: #f6f6f6;
    }
    /* .top{
        padding-left: 20px;
    } */
    .topright{
        right: 0;
    }
    .top .logo span.title{
        left: 55px;
        font-size: 20px;
    }
    .ddbutton{
        display: inline-flex;
        overflow: visible;
        padding: 7px 22px;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 16px;
        border-style: solid;
        cursor: pointer;
        background-color: #e70012;
        color: #fff!important;
        margin-bottom: 0!important;
        margin-top: 20px;
        min-width: 100px;
        position: static;
        
    }
    .logo img {
        height: 40px;
    }
     .logo{ 
        margin: 16px 20px;
        height: 40px;
        margin-left: 0;
        left: 20px;
    } 
    .footerbox .displayflex{
        /* display: block; */
        overflow: visible;
    }
    .footerbox{
        overflow: visible;
        height: 40px;
        line-height: 40px;
        padding-right: 0;
    }
    .mg-tab{
        margin-left: 0px!important;
        width: 100%;
        text-align: center;
    }
    .copyright{
        margin-bottom: 20px;
        float: none;
        text-align: center;
    }
    body {
        background-color: #f6f6f6!important;
    }
    .login-title{
        margin-left: 20px;
        margin-bottom: 1em!important;
    }
    .copyright a{
        /* display: block; */
    }  
    .footer>div{
        width: 100%;
    }
  
}