.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    display: none;
}

/* .popupbox {
    padding: 24px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    -moz-box-shadow: 0px 0px 5px rgba(238, 241, 245, 0.74);
    -webkit-box-shadow: 0px 0px 5px rgba(238, 241, 245, 0.74);
    box-shadow: 4px 4px 20px #8a8a8a;
    box-sizing: border-box;
} */

.popupbox img {
    max-width: 100%;
}

.popupbox-border {
    position: absolute;
    background: #1380FB;
    background: linear-gradient(-45deg, transparent 12px, #1380FB 0);
}
.popupbox-border-top {
    width: 220px;
    height: 12px;
    top: 0;
    left: 0;
}
.popupbox-border-left {
    width: 12px;
    height: 220px;
    top: 0;
    left: 0;
}
.popupbox-border-right {
    width: 12px;
    height: 220px;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.popupbox-border-bottom {
    width: 220px;
    height: 12px;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.popup-desc {
    padding: 0 0 12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

/* 右侧悬浮*/
.tan_wei,
.tan_wei1 {
    background: #000;
    position: absolute;
    z-index: -9;
    right: 120px;
    top: 0px;
    border-radius: 5px;
    background: #f6f8fb;
    border: 1px solid #e6eaf0;
    padding: 10px;
    opacity: 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.contact {
    position: fixed;
    right: 20px;
    bottom: 300px;
    z-index: 9999999;
}

.contact_ul li {
    width: 40px;
    position: relative;
    cursor: pointer;
    height: 40px;
    border: 1px solid #e7eaf2;
    background: #fff;
    margin: 10px 0;
    box-shadow: 0 0px 6px 0 rgba(76, 86, 114, .12);
    border-radius: 4px;
}

.contact_ul li:hover {
    background: #06C9B5;
    border: 1px solid #06C9B5;
}

.contact_ul li a {
    display: block;
    width: 40px;
    height: 40px;
}

.contact_ul li a {
    display: block;
}

.contact_ul li.icon_contact1 a {
    background: url(./images/icon_contact1.png) center no-repeat;
}

.contact_ul li.icon_contact2 a {
    background: url(./images/icon_contact2.png) center no-repeat;
}

.contact_ul li.icon_contact3 a {
    background: url(./images/icon_contact3.png) center no-repeat;
}

.contact_ul li.icon_contact4 a {
    background: url(./images/icon_contact4.png) center no-repeat;
}

.contact_ul li.icon_contact4 {
    display: none;
}

.contact_ul li.icon_contact1:hover a {
    background: url(./images/icon_contact1hover.png) center no-repeat;
}

.contact_ul li.icon_contact2:hover a {
    background: url(./images/icon_contact2hover.png) center no-repeat;
}

.contact_ul li.icon_contact3:hover a {
    background: url(./images/icon_contact3hover.png) center no-repeat;
}

.contact_ul li.icon_contact4:hover a {
    background: url(./images/icon_contact4hover.png) center no-repeat;
}

.tan_wei1 {
    background: #000;
    position: absolute;
    z-index: -9;
    right: 120px;
    top: 0px;
    border-radius: 5px;
    background: #f6f8fb;
    border: 1px solid #e6eaf0;
    padding: 10px;
    opacity: 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.tan_wei .p_tel {
    font-size: 18px;
    color: #9ba8c3;
    min-width: 115px;
    display: block;
    white-space: nowrap;
}

.tan_weiFix {
    display: block;
    opacity: 1;
    right: 60px;
    transition: right 0.2s;
    top: 0;
    position: absolute;
    white-space: nowrap;
}

.tan_weiFix2 {
    display: block;
    opacity: 1;
    right: 60px;
    transition: right 0.2s;
    top: 0;
    position: absolute;
}

.tan_sanjiao {
    position: absolute;
    right: -7px;
    top: 13px;
    width: 10px;
    height: 10px;
    background: #f6f8fb;
    border-right: 1px solid #e6eaf0;
    border-top: 1px solid #e6eaf0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45eg);
    -o-transform: rotate(45deg);
}

.online-saoma {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 1000;
    width: 65px;
    height: 140px;
    background: url(./images/right_zixun.png) no-repeat center;
}