﻿.container {
    width: 1200px;
    margin: 0 auto;
}
body {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    background:rgba(245,245,245,1);
    color: #454545;
}
a {
    cursor: pointer;
}

.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
.font-weight {
    font-weight: 700;
}
.font-22 {
    font-size: 22px!important;
    line-height: 22px;
}
.font-20 {
    font-size: 20px!important;
    line-height: 20px;
}
.font-26 {
    font-size: 26px!important;
    line-height: 26px;
}
.font-24 {
    font-size: 24px!important;
    line-height: 24px;
}
.font-18 {
    font-size: 18px!important;
    line-height: 18px;
}
.font-12 {
    font-size: 12px!important;
    line-height: 12px;
}
.font-14 {
    font-size: 14px!important;
    line-height: 14px;
}
.font-16 {
    font-size: 16px!important;
    line-height: 16px;
}
.font-32 {
    font-size: 32px!important;
    line-height: 32px;
}

.font-0 {
    font-size: 0;
}
.white-color {
    color: #ffffff!important;
}
.black-color {
    color: black;
}
.color-666666 {
    color: #666666!important;
}
.white-bg-color {
    background-color: #ffffff;
}

.red-color {
    color: #FF3D3B;
}
.orange-color {
    color: #FE6730;
}

.theme-color {
    color: #8961FE;   
}
.theme-bg-color {
    background-color: #8961FE;
}

.overflow-hidden {
    overflow: hidden;
}
.ellipsis {

  text-overflow: ellipsis;
  white-space: nowrap;   
}
.flex {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-start {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-align-end {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-end;
}

.flex-justify-between {
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: space-between;
}

.flex-justify-around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.clear::before {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
} 

footer {
    padding-top: 60px;
}
footer ul li {
    padding: 10px 0;
    color: #666666;
}
footer ul li a {
    color: #949494;
    font-size: 14px;
}
footer .contact > img {
    margin-right: 13px;
}
footer .contact >div p {
    margin-bottom: 18px;
    color: #949494;
}
footer .contact .btn a {
    display: inline-block;
    width:94px;
    height:30px;
    border:1px solid rgba(148,148,148,1);
    border-radius:16px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #949494;

}
footer .record-wrapper {
    padding: 30px 0;
    color: #9D9D9D;
}
footer .record-wrapper > a {
    padding-left: 10px;
}

.top-menu > .container > .top-left a {
    padding-right: 20px;
}
.top-menu > .container > .top-right a {
    padding-left: 20px;
}
.search-bar {
    padding-top: 36px;
    padding-bottom: 28px;
}
.search-bar .search {
    width:480px;
    height:50px;
    box-sizing: border-box;
    border:2px solid rgba(175,144,255,1);
    border-radius:3px;
    overflow: hidden;
}
.search-bar .input-control {
    display: inline-block;
    width: 390px;
    height: 100%;
    box-sizing: border-box;
    line-height: 50px;
    border: none;
    padding-left: 15px;
}
.search-bar .search-btn {
    display: inline-block;
    width: 86px;
    height: 100%;
    padding: 0;
    background-color: #AF90FF;
    border: 0;
}

.search-bar .right-icons {
    flex: auto;
    padding-left: 88px;
}
.search-bar .right-icons > a {
    padding: 0 13px;
    color: #666666;
}
.search-bar .right-icons > a li {
    height: 100%;
}
.search-bar .right-icons > a li span {
   display: inline-block;
   padding-top: 5px;
}

.nav-first {
    height: 45px;
    width: 100%;
    background:linear-gradient(90deg,rgba(54,60,224,1),rgba(188,67,244,1));
}
.nav-first > ul > a {
    color: white;
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid;
}
.nav-first > ul > a:last-child {
    border-right: 0;
}
.nav-second {
    width: 100%;
    height: 40px;
}
.nav-second > ul {
    padding-left: 40px;
}
.nav-second > ul > a {
    color: #666666;
    display: inline-block;
    padding: 0 10px;
}
.top-menu {
    padding: 8px 0;
    background:rgba(245,245,245,1);
}

.page-wrapper {
    margin: 30px auto;
}
.page-wrapper .page-sum {
    padding-right: 13px;
}
.page-wrapper > ul >li {
    display: inline-block;
    padding: 5px 10px;
    background: white;
    margin: 0 5px;
    cursor: pointer;
}
.page-wrapper .disabled {   
    color: #9C9C9C;
    pointer-events: none;
    background: none;
}
.page-wrapper .cur {
    color: #1895FF;
    background: none;
}
.page-wrapper > ul > li.find-all {
    background: none;
}