@import url(tilyss.css);
@media only screen and (min-width: 268px) and (max-width: 991px){
    .cooperation-two-area.big_ad {
        position: relative;
        z-index: 1;
        top: 52px;
        width: 100%;
    }
    .cooperation-two-area .logo {
        width: 90px;
        position: relative;
        left: 38%;
        top: -44px;
    }
    .cooperation-two-area .logo img{
        width: 90px;
        height: 90px;
    }
    /* 遮罩层样式 */
    .cooperation-two-area .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: none; /* 默认隐藏 */
        z-index: 10000;
    }
    /* 弹窗样式 */
    .cooperation-two-area .popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 1);
        border: 1px solid #ccc;
        border-radius: 15px;
        display: none; /* 默认隐藏 */
        width: 374px;
        height: 434px;
        padding: 0 10px;
        z-index: 10000;
    }
    .cooperation-two-area .form{
        position: relative;
        top: -66px
    }
    .cooperation-two-area .way_des{
        width: 100%;
        height: 20px;
        opacity: 1;
        /** 文本1 */
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 20px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
        vertical-align: top;
    }
    .cooperation-two-area .way{
        width: 100%;
        height: 22px;
        margin-top: 14px;
    }
    .cooperation-two-area input[type="radio"]{
        margin: 0;
    }
    .cooperation-two-area form .way .one{
        left: 0;
        top: 0;
        width: 33.3%;
        height: 22px;
        opacity: 1;
        position: relative;
        margin: 0;
    }
    .cooperation-two-area .one_span{
        position: relative;
        top: -24px;
        left: 24px;
    }
    .cooperation-two-area form .way .two{
        left: 33.3%;
        top: -22px;
        width: 33.3%;
        height: 22px;
        opacity: 1;
        position: relative;
    }
    .cooperation-two-area .two_span{
        position: relative;
        top: -24px;
        left: 24px;
    }
    .cooperation-two-area form .way .three{
        left: 66.6%;
        top: -44px;
        width: 33.3%;
        height: 22px;
        opacity: 1;
        position: relative;
    }
    .cooperation-two-area .three_span{
        position: relative;
        top: -24px;
        left: 24px;
    }
    .cooperation-two-area form .way span{
        width: 120px;
        height: 22px;
        padding-bottom : 5px;
        font-size: 14px;
        vertical-align: middle;
    }
    .cooperation-two-area form .way input{
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }
    .cooperation-two-area .name_container{
        width: 100%;
        height: 20px;
        margin-top: 18px;
    }
    .cooperation-two-area .name_container .name_ch{
        position: relative;
        width: 48px;
        height: 25px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 25px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
    }
    .cooperation-two-area .name_container .name_en{
        position: relative;
        width: 66px;
        height: 25px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 25px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
        left: 50px;
        top: -25px
    }
    .cooperation-two-area .phone_container{
        width: 100%;
        height: 35px;
        margin-top: 16px;
    }
    .cooperation-two-area .phone_container .phone_ch{
        position: relative;
        width: 48px;
        height: 35px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
    }
    .cooperation-two-area .phone_container .phone_en{
        position: relative;
        width: 66px;
        height: 35px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
        left: 50px;
        top: -34px
    }
    .cooperation-two-area .email_container{
        width: 100%;
        height: 35px;
        margin-top: 16px;
    }
    .cooperation-two-area .email_container .email_ch{
        position: relative;
        width: 48px;
        height: 35px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
    }
    .cooperation-two-area .email_container .email_en{
        position: relative;
        width: 66px;
        height: 35px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
        left: 50px;
        top: -34px
    }
    .cooperation-two-area .input{
        width:100%;
        height: 25px;
        margin: 0;
        background: rgba(255, 255, 255, 1);
        /* border-bottom: 3px solid grey; */
    }

    .cooperation-two-area .input input{
        width:100%;
        height: 25px;
        border: none;
        border-bottom: 1px solid grey;
        outline: none;
        font-size:14px;
    }
    .cooperation-two-area .input.phone input{
        width:320px;
        height: 25px;
        /* border: none; */
    }
    .cooperation-two-area .remark{
        width: 100%;
        height: 24px;
        opacity: 1;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 24px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
        vertical-align: bottom;
        margin-top: 25px;
    }
    
    .cooperation-two-area form .submit_container.input{
        width: 352px;
        height: 30px;
        padding: 0 30px;
        border-bottom: none;
        margin-top: 7px;
    } 

    .cooperation-two-area form .close_container.input{
        width: 352px;
        height: 30px;
        padding: 0 30px;
        border-bottom: none;
        margin-top: 7px;
    }
    .cooperation-two-area form input.submit{
        background: rgba(34, 197, 90, 1);
        color: rgba(255, 255, 255, 1);
        text-align: center;
        width: 291px;
        height: 30px;
        opacity: 1;
        border-radius: 201px;
    }

    .cooperation-two-area #closebtn{
        background: rgba(143, 143, 143, 1);
        color: rgba(255, 255, 255, 1);
        text-align: center;
        width: 291px;
        height: 30px;
        opacity: 1;
        border-radius: 201px;
    }

    .cooperation-two-area .error{
        color: red;
        font-size: 15px;
        /* padding-left: 20px; */
    }
    .cooperation-two-area picture img{
        max-width: 100%;
        /* height: 203px; */
        margin-top:60px;
    }
    .cooperation-two-area.big_ad .button{
        position: fixed;
        width: 150px;
        height: 50px;
        /* background-color: rgb(25,146,46); */
        /* left: 41px;
        top: 398px; */
        bottom: 20px;
        right: 20px;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        line-height: 50px;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0px;
        opacity: 1;
        display: none;
    }
    
    .ad-area img{
        width:390px;
        /* height: 142px; */
        margin-top:60px;
    }
    .choose-area img{
        max-width: 100%;
    }
    
    .prospect-services-area{
        padding-top:70px;
    }

    .alazea-img-area{
        margin-bottom: 30px !important;
    }
    .alazea-img-area img{
        max-width: 100%;
    }
} 
@media only screen and (min-width: 991px){
    .cooperation-two-area.big_ad{
        /* position: relative;
        z-index: 1;
        top: 112px; */
        /* width: 390px; */
        margin:132px auto 0;
    }
    .cooperation-two-area img{
        max-width: 100%;
        margin:0 auto;
        /* height: 1000px; */
    }
    /* 遮罩层样式 */
    .cooperation-two-area .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: none; /* 默认隐藏 */
        z-index: 10000;
    }
    /* 弹窗样式 */
    .cooperation-two-area .popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 1);
        border: 1px solid #ccc;
        border-radius: 20px;
        display: none; /* 默认隐藏 */
        width: 720px;
        height: 722px;
        padding: 0 59px;
        z-index: 10000;
    }
    .cooperation-two-area .logo {
        width: 120px;
        position: relative;
        left: 40%;
        top: -56px;
    }
    .cooperation-two-area .logo img{
        width: 120px;
        height: 120px;
    }
    .cooperation-two-area .form{
        position: relative;
        top: -55px
    }
    .cooperation-two-area .way_des{
        width: 600px;
        height: 29px;
        opacity: 1;
        /** 文本1 */
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 28.13px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
        vertical-align: top;
    }
    .cooperation-two-area .way{
        width: 600px;
        height: 22px;
        margin-top: 20px;
    }
    .cooperation-two-area input[type="radio"]{
        margin: 0;
    }
    .cooperation-two-area form .way .one{
        left: 0;
        top: 0;
        width: 33.3%;
        height: 22px;
        opacity: 1;
        position: relative;
        margin: 0;
    }
    .cooperation-two-area .one_span{
        position: relative;
        top: -24px;
        left: 28px;
    }
    .cooperation-two-area form .way .two{
        left: 33.3%;
        top: -22px;
        width: 33.3%;
        height: 22px;
        opacity: 1;
        position: relative;
    }
    .cooperation-two-area .two_span{
        position: relative;
        top: -24px;
        left: 28px;
    }
    .cooperation-two-area form .way .three{
        left: 66.6%;
        top: -44px;
        width: 33.3%;
        height: 22px;
        opacity: 1;
        position: relative;
    }
    .cooperation-two-area .three_span{
        position: relative;
        top: -24px;
        left: 28px;
    }
    .cooperation-two-area form .way span{
        width: 120px;
        height: 22px;
        padding-bottom : 5px;
        font-size: 25px;
    }
    .cooperation-two-area form .way input{
        width: 16px;
        height: 16px;
    }
    .cooperation-two-area .name_container{
        width: 600px;
        height: 35px;
        margin-top: 40px;
    }
    .cooperation-two-area .name_container .name_ch{
        position: relative;
        width: 48px;
        height: 35px;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
    }
    .cooperation-two-area .name_container .name_en{
        position: relative;
        width: 66px;
        height: 35px;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
        left: 60px;
        top: -34px
    }
    .cooperation-two-area .phone_container{
        width: 600px;
        height: 35px;
        margin-top: 40px;
    }
    .cooperation-two-area .phone_container .phone_ch{
        position: relative;
        width: 48px;
        height: 35px;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
    }
    .cooperation-two-area .phone_container .phone_en{
        position: relative;
        width: 66px;
        height: 35px;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
        left: 60px;
        top: -34px
    }
    .cooperation-two-area .email_container{
        width: 600px;
        height: 35px;
        margin-top: 40px;
    }
    .cooperation-two-area .email_container .email_ch{
        position: relative;
        width: 48px;
        height: 35px;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
    }
    .cooperation-two-area .email_container .email_en{
        position: relative;
        width: 66px;
        height: 35px;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34.75px;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        vertical-align: top;
        left: 60px;
        top: -34px
    }
    .cooperation-two-area .input{
        width:600px;
        height: 43px;
        margin: 0;
        background: rgba(255, 255, 255, 1);
        /* border-bottom: 3px solid grey; */
    }

    .cooperation-two-area .input input{
        width:600px;
        height: 43px;
        border: none;
        border-bottom: 1px solid grey;
        outline: none;
    }
    .cooperation-two-area .input.phone input{
        width:556px;
        height: 43px;
        /* border: none; */
    }
    .cooperation-two-area .remark{
        width: 600px;
        height: 24px;
        opacity: 1;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 24px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
        vertical-align: bottom;
        margin-top: 42px;
    }
    
    .cooperation-two-area form .submit_container.input{
        width: 500px;
        height: 50px;
        padding: 0 50px;
        border-bottom: none;
        margin-top: 15px;
    } 

    .cooperation-two-area form .close_container.input{
        width: 500px;
        height: 50px;
        padding: 0 50px;
        border-bottom: none;
        margin-top: 15px;
    }
    .cooperation-two-area form input.submit{
        background: rgba(34, 197, 90, 1);
        color: rgba(255, 255, 255, 1);
        text-align: center;
        width: 500px;
        height: 50px;
        opacity: 1;
        border-radius: 201px;
    }

    .cooperation-two-area #closebtn{
        background: rgba(143, 143, 143, 1);
        color: rgba(255, 255, 255, 1);
        text-align: center;
        width: 500px;
        height: 50px;
        opacity: 1;
        border-radius: 201px;
    }

    .cooperation-two-area .error{
        color: red;
        font-size: 25px;
        /* padding-left: 20px; */
    }
    .ad-area.ad{
        /* position: relative;
        z-index: 1; */
    }
    .ad-area img{
        width: 100%;
        height: 700px;
    }
    .choose-area img{
        width: 100%;
        height: 826px;
    }
    .prospect-services-area{
        font-family: 'SourceHanSansSC';
    }
    .prospect-services-area p{
        color: rgb(0,0,0,1);
        font-size: 19px;
        line-height: 1.7;
        font-weight: 1000;
    }
    .prospect-services-area .single-text-area{
        display: flex;
        justify-content: center;
        height: 600px;
    }
    .advantage-area img{
        width: 100%;
        height: 937px;
    }
    .login_phone{
        display: none;
    }
    .header-area .alazea-main-menu .classynav ul li a{
        color: rgba(51, 51, 51, 1);
    }
    .cooperation-two-area.big_ad .button{
        position: absolute;
        width: 190px;
        /* height: 80px; */
        /* background-color: rgb(25,146,46); */
        left: 805px;
        top: 547px;
        /* color:rgba(255, 255, 255, 1);
        text-align: center;
        line-height: 80px;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: 0px;
        opacity: 1;
        display: none; */
    }

    .alazea-portfolio-area{
        background: linear-gradient(to bottom, rgba(91, 186, 65, 1) 50%, #f2f4f5 0);
    }
    .alazea-video-area{
        box-shadow: none;
    }
    .single_portfolio_item .portfolio-hover-overlay{
        background-color: rgba(182, 149, 149, 0.5);
    }
    
}