/**去除IE浏览器对于input输入框系显示删除按钮和显示密码的小眼睛 begin*/
::-ms-clear{display: none;}
::-ms-reveal{display: none;}
/**去除IE浏览器对于input输入框系显示删除按钮和显示密码的小眼睛  end*/
*{
	margin:0px 0px;
	padding:0px 0px;
	font-weight: normal;
    font-family: 'Microsoft Yahei';
    color: #777;
}
.headerwrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    /*  height: 65px; */
    z-index: 1999;
}
.header {
    float: left;
    height: 100%;
    width: 100%;
}
.header .logo {
    float: left;
    width: 155px;
    height: 44px;
    /*background: url(../logoimg/logo.png) center no-repeat;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 15px;
}
.bigbox {
    padding-top: 93px;
    clear: both;
    width: 100%;
    position: relative;
}

.termservice-header{
    position: fixed;
    top: 0;
    left: 0;
    height: 48px;
    width: 100%;
    background: #ffffff;
    z-index: 1000;
}

.servicecontent{
    border-radius: 8px;
}

.header-left{
    display: flex;
    align-items: center;
    float: left;
    height: 48px;
    width: 50%;
    padding-left: 48px;
}

.termservice-header-icon{
    width: 93px;
    height: 20px;
    background: url('../images/termserviceHeader.svg') center no-repeat;
    background-size: 100% 100%;
}

.termservice-header-word{
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #C7CFDD;
    font-size: 16px;
    color: #435069;
}

.view-history-version{
    position: absolute;
    top: 105px;
    right: 90px;
}

.open-version{
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    padding-bottom: 16px;
    text-align: right;
}

.version-time{
    padding-bottom: 4px;
    font-size: 13px;
    color: #000000;
    text-align: right;
}

.version-list{
    position: relative;
    background: #fff;
    border-radius: 8px;
    height: 600px;
    width: 900px;
    margin: 70px auto 0;
    padding: 0 50px;
}

.version-list-title{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 30px;
    color: #000000;
    text-align: center;

}

.version-list-item{
    display: flex;
    align-items: center;
    height: 100px;
    border-bottom: 1px solid #EAEAEA;
}

.version-word{
    font-size: 14px;
    color: #000000;
}

.version-first-time{
    margin-left: 100px;
}

.word-blue{
    display: flex;
    align-items: center;
    margin-left: 460px;
    color: #2A87FF;
    cursor: pointer;
}

.word-blue img{
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
