/*
* @Author: Administrator
* @Date:   2018-11-29 13:58:39
* @Last Modified by:   Administrator
* @Last Modified time: 2018-11-29 14:07:12
*/

html,
body {
    font-size: 13.33vw;
}

.Pop_Up_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.Pop_Up_box .Pop_Up_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 0.08rem;
    padding: 0.4rem;
    width: 80%;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.3rem;
}

.Pop_Up_box .Pop_Up_title {
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.2rem;
}

.Pop_Up_box .Pop_Up_sbtitle {
    line-height: 1.5;
    color: #666;
    text-align: left;
    text-align: center;
}

.Pop_Up_box .Pop_Up_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.42rem;
    height: 0.42rem;
    padding: 0.15rem;
}

.Pop_Up_box .Pop_Up_close img {
    width: 100%
}

.Pop_Up_box .Pop_Up_btn {
    display: inline-block;
    width: 70%;
    height: 0.8rem;
    color: #fff;
    background: -webkit-linear-gradient(left, #07d2c6, #00b4b4);
    background: -o-linear-gradient(right, #07d2c6, #00b4b4);
    background: -moz-linear-gradient(right, #07d2c6, #00b4b4);
    background: linear-gradient(to right, #07d2c6, #00b4b4);
    box-shadow: 0 0.05rem 0.1rem #d1e7e7;
    border-radius: 0.08rem;
    font-size: 0.3rem;
    line-height: 0.8rem;
}

.Pop_Up_box .Pop_Up_p {
    margin: 0.2rem 0
}

.Pop_Up_box .Pop_Up_p img {
    max-width: 60%
}
