*{
    margin: 0;
    padding: 0;
}
.page_top_bg{
    width: 100%;
    height: 56px;
    background-color: rgb(35, 35, 35);
}
.tit{
    position: absolute;
    top: 0;
    width: 100%-20px;
    /* background-color: rgb(23, 82, 134); */
    height: 56px;
    color: rgb(255, 255, 255);
    font: 16px "Microsoft YaHei";
    line-height: 58px;
    margin-left: 20px;
    font-weight: bold;
    
}
.page_top_bg .bottom{
    position: relative;
    top: 100%;
    width: 100%;
    height: 4px;
    background-color: rgb(147, 111, 255);
}
body{
    background-image: url('img/SweechLogo.png');
    background-repeat: repeat-y;
    background-size: auto;
    background-position: center;
    background-position-y: 50px;
}
/* .icon_bg{
    position: absolute;
    top: 60px;
    width: 100%;
    height: auto;
    opacity: 2%;
} */
.content{
    position: absolute;
    top: 60px;
    width: 100%;
    height: 1000px;
    /* background-color: rgb(255, 145, 0); */
}
.title{
    position: relative;
    top: 20px;
    text-align: center;
    /* color: rgb(207, 19, 34); */
    color: rgb(106, 10, 100);
    font-family: "微软雅黑";
    font-weight: bold;
}
.update_timer{
    position: relative;
    top: 20px;
    margin-left: 20px;
    text-align: left;
    color: rgb(103, 103, 103);
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    /* background-color: aqua; */
}
.update_timer .timer{
    position: absolute;
    top: 0;
    margin-left: 100px;
    color: rgb(114, 114, 114);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
}
.text-content{
    position: relative;
    top: 60px;
    padding-bottom: 16px;
    margin-left: 20px;
    margin-right: 40px;
    text-align: left;
    color: rgb(82, 82, 82);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.content-title{
    position: relative;
    top: 64px;
    padding-bottom: 8px;
    margin-left: 20px;
    text-align: left;
    color: rgb(106, 10, 100);
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: bold;
}
.content-title-little{
    position: relative;
    top: 64px;
    width: 264px;
    height: 0px;
    padding-bottom: 20px;
    margin-left: 20px;
    text-align: left;
    color: rgb(76, 76, 76);
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    border-bottom: rgb(61, 61, 61) 1px solid;
}
.text-uiList-content{
    position: relative;
    top: 64px;
    width: 100%-44px;
    height: auto;
    padding-bottom: 20px;
    margin-left: 44px;
    /* background-color: blue; */
}
.text-uiList-content li{
    position: relative;
    color: rgb(76, 76, 76);
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    margin-right:  50px;
    /* background-color: aqua; */
}
.text-uiList-content-p{
    position: relative;
    text-align: left;
    color: rgb(114, 114, 114);
    color: rgb(82, 82, 82);
    font-family:Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-weight: normal;
}
.text-uiList-content li .other_item li{
    position: relative;
    left: 34px;
    color: rgb(76, 76, 76);
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.text-sub_title{
    position: relative;
    top: 64px;
    margin-left: 20px;
    color: rgb(76, 76, 76);
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
}
.text-sub_title span{
    text-align: left;
    color: rgb(82, 82, 82);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.content-table-one{
    position: relative;
    top: 80px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.content-table-one tr .a{
    font-size: 14px;
    color: rgb(69, 69, 69);
    font-family: "微软雅黑";
}
.content-table-one .main-content td{
    text-align: left;
    padding: 30px;
    color: rgb(82, 82, 82);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}