body {
    margin: 0;
    padding: 0;
    color: #575757;
    font-family: "微软雅黑";
    background-color: #e9e9e9
}

a {
    color: #575757;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f7a934
}

p {
    word-break: break-all
}
ol, ul, li {
    list-style: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}

.warpper {
    margin: 0 auto;
    width: 1350px;
    min-width: 1350px
}

.m-head {
    overflow: hidden;
    height: 90px;
    background-color: #fff;
}
.m-head .w-logo {
    /*width: 280px;*/
    height: 60px;
    margin-top: 25px;
    float: left;
    font-size: 20px;
}
.m-head .w-logo img{
    max-height: 100%;
}
.m-head .w-nav {
    float: right;
    height: 74px;
}
.m-head .w-nav li {
    float: left;
    padding: 0 25px;
}
.m-head .w-nav li span {
    height: 74px;
    line-height: 74px;
    overflow: hidden;
    color: #434343;
    font-size: 18px;
}

.layui-carousel{
    margin:20px 0;
    border-radius: 8px;
}
.layui-carousel img{
    border-radius: 8px;
}
.part2 {
    height: 566px;
    margin-top: 20px;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
}
.common_title {
    width: 100%;
    height: 62px;
}
.common_title .title {
    float: left;
    position: relative;
    padding-left: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 62px;
}
.common_title .title span:nth-of-type(2) {
    color: #dd1010;
    margin-left: -5px !important;
}
.common_title .show_more {
    position: relative;
    float: right;
    padding-right: 11px;
    font-size: 14px;
    font-weight: 400;
    line-height: 62px;
    color: #999999;
}
.part2 .left {
    float: left;
    width: 600px;
    height: 484px;
    background: #F9F9F9;
}
.part2 .left .img_wrap {
    width: 100%;
    height: 356px;
    overflow: hidden;
    border-radius: 6px;
}
.part2 .left .img_wrap img {
    width: 100%;
    height: 100%;
}
.part2 .left .bottom {
    position: relative;
    width: 100%;
    height: 128px;
}
.part2 .left .bottom .info {
    float: left;
    margin-left: 15px;
    margin-top: 52px;
}
.part2 .left .bottom .info span {
    display: block;
    width: 400px;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part2 .left .bottom .info p {
    width: 400px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part2 .left .bottom .load {
    float: right;
    width: 128px;
    height: 48px;
    margin-top: 40px;
    margin-right: 27px;
    background: #dd1010;
    border-radius: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}
.part2 .right .item {
    float: left;
    width: 335px;
    height: 232px;
    margin-left: 20px;
    margin-bottom: 20px;
    background: #F9F9F9;
    border-radius: 6px;
    overflow: hidden;
}
.part2 .right .item .img_wrap {
    width: 100%;
    height: 172px;
    overflow: hidden;
    border-radius: 6px;
}
.part2 .right .item .img_wrap img {
    width: 100%;
    height: 100%;
}
.part2 .right .item .bottom {
    position: relative;
    width: 100%;
    height: 128px;
}
.part2 .right .item .bottom .info {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
}
.part2 .right .item .bottom .info span {
    display: block;
    width: 200px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part2 .right .item .bottom .info p {
    width: 200px;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part2 .right .item .bottom .load {
    float: right;
    width: 68px;
    height: 30px;
    margin-top: 15px;
    margin-right: 20px;
    background: #dd1010;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.part2 .right .item .item2 {
    position: relative;
}

.part2 .right .item .item2::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6)
}
.part2 .right .item .item2 .img_wrap {
    height: 232px;
    filter: blur(6px);
}
.part2 .right .item .item2 .game_info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px 0;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
}
.part2 .right .item .item2 .game_info .title {
    font-size: 16px;
    font-weight: 400;
}
.part2 .right .item .item2 .game_info .tags {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
}
.part2 .right .item .item2 .game_info .tags span:nth-of-type(1) {
    background: rgba(10,175,96,.2);
    color: #27D883;
}
.part2 .right .item .item2 .game_info p {
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.part2 .right .item .item2 .game_info i {
    float: left;
    width: 156px;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part2 .right .item .item2 .game_info .load {
    float: right;
    width: 68px;
    height: 30px;
    margin-top: -6px;
    background: #dd1010;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.part3 {
    width: 1350px;
    height: 500px;
    margin: 20px auto;
    background: rgb(233,233,233);
    border-radius: 6px;
    box-sizing: border-box;
}

.part3 .left {
    float: left;
    width: 430px;
    height: 500px;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
}
.part3 .left:nth-child(2){
    margin-left:30px;
    margin-right:30px;
}
.part3 .left .list .item {
    position: relative;
    display: block;
    width: 380px;
    height: 94px;
    margin-left: 6px;
    margin-bottom: 14px;
    padding: 18px 20px;
    background: #F9F9F9;
    border-radius: 6px;
    box-sizing: border-box;
}
.part3 .left .list .item:nth-of-type(1):before {
    /*background-image: url(/static/cms/index/images/top1.png);*/
}
.part3 .left .list .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 48px;
    height: 34px;
    /*background: url(/static/cms/index/images/top4.png) no-repeat center;*/
    background-size: cover;
}
.part3 .left .list .item .icon_wrap {
    float: left;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    overflow: hidden;
}
.part3 .left .list .item .icon_wrap img {
    display: block;
    width: 100%;
    height: 100%;
}
.part3 .left .list .item .info {
    float: right;
    width: 260px;
}
.part3 .left .list .item .info span {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part3 .left .list .item .info p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5 {
    width: 1350px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
}
.part5 .list a {
    float: left;
    width: 202px;
    height: 150px;
    margin-right: 16px;
}
.part5 .list a .img_wrap {
    width: 100%;
    height: 102px;
    border-radius: 6px;
    overflow: hidden;
}
.part5 .list a .img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
}
.part5 .list a span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.copyright {
    text-align: center;
    line-height: 30px;
    color: #4f4f4f;
    background: #fff;
    margin-top: 20px;
    padding: 20px 0;
}
.copyright a {
    color: #4f4f4f;
}

.main{
    margin-top: 80px;
}
.main .part {
    box-sizing: border-box;
    width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 40px;
}
.bread {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #565656;
}
.main .part .left {
    float: left;
    width: 960px;
}
.main .part .left .item {
    width: 100%;
    overflow: hidden;
    height: 200px;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #F5F5F5;
}
.main .part .left .item:last-children {
    border-bottom: none;
}
.main .part .left .item .pic {
    display: block;
    width: 256px;
    height: 160px;
    border-radius: 4px;
    float: left;
}
.main .part .left .item .pic img {
    width: 256px;
    height: 160px;
    border-radius: 4px;
}
.main .part .left .item .info {
    width: 680px;
    float: right;
    padding-top: 13px;
    box-sizing: border-box;
}
.main .part .left .item .info .title span {
    width: 100%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .part .left .item .info p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #404040;
    line-height: 24px;
    width: 100%;
    height: 70px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.main .part .left .item .info .time_more {
    overflow: hidden;
    margin-top: 20px;
}
.main .part .left .item .info .time_more span {
    float: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A1A1A1;
}
.main .part .left .item .info .time_more .read {
    float: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: #dd1010;
    line-height: 28px;
    color: #fff;
    padding: 0 15px;
    border-radius: 15px;
}
.left .pager {
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    margin-top: 20px;
}
.left .pager a {
    margin: 0 6px;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    color: #404040;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    height: 33px;
    line-height: 33px;
    padding: 5px 12px;
    font-size: 14px;
}
.main .part .right {
    width: 300px;
    float: right;
    overflow: hidden;
}
.common_title h2 {
    float: left;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.news_hot .content a {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 20px;
}
.news_hot .content a span {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    background: #D1D1D1;
    border-radius: 6px 6px 4px 6px;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-family: DIN;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 1px;
}
.news_hot .content a:nth-child(1) span, .news_hot .content a:nth-child(2) span, .news_hot .content a:nth-child(3) span {
    background: #dd1010;
}
.news_hot .content a p {
    float: right;
    width: 265px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article{
    margin:20px 0;
}
.article h1 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #404040;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 20px;
    line-height: 46px;
}
.article .content p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #404040;
    line-height: 30px;
}
.article .content .content_img{
    margin: 20px 0;
    text-align: center;
    width: 400px;
    height: 400px;
    line-height: 400px;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
}
.article .content .content_img img{
    width: 100%;
}
.article .content .content_info{
    width: 505px;
    float: right;
}
.article .content .content_info p{
    line-height: 20px;
    margin: 25px 0;
    border-bottom: 1px dashed #F0F0F0;
    padding-bottom: 10px;
}
.article .content .content_info p span{
    color: #D1D1D1;

}
.text-center{
    text-align: center;
}

.backgroundImg {
    max-width: 1920px;
    height: 500px;
    background-size: cover;
    animation: slowScale 6s linear forwards;
}
.backgroundImg img{
    width: 100%;
    height: 500px;
}
.backgroundImg h2{
    position: absolute;
    top: 240px;
    left: 40%;
    font-size: 58px;
    font-weight: 500;
    color: #FFFFFF;
}
.contact-title span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.contact-title p {
    margin-top: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.Agreement {
    padding: 50px 45px;
    width: 1200px;
    height: auto;
}
.Agreement h2 {
    margin: 0 0 25px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    text-align: center;
}
.Agreement p {
    margin: 0;
    padding: 0;
    min-height: 10px;
    line-height: 25px;
    color: #333;
    font-size: 15px;
}

.Reg_L {
    padding-right: 50px;
    width:600px;
    height: auto;
    margin:0 auto;
}
.Reg_L .title {
    width: auto;
    height: 60px;
    line-height: 40px;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.Reg_L .RegLcon {
    width: 100%;
    height: auto;
    margin-left: 10%;
}
.Reg_L .RegLcon .input {
    width: 100%;
    height: auto;
}
.Reg_L .RegLcon .input input.int {
    padding: 0 15px;
    width: 406px;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}
.Reg_L .RegLcon .input input.int {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
}
.Reg_L .error {
    clear: both;
    width: auto;
    height: 34px;
    line-height: 24px;
    color: #dd1010;
}
.Reg_L .RegLcon .input input.codeVal {
    float: left;
    padding: 0 15px;
    width: 259px;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    border: 1px solid #ddd;
    border-radius: 2px 0 0 2px;
}
.Reg_L .RegLcon .input .codeSendBtn {
    float: left;
    width: 146px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #888;
    cursor: pointer;
}
.Reg_L .RegLcon .input .codeSendBtn {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 2px 2px 0;
}
.Reg_L .RegLcon .input input.code {
    float: left;
    margin-right: 10px;
    padding: 0 15px;
    width: 203px;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}
.Reg_L .RegLcon .input input.code {
    border: 1px solid #ddd;
    border-radius: 2px;
}
.Reg_L .RegLcon .input .codeImg {
    float: left;
    width: auto;
    height: 50px;
}
.Reg_L .RegLcon .input .codeImg img {
    float: left;
    margin-right: 10px;
    width: 170px;
    height: 50px;
    cursor: pointer;
}
.Reg_L .RegLcon .input input.Sex {
    float: left;
    width: 14px;
    height: 14px;
    border: 0;
}
.Reg_L .RegLcon .input label {
    float: left;
    margin-right: 10px;
    padding-left: 5px;
    display: inline-block;
    width: auto;
    height: 14px;
    line-height: 14px;
}
.Reg_L .RegLcon .input a {
    float: left;
    display: inline-block;
    line-height: 14px;
}
.Reg_L .RegLcon .btn {
    padding-top: 30px;
    width: 100%;
    height: auto;
    text-align: center;
}
.Reg_L .RegLcon .btn input {
    margin: 0;
    border: 0;
    cursor: pointer;
}
.Reg_L .RegLcon .btn input.submit {
    width: 270px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    background: #dd1010;
    border-radius: 2px;
    margin-left: -120px;
}
.Reg_L .RegLcon .link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: -70px;
}
.Reg_L .RegLcon .link a {
    color: #dd1010;
}
.sp {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .8);
    z-index: 555555555;
}
.spinner {
    width: 500px;
    height: 350px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 25px;
}
.spinner i {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: all .3s ease-in;
    /*background: url(/static/cms/index/css/gb.png) no-repeat;*/
}
.sp .spinner .texs {
    margin: 0 auto;
    width: 440px;
    text-align: center;
    margin-top: 10px;
    padding: 30px;
}
.sp .spinner .texs h1 {
    text-align: center;
    line-height: 30px;
    height: 45px;
    font-size: 26px;
    color: #000000;
}
.sp .spinner .texs .wenben {
    text-align: left;
    font-size: 17px;
}
.sp .spinner .texs .anniu {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}
.sp .spinner .texs .anniu a {
    background: #FF5722;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

/*发布信息 start*/
.publish{
    background: #fff;
    margin: 20px auto;
    padding: 50px 0;
    border-radius: 6px;
}
.publish .head-txt{
    text-align: center;
    font-weight: normal;
    margin: 20px 0;
}
.publish table{
    width: 500px;
    margin: 0 auto;
    font-size: 14px;
}
.publish table tr{
    margin-bottom: 20px;
    display: block;
}
.publish input,.publish select,.publish textarea{
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
.publish input{
    padding: 10px 10px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    width: 280px;
}
.publish select{
    padding: 5px 10px;
    height: 45px;
    line-height: 45px;
    width: 302px;
}
.publish textarea{
    width: 302px;
    height: 200px;
}
.publish table tr td:first-child{width:30%;text-align:right;padding-right:5%}
.publish .login-btn{
    height: 42px;
    width: 302px;
    background: #dd1010;
    border: 0;
    color: #fff;
}
/*发布信息 end*/


/*ucenter start*/
.uleft {
    width: 200px;
    float: left;
    height: 100%;
    background: #F1F1F1;
    min-height: 650px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.overflow {
    overflow: hidden;
}
.name {
    background: #F1F1F1;
    height: 238px;
    text-align: center;
}
.name dl {
    width: 100%;
}
.mt10{margin-top:10px;}
.pt30 {
    padding-top: 30px;
}
.boder-b {
    border-bottom: 1px solid #e6e6e6;
}
.name .gray .fa{
    color:#1890ff;
    font-size: 14px;
}
.name .gray{
    font-size: 12px;
}
.name_bg p:nth-child(1) {
    width: 50%;
    float: left;
    background: #FE0003;
    height: 4px;
}
.name_bg p:nth-child(2) {
    width: 100%;
    background: #1890ff;
    height: 4px;
}
.pt5 {
    padding-top: 5px;
}
.liat_nav dl {
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
}
.liat_nav dl a {
    width: 238px;
    height: 44px;
    background: #F1F1F1;
    font-size: 14px;
    display: block;
    line-height: 44px;
    text-align: left;
    padding-left: 20px;
    color: #333;
}
.liat_nav dl a .fa{
    font-size:18px;
}
.liat_nav dl a span{
    padding-left:20px;
}
.uright {
    width: 980px;
    min-height: 650px;
    margin-left:20px;
    margin-right: 50px;
    float: right;
}
.uTab_title{
    padding: 20px 0;
}
.uTab_title{
    font-size: 16px;
}
.uTab_title p span{
    padding-left:5px;
}
.uTab_title span.fr{
    font-size: 20px;
}
.dp_bd dl {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #E6E6E6;
    line-height: 60px;
    overflow: hidden;
}
.dp_bd dl dt {
    width: 10%;
    float: left;
    text-align: left;
    font-size: 16px;
}
.dp_bd dl dd {
    width: 88%;
    float: right;
    text-align: left;
}
.ss1_in {
    color: #333;
    text-align: left;
    border: none;
    background: #fff;
    float: left;
    line-height: 60px;
    width: 100%;
    font-size: 15px;
}
.text5_r {
    color: #333;
    text-align: left;
    border: none;
    background: #fff;
    float: left;
    line-height: 30px;
    width: 100%;
    font-size: 15px;
    height: 150px;
    padding-top: 16px;
}
.submit1 {
    width: 212px;
    background: #dd1010;
    height: 44px;
    border-radius: 6px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border: none;
    margin-top: 20px;
    margin-bottom: 50px;
}
.bg_js {
    width: 100%;
}
.bg_js li {
    float: left;
    width: 24%;
    margin-right: 1%;
    height: 2px;
    background: #0C75B9;
    overflow:hidden;
}
.bg_js li:nth-child(1) {
    background: #1890ff;
}
.bg_js li:nth-child(2) {
    background: #FE0003;
}
.bg_js li:nth-child(3) {
    background: #EC510F;
}
.bg_js li:nth-child(4) {
    background: #0C75B9;
}
.sex div{
    margin-right:80px;
    float: left;
}
.sex div input{
    margin-right:5px;
}
.distpicker5 div{
    width: 33.333333333%;
    float: left;
}
.distpicker5 div select{
    width: 60%;
    background-color: #FFFFFF;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
}
ul.mony li{
    width: 96px;
    height: 40px;
    line-height:40px;
    cursor: pointer;
    text-align: center;
    margin:5px 20px 5px 0;
    border: 1px solid #CCCCCC;
    float:left;
}
ul.mony li:hover,ul.mony li.selected{
    color: #FE0003;
    border: 2px solid #FE0003;
    transition: all .5s ease .1s;
}

.upublish{margin-top:20px;}
.ydc-group-table-item {
    position: relative;
    font-size: 16px;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
    height: 140px;
}
.ydc-group-table-item:first-child {
    border-top: 1px solid #ddd;
}
.ydc-group-table-item-img {
    overflow: hidden;
    background-color: #eee;
    position: relative;
    float: left;
    height: 95px;
    width: 133px;
    margin: 20px;
}
.ydc-group-table-item-img img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ydc-actions {
    font-size: 12px;
    float: right;
    margin-right: 40px;
    height: 100%;
    line-height: 140px;
}
.ydc-actions-trigger {
    font-size: 14px;
    color: #3b77be;
    margin-left: 20px;
    cursor: pointer;
    background: none;
    border: none;
}
.ydc-group-table-item-text {
    word-break: break-all;
    padding-top: 40px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.ydc-group-table-item-tag {
    display: inline-block;
    border-radius: 2px;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 12px;
    color: #3b77be;
    border: 1px solid #3b77be;
    margin-right: 6px;
}
.ydc-group-table-item-info {
    margin-left: 20px;
    font-size: 12px;
    color: #a5a5a5;
}
/*ucenter end*/
