
button {
border:none;
}
.download_icon {
    -webkit-mask: url("//m.edu84.com/school/union/wechat/img/download-icon.svg") no-repeat;
    mask: url("//m.edu84.com/school/union/wechat/img/download-icon.svg") no-repeat;
}

.switch_icon {
    -webkit-mask: url("//m.edu84.com/school/union/wechat/img/switch-icon.svg") no-repeat;
    mask: url("//m.edu84.com/school/union/wechat/img/switch-icon.svg") no-repeat;
}

.qr-code-box {
    width: 323px;
    padding: 12px 12px 12px;
    background: #06C662;
    background-size: 100% 100%;
    border-radius: 8px 8px 8px 8px;
    position: fixed;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    z-index: 5003;
}

    .qr-code-box .code-box-back {
        width: 210px;
        height: 140px;
        background: url("//m.edu84.com/school/union/wechat/img/wxzx_vxbg_img@3x.png") center center no-repeat;
        background-size: cover;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .qr-code-box .clearbtn {
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        left: 50%;
        bottom: -52px;
        transform: translateX(-50%);
        z-index: 5001;
        cursor:pointer;
    }

    .qr-code-box .code-t1 {
        width: 100%;
        height: 40px;
        padding: 0 4px;
        margin-bottom: 8px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .qr-code-box .code-t1 .logo {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #fff;
            margin-right: 8px;
        }

            .qr-code-box .code-t1 .logo img {
                display: block;
                width: 40px;
                height: 40px;
                border-radius: 50%;
            }

        .qr-code-box .code-t1 span {
            display: block;
            font-size: 15px;
            color: #FFFFFF;
            line-height: 20px;
        }

    .qr-code-box .code-con {
        width: 100%;
        padding-top: 16px;
        background: #FFFFFF;
        border-radius: 8px;
        overflow: hidden;
    }

        .qr-code-box .code-con .code-name {
            display: block;
            width: 100%;
            height: 28px;
            margin-bottom: 8px;
            font-size: 20px;
            font-weight: 600;
            color: #262626;
            text-align: center;
            line-height: 28px;
        }

        .qr-code-box .code-con .code-tips {
            display: block;
            font-size: 13px;
            color: #8C8C8C;
            text-align: center;
            line-height: 18px;
        }

        .qr-code-box .code-con .wx-num {
            margin: 20px auto 12px;
            width: 211px;
            height: 48px;
            border: 1px solid #D9D9DA;
            border-radius: 8px;
            position: relative;
        }

            .qr-code-box .code-con .wx-num > span {
                display: block;
                width: 70px;
                height: 16px;
                position: absolute;
                left: 50%;
                top: -8px;
                transform: translate(-50%);
                background: #fff;
                font-size: 12px;
                color: #ABABAB;
                text-align: center;
                line-height: 16px;
            }

            .qr-code-box .code-con .wx-num > div {
                width: 100%;
                height: 52px;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }

                .qr-code-box .code-con .wx-num > div em {
                    display: block;
                    height: 52px;
                    font-size: 18px;
                    color: #262626;
                    line-height: 52px;
                }

                .qr-code-box .code-con .wx-num > div span {
                    display: block;
                    width: 32px;
                    height: 20px;
                    border-radius: 4px;
                    border: 1px solid #D9D9DA;
                    margin-left: 8px;
                    font-size: 12px;
                    font-style: normal;
                    color: #8C8C8C;
                    text-align: center;
                    cursor:pointer;
                }

        .qr-code-box .code-con .qr-code-imgs {
            display: block;
            width: 168px;
            height: 168px;
            margin: 0 auto;
            box-sizing: content-box;
        }

        .qr-code-box .code-con .step {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 11px;
        }

            .qr-code-box .code-con .step li {
                font-size: 13px;
                color: #ABABAB;
                line-height: 18px;
            }

            .qr-code-box .code-con .step .arrow {
                font-size: 12px;
                padding: 0 2px;
            }

        .qr-code-box .code-con .step2 {
            margin: 32px auto 55px;
        }

        .qr-code-box .code-con .preservation {
            width: 132px;
            height: 44px;
            background: #FFFFFF;
            border-radius: 22px;
            border: 1px solid #06C662;
            margin: 10px auto 22px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .qr-code-box .code-con .preservation i {
                display: block;
                width: 20px;
                height: 20px;
                background: #06C662;
                margin-right: 2px;
            }

            .qr-code-box .code-con .preservation span {
                font-size: 14px;
                font-weight: 600;
                color: #06C662;
                line-height: 20px;
            }

.qr-code-box2 {
    transform: translate(-50%, -89%) !important;
}

    .qr-code-box2 .wx-num {
        margin-bottom: 50px !important;
    }

.wx-consulting-alert {
    width: 299px;
    height: 270px;
    padding: 0px 13px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -4%);
    z-index: 5005;
}

    .wx-consulting-alert .clearbtn {
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        left: 50%;
        bottom: -65px;
        transform: translateX(-50%);
        z-index: 5001;
        cursor:pointer;
    }

    .wx-consulting-alert .alert-tit {
        width: 100%;
        height: 48px;
        padding: 16px 0 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .wx-consulting-alert .alert-tit img {
            display: block;
            width: 18px;
            height: 6px;
            margin: 0 4px;
        }

        .wx-consulting-alert .alert-tit span {
            font-size: 15px;
            font-weight: bold;
            color: #FE5900;
            line-height: 21px;
        }

    .wx-consulting-alert .vice-tit {
        margin-bottom: 16px;
        font-size: 12px;
        color: #FE9A00;
        text-align: center;
        line-height: 16px;
    }

    .wx-consulting-alert .form {
        width: 100%;
    }

        .wx-consulting-alert .form .phone,
        .wx-consulting-alert .form .code {
            width: 100%;
            height: 44px;
            background: #FAFBFC;
            border-radius: 22px;
            margin-bottom: 8px;
            overflow: hidden;
            padding: 0 16px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .wx-consulting-alert .form .phone input,
            .wx-consulting-alert .form .code input {
                width: 100%;
                height: 44px;
                font-size: 15px;
                color: #262626;
                background: transparent;
				line-height: 20px;
            }

        .wx-consulting-alert .form .code {
            margin-bottom: 12px;
        }

            .wx-consulting-alert .form .code button {
                height: 44px;
                background: transparent;
                flex-shrink: 0;
                font-size: 14px;
                color: #FE5900;
                line-height: 44px;
                cursor:pointer;

            }

        .wx-consulting-alert .form .switch {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-shrink: 0;
        }

            .wx-consulting-alert .form .switch i {
                display: block;
                width: 14px;
                height: 14px;
                margin-right: 4px;
                background: #595959;
            }

            .wx-consulting-alert .form .switch span {
                display: block;
                font-size: 13px;
                color: #595959;
            }

        .wx-consulting-alert .form .confirm {
            width: 100%;
            height: 44px;
            background: linear-gradient(270deg, #FF6100 0%, #FE8D00 100%);
            border-radius: 22px;
            font-size: 17px;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
            line-height: 44px;
            cursor:pointer;
        }

    .wx-consulting-alert .agreement {
        display: flex;
        justify-content: center;
        padding-top: 12px;
        margin-left: -3px;
        font-size: 12px;
        color: #595959;
        line-height: 16px;
    }

        .wx-consulting-alert .agreement span {
            font-size: 12px;
            color: #1A8CFF;
            line-height: 16px;
            text-decoration: underline;
        }

.wx-consulting-alert2 .alert-tit {
    width: 100%;
    height: 77px;
    padding: 16px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wx-consulting-alert2 .phone {
    margin-bottom: 12px !important;
}

.wx-consulting-alert2 .agreement {
    display: flex;
    justify-content: center;
    margin-left: -3px;
    font-size: 12px;
    color: #595959;
    line-height: 16px;
}

.wx-consulting-alert3 .alert-tit {
    width: 100%;
    height: 53px;
    padding: 16px 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wx-consulting-alert3 .phone {
    margin-bottom: 12px !important;
}

.wx-consulting-alert3 .agreement {
    display: flex;
    justify-content: center;
    margin-left: -3px;
    font-size: 12px;
    color: #595959;
    line-height: 16px;
}
.wx-alert-mask,
.agreement-alert-mask {
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5004;
}



/* tips */
.jyb-tips { width: 200px; height: 62px; margin: auto; position: fixed; z-index: 100003; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; text-align: center; -moz-border-radius: 4px; border-radius: 4px; }
.jyb-tips p { width: 100%; height: 100%; margin: 0; padding: 0 20px; font-size: 18px; line-height: 62px; text-align: center; text-indent: 0; letter-spacing: 0; color: #323232; border: 1px solid rgba(0, 0, 0, .10); -moz-border-radius: 4px; border-radius: 4px; border-radius: 4px; background: #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .30); -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .30); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .30); }
.animated { -webkit-animation-duration: .4s; -moz-animation-duration: .4s; animation-duration: .4s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(.215, .610, .355, 1.000); animation-timing-function: cubic-bezier(.215, .610, .355, 1.000); }
    from { -webkit-transform: translate3d(0, 350px, 0); transform: translate3d(0, 350px, 0); opacity: 0; }
    60% { -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); opacity: 1; }
    75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
    90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-moz-keyframes bounceInUp {
    from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(.215, .610, .355, 1.000); -moz-animation-timing-function: cubic-bezier(.215, .610, .355, 1.000); animation-timing-function: cubic-bezier(.215, .610, .355, 1.000); }
    from { -webkit-transform: translate3d(0, 350px, 0); -moz-transform: translate3d(0, 350px, 0); transform: translate3d(0, 350px, 0); opacity: 0; }
    60% { -webkit-transform: translate3d(0, -20px, 0); -moz-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); opacity: 1; }
    75% { -webkit-transform: translate3d(0, 10px, 0); -moz-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
    90% { -webkit-transform: translate3d(0, -5px, 0); -moz-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
    to { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(.215, .610, .355, 1.000); -moz-animation-timing-function: cubic-bezier(.215, .610, .355, 1.000); animation-timing-function: cubic-bezier(.215, .610, .355, 1.000); }
    from { -webkit-transform: translate3d(0, 350px, 0); -moz-transform: translate3d(0, 350px, 0); transform: translate3d(0, 350px, 0); opacity: 0; }
    60% { -webkit-transform: translate3d(0, -20px, 0); -moz-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); opacity: 1; }
    75% { -webkit-transform: translate3d(0, 10px, 0); -moz-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
    90% { -webkit-transform: translate3d(0, -5px, 0); -moz-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
    to { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.bounceInUp { -webkit-animation-name: bounceInUp; -moz-animation-name: bounceInUp; animation-name: bounceInUp; }






			.wx-consulting-alert .bxk-notice input {
			width: 15px;
			height: 15px;
			margin: 2px 6px 0 0;
			background: url(//m.edu84.com/school/union/img/checkbox-blank-line@2x.png) no-repeat;
			background-size: 100% 100%;
			box-shadow: none;
			cursor: pointer;
		}

			.wx-consulting-alert .bxk-notice input[type=checkbox]:checked {
				background: url(//m.edu84.com/school/union/img/checkbox-fill@2x.png) no-repeat;
				background-size: 100% 100%;
			}

		.wx-consulting-alert .bxk-notice {
			font-family: PingFang SC, PingFang SC;
			font-weight: 400;
			font-size: 12px;
			color: #595959;
			line-height: 18px;
			margin: 13px 0 9px;
			border: 0 !important;
			box-shadow: none !important;
			display: flex;
			font-weight:bold;
			width: 424px;
			margin: auto;
			margin-bottom: 12px;
		}
 
		.bxk-disable{
			cursor: not-allowed !important;
	        opacity: 0.5
		}
 

		.wx-consulting-alert .bxk-notice a, .wx-consulting-alert a:hover {
			color: #FE5900;
		}








