.notice-wrapper{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 60px;
    position: relative;
    top: -30px;
    background: #fff;
    z-index: 1;
    width: 1180px;
    left: 50%;
    margin-left: -590px;
}
.notice-wrapper .swiper-notice{
    height: 100%;
    float: right;
    width: 999px;
}

.notice-wrapper>a>img {
    margin-right: 20px;
}

.swip2 .swiper-slide{
    height: 60px !important;
}

.index-clear::after{
    content: "";
    display: block;
    clear: both;
}

.index-right{
    float: right;
}

.index-left{
    float: left;
}

.competition{
    margin: 30px auto 80px;
    width: 1180px;
}
 .competition .js{
    padding-bottom: 16px;
    
}
 .competition .js>div>div:nth-child(1){
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 38px;
}
 .competition .js>div>div:nth-child(2){
    line-height: 39px;
    font-size: 18px;
    color: #ddd;
    width: 20px;
    text-align: center;
}
 .competition .js>div>div:nth-child(3){
    font-size: 24px;
    color: #999;
    line-height: 39px;
    letter-spacing: 1px;
}
 .competition .js .index-right{
    float: right;
    line-height: 38px;
}
 .competition .js .index-right a{
    color: #333;
    font-size: 12px;
}
 .competition .msg .index-left{
    width: 553px;
    height: 415px;
    padding: 40px 160px 40px 60px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    position: relative;
}
 .competition .msg .index-left a{
    display: inline-block;
    width: 100%;
    color: inherit;
    height: 100%;
}
.competition .msg .index-left a .title{
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.competition .msg .index-left a .msg{
    font-size: 18px;
    color: #999;
}
.competition .msg .index-left a .msg div{
    margin-top: 20px;
    font-size: 18px;
}
.competition .msg .index-left a .msg .box{
    font-size: 18px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999;
    position: absolute;
    left: 60px;
    bottom: 50px;
    cursor: pointer;
}
.competition .msg .box:hover{
    border-color: #fff;
    color: #fff;
    background: #fc4c47;
}
.competition .msg .index-left a .img{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
}
.competition .msg .index-left a .img img{
    width: 100%;
    height: 100%;
}
.competition .msg .index-left:hover img,.competition .msg .competition-item:hover img{
    transform: scale(1.1,1.1);
}
.competition .index-right .competition-item{
    width: 356px;
    height: 207px;
    padding: 15px;
    overflow: hidden;
    /* float: left; */
    position: relative;
}
.competition-item .title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.competition-item .msg {
    font-size: 16px;
    color: #999;
}
.competition-item .msg div {
    margin-top: 10px;
    font-size: 14px;
}
.competition-item .msg .box {
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999;
    position: absolute;
    left: 15px;
    bottom: 10px;
    cursor: pointer;
}
.competition-item .msg div {
    margin-top: 10px;
    font-size: 14px;
}
.competition-item .img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
}

.activity-container {
    width: 100%;
    overflow: hidden;
    background-color: #f7f3ed;
}
.title-container {
    overflow: hidden;
    padding-bottom: 16px;
}
.title-container .index-left div {
    float: left;
}
.title-container .title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 38px;
}
.title-container .sub {
    line-height: 39px;
    font-size: 18px;
    color: #ddd;
    width: 20px;
    text-align: center;
}
.title-container .sub-title {
    font-size: 24px;
    color: #999;
    line-height: 39px;
    letter-spacing: 1px;
}
.title-container .index-right {
    float: right;
    line-height: 38px;
}
.title-container .index-right a {
    color: #333;
    font-size: 12px;
}
.activity-first {
    width: 100%;
    margin-bottom: 20px;
    height: 320px;
    position: relative;
    overflow: hidden;
    line-height: normal;
}
.activity-item {
    width: 280px;
    margin-right: 20px;
    float: left;
    background: #fff;
    line-height: normal;
}
.activity-item:last-child {
    margin-right: 0;
}
.activity-item .img {
    width: 100%;
    height: 162px;
}
.activity-item .img img {
    width: 100%;
    height: 100%;
}
.activity-item .content {
    padding: 20px;
    width: 240px;
}
.activity-item .content .title {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.activity-item .content .time {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
}
.activity-item .content .time .mint {
    font-size: 14px;
    float: right;
    color: #fc4147;
}
.activity-item .content .time .black {
    color: #666;
}
.activity-first .img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.activity-first .img img {
    width: 100%;
    height: 100%;
}
.v-yuki {
    background: #fff;
}
.purchase .content {
    height: 320px;
    position: relative;
    width: 100%;
    float: none;
}
.purchase .content .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.purchase .content .img img {
    width: 100%;
    height: 100%;
}
.purchase .content .msg {
    float: right;
    margin: 60px 50px;
    width: 360px;
    height: 160px;
    padding: 20px;
    position: relative;
    background: #fff;
}
.purchase .content .msg .title {
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fc4147;
}
.purchase .content .msg .btn {
    width: 150px;
    float: left;
    background-color: #fc4147;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}
.purchase .content .msg .btn:last-child {
    float: right;
    right: 20px;
}
.askmaster-item {
    width: 280px;
    margin-right: 20px;
    float: left;
    background: #fff;
}
.askmaster-item .img {
    width: 100%;
    height: 190px;
}
.askmaster-item .img img {
    width: 100%;
    height: 100%;
}
.askmaster-item .content {
    padding-left: 0;
    float: none;
}
.askmaster-item .content .title {
    font-size: 20px;
    color: #333;
    line-height: normal;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.askmaster-item .content .msg {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}
.askmaster-item:last-child {
    margin: 0;
}
.ask-questions .hot, .ask-questions .new {
    width: 565px;
    float: left;
}
.list .ask-head {
    padding-bottom: 20px;
    overflow: hidden;
}
.list .ask-head .title {
    font-size: 18px;
    font-weight: 700;
    color: #fc4147;
    float: left;
    line-height: normal;
}
.list .ask-head .sub-title {
    float: right;
    font-size: 16px;
    color: #666;
}
.list .ask-head .sub-title span {
    color: #fc4147;
}
.list .ask-head {
    padding-bottom: 20px;
    overflow: hidden;
}
.list .ask-head .title {
    font-size: 18px;
    font-weight: 700;
    color: #fc4147;
    float: left;
    line-height: normal;
}
.list .hotdetail-content {
    overflow: hidden;
    margin-bottom: 25px;
    line-height: normal;
}
.askquestion-item {
    overflow: hidden;
    margin-bottom: 25px;
    height: 40px;
}
.list .hotdetail-content .img {
    float: left;
    width: 260px;
    height: 173px;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.list .hotdetail-content .img img {
    width: 100%;
    height: 100%;
}
.askquestion-item .img {
    float: left;
    width: 40px;
    height: 100%;
}
.askquestion-item .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.askquestion-item .content .title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.askquestion-item .content .msg .name {
    float: left;
    font-size: 14px;
    color: #999;
}
.askquestion-item .content .msg .sub {
    float: right;
    font-size: 14px;
    color: #999;
}
.askquestion-item .content .msg .sub:hover{
    color: #fc4147;
}
.ask-questions .new {
    margin-left: 50px;
}
.list .hotdetail-content .detail {
    float: right;
    width: 295px;
    height: 105px;
    position: relative;
    line-height: normal;
}
.list .hotdetail-content .detail .title {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: normal;
    margin-bottom: 4px;
    color: #333;
}
.list .hotdetail-content .detail .sub-title {
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}
.list .hotdetail-content .detail .sub-title .module {
    padding: 2px;
    font-size: 14px;
    color: #fff;
    background: #fc4147;
    border-radius: 5px;
}
.list .hotdetail-content .detail .sub-title .name, .list .hotdetail-content .detail .sub-title .time {
    margin-left: 5px;
    font-size: 14px;
    color: #999;
}
.list .hotdetail-content .detail .msg {
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: justify;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.askquestion-item .content {
    margin-left: 48px;
    height: 100%;
    margin-top: -2px;
}
.gallery-container {
    width: 100%;
    overflow: hidden;
    background-color: #f7f0f0;
}
.title-container {
    overflow: hidden;
    padding-bottom: 16px;
}
.grllery-item {
    float: left;
    width: 280px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
    box-shadow: 0 0 12px rgba(0,0,0,.2);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.grllery-item:nth-of-type(4){
    margin-right: 0;
}
.grllery-item .img {
    width: 100%;
    height: 200px;
}
.grllery-item .img img {
    width: 100%;
    height: 100%;
}
.grllery-item .title {
    font-size: 18px;
    color: #333;
    padding: 16px 0 12px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-left: 15px;
}
.grllery-item .detail {
    margin-left: 15px;
}
.grllery-item .detail .module {
    padding: 1px 3px;
    background: #e6e6e6;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    float: left;
}
.grllery-item .detail span {
    float: right;
    color: #999;
    font-size: 14px;
    margin-left: 8px;
    padding-left: 23px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.showmsg-content, .showmsg-content span {
    display: inline-block;
    vertical-align: middle;
}
.grllery-item .detail .look {
    padding-left: 26px;
    background-image: url(../image/new-bro.png);
}
.grllery-item .detail span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-left: 16px;
    padding-left: 23px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.showmsg-content span {
    color: #999;
    font-size: 14px;
    margin-left: 16px;
    padding-left: 23px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    max-width: 90px;
    overflow: hidden;
}
.showmsg-content .look {
    padding-left: 26px;
    background-image: url(../image/new-bro.png);
}
.showmsg-content, .showmsg-content span {
    display: inline-block;
    vertical-align: middle;
}
.grllery-item .detail .reply {
    background-image: url(../image/i-c.png);
    cursor: pointer;
}
.grllery-item .detail .like {
    background-image: url(../image/i-p.png);
    cursor: pointer;
}
.grllery-item .msg {
    overflow: hidden;
    margin-top: 16px;
    padding: 0 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.grllery-item .msg .user {
    float: left;
}
.grllery-item .msg .user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
}
.grllery-item .msg .user span {
    font-size: 14px;
    color: #333;
    margin-left: 15px;
    vertical-align: middle;
    max-width: 150px;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.grllery-item .msg .time {
    float: right;
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.mint{
    font-size: 14px;
    float: right;
    color: #fc4147;
}
.black{
    color: #666;
}

.wuhua{
    width: 1180px;
    height: 320px;
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


/******************************/
.purchase .content{
    height: 298px;
}
.purchase .item-new{
    position: relative;
    float: left;
    width: 380px;
    height: 298px;
    overflow: hidden;
}
.purchase .item-new+.item-new{
    margin-left: 20px;
}
.purchase .item-new .img img{
    height: 298px;
    width: 380px;
    vertical-align: middle;
}
.purchase .item-new .btn{
    position: absolute;
    bottom: 30px;
    right: 40px;
    color: #32A9E1;
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: #fff;
}
.purchase .item-new .btn-2{
    color: #6AC1A9;
}
.purchase .item-new .btn-3{
    color: #F4A754;
}
.purchase .item-new .btn:hover{
    opacity: .9;
}

#index-list-wrapper .issue-btn{
    float: right;
    margin-top: 20px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    width: 150px;
    background: #fc4147;
    cursor: pointer;
}
#index-list-wrapper .issue-btn:hover{
    opacity: .8;
}