body {
    overflow-x: hidden;
}

/* html {
    font-size: 100px !important;
} */

* {
    box-sizing: border-box;
    color: #333;
}

li {
    list-style: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
}

ul {
    padding: 0;
    margin: 0;
}

input {
    outline: none;
    border: none;
    text-transform: none;
}

a {
    display: block;
    text-decoration: none;
    font-style: normal;
}

.bac {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fle {
    display: flex;
    flex-wrap: wrap;
}

.pad1 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
}

.ma_rt {
    margin-right: 0;
}

.ph_dis {
    display: none !important;
}

.pc_dis {
    display: block !important;
}

.na1 {
    animation-delay: .1s;
}

.na2 {
    animation-delay: .2s;
}

.na3 {
    animation-delay: .3s;
}

.na4 {
    animation-delay: .4s;
}

.na5 {
    animation-delay: .5s;
}

.na6 {
    animation-delay: .6s;
}

.na7 {
    animation-delay: .7s;
}

.na8 {
    animation-delay: .8s;
}

.na9 {
    animation-delay: .9s;
}

.na10 {
    animation-delay: 1s;
}

/* .ERP span,
.ERP i,
.ERP u,
.ERP a,
.ERP b,
.ERP img {
    display: block;
    font-style: normal;
} */
span,
i,
u,
a,
b,
img {
    display: block;
    font-style: normal;
}

* {
    font-family: Microsoft YaHei, '微软雅黑';
}

.page-submenu .tel img {
    display: inline;
}

.ERP ul {
    margin-bottom: 0;
}

.act-wrap a:hover {
    color: #fff;
}

.ERP p {
    margin-bottom: 0;
}

.ERP {
    width: 100%;
    /* height: 100%; */
}

.ma_rt {
    margin-right: 0 !important;
}

.sj_main {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.dx_ico {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.dx_ico::after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: '';
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1;
}

.dx_ico:hover::after {
    left: 0;
}

.ws_xcx {
    position: fixed;
    top: 25%;
    left: 1%;
    z-index: 30;
    width: 15%;
}

.ws_xcx>div {
    transform-origin: left;
    transform: scaleX(0);
    transition: .5s;
    padding: .2rem;
    background: #fff;
    border-radius: .2rem;
    box-shadow: 0px 0px 20px 2px rgb(143 121 255 / 20%);
    position: relative;
    z-index: 10;
}

.ws_xcx>div.on {
    transform: scaleX(1);
}

.ws_xcx>div>b {
    text-align: center;
    font-size: .3rem;
    color: #5564c6;
    margin-bottom: .1rem;
}

.ws_xcx>div>span {}

.ws_xcx>div>span>img {
    width: 100%;
}

.ws_xcx>div>p {
    text-align: center;
    font-size: .2rem;
    margin-top: .1rem;
}

.ws_xcx>div>i {
    position: absolute;
    top: .1rem;
    right: .1rem;
    font-size: .3rem;
    color: #cac3c3;
    cursor: pointer;
}

.ws_xcx>i {
    position: absolute;
    top: 40%;
    left: 0;
    width: .8rem;
    z-index: 5;
    padding: .1rem;
    cursor: pointer;
    box-shadow: 0px 0px 20px 2px rgb(143 121 255 / 20%);
    background: #fff;
    border-radius: .15rem;
}

.ws_xcx>i>img {
    width: 100%;
}
#qw_ewm{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: .5s;
    transform: scale(0);
}
#qw_ewm.on{
    transform: scale(1);
}
#qw_ewm>p{
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 20px;
    background: #666;
    padding: 10px;
    border-radius: 6px;
}
#qw_ewm>i{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #333;
    width: 100%;
    height: 100%;
    opacity: .2;
}
#qw_ewm>img{
    position: relative;
    z-index: 10;
    max-width: 50%;
}
@media screen and (max-width:1200px) {
    html {
        /* font-size: 75px !important; */
    }

    .sj_main,
    .act-header>div {
        width: 90%;
    }

}

@media screen and (max-width:540px) {
    html {
        /* font-size: 75px !important; */
    }

    .ws_xcx {
        display: none;
    }
}

.sj_top1_1>div div.swiper-slide>div>span,
.sj_ph_top4 {
    display: none;
}

.ph_hua {
    display: none !important;
}

.ph_scroll_bar::-webkit-scrollbar {
    width: 3px;
    height: 6px;
    transition: .5s;
    background-color: #DDDDDD;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ph_scroll_bar::-webkit-scrollbar-thumb {
    background-color: #2345A7;
    border: 3px solid #2345A7;
}


/* .ERP>div {
    height: 100%;
} */

.act-header {
    background-image: url(../img/top1_bg.png);
    height: auto;
}

.act-header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .8rem;
    padding-bottom: .8rem;
    height: auto;
    overflow: inherit;
    max-width: 100%;
    padding: 0 3.6rem;
    margin: 0 auto;
}

.sj_head_left {
    max-width: 70%;
}

.sj_head_left>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.5rem;
}

.sj_head_left>div>span {
    /* width: 1.9rem; */
}

.sj_head_left>div>i {
    width: 2px;
    height: 0.36rem;
    background-color: #FFFFFF;
    margin: 0 0.22rem;
}

.sj_head_left>span {
    margin-bottom: .27rem;
}

.sj_head_left>h2 {
    font-size: .24rem;
    font-weight: 400;
    margin-bottom: 0.1rem;
    padding: 0;
    line-height: 1;
    color: #333;
    font-weight: bold;
}

.sj_head_left>h1 {
    /* font-size: .58rem; */
    font-size: .4rem;
    color: #5A64BE;
    font-weight: 400;
    line-height: 1 !important;
    margin-bottom: 0.25rem !important;
}

.sj_head_left>h1>img {
    margin-bottom: .15rem;
    width: 25%;
}

.sj_head_left>p {
    font-size: .24rem;
    color: #fff;
}

.sj_head_right {
    padding: 2.5% 2%;
    border-radius: 6px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1500);
    /* margin-right: 5%; */
    width: 285px;
}

.sj_head_right>h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 6%;
}

.sj_head_right>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-radius: 6px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.sj_head_right>div>span {}

.sj_head_right>div>i {
    width: 1px;
    height: 14px;
    background: #FFFFFF;
    margin: 0 8px;
}

.sj_head_right>div>input {
    outline: none;
    border: none;
    padding: 5px 10px;
    font-size: .14rem;
    background: none;
    color: #fff;
    width: 83%;
}

.sj_head_right>div>input::placeholder {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_head_right>div>input:focus::placeholder {
    color: #aeaeae
}

.sj_head_right>button.btn {
    font-size: 16px;
    padding: 9px 48px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    width: 100%;
}

.sj_head_right>p {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1440px) {
    .sj_head_right>h3 {
        font-size: 20px;
    }

    .sj_head_right>div>input {
        padding: 5px;
        width: 170px;
    }

    .sj_head_right>button.btn {
        padding: 7px 30px;
        margin-top: 10px;
        width: 100%;
    }

    .sj_head_right>p {
        margin-top: 13px;
    }
}

@media screen and (max-width:768px) {
    .sj_head_right>div>input {
        font-size: 14px;
    }
}


/********************* ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ ********************/
#des>#form {
    background: url(https://www.digiwin.com/project/digiwinathena/data_middle_platform/img/foot_ly_bg.png) no-repeat center;
    background-size: cover;
    /* padding: 0.2rem 3.6rem 0.3rem 4.35rem; */
    padding: 1% 0%;
}

#form>div {
    display: flex;
    justify-content: space-between;
}

#form>div>span {
    width: 25%;
}

#form>div>form {
    width: 72%;
    display: flex;
    align-items: center;
}

#form>div>form .form {}

#form>div>form .form>ul {}

#des #form .form>ul>li {
    width: 32%;
    border-radius: 6px;
    background: rgba(255, 255, 255, .15);
}

#des #form .form>ul>li:nth-of-type(3) {
    width: 33%;
}

#form>div>form .form>ul>li>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 20px;
    border-radius: 6px;
}

#form>div>form .form>ul>li>div>span {}

#form>div>form .form>ul>li>div>i {
    width: 1px;
    height: 14px;
    background: #FFFFFF;
    margin: 0 8px;
}

#des #form>div>form .form>ul>li>div>.input-text {
    outline: none;
    border: none;
    padding: 0;
    font-size: 14px;
    background: none;
    color: #fff;
    width: 230px;
    height: auto;
    line-height: 1;
    display: block;
}

#des #form>div>form .form>ul>li>div>.input-text::placeholder {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#des #form>div>form .form>ul>li>div>.input-text:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#des #form>div>form .form>ul>li>div>.input-text:focus::placeholder {
    color: #aeaeae;
}

#form>div>form .form>p {
    display: flex;
    justify-content: center;
    align-items: center;
}

#form>div>form .form>p>a {
    width: 160px;
    border-radius: 6px;
    text-align: center;
    /* padding: 10px 20px; */
    height: 40px;
    line-height: 37px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    transition: .5s;
}

#form>div>form .form>p>a:first-child {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
    margin-right: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

#form>div>form .form>p>a:hover {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

#form>div>form .form>p>a:first-child:hover {
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
}

#form>div>form .form>p>a:nth-child(2) {
    display: none;
}

#toolbar {
    display: none;
}

#des #form .form h3 {
    color: #fff;
    padding: 0;
    font-weight: normal;
}

@media screen and (max-width:1440px) {
    /* #form>div>form .form>ul>li>div {
        padding: 10px 15px;
    }

    #form>div>form .form>p>a {
        width: 120px;
        padding: 6px 10px;
    }

    #des #form>div>form .form>ul>li>div>.input-text {
        font-size: 12px;
        width: 150px;
    } */
}

@media screen and (max-width:540px) {
    #des>#form {
        padding: 5% 0;
        background-attachment: fixed;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20;
        width: 100%;
    }

    #form>p {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background: rgb(255 255 255 / 50%);
        opacity: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

    #form>p.on {
        opacity: 1;
    }

    #form>p>i {
        font-size: 14px;
        transform: scale(1.5);
    }

    #form>div>span {
        display: none;
    }

    #form>div>form {
        width: 100%;
    }

    #des #form .form .list {
        width: 100%;
        padding: 0 10%;
        display: none;
    }

    #des #form .form>ul>li,
    #des #form .form>ul>li:last-child {
        width: 100%;
    }

    #form>div>form .form>ul>li>div {
        margin-bottom: 10px;
    }

    #form>div>form .form>p {
        width: 100%;
        padding: 0% 10%;
        /* width: 100%;
        padding: 3% 10%;
        background: url(../img/foot_bg.png) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20; */
    }

    #form>div>form .form>p>a:first-child {
        display: none;
    }

    #form>div>form .form>p>a:nth-child(2) {
        display: block;
        margin-right: 10px;
        background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
        border: 1px solid transparent;
    }

    #form>div>form .form>p.on>a:first-child {
        display: block;
    }

    #form>div>form .form>p.on>a:nth-child(2) {
        display: none;
    }

    /* footer,
    #toolbar {
        display: none;
    } */

    .copy {
        display: none;
    }

    .header-box {
        height: auto;
    }

    #des #form .form h3 {
        margin-bottom: 15px;
    }
}

/********************* ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ ********************/
.footer-menu {
    display: none;
}

.foot_menu {
    padding: 2% 0%;
    position: relative;
    z-index: 10;
    background: #f7f4f8;
}

.foot_menu>.foot1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}

.foot_menu>.foot1>a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8.5%;
    font-size: 20px;
}

.foot_menu>.foot1>a:last-child {
    margin-right: 0;
}

.foot_menu>.foot1>a:hover {
    color: #2345a7;
}

.foot_menu>.foot1>a>i {
    display: block;
    width: 27%;
    margin-right: 20px;
}

.foot_menu>.foot2 {
    display: flex;
    padding: 2% 0;
    border-top: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    max-width: 1200px;
    margin: 0 auto;
}

.foot_menu>.foot2>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-right: 1px solid #DDDDDD;
    padding-right: 4%;
    width: 25%;
}

.foot_menu>.foot2>div:nth-child(2) {
    padding: 0 4%;
}

.foot_menu>.foot2>div>b {
    font-size: 20px;
    width: 100%;
    display: block;
    margin-bottom: 5%;
}

.foot_menu>.foot2>div>a {
    font-size: 16px;
    transition: .5s;
    margin-right: 2%;
}

.foot_menu>.foot2>div>a:hover {
    color: #2345a7;
}

.foot_menu>.foot2>.ft2_3 {
    width: 16%;
    border: none;
    padding-left: 4%;
    padding-right: 2%;
}

.foot_menu>.foot2>.ft2_4 {
    width: 34%;
    border: none;
    padding: 0;
}

.foot_menu>.foot2>.ft2_4>p {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.foot_menu>.foot2>.ft2_4>span {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    width: 22%;
    text-align: center;
}

.foot_menu>.foot2>.ft2_4>span>img {
    margin-bottom: 7px;
}

.foot_menu>.foot2>.ft2_4>div {
    width: 46%;
}

.foot_menu>.foot2>.ft2_4>div>p {
    font-size: 16px;
    margin-bottom: 10px;
}

.foot_menu>.foot2>.ft2_4>div>b {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.foot_menu>.foot2>.ft2_4>div>a {
    width: 100%;
    display: block;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
}

.foot_menu>.foot2>.ft2_4>div>a:hover {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.foot_menu>.foot3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1%;
    max-width: 1200px;
    margin: 0 auto;
}

.foot_menu>.foot3>p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}

.foot_menu>.foot3>p>a {
    margin-left: 15px;
    width: 12%;
    position: relative;
}

.foot_menu>.foot3>p>a>img:last-child,
.foot_menu>.foot3>p>a:first-child>img:first-child {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.foot_menu>.foot3>p>a:hover>img:last-child,
.foot_menu>.foot3>p>a:first-child:hover>img:first-child {
    opacity: 1;
}

.foot_menu>.foot3>p>a:first-child {
    position: relative;
    display: block;
}

.foot_menu>.foot3>p>a:first-child>img {}

.foot_menu>.foot3>p>a>img {
    width: 100%;
}

.foot_menu>.foot3>p>a:first-child>img:last-child {
    position: absolute;
    top: -250%;
    left: 0;
    /* width: 150px; */
    transform: scale(3.5);
    display: none;
}

.foot_menu>.foot3>p>a:first-child:hover>img:last-child {
    display: block;
}

.foot_menu>.foot3>div {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.foot_menu>.foot3>div>ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.foot_menu>.foot3>div>ul>li {
    padding: 0 10px;
    /* padding: 0 5px; */
    border-right: 1px solid #999999;
    line-height: 1;
    font-size: 16px;
}

.foot_menu>.foot3>div>ul>li:last-child {
    border: none;
}

.foot_menu>.foot3>div>ul>li>a:hover {
    color: #2345a7;
}

.foot_menu>.foot3>div>select {
    width: 24%;
    height: 30px;
    color: #333;
    font-size: 14px;
    text-align: left;
    border: 1px solid #ccc;
    padding: 0 10px 0 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(https://static.digiwin.com/static/images/link.png) no-repeat 120px center #fff;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ", Arial;
    background-color: rgb(153 153 153 / 10%);
    border: none;
    line-height: 30px;
    margin-left: 15px;
}

.foot_menu>.foot3>div>select option {}

.float .float-box li img {
    display: inline;
}

.copy {
    position: relative;
    z-index: 10;
    padding: 15px 0;
    background: #132230;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.copy>div {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    color: #fff;
}

.rt_menu {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.rt_menu>ul {
    box-shadow: 0px 6px 30px 0px rgb(51 51 51 / 10%);
    border-radius: 100px;
    padding: 20px 0px;
    background: #fff;
}

.rt_menu>ul>li {
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding: 0 7px;
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 15px;
}

.rt_menu>ul>li:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}

.rt_menu>ul>li>span {
    position: absolute;
    left: -220%;
    bottom: 0;
    width: 200%;
    display: none;
    z-index: 30;
    COLOR: #333;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 5px 0;
}

.rt_menu>ul>li:hover>span {
    display: block;
}

.rt_menu>ul>li:last-child {
    margin-bottom: 0;
}

.rt_menu>ul>li>i {
    position: relative;
    display: table;
    margin: 0 auto;
    /* width: 50%; */
}

.rt_menu>ul:last-child {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.rt_menu>ul>li>p {
    font-size: 14px;
    color: #555;
    transition: .5s;
    text-align: center;
    margin-top: 10px;
}

.rt_menu>ul>li>i>img {
    transition: .5s;
}

.rt_menu>ul>li>i>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rt_menu>ul>li:hover>i>img {
    opacity: 0;
}

.rt_menu>ul>li:hover>i>img:last-child {
    opacity: 1;
}

.rt_menu>ul>li:hover>p {
    color: #333;
}

.rt_menu>i {
    position: absolute;
    bottom: 10%;
    width: 275%;
    right: 0;
    cursor: pointer;
    display: none;
}

footer .footer {
    display: none;
}

@keyframes shangxia {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%);
    }
}

.rt_menu>i>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: shangxia;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.rt_menu>i.on,
.rt_menu>div.on {
    display: block;
}

.rt_menu>div {
    display: none;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: fixed;
    right: 6%;
    background: #fff;
    z-index: 20;
    padding-bottom: 20px;
}

.rt_menu>div>h3 {
    padding: 18px;
    font-size: 18px;
    padding-bottom: 0;
}

.rt_menu>div>p {
    padding: 15px 20px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    color: #fff;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
}

.rt_menu>div>p>i {
    width: 22px;
    /* height: 2px; */
    /* background: #FFFFFF; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.rt_menu>div>p>i::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.rt_menu>div>div>textarea {
    outline: none;
    resize: none;
    font-size: 14px;
    color: #333;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: .5s;
}


.rt_menu>div>textarea::placeholder {
    color: #333;
}

.rt_menu>div>textarea:focus::placeholder {
    color: #aeaeae;
}

.rt_menu>div>div {
    padding: 18px;
}

.rt_menu>div>div>div {
    margin-top: 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
}

.rt_menu>div>div>div>i>img {
    display: block;
}

.rt_menu>div>div>div>input {
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    outline: none;
    border: none;
    width: 90%;
    padding: 15px 0;
}

.rt_menu>div>div>div>input::placeholder {
    color: #999;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.rt_menu>div>div>div>input:focus::placeholder {
    color: #aeaeae;
}

.rt_menu>div>button {
    font-size: 20px;
    color: #fff;
    padding: 12px 64px;
    cursor: pointer;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
}

.rt_menu>div>button:hover {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.lf_ico {
    position: fixed;
    top: 25%;
    left: 0%;
    z-index: 20;
    width: auto;
}

.lf_ico>img {
    display: block;
    width: 100%;
}

@media screen and (max-width:1440px) {
    /* .foot_menu>.foot2>.ft2_4>div>b {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .foot_menu>.foot1>a,
    .foot_menu>.foot2>div>b {
        font-size: 16px;
    }

    .foot_menu>.foot1>a>i {
        margin-right: 15px;
    }

    .foot_menu>.foot2>div>a,
    .foot_menu>.foot2>.ft2_4>p,
    .foot_menu>.foot2>.ft2_4>div>p,
    .foot_menu>.foot3>p,
    .foot_menu>.foot3>div>ul>li {
        font-size: 14px;
    }

    .foot_menu>.foot2>.ft2_4>span {
        font-size: 12px;
    }

    .foot_menu>.foot2>.ft2_4>div>a {
        padding: 6px 0;
    }

    .foot_menu>.foot2>.ft2_3 {
        padding-right: 0%;
    }

    .foot_menu>.foot2>div>a {
        margin-right: 0;
    } */

    .rt_menu>ul {
        padding: 15px 0px;
    }

    .rt_menu>ul>li {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .rt_menu>ul>li>i {
        width: 20px;
    }

    .rt_menu>ul:last-child>li>i {
        width: 25px;
    }

    .rt_menu>ul>li>p {
        margin-top: 5px;
    }

    .rt_menu>ul:last-child {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width:1360px) {
    .rt_menu>div {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
    }
}

@media screen and (max-width:1200px) {
    .sj_head_left {
        max-width: 100%;
    }

    .foot_menu>.foot2,
    .foot_menu>.foot3 {
        width: 90%;
    }

    .foot_menu>.foot2>.ft2_4>div>b {
        font-size: 20px;
    }

    .foot_menu>.foot3>div {
        width: 75%;
    }

    .foot_menu>.foot2>.ft2_4>span {
        font-size: 12px;
    }

    .foot_menu>.foot3>div>ul>li,
    .foot_menu>.foot2>div>a {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .foot_menu {
        display: none;
    }

    .mm-page {
        padding-bottom: 55px;
    }

    .rt_menu>div {
        right: 20%;
    }

    .rt_menu {
        display: none;
    }

    .rt_menu {
        justify-content: flex-end;
        height: auto;
        padding-bottom: 20vh;
        bottom: 0;
        top: auto;
    }

    .rt_menu>i {
        bottom: 10vh;
    }

    .pc_dis {
        display: none !important;
    }

    .ph_dis {
        display: block !important;
    }

    .xz-fudong {
        display: none;
    }

    .sj_head_left>h1>img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:540px) {
    .lf_ico {
        display: none;
    }
}