
a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.pop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    z-index: 12;
    visibility: visible;
    background: rgba(0, 0, 0, 0.3)
}

.pop-cont {
    padding: 0;
    border-radius: 5px;
    background: 0 0;
    width: 90%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: superScaleIn;
    animation-name: superScaleIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.pop-header {
    background: url(../images/icon-top.png) no-repeat;
    background-size: cover;
    height: 45px;
    padding: 15px 10px;
    text-align: center;
}

.pop-header h3 {
    font-size: 16px;
    color: #fff;
}

.pop-header .colseBtn {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 8%;
    margin-top: -17px;
}

.popup-body {
    overflow: hidden;
    text-align: center;
    font-weight: 700;
    padding: 0;
    background-color: #fff;
}

.popup-body .row {
    padding: 5px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    display: flex;
    font-size: 14px;
}

.popup-body .row label {
    line-height: 35px;
    width: 10%;
    color: #884c6a;
    font-weight: 500;
    white-space: nowrap;
}

.popup-body .row .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 9px;
    width: 100%;
    padding: 5px 0;
}

.popup-body .row .name {
    color: #fff;
    background-color: #815f9a;
    height: 25px;
    line-height: 16px;
    margin-top: 5px;
    margin-left: 5px;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.popup-body .row .info {
    color: grey;
    font-size: 14px;
    background-color: #ddd;
    line-height: 15px;
    white-space: nowrap;
    max-width: 45px;
    -webkit-flex: 0 0 45%;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    height: 25px;
    margin-top: 5px;
}

.popup-body .row .info input {
    width: 100%;
    background: none;
    border: none;
    text-align: center;
}

.popup-body .row a {
    display: inline-block;
    height: 25px;
    line-height: 17px;
    color: #fff;
    font-size: 10px;
    padding: 5px;
    background-color: #c06077;
    margin-top: 5px;
    margin-left: 10px;
}
.popup-body .row .sureBtn{
    display: inline-block;
    position: relative;
    color: #fff;
    height: 30px;
    line-height: 20px;
    margin: 10px 0 20px 8%;
    background-color: #603d7a;
    color: #fff;
    padding-left: 10px;
    -webkit-flex: 0 0 35%;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.popup-body .row .icon{
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 9px;
    background: url(../images/icon-close2.png) no-repeat;
    background-size: 100% 100%;
}
.popup-body .row .goGameBtn .icon{
    background: url(../images/icon-enter.png) no-repeat;
    background-size: 100% 100%;
}
.popup-body .row .goGameBtn {
    margin-bottom: 20px;
    height: 30px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 6%;
    color: #fff;
    background-color: #6ba960;
    position: relative;
    -webkit-flex: 0 0 35%;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}