.pop_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 100;
    display: none;
}

.pop_phone {
    width: 520px;
    height: 370px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -170px 0 0 -260px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.pop_phone .pop_header {
    width: 100%;
    height: 50px;
    background: #2573d8;
    padding: 0 20px;
    position: relative;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}

.pop_phone .pop_close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../images/pop_close1.png) no-repeat center center;
}

.pop_phone .info {
    width: 490px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    background: #fff9f2;
    border: 1px solid #f7e4b8;
    border-radius: 6px;
    margin: 16px auto 0;
    color: #ff7200;
    font-size: 16px;
}

.pop_con {
    width: 490px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}

.pop_con * {
    box-sizing: border-box;
}

.pop_con ul li {
    width: 100%;
    position: relative;
    height: 50px;
    margin-bottom: 15px;
}

.pop_con ul li .name {
    float: left;
    width: 75px;
    padding-right: 20px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #4e4e4e;
    line-height: 50px;
}

.pop_con ul li .input_phone {
    float: left;
    width: 194px;
    height: 48px;
    line-height: 30px;
    border: 0 solid #dfe2e8;
    border-radius: 5px;
    background: #fff;
    padding: 9px 50px 9px 10px;
    font-size: 16px;
    outline: none;
}
.phone_box{
    width:414px;
    height: 50px;
    line-height: 30px;
    border: 1px solid #dfe2e8;
    border-radius: 5px;
    background: #fff;
    position: relative;
    float: left;
}

.pop_con ul li .input_code {
    float: left;
    width: 278px;
    height: 50px;
    line-height: 30px;
    border: 1px solid #dfe2e8;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    outline: none;
}

.pop_con ul li .pop_write {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/pop_bi.png) no-repeat center center;
    top: 0;
    right: 0;
    display: none;
}

.pop_con ul li .pop_code_btn {
    float: left;
    width: 122px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #2573d8;
    text-align: center;
    border: 1px solid #2573d8;
    border-radius: 5px;
    margin-left: 15px;
    cursor: pointer;
}

.pop_error {
    width: 300px;
    height: 20px;
    position: absolute;
    bottom: 78px;
    padding-left: 25px;
    color: #ff7200;
    font-size: 14px;
    line-height: 20px;
    left: 88px;
}

.pop_error i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/pop_info.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

.pop_con .pop_btn {
    width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    margin-top: 35px;
}

.pop_con .pop_btn span {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    width: 130px;
    height: 50px;
    font-size: 16px;
}

.pop_con .pop_btn span.sure {
    border: 1px solid #2573d8;
    background: #2573d8;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    color: #ffff;
}

.pop_con .pop_btn span.cancel {
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    color: #999;
}

.country_select{
    float: left;
    width:200px;
}

.layui-form-select .layui-input{
    line-height: 48px;
    height: 48px;
    border:0 none;
    font-size: 14px;
}
.layui-form-select.layui-form-selected .layui-input{
    line-height: 48px;
    height: 48px;
    border:1px solid #3f96ff !important;
    font-size: 14px;
}
.layui-form-select dl{
    top:48px;
    font-size: 14px;
}

.layui-form-select dl{
    max-height:150px;
}
.layui-form-select dl dd.layui-this{
    background-color:#eaf4ff;
    color:#000;
}
.phone_box .line{
    width:1px;
    height:30px;
    background: #dfe2e8;
    position: absolute;
    top:10px;
    left:189px;
    z-index: 5;
}
.layui-form-selected{
    z-index: 10;
}

/* select{
	width: 190px;
    height: 47px;
    line-height: 1.3;
    border: none;
    padding-left: 5px;
    font-size: 15px;
} */

/*确认成功失败弹框*/
.pop_masking_out{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
    display: none;
}
.pop_of_bindF_result{
    position: absolute;
    top:50%;
    left: 50%;
    margin: -170px 0 0 -260px;
    width: 520px;
    height: 340px;
    border-radius: 6px;
    background-color: #fff;
}
.pop_result_title {
    height: 50px;
    border-radius: 6px 6px 0 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #2573d8;
    line-height: 50px;
    padding: 0 20px;
}
.pop_result_title i{
    width: 16px;
    top: 17px;
    height: 16px;
    position: absolute;
    background-image: url(../images/pop_close1.png);
    right: 15px;
    cursor: pointer;
}
.pop_content{
    text-align: center;
}
.pop_content img{
    margin-top:50px;
}
.pop_content_font20{
    margin-top: 10px;
    font-size: 20px;
    color: #333;
}
.pop_content_font20 span{
    width: 320px;
    display: inline-block;
}
.pop_content_font14{
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}
.pop_content_font14 span{
    font-size: 14px;
    color: #5ec5a1;
}
.pop_content button{
    margin-top: 20px;
    border:1px solid #2573d8;
    border-radius: 19px;
    width:120px;
    height: 38px;
    background-color: #fff;
    font-size: 16px;
    color: #2573d8;
    text-align: center;
    font-weight: bold;
}
.pop_content button:hover{
    cursor: pointer;
}

/*常见问答链接*/
.pop_info_text{
    width:100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e0ebf9;
    position: absolute;
    bottom:0;
    display: none;
}
.pop_info_text span{
    line-height: 50px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color:#ff7200;
    background: -webkit-gradient(linear,left top,right top,from(#ffae12),to(#fb0555));
    background: linear-gradient(left,#ffae12,#fb0555);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    -webkit-animation: scratchy .53s linear infinite forwards;
    animation: scratchy .53s linear infinite forwards;
}
.pop_info_text span i{
    display: block;
    width:24px;
    height: 24px;
    background: url(../images/info_icon.png) no-repeat;
    position: absolute;
    top:13px;
    left:0;
    
}


@-webkit-keyframes scratchy {
    0% {
        background-position: 0 0
    }

    25% {
        background-position: 0 0
    }

    26% {
        background-position: 40px -40px
    }

    50% {
        background-position: 80px -80px
    }

    51% {
        background-position: 120px -120px
    }

    75% {
        background-position: 160px -160px
    }

    76% {
        background-position: 200px -200px
    }

    99% {
        background-position: 240px -240px
    }

    to {
        background-position: 0 0
    }
}

@keyframes scratchy {
    0% {
        background-position: 0 0
    }

    25% {
        background-position: 0 0
    }

    26% {
        background-position: 40px -40px
    }

    50% {
        background-position: 80px -80px
    }

    51% {
        background-position: 120px -120px
    }

    75% {
        background-position: 160px -160px
    }

    76% {
        background-position: 200px -200px
    }

    99% {
        background-position: 240px -240px
    }

    to {
        background-position: 0 0
    }
}
