* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}
input[readonly]{
    background-color: #fff;
}
.zmhcenter {
    text-align: center;
}

.zhmcontainer {
    position: relative;
}

.zmhaccoutname {
    width: calc(100% - 20px);
    float: left;
    position: absolute;
}

.zmhaccoutright{
    float: right;
    padding: 10px 15px;
    position: fixed;
    right: 0px;
    background-color: #f7f8fa;
}

.zmhaccoutright input {
    background-color: transparent;
    color:#009ad5;
    cursor: pointer;
}

.zmhaccoutright .zmhaccname {
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
}

.zmhaccoutright .zmhaccname span.email {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
    line-height: 20px;
    margin-bottom: 3px;
}

.zmhaccoutright .zmhaccname span.timedate {
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin-right: 5px;
    color: #848484;
    text-align: left;
}

.zmhaccoutright a.zmhaccopt {
    font-weight: 600;
    font-size: 14px;
    color: #027abf;
    text-decoration: underline;
}

.zmhaccoutright a.zmhaccopt:hover {
    text-decoration: none;
}

.zmhtit {
    width: calc(100% - 20px);
    float: left;
    border-bottom: 1px solid #dddddd;
    /* background-color: #ffffff; */
}

.zmhtit img {
    width: 40px;
    float: left;
    margin: 15px 10px 15px 15px;
}

.zmhtit h1 {
    font-size: 20px;
    font-weight: 600;
    padding: 23px 0px;
    float: left;
    margin:5px;
}

.zmhtextland {
    width: 70%;
    float: left;
    text-align: center;
    margin: 8% 15% 0;
}

.zmhtextland img {
    width: 100px;
    display: inline-block;
    margin-bottom: 20px;
}

.zmhtextland img.landlogo {
    width: 150px;
    display: inline-block;
    margin-bottom: 10px;
}

.zmhtextland p {
    width: 100%;
    margin: 10px 0 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.zctextland h1.landtit {
    font-weight: 700;
    font-size: 38px;
    margin: 30px 0 15px;
}
.zcplulogo {
    width: 590px;
    margin: 0 auto;
    height: 120px;
    padding: 20px 0;
}

.zcplulogo img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 30px;
}

.zcplulogomsg {
    width: calc(100% - 170px);
    float: left;
}

.zmhtextland h1 {
    font-weight: 700;
    font-size: 28px;
    text-align: left;
}

.zmhtextland h1.landtit {
    font-weight: 700;
    font-size: 38px;
    margin: 30px 0 15px;
}



.zmhbtn {
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s
    height: 35px;
    outline: none;
    position: relative;
    padding: 7px 25px;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.zmhcan {
    background-color: #d9dadc;
    border: solid 1px #8a8a8a;
    color: #444444 !important;
}

.zmhcan:hover {
    background-color: #d9dadc;
    transition: all .3s;
    box-shadow: 0 14px 26px -12px rgba(157, 174, 196, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(157, 174, 196, .2);
}

.zmhpri {
    background-color: #fd7553;
    border: 1px solid #fd7553;
    color: #fff !important;
}

.zmhpri:hover {
    background-color: #fd7553;
    transition: all .3s;
    box-shadow: 0 14px 26px -12px rgba(157, 174, 196, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(157, 174, 196, .2);
}

.zmhauthenticatecont {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.zmhauthenticatebox {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border: 1px solid #e6ecf2;
    padding: 20px;
}

.zmhauthenticatebox h1 {
    font-size: 16px;
    font-weight: 700;
}

.zmhauthenticatebox p {
    font-size: 14px;
    line-height: 28px;
}

.zmhauthenticatebox img {
    width: 10s0px;
    margin: 35px 50px;;
    float: left;
}

.zmhmr {
    margin-right: 10%;
}

.zmhml {
    margin-left: 10%;
}

.zmhmb35 {
    margin-bottom: 35px;
}

.zmhmr20 {
    margin-right: 20px;
}

.zmhsignupland {
    width: 70%;
    float: left;
    text-align: center;
    margin: 7% 15%;
}

.zmhsignupland img {
    width: 120px;
    display: inline-block;
    margin-bottom: 10px;
}

.zmhsignupland h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
}

.zmhsignupland p {
    width: 80%;
    margin: 10px 10% 20px;
    font-weight: 400;
    line-height: 30px;
}

.zmhsignformlst {
    width: 90%;
    margin: 0 5% 1%;
    background-color: #ffffff;
    float: left;
    border: 1px solid #ebf0f3;
    border-radius: 8px;
}



.zmhsiforlstcont {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebf0f3;
    padding: 10px 8px;
    cursor: pointer;
}

.zmhsiforlstcont:last-child {
    border-bottom: 0;
}

.zmhsiforlstlft {
    width: 40%;
    float: left;
}

.zmhsiforlstlft .zmhsigtit {
    width: 100%;
    float: left;
}

.zmhsigtit .zmhsiforarr {
    float: left;
}

.zmhsigtit .zmhsiforarr.rota90 {
    transform: rotate(90deg);
    transition: .2s;
}

.zmhsigtit .zmhsiforarr a {
    line-height: 20px;
    padding: 10px 6px 5px 0px;
    float: left;
    display: block;
}

.zmhsigtit .zmhsiforico {
    float: left;
    height: 38px;
}

.zmhsigtit .zmhsiforico img {
    width: 30px;
}

.zmhsigtit .zmhsifornamtim {
    float: left;
}

.zmhsifornamtim h1 {
    color: #0c8cc4;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.zmhsifornamtim p {
    margin: 0 0 0 10px;
    font-size: 11px;
    font-weight: 400;
    float: left;
    line-height: 22px;
    color: #484848;
}

.zmhsifornamtim span.active {
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background-color: #71ca3e;
    display: block;
    float: left;
    margin: 6px 5px 5px 0;
}

.zmhsifornamtim span.inactive {
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background-color: #ffcc55;
    display: block;
    float: left;
    margin: 6px 5px 5px 0;
}

.zmhsifornamtim span.hidden{
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background-color: #b2b5b7;
    display: block;
    float: left;
    margin: 6px 5px 5px 0;
}

.zmhsiforlstrit {
    width: 60%;
    float: left;
    position: relative;
    display: none;
}

.zmhsigfomdet {
    width: 100%;
    float: left;
    padding: 19px 15px;
    display: none;
}

.zmhsigfomdetinr {
    width: 100%;
    float: left;
    padding: 5px;
}

.zmhsigfomdetinr span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: block;
    float: left;
    width: 120px;
    text-align: right;
    padding: 8px 15px 8px 0;
}

.zmhsigfomdetinr span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    padding: 8px 0 8px 15px;
    display: block;
    float: left;
}

.zmhsigfomdetinr span:nth-child(4) {
    font-size: 14px;
    font-weight: 400;
    color: #00cc0a;
    padding: 10px 0 10px 5px;
    float: left;
    display: none;
}

.zmhsigfomdetinr button {
    border: 0;
    color: #ffffff;
    outline: none;
    font-size: 12px;
    border-radius: 4px;
    margin: 8px 10px 8px 15px;
    cursor: pointer;
    display: block;
    float: left;
}

.zmhsigfomdetinr button img {
    width: 18px;
    margin: 2px;
}

.zmhsigfomdetinr span.zmhlabsig {
    font-size: 13px;
    font-weight: 600;
    color: #494949;
    padding: 8px 15px 8px 15px;
    display: block;
    float: left;
    background-color: #ebf0f3;
    border-radius: 25px;
    margin: 2px 0px 2px 12px;
}

.zmhsigfomdetinr span.zmhlabsig img {
    width: 14px;
    margin: 0px 8px 0 0;
    position: relative;
    top: 2px;
}

.zmhsiforlstrit::before {
    position: absolute;
    width: 2px;
    height: 80%;
    background-color: #e6ecf2;
    border-radius: 2px;
    content: '';
    top: 10%;
}

.zmhsiforlstrit img {
    width: 80%;
    margin: 5% 10%;
    border: 2px solid #aaa;
    border-radius: 6px;
}

.zmhright {
    float: right;
    margin-right: 15px;
}

.zmhinfo {
    float: left;
    position: relative;
}

.zmhinfo img {
    width: 20px;
    margin: 12px 13px 0;
    opacity: .5;
    cursor: pointer;
}

.zmhinfo:hover .zmhinfocont {
    display: block;
}

.zmhinfocont {
    background-color: rgba(0, 0, 0, 0.73);
    width: 200px;
    position: absolute;
    min-height: 100px;
    right: 0;
    top: 40px;
    display: none;
}

.zmhinfocont:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.73);
    content: '';
    position: absolute;
    top: -8px;
    right: 14px;
}

.zmhinfocont p {
    color: #fff;
    font-size: 12px;
    padding: 10px;
}

.zmhtoglab {
    display: block;
    float: left;
    padding: 11px;
    font-weight: 600;
}

.zmhtogche {
    position: relative;
    float: left;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 25px;
    margin-top: 10px;
}

.zmhtogche input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 22px;
    z-index: 9999;
}

.zmhtogche input[type="checkbox"]:checked+.zmhtogchelab:after {
    left: 22px;
    background-color: #54a5e4
}

.zmhtogche input[type="checkbox"]:checked+.zmhtogchelab:before {
    background-color: #ecf7ff;
}

.zmhtogchelab:before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    border-radius: 4px;
    border: 1.5px solid #959293;
}

.zmhtogchelab:after {
    content: "";
    width: 17px;
    height: 17px;
    background-color: #949494;
    position: absolute;
    border-radius: 3px;
    left: 4px;
    top: 3px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
}

.zmhradio {
    position: relative;
    display: inline-block;
    height: 20px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.zmhradio label {
    cursor: pointer;
    height: 20px;
    display: inline-block;
    padding: 0 10px 0 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}

.zmhradio label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    border: 2px solid #f5433e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zmhradio label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
}

.zmhradio label span {
    position: relative;
    top: -2px;
}

.zmhradio input[type="radio"] {
    outline: 0;
    z-index: 9999;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.zmhradio input[type="radio"]:checked+label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    -webkit-animation: delradioanim;
    animation: delradioanim;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    background-color: #f5443e;
}

.zmhradio input[type="radio"]:checked+label:before {
    border: 2px solid #f5443e;
}

.zmhradio input[type="radio"]:disabled+label {
    opacity: .5;
    cursor: not-allowed;
}

.zmhconfsigfor {
    width: 90%;
    float: left;
    margin: 0 5%;
    padding: 3% 0 0;
}

.zmhconfsigfor h1 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.zmhconfsigcont {
    width: 100%;
    margin: 30px 0 0;
    float: left;
}

.zmhconfsiglft {
    float: left;
    width: 250px;
    text-align: right;
    padding-right: 1
}

.zmhconfsiglft span {
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px 0;
}

.zmhconfsigrit {
    float: left;
    width: calc(100% - 300px);
    margin-top: 2px;
    position: relative;
}

.zmhconfsigrit .zmhseldrop {
    position: absolute;
    top: 10px;
    right: 10px;
}

.zmhconfsigrit select {
    width: 100%;
    height: 35px;
    border: solid #d8d8d8;
    border-width: 1px;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 25px 5px 5px;
    outline: none;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    text-shadow: 0 0 0 #000;
    color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 99;
    margin: 4px 0px;
}

.zmhconfsigrit input {
    border: 1px solid #dcdbdc;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    outline: none;
}

.zmhconfsigrit .zmhcalder {
    width: 200px;
    position: relative;
}

.zmhconfsigrit .zmhcalder input {
    width: 100%;
}

.zmhconfsigrit .zmhcalder img {
    width: 16px;
    position: absolute;
    right: 8px;
    top: 6px;
}

.zmhconfsigrit input.zmhcategory {
    width: 80%;
}

.zmhseldropcont {
    width: 100%;
    float: left;
    position: relative;
    z-index: 19;
}

.zmhseldropcont input {
    border: 0px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    outline: none;
    width: 100%;
    background-color: transparent;
    margin: 8px 0 0;
}

.zmhseldown {
    display: none;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 130px;
    overflow-y: auto;
    z-index: 19;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.zmhseldown ul {
    list-style: none;
}

.zmhseldown ul li {
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 600;
    padding: 3px 10px;
}

.zmhseldown ul li:hover {
    background-color: #f2f2f2;
}

.zmhcheckboxlg {
    position: relative;
    width: 100%;
    height: 25px;
    display: inline-block;
    z-index: 9;
}

.zmhcheckboxlg label {
    cursor: pointer;
    height: 25px;
    display: block;
    padding: 0 15px 0 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    line-height: 25px;
    text-align: left;
    font-size: 18px;
}

.zmhcheckboxlg label:before,
.zmhcheckboxlg label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.zmhcheckboxlg label:before {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    border: 2px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zmhcheckboxlg label span {
    position: relative;
    top: -1px;
    font-size: 13px;
    left: 5px;
    font-weight: 300;
}

.zmhcheckboxlg input[type="checkbox"]:checked+label:before {
    border: 2px solid #f5443e;
}

.zmhcheckboxlg input[type="checkbox"] {
    outline: 0;
    z-index: 9992;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
}

.zmhcheckboxlg input[type="checkbox"]:checked+label:after {
-webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    top: 12.4px;
    left: 5.9px;
    width: 5px;
    height: 10px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-animation: delchanim;
    animation: delchanim;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    border-right: 2px solid #f5443e;
    border-top: 2px solid #f5443e;
}

.zmhcheckboxlg input[type="checkbox"]:disabled+label {
    opacity: .5;
    cursor: not-allowed;
}

.zmhpagpossel {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 30px;
    float: left;
}

.zmhpagpossel h1 {
    width: calc(100% - 5px);
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0px 0 5px;
    color: #949494;
}

.zmhsellst {
    width: 100%;
    float: left;
    padding: 10px;
}

.zmhsellab {
    display: block;
    float: left;
    background-color: #eceef4;
    border-radius: 25px;
    padding: 0 10px 0 0;
    margin-right: 10px;
}

.zmhsellab span {
    padding: 5px 10px;
    display: block;
    float: left;
    font-size: 14px;
}

.zmhsellab img {
    width: 16px;
    float: left;
    padding: 0px;
    position: relative;
    top: 7px;
    cursor: pointer;
}

.zhmalertmsg {
    padding: 12px 35px 12px 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #fff;
    position: fixed;
    width: 50%;
    margin: 5% 19% 0;
    z-index: 999;
}

.zhmalertmsg p{
    margin: 0;
}

.zhmalertmsg button {
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 22px;
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}

.zhmalertmsg.flash {
    color: #1f5c01;
    background-color: #d8efcc;
    border-color: #c8e9b8;
    width: 42%;
}

.zhmalertmsg.greenband {
    color: #1f5c01;
    background-color: #d8efcc;
    border-color: #c8e9b8;
}

.zhmalertmsg.redband {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.zmhformtogche {
    position: relative;
    float: left;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 18px;
    margin: 2px 5px 2px 15px;
}

.zmhformtogche input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 18px;
    z-index: 9999;
    cursor: pointer;
}

.zmhformtogche input[type="checkbox"]:checked+.zmhformtogchelab:after {
    left: 19px;
    background-color: #54a5e4
}

.zmhformtogche input[type="checkbox"]:checked+.zmhformtogchelab:before {
    background-color: #ecf7ff;
}

.zmhformtogchelab:before {
    content: "";
    width: 33px;
    height: 16px;
    position: absolute;
    border-radius: 4px;
    border: 1.5px solid #959293;
    box-sizing: border-box;
    background-color: #ffffff;
}

.zmhformtogchelab:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #949494;
    position: absolute;
    border-radius: 3px;
    left: 4px;
    top: 3px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.zmhcodeactive {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 2px 5px 2px 0;
    margin: 0 10px 0;
    background-color: #ff7061;
}

.zmhcodeactivespan {
font-size: 13px;
    display: inline-block;
    line-height: 18px;
    position: relative;
    top: 0px;
    color: #fff;
}

[data-balloon] {
    position: relative;
    cursor: pointer;
    overflow: visible;
}

[data-balloon]:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    font-family: sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-shadow: none !important;
    font-size: 12px !important;
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-balloon);
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
}

[data-balloon]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    content: '';
    position: absolute;
    z-index: 10;
}

[data-balloon]:hover:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:before,
[data-balloon][data-balloon-visible]:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
}

[data-balloon].font-awesome:after {
    font-family: FontAwesome;
}

[data-balloon][data-balloon-break]:after {
    white-space: pre;
}

[data-balloon][data-balloon-blunt]:before,
[data-balloon][data-balloon-blunt]:after {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

[data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

zhmworcont {
    width: 100%;
    text-align: center;
}

.zhmworlod {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.zhmworlod div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background-color: #009ad5;
}

.zhmworlod div:nth-child(1) {
    left: 6px;
    animation: zhmlodani1 0.6s infinite
}

.zhmworlod div:nth-child(2) {
    left: 6px;
    animation: zhmlodani2 0.6s infinite
}

.zhmworlod div:nth-child(3) {
    left: 26px;
    animation: zhmlodani2 0.6s infinite
}

.zhmworlod div:nth-child(4) {
    left: 45px;
    animation: zhmlodani3 0.6s infinite
}


@keyframes zhmlodani1 {
0% {
transform: scale(0)
}

100% {
transform: scale(1)
}
}

@keyframes zhmlodani3 {
0% {
transform: scale(1)
}

100% {
transform: scale(0)
}
}

@keyframes zhmlodani2 {
0% {
transform: translate(0, 0)
}

100% {
transform: translate(19px, 0)
}
}

zmhcodecheck {
    position: relative;
    float: left;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 18px;
    margin: 2px 5px 2px 15px;
}

.zmhcodechecklab:before {
    content: "";
    width: 33px;
    height: 16px;
    position: absolute;
    border-radius: 4px;
    border: 1.5px solid #959293;
    box-sizing: border-box;
    background-color: #ffffff;
    cursor: pointer;
}

.zmhcodechecklab:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #949494;
    position: absolute;
    border-radius: 3px;
    left: 4px;
    top: 3px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    cursor: pointer;
}

.zmhcodechecklab.active:after {
    left: 19px;
    background-color: #54a5e4
}

.zmhcodechecklab:before {
    background-color: #ecf7ff;
}

.zmhcodecheckactive {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 2px 5px 2px 0;
    margin: 0 10px 0;
    background-color: #ff7061;
}

.zmhcodecheckactivespan {
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
    position: relative;
    top: 0px;
    color: #fff;
}

.zmhsignrefrsh {
    width: 90%;
    margin: 0% 5% 0;
    float: left;
}

.zmhsignrefrshinr {
    float: right;
}
.zmhsignrefrshinr a{
    text-decoration: none;
    display: inline-block;
}
.zmhsignrefrshinr a img{
    padding: 0 5px 0 0;
}
.zmhsignrefrshinr a span{
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
    top: -6px;
    font-size: 18px;
}

.zmhnotesbtm {
    width: 90%;
    margin: 20px 5% 3%;
}
s
.zmhnotesbtm p{
    margin: 0;
    font-size: 14px;
    color: #333;
}
.zmhnotesbtm p b{
    font-weight:700;
}
.zmhpopupgen{
    width:500px;
    position: fixed;
    margin: 0 auto;
    top:33;
    left: calc(50% - 170px);
    z-index:99;
    background-color: #fff;
    box-shadow: 1px 1px 20px #435e7f;
}

.zmhpopupgen img{
    width: 40px;
    height: 40px;
    margin: 30px auto;
    display: block;
}

.zmhpopupgen p{
    font-size: 14px;
    margin: 5px 20px;
    line-height: 20px;
    text-align: center;
}

.popup .secbtn{ border-bottom: solid 1px #999;}
.popup .head{font-size:20px; padding:15px 20px; border-bottom:solid 1px #ededeb;}
.popupbtnbg0{ padding:15px 20px;}


.zmhsignformlst:before {
    position: fixed;
    background: #ddd6;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
}
.zmhsignformlst.popupopen:before{
    display: block;
}

#wa_body:before {
    position: fixed;
    background: #ddd6;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
}
#wa_body.popupopen:before{
    display: block;
}

.zmhcontaainer:before {
    position: fixed;
    background: #ddd6;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
}
.zmhcontaainer.popupopen:before{
    display: block;
}
.zmhloading{
    background:url(../images/loader.gif) center center no-repeat;
    height: 210px;
    background-size: 250px;
}

.mhcontainer .content {
  position: absolute;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.38); /* Black background with 0.5 opacity */
  color: #80ff92;;
  width: 100%;
  padding: 20px;
}

.zmhflodwa {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.92);
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.zmhflodwa .zhmworcont{
    margin-top:20%;
    margin-top: 20%;
    text-align: center
}

.zmhflodwa .zhmworlod div{
background-color:#ffffff;
}
.zmhflodwa h1{
    color:#ffffff;
    margin:0;
}

.zmhconfsigformrglf{
margin-left:250px;
}

.zmhbtnonoff {
    position: relative;
    display: inline-block !important;
    width:80px !important;
    vertical-align: middle;
    cursor: pointer;
}


.zmhbtnonoff span {
    position: relative;
    display: block;
    width: 70px;
    height: 28px;
    border-radius: 40px;
    background: #ccc;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    transition: 400ms;
}

.zmhbtnonoff.zhmtoglabon span {
    background: #3fafdae6
}

.zmhbtnonoff span:before {
    content: 'Off';
    display: block;
    width: 50px;
    height: 28px;
    position: absolute;
    right: 0px;
    font-size: 14px;
    font-family: "Arial";
    font-weight: bold;
    line-height: 28px;
    color: #444;
    padding: 0px 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
}

.zmhbtnonoff.zhmtoglabon span:before {
    content: 'On';
    right: 18px;
    color: #fff
}

.zmhbtnonoff span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 4px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    transition: 400ms;
}

.zmhbtnonoff:hover span:after {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.zmhbtnonoff.zhmtoglabon span:after {
    content: '';
    left: 45px;
}

span.reqird {
    color: #ff1700fc;
    font-size: 15px;
    padding: 0;
    position: absolute;
    right: 0px;
}

.zcbigwizrdcont { width: 100%; text-align: center; }

        .zcbigwizrd {
            margin: 0 auto;
            height: 40px;
            display: inline-block;
        }

        .zcbwpoint {
            width: 28px;
            height: 28px;
            position: relative;
            display: block;
            float: left;
        }

        .zcbwline {
            width: 200px;
            height: 3px;
            display: block;
            background-color: #dce3e6;
            float: left;
            position: relative;
            top: 13px;
        }

        .zcbwline.active {
            background-color: #0087e3;
        }

        .zcbwpoint:after {
            width: 28px;
            height: 28px;
            background-color: #ffffff;
            content: '';
            border-radius: 50%;
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
            position: absolute;
            top: 0;
            display: none;
        }

        .zcbwpoint:after {
            display: block;
        }

        .zcbwpoint:before {
            width: 18px;
            height: 18px;
            background-color: #dce3e6;
            content: '';
            border-radius: 50%;
            display: block;
            position: absolute;
            z-index: 9;
            top: 5px;
            left: 5px;
        }

        .zcbwpoint.active:before {
            background-color: #0087e3;
        }

        .zcbwstage {
            display: block;
            position: relative;
            width: 150px;
            left: -61px;
            top: 30px;
            text-align: center;
        }

        .zcbwstage span {
            font-size: 14px;
        }

        .zcbwpoint.active .zcbwstage span {
            color: #0087e3;
        }

        .zmhauthenticatinr {
    width: calc(100% - 300px);
    float: left;
}

.zmhauthenticatinr h1 {
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.zmhauthenticatinr p {
    font-size: 14px;
    line-height: 28px;
    float: left;
    text-align: left;
    margin: 0px 0 0;
    width: 100%;
}
.zcplulogomsg {
    width: calc(100% - 170px);
    float: left;
}

.zmhauthenticatinbtn {
    margin-top: 15px;
    float: left;
}

.zcsyncrotate{
width: 50px;
height: 50px;
background-color: #FF9330;
left: 46%;
top: 7px;
animation-duration: 500ms;
animation-iteration-count: infinite;
animation-name: spin;
animation-timing-function: linear;
padding: 10px;}

.zcsynctick{width: 50px;
height: 50px;
background-color: #7ACC4F;
left: 46%;
top: 7px;}

.zcsyncstop{width: 50px;
height: 50px;
background-color:#DF4B4D;
left: 46%;
top: 7px;}

.zcbox {
    border: solid 1px #e4ecf1;
    border-radius: 5px;
    background-color: #fff;
}

.zcoptsetig {
    width: 100%;
    float: left;
}

.zslrgtext {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.zcoptsetvalcot {
    width: 100%;
    float: left;
}

.zcoptsetval {
    width: 50%;
    float: left;
    margin: 10px 0;
    padding-left: 15px;
}

.zcoptsetval h2 {
    font-size: 16px;
    font-weight: 400;

    margin: 0 0 10px;
}

.zcoptsetval p {
    font-size: 14px;
    margin: 5px 0;
}

.zcoptsetval textarea {
    width: 80%;
    height: 70px;
    padding: 8px;
    font-family:inherit;

}

.zcoptsetval textarea:focus{
    padding: 8px;
}
.zcoptsetval span {
    font-size: 12px;
    color: #5e5e5e;
    width: 100%;
    display: block;
    float: left;
    margin-top:5px;
}

.zcoptsetval input {
    width: 80%;
    height: 45px;
    float: left;
    outline: none;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.zcoptsetval select{
    width: 80%;
    height: 45px;
    float: left;
    outline: none;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.zcpwrmsg{
        width: 96%;
    padding: 5px 10px;
    background-color: #fb1717;
    margin: 0 2% 3%;
}

.zcpwrmsg i{
    color: #fff;
    float: left;
    font-size: 24px;
}

.zcpwrmsg p{
margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin-left: 30px;
    width: calc(100% - 30px);
}

.zcbtdis{
    opacity: .3;
    pointer-events: none;
}

@-ms-keyframes spin {
 from { -ms-transform: rotate(0deg); }
 to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
 from { -moz-transform: rotate(0deg); }
 to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
 from { -webkit-transform: rotate(0deg); }
 to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
 from {
 transform:rotate(0deg);
 }
 to {
 transform:rotate(360deg);
 }
}
      