﻿.divbox {
    background: url(/Content/img/boxbg.png) no-repeat;
    background: rgba(0,0,0,0.6);
    background-size: cover;
    width: 40%;
    height: auto;
    border: 1px solid #baf5ff;
    border-radius: 10px;
    z-index: 999;
    position: absolute;
    top: 20%;
    left: 30%;
    margin: 0 auto;
}

.companyspan {
    font-size: 28px;
    color: #fff;
}

.sencondspan {
    font-size: 20px;
    color: #baf5ff;
}

p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    text-indent: 2em;
}

.btn {
    font-size: 20px;
    color: #fff;
    border: 1px solid #baf5ff;
    border-radius: 20px;
    width: 90px;
    height: 44px;
    background-color: transparent;
    float: right;
    outline: none;
    cursor: pointer;
}

.innerdiv {
    height: 30px;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .divbox {
        background: url(/Content/img/boxbg.png) no-repeat;
        background: rgba(0,0,0,0.6);
        background-size: cover;
        width: 55%;
        height: auto;
        border: 1px solid #baf5ff;
        border-radius: 10px;
        z-index: 999;
        position: absolute;
        top: 20%;
        left: 25%;
        margin: 0 auto;
    }

    .companyspan {
        font-size: 16px;
        color: #fff;
    }

    .sencondspan {
        font-size: 14px;
        color: #baf5ff;
    }

    p {
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-indent: 2em;
    }

    .btn {
        font-size: 15px;
        color: #fff;
        border: 1px solid #baf5ff;
        border-radius: 20px;
        width: 90px;
        height: 44px;
        background-color: transparent;
        float: right;
        outline: none;
        cursor: pointer;
    }
}

@media screen and (max-width: 736px) {

}

@media screen and (max-width: 640px) {
    .divbox {
        background: url(/Content/img/boxbg.png) no-repeat;
        background: rgba(0,0,0,0.6);
        background-size: cover;
        width: 80%;
        height: auto;
        border: 1px solid #baf5ff;
        border-radius: 10px;
        z-index: 999;
        position: absolute;
        top: 10%;
        left: 10%;
        margin: 0 auto;
    }

    .companyspan {
        font-size: 12px;
        color: #fff;
    }

    .sencondspan {
        font-size: 10px;
        color: #baf5ff;
    }

    p {
        font-size: 10px;
        color: #fff;
        line-height: 32px;
        text-indent: 2em;
    }

    .btn {
        font-size: 15px;
        color: #fff;
        border: 1px solid #baf5ff;
        border-radius: 20px;
        width: 90px;
        height: 44px;
        background-color: transparent;
        float: right;
        outline: none;
        cursor: pointer;
    }
    .divbox_intro {
        height: 190px;
        width: 255px;
        overflow: hidden
    }
}
@media screen and (max-width:568px) {

}
@media screen and (max-width:320px) {

    .divbox_intro {
        height: 100px;
        width: 200px;
        overflow: hidden
    }
}