* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
}

html {
}

body {
}

em {
    font-style: normal;
}

img {
    border: none;
    outline: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #c8cace;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c8cace;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c8cace;
}

.tips {
    display: block;
    width: 280px;
    height: auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -140px;
    margin-top: -22px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.body_1 {
    background: #191a46;
}

.body_2 {
    background: #151d4c;
}

.body_3 {
    background: #f7f9ff;
}

.pop {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
    z-index: 99;
}

.upload_pic {
    width: 800px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.upload_pic img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.upload_close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    background: url("../img/icon_close.png") no-repeat;
    background-size: 30px;
    -webkit-background-size: 30px;
    -moz-background-size: 30px;
}