﻿.counter {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
    margin-bottom: 3%;
}

.cou-boxs {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
    margin-bottom: 2%;
}

.cou-boxs ul {
    height: auto;
    display: inline-block;
    width: 100%;
}

.cou-boxs li {
    height: 22px;
    padding: 1em 0px;
    width: 44%;
    float: left;
    margin-right: 5%;
}

.coub-left {
    width: 61%;
    float: left;
}

.coun-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 1%;
    position: relative;
    border-radius: 7px;
}

.counb-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

.counb-top li {
    width: auto;
    height: auto;
    float: left;
    margin-bottom: 1%;
    margin-right: 2%;
    font-size: 14px;
    margin-top: 1%;
}

.counb-top li input {
    margin-right: 0%;
    float: left;
}

.counb-top li p {
    float: left;
    margin-top: -3px;
    margin-left: 4px;
}

input[type="radio"]::before {
    position: relative;
    content: "";
    top: -1px;
    left: -1px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ec8e4b;
    z-index: 5;
}

input[type="radio"]:checked::after {
    position: relative;
    content: "";
    bottom: 11px;
    left: 2.3px;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    visibility: visible;
    background-color: #ec8e4b;
    z-index: 6;
}

.coub-left span {
    float: left;
    color: #000;
    font-size: 17px;
    margin-left: 6px;
    width: 100%;
    display: inline-block;
}

.coub-right {
    width: 38%;
    float: right;
}

.coub-right p {
    text-align: right;
    margin-right: 6px;
    color: #6e6e6e;
}

#content {
    border-radius: 0px;
    font-size: 14px;
    color: #999;
    width: 95%;
    border: 0px;
    text-align: right;
    height: 16px;
}

.family-left {
    width: 42%;
    float: left;
}

.family-left span {
    float: left;
    color: #000;
    font-size: 1.1em;
    margin-left: 6px;
    width: 77%;
    display: inline-block;
}

.family-right {
    width: 53%;
    float: right;
}

.tidings {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: .6em;
}

.tidings li {
    width: 98%;
    height: 1.5em;
    display: flow-root;
    padding: 1em 0px;
    border-bottom: 1px solid#eeeeee;
    margin: 0 auto;
}

.family-left {
    width: 42%;
    float: left;
}

.family-left span {
    float: left;
    color: #000;
    font-size: 1.1em;
    margin-left: 6px;
    width: 77%;
    display: inline-block;
}

.family-right {
    width: 53%;
    float: right;
}

.family-right p {
    text-align: right;
    margin-right: 6px;
    font-size: 1.1em;
    color: #6e6e6e;
}

.family-right img {
    border-radius: 50%;
    width: 17%;
    text-align: right;
    float: right;
    margin-top: -.5em;
}

.fo-title p {
    font-size: .2em;
    color: #6e6e6e;
    float: left;
}

.fo-title h3 {
    height: auto;
    display: inline-block;
    font-size: 1.2em;
    line-height: 19px;
    padding: 0px;
    color: #000;
    float: left;
    font-weight: normal;
    margin-right: .5em;
}

.col {
    width: 100%;
    height: auto;
    display: inline-block;
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
    position: relative;
    display: block;
    padding-left: 1.25em;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
    margin-top: 0em;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
    cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
    animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
    display: block;
}

.magic-radio + label:before {
    border-radius: 50%;
}

.magic-radio:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
    background: #c9e2f9;
}

.magic-checkbox + label:before {
    border-radius: 50%;
    margin-top: 0.26em;
}

.magic-checkbox + label:after {
    top: 1px;
    left: 5px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked + label:before {
    border: #e99415;
    background: #e99415;
}

.magic-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

.opt {
    float: left;
    margin-right: 1em;
}

label {
    font-size: 1.15em;
    color: #000;
}

.underneath {
    width: 31%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
    background: #f3971a;
    color: #fff;
    float: right;
    border-radius: 15px;
    padding: 8px 8px;
}


.underneath li {
    width: 95%;
    float: left;
    padding: 8px 10px;
    height: auto;
    font-size: 14px;
    margin-right: 0px;
    border-bottom: 1px solid#fff;
    letter-spacing: 3px;
}

.underneath :nth-child(2n) {
    border-bottom: 0px solid#fff;
}

.coub-right input, .theme-light textarea {
    color: #333;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 0px;
    width: 83%;
    float: right;
}

.coub-right input {
    border-radius: 0;
    outline: medium;
    background-color: transparent;
    border: 1px solid#e99415;
    padding: 5px 0;
    text-align: left;
    width: 95%;
    padding-left: 13px;
}

.cou-boxs h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    background: #f3971a;
    color: #fff;
    border-radius: 15px;
    padding: 8px 15px;
    float: left;
    width: auto;
    display: inline-block;
    margin-left: 9px;
}

.cou-boxs h3 i {
    letter-spacing: 2px;
    color: #fff;
    font-style: normal;
    padding: 0px 9px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 15px;
    margin-top: 3px;
    display: inline-block;
}

.underneath li i {
    float: left;
    color: #fff;
    font-size: 14px;
    font-style: normal;
}

.underneath li p {
    float: right;
    color: #fff;
}

.coub-one {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}

.jsjg {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    border-top: 1px solid#e5e5e5;
    margin-top: 4%;
}

.jsjg span {
    position: absolute;
    right: 34%;
    top: 25%;
    font-size: 16px;
    color: #575757;
}

.co-left {
    width: 60%;
    float: left;
}

.co-right {
    width: 30%;
    float: right;
}

.co-right img {
    width: 87%;
    float: right;
}

.cou-h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    margin-bottom: 4%;
    letter-spacing: 3px;
}

.counb-bottom input {
    margin-right: 0%;
    float: left;
}

.counb-bottom p {
    float: left;
    margin-top: -4px;
    margin-left: 4px;
    font-size: 14px;
}

.counb-bottom li {
    margin-right: 1%;
    width: auto;
    display: inline-block;
    float: left;
    margin-bottom: 1.5%;
}

#wh {
    display: none;
}
.ws-phone a {
    border: 1px solid #f3971a;
    padding: 7px 25px;
    border-radius: 9px;
    display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .ws-phone{
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }
    .ws-phone a {
        border: 1px solid #f3971a;
        padding: 7px 25px;
        border-radius: 9px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .cou-boxs li {
        height: 22px;
        padding: 1em 0px;
        width: 100%;
        float: left;
        margin-right: 5%;
    }
    .coub-left {
        width: 35%;
        float: left;
    }
    .coub-right {
        width: 59%;
        float: right;
    }
    .ws-footer{
        display: none;
    }
}