/* ie低版本提示 */
body {
	 padding-top: 60px;
}

.ie-jr {
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}


.ie-tip {
    width: 100%;
    /* background: #afd4f6; */
    min-width: 1200px;
    background: #2d8cf0;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
}

.ie-tip img {
    width: 35px;
    height: 31px;
}

.ie-tip a {
    cursor: pointer;
    color: #fff;
    font-weight: bolder;
}

.ie-tip-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    color: #222222;
    background: url(l-ieyy.png) repeat-y center center;
    background-size: cover;
}

.ie-tip-box .i-box {
    position: relative;
    margin: 65px auto 0;
    width: 700px;
    padding: 50px 40px;
	background-color: #ffffff;
	border-radius: 4px;
}

.ie-tip-box .i-box .i-tit {
    font-size: 26px;
    color: #222222;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 6px solid #2789ee;
}

.ie-tip-box .i-box .i-close {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    color: #2789ee;
    font-size: 20px;
}

.ie-tip-box .i-box .i-subtit {
    font-size: 20px;
    line-height: 36px;
}

.i-browser-list a {
    display: inline-block;
    width: 195px;
    height: 71px;
    line-height: 71px;
    text-align: center;
    background-color: #dbebfc;
    color: #2789ee;
    border-radius: 10px;
    font-size: 22px;
    margin: 20px 24px 20px 0;
}

.i-browser-list a.first {
    margin-left: 30px;
}

.i-browser-list a:hover,.i-browser-list a.cur {
    color: #fff;
    background-color: #2789ee;
}

.i-zysx {
    display: inline-block;
    font-size: 19px;
    color: #999999;
    margin-left: 10px;
    line-height: 36px;
    background: url(l-icon-danger2.png) no-repeat left 10px;
    padding-left: 38px;
}
