.popup.show {
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup .announce {
    position: relative;
    top: -6.66667vw;
    width: 80vw;
    height: 110.46667vw;
    background: url(../img/1.png) 50% no-repeat;
    background-size: 100% 100%;
    padding: 32.66667vw 4vw 0;
    overflow: hidden;
}
.popup .announce .close {
    position: absolute;
    top: 9.86667vw;
    right: 0;
    z-index: 2;
}
.popup .announce .close img {
    width: 6.4vw;
    height: 6.4vw;
}
.popup .wrapper {
    height: 76vw;
    position: relative;
    overflow: hidden;
}
.popup .head {
    height: 14.66667vw;
    border-bottom: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup .head .left.show,.popup .head .right.show {
    visibility: visible;
}
.popup .head .left {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.popup .head .left,.popup .head .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 5.33333vw;
    height: 5.33333vw;
    /*background: url(/img/2.png) no-repeat 50%/contain;*/
    visibility: hidden;
}
.popup .head .h1 {
	line-height: 15px;
    text-align: center;
    margin-top: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popup .head .title {
    font-size: 4vw;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popup .head .time {
    font-size: 3.2vw;
    color: #999;
    margin-top: 2.13333vw;
}
.popup .head .left.show, .popup .head .right.show {
    visibility: visible;
}
.popup .head .left,.popup .head .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 5.33333vw;
    height: 5.33333vw;
    /*background: url(/img/3.png) no-repeat 50%/contain;*/
    visibility: hidden;
}
.popup .content htmls{
	padding: 4.26667vw .53333vw 0;
    font-size: 3.46667vw;
    color: #666;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: start;*/
    /*-webkit-justify-content: flex-start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    overflow: auto;
    height: 61.33333vw;
    /*word-break: break-all;*/
}
.popup .content {
    padding: 4.26667vw .53333vw 0;
    font-size: 4vw;
    color: #666;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: start;*/
    /*-webkit-justify-content: flex-start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    overflow: auto;
    height: 61.33333vw;
    /*word-break: break-all;*/
}
.popup .content>p {
    line-height: 5.33333vw;
}
.popup .htmls, .htmls * {
    word-break: break-all;
}
.popup .foot>div, .popup .foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup .foot>div.cancel {
    background-color: #8cb2c9;
}
.popup .foot>div {
    width: 32vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8vw;
    margin: 4vw 1.33333vw 6.13333vw 1.33333vw;
    font-size: 3.73333vw;
    color: #fff;
    border-radius: 4vw;
}
.popup .foot>div,.popup .foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup .foot>div.ok {
    background-color: #f90;
}



