* {
    margin: 0;
    padding: 0;
    outline: none;
}

.head_title {
    width: 1200px;
    min-width: 1200px;
}
.head_title>img{
    width: 300px;
    padding-left: 25%;
}
.head_title>h3 {
    font: 400 48px/48px 'MicrosoftYaHei [Regular]';
    color: #ff6637;
    border-right: 1px solid #000;
    padding-right: 30px;
    margin-right: 30px;
}

.head_title>p {
    font: 400 24px 'MicrosoftYaHei [Regular]';
    color: #5c5c5c;
}

.main {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main>div:nth-of-type(1) {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    min-height: 344.4px;
    margin: 0 auto;
    overflow: hidden;

}

.main>div:nth-of-type(1) img {
    min-width: 1200px;
    width: 100%;
}

@media (max-width: 1790px){
    .login{
        top: 22.6% !important;
        width: 23% !important;
        right: 24.1% !important;
    }
    .ponting{
        margin-top: 0 !important;
    }
}


@media (max-width: 1473px){
    .hing{
        margin-bottom: 9px !important;
        padding-bottom: 8px !important;
    }
    .divset{
        margin-bottom: 9px !important;
        height: 36px !important;
    }
}

.login{
    position: absolute;
    /* top: 28%; */
    top: 22.7%;
    right: 25.7%;
    background: #fff;
    height: 52.3%;
    width: 21.4%;
    /* height: 291px; */
    border-radius: 0 6px 6px 0;
    /* border-radius: 6px; */
    padding: 0 16px;
    box-sizing: border-box;
}

.ponting{
    margin-top: 10%;
}

.main>div:nth-of-type(2) {

}

.main>div:nth-of-type(2)>h4 {
    /* font: 400 30px/95px 'MicrosoftYaHei [Regular]'; */
    /* color: #ff6637; */
    color: #ff6637;
    height: 57px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 12px;
    text-align: center;
    padding-bottom: 13px;
}

.main>div:nth-of-type(2)>h4 img {
    height: 71px;
    width: 100%;
}

.main>div:nth-of-type(2)>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main>div:nth-of-type(2)>div>div {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 38px;
    /* width: 280px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ddd;
}

.main>div:nth-of-type(2)>div>div div {
    /* width: 40px; */
    width: 14%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0 0 4px;
}

.main>div:nth-of-type(2)>div>div input {
    height: 37px;
    /* width: 240px; */
    width: 86%;
    border-radius: 0 4px 4px 0;
    border: 1px solid gainsboro;
}

.main>div:nth-of-type(2)>div>div:nth-of-type(3) input {
    height: 38px;
    /* width: 140px; */
    width: 60%;
    border-radius: 0;
}

.main>div:nth-of-type(2)>div>div:nth-of-type(3)>p {
    width: 100px;
    height: 36px;
    cursor: pointer;
}

.main>div:nth-of-type(2)>div>button {
    /* width: 280px; */
    width: 100%;
    height: 36px;
    border-radius: 6px;
    font: 400 18px 'MicrosoftYaHei [Regular]';
    color: #fff;
    text-align: center;
    border: none;
    background: #ff6637;
    margin-top: 4px;
    margin-bottom: 30px;
    cursor: pointer;
}

.main input::-webkit-input-placeholder {
    color: #898989;
    padding-left: 10px;
    font: 400 14px 'MicrosoftYaHei [Regular]';
}

.main input:-moz-placeholder {
    padding-left: 10px;
    color: #898989;
    font: 400 14px 'MicrosoftYaHei [Regular]';
}

.main input::-moz-placeholder {
    padding-left: 10px;
    color: #898989;
    font: 400 14px 'MicrosoftYaHei [Regular]';
}

.main input:-ms-input-placeholder {
    padding-left: 10px;
    color: #898989;
    font: 400 14px 'MicrosoftYaHei [Regular]';
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 132px;
}

.footer>p {
    font: 400 18px 'MicrosoftYaHei [Regular]';
    color: #000;
    margin-bottom: 22px
}

.footer>div {
    display: flex;
    align-items: center;
    font: 400 18px 'MicrosoftYaHei [Regular]';
    color: #000;
    margin-bottom: 20px
}

.footer>div img {
    width: 18px;
    height: 20px;
    margin-right: 15px;
}

.footer>div span {
    margin-left: 20px;
}

.footer>img {
    width: 220px;
    height: 73px;
}
