﻿/* 遮罩 */
.mask {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
    z-index: 9999;
    position: fixed;
    display: none;
}
/* 弹窗 */
.popup_box {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 730px;
    transform: translate(-50%, -50%);
    display: none;
}

.content_left {
    width: 674px;
    background-color: #ffffff;
    float: left;
    border-radius: 8px;
}

.surroundbox {
    width: 100%;
    float: left;
}

.mainbox {
    width: 550px;
    margin: 0 auto;
}

.mainbox_head {
    width: 100%;
    height: 41px;
    float: left;
    border-bottom: 1px solid #cccccc;
    margin: 20px 0;
}

.mainbox_head h1 {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #4d4d4d;
    border-bottom: 1px solid #00a8ee;
    padding-bottom: 12px;
}

.zshyapp_txtbox {
    width: 100%;
    float: left;
    height: 500px;
}

.zshyapp_txtbox p {
    float: left;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.zshyapp_txtbox :nth-child(3) {
    text-indent: 1.4em;
}

.qrcode_box {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.qrcode_box img {
    float: left;
    margin: 0 218.5px;
    height: 110px;
}

.qrcode_box p {
    width: 100%;
    float: left;
    font-weight: bold;
    color: #00a8ee;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-top: 12px;
}
.map_addr {
    text-indent: 5px;
    height: 35px;
    outline: none;
    line-height: 35px !important;
    width: 350px;
    font-size: 14px;
    font-family: "微软雅黑";
    border: 1px solid #e1e5ee;
    color: #737373;
}
.button_box {
    width: 100%;
    float: left;
    margin-bottom: 19px;
}

.button_box button {
    width: 320px;
    height: 52px;
    float: left;
    margin: 0 115px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    background-color: #00a8ee;
    color: #fff;
}

.button_box button a {
    color: #fff;
}

.content_close {
    width: 56px;
    float: left;
}

.content_close img {
    float: right;
    cursor: pointer;
}

.in_btn {
    outline: none;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: #00bfff;
    color: #fff;
    cursor: pointer;
}