* {
    padding: 0;
    margin: 0;
}


  .new-head-middle {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items:center;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
    }
    
    .new-head-middle>div {
        padding: 0 10px;
    }
     .new-head-middle>div>p{
     	margin:0 !important;
     	 font-size: 12px;
     }
    
    .new-head-middle>div:nth-child(2),
    .new-head-middle>div:nth-child(4) {
        border-left: 1px dashed #000000;
        border-right: 1px dashed #000000;
    }

.new-footer-container>div+div>p+p+p+p>a{
    color:#fff;	
	}


.new-footer-container750 {
    display: none;
}

.new-animat {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.new-menu {
    width: 128px;
    height: 381px;
    position: fixed;
    right: 0px;
    top: 200px;
    z-index: 1000;
    border-radius: 10px;
    background: #4cc6ef;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.new-menu-left {
    width: 30px;
    height: 110px;
    background: rgba(0, 150, 224, 1);
    border-radius: 10px 0 0 10px;
    position: fixed;
    right: 128px;
    top: 322px;
    text-align: center;
    padding: 13px 6px;
    box-sizing: border-box;
    color: #ffffff;
    transition: all 0.5s;
    z-index: 9999;
}

.new-menu-header {
    text-align: center;
    padding: 10px 0;
}

.new-menu-header>img {
    width: 55px;
    height: 55px;
}

.new-menu-header>p {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
}

.new-menu-qq {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 5px;
    display: flex;
    align-items: center;
}

.new-menu-qq>img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.new-menu-qq>span {
    color: #ffffff;
    font-size: 14px;
}

.new-menu-code {
    text-align: center;
}

.new-menu-code>p {
    color: #ffffff;
}

.new-menu-code>img {
    width: 90%;
    height: 100px;
}

.new-menu-code>img+p+img {
    width: 40px;
    height: 22px;
    margin: auto;
}

.new-container {
    /* width: 1200px; */
    max-width: 1200px;
    margin: 0 auto;
}

.new-title-large {
    letter-spacing: 5px;
    font-weight: bold;
    color: orange;
    text-align: center;
    font-size: 34px;
}

.new-title-small {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    text-align: center;
    margin: 5px 0;
}

.new-title-animat {
    width: 0px;
    height: 2px;
    background: rgba(0, 150, 224, 1);
    border-radius: 2px;
    margin: 10px auto;
    transition: all 0.5s;
    margin-bottom: 20px;
}

.new-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 400px;
}

.new-select-left,
.new-select-right {
    width: 45%;
    margin: 0 auto;
}

.new-select-left-radio>div {
    width: 165px;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 20px 0;
}

.new-select-left-radio>p {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
}

.new-select-left-radio>p>input[type=radio] {
    margin: 0 5px;
}

.new-select-left-input {
    display: flex;
    margin-top: 30px;
    justify-content:space-between;
   
}

.new-select-left-input>div>input{
	border:none;
	margin-left:5px;
}
.new-select-left-input>div {
    width: 30%;
    height: 40px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 10px;
    color: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-select-left-input>span+div+span+div+div {
    width: 20%;
    height: 40px;
    background: rgba(0, 150, 224, 1);
    border-radius: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    line-height:40px;
}

.new-select-hr {
    width: 1px;
    height: 350px;
    background: rgba(0, 0, 0, 0.1);
}

.new-select-right {}

.new-select-right>h3 {
    width: 367px;
    text-align: center;
    margin: 10px auto;
    font-size: 24px;
}

.new-select-right>h3>span {
    color: brown;
}

.new-table {
    margin: 0 auto;
 
}

.new-table-tr,
.new-table-th,
.new-table-td {
    padding: 5px 25px;
}

.new-temp {
    display: flex;
    justify-content: space-between;
}

.new-temp>div {
    width: 15%;
    background: rgba(247, 247, 247, 1);
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s;
    /* padding: 10px 40px; */
    padding: 10px;
}

.new-temp>div>p {
    font-size: 18px;
    color: rgba(0, 150, 224, 1);
}

.new-temp>div>p+img {
    margin: 5px 0;
    width: 80%;
}

.new-temp>div>p+img+p,
.new-temp>div>p+img+p+p {
    font-size: 13px;
    color: #666666;
    line-height: 15px;
}

.new-build {
    display: flex;
    margin: 30px 0;
    justify-content: center;
}

.new-build>form{
   display:flex;
   width:80%;
   align-items:center;
}

.new-build>form>div {
    width: 30%;
    height: 40px;
    border: 1px solid rgba(0, 150, 224, 1);
    border-radius: 10px;
    margin: 0 10px;
    text-align: center;
    line-height: 40px;
    color: rgba(153, 153, 153, 1);
    box-sizing:border-box;
    padding:10px;
    display:flex;
    align-items:center;
}

.new-build>form>div>input{
   border:none; 
   width:100%;
   height:100%;
}
.new-build>form>div+div+div{
	
}
	




.new-build>form>div+div+div {
    width: 150px;
    height: 40px;
    background: rgba(255, 0, 0, 1);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border: none;
    margin-left: 30px;
    line-height: 40px;
    text-align: center;
}

.new-login {
    max-width: 1200px;
    height: 400px;
    background: url("../img/main-back2.jpg");
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-login-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.new-login-left>div {
    width: 300px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 20px;
    box-sizing: content-box;
    margin: 0 auto;
    text-align: center;
}

.new-login-left>div+div {
    font-size: 32px;
    font-weight: 400;
    color: rgba(18, 250, 45, 1);
}

.new-login-left>div+div+div {
    width: 140px;
    height: 15px;
    background: rgba(247, 247, 247, 1);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 150, 224, 1);
    line-height: 15px;
    transition: all 0.3s;
}

.new-login-left>div+div+div:hover {
    background: rgba(0, 150, 224, 1);
    color: rgba(247, 247, 247, 1);
}

.new-login-right {
    width: 45%;
    height: 80%;
    background: #ffffff;
    margin: 0 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.new-login-right>form{
width:100%;
	}


.new-login-right>form>div {
    width: 60%;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 0px rgba(145, 145, 145, 0.33);
    border-radius: 10px;
    margin: 25px auto;
    display: flex;
    align-items: center;
}

.new-login-right>form>div>p {
    width: 30%;
    font-size: 16px;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.new-login-right>form>div>p>span {
    color: red;
}

.new-login-right>form>div>p+p {
    width: 70%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    text-align: left;
}

.new-login-right>div+div {}

.new-login-right>form>div+div+div {
    width: 60%;
    height: 50px;
    background: rgba(0, 150, 224, 1);
    box-shadow: 0px 0px 6px 0px rgba(145, 145, 145, 0.33);
    border-radius: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 63px;
    align-items: center;
    justify-content: center;
}

.new-login-right>p {
/*    width: 468px;
*/
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin: 10px 0;
    text-align: center;
    margin: 0 auto;
}

.new-certificate {
    width: 100%;
    background: url("../img/main-back3.png");
}

.new-certificate {
    display: flex;
    align-items: center;
}

.new-certificate-content {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-certificate-content>li {
    width: 30%;
    text-align: center;
    /* padding: 20px 50px; */
    margin: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 13px;
}

.new-certificate-content>li>image {
    width: 60%;
    height: 200px;
}

.new-certificate-content>li>p {
    margin-top: 10px;
}

.new-apply {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.new-apply>div {
    width: 20%;
    /* background: url("../img/back.png"); */
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: all 0.4s;
    padding-bottom: 90px;
    position: relative;
}

.new-apply>div>div {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.new-apply>div>p {
    font-size: 14px;
    color: #FF0000;
}

.new-apply>div>p+p {
    font-size: 14px;
    font-weight: bold;
    color: rgba(50, 170, 230, 1);
    box-sizing: border-box;
    text-align:center;
}

.new-apply>div>p+p+p {
    font-size: 13px;
    font-weight: 100;
    color: rgba(102, 102, 102, 1);
}

.new-apply>div>p+p+p+p {
    /* border: 1px solid rgba(50, 170, 230, 1); */
    box-shadow: 0px 0px 3px rgba(50, 170, 230, 0.8);
    border-radius: 10px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
}

.new-ask {
    width: 600px;
    height: 50px;
    border-radius: 10px;
    margin: 20px auto;
    overflow: hidden;
    display: flex;
}

.new-ask>div {
    width: 600px;
    height: 100%;
    background: rgba(252, 200, 18, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-ask>div+div {
    width: 30%;
    background: rgba(0, 150, 224, 1);
}

.new-footer {
    background: url("../img/back2.png");
    padding: 20px;
}

.new-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* .new-footer-container>div {
    color: #ffffff;
}

.new-footer-container>div>p>a {
    color: #ffffff;
    text-decoration: none;
}

.new-footer-container>div>p>a:hover {
    color: burlywood;
}

.new-footer-container>div+div>img {
    width: 150px;
    height: 150px;
} */


/*header  */

.new-header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 3px 0;
}

.new-header-left>image {
    vertical-align: middle;
}

.new-header-left {
    display: flex;
    align-items: center;
}

.new-header-left-hr {
    width: 1px;
    height: 50px;
    background: #000000;
    margin: 0 15px;
    display: inline-block;
}

.new-header-left>h4 {
    line-height: 20px;
}

.new-header-right {
    display: flex;
    align-items: center;
}

.new-header-right>img {
    margin: 0 5px;
    width: 50px;
}

.new-header-right>div>p {
    font-size: 12px;
}

.new-header-right>div>p+p+span {
    color: #ffffff;
    background: orange;
    font-size: 12px;
    padding: 3px 10px;
}


/* new-footer */

.new-footer-container {}

.new-footer-container>div {
    width: 25%;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 1200px) {
 .new-head-middle {
            font-size: 12px;
        }
        .new-head-middle>div {
            padding: 0 10px;
        }
    .new-animat {
        width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .new-menu {
        width: 128px;
        height: 381px;
        position: fixed;
        right: 0px;
        top: 200px;
        z-index: 1000;
        border-radius: 10px;
        background: #4cc6ef;
        padding: 10px;
        box-sizing: border-box;
        transition: all 0.5s;
    }
    .new-menu-left {
        width: 30px;
        height: 110px;
        background: rgba(0, 150, 224, 1);
        border-radius: 10px 0 0 10px;
        position: fixed;
        right: 128px;
        top: 322px;
        text-align: center;
        padding: 13px 6px;
        box-sizing: border-box;
        color: #ffffff;
        transition: all 0.5s;
        z-index: 9999;
    }
    .new-menu-header {
        text-align: center;
        padding: 10px 0;
    }
    .new-menu-header>img {
        width: 55px;
        height: 55px;
    }
    .new-menu-header>p {
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
    }
    .new-menu-qq {
        border-top: 1px dashed #000;
        border-bottom: 1px dashed #000;
        padding: 5px;
        display: flex;
    align-items: center;

    }
    .new-menu-qq>img {
        vertical-align: middle;
    }
    .new-menu-qq>span {
        color: #ffffff;
        font-size: 14px;
    }
    .new-menu-code {
        text-align: center;
    }
    .new-menu-code>p {
        color: #ffffff;
    }
    .new-menu-code>img {
        width: 90%;
        height: 100px;
    }
    .new-menu-code>img+p+img {
        width: 40px;
        height: 22px;
        margin: auto;

    }
    .new-container {
        /* width: 1200px; */
        max-width: 1200px;
        margin: 0 auto;
    }
    .new-title-large {
        letter-spacing: 5px;
        font-weight: bold;
        color: orange;
        text-align: center;
        font-size: 34px;
    }
    .new-title-small {
        font-size: 12px;
        color: rgba(153, 153, 153, 1);
        text-align: center;
        margin: 5px 0;
    }
    .new-title-animat {
        width: 0px;
        height: 2px;
        background: rgba(0, 150, 224, 1);
        border-radius: 2px;
        margin: 10px auto;
        transition: all 0.5s;
        margin-bottom: 20px;
    }
    .new-select {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 400px;
    }
    .new-select-left,
    .new-select-right {
        width: 45%;
        margin: 0 auto;
    }
    .new-select-left-radio>div {
        width: 165px;
        height: 22px;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        margin: 20px 0;
    }
    .new-select-left-radio>p {
        display: inline-block;
        margin: 0 10px;
        font-size: 14px;
    }
    .new-select-left-radio>p>input[type=radio] {
        margin: 0 5px;
    }
/*    .new-select-left-input {
*/
/*        display: flex;
*/
/*        margin-top: 30px;
*/
/*    }
*/
/*    .new-select-left-input>div {
*/
/*        width: 400px;
*/
/*        height: 40px;
*/
/*        border: 1px solid rgba(238, 238, 238, 1);
*/
/*        border-radius: 10px;
*/
/*        color: #cccccc;
*/
/*        display: flex;
*/
/*        justify-content: center;
*/
/*        align-items: center;
*/
/*    }
*/
/*    .new-select-left-input>div+div {
*/
/*        width: 126px;
*/
/*        height: 40px;
*/
/*        background: rgba(0, 150, 224, 1);
*/
/*        border-radius: 10px;
*/
/*        font-size: 16px;
*/
/*        color: rgba(255, 255, 255, 1);
*/
/*        margin-left: 15px;
*/
/*    }
*/
    .new-select-hr {
        width: 1px;
        height: 350px;
        background: rgba(0, 0, 0, 0.1);
    }
    .new-select-right {}
    .new-select-right>h3 {
        width: 367px;
        text-align: center;
        margin: 10px auto;
        font-size: 24px;
    }
    .new-select-right>h3>span {
        color: brown;
    }
    .new-table {
        margin: 0 auto;
    }
    .new-table-tr,
    .new-table-th,
    .new-table-td {
        padding: 5px 25px;
    }
    .new-temp {
        display: flex;
        justify-content: space-between;
    }
    .new-temp>div {
        width: 15%;
        background: rgba(247, 247, 247, 1);
        box-sizing: border-box;
        text-align: center;
        transition: all 0.3s;
        /* padding: 10px 40px; */
        padding: 10px;
    }
    .new-temp>div>p {
        font-size: 18px;
        color: rgba(0, 150, 224, 1);
    }
    .new-temp>div>p+img {
        margin: 5px 0;
        width: 80%;
    }
    .new-temp>div>p+img+p,
    .new-temp>div>p+img+p+p {
        font-size: 13px;
        color: #666666;
        line-height: 15px;
    }
    .new-build {
        display: flex;
        margin: 30px 0;
        justify-content: center;
    }
    .new-build>div {
        width: 423px;
        height: 40px;
        border: 1px solid rgba(0, 150, 224, 1);
        border-radius: 10px 0px 0px 10px;
        margin: 0 10px;
        text-align: center;
        line-height: 40px;
        color: rgba(153, 153, 153, 1);
    }
    .new-build>div+div {
        width: 423px;
        height: 40px;
        border: 1px solid rgba(0, 150, 224, 1);
        border-radius: 0px 10px 10px 0px;
    }
    .new-build>div+div+div {
        width: 170px;
        height: 40px;
        background: rgba(255, 0, 0, 1);
        border-radius: 10px;
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        border: none;
        margin-left: 30px;
        line-height: 40px;
        text-align: center;
    }
    .new-login {
        max-width: 1200px;
        height: 400px;
        background: url("../img/main-back2.jpg");
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .new-login-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
        height: 100%;
    }
    .new-login-left>div {
        width: 300px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        padding: 20px;
        box-sizing: content-box;
        margin: 0 auto;
        text-align: center;
    }
    .new-login-left>div+div {
        font-size: 32px;
        font-weight: 400;
        color: rgba(18, 250, 45, 1);
    }
    .new-login-left>div+div+div {
        width: 140px;
        height: 15px;
        background: rgba(247, 247, 247, 1);
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
        color: rgba(0, 150, 224, 1);
        line-height: 15px;
        transition: all 0.3s;
    }
    .new-login-left>div+div+div:hover {
        background: rgba(0, 150, 224, 1);
        color: rgba(247, 247, 247, 1);
    }
    .new-login-right {
        width: 45%;
        height: 80%;
        background: #ffffff;
        margin: 0 20px;
        padding-top: 20px;
        box-sizing: border-box;
    }
    .new-login-right>div {
        width: 60%;
        height: 50px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 6px 0px rgba(145, 145, 145, 0.33);
        border-radius: 10px;
        margin: 25px auto;
        display: flex;
        align-items: center;
    }
    .new-login-right>div>p {
        width: 30%;
        font-size: 16px;
        font-family: PingFang SC;
        color: rgba(51, 51, 51, 1);
        text-align: center;
    }
    .new-login-right>div>p>span {
        color: red;
    }
    .new-login-right>div>p+p {
        width: 70%;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        text-align: left;
    }
    .new-login-right>div+div {}
    .new-login-right>div+div+div {
        width: 60%;
        height: 50px;
        background: rgba(0, 150, 224, 1);
        box-shadow: 0px 0px 6px 0px rgba(145, 145, 145, 0.33);
        border-radius: 10px;
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        line-height: 63px;
        align-items: center;
        justify-content: center;
    }
    .new-login-right>p {
/*        width: 468px;
*/
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        margin: 10px 0;
        text-align: center;
        margin: 0 auto;
    }
    .new-certificate {
        width: 100%;
        background: url("../img/main-back3.png");
    }
    .new-certificate {
        display: flex;
        align-items: center;
    }
    .new-certificate-content {
        max-width: 1200px;
        margin: 0 auto;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .new-certificate-content>li {
        width: 30%;
        text-align: center;
        /* padding: 20px 50px; */
        margin: 20px 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        font-size: 13px;
    }
    .new-certificate-content>li>image {
        width: 60%;
        height: 200px;
    }
    .new-certificate-content>li>p {
        margin-top: 10px;
    }
    .new-apply {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .new-apply>div {
        width: 20%;
        /* background: url("../img/back.png"); */
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 10px 20px;
        box-sizing: border-box;
        transition: all 0.4s;
        padding-bottom: 90px;
        position: relative;
    }
    .new-apply>div>p {
        font-size: 14px;
        color: #FF0000;
    }
    .new-apply>div>p+p {
        font-size: 14px;
        font-weight: bold;
        color: rgba(50, 170, 230, 1);
        box-sizing: border-box;
    }
    .new-apply>div>p+p+p {
        font-size: 13px;
        font-weight: 100;
        color: rgba(102, 102, 102, 1);
    }
    .new-apply>div>p+p+p+p {
        bottom: 50px;
        left: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .new-ask {
        width: 600px;
        height: 50px;
        border-radius: 10px;
        margin: 20px auto;
        overflow: hidden;
        display: flex;
    }
    .new-ask>div {
        width: 600px;
        height: 100%;
        background: rgba(252, 200, 18, 1);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .new-ask>div+div {
        width: 30%;
        background: rgba(0, 150, 224, 1);
    }
    .new-footer {
        background: url("../img/back2.png");
        padding: 20px;
    }
    .new-footer-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /* .new-footer-container>div {
        color: #ffffff;
    }
    
    .new-footer-container>div>p>a {
        color: #ffffff;
        text-decoration: none;
    }
    
    .new-footer-container>div>p>a:hover {
        color: burlywood;
    }
    
    .new-footer-container>div+div>img {
        width: 150px;
        height: 150px;
    } */
    /*header  */
    .new-header {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;
        padding: 3px 0;
    }
    .new-header-left>image {
        vertical-align: middle;
    }
    .new-header-left {
        display: flex;
        align-items: center;
    }
    .new-header-left-hr {
        width: 1px;
        height: 50px;
        background: #000000;
        margin: 0 15px;
        display: inline-block;
    }
    .new-header-left>h4 {
        line-height: 20px;
    }
    .new-header-right {
        display: flex;
        align-items: center;
    }
    .new-header-right>img {
        margin: 0 5px;
        width: 50px;
    }
    .new-header-right>div>p {
        font-size: 12px;
    }
    .new-header-right>div>p+p+span {
        color: #ffffff;
        background: orange;
        font-size: 12px;
        padding: 3px 10px;
    }
    /* new-footer */
    .new-footer-container {}
    .new-footer-container>div {
        width: 25%;
        text-align: center;
        color: #ffffff;
    }
}

@media (max-width: 960px) {}

@media (max-width: 750px) {
    .new-title-large {
        display: none;
    }
    .new-title-small {
        display: none;
    }
    .new-select {
        display: none;
    }
    .new-apply {
        display: none;
    }
    .new-temp {
        display: none;
    }
    .new-build {
        display: none;
    }
    .new-login {
        display: none;
    }
    .new-certificate-content {
        display: none;
    }
    .new-ask {
        display: none;
    }
    .new-footer-container {
        display: none;
    }
    .new-footer-container750 {
        display: block;
        color: #ffffff;
        font-size: 12px;
    }
    .new-footer-container750>p>a {
        color: #ffffff;
    }
    /* .new-header {
        display: none;
    } */
}

@media (max-width: 900px) {
        .new-head-middle {
            font-size: 12px;
        }
        .new-head-middle>div {
            padding: 0 10px;
        }
/*        .new-header{*/
/*        	display:none;*/
/*        	}*/





.new-header-left {
    display: flex;
    align-items: center;
    width:25%;
    
}

.new-header-left>h4{
    font-size:12px !important;
}



.new-header-right {
    display: flex;
    align-items: center;
    width:25%;
}





        }
    }