html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0
}

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,hgroup,p,blockquote,figure,form,fieldset,input,legend,pre,abbr,button {
    margin: 0;
    padding: 0
}

ul{ list-style: none;}

pre,code,address,caption,th,figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal
}

fieldset,iframe,img {
    border: 0
}

caption,th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,aside,footer,header,nav,main,section,summary,details,hgroup,figure,figcaption {
    display: block
}

audio,canvas,video,progress {
    display: inline-block;
    vertical-align: baseline
}

button {
    background: none;
    border: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit
}

input,textarea,select,input:focus,button,button:focus {
    outline: none;
}

button:disabled {
    cursor: default
}

:focus {
    outline: 3px solid #c1e0fe;
    outline: 3px solid rgba(131,192,253,0.5);
    outline-offset: 1px
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    outline: none
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}
/*电脑端*/
@media screen and (min-width: 996px) {
	.mbcode-list{display:none;}
	/*color*/
.blue{ color:#0666e1 ;}
.orange{ color: #fc8800 ;}

.head{ height: 60px; background: #2c2e31;}
.head .centre{ width: 1100px; margin: 0 auto;}

.content{ width: 800px; margin: 0 auto; padding-top: 80px;}
.content .home-top{ padding: 0 100px; width: 600px;}
.system-title{ height: 150px; position: relative; padding-left: 200px;}

.magnifier-icon{ position: absolute; top: 0; left: 0;}
.system-title .title{ padding-top: 10px; line-height: 60px; font-weight: bold; color: #0863d8; font-size: 40px;}
.system-title .explain{ color: #fc8800; font-size: 16px;}

.form-box .level-item{ position: relative; margin-top: 30px; min-height: 40px; padding-left: 100px;}
.form-box .level-item .key{ position: absolute; width: 120px; left: 0; top: 0; line-height: 40px; color: #666666;}
.form-box .level-item .input-text{margin-left:15px;}
.form-box .input-text input{ padding: 0 10px; box-sizing: border-box; width: 100%; height: 40px; line-height: 40px; background: #f7f7f7; border: 1px solid #eeeeee; border-radius:6px;}
.form-box  .submit-box{ text-align: center;}
.form-box  .submit{ margin: 0 auto; width: 200px; height: 40px; border-radius: 6px; background: #0666e1; color: #ffffff;}
.form-box  .submit:hover, .detail .continue:hover{ background: #0250b5;}
.tip{ font-size: 14px; padding-top: 10px; color: #999;}

.query-method{    padding: 0 100px; padding-top: 40px; padding-bottom: 100px;    font-size: 17px;}
.query-method .take-care{ line-height: 36px; color: #666;}
.query-method .take-care .title{ font-weight: bold; color: #333;}
.query-method .take-care p{ padding: 5px 0;/* text-indent: -10em; padding-left: 10em;*/}
.method-box{ padding:20px 30px 30px; background: #f5f9fd; border: 1px solid #e9eff7;border-radius: 6px;}
.method-box .hd{ height: 40px; line-height: 40px; font-size: 16px; font-weight: bold; color: #333;}
.method-box li{ line-height: 30px; color: #666;}

.detail{ width: 1100px; margin: 0 auto;}
.detail .code-list{ padding-bottom: 20px; padding-top: 45px; line-height: 40px; border-bottom: 1px solid #DCDCDC;}
.detail .code-list ul::after{ content:'';display: table; clear: both;}
.detail .code-list li{ float: left; padding-right: 30px;}
.detail .continue{float: right; width: 120px; height: 40px; border-radius: 6px; background: #0666e1; color: #ffffff;}
.detail .jsondata{padding:0 40px;}
.detail .jsondata li{ position: relative; padding: 10px 0 10px 200px; line-height: 30px; min-height: 30px;}
.detail .jsondata li .key{ position: absolute; left: 0; top: 0; padding: 10px 0; display: inline-block; text-align: right; color: #999; width:190px;}
.detail .jsondata li .val{min-height: 30px;/*margin-left:25px;*/}
.detail  .remark{padding: 40px;}

.content-title{ padding-top: 40px; padding-bottom: 20px;  line-height: 30px; background: url(../images/small-ok.png) 70px 30px no-repeat; font-size: 30px; font-weight: bold;}
.contetn-body{ min-height: 400px;  background: url(../images/big-ok.png) right 0 no-repeat;}

.foot{ position: fixed; right: 0; bottom: 0; left: 0; height: 45px; line-height: 45px; background: #ffffff;border-top: 1px solid #ddd; text-align: center; box-shadow: 0 0 4px 1px #dcdcdc;}


}
/*电脑端*/

/*手机端*/

@media screen and (max-width: 996px){.blue{ color:#0666e1 ;}
	
	
.orange{ color: #fc8800 ;}
	.logo{height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;}

.head{ height: 120px; background: #2c2e31;width:100%;}
.head .centre{ max-width:100%; margin: 0 auto;height:100%;}

.content{ width: 100%; margin: 0 auto; padding-top: 80px;}
.content .home-top{ width:90%;margin:0 auto;}
.system-title{ height: 150px; position: relative; padding-left: 173px;}

.magnifier-icon{ position: absolute; top: 0; left: -31px;}
.system-title .title{ padding-top: 10px; line-height: 60px; font-weight: bold; color: #0863d8; font-size: 16px;}
.system-title .explain{ color: #fc8800; font-size: 16px;}

.form-box .level-item{ position: relative; margin-top: 30px; min-height: 40px; padding-left: 100px;}
.form-box .level-item .key{ position: absolute; width: 100px; left: 0; top: 0; line-height: 40px; color: #666666;}
.form-box .input-text input{ padding: 0 10px; box-sizing: border-box; width: 100%; height: 40px; line-height: 40px; background: #f7f7f7; border: 1px solid #eeeeee; border-radius:6px;}
.form-box  .submit-box{ text-align: center;}
.form-box  .submit{ margin: 0 auto; width: 200px; height: 40px; border-radius: 6px; background: #0666e1; color: #ffffff;}
.form-box  .submit:hover, .detail .continue:hover{ background: #0250b5;}
.tip{ font-size: 14px; padding-top: 10px; color: #999;}

.query-method{ padding-top: 40px; padding-bottom: 100px;}
.query-method .take-care{ line-height: 22px; color: #666;}
.query-method .take-care .title{ font-weight: bold; color: #333;}
.query-method .take-care p{ padding: 5px 0;/* text-indent: -10em; padding-left: 10em;*/}
.method-box{ padding:20px 5% 30px 5%; background: #f5f9fd; border: 1px solid #e9eff7;border-radius: 6px;}
.method-box .hd{ height: 40px; line-height: 40px; font-size: 16px; font-weight: bold; color: #333;}
.method-box li{ line-height: 30px; color: #666;}

.detail{ max-width: 100%; margin: 0 auto;min-height: 30rem;
    background: url(../images/bg.png) center top no-repeat #FFFFFF;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;}
.detail .code-list{ padding-bottom: 20px; padding-top: 45px; line-height: 40px; border-bottom: 1px solid #DCDCDC;}
.detail .code-list ul::after{ content:'';display: table; clear: both;}
.detail .code-list li{ float: left; padding-right: 30px;}
.detail .continue{float: right; width: 120px; height: 40px; border-radius: 6px; background: #0666e1; color: #ffffff;}
.detail .jsondata{width:100%;}
.detail .jsondata li{ width:100%; display: flex;justify-content: flex-start;align-items: flex-start; font-size:14px; line-height:24px;}
.detail .jsondata li .key{  padding: 5px 0; display: inline-block;  width:120px; color: #999; text-align:right;}
.detail .jsondata li .val{ padding: 5px 0;/*min-height: 30px;margin-left:15px;*/width:calc(100% - 120px);}


.content-title{ padding-top: 40px;
    padding-bottom: 20px;
    /* padding-left: 140px; */
    line-height: 30px;
    /* background: url(../images/small-ok.png) 70px 30px no-repeat; */
    font-size: 40px;
    font-weight: bold;
    height: 5rem;
    padding-bottom: 1rem;
    line-height: 5rem;
    text-align: center;
    font-size: 2.8rem;
    color: #0863d8;}
.contetn-body{ min-height: 400px;  background: url(../images/big-ok.png) right 0 no-repeat;}
	 .mbcode-list{
        border: 1px solid #dbe6f9;
        
        background: #f7faff;
        line-height: 1.8rem;
        color: #666666;
        width: 95%;
        margin: 0 auto;}
	.tips{line-height: 2.2rem;
    font-weight: bold;
    color: red;}
	.code-list{display:none;}
    .contetn-body .jsondata img{display: none;}
    .jsondata ul{
        width:95% !important;
        padding:10px 0;
        margin:0 auto;
    }
    /* .detail .content-title img{display: none;} */

.foot{ position: fixed; right: 0; bottom: 0; left: 0; height: 45px; line-height: 45px; background: #ffffff;border-top: 1px solid #ddd; text-align: center; box-shadow: 0 0 4px 1px #dcdcdc;}
}
/*手机端*/