|
- @charset "utf-8";
- /* CSS Document */
-
-
- body {
- font-family: "Microsoft YaHei", "微软雅黑" !important;
- }
-
- .publicTitle {
- margin-bottom: 20px;
- position: relative;
- height: 30px;
- }
-
- .publicTitle:after {
- content: '';
- width: 100%;
- height: 1px;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- margin: auto;
- background: #F1F1F1;
- }
-
- .publicTitle .publicTbox {
- position: relative;
- z-index: 3;
- width: 150px;
- background: #fff;
- line-height: 0;
- }
-
- .publicTitle .publicTbox > * {
- display: inline-block;
- vertical-align: middle;
- }
-
- .publicTitle img {
- width: 26px;
- margin-right: 15px;
- }
-
- .publicTitle span {
- line-height: 30px;
- font-size: 18px;
- }
-
- .publicMoreBox {
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- background: #fff;
- width: 74px;
- text-align: right;
- z-index: 9;
- height: 24px;
- line-height: 0;
- }
-
- .publicMore {
- display: inline-block;
- width: 53px;
- height: 100%;
- line-height: 22px;
- border-radius: 12px;
- border: 1px solid #EAEAEA;
- text-align: center;
- font-size: 14px;
- color: #9C9B9B;
- }
-
- .noLogin {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: auto;
- width: 110px;
- height: 130px;
- text-align: center;
- }
-
- .noLoginImg {
- line-height: 0;
- }
-
- .noLoginImg img {
- width: 88px;
- }
-
- .noLoginTxt {
- margin-top: 10px;
- font-size: 14px;
- color: #B8B8B8;
- }
- /*index.html*/
- /*****header*******/
- .header {
- height: 70px;
- position: relative;
- background-size: 100% 100%;
- -moz-background-size: 100% 100%;
- -webkit-background-size: 100% 100%;
- -o-background-size: 100% 100%;
- padding: 0 30px;
- }
-
- .headLogin {
- width: 70px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- background: #fff;
- border-radius: 15px;
- font-size: 14px;
- margin-left: 25px;
- }
-
- .headLine2 {
- height: 100%;
- width: 1px;
- }
-
- .headLogo {
- float: left;
- font-size: 24px;
- color: #fff;
- line-height: 70px;
- }
-
- .headTab {
- float: left;
- overflow: hidden;
- margin-left: 20px;
- height: 100%;
- }
-
- .headTab li {
- float: left;
- height: 100%;
- width: 70px;
- text-align: center;
- line-height: 0;
- position: relative;
- }
-
- .headTab li:after {
- content: "";
- width: 100%;
- height: 5px;
- position: absolute;
- left: 0;
- bottom: 0;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- background: #fff;
- filter: alpha(opacity=0);
- -moz-opacity: 0;
- -khtml-opacity: 0;
- opacity: 0;
- }
-
- .headTab a {
- display: block;
- height: 100%;
- }
-
- .headTab img {
- height: 28px;
- margin-top: 21px;
- filter: alpha(opacity=70);
- -moz-opacity: .7;
- -khtml-opacity: .7;
- opacity: .7;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .headTab li.active:after, .headTab li.active img, .headTab li:hover:after, .headTab li:hover img {
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- opacity: 1;
- }
-
- .headSearch {
- width: 505px;
- height: 36px;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: auto;
- background: rgba(255,255,255,0.5);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);
- border-radius: 18px;
- overflow: hidden;
- }
-
- .headSearch img {
- height: 18px;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 210px;
- margin: auto;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .headSearch input {
- border: 0;
- background: transparent;
- height: 100%;
- display: block;
- width: 100%;
- line-height: 24px;
- padding: 6px 10px 6px 40px;
- text-align: center;
- font-size: 14px;
- color: #fff;
- }
-
- .headSearch input::-webkit-input-placeholder {
- color: #fff;
- }
-
- .headSearch.active img {
- left: 10px;
- }
-
- .headUser {
- float: right;
- padding: 8px 0;
- height: 100%;
- }
-
- .headUser > * {
- display: inline-block;
- vertical-align: middle;
- }
-
- .skinBox {
- position: relative;
- cursor: pointer;
- z-index: 9;
- width: 27px;
- }
-
- .skinBox > img {
- height: 20px;
- }
-
- .skin {
- position: absolute;
- top: 0;
- right: 100%;
- width: 0;
- color: #fff;
- line-height: 20px;
- transition: all .5s;
- -moz-transition: all .5s;
- -ms-transition: all .5s;
- -o-transition: all .5s;
- -webkit-transition: all .5s;
- overflow: hidden;
- height: 20px;
- }
-
- .skinBox.active .skin {
- width: 150px;
- }
-
- .skin div {
- float: left;
- }
-
- .skins {
- width: 20px;
- height: 20px;
- border-radius: 2px;
- margin-left: 5px;
- border: 1px solid #fff;
- }
-
- .blue {
- background: #198BE3;
- }
-
- .red {
- background: #C42016;
- }
-
- .green {
- background: #01A566;
- }
-
- .headUserImg {
- height: 54px;
- width: 54px;
- border-radius: 50%;
- line-height: 0;
- overflow: hidden;
- margin: 0 12px 0 25px;
- }
-
- .headUserImg img {
- width: 100%;
- }
-
- .headUserTxt {
- font-size: 20px;
- color: #fff;
- }
-
- .headLine1 {
- width: 1px;
- height: 100%;
- background: #fff;
- filter: alpha(opacity=30);
- -moz-opacity: .3;
- -khtml-opacity: .3;
- opacity: .3;
- margin: 0 15px;
- }
-
- .headNumBox {
- font-size: 12px;
- text-align: center;
- color: #fff;
- }
-
- .headNum{
- height: 24px;
- width: 140px;
- border-radius: 12px;
- background: #fff;
- margin-bottom: 8px;
- line-height: 24px;
- }
-
-
- .headNumTxt span {
- display: inline-block;
- width: 2px;
- height: 13px;
- background: #fff;
- margin: 0 7px;
- position: relative;
- top: 3px;
- }
- /*****header*******/
-
- /*****sec1*******/
-
- .index_sec {
- position: absolute;
- top: 92px;
- bottom: 22px;
- background: #fff;
- }
-
- .index_sec1s, .index_sec1 {
- width: 370px;
- }
-
- .index_sec1 {
- left: 0;
- }
-
- .index_sec1s {
- left: 22px;
- }
-
- .inSec1Top {
- padding: 15px;
- }
-
- .inSec1Top .inSec1T {
- padding-top: 0;
- padding-bottom: 0;
- margin-top: 0;
- margin-left: 0;
- }
-
- .inSec1T {
- margin-bottom: 15px;
- font-size: 18px;
- line-height: 24px;
- padding: 0 15px 0 25px;
- margin-top: 15px;
- margin-left: 15px;
- background-repeat: no-repeat;
- background-size: auto 17px;
- background-position: 0 4px;
- }
-
- .inSec1T * {
- display: inline-block;
- vertical-align: middle;
- }
- /*.inSec1T img{
- height: 17px;
- margin-right: 10px;
- }*/
- .inSec1Serch {
- position: relative;
- z-index: 9;
- height: 36px;
- border: 1px solid #E3E3E3;
- border-radius: 18px;
- }
-
- .inSec1SerchList {
- float: left;
- width: 110px;
- text-align: center;
- padding: 0 20px 0 10px;
- line-height: 34px;
- cursor: pointer;
- position: relative;
- z-index: 2;
- background: #fff;
- border-radius: 18px;
- }
-
- .inSec1SerchList i {
- position: absolute;
- top: 1px;
- left: 90px;
- font-size: 18px;
- color: #424242;
- line-height: 36px;
- }
-
- .inSec1SerchList span {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- display: block;
- }
-
- .inSec1SerchLists {
- display: none;
- background: #fff;
- width: 100%;
- max-height: 260px;
- overflow: auto;
- position: absolute;
- top: 50%;
- left: -1px;
- padding: 20px 0 0;
- line-height: 30px;
- cursor: pointer;
- border: 1px solid #E3E3E3;
- }
-
- .inSec1SerchLists li {
- padding: 0 15px;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec1Serch input {
- width: 180px;
- float: left;
- margin-top: 7px;
- line-height: 22px;
- border: 0;
- padding: 0 10px;
- border-left: 1px solid #E3E3E3;
- position: relative;
- z-index: 2;
- }
-
- .inSec1btn {
- width: 50px;
- text-align: center;
- line-height: 0;
- cursor: pointer;
- position: absolute;
- top: -1px;
- right: -1px;
- bottom: -1px;
- border-radius: 18px;
- z-index: 2;
- }
-
- .inSec1btn img {
- height: 14px;
- margin-top: 11px;
- }
-
- .inSec1Box {
- position: absolute;
- top: 105px;
- left: 0;
- bottom: 0;
- width: 100%;
- overflow: hidden;
- }
-
- .inSec1List1 {
- width: 130px;
- float: left;
- height: 100%;
- overflow: auto;
- }
-
- .inSec1List1 li {
- padding: 5px 12px 5px;
- cursor: pointer;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec1List1 a {
- display: block;
- font-size: 14px;
- line-height: 0;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec1List1 span {
- display: inline-block;
- vertical-align: middle;
- line-height: 24px;
- }
-
- .inSec1List1 span:first-child {
- width: 85%;
- }
-
- .inSec1List1 span:last-child {
- width: 11%;
- }
-
- .inSec1List2 {
- margin-left: 130px;
- height: 100%;
- overflow: auto;
- position: relative;
- }
-
- .inSec1List2 li {
- padding: 5px 12px;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- }
-
- .inSec1List2 a {
- display: block;
- line-height: 25px;
- font-size: 14px;
- }
-
- .inSec1List2 span {
- display: block;
- margin-left: 30px;
- }
-
- .inSec1List2 img {
- width: 22px;
- float: left;
- }
-
-
- /*****sec1*******/
- .more {
- width: 35px;
- height: 20px;
- text-align: center;
- line-height: 0;
- cursor: pointer;
- display: block;
- border-radius: 10px;
- float: right;
- margin-top: 2px;
- }
-
- .more span {
- display: inline-block;
- width: 4px;
- height: 4px;
- border-radius: 50%;
- background: #fff;
- margin: 8px 2px 0;
- }
-
- .inSec1T i {
- font-style: normal;
- display: inline-block;
- width: 29px;
- height: 18px;
- text-align: center;
- line-height: 18px;
- border-radius: 9px;
- font-size: 12px;
- color: #fff;
- margin-left: 8px;
- margin-top: 4px;
- }
- /*****sec2*******/
- .index_sec2 {
- margin: 0 332px 0 392px;
- }
-
- .inSec2Row {
- margin: 18px -11px 0;
- padding: 4px 0;
- overflow: hidden;
- }
-
- .inSec2Row:last-child {
- margin-top: 14px;
- }
-
- .inSec2Col9 {
- width: 66.666667%;
- padding: 0 11px;
- float: left;
- }
-
- .inSec2Col3 {
- width: 33.333333%;
- padding: 0 11px;
- float: left;
- }
-
- .index_sec2 .inSec1T {
- color: #fff;
- margin-top: 0;
- margin-bottom: 0;
- padding: 5px 15px;
- margin-left: 0;
- }
-
- .inSec2Row2 {
- padding: 0 15px 30px;
- overflow: hidden;
- background: #fff;
- height: 250px;
- position: relative;
- }
-
- .inSec2Col7 {
- float: left;
- width: 14.285714%;
- padding: 0 15px;
- margin-top: 30px;
- }
-
- .inSec2Con, .inSec2Con span {
- display: block;
- }
-
- .inSec2Con {
- font-size: 14px;
- text-align: center;
- }
-
- .inSec2Img {
- /*margin: 0 auto 10px;
- line-height: 0;
- width: 50px;
- height: 50px;
- border-radius: 50%;
- overflow: hidden;*/
- margin: 0 auto 10px;
- line-height: 50px;
- width: 50px;
- overflow: hidden;
- font-size: 30px;
- color: #fff;
- border-radius: 8px;
- }
-
- .inSec2Img i {
- line-height: 50px;
- }
-
- .inSec2Img span {
- width: 100%;
- height: 0;
- padding-bottom: 100%;
- overflow: hidden;
- border-radius: 50%;
- background: #985CE2;
- }
-
- .inSec2Img img {
- width: 100%;
- }
-
- .inSec2Txt {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .inSec2List {
- padding: 0 10px;
- background: #fff;
- height: 250px;
- }
-
- .inSec2List li {
- padding: 8px 0;
- border-top: 1px dashed #E7E7E7;
- }
-
- .inSec2List li:first-child {
- border: 0;
- }
-
- .inSec2List a, .inSec2List span {
- display: block;
- }
-
- .inSec2List a {
- font-size: 14px;
- }
-
- .inSec2T {
- width: 80%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- margin-bottom: 6px;
- }
-
- .inSec2T img {
- float: left;
- margin-right: 8px;
- width: 18px;
- margin-top: 3px;
- }
-
- .inSec2Time {
- text-align: right;
- color: #C2C2C2;
- }
-
- .noLoginLi {
- height: 250px;
- position: relative;
- }
-
- .noLoginLi2 {
- height: 100%;
- position: relative;
- }
- /*****sec2*******/
-
- /*****sec3*******/
- .index_sec3 {
- right: 0;
- width: 310px;
- position: absolute;
- }
-
- .inSec3List{
- border-bottom: 1px solid #EDEDED;
- padding: 0 20px;
- overflow: hidden;
- height: 41px;
- }
- .inSec3ListTxt{
- line-height: 40px;
- position: relative;
- font-size: 14px;
- text-align: center;
- cursor: pointer;
- transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- -webkit-transition:all 0.3s;
- }
- .inSec3ListTxt:after{
- content: "";
- position: absolute;
- width: 100%;
- height: 5px;
- left: 0;
- bottom: -1px;
- background: transparent;
- transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- -webkit-transition:all 0.3s;
- }
-
- .inSec3Box {
- position: absolute;
- top: 100px;
- left: 0;
- right: 0;
- bottom: 0;
- overflow: auto;
- }
-
- .inSec3Row {
- padding: 0 24px 30px;
- overflow: hidden;
- }
-
- .inSec3Col6 {
- width: 50%;
- float: left;
- padding: 0 24px;
- margin-top: 24px;
- }
-
- .inSec3Con, .inSec3Con span {
- display: block;
- }
-
- .inSec3Con {
- font-size: 14px;
- text-align: center;
- }
-
- .inSec3Img {
- line-height: 0;
- padding: 15px;
- height: 70px;
- width: 70px;
- margin: 0 auto 10px;
- border: 1px solid #EDEDED;
- border-radius: 8px;
- }
-
- .inSec3Img img {
- width: 100%;
- }
-
- .inSec3Txt {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- /*****sec3*******/
- /*index.html*/
- /*index2.html*/
- .inSec4T {
- margin: 0 15px;
- height: 40px;
- line-height: 38px;
- text-align: center;
- font-size: 14px;
- border-radius: 5px;
- }
-
- .inSec4T i {
- display: inline-block;
- margin: 0 20px;
- height: 17px;
- width: 2px;
- vertical-align: middle;
- position: relative;
- top: -1px;
- }
-
- .inSec4Row {
- padding: 0 7px;
- overflow: hidden;
- }
-
- .inSec4Col4 {
- width: 33.333333%;
- float: left;
- padding: 0 8px;
- margin-top: 16px;
- }
-
- .inSec4Box, .inSec4Box span {
- display: block;
- }
-
- .inSec4Box {
- font-size: 14px;
- text-align: center;
- border-radius: 5px;
- border: 1px solid #EAEAEA;
- padding: 12px 0;
- }
-
- .inSec4Line {
- height: 2px;
- margin: 8px auto;
- width: 24px;
- border-radius: 2px;
- filter: alpha(opacity=50);
- -moz-opacity: .5;
- -khtml-opacity: .5;
- opacity: .5;
- }
-
- .index_sec5 {
- background: #fff;
- margin: 22px 22px 10px 414px;
- padding: 35px;
- overflow: auto;
- }
-
- .inSec5Box {
- margin-top: 30px;
- }
-
- .inSec5Box:first-child {
- margin-top: 0;
- }
-
- .inSec5Row {
- overflow: hidden;
- }
-
- .inSec5Con, .inSec5Con span {
- display: block;
- }
-
- .inSec5Con {
- width: 14.285714%;
- float: left;
- text-align: center;
- }
-
- .inSec5Img {
- width: 50px;
- height: 50px;
- margin: 0 auto;
- border-radius: 50%;
- overflow: hidden;
- line-height: 0;
- }
-
- .inSec5Img img {
- width: 100%;
- }
-
- .inSec5T {
- font-size: 14px;
- margin: 6px 0;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .inSec5Num {
- font-size: 12px;
- color: #ABABAB;
- margin-bottom: 6px;
- }
-
- .inSec5Score {
- line-height: 0;
- }
-
- .inSec5Score i {
- margin: 0 1px;
- font-size: 12px;
- }
-
- .inSec5Score .fa-star {
- color: #ECBD02;
- }
-
- .inSec5Score .fa-star-o {
- color: #D4D4D4;
- }
-
- /*index2.html*/
-
- @media(max-width:1680px) {
- .index_sec1, .index_sec1s {
- width: 300px;
- }
-
- .inSec1List1 {
- width: 110px;
- }
-
- .inSec1List1 span:first-child {
- width: 82%;
- }
-
- .inSec1List2 {
- margin-left: 110px;
- }
-
- .index_sec2 {
- margin: 0 302px 0 322px;
- }
-
- .index_sec3 {
- width: 280px;
- }
-
- .index_sec5, .news_sec2 {
- margin: 22px 22px 10px 344px;
- }
-
- .inSec1Serch input {
- width: 150px;
- }
-
- .inSec1SerchList {
- width: 90px;
- }
-
- .inSec1SerchList i {
- left: 74px;
- }
-
- .inSec2Row2 {
- padding: 0 8px 20px;
- height: 220px;
- }
-
- .inSec2Col7 {
- width: 16.666667%;
- padding: 0 8px;
- margin-top: 20px;
- }
-
- .inSec2Row:first-child .inSec2List {
- height: 220px;
- }
-
- .inSec2Row:first-child .inSec2List li:last-child {
- display: none;
- }
- }
-
- @media(max-width:1600px) {
- .inSec2Row:last-child .inSec2List {
- overflow: auto;
- }
- }
-
- @media(max-width:1440px) {
- .index_sec3 {
- right: inherit;
- left: 1160px;
- }
- }
|