a:hover {
  text-decoration: none;
  color: #022f6b;
}
.page-two {
    width: 100%;
    background: url("../images/bg_bottom.jpg") top center no-repeat;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    max-width: 1920px;
    min-width: 1200px;
    height: 100%;
    position: relative;
}

.page-two .topbar-item {
    color: #996692;
}

.page-two .top {
    margin-bottom: 600px;
}

.main {
    background: url("../images/bg_mid.jpg") top center no-repeat;
    background-size: 100% auto;
    max-width: 1920px;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    height: 3368px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.news {
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.news-left {
    border: 1px solid #cfd3de;
    width: 480px;
    height: 235px;
    margin-left: 28px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 20px;
}

.news-left .swiper1 {
    margin-top: -80px;
    margin-left: -28px;
    margin-right: 20px;
}

.news-left img {
    width: 100%;
}

.swiper1 .swiper-pagination-bullets {
    left: 380px !important;
    width: 25% !important;
    bottom: 0px !important;
}

.news-left__title {
    line-height: 30px;
    position: absolute;
    left: 40px;
    bottom: 0;
    color: #fff;
}

.icon_diamond {
    width: 16px;
    height: 16px;
    background: url("../images/icon_diamond.png") center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.news-right {
    height: 290px;
    background-color: white;
    box-sizing: border-box;
    padding-left: 550px;
}
.contentbox{ display: none; }
.active{ display: block; }
.newstab {
    padding: 20px 0 15px 0;
    margin-right: 10px;
    border-bottom: 1px solid #cfd3de;
}

.newstab__item {
    display: inline-block;
    width: 90px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    cursor: pointer;
    background: url(../images/bg_newsbar_0.png) center no-repeat;
    background-size: 100% auto;
    transition: background-image .3s;
}

.newstab__item:hover,
.newstab__item--active {
    background-image: url("../images/bg_newsbar.png");
    color: #fff;
}

.lista {
    color: #737886;
    vertical-align: middle;
}

.icon_recommend {
    width: 55px;
    height: 27px;
    line-height: 27px;
    background: url("../images/bg_recommend.png") center no-repeat;
    background-size: 100% auto;
    color: white;
    padding-left: 10px;
    box-sizing: border-box;
    display: inline-block;
}

.news__recommend {
    padding: 15px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e1e5ef;
}

.recommend-right {
    display: inline-block;
    vertical-align: middle;
}

.recommend-title {
    font-weight: bold;
}

.recommend-content {
    font-size: 14px;
    color: #b7bbc2;
}

.news__content {
    width: 615px;
}

.news__content li {
    width: 300px;
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
}

.icon_more {
    width: 28px;
    height: 27px;
    background: url("../images/icon_more.png") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    display: inline-block;
}

.poster {
    margin-bottom: 140px;
}

.poster a {
    display: inline-block;
    font-size: 0;
}

.poster1 {
    width: 385px;
    height: 86px;
    background: url("../images/picadv1.png") center no-repeat;
    background-size: 100% auto;
    margin-right: 18px;
}

.poster2 {
    width: 385px;
    height: 86px;
    background: url("../images/picadv2.png") center no-repeat;
    background-size: 100% auto;
    margin-right: 18px;
}

.poster3 {
    width: 385px;
    height: 86px;
    background: url("../images/picadv3.png") center no-repeat;
    background-size: 100% auto;
}

.suit {
    position: relative;
    font-size: 0;
}

.suit_more {
    width: 28px;
    height: 27px;
    background: url("../images/icon_more.png") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 15px;
    top: 20px;
}

.suit__outer {
    overflow: hidden;
    display: inline-block;
    width: 70px;
    height: 395px;
    transition: width 1s;
    background: #fff no-repeat right bottom;
    font-size: 0;
}

.suit-mid {
    width: 1200px;
    height: 395px;
    overflow: hidden;
}

.suit__inner {
    width: 700px;
}

.suit__outer--active {
    width: 700px;
    /* display: inline-block; */
}

.suit__title {
    width: 68px;
    height: 320px;
    background: url("../images/bg_suit.png") center bottom no-repeat;
    background-size: 100% auto;
    display: inline-block;
    box-sizing: border-box;
    font-size: 26px;
    padding: 0 21px;
    font-weight: bold;
    color: #958ea8;
    cursor: pointer;
    transition: background-image .4s;
    position: relative;
}

.suit__title p {
    position: absolute;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.suit__title--active {
    color: white;
    background-image: url("../images/bg_suit_0.png");
}

.suit__painting {
    margin: 0 3px;
}

.painting {
    padding-top: 130px;
    margin-bottom: 210px;
}

.painting-left {
    width: 730px;
    float: left;
}

.title_prize {
    width: 132px;
    height: 32px;
    background: url("../images/title_award.png") center no-repeat;
    background-size: 100% auto;
    float: left;
    vertical-align: middle;
    margin-bottom: 10px;
}

.prize-more,
.painting-more {
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #484e5f;
}

.painting-left li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 15px;
}

.painting-left li::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 52px;
    height: 54px;
    background: url("../images/icon_prize.png") left top no-repeat;
    background-size: 100% auto;
    left: 0;
    top: 0;
}

.painting-right {
    float: right;
    width: 450px;
    margin-bottom: 25px;
}

.title_painting {
    width: 129px;
    height: 31px;
    background: url("../images/title_painting.png") center no-repeat;
    background-size: 100% auto;
    float: left;
    vertical-align: middle;
    margin-bottom: 10px;
}

.painting-btn {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    clear: both;
}

.painting-name {
    color: white;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.swiper2 .swiper-slide::before {
    content: '';
    position: absolute;
    width: 455px;
    height: 60px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.swiper2 .swiper-pagination-bullets {
    left: 310px !important;
    width: 30% !important;
    bottom: 15px !important;
}

.swiper-pagination-bullet {
    width: 17px !important;
    height: 16px !important;
    background: url("../images/icon_flower.png") center no-repeat !important;
    background-size: 100% auto;
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
    width: 17px !important;
    height: 16px !important;
    background: url("../images/icon_flower_0.png") center no-repeat !important;
    background-size: 100% auto;
}

.btn-more {
    display: inline-block;
    width: 260px;
    height: 68px;
    background: url("../images/btn_more.png") center no-repeat;
    background-size: 100% auto;
    margin-right: 40px;
}

.btn-join {
    display: inline-block;
    width: 260px;
    height: 68px;
    background: url("../images/btn_join.png") center no-repeat;
    background-size: 100% auto;
}

.service {
    padding-top: 190px;
    position: relative;
    margin-bottom: 150px;
}

.service a {
    width: 60px;
    height: 60px;
    position: absolute;
}

.more-weibo {
    top: 67px;
    right: 234px;
}

.more-weixin {
    top: 154px;
    right: 166px;
}

.more-bilibili {
    top: 264px;
    right: 131px;
}

.more-tieba {
    top: 376px;
    right: 135px;
}

.more-qq {
    top: 474px;
    right: 190px;
}

.more-opinion {
    top: 555px;
    right: 272px;
}

.more-customer {
    top: 598px;
    right: 386px;
}

.more-pay {
    top: 602px;
    right: 515px;
}

.service__content {
    width: 305px;
    height: 260px;
    margin-left: 565px;
    margin-bottom: 250px;
}

.qq-number {
    float: left;
    width: 220px;
    font-weight: bold;
    color: #6d5f80;
    line-height: 35px;
    margin: 20px 0 0 60px;
}

.qq-stitle {
    float: right;
    margin-top: 60px;
    width: 21px;
    height: 139px;
    background: url("../images/title_qq.png") center no-repeat;
    background-size: 100% auto;
}

.weixin-code {
    float: left;
    width: 175px;
    height: 175px;
    background: url("../images/code.jpg") center no-repeat;
    background-size: 100% auto;
    border: 10px solid white;
    border-radius: 10px;
    margin: 40px 0 0 60px;
}


.weixin-stitle {
    float: right;
    margin-top: 60px;
    width: 21px;
    height: 139px;
    background: url("../images/title_weixin.png") center no-repeat;
    background-size: 100% auto;
}

.opinion-form {
    float: left;
    width: 280px;
    height: 220px;
    margin: 30px 0 0 -10px;
    position: relative;
}

.opinion-form p {
    display: inline-block;
    width: 85px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #7a6c8d;
}

.opinion-form input,
.opinion-form textarea {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    width: 180px;
    vertical-align: top;
    margin-bottom: 15px;
    font-size: 14px;
    color: #a398b8;
    border: 1px solid #7a6c8d;
    background-color: rgba(255, 255, 255, 0.5);
    resize: none;
}

.opinion-form .uploadfile {
    width: 60px;
    height: 60px;
    opacity: 0;
}

.uploadbox {
    position: relative;
}

.opinion-form .uploadfilebtn {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 84px;
    top: 0;
}

.btn_login {
    width: 99px;
    height: 34px;
    background: #ff6e90;
    margin-left: 120px;
    cursor: pointer;
    color: white;
    text-align: center;
    line-height: 34px;
    border-radius: 20px;
}

.btn_login a {
    color: white;
    position: relative;
}

.loginInf {
    height: 24px;
    margin-bottom: 10px;
    padding-left: 50px;
}

.loginInf a {
    color: #484e5f;
    position: relative;
}

.btn_submit {
    width: 99px;
    height: 34px;
    background: url("../images/btn_submit.png") center no-repeat;
    background-size: 100% auto;
    margin-left: 120px;
    cursor: pointer;
    display: none;
}

.opinion-stitle {
    float: right;
    margin-top: 60px;
    width: 21px;
    height: 139px;
    background: url("../images/title_opinion.png") center no-repeat;
    background-size: 100% auto;
}

.dialog-alert .dialog-content,
.dialog-confirm .dialog-content {
    width: 400px !important;
    height: 220px;
    background: url("../images/bg_dialogcommon.png") no-repeat top center;
    background-size: 100% auto;
    text-align: center;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 0;
    margin-left: 0 !important;
}

.dialog-alert .dialog-closebtn,
.dialog-confirm .dialog-closebtn {
    position: absolute !important;
    right: 18px !important;
    top: 18px !important;
    background: url("../images/icon_close1.png") no-repeat center !important;
    background-size: 100% auto !important;
    font-size: 0 !important;
    width: 20px !important;
    height: 20px !important;
}


.dialog-alert .dialog-header,
.dialog-alert .dialog-body,
.dialog-alert .dialog-footer,
.dialog-confirm .dialog-header,
.dialog-confirm .dialog-body,
.dialog-confirm .dialog-footer {
    background: none !important;
}


.dialog-alert .dialog-header,
.dialog-confirm .dialog-header {
    height: 80px !important;
}

.dialog-alert .dialog-header-title,
.dialog-confirm .dialog-header-title {
    line-height: 60px !important;
    color: white !important;
}


.dialog-alert .dialog-body,
.dialog-confirm .dialog-body {
    padding: 30px !important;
    min-height: 50px !important;
}

.dialog-alert .dialog-footer,
.dialog-confirm .dialog-footer {
    display: none;
}

.ltime {
    float: right;
    margin-right: 10px;
}


.download {
    position: absolute;
    padding: 40px 100px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -250px;
    background-color: #fff;
    border-radius: 5px;
}

.download-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/close.png) no-repeat top center;
    cursor: pointer;
}

.download-title {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.owner-select {
    width: 363px;
    background: #f4f4f4;
    height: 30px;
    margin-bottom: 100px;
    cursor: pointer;
    position: relative;
    color: #666;
    font-size: 15px;
    user-select: none;
}

.owner-select .select-text-div {
    height: 100%;
    line-height: 30px;
    position: relative;
    border: solid 1px #999;
    padding: 0 10px;
}

.owner-select .select-text-div i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-down.png) no-repeat top center;
    top: 50%;
    right: 10px;
    margin-top: -10px;
}

.owner-select ul {
    background: #f4f4f4;
    border: solid 1px #999;
    display: none;
}

.owner-select ul li {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}

.owner-select ul li:hover {
    background: #ccc;
}

.download-btn {
    display: inline-block;
    width: 188px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    background-color: #ccc;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
}

.download-btn:hover {
    color: #fff;
    text-decoration: none;
}

.download-btn-on {
    background-color: #1473e6;
}

.download-size {
    margin-left: 20px;
}

.f1200 {
    width: 1200px;
}

.f960 {
    width: 960px;
}

.fauto {
    width: 100%;
}

.flash_content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.lifis{ font-size: 14px; }
.clearfix{ clear:both; }