﻿.works-show {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
}
.index {
    width: 96%;
    margin: 0 auto;
}
.ws-left {
    width: 9%;
    display: inline-block;
    float: left;
    background: #f7f8fa;
    padding: 24px 16px;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, .04);
    height: 100%;
    position: fixed;
}

.container {
    width: 590px;
    position: relative;
}

.has-children {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 11px;
}

.has-children img {
    float: left;
    width: 17%;
}

.has-children p {
    float: left;
    width: 76%;
    margin-left: 6%;
    font-size: 14px;
    line-height: 30px;
}

.ws-right {
    width: 78%;
    float: left;
    margin-top: 2%;
    margin-left: 11%;
}

.wsr-header {
    padding: 0 50px;
    max-width: 1710px;
    min-width: 990px;
}

.wsrh-left {
}

.wsrh-right {
    float: right;
}

.wsrh-right a {
    color: #fff;
    background: #e99415;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 10px;
    width: 60px;
    display: block;
    margin-top: 26%;
}

.wsr-center {
    height: auto;
    display: inline-block;
    padding: 0 50px;
    max-width: 1710px;
    min-width: 990px;
    width: 100%;
    float: left;
    margin-top: 2%;
}

.wsrc-title {
    width: 100%;
    height: auto;
    display: inline-block;
}

.wsrc-title h2 {
    font-size: 21px;
    color: #353535;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 3px;
}

.wsrc-title ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 1%;
}

.wsrc-title ul h4 {
    float: left;
    font-size: 18px;
    color: #5c5c5c;
    font-weight: normal;
    margin-right: 20px;
}

.wsrc-title li {
    float: left;
    font-size: 15px;
    color: #888888;
    font-weight: normal;
    margin-right: 8px;
    padding: 4px 12px;
}

.selection {
    background: #fdf4e7;
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #e99415;
    color: #e99415 !important;
}

.container {
    width: 590px;
    position: relative;
}

.container .input {
    position: relative;
    width: 470px;
    height: 38px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
    background: #f6f6f6;
}

.container>div {
    float: left;
}

.container .input>input {
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 35px;
    color: #333;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    background: #f6f6f6;
    width: auto;
}

.container .input .picker {
    width: 45px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 35px;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    text-align: right;
    background-image: url(../images/down.png);
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
}

.container .input .picker-list {
    list-style: none;
    padding: 5px 0;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.container .input .picker-list>li {
    padding-left: 36px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.container .search {
    width: 89px;
    height: 39px;
    background-color: #e99415;
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.form-radio div {
    margin-right: 1%;
}

.calculate {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f1f3f6;
    padding-bottom: 5%;
}

.title {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 21px;
    padding: 25px 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.ca-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

.ca-top-nav {
    width: 100%;
    height: auto;
    display: inline-block;
}

.ca-top-nav ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.ca-top-nav li {
    float: left;
    margin: 10px;
    border: 1px solid;
    font-size: 14px;
    padding: 6px 11px;
    border-radius: 6px;
    letter-spacing: 1px;
}

.ca-bottom-nav {
    width: 100%;
    height: auto;
    display: inline-block;
}

.ca-bottom-nav ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.ca-bottom-nav li {
    float: left;
    margin: 10px;
    border: 1px solid#919191;
    font-size: 14px;
    padding: 6px 11px;
    border-radius: 6px;
    letter-spacing: 1px;
}

.ca-bottom-nav li img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 7px;
}

.ca-bottom-nav li p {
    color: #919191;
    font-size: 14px;
}

.ca-bottom {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}

.cab-left {
    width: 30%;
    height: auto;
    display: inline-block;
    background: #ffff;
    float: right;
    padding-bottom: 3%;
}

.cabl-title {
    width: 60%;
    height: auto;
    display: inline-block;
}

.cabl-title li {
    width: 30%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 11px 0;
}

.cabl-box {
    width: 95%;
    margin: 0 auto;
}

.cabl-box h1 {
    color: #e99415;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 3% 0;
}

.cabl-b-one {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 1%;
}

.cablb-left {
    float: left;
    width: 16%;
}

.cablb-left i {
    float: left;
    color: #626262;
    font-style: normal;
}

.cablb-left p {
    float: left;
    color: #626262;
    padding: 0 9px;
    font-size: 14px;
}

.cablb-right {
    float: left;
    width: 81%;
    margin-top: -5px;
    margin-bottom: 0%;
}

.cablb-right p {
    text-align: left;
    margin-right: 3%;
    color: #6e6e6e;
    border: 1px solid #919191;
    width: 14%;
    background-color: #eeeeee;
    float: left;
}

.cablb-right p input {
    border-radius: 0;
    outline: medium;
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    width: 30%;
    padding-left: 16px;
    border: 0px;
    border-right: 1px solid #919191;
    float: left;
}

.cablb-right span {
    background-color: #eeeeee;
    width: 47%;
    display: inline-block;
    color: #919191;
    margin-top: 9%;
    text-align: center;
}

.details-wrapper {
    width: 100%;
    height: auto;
    display: inline-block;
}

.dw span {
    border-radius: 3px;
    margin-left: 14px;
    border: 1px solid #919191;
    padding: 10px 23px;
    width: 10%;
    float: left;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
}

.details-wrapper em {
    border-radius: 3px;
    margin-right: 9px;
    border: 1px solid #919191;
    padding: 3px 11px;
    width: 11%;
    float: left;
    font-size: 13px;
    text-align: center;
    line-height: 21px;
    font-style: normal;
}

.cablbr-bottom {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f1f3f6;
    padding: 3% 2%;
}

.cablbr-bottom h2 {
    float: left;
    color: #626262;
    padding: 10px 9px;
    font-size: 14px;
    font-weight: normal;
}

.cablbr-bottom p {
    text-align: left;
    margin-right: 3%;
    color: #6e6e6e;
    border: 1px solid #919191;
    width: 47%;
    background-color: #eeeeee;
    float: left;
}

.cablbr-bottom input {
    border-radius: 0;
    outline: medium;
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    width: 47%;
    padding-left: 13px;
    border: 0px;
    border-right: 1px solid #919191;
    float: left;
}

.cablbr-bottom span {
    background-color: #eeeeee;
    width: 46%;
    float: right;
    display: inline-block;
    color: #919191;
    margin-top: 5%;
    font-size: 14px;
}

.details-wrapper strong {
    border-radius: 3px;
    margin-left: 14px;
    border: 1px solid #919191;
    padding: 10px 23px;
    width: 38%;
    float: left;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    font-style: normal;
    color: #919191;
    font-weight: 500;
}

.cablbs-left {
    float: left;
    margin-bottom: 1%;
    width: 100%;
}

.cablbs-left i {
    float: left;
    color: #626262;
    font-style: normal;
}

.cablbs-left h5 {
    float: left;
    color: #626262;
    padding: 0 9px;
    font-size: 14px;
    font-weight: normal;
}

.cablbrb-right {
    float: left;
    width: 94%;
}

.details-wrappers {
}

.details-wrappers strong {
    border-radius: 3px;
    margin-left: 14px;
    border: 1px solid #919191;
    padding: 10px 23px;
    width: 38%;
    float: left;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    font-style: normal;
    color: #919191;
    font-weight: 500;
}

.details-wrappers h5 {
    border-radius: 3px;
    margin-left: 14px;
    border: 1px solid #919191;
    padding: 8px 15px;
    width: 25%;
    float: left;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    font-style: normal;
    color: #919191;
    font-weight: 500;
}

.cabl-b-two {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 0%;
}

.cbt-title {
    width: 91%;
    height: auto;
    display: inline-block;
    background: #f1f3f6;
    padding: 1% 2%;
}

.cabl-b-ones {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 3% 0;
    margin-bottom: 0px;
}

.details-wrapper h4 {
    border-radius: 3px;
    margin-right: 14px;
    border: 1px solid #919191;
    padding: 3px 11px;
    width: auto;
    float: left;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    font-style: normal;
    color: #919191;
    font-weight: 500;
    margin-bottom: 1%;
}

.cablb-rightes {
    float: left;
    width: 80%;
}

.cablb-rightes span {
    color: #626262;
    font-size: 14px;
    line-height: 29px;
}

.details-wrapper h3 {
    border-radius: 3px;
    margin-left: 14px;
    border: 1px solid #919191;
    padding: 10px 23px;
    width: 23%;
    float: left;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    font-style: normal;
    color: #919191;
    font-weight: 500;
}

.cab-right {
    width: 66%;
    height: auto;
    display: inline-block;
    background: #ffff;
    float: left;
    padding: 15px;
}

.cr-one {
    width: 100%;
    height: auto;
    display: inline-block;
}

.cr-title {
    width: 91%;
    height: auto;
    display: inline-block;
    background: #f1f3f6;
    padding: 1% 2%;
}

.cr-one img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 3%;
}

.cr-two {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 8%;
}

.ct-title {
    width: 100%;
    height: auto;
    display: inline-block;
}

.ct-title h3 {
    float: left;
    font-size: 15px;
    font-weight: normal;
    border-left: 3px solid#e99415;
    padding-left: 9px;
}

.ct-title span {
    float: right;
    font-size: 15px;
}

.col {
    width: 100%;
    height: auto;
    display: inline-block;
}

.opt {
    float: left;
    margin-right: 10px;
    border: 1px solid #919191;
    padding: 12px 13px;
    margin-top: 5%;
    width: 90%;
    border-radius: 5px;
}

label {
    font-size: 15px;
    color: #000;
}

.cr-three {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 8% 0;
}

.cr-three p {
    width: 50%;
    float: left;
    color: #626262;
    font-size: 15px;
}

.cr-four {
    width: 100%;
    height: auto;
    display: inline-block;
}

.cr-four h3 {
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 19px;
}

.unit {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f1f3f6;
    padding: 4% 2%;
}

.unit h4 {
    float: left;
    color: #e99415;
    font-size: 22px;
}

.unit h5 {
    float: left;
    margin-top: 2%;
    margin-left: 6%;
    font-size: 15px;
    font-weight: normal;
}

.cr-four ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 9%;
}

.cr-four li {
    float: left;
    text-align: center;
    width: 50%;
}

.cr-four li a {
    width: 80%;
    height: auto;
    display: inline-block;
    float: left;
    border: 1px solid #e99415;
    padding: 12px 8px;
    border-radius: 7px;
    font-size: 14px;
    color: #e99415;
}

#buy {
    color: #FFF;
    background: #e99415;
}

.cablbr-bottoms {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
}

.cablbr-bottoms h2 {
    float: left;
    color: #626262;
    padding: 10px 9px;
    font-size: 13px;
    font-weight: normal;
}

.cablbr-bottoms p {
    text-align: left;
    margin-right: 3%;
    color: #6e6e6e;
    border: 1px solid #919191;
    width: 19%;
    background-color: #eeeeee;
    float: left;
}

.cablbr-bottoms input {
    border-radius: 0;
    outline: medium;
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    width: 30% !important;
    padding-left: 13px;
    border: 0px;
    border-right: 1px solid #919191;
    float: left;
}

.cablbr-bottoms span {
    background-color: #eeeeee;
    width: 52%;
    display: inline-block;
    color: #919191;
    margin-top: 8%;
    text-align: center;
    font-size: 13px;
}

.details-wrappers {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 2%;
}

.radio-button.selected {
    background-color: #ff9900;
    color: #fff;
    border-color: #ff9900;
}

.radio-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-weight: normal;
    margin-right: 2%;
    text-align: center;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-weight: normal;
    margin-bottom: 10px;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button:hover {
    background-color: #f1f1f1;
}

.radio-button.selected {
    background-color: #ff9900;
    color: #fff;
    border-color: #ff9900;
}

.pro-bottom {
    float: right;
}

.pro-bottom h3 {
}

.pro-bottom h3 p {
    float: left;
    color: #626262;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 2px;
}

.pro-bottom h3 i {
    color: #e99415;
    font-style: normal;
    font-size: 20px;
}

.ws-footer {
    width: 97.5%;
    height: auto;
    display: inline-block;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    padding: 25px 16px;
}

.wsf-left {
    float: left;
    margin-top: 1%;
}

.wsf-left a {
    border: 1px solid#f3971a;
    padding: 7px 25px;
    border-radius: 9px;
}

.wsf-right {
    float: right;
    width: 24%;
    margin-top: 1%;
}

.wsf-right li {
    float: left;
    margin-left: 5%;
}

.wsf-right li a {
    border: 1px solid #f3971a;
    padding: 7px 25px;
    border-radius: 9px;
}

.cr-two {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 8%;
}

.ct-title {
    width: 100%;
    height: auto;
    display: inline-block;
}

.ct-title h3 {
    float: left;
    font-size: 15px;
    font-weight: normal;
    border-left: 3px solid#e99415;
    padding-left: 9px;
}

.ct-title span {
    float: right;
    font-size: 15px;
}

.col {
    width: 100%;
    height: auto;
    display: inline-block;
}

.opt {
    float: left;
    margin-right: 10px;
    border: 1px solid #919191;
    padding: 12px 13px;
    margin-top: 5%;
    width: 90%;
    border-radius: 5px;
}

label {
    font-size: 13px;
    color: #000;
}

.cr-three {
    width: 81%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 5%;
}

.cr-three p {
    width: 50%;
    float: left;
    color: #626262;
    font-size: 15px;
}

.cr-four {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 5%;
}

.cr-four h3 {
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 19px;
    margin-top: 5%;
}

.unit {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f1f3f6;
    padding: 4% 2%;
}

.unit h4 {
    float: left;
    color: #e99415;
    font-size: 22px;
}

.unit h5 {
    float: left;
    margin-top: 2%;
    margin-left: 6%;
    font-size: 15px;
    font-weight: normal;
}

.cr-four ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 9%;
}

.cr-four li {
    float: left;
    text-align: center;
    width: 50%;
}

.cr-four li a {
    width: 80%;
    height: auto;
    display: inline-block;
    float: left;
    border: 1px solid #e99415;
    padding: 12px 8px;
    border-radius: 7px;
    font-size: 14px;
    color: #e99415;
}

.form-control {
    display: block;
    width: 91%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-horizontal {
    margin-bottom: 5%;
    margin-top: 5%;
}

.multiple-choice{
    width: 100%;
    height: auto;
    display: inline-block;
}
.multiple-choice ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.radio-buttons{
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-weight: normal;
    margin-bottom: 14px;
}
.radio-buttons.actives {
    background-color: #ff9900;
    color: #fff;
    border-color: #ff9900;
}

.radio-buttons input{
    display: none;
}
.bw-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.bb-one{
    width: 100%;
    height: auto;
    display: inline-block;
}
.bbo-top{
    width: 100%;
    height: auto;
    display: inline-block;
}
.bbo-t-left{
    float: left;
    width: 16%;
}
.bbo-t-left i{
    float: left;
    color: #626262;
    font-style: normal;
}
.bbo-t-left p{float: left;color: #626262;padding: 0 9px;font-size: 14px;}
.bbo-t-right{
    float: left;
}
.bbo-t-right select{
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-weight: normal;
    margin-bottom: 14px;
}
.bbo-text{
    width: 100%;
    height: auto;
    display: inline-block;
}
.bbo-text h3{
    float: left;
    font-weight: normal;
    color: red;
    font-size: 14px;
    width: 10%;
}
.bbo-text p{
    float: left;
    width: 88%;
}
.bb-one-ones{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 3% 0;
}
.bbo-left{
    float: left;
    width: 16%;
}
.bbo-left i{
    float: left;
    color: #626262;
    font-style: normal;
}
.bbo-left p{
    float: left;
    color: #626262;
    padding: 0 9px;
    font-size: 14px;
}
.bbo-right{
    float: left;
    width: 81%;
    margin-top: -8px;
}
.bbo-right p{
    text-align: left;
    margin-right: 3%;
    color: #6e6e6e;
    border: 1px solid #919191;
    width: 23%;
    background-color: #eeeeee;
    float: left;
}
.bbo-right input{
    border-radius: 0;
    outline: medium;
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    width: 45%;
    padding-left: 16px;
    border: 0px;
    border-right: 1px solid #919191;
    float: left;
}
.bbo-right span{
    background-color: #eeeeee;
    width: 40%;
    display: inline-block;
    color: #919191;
    margin-top: 6%;
    text-align: center;
}
.bb-one{
    display: none;
}

.ws-phone a {
    border: 1px solid #f3971a;
    padding: 7px 25px;
    border-radius: 9px;
    display: none;
}
.cablb-rights {
    float: right;
    width: 80%;
    margin-top: 0px;
    display: inline-block;
    background-color: #fcfcfc;
    border: 1px solid rgb(252, 252, 252);
    padding: 16px 16px 10px;
}
.cr-left{
    float: left;
    width: 14%;
    margin-top: 8px;
}
.cr-left i{
    float: left;
    color: #626262;
    font-style: normal;
}
.cr-left p{
    float: left;
    color: #626262;
    padding: 0 9px;
    font-size: 14px;
}

#kraftmaterial184{
    display: none;
}
#kraftmaterial185 {
    display: none;
}
#kraftmaterial186{
    display: none;
}
#dtzsmaterial157{
    display: none;
}
.calb-box{
    display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .ws-right {
        width: 100%;
        float: left;
        margin-top: 15%;
        margin-left: 0%;
    }

    .wsr-center {
        height: auto;
        width: 95%;
        max-width: none;
        min-width: auto;
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 2%;
        padding: 0px;
    }

    .wsrct-right {
        float: left;
        margin-top: 7px;
        margin-bottom: 9px;
    }

    .cou-boxs {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 5%;
        margin-bottom: 3%;
    }
    .index {
        width: 95% !important;
        margin: 0 auto;
    }
    .cab-left {
        width: 100%;
        height: auto;
        display: inline-block;
        background: #ffff;
        float: right;
    }
    .cab-right {
        width: 91%;
        height: auto;
        display: inline-block;
        background: #ffff;
        float: left;
        padding: 15px;
        margin-top: 10%;
    }
    .cablb-left {
        float: left;
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .cablb-right {
        float: left;
        width: 100%;
        margin-top: 12px;
    }
    .cablb-right p {
        text-align: left;
        margin-right: 3%;
        color: #6e6e6e;
        border: 1px solid #919191;
        width: 100%;
        background-color: #eeeeee;
        float: left;
    }
    .cablb-right p input {
        border-radius: 0;
        outline: medium;
        background-color: #fff;
        padding: 10px 0;
        text-align: left;
        width: 54%;
        padding-left: 16px;
        border: 0px;
        border-right: 1px solid #919191;
        float: left;
    }
    .cablb-right span {
        background-color: #eeeeee;
        width: 39%;
        display: inline-block;
        color: #919191;
        margin-top: 3%;
        text-align: center;
    }
    .radio-button {
        display: inline-block;
        padding: 6px 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .cablbr-bottoms p {
        text-align: left;
        margin-right: 3%;
        color: #6e6e6e;
        border: 1px solid #919191;
        width: 75%;
        background-color: #eeeeee;
        float: left;
    }
    .ws-phone{
        width: 50%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 6%;
    }
    .ws-phone a {
        border: 1px solid #f3971a;
        padding: 7px 25px;
        border-radius: 9px;
        display: block;
    }
    .ws-footer{
        display: none !important;
    }
}