body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
b,
textarea,
button,
input,
select,
figure,
figcaption,
{
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    font-weight: normal;
    font-family: "";
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    &:hover

{
    outline: none;
}

}
/* 适配各种移动设备分辨率 */

@media screen and (min-width:320px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:384px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:424px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width:540px) {
    html {
        font-size: 18px;
    }
}

/*@media screen and (min-width:720px) {
			html {
				font-size: 22px;
			}
		}
		
		@media screen and (min-width:750px) {
			html {
				font-size: 24px;
			}
		}
		
		@media screen and (min-width:768px) {
			html {
				font-size: 24px;
			}
		}*/
/*基本样式*/

html,
body,
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;
}

    input, textarea, select, input:focus, button, button:focus {
        outline: none;
    }

        button:disabled {
            cursor: default
        }

.head-container {
    height: 3.2rem;
    background: #2c2e31;
}

    .head-container .logo {
        padding-left: 1.6rem;
        height: 2.8rem;
        padding-top: .2rem;
    }

        .head-container .logo img {
            height: 2.8rem;
        }

html, body {
    height: 100%;
    background: #FFFFFF;
}

.wrap {
    min-height: 30rem;
    background: url(../images/bg.png) center top no-repeat #FFFFFF;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
}

.load-container {
    text-align: center;
}

    .load-container h1 {
        padding: 6rem 0 0;
    }

.fail-container {
    padding: 6rem 2rem;
    text-align: center;
    font-size: 1.2rem;
}

    .fail-container .refresh-btn {
        margin-top: 1rem;
        padding: .6rem 1.6rem;
        border-radius: .2rem;
        font-size: 1rem;
        border: none;
        background: #0863d8;
        color: #FFFFFF;
    }

.wrap .panel {
    padding: 1rem 1.6rem;
}

    .wrap .panel .panel-body h1 {
        height: 5rem;
        padding-bottom: 1rem;
        line-height: 5rem;
        text-align: center;
        font-size: 1.8rem;
        color: #E4040C;
    }

    .wrap .panel .panel-footer {
        padding: .2rem 0 .2rem 0.5rem;
        position: relative;
        line-height: 1.5rem;
        font-weight: normal;
        font-size: 1.1rem;
    }

        .wrap .panel .panel-footer .key {
            text-align: right;
            width: 6.6rem;
            position: absolute;
            left: 0;
            top: .2rem;
            height: 3rem;
            color: #999;
        }

        .wrap .panel .panel-footer .val {
            min-height: 2rem;
            color: #333;
        }

.wrap .text-center {
    text-align: center;
    font-size: 1rem;
}

    .wrap .text-center h1 {
        font-weight: normal;
    }

.wrap .code-list {
    margin-top: 2rem;
    border: solid #CBE3AA 1px;
    background: #FBFFF4;
    padding: 1rem;
    line-height: 1.8rem;
    color: #666666;
}

    .wrap .code-list .tips {
        line-height: 2.2rem;
        font-weight: bold;
        color: red;
    }

    .wrap .code-list ._url {
        color: #376ae2
    }
