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

a {
    text-decoration: none;
    color: #333;
    /*font-size: 16px;*/
}

ol,
ul {
    list-style: none;
}

body,
html {
    width: 100%;
    max-width: 1920px;
}

.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* To_nav */
.To_nav {
    width: 100%;
    background: #F6F6F6;
    box-shadow: 0px -2px 6px 1px rgba(130, 130, 130, 0.28);
}

.To_nav .out {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.To_nav .out .left h1 {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
}

.To_nav .out .right {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 12px;
}

.To_nav .out .right .Login_top a {
    font-size: 12px;
    margin-left: 7px;
}

.To_nav .out .right .secede_top {
    font-size: 12px;
    margin-left: 7px;
}

.To_nav .out .right .Xingqi {
    margin-left: 18px;
}

.To_nav .out .right .tiem {
    margin-left: 40px;
}

.To_nav .out .right .Tianqi img {
    width: 13.02px;
    margin-right: 7px;
}


/* Top_Logo */

.Top_Logo {
    width: 100%;
    background: #FFF;
}

.Top_Logo .out {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
}

.Top_Logo .out .left h1 {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
}

.Top_Logo .out .left span {
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
}

.Top_Logo .out .right form {
    width: 310px;
    height: 38px;
    display: flex;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 19px;
    box-sizing: border-box;
    overflow: hidden;
}

.Top_Logo .out .right input {
    width: 254px;
    height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    outline: none;
    border-right: 1px solid #CCCCCC;
    box-sizing: border-box;
}

.Top_Logo .out .right button {
    width: 56px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    outline: none;
    border: none;
}

/* nav */
.nav {
    width: 100%;
    background: #136AD5;
}

.nav .out ul {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .out ul li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.nav .out ul li .title a {
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 0px 47px;
    box-sizing: border-box;
}

.nav .out ul li::after {
    width: 1px;
    height: 18px;
    background: #93B3E4;
    content: '';
    display: block;
    position: absolute;
    right: 0px;
}


.nav .out ul li:last-child::after {
    display: none;
}

.nav .out ul li.all,
.nav .out ul li:hover {
    background: #308AF8;
}

.nav .out ul li.all::after,
.nav .out ul li.al::after,
.nav .out ul li:hover::after,
.nav .out ul li.al2::after {
    display: none;
}


/* Discharge_calculation */
.Discharge_calculation {
    background: #F8F8F8;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.Discharge_calculation .inner {
    max-width: 1400px;
}

.Discharge_calculation .out {
    width: 100%;
    background: #FFF;
    padding-bottom: 40px;
}

.Discharge_calculation .out .title {
    display: flex;
    width: 85.715%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 91px;
    box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 32px;
}

.Discharge_calculation .out .title h5 {
    color: #136AD5;
    font-size: 36px;
    margin: 0 78px;
}

.Discharge_calculation .out .title img {
    width: 94px;
}

.Discharge_calculation .out .box {
    width: 100%;
    max-width: 1064px;
    margin: 0 auto;
}

.Discharge_calculation .out .box .Form_box {
    margin-bottom: 56px;
}

.Discharge_calculation .out .box .Form_box h5 {
    margin-left: 22px;
    color: #333333;
    font-size: 28px;
    margin-bottom: 32px;
}

.Discharge_calculation .out .box .Form_box .item_box {
    margin-left: 88px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    height: 80px;
}

.Discharge_calculation .out .box .Form_box .item_box:last-child {
    margin-bottom: 0px;
}

.Discharge_calculation .out .box .Form_box .item_box h6 {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    width: 39%;
}

.Discharge_calculation .out .box .Form_box .item_box .txt {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.Discharge_calculation .out .box .Form_box .item_box .txt label {
    width: 80px;
    height: 100%;
    border: 1px solid #DADDE4;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #CCCCCC;
    font-size: 37px;
}

.Discharge_calculation .out .box .Form_box .item_box .txt .FileName {
    margin-left: 10px;
    color: #333;
    font-size: 16px;
}

.Discharge_calculation .out .box .Form_box .item_box .txt label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.Discharge_calculation .out .box .Form_box .item_box .txt label.all span {
    display: none;
}

.Discharge_calculation .out .box .Form_box .item_box .txt label.all img {
    display: block;
}

.Discharge_calculation .out .box .Form_box .item_box .File_T {
    position: absolute;
    top: 50%;
    left: 0%;
    pointer-events: none;
    opacity: 0;
}


.Discharge_calculation .Form_box .incorrectReturn {
    background: #F3F9FD;
    border-radius: 10px;
    padding: 38px 42px 52px 56px;
    box-sizing: border-box;
}

.Discharge_calculation .incorrectReturn .T_box h6 {
    color: #136AD5;
    font-size: 26px;
    margin-bottom: 13px;
    font-weight: 400;
}

.Discharge_calculation .incorrectReturn .T_box .T_1 {
    display: flex;
    align-items: center;
}

.Discharge_calculation .incorrectReturn .T_box .T_1 .left {
    width: 425px;
    margin-left: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Discharge_calculation .incorrectReturn .T_box .T_1 .left span {
    color: #333333;
    font-size: 22px;
    width: 264px;
}

.Discharge_calculation .incorrectReturn .T_box .T_1 .left input {
    width: 162px;
    height: 46px;
    border: 1px solid #DADDE4;
    background: none;
    outline: none;
    padding: 0px 10px;
    color: #BBBBBB;
    font-size: 16px;
    box-sizing: border-box;
}

.Discharge_calculation .incorrectReturn .T_box .T_1 .right {
    margin-left: 183px;
    width: 220px;
}

.Discharge_calculation .incorrectReturn .T_box .T_1 .right .item_box {
    margin-left: 0px;
}

.Discharge_calculation .incorrectReturn .T_box .T_1 .right .item_box h6 {
    width: 64%;
}

.Discharge_calculation .incorrectReturn .T_box .T_2 .left {
    margin-top: 6px;
    width: auto;
}

.Discharge_calculation .incorrectReturn .T_box .T_2 .left p {
    margin-left: 16px;
    color: #136AD5;
    font-size: 14px;
}

.Discharge_calculation .incorrectReturn .T_box .T_2 .left input {
    background: #FFF;
    text-align: center;
    padding-left: 0px;
}

.Discharge_calculation .incorrectReturn .T_box .T_3 {
    margin-top: 24px;
}

.Discharge_calculation .incorrectReturn .T_box .T_3 .left {
    width: auto;
}

.Discharge_calculation .incorrectReturn .T_box .T_3 .left input {
    width: 113px;
    height: 46px;
    background: #F7F8FA;
    margin-right: 23px;
}

.Discharge_calculation .incorrectReturn .T_box .T_click {
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #80B9FF;
    border-radius: 4px 4px 4px 4px;
}

.Discharge_calculation .incorrectReturn .T_box {
    padding-bottom: 32px;
    box-sizing: border-box;
    border-bottom: 1px dotted #CFCFCF;
    margin-bottom: 29px;
}

.Discharge_calculation .incorrectReturn .T_box .T_4 {
    margin-top: 27px;
}

.Discharge_calculation .incorrectReturn .T_box .T_4 .left {
    width: auto;
}

.Discharge_calculation .incorrectReturn .T_box .T_4 .left span {
    width: auto;
    margin-right: 25px;
}

.Discharge_calculation .incorrectReturn .T_box .T_4 .left input {
    width: 50px;
    height: 46px;
    background: #F3F3F3;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DADDE4;
    box-sizing: border-box;
    padding-left: 0px;
    text-align: center;
    padding: 0px 20px;
}


.Discharge_calculation .incorrectReturn .T_box .T_5 {
    margin-top: 29px;
}

.Discharge_calculation .incorrectReturn .T_box .T_5 .left {
    width: auto;
}

.Discharge_calculation .incorrectReturn .T_box .T_5 .left span {
    width: auto;
    margin-right: 26px;
}

.Discharge_calculation .incorrectReturn .T_box .T_5 .left input {
    background: #F7F8FA;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #86B4FF;

    margin-right: 24px;
}

.Discharge_calculation .incorrectReturn .T_box:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.Discharge_calculation .out .box .Form_box:nth-child(2) {
    margin-bottom: 0px;
}

.Discharge_calculation .out .box .button_box {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.Discharge_calculation .out .box .button_box button {
    width: 120px;
    height: 50px;
    border-radius: 4px;
    background: #136AD5;
    color: #FFF;
    border: none;
    font-size: 20px;
}


.Discharge_calculation .out .box .button_box #cancel {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    color: #333333;
    margin-right: 38px;
}


.footer {
    background: #F2F2F2;
    box-shadow: 0px -2px 6px 1px rgba(130, 130, 130, 0.1);
    padding: 25px 0px 30px 0px;
    box-sizing: border-box;
    text-align: center;
}

.footer h5 {
    color: #333333;
    font-size: 14px;
    margin-bottom: 19px;
    font-weight: 500;
}

.footer p {
    color: #666666;
    font-size: 14px;
}


/* 注册页面 */
#register_Pages {
    background: #F8F8F8;
    padding: 83px 0px 92px 0px;
    box-sizing: border-box;
}

#register_Pages .register .out h5 {
    color: #136AD5;
    font-size: 50px;
    margin-bottom: 44px;
}

#register_Pages .Reg_box {
    width: 100%;
    background: #FFFF;

}

#register_Pages .Reg_box .title {
    width: 100%;
    height: 91px;
    box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 4px 4px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#register_Pages .Reg_box .title h6 {
    color: #136AD5;
    font-size: 36px;
    margin: 0px 24px;
}

#register_Pages .ReG_out .box .tit {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 29px;
}

#register_Pages .ReG_out {
    padding: 59px 48px 51px 47px;
    box-sizing: border-box;
}

#register_Pages .ReG_out .box {
    padding-left: 46px;
    box-sizing: border-box;
}

#register_Pages .ReG_out .box ul {
    padding-left: 21px;
    box-sizing: border-box;
}

#register_Pages .ReG_out .box li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#register_Pages .ReG_out .box li span {
    color: #333333;
    font-size: 22px;
    width: 230px;
}

#register_Pages .ReG_out .box li span span {
    color: #FF0000;
}

#register_Pages .ReG_out .box li input {
    width: 446px;
    height: 46px;
    padding-left: 20px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #DADDE4;
    border-radius: 4px;
    font-size: 16px;
}

#register_Pages .ReG_out .box li input::placeholder {
    color: #BBBBBB;
    font-size: 16px;
}

#register_Pages .ReG_out .box li .file_box {
    display: flex;
    align-items: center;
}

#register_Pages .ReG_out .box li .file_box input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -99;
}

#register_Pages .ReG_out .box li .file_box label {
    width: 80px;
    height: 80px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DADDE4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 20px;
}

#register_Pages .ReG_out .box li .file_box label:last-child {
    margin-right: 0px;
}

#register_Pages .ReG_out .box li .file_box label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

#register_Pages .ReG_out .box li .file_box label b {
    color: #CCCCCC;
    font-size: 37px;
}

#register_Pages .ReG_out .box li .file_box label.all img {
    display: block;
}

#register_Pages .ReG_out .box li .file_box label.all b {
    display: none;
}

#register_Pages .ReG_out .box li:last-child {
    margin-bottom: 29px;
}

#register_Pages .ReG_out .box i {
    width: 836px;
    display: block;
    border: 1px dashed #DADDE4;
    margin-top: 40px;
    margin-bottom: 40px;
}

#register_Pages .ReG_out .box li .txt_shouji {
    width: 349px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DADDE4;
    height: 46px;
    display: flex;
    align-items: center;
}

#register_Pages .ReG_out .box li .txt_shouji input {
    width: 245px;
    border: none;
    border-right: 1px solid #C5C5C5;
    border-radius: 0px;
    height: 30px;
}

#register_Pages .ReG_out .box li .txt_shouji button {
    width: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    outline: none;
    border: none;
    background: none;
    color: #BBBBBB;
    font-size: 15px;
}

#register_Pages .ReG_out .box li .checkbox_out {
    display: flex;
    align-items: center;
}

#register_Pages .ReG_out .box li .checkbox_out .cb_box {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

#register_Pages .ReG_out .box li .checkbox_out input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

#register_Pages .ReG_out .box .checkbox_li {
    margin-top: 60px;
    margin-bottom: 61px;
}

#register_Pages .ReG_out .button_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}

#register_Pages .ReG_out .button_box button {
    width: 150px;
    height: 50px;
    background: #136AD5;
    border-radius: 4px;
    border: none;
    color: #FFF;
    font-size: 20px;
}

#register_Pages .ReG_out .button_box button:first-child {
    background: none;
    border: 1px solid #D4D4D4;
    margin-right: 41px;
    color: #333333;
}

/* 登录 */
.Login {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center
}

.Login .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 11%;
}

.Login h5 {
    color: #136AD5;
    font-size: 66px;
}

.Login .out {
    width: 438px;
    height: 546px;
    background: linear-gradient(to bottom, #bedcffe0, #80B9FF);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    margin-top: 150px;
    padding: 42px 47px 29px 47px;
    box-sizing: border-box;
}

.Login .foter_txt {
    position: absolute;
    bottom: 26px;
    font-size: 14px;
    color: #DFDFDF;
}

.Login .out .login_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 46px;
}

.Login .out .login_box h6 {
    margin: 0px 20px;
    color: #136AD5;
    font-size: 24px;
}

.Login .out .tap_box {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.Login .out .tap_box span {
    color: #3D89E8;
    font-size: 18px;
    display: block;
}

.Login .out .tap_box span.all {
    color: #136AD5;
}

.Login .out .tap_box span:first-child {
    margin-right: 25px;
}

.Login .out .box input {
    width: 100%;
    height: 50px;
    background: #FFF;
    outline: none;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;

}

.Login .out .box .input_box {
    margin-bottom: 14px;
}

.Login .out .box input::placeholder {
    color: #999999;
    font-size: 15px;
}

.Login .out .box .Form_out {
    display: none;
}

.Login .out .box .Form_out.all {
    display: block;
}

.Login .out .box .input_box {
    position: relative;
    display: flex;
    align-items: center;
}

.Login .out .box .input_box a {
    position: absolute;
    right: 14px;
    color: #136AD5;
    font-size: 13px;


}

.Login .out .box .input_box2 input {
    width: 204px;
    margin-right: 14px;
}

.Login .out .box .input_box2 button {
    width: 126px;
    height: 50px;
    background: #80B9FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    border: none;
}

.Login .out .box .button_box {
    text-align: center;
}

.Login .out .box .button_box .but {
    width: 100%;
    height: 50px;
    background: #136AD5;
    border-radius: 4px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
    border: none;
}

.Login .out .box .button_box a {
    background: none !important;
    border: 1px solid #136AD5 !important;
    color: #136AD5 !important;
}

.Login .out .box .button_box span {
    color: #EEEEEE;
    font-size: 12px;
    text-align: center;
}


/* INdex_out */
.INdex_out {
    width: 100%;
    background: #F8F8F8;
    padding-top: 70px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.INdex_out .out {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.INdex_out .out .box {
    width: 450px;
    height: 190px;
    background-size: cover !important;
}

.INdex_out .out .box .text {
    width: 65%;
    padding-top: 31px;
    padding-left: 32px;
    box-sizing: border-box;
}

.INdex_out .out .box .text h5 {
    color: #136AD5;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.INdex_out .out .box .text p {
    margin-bottom: 26px;
    color: #136AD5;
    font-size: 18px;
}

.INdex_out .out .box .text a {
    width: 76px;
    height: 28px;
    background: #FFF;
    border-radius: 13px 13px 13px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #136AD5;
    font-size: 16px;
}

.INdex_out .out .box .text a img {
    height: 9.07px;
    margin-left: 5px;
}

.INdex_out .out2 .text_box {
    display: flex;
    flex-wrap: wrap;
}

.INdex_out .out2 .text_box a {
    margin-right: 79px;
}

.INdex_out .out2 .text_box a:nth-child(5n) {
    margin-right: 0px;
}

.INdex_out .out2 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
}

.INdex_out .out2 .title h6 {
    color: #136AD5;
    font-size: 30px;
    margin: 0px 26px;
}

/* Accounting */

.Accounting {
    width: 100%;
    background: #F8F8F8;
    padding-top: 54px;
    padding-bottom: 50px;
    box-sizing: border-box;
}


.Accounting .out {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
}


.Accounting .out .title {
    width: 100%;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 4px 4px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.Accounting .out .title h6 {
    color: #136AD5;
    font-size: 36px;
    margin: 0px 8px;
}

.Accounting .out ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 40px 42px 40px;
    box-sizing: border-box;
}

.Accounting .out ul li {
    width: 280px;
    height: 203px;
    background: #F3F9FD;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Accounting .out ul li img {
    width: 79.86px;
    margin-bottom: 22px;
}

.Accounting .out ul li h6 {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 500;
}

.filing .out ul li h6 {
    width: 60%;
    text-align: center;
    height: 30px;
}

.fangfaxue_shenqing {
    background: #F8F8F8;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.fangfaxue_shenqing .inner {
    background: #FFF;
}

.fangfaxue_shenqing .title {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 91px;
    box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 4px 4px 0px 0px;
}

.fangfaxue_shenqing .title h6 {
    font-size: 36px;
    color: #136AD5;
    margin: 0px 24px;
}

.fangfaxue_shenqing .out {
    display: flex;
    justify-content: center;
    padding-top: 54px;
    padding-bottom: 40px;
}

.fangfaxue_shenqing .out .box {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.fangfaxue_shenqing .out .box span {
    color: #333333;
    font-size: 22px;
    width: 260px;
    display: block;
}

.fangfaxue_shenqing .out .box input {
    width: 446px;
    height: 46px;
    border: 1px solid #DADDE4;
    border-radius: 4px;
    outline: none;
    padding-left: 20px;
    box-sizing: border-box;
}

.fangfaxue_shenqing .out .box_2 ul li input {
    width: 16px;
    height: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}

.fangfaxue_shenqing .out .box_2 ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 446px;
}

.fangfaxue_shenqing .out .box_2 ul li {
    width: 25%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fangfaxue_shenqing .out .box_2 ul li span {
    color: #666666;
    font-size: 16px;
    width: auto;
    margin-left: 8px
}

.fangfaxue_shenqing .out .box textarea {
    width: 446px;
    height: 137px;
    border: 1px solid #DADDE4;
    border-radius: 4px;
    outline: none;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.fangfaxue_shenqing .out .button_box {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;

    margin-top: 77px;
    transform: translateX(29%);
}

.fangfaxue_shenqing .out .button_box button {
    width: 120px;
    height: 50px;
    background: #136AD5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;

    border: none;
}

.fangfaxue_shenqing .out .button_box button:first-child {
    margin-right: 38px;
    background: none;
    border: 1px solid #D4D4D4;
    color: #333333;
}

.Filing_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    box-sizing: border-box;
}

.Filing_box .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #99999952;
}

.Filing_box .box .left {
    display: flex;
    align-items: center;
}

.Filing_box .box .left span {
    color: #999;
    font-size: 14px;
    margin-right: 30px;
}

.Filing_box .box .left h1 {
    font-size: 16px;
    font-weight: 500;
}

.Filing_box .box .right {
    display: flex;
    align-items: center;
}

.Filing_box .box .right a {
    color: #136AD5;
    font-size: 13px;
    margin-left: 20px;
}

.Filing_box .box .right span {
    font-size: 13px;

}

/* 新闻页面 */
.News_page{
    padding-top: 40px;
    padding-bottom: 50px;
    background: #F2F2F2;
}

.News_page  .out{
    width: 100%;
}

.News_page .box{
    margin-bottom: 30px;
}

.News_page .box a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    padding: 30px ;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px #00000036;
}

.News_page .box .left{
    width: 29.7%;
    overflow: hidden;
}
.News_page .box .left img{
    width: 100%;
    display: block;
    height: 180px;
    object-fit: cover;
}


.News_page .box .right{
    width: 65%;
}

.News_page .box .right h5{
    font-size: 30px;
    font-weight:500;
    margin-bottom: 24px;
}

.News_page .box .right p{
    color: #666;
    font-size: 16px
}

.News_page  .News_out{
    padding:30px;
    box-sizing: border-box;
}

.bottonaniu {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.bottonaniu a {
    display: block;
    text-align: center;
    line-height: 41px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-right: 10px;
    color: #555555;
    font-size: 16px;
}

.bottonaniu a:hover,
.bottonaniu a.all {
    background: #02397B;
    color: #fff;
}

.bottonaniu .a-1 {
    width: 49px;
    height: 41px;


}

.bottonaniu .a-2 {
    width: 66px;
    height: 41px;

}

.bottonaniu .a-3 {
    width: 41px;
    height: 41px;

}



/* 详情页 */
.Knowledge-list .max-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.Knowledge-list {
    padding: 80px 0px;
}

.Knowledge-list .titel {
    text-align: center;
    margin-top: 70px;
}

.Knowledge-list .titel h5 {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.Knowledge-list .release {
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    margin-top: 30px;
}

.Knowledge-list .release i {
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(153, 153, 153, 1);
    margin: 0px 30px;
}

.Knowledge-list .release span {
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
}

.Knowledge-list .text {
    padding: 43px 73px 73px 73px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.Knowledge-list .text img {
    width: auto;
    max-width: 100%;
}

.Knowledge-list .text video {
    width: auto;
    max-width: 100%;
}

.butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 77px;
    box-sizing: border-box;
    margin-top: 61px;
}

.butt_box .left .box {
    display: flex;
    align-items: center;
}

.butt_box .left .box span,
.butt_box .left .box a {
    color: #666666;
    font-size: 13px;
    margin-bottom: 14px;
    display: block;
}

.butt_box .left .box a:hover {
    color: #1A469B;
}

.butt_box .right {
    width: 161px;
    height: 36px;
    background: #1A469B;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}


.Filing_out{
    width: 100%;
    background: #F8F8F8;
    padding-top: 54px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.Filing_out .out{
    width: 100%;
    background: #FFF;
    box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
}

.Filing_out .out .Fil_title{
    width: 100%;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 4px 4px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Filing_out .out .Fil_title h6 {
    color: #136AD5;
    font-size: 36px;
    margin: 0px 8px;
}

.Filing_out .out .out_box {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    box-sizing: border-box;
}

.Filing_out .out .out_box .left{
    width: 58%;

}

.Filing_out .out .out_box .left .title , .Filing_out .out .out_box .right .title{
    width: 100%;
    
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #136AD5;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.253);
    border-bottom: 1px solid #9999993d;
    background: #136ad530;
}
.Filing_out .out .out_box .right .title{
    background: #F3F9FD;
}
.Filing_out .out .out_box .right{
    width: 40%;
}

.Filing_out .out .out_box .left  .box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Filing_out .out .out_box .left  .box a{
    margin: 20px 0px;
    width: 32%;
    margin-right: 2%;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    background:#136ad530;
}

.Filing_out .out .out_box .left  .box a h6{
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}

.Filing_out .out .out_box .left  .box a img{
    height: 80px;
}

.Filing_out .out .out_box .left  .box a:nth-child(3n){
    margin-right: 0px;
}

.Filing_out .out .out_box .right .box{
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.Filing_out .out .out_box .right .box a{
    margin: 20px 0px;
    margin-right: 2%;
    width: 48%;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:#F3F9FD ;
    
}

.Filing_out .out .out_box .right .box a img{
    height: 80px;
}

.Filing_out .out .out_box .right .box a h6{
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}

.Filing_out .out .out_box .right .box a:last-child{
    margin-right: 0px;
}




@media (max-width:768px) {
    .To_nav .out {
        height: 0.3rem;
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .To_nav .out .left h1 {
        font-size: 0.12rem;
    }

    .To_nav .out .right {
        font-size: 0.12rem;
    }

    .To_nav .out .right .Tianqi img {
        width: 0.1307rem;
        margin-right: 0.07rem;
    }

    .To_nav .out .right .tiem {
        margin-left: 0.2rem;
    }

    .To_nav .out .right .Xingqi {
        margin-left: 0.18rem;
    }

    .To_nav .out .right .Login_top a,
    .To_nav .out .right .secede_top {
        font-size: 0.12rem;
        margin-left: 0.07rem;
    }


    .Top_Logo .out {
        height: 1.30rem;
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .Top_Logo .out .right form {
        width: 3.10rem;
        height: 0.38rem;
        border-radius: 0.19rem;
    }

    .Top_Logo .out .right input {
        width: 2.54rem;
        height: 0.25rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        font-size: 0.16rem;
    }

    .Top_Logo .out .right input::placeholder {
        font-size: 0.16rem;
    }

    .Top_Logo .out .right button {
        width: 0.56rem;
    }

    .Top_Logo .out .right button img {
        width: 0.18rem;
    }

    .Top_Logo .out .left h1 {
        font-size: 0.26rem;
    }

    .Top_Logo .out .left span {
        font-size: 0.09rem;
    }

    .Top_Logo .out .left .txt {
        display: flex;
        flex-direction: column;
    }

    .nav .out ul {
        height: 0.6rem;
    }

    .nav .out ul li .title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;

    }

    .nav .out ul li .title a {
        padding: 0px 0.17rem;
        font-size: 0.13rem;
        display: flex;
        align-items: center;
    }


    .INdex_out {
        padding: 0px 0.3rem;
        padding-top: 0.7rem;
        padding-bottom: 0.6rem;
    }


    .INdex_out .out{
        margin-bottom: 0.6rem;
        flex-wrap: wrap;
    }

    .INdex_out .out .box{
        width: 100%;
        height: 1.90rem;
        margin-bottom: 0.3rem;
        background-position-y: center !important;
    }

    .INdex_out .out .box .text {
        padding-top: 0.31rem;
        padding-left: 0.32rem;
        box-sizing: border-box;
    }

    .INdex_out .out .box .text h5{
        font-size: 0.3rem;
        margin-bottom: 0.1rem;
    }

    .INdex_out .out .box .text p{
        margin-bottom: 0.26rem;
        font-size: 0.18rem;
    }

    .INdex_out .out .box .text a{
        width: 0.72rem;
        height: 0.28rem;
        border-radius: 0.13rem;
        font-size: 0.16rem;
    }

    .INdex_out .out .box .text a img {
        height: 0.09rem;
        margin-left: 0.05rem;
    }

    .INdex_out .out2 .title{
        margin-bottom: 0.33rem;
    }

    .INdex_out .out2 .title h6{
        font-size: 0.3rem;
        margin: 0px 0.26rem;
    }

    .INdex_out .out2 .title img{
        width: 1.99rem;
    }

    .INdex_out .out2 .text_box a{
        margin-right: 1%;
        width: 32%;
    }

    .INdex_out .out2 .text_box a img{
        width: 100%;
    }

    .footer{
        padding: 0.25rem 0px 0.3rem 0px;
    }

    .footer h5 {
        font-size: 0.14rem;
        margin-bottom: 0.19rem;
    }

    .footer p{
        font-size: 0.14rem;
    }

    .Accounting{
        padding: 0px 0.3rem;
        padding-top: 0.54rem;
        padding-bottom: 0.5rem;
    }

    .Accounting .out .title{
        height: 1.06rem;
    }

    .Accounting .out .title h6{
        font-size: 0.36rem;
        margin: 0px 0.08rem;
    }

    .Accounting .out .title img{
        width: 0.98rem;
    }

    .Accounting .out ul{
        padding: 0.48rem 0.4rem 0.42rem 0.4rem;
        flex-wrap: wrap;
    }

    .Accounting .out ul li{
        width: 2.80rem;
        height: 2.03rem;
        margin-bottom: 0.3rem;
    }

    .Accounting .out ul li img{
        width: 0.78rem;
        margin-bottom: 0.22rem;
    }
    .Accounting .out ul li h6{
        font-size: 0.2rem;
        height: 0.3rem;
    }
    .Filing_box{
        padding-bottom: 0.5rem;
        padding-top: 0.3rem;
    }
    .Filing_box .box{
        height: 0.5rem;
        padding: 0px 0.2rem;
    }

    .Filing_box .box .left span {
        font-size: 0.14rem;
        margin-right: 0.3rem;
    }
    .Filing_box .box .left h1{
        font-size: 0.16rem;
    }

    .Filing_box .box .right span{
        font-size: 0.13rem;
    }

    .Filing_box .box .right a{
        font-size: 0.13rem;
        margin-left: 0.2rem;
    }

    .Discharge_calculation .out .title{
        width: 100%;
        height: 0.91rem;
        margin-bottom: 0.32rem;
    }

    .Discharge_calculation .out .title h5{
        font-size: 0.36rem;
        margin: 0px 0.78rem;
    }

    .Discharge_calculation .out .title img{
        width: 0.94rem;
    }

    .Discharge_calculation .out .box .Form_box{
        margin-bottom: 0.56rem;
    }

    .Discharge_calculation .out .box .Form_box h5{
        margin-left: 0.22rem;
        margin-bottom: 0.32rem;
        font-size: 0.28rem;
    }

    .Discharge_calculation .out .box .Form_box .item_box{
        margin-left: 0.38rem;
        margin-bottom: 0.24rem;
        height: 0.8rem;
    }

    .Discharge_calculation .out .box .Form_box .item_box h6{
        font-size: 0.22rem;
        width: 49%;
    }

    .Discharge_calculation .out .box .Form_box .item_box .txt label{
        width: 0.8rem;
        font-size: 0.37rem;
    }

    .Discharge_calculation .out .box .Form_box .item_box .txt .FileName{
        font-size: 0.16rem;
        margin-left: 0.1rem;
    }

    .Discharge_calculation .Form_box .incorrectReturn{
        padding: 0.38rem 0.42rem 0.52rem 0.56rem;
    }

    .Discharge_calculation .incorrectReturn .T_box h6{
        font-size: 0.26rem;
        margin-bottom: 0.13rem;
    }

    .Discharge_calculation .incorrectReturn .T_box .T_1 .left{
        width:100%;
        margin-left: 0.25rem;
        justify-content: left;
    }

    .Discharge_calculation .incorrectReturn .T_box .T_1 .left span{
        width: 2.64rem;
        font-size: 0.22rem;
    }

    .Discharge_calculation .incorrectReturn .T_box .T_1 .left input{
        width: 1.62rem;
        height: 0.46rem;
        font-size: 0.16rem;
        padding: 0px 0.1rem;
        
    }
    

    .Discharge_calculation .incorrectReturn .T_box .T_1{
        flex-wrap: wrap;
    }
    .Discharge_calculation .incorrectReturn .T_box .T_1 .right{
        margin-left: 0.25rem;
        width: 2.20rem;
    }

    .Discharge_calculation .incorrectReturn .T_box .T_2 .left p{
        margin-left: 0.16rem;
        font-size: 0.14rem;
    }

    .Discharge_calculation .incorrectReturn .T_box .T_3 .left input{
        margin-right: 0.23rem;
    }
    .Discharge_calculation .incorrectReturn .T_box .T_click{
        width: 1.20rem;
        height: 0.5rem;
        font-size: 0.24rem;
    }
    .Discharge_calculation .incorrectReturn .T_box .T_3{
        margin-top: 0.24rem;
    }

    .Discharge_calculation .incorrectReturn .T_box{
        margin-bottom: 0.29rem;
        padding-bottom: 0.32rem;
    }

    .Discharge_calculation .incorrectReturn .T_box .T_4{
        margin-top: 0.27rem;
    }

    .Discharge_calculation .incorrectReturn .T_box .T_4 .left span{
        width: auto;
    }

    .Discharge_calculation .incorrectReturn .T_box .T_5{
        margin-top: 0.29rem;
    }

    .Discharge_calculation .incorrectReturn .T_box .T_5 .left span{
        width: auto;
    }

    .Discharge_calculation .out .box .button_box{
        margin-top: 0.4rem;
    }

    .Discharge_calculation .out .box .button_box button{
        width: 1.20rem;
        height: 0.5rem;
        font-size: 0.2rem;
    }

    .Discharge_calculation .out .box .button_box #cancel{
        margin-right: 0.38rem;
    }

    .Discharge_calculation .out .box .Form_box .item_box .File_T{
        width: 100%;
    }


    .fangfaxue_shenqing .title h6{
        font-size: 0.36rem;
        margin: 0px 0.24rem;
    }

    .fangfaxue_shenqing .title  img{
        width: 0.94rem;
    }

    .fangfaxue_shenqing .title{
        height: 0.91rem;
    }

    .fangfaxue_shenqing .out{
        padding-top: 0.54rem;
        padding-bottom: 0.4rem;   
    }

    .fangfaxue_shenqing .out .box{
        margin-bottom: 0.2rem;
    }

    .fangfaxue_shenqing .out .box span{
        width: 2.60rem;
        font-size: 0.22rem;
    }

    .fangfaxue_shenqing .out .box input{
        width: 4.46rem;
        height: 0.46rem;
        padding-left: 0.2rem;
        font-size: 0.16rem;
    }

    .fangfaxue_shenqing .out .box_2 ul{
        width: 4.46rem;
    }

    .fangfaxue_shenqing .out .box_2 ul li span{
        font-size: 0.16rem;
        padding-left: 0.08rem;
    }

    .fangfaxue_shenqing .out .box textarea{
        width: 4.46rem;
        height: 1.37rem;
        padding-top: 0.1rem;
        padding-left: 0.1rem;
    }

    .fangfaxue_shenqing .out .button_box{
        transform: translateX(0%);
        margin-top: 0.77rem;
    }

    .fangfaxue_shenqing .out .button_box button{
        width: 1.20rem;
        height: 0.5rem;
        font-size: 0.2rem;
    }

    .fangfaxue_shenqing .out .button_box button:first-child{
        margin-right: 0.38rem;
    }

    .fangfaxue_shenqing{
        padding-top: 0.4rem;
        padding-bottom: 0.5rem;
    }

    .Login h5{
        font-size: 0.46rem;
    }

    .Login .out{
        width: 4.38rem;
        height: 5.46rem;
        margin-top: 1.50rem;
        padding: 0.42rem 0.47rem 0.29rem 0.47rem;
    }

    .Login .out .login_box{
        margin-bottom: 0.46rem;
    }

    .Login .out .login_box h6{
        font-size: 0.24rem;
        margin: 0px 0.20rem;
    }

    .Login .out .login_box img{
        width: 0.94rem;
    }

    .Login .out .tap_box{
        margin-bottom: 0.32rem;
    }
    .Login .out .tap_box span:first-child{
        margin-right: 0.25rem;
    }

    .Login .out .tap_box span{
        font-size: 0.18rem;
    }

    .Login .out .box input{
        height: 0.5rem;
        padding-left: 0.2rem;
        font-size: 0.16rem;
    }
    .Login .out .box .input_box{
        margin-bottom: 0.14rem;
    }
    .Login .out .box input::placeholder{
        font-size: 0.16rem;
    }
    .Login .out .box .input_box a{
        right: 0.14rem;
        font-size: 0.13rem;
    }
    .Login .out .box .input_box2 button{
        width: 1.26rem;
        height: 0.5rem;
        font-size: 0.12rem;
    }

    .Login .out .box .button_box{
        display: flex;
        flex-direction: column;
    }

    .Login .out .box .button_box .but{
        height: 0.5rem;
        font-size: 0.2rem;
        margin-bottom: 0.14rem;
    }

    .Login .out .box .button_box a{
        font-size: 0.2rem;
    }

    .Login .out .box .button_box span{
        font-size: 0.12rem;
    }

    .Login .foter_txt{
        bottom: 0.26rem;
        font-size: 0.14rem;
    }


    #register_Pages{
        padding: 0.83rem 0px 0.92rem 0px;
    }

    #register_Pages .register .out h5{
        font-size: 0.5rem;
        margin-bottom: 0.4rem;
        width: 100%;
        text-align: center;
    }
    #register_Pages .Reg_box .title{
        height: 0.91rem;
    }
    #register_Pages .Reg_box .title h6{
        font-size: 0.36rem;
        margin: 0px 0.24rem;
    }

    #register_Pages .Reg_box .title img{
        width: 0.94rem;
    }

    #register_Pages .ReG_out {
        padding: 0.59rem 0.48rem 0.51rem 0.47rem;
        box-sizing: border-box;
    }

    #register_Pages .ReG_out .box{
        padding-left: 0.46rem;
    }

    #register_Pages .ReG_out .box .tit{
        font-size: 0.28rem;
        margin-bottom: 0.29rem;
    }

    #register_Pages .ReG_out .box li span{
        width: 2.30rem;
        font-size: 0.22rem;
    }

    #register_Pages .ReG_out .box li input{
        width: 4.46rem;
        height: 0.46rem;
        padding-left: 0.2rem;
        font-size: 0.16rem;
    }

    #register_Pages .ReG_out .box li input::placeholder{
        font-size: 0.16rem;
    }

    #register_Pages .ReG_out .box li .file_box label{
        width: 0.8rem;
        height: 0.8rem;
    }

    #register_Pages .ReG_out .box li .file_box label b{
        font-size: 0.37rem;
    }
    #register_Pages .ReG_out .box li .file_box input{
        width: 100%;
    }

    #register_Pages .ReG_out .box ul{
        padding-left: 0.21rem;
    }


    #register_Pages .ReG_out .box i{
        width: 100%;
        margin: 0.4rem 0px;
    }

    #register_Pages .ReG_out .box li .txt_shouji{
        width: 3.49rem;
        height: 0.46rem;
    }

    #register_Pages .ReG_out .box li .txt_shouji input{
        width: 2.45rem;
        height: 0.3rem;
        font-size: 0.16rem;
    }

    #register_Pages .ReG_out .box li .txt_shouji input::placeholder{
        font-size: 0.16rem;
    }

    #register_Pages .ReG_out .box li .txt_shouji button{
        width: 1.04rem;
        font-size: 0.15rem;
    }

    #register_Pages .ReG_out .box .checkbox_li{
        margin-top: 0.6rem;
    }

    #register_Pages .ReG_out .box li .checkbox_out .cb_box{
        margin-right: 0.5rem;
    }

    #register_Pages .ReG_out .box li .checkbox_out .cb_box a{
        font-size: 0.16rem;
    }

    #register_Pages .ReG_out .box li .checkbox_out input{
        width: 0.16rem;
        height: 0.16rem;
    }

    #register_Pages .ReG_out .button_box button:first-child{
        margin-right: 0.41rem;
    }

    #register_Pages .ReG_out .button_box button{
        width: 1.50rem;
        height: 0.5rem;
        font-size: 0.2rem;
    }

    .News_page .News_out{
        padding: 0.3rem;
    }

    .News_page .box a{
        padding: 0.3rem;
        flex-direction: column;
    }

    .News_page .box .left{
        width: 100%;
    }

    .News_page .box .left img{
        height: 180px;
    }

    .News_page .box .right{
        width: 100%;
        margin-top: 0.3rem;
    }

    .News_page .box .right h5{
        font-size: 0.3rem;
        margin-bottom: 0.24rem;
    }

    .News_page .box .right p{
        font-size: 0.16rem;
    }


    .News_page .box{
        margin-bottom: 0.3rem;
    }

    .Knowledge-list{
        padding: 0.88rem 0px;
    }

    .Knowledge-list .titel{
        margin-top: 0rem;
    }

    .Knowledge-list .titel h5{
        font-size: 0.3rem;
    }
    .Knowledge-list .release{
        height: 0.62rem;
    }
    .Knowledge-list .release span{
        font-size: 0.13rem;
    }

    .Knowledge-list .text{
        padding: 0.43rem 0.73rem 0.73rem 0.73rem;
        font-size: 0.16rem;
    }

    .butt_box{
        margin-top: 0.61rem;
        padding-left: 0.77rem;
    }

    .butt_box .left .box span, .butt_box .left .box a{
        font-size: 0.13rem;
        margin-bottom: 0.14rem;
    }

    .butt_box .right{
        width: 1.61rem;
        height: 0.36rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        font-size: 0.12rem;
    }


    .Filing_out{
        padding-top: 0.54rem;
        padding-bottom: 0.5rem;
    }
    .Filing_out .out .Fil_title{
        height: 1.06rem;
    }

    .Filing_out .out .Fil_title h6{
        font-size: 0.36rem;
        margin: 0px 0.08rem;
    }

    .Filing_out .out .Fil_title img{
        width: 0.94rem;
    }

    .Filing_out .out .out_box{
        padding: 0.3rem 0.2rem;
        flex-direction:column;
    }

    .Filing_out .out .out_box .left{
        width: 100%;

    }
    .Filing_out .out .out_box .right{
        width: 100%;
    }

    .Filing_out .out .out_box .left .box a img , .Filing_out .out .out_box .right .box a img{
        height: 0.8rem;
    }

    .Filing_out .out .out_box .left .box a h6 , .Filing_out .out .out_box .right .box a h6{
        font-size: 0.16rem;
        margin-top: 0.1rem;
    }

    .Filing_out .out .out_box .left .box a ,.Filing_out .out .out_box .right .box a{
        height: 1.60rem;
        margin: 0.2rem 2% 0.2rem 0%;
    }

    .Filing_out .out .out_box .left .title, .Filing_out .out .out_box .right .title{
        height: 0.5rem;
        font-size: 0.24rem;
    }
}

@media (min-width:768px) {
    body,html{
        font-size: 16px !important;
        
    }
    body {
        zoom: 0.5;
    }
}

@media (min-width:970px){
    body {
        zoom: 0.6;
    }
}

@media (min-width:1164px){
    body {
        zoom: 0.8;
    }
}

@media (min-width:1535px){
    body {
        zoom: 1;
    }
}