﻿* {
    margin: 0;
    padding: 0;
}
.suspension_window {
    width: 139px;
    height: 496px;
    background: -mos-linear-gradient(#0c94ce, #288ae1);
    background: linear-gradient(#114d93, #288ae1);
    padding: 2px;
    box-sizing: border-box;
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9;
}
.suspension_window_content {
    width: 133px;
    height: 490px;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border: 1px solid rgb(253, 252, 252);
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
}
.suspension_top {
    width: 120px;
    height: 103px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.suspension_top > span {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding-top: 24px;
    box-sizing: border-box;
}
.suspension_top > span > p {
    font-size: 12px;
    font-family: "";
    color: rgb(253, 252, 252);
    margin-left: 4px;
}
.suspension_top > b {
    font-size: 19px;
    font-family: "";
    color: rgb(253, 252, 252);
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 8px;
}
.suspension_window_content > ul {
    width: 120px;
}
.suspension_window_content > ul > li {
    list-style: none;
    margin-top: 14px;
    position: relative;
}
.suspension_window_content > ul > li > a {
    display: block;
    font-size: 15px;
    font-family: "";
    color: rgb(255, 255, 255);
    width: 111px;
    height: 30px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    cursor: pointer;
}
.suspension_window_content > ul > li:hover a {
    color: rgb(40, 138, 225);
    background-color: rgb(253, 252, 252);
}
.suspension_window_content > ul > li > span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(237, 55, 55);
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: "";
    color: rgb(253, 252, 252);
    position: absolute;
    right: -2px;
    top: 2px;
}
.zx_phone_number {
    display: block;
    width: 120px;
    height: 68px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-top: 19px;
    text-align: center;
}
.zx_phone_number > p {
    font-size: 14px;
    font-family: "";
    color: rgb(253, 252, 252);
    margin-top: 14px;
}
.zx_phone_number > b {
    font-size: 20px;
    font-family: "Impact";
    font-weight: 500;
    color: rgb(253, 252, 252);
    white-space: nowrap;
}
.suspension_window_content > a {
    display: block;
    width: 42px;
    height: 42px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.suspension_window_content > a > p {
    font-size: 14px;
    font-family: "";
    color: rgb(40, 138, 225);
}
.top {
    font-size: 14px;
    font-family: "";
    color: rgb(40, 138, 225);
    text-transform: uppercase;
    line-height: 1.038;
    text-align: center;
    position: absolute;
    left: 1773px;
    top: 746.734px;
    z-index: 130;
}
.blink_btn {
    color: #fc3703 !important;
    background-color: #eff9ee;
}
.active_color {
    background-color: #fcfe03;
}
.zx_phone_number:hover b {
    color: #fcfe03 !important;
}


.footer-pup {
    width: 100%;
    height: 147px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_mid > p {
    font-size: 18px;
    color: #fff;
    line-height: 1em;
    margin-top: 16px;
}
.input > input {
    width: 93%;
    border: none medium;
    outline: none;
    font-family: "";
    font-size: 13px;
}
.warp {
    width: 1200px;
    margin: 0 auto;
}
.input {
    width: 280px;
    height: 38px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    margin-bottom: 17px;
    padding: 0 11px;
}
.input > button {
    background: none;
    color: #258fda;
    font-weight: bolder;
    font-size: 16px;
}
.footer_btn > button,
.zx {
    width: 150px;
    height: 38px;
    background: rgba(53, 157, 230, 1);
    border-radius: 5px;
    margin-bottom: 17px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 38px;
    text-align: center;
}
.footer_btn {
    margin-left: 21px;
}
.zx {
    background: #fc9d22;
    margin-bottom: 0;
}

.close_status{
    width: 192px;
    height: 142px;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: -100%;
    bottom: 26px;
    border-radius:0 100px 100px 0;
    padding-top: 26px;
    padding-left: 20px;
}
.click{
    width: 112px;
    height: 30px;
    border: 1px solid #797979;
    border-radius: 5px;
    font-size: 16px;
    color:#fff ;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
}
.angle{
    position: absolute;
    top: 65px;
    right: 30px;
}
.color{
    background: #fd8847;
}
.zx:hover{
    background: #FC9D22 !important;
}
.button{
    font-size: 12px!important;
}


.mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}
.zc-box{
    display: none;
    position: fixed;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top:50%;
    margin-top: -261px;
    height: 522px;
    background:url('404.png');
    z-index: 10000;
}
.close-btn{
    position: absolute;
    width: 42px;
    height: 42px;
    top:0;
    left: 0;
}
.zx-box{position: absolute;width: 400px;height: 460px;top:60px;left: 66px;}