#tmpl2{
    margin:0;
    padding:0;
    box-sizing:border-box;
    list-style-type: none;
}
.pc .activity-container .tmpl-section{
    max-width:100%;
}
.banner{
    width:100%;
    height:395px;
    background-image:url('https://dev-venus-pub.oss-cn-beijing.aliyuncs.com/leonid/5116/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1b68e5;

}

.case{
    width:285px;height:409px;border:1px solid #DFE5EB;float:left
}

.case:hover {
    box-shadow: 0px 0px 6px #ccc;
}

.shadow-background{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-color: rgba(0,0,0,0.65);
    z-index: 2;
}
.response{
    height:170px;
    width:326px;
    background-color:#fff;
    z-index: 2;
    position:fixed;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin:auto;
    border-radius: 2px;
    text-align: center;
}
.close-choice{
    height:18px;
    width:18px;
}
.close-choice img{
    width:100%;
    height:100%;
    z-index: 1000;
    position:relative;
    left:297px;
    top:8px;
}
.bb-left{
    height:100%;
    width:50%;
    float:left;
    display:flex;
    justify-content: center;
    align-items: center;
    border-right:1px solid rgba(151,151,151,0.3);
    font-size:14px;
    color:#666 !important
}
.bb-right{
    height:100%;
    width:50%;
    float:right;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    color:#00A0E9 !important
}
.response-title{
    font-size:16px;
    color:#333;
}
.response-subtitle{
    font-size:14px;
    color:#666
}
.gapts{
    margin-top:14px
}
.bottom-bt{
    width:100%;
    height: 42px;
    border-top:1px solid rgba(151,151,151,0.3);
    position:absolute;
    bottom:0px;
}
.login-content .ql-editor { padding: 50px 0 30px; line-height: 30px; text-align: center; }
#verifyBtn{
    font-size:12px
}
.verifyBtn{
    background-color: #00A0E9;
    border-color: #00A0E9;
    width:200px;
    margin:0 auto;
}
.verifyBtn a{
    color : #fff !important;
}

#tmpl3::webkit-scrollbar {display:none}