html,body{
    min-width: 1200px;
}

body {
    position: relative;
}

html {
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    min-height: 101%;
}

* {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Medium, PingFang SC;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none !important;
}

button, input, textarea {
    outline: none;
}

#header {
    position: relative;
    height: 60px;
    background: rgb(227, 154, 5);
}
.header-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 62.5%;
    margin: 0 auto;
}

#header .header-span {
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
    cursor: pointer;
}

#header .header-center {
    display: flex;
    right: 20%;
}

#header .header-center .center-input {
    width: 300px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.center-input .header-input {
    flex: 80%;
    height: 100%;
    padding: 9px 0 9px 17px;
    background: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #8FC6E8;
    border-right-style: none;
    outline: none;
    color: rgba(255, 255, 255, .8);
}

/*.center-input .header-input:focus {*/
/*    border: 1px solid #00FFFF;*/
/*    border-right-style: none;*/
/*}*/

.center-input button {
    width: 16.53%;
    background: #FFFFFF;
    height: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-input::placeholder {
    width: 128px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #8FC6E8;
    line-height: 22px;
}

.header-link {
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.header-button {
    padding: 9px;
    border-radius: 4px;
    border: 1px solid #8FC6E8;
    margin-left: 20px;
    color: #FFFFFF;
    background: transparent;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.header-button:hover {
    background-color: rgba(122, 200, 245, .06);
}

.header-remind {
    display: flex;
}

.header-images {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2F96D5;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
}

.header-images:nth-child(1) {
    margin-left: 20px;
}

#information-navigation {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 3;
    right: 18.7%;
    margin: auto;
    border: none;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 2px 2px;
}

.information-button {
    padding: 13px 60px 13px 11px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border: none;
}
.information-button:nth-child(2) {
    border-top: thin #989899 solid;
    text-align: inherit;
}

.information-button i {
    margin-right: 3px;
}

.information-button:hover {
    background: #DCF0FC;
}

/*分页*/
.pagination {
    display: flex;
    justify-content: center;
}

.pagination>li {
    background: #FFFFFF;
    border-radius: 4px;
    margin-left: 6px;
    font-size: 16px;
    color: #BEBEBE;
    border: none;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    color: #BEBEBE;
    text-decoration: none;
    background-color: #fff;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background: rgb(227, 154, 5);
}

.a_class_that_has_no_effect {
    color: #fff !important;
    background: rgb(227, 154, 5) !important;
}

.paginationjs-pages {
    text-align: center;
}

.paginationjs-pages ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginationjs ul li {
    border: 1px solid #aaa;
    list-style: none;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-left: 6px;
    color: #BEBEBE;
    cursor: pointer;
}

.paginationjs ul li:hover {
    background: rgb(227, 154, 5);
    color: #FFFFFF !important;
}

.paginationjs ul .disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.conference {
    width: 62.5%;
    margin: auto;
}

.conference .conference-button {
    font-size: 18px;
    font-weight: 400;
    color: #888888;
    line-height: 33px;
    background: transparent;
    border: none;
    outline: none;
    padding: 9px 0 5px;
    cursor: pointer;
}

.sections {
    font-weight: 500 !important;
    border-bottom: 2px rgb(227, 154, 5) solid !important;
    padding-bottom: 7px !important;
    color: #333333 !important;
}