/*全局样式*/

a:active {
    background: none;
}
html,body{width:100%;height:100%;position:absolute}
/*body{*/
    /*min-width: 1200px;*/
/*}*/


* {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue" ,
    sans-serif;
}
ul,
ol {
    list-style: none;
}
a,
s,
del,
u,
i,
em,
strong,
b {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
strong,
b {
    font-style: normal;
    font-weight: inherit;
}
input,
select,
textarea,
button,
a {
    outline: none;
    text-decoration: none
}
input,
select,
textarea,
button,
a:hover{
    text-decoration: none;
}
*:hover{
    text-decoration: none;
}
textarea {
    resize: none;
}
img {
    display: block;
    border: none;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.container {
    overflow: hidden;
    margin: 0 auto;
    width: 1100px;

}

/* 修改单选和多选框的样式 */

label{
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

label i{
    padding-left: 10px;
    display: block;
    float: left;
}

label input[type='checkbox']{

    margin-top: 1px;
    width: 14px;
    height: 14px;
    line-height: 16px;
    font-size: 14px;
    display: block;
    float: left;
    -webkit-appearance:none;
    outline: none;
    border: none;
    background: url("../images/checkbox.png") no-repeat center;
}

label input[type='radio']{
    margin-top: 1px;
    width: 14px;
    height: 14px;
    line-height: 16px;
    font-size: 14px;
    display: block;
    float: left;
    -webkit-appearance:none;
    outline: none;
    border: none;
    background: url("../images/radio.png") no-repeat center;
}

label input[type='radio']:checked{
    background: url("../images/radio-on.png") no-repeat center;
}

label input[type='checkbox']:checked{
    background: url("../images/checkbox_on.png") no-repeat center;
}

/*修改谷歌浏览器自带黄色背景颜色*/
input:-webkit-autofill{
    box-shadow: 0 0 0 400px #ffffff inset;
}

.hidden{
    display: none;
}

.hand{
    cursor:pointer;
}


.fa-Middle{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sun-Middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/* 头部 和 底部公共样式 */

.header {
    width: 100%;
    height: 120px;
    background: url('../images/header.png') #212124 no-repeat center center;
}
.header .content {
    width: 1100px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}
.header .content .logo{
    float: left;
    width: 344px;
    height: 61px;
    margin-top: 30px;
}
.header .content .logoImg {

}
.header .userInfo {
    float: right;
}
.header .userInfo h2 {
    height: 120px;
    font-size: 16px;
    overflow: hidden;
    margin: 0;
}
.header .userInfo h2 a {
    width: 95px;
    float: left;
    display: block;
    color: #F7F8FC;
    height: 30px;
    line-height: 30px;
    margin-top: 45px;
}
.header .userInfo h2 img {
    float: left;
    display: block;
    margin-top: 35px;
    width: 50px;
    height: 50px;
    line-height: 120px;
}

.header .content .menuList {
    opacity: 0;
    height: 0;
    width: 95px;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 10;
    transition: all .3s;
    -moz-transition: all .3s;
    /* Firefox 4 */
    -webkit-transition: all .3s;
    /* Safari 和 Chrome */
    -o-transition: all .3s;
    /* Opera */
}
.header .content .menuList ul {
    padding: 10px 0;
}
.header .content .menuList ul li {
    height: 30px;
}
.header .content .menuList ul li:last-child a {
    border: none;
}
.header .content .menuList ul li a {
    border-bottom: 1px #333 solid;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    width: 80px;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
}


.main {
    background: #E8DEC8;
}
.footer {
    width: 100%;
    background: #626262;
    height: 190px;
    text-align: center;
}
.footer .content {
    display: inline-block;
    margin-top: 34px;
    width: 1100px;
    overflow: hidden;
}
.footer .content img {
    float: left;
}
.footer .content .textInfo {
    margin-top: 34px;
    margin-left: 30px;
    float: left;
}
.footer .content .textInfo h2 {
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin: 0;
}
.footer .content .textInfo h2 a {
    font-size: 14px;
    color: #fff;
}
.footer .content .textInfo h3 {
    font-size: 14px;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 0;
}
.footer .content .textInfo .button {
    display: inline-block;
    margin-top: 16px;
    width: 170px;
    border-radius: 7px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #bc0000;
    font-size: 12px;
}
#loading-view {
 /* 領域の位置やサイズに関する設定 */
 width: 100%;
 height: 100%;
 z-index: 9999;
 position: fixed;
 top: 0;
 left: 0;
 /* 背景関連の設定 */
 background-color: #000000;
 filter: alpha(opacity=85);
 -moz-opacity: 0.85;
 -khtml-opacity: 0.85;
 opacity: 0.85;
 background-image: url(../images/loading.gif);
 background-position: center center;
 background-repeat: no-repeat;
 background-attachment: fixed;
}
