.centerBox-title {
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.app-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}

.logo-img {
    width: 9%;
    height: auto;
    margin: 15px;
    /*box-shadow: 0.01rem 0.01rem 0.16rem #c5c5c5;*/
}

.centerBox-contant {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.centerBox-contant-left {
    width: 30%;
    font-size: 18px;
    padding-top: 0.5rem;
}

.centerBox-contant-left p {
    padding: 0.1rem;
    padding-left: 3rem;
}

.centerBox-contant-left p i {
    font-size: 10px;
}

#centerBox-contant-left-text {
    width: 70%;
    color: #191140;
    padding-bottom: 10px;
}

.centerBox-contant-center {
    width: 40%;
}

.centerBox-contant-right {
    width: 30%;
    font-size: 18px;
    padding: 0.1rem;
    padding-top: 2.5rem;
}

.sc {
    margin-left: -2rem;
    padding-top: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sc div {
    height: 1.1rem;
}

.centerBox-contant-right p i {
    font-size: 10px;
}

.p1 {
    font-weight: bold;
}

.p2 {
    font-size: 15px;
    color: #909090;
}

.tag-3 {
    width: 33%;
    text-align: center;
    background: #66d3c8;
    margin: 5px;
    height: 0.35rem;
    line-height: 0.35rem;
    border-radius: 20px 20px 20px 20px;

}

.tag-6 {
    width: 60%;
    text-align: center;
    background: #66d3c8;
    margin: 5px;
    height: 0.35rem;
    line-height: 0.35rem;
    border-radius: 20px 20px 20px 20px;
}

.throw-dsp {
    display: flex;
    flex-direction: row;
}

.throw-dsp-left {
    width: 3.5rem;
}

.throw-dsp-left-title {
    font-size: 16px;
    width: 2.5rem;
    background: #fda83a;
    text-align: center;
    color: white;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 20px 20px 20px 20px;
}

.throw-dsp-left-content {
    font-size: 13px;
    text-align: left;
    color: #5a5a5a;
}

.throw-dsp-right {
    width: 3.5rem;
}

.throw-dsp-right-title {
    font-size: 16px;
    width: 2.5rem;
    background: #fa4f7a;
    text-align: center;
    color: white;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 20px 20px 20px 20px;
}

.throw-dsp-right-content {
    font-size: 13px;
    text-align: left;
    color: #5a5a5a;
}

.email {
    margin-bottom: 1rem;
}

.email .email-left {
    width: 33%;
}

.email .email-left .spanBox {
    text-align: right
}

.email .email-center {
    width: 30%
}

.email .email-right {
    width: 33%;
    margin-left: -0.2rem;
    text-align: left;
}

#monitor1{
    width: 80%
}
#monitor2{
    width: 70%
}
#monitor3{
    width: 75%
}
.center-inside-content-bar-case{
    width: 33%;
    margin: 0.2rem
}
.center-inside-content-bar-case:hover img{
    -webkit-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}
@media (max-width: 768px) {

    .centerBox-contant {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .centerBox-contant-left {
        width: 100%;
        font-size: 18px;
        padding-top: 0.5rem;
        padding-left: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .centerBox-contant-left p {
        padding: 0.1rem;
        padding-left: 0;
        width: 40%;
    }

    .centerBox-contant-left p i {
        font-size: 10px;
    }

    .centerBox-contant-center {
        width: 100%;
    }

    #centerBox-contant-left-text {
        width: 80%;
        color: #191140;
        padding-right: 1.5rem;
        padding-bottom: 10px;
    }

    .centerBox-contant-right {
        width: 100%;
        font-size: 18px;
        padding: 0.1rem;
        padding-bottom: 2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .centerBox-contant-right p {
        width: 40%;
    }

    .centerBox-contant-right p i {
        font-size: 10px;
    }

    .sc {
        margin-left: 0rem;
        display: flex;
        padding-top: 10px;
        flex-direction: row;
        justify-content: center;
    }

    .sc div {
        text-align: center;
        line-height: 1.5rem;
        height: 3rem;
        width: 100%;
    }

    .sc div p {

        width: 100%;
    }

    .throw-dsp {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .throw-dsp-left {
        width: 50%;
        padding: 10px;
    }

    .throw-dsp-left-title {
        font-size: 15px;
        width: 80%;
        background: #fda83a;
        text-align: center;
        color: white;
        height: 1rem;
        line-height: 1rem;
        border-radius: 20px 20px 20px 20px;
    }

    .throw-dsp-left-content {
        font-size: 13px;
        text-align: left;
        color: #5a5a5a;
    }


    .throw-dsp-right {
        width: 50%;
        padding: 10px;
    }

    .throw-dsp-right-title {
        font-size: 15px;
        width: 80%;
        background: #fa4f7a;
        text-align: center;
        color: white;
        height: 1rem;
        line-height: 1rem;
        border-radius: 20px 20px 20px 20px;
    }

    .throw-dsp-right-content {
        font-size: 13px;
        text-align: left;
        color: #5a5a5a;
    }

    .throw-dsp-left-content li, .throw-dsp-right-content li {
        padding: 5px;
    }

    .email {
        align-items: center
    }

    .email .email-left {
        width: 80%;
    }

    .email .email-left .spanBox {
        text-align: center
    }

    .email .email-center {
        width: 70%
    }

    .email .email-right {
        width: 80%;
        margin-left: 0rem;
        text-align: center;
    }

    .tag-3 {
        width: 33%;
        text-align: center;
        background: #66d3c8;
        margin: 5px;
        height: 1.2rem;
        line-height: 1.2rem;
        border-radius: 20px 20px 20px 20px;

    }

    .tag-6 {
        width: 60%;
        text-align: center;
        background: #66d3c8;
        margin: 5px;
        height: 1.2rem;
        line-height: 1.2rem;
        border-radius: 20px 20px 20px 20px;
    }

    #monitor1{
        width: 40%
    }
    #monitor2{
        width: 35%
    }
    #monitor3{
        width: 37.5%
    }
    .logo-img {
        width: 2rem;
        height: 2rem;
        margin: 15px;
        /*box-shadow: 0.01rem 0.01rem 0.16rem #c5c5c5;*/
    }

    .center-inside-content-bar-case{
        width: 60%;
        margin: 0.2rem
    }
}
