@charset "utf-8";
/* CSS Document */
body,ol,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font:14px "微软雅黑"}
li{list-style:none}
a{text-decoration:none;color:#000}
.container{margin-top: 10px}
.panel-body{padding:5px;}
.panel-body .div{margin-top:35px;border-bottom: 1px solid #ccc;padding-bottom: 20px}
.panel-body .div:nth-of-type(1){margin-top: 20px}
.panel-body p{font-size:15px;font-weight: bold;margin-top:5px;}
.panel-body .div h3{font-size:18px;font-weight:bold;padding-left:10px;}
.settinglist{margin-top:10px;}
.settinglist p,.apply p,.login p{text-indent: 2em;line-height: 30px;}
/*.settinglist p strong{color:red;}*/
.getId .p1{text-indent: 4em;padding:10px 0;}
.apply a,.login a{font-weight:400;color:#0000ee;text-decoration: underline;}
.apply p,.login p{margin-top: 10px}
.getId .step,.getpass .step{text-indent: 4em;line-height: 30px}
.getId .step a{font-weight:400;color:#0000ee;text-decoration: underline;}
.getId .step strong{color:red;}
.getpass .step span{color:red;}
.getpass .step a{font-weight:400;color:#0000ee;text-decoration: underline;}
.getId .p1{margin-top: 10px;margin-bottom: 5px}
.yao .p1{text-indent: 4em;line-height: 30px;margin-top:10px;}
.yao h4{font-size:16px;font-weight:bold;text-indent: 2em;margin-top:10px;margin-top:50px;color:red}
.yao h4:nth-of-type(1){margin-top:20px;}
.yao p{text-indent: 4em;line-height: 30px}
.yaoul{margin-left: 4em}
.yaoul li,.zhifubao li{line-height: 30px;font-weight:bold;list-style-type:square }
.yaoul li span{color:red}
.yao h5{font-size:15px;font-weight:bold;text-indent: 3em;margin-top:10px;}
.zhifubaoul{margin-left:2em;margin-top:10px;}
.zhifubao li{line-height: 40px}
.zhifubao a{font-size:15px;color:444;}
.panel-body .div img{border:1px solid #ccc;display: block;margin:30px auto;}

/*title*/
.panel-title{font-weight:bold;}
.panel-title span{margin-right:5px}
.bg-danger{background-color:#ff7f27;color:#fff;padding-left:10px;}
.miyao{word-break:break-all;padding:0 10px}
.miyao span{color:#00a2e8}
.note{text-indent:4em;margin:20px 0}
.note span{color:red;}
label{margin-left:60px;margin-top:10px}
.download{color:red}

/*手机适配*/
@media screen and (max-width: 414px) {
    .container{margin-top: 5px;padding:8px;}
    .settinglist p, .apply p, .login p{text-indent: 1em}
    .getId .p1,.yao h4,.note{text-indent: 0}
    .getId .step, .getpass .step{text-indent: 1em}
    .yao p,.yao .p1{text-indent: 1em}
    .yaoul{margin-left:0;padding-left:25px;}
    .yao h5{text-indent: 0}
    label{margin-left:0;}
    .zhifubaoul{margin-left: 0;padding-left:25px;}
}