body {
    background: #000;
}

#mydiv {
    height: 480px;
}

.alawy_title {
    padding-bottom: 25px;
}

.alawy_title span {
    padding-left: 10px;
    font-size: 10px;
    color: #cacbcd;
}

.alawy_title h2 {
    font-size: 26px;
}

header, .romana_welcome_webhost_area, .romana_hosting_plan_area2 {
    background: #fff;
}

header {
    background: #f5f5f5;
}

.services {
    background: #292c34;
}

.romana_allPage_area {
    position: relative;
    height: 480px;
}

.romana_allPage_area .romana_allPage_text {
    position: absolute;
    bottom: 50%;
    left: 0px;
    width: 100%;
    text-align: left;
}

.romana_allPage_area .romana_allPage_text {
    margin-top: -36px;
}

.romana_allPage_area .romana_allPage_text p:first-child {
    font-size: 20px;
}

.romana_allPage_area .romana_allPage_text .container {
    margin: 0 auto;
}

.table_page {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: rgba(61, 76, 104, 0.5);
}

.table_page ul {
    margin: 0 auto;
    width: 64%;
}

.table_page li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 5px 0;
    border-right: 2px solid #4c617e;
    box-sizing: border-box;
}

.table_page li:last-child{
    border:none;
}

.table_page li a {
    color: #4ea1b1
}

.comp .romana_single_plan .romana_plan_icon {
    display: block;
}

.comp .romana_plan_icon a {
    display: block;
}

.comp .romana_plan_icon a img {
    width: 100%;
    padding: 0px;
}

.comp_model {
    position: relative;
}

.comp_model p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: left;
    line-height: 60px;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.6)
}

/*service*/
.services .col-sm-6 .romana_single_plan {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}

.services .angle {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 600;
    color: #fff;
    padding: 8px 18px;
}

.services .angle1 {
    background: #00afef;
}

.services .angle2 {
    background: #9b4b7f;
}

.services .angle3 {
    background: #a8cf45;
}

.services .angle4 {
    background: #a45e4d;
}

.services .service_box {
    padding-left: 60px;
    color: #fff;
    font-size: 12px;
    text-align: left;
}

.services .service_box h3 {
    font-size: 16px;
    padding: 14px 0 6px;
    margin-bottom: 0px;
}

.services .service_box p {
    font-size: 12px;
    padding: 8px 0;
    line-height: 16px;
    text-indent: 2em;
    padding-right:10px;
}

/*soiutions*/

.soiutions .romana_single_plan .romana_plan_icon {
    display: block;
}

.soiutions .romana_plan_icon a {
    display: block;
}

.soiutions .romana_plan_icon a img {
    width: 100%;
    padding: 0;
}

.romana_footer_area .footer_menu ul li {
    line-height: 22px;
}

.romana_footer_area .footer_menu ul li a {
    font-size: 12px;
}

.romana_footer_bottom p {
    font-size: 12px;
    color: #fff;
}

.romana_footer_bottom ul > li {
    float: left;
    padding-right: 3px;
}

footer .col-sm-1 {
    padding-right: 0
}

.footer_title {
    font-size: 18px;
    color: #ffffff;
    padding: 0;
}

footer .footer_menu a {
    color: #75a9c7;
}

footer {
    padding: 15px 0
}

.banner_img #iframe-wrap {
    height: 480px;
    width: 100%;
    overflow: hidden;
}
.banner_img2 #iframe-wrap {
    height: 258px;
    width: 100%;
    overflow: hidden;
}

.banner_img #iframe-wrap img,.banner_img2 #iframe-wrap img {
    height: 100%;
    width: 100%
}

/*首页响应市样式*/
@media only screen and (max-width: 767px) and (min-width: 0px) {
    #mydiv {
        height: 380px;
    }
    .romana_allPage_area {
        height: 380px;
    }
    .banner_img #iframe-wrap {
        height: 380px;
        width: 100%;
        overflow: hidden;
    }
    .logo_elem img {
        margin-top: 8px;
        width: 280px;
    }

    .banner_img #iframe-wrap img,.banner_img2 #iframe-wrap img {
        height: 100%;
        width: auto;
        max-width: inherit;
    }

    .table_page ul {
        width: 350px;
        margin:0 auto;
    }
    .table_page ul li{
        width:auto;
        padding:0 5px;
    }

    .romana_single_plan .romana_plan_icon {
        padding-bottom: 15px;
        padding-top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo_elem img {
        margin-top: -15px;
        width: 280px;
    }
}