/*样式重置*/

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}


/* 默认不要下划线 */

a {
    text-decoration: none;
}


/* 按钮文本不可选 */

button {
    user-select: none;
}

img {
    vertical-align: middle;
}


/* 加载不出来的图片不要显示灰色边框 */

img:not([src]),
img[src=""] {
    opacity: 0;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select,
button,
textarea {
    font-size: 100%;
    font: inherit;
}

html,
body {
    font-size: 16px;
    background: #fff;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
    outline: none;
}


/* 
a {
    text-decoration: none;
    border: none;
    color: #333;
    transition: all 0.3s;
}

a:hover {
    transition: all 0.3s;
} */

input[type="text"] {
    box-shadow: 0 0 0 1000px white inset!important;
}


/* 判断有没有登录，操作成功，页面，不是内联的，每个页面都会有的，开始 */


/* handlesuccess.html css  操作成功  begin */

.successwrap {
    width: 100%;
    background: url(../images/errorsuccessbg.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.successnr {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 20%;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.successgou {
    cursor: pointer;
}

.successchg {
    margin: 20px auto 40px;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: #281919;
}

.successword {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #281919;
    line-height: 35px;
}

.successsecond {
    color: #ff7010;
}

.successskip {
    color: #ff7010;
    cursor: pointer;
}

.successskip:hover {
    text-decoration: underline;
}


/* handlesuccess.html 操作成功 end */


/* 判断有没有登录，操作成功，页面，不是内联的，每个页面都会有的，结束 */


/* 判断有没有登录，操作失败，页面，不是内联的，每个页面都会有的，开始 */


/* handleerror.html 操作失败 操作错误 css   begin */

.errornr {
    width: 750px;
    height: 650px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    text-align: center;
}

.successwrap img {
    text-align: right;
}

.successwrap p {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #281919;
    margin-top: 40px;
}

.backbtnbox {
    width: 410px;
    margin: 50px auto 0px;
}

.backbtn {
    width: 115px;
    height: 50px;
    border: 1px solid #ff7010;
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #281919;
    float: left;
    cursor: pointer;
}

.refreshbtn {
    width: 115px;
    height: 50px;
    border-radius: 25px;
    background: #ff7010;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.backbtnbox:after {
    content: "";
    display: block;
    clear: both;
}


/* handleerror.html 操作失败 操作错误 end */


/* 判断有没有登录，操作失败，页面，不是内联的，每个页面都会有的，结束 */

a {
    text-decoration: none;
    color: orange;
}