.small_title a{
    color:#000;
    font-weight:bold;
}
.small_title {
    color:#494949;
    font-weight:bold;
}
.service_introduction{
    list-style-image:url("../img/ul_style.png");
}
.service_introduction li{
    color:#333;
    
}
.empty{
    list-style:none;
}
.privacy_policy{
    color:#cc0000;
    text-decoration: underline;
}
.privacy_policy:hover{
    color:#cc0000;
    text-decoration: underline;
}

.go_to_register a{
    color:#fff;
    /* text-align: center; */
}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 992px) {
    .service_introduction li{
        font-size:0.43rem;
        line-height:0.8rem;
        padding-left:0.1rem;
       margin-left:0.5rem;
    }
    .go_to_register{
        font-size:0.5rem;
        height:1.3rem;
        line-height:1.3rem;
        margin-top:1.03rem;
        margin-bottom:1.5rem;
        
    }
    .login_content .login_btn{
        display:block;
        margin-bottom:1.5rem;
        width:100%;
        height:1.3rem;
        font-size:0.5rem;
    }
    .small_title{
        padding-top:1.0rem;
        padding-bottom:0.7rem;
    }
    .small_title a{
        font-size:0.5rem;
        
    }
    .service_introduction{
       margin-bottom:1.06rem;
        
    }
    .login_title h3{
        margin-bottom:1.2rem;
    }


}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width: 992px) {
/* 4.20 新加样式 */
    .container .login_content{
        background:#fff;
    }
    .container .login_title{
        border:none;
    }
    .go{
        font-size:14px;
        color:#000;
        display:inline-block;
    }
    .go_log{
        border-right:1px solid #000;
        padding-right:10px;
    }
    .go_reg{
        padding-left:8px;
    }
    .login_title h6{
        margin-bottom:22px;
        margin-top:0;
    }
    .small_title{
        margin-bottom:43px;
        font-size:24px;
    }
    .login_content .guide_con{
        font-size:14px;
        color:#333;
        line-height:25px;
        margin-bottom:62px;
        padding:0;
        margin-top:0;
    }
    .reg_title{
        font-size:18px;
        color:#000;
    }
    .service_introduction{
        padding-left:15px;
        margin-top:23px;
        margin-bottom:30px;
    }
    .annotation{
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        font-size:14px;
        color:#333333;
        padding-left: 20px;
    }
    .down_box{
        background:#f5f5f5;
    }
    




    .small_title a{
        font-size:18px;
    }
    .service_introduction li{
        font-size:14px;
        line-height:33px;
    }
    .go_to_register{
        font-size:16px;
        width:190px;
      
        margin-bottom:50px;
       
    }
    .login_content .down_commen{
        margin-bottom:24px;
        width:300px;
        border:1px solid #999999;
        display:inline-block;
        font-size:18px;
        color:#333;
        font-weight: bold;
        height:60px;
        line-height:60px;
        margin:50px 0;
    }
    .ican_wz{
        background:url("../img/wz_ican.png") no-repeat;
        width: 20px;
        height: 26px;
    }
    .ican_pk{
        background:url("../img/search_ican.png") no-repeat;
        width: 26px;
        height: 22px;
    }
    .ican_zlb{
        background:url("../img/zlb_ican.png") no-repeat;
        width: 25px;
        height: 25px;
    }
   .ican{
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
   }
}