* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    background-repeat: no-repeat;
}
.clearfix:after {
    height: 0;
    display: block;
    content: '.';
    visibility: hidden;
    clear: both;
}
.clear {
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
ul {
    list-style: none;
}
input[type="submit"] {
    cursor: pointer;
    -moz-appearance: none;
}
img {
    border: 0;
}
input {
    outline: none;
    border: 0;
}
a {
    text-decoration: none;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ellipsis2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis3 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ellipsis4 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
a:link {
    text-decoration: none;
    outline: none;
}
body {
    font-family: "微软雅黑";
    font-size: 14px;
    height: 100%;
}
html {
    height: 100%;
    direction: rtl
}
em {
    color: #ae5d35;
    margin: 0 4px;
}
input::-ms-clear {
    display: none;
}
input::-ms-reveal {
    display: none;
}
.transition {
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}
.box {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -68px;
}
.box1 {
    padding-bottom: 68px;
}
.w-998 {
    width: 998px;
    margin: 0 auto;
}
.w-940{
    width: 940px;
    margin: auto;
}
.bar{
    height: 29px;
    background: #F2497A;
}
/*首页*/
.header {
    height: 567px;
    text-align: center;
    overflow: hidden;
}
.competitionTime {
    height: 90px;
    line-height: 90px;
    background: #00A6FF;
    position: relative;
    text-align: center;
}
.competitionTime img{
    vertical-align: middle;
}
.countdown {
    margin-top: 20px;
    padding-left: 525px;
    background: url("../img/sytime.png") no-repeat center center;
    background-size: auto 55px;
    text-align: center;
    font-size: 72px;
    font-family: Arial;
    font-weight: bold;
    color: #00A6FF;
}
.clabatn{
    width: 338px;
    height: 60px;
    background: #00A6FF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 60px auto;
    cursor: pointer;
}
.sameTitle {
    height: 69px;
    line-height: 69px;
    background: url('../img/biaoti.png') no-repeat right top;
    padding-right: 157px;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 36px;
}
.panel {
    margin-bottom: 65px;
}
.panel p {
    line-height: 46px;
    margin-bottom: 13px;
    font-size: 20px;
    padding-right: 139px;
}
.panel p a{
    color: #333333;
}
.jiangbei{
    background: #FFE8EF;
}
.jiangbei div {
    background-image: url('../img/jiangpin.png');
    background-size: 280px;
    background-position: center right;
    padding: 0px 300px 60px 0px;
    box-sizing: border-box;
    font-size: 20px;
}
.jiangbei div p {
    line-height: 66px;
}
.information {
    background: #f2497a url("../img/star.png") no-repeat;
    background-size: 100% 100%;
    background-position: left bottom;
    padding-top: 90px;
    color: white;
    padding-bottom: 116px;
}
.information div {
    width: 720px;
    margin: 0 auto;
}
.information h3 {
    line-height: 64px;
    text-align: center;
    font-size: 34px;
}
.information h4 {
    line-height: 92px;
    font-size: 24px;
}
.information p {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    margin-bottom: 20px;
}
.footer {
    background: white;
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.footer img {
    display: inline-block;
    vertical-align: middle;
}
/*列表页*/
.wrapper_main {
    margin-top: 64px;
}
.wrapper_main .title {
    height: 78px;
    line-height: 78px;
    text-align: center;
    color: #f2497a;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 10px;
}
.wrapper_main .toupiao_rules {
    margin-bottom: 20px;
}
.wrapper_main .toupiao_rules, .wrapper_main .time {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
}
.wrapper_main .time {
    margin-bottom: 25px;
}
.wrapper_main table {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 52px;
}
.wrapper_main table td {
    padding: 16px 0;
    text-align: right;
    vertical-align: middle;
}
.wrapper_main table tr{
    border-bottom: 1px solid #D8D8FF;
}
.wrapper_main table tr:first-child{
    border: none;
}
.wrapper_main table td.result span {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 24px;
    background: #61daa5;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.wrapper_main table td.result span.fail {
    background: #ccc;
}
.wrapper_main table td.result.cur {
    text-decoration: line-through;
    color: #ccc;
}
.wrapper_main table th {
    height: 48px;
    line-height: 48px;
    background: #F2497A;
    color: white;
    text-align: center;
    border-right: 2px solid white;
    font-size: 25px;
}
.wrapper_main table td {
    font-size: 20px;
}
.wrapper_main table td.toupiao_td {
    text-align: left;
    color: #F2497A;
    position: relative;
    word-break: normal;
}
.wrapper_main table td.toupiao_td span {
    padding-left: 13px;
    display: block;
}
.wrapper_main table td.name {
    width: 288px;
    padding-right: 12px;
    text-align: right;
    font-size: 20px;
}
.wrapper_main table td.result {
    position: relative;
    width: 401px;
    font-size: 20px;
}
.wrapper_main table td.people_id {
    font-size: 20px;
    text-align: center;
    width: 110px;
}
.wrapper_main table td.toupiao_td{
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper_main #buttom-pagination {
    margin: 0 auto;
    display: table;
    margin-bottom: 130px;
    text-align: center;
}
.wrapper_main #buttom-pagination ul {
    overflow: hidden;
    margin: 0 auto;
    display: table-cell;
}
.wrapper_main #buttom-pagination li {
    float: right;
    width: 64px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: white;
    font-size: 25px;
    background: #BBE7FF;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-right: 6px;
}
.wrapper_main #buttom-pagination li a {
    color: white;
    display: block;
    text-align: center;
}
.wrapper_main #buttom-pagination li.active {
    background: #00A6FF;
}
/*提交作品*/
.scrol::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.scrol::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background   : #B3B3B3;
}
.scrol::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background   : #F0F0F0;
}
.nehead{
    width: 100%;
    height: 122px;
    overflow: hidden;
    text-align: center;
}
.nehead img{
    width: 100%;
    height: 100%;
}
.flex{
    display: flex;
    display: -webkit-flex;
}
.writing  .infor .left{
    padding-right: 255px;
}
.writing  .infor .left>div{
    margin-bottom: 10px;
}
.writing  .infor .headle{
    color: #5d5d5d;
    font-size: 25px;
    width: 150px;
}
.writing  .infor .left .leftText{
    width: 510px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #F2497A;
    font-size: 18px;
    padding-right: 5px;
    display: block;
}
.writing  .infor .left .error{
    font-size: 22px;
    color: #F2497A;
}
.writing  .infor .sex{
    padding-top: 10px;
}
.writing  .infor .sexs{
    color: #5d5d5d;
    font-size: 25px;
    align-items: center;

}
.writing  .infor .sexs label{
    padding-right: 15px;
}
.writing  .infor .sexs{
    padding-right: 40px;
}
.writing  .infor .sexs:first-child{
    padding-right: 0;
}
.writing  .infor .sexs input{
    opacity: 0;
    width: 24px;
    height: 24px;
}
.writing  .infor .sexs span{
    width: 24px;
    height: 24px;
    background-image: url("../img/danxuan1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.writing  .infor .sexs .selected{
    width: 24px;
    height: 24px;
    background-image: url("../img/danxuan2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.writing  .infor .left .seinput .leftText{
    background: #ffffff url("../img/xiala.png");
    background-size:20px 12px;
    background-position: 480px center;
    background-repeat: no-repeat;
}
.writing  .infor .left .seinput .leftText span{
    font-size:18px;
    color: #5d5d5d;
    padding-right: 40px;
    line-height: 38px;
}
.writing  .infor .left .seinput{
    position: relative;
}
.writing  .infor .left .seinput ul{
    width: 254px;
    background: #ffffff;
    position: absolute;
    border-left: 1px solid #4539BE;
    border-right: 1px solid #4539BE;
    max-height: 180px;
    overflow: auto;
}
.writing  .infor .left .seinput .seileft{
    left: 0;
}
.writing  .infor .left .seinput ul{
    width: 257px;
    background: #ffffff;
    position: absolute;
    border-left: 1px solid #F2497A;
    border-right: 1px solid #F2497A;
    max-height: 180px;
    overflow: auto;
}
.writing  .infor .left .seinput ul li{
    border-bottom: 1px solid #F2497A;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px;
}
.writing  .infor .left .seinput ul li img{
    transform: rotate(90deg);
}
.writing  .infor .left .seinput ul a{
    display: block;
    font-size: 18px;
    padding: 0px 10px;
    color: #5d5d5d;
    flex: 1;
}
.writing  .infor .left .seinput ul li:hover{
    background: #FFF1F5;
}
.writing  .infor .left .seinput ul .zdActive{
    background: #F2497A;
    color: #ffffff;
}
.writing  .infor{
    border-top:6px solid #F2497A ;
    background: #FFF1F5;
    margin-top: 64px;
    padding: 50px 40px;
    margin-bottom: 40px;
    position: relative;
    box-sizing: border-box;
}
.writing  .infor .right{
    width: 165px;
    position: absolute;
    right: 40px;
}
.writing  .right .photo{
    width: 164px;
    height: 164px;
    background: #FFFFFF;
    border: 1px solid #F2497A;
    color: #F2497A ;
    font-size: 22px;
    text-align: center;
}
.writing  .right .photo p{
    padding-top: 50px;
}
.writing  .right .photo span{
    display: block;
}
.writing  .right .unload{
    width: 164px;
    height: 48px;
    background: #F2497A;
    border-radius: 24px;
    color: #F9F3E4;
    font-size: 22px;
    margin: 20px 0px;
    text-align: center;
    line-height: 48px;
}
.writing  .right .limit{
    font-size: 20px;
    color: #5D5D5D;
    padding: 0px 10px;
    text-align: center;
}
.writing  .choose h3{
    color: #F2497A;
    font-size: 30px;
    padding-bottom: 20px;
}
.writing  .choose .under p input{
    opacity: 0;
    width: 24px;
    height: 24px;
}
.writing  .choose .under p span{
    width: 24px;
    height: 24px;
    background-image: url("../img/danxuan.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.writing  .choose .under p  .selected{
    width: 24px;
    height: 24px;
    background-image: url("../img/danxuan1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.writing  .choose .sexWidth .sexs{
    padding-right: 0px;
}
.writing  .choose .check p{
    margin-right: 40px;
    padding-top: 10px;
}
.writing  .choose .check label{
    color: #5d5d5d;
    font-size: 25px;
    padding-right: 14px;
}
.writing  .choose .check span{
    width: 22px;
    height: 22px;
    background-image: url("../img/check1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.writing  .choose .check .ckecked{
    width: 22px;
    height: 22px;
    background-image: url("../img/checked1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.writing  .choose .check span input{
    width: 22px;
    height: 22px;
    opacity: 0;
}
.writing .form2 {
    background: #F2497A;
    padding-top: 54px;
    padding-bottom: 62px;
}
.writing .form2>div {
    width: 918px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 25px;
}
.writing .form2 .book_name {
    line-height: 36px;
    margin-bottom: 23px;
    justify-content: space-between;
}
.writing .form2 input {
    width: 770px;
    height: 36px;
    background: #FFFFFF;
}
.writing .form2 label.error {
    font-size: 25px;
    text-align: center;
    display: block;
    color: #ef5c22;
}
.writing .form2 .book_con label{
    display: block;
    padding-bottom: 10px;
}
.writing .form2 .book_con textarea{
    width: 100%;
    height: 220px;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}
.writing .form2 div .notice {
    line-height: 84px;
    text-align: center;
}
.writing .form2 div input[type="button"] {
    width: 270px;
    height: 42px;
    line-height: 42px;
    background: #F2FB95;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    color: #F2497A;
    font-size: 25px;
    text-align: center;
    border: 0;
    cursor: pointer;
}
/*弹框*/
.bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    display: none;
}
.dialog{
    width:568px;
    padding:6px 42px 29px 42px;
    position:fixed;
    background: #FFE8EF;
    z-index:20;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    display:none;
    box-shadow:3px 3px 20px 0 #d2f7e3;
    -webkit-box-shadow:3px 3px 20px 0 #d2f7e3;
    -moz-box-shadow:3px 3px 20px 0 #d2f7e3;
    -ms-box-shadow:3px 3px 20px 0 #d2f7e3;
}
.dialog>p.title{
    height:90px;
    line-height:90px;
    color:#F2497A;
    text-align:center;
    font-size:30px;
}
.dialog .articles{
    background:white;
    max-height:340px;
    overflow-y:auto;
    margin-bottom:16px;
    padding:0 33px 20px 17px;
}
.dialog .articles p.title{
    line-height:80px;
    font-size:25px;
    font-weight:bold;
}
.dialog .articles p.article{
    line-height:38px;
    font-size:25px;
    margin-bottom:20px;
}
.dialog button{
    float:left;
    width:238px;
    height:42px;
    text-align:center;
    line-height:36px;
    background:#FFA4BE;
    border:0;
    border-radius:21px;
    -webkit-border-radius:21px;
    -moz-border-radius:21px;
    -ms-border-radius:21px;
    -o-border-radius:21px;
    color:white;
    font-size:27px;
    outline: none;
    padding-bottom: 5px;
}
.dialog button.no_agree{
    margin-left:59px;
    margin-right:28px;
}
.dialog button.no_agree{
    margin-left:50px;
    margin-right:28px;
}
.dialog button.agree{
    background:#00A6FF;
}
.dialog p.agree{
    text-align:center;
    margin-bottom:28px;
    font-size:32px;
    color:white;
    height:34px;
    line-height:34px;
}
.dialog p.agree label{
    display:inline-block;
    color:#F2497A;
}
.dialog p.agree span,.dialog p.agree input{
    display:inline-block;
    width:25px;
    height:25px;
    background:white;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    border:0;
    vertical-align: middle;
    position:relative;
    border:1px solid #F2497A;
}
.dialog p.agree input{
    opacity:0;
    position:absolute;
    left:0;
    top:0;
}
.dialog p.agree span.checked{
    background:url(../img/agree.png) no-repeat center,white;
}
.dialog label{
    display: block;
}
/*文章页*/
.readCon {
    margin: 50px auto 180px auto;
    padding-top: 42px;
    padding-bottom: 53px;
    line-height: 30px;
    width: 720px;
    background: #FFF1F5;
    border: 1px solid #f2497a;
}
.readCon .photo {
    width: 148px;
    height: 148px;
    background: #FF84A8;
    border: 3px solid #FFFFFF;
    margin: 0 auto;
}
.readCon .photo img {
    display: block;
    width: 100%;
    height: 100%;
}
.readCon .storyName {
    padding: 0 10px;
    text-align: center;
    font-size: 28px;
    line-height: 60px;
    margin-top: 18px;
}
.readCon .storyAuthor {
    text-align: right;
    padding: 0 10px;
    font-size: 18px;
    margin-bottom: 20px;
}
.readCon .storyCon {
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.readCon .toupiao_num {
    text-align: center;
    font-family: Arial;
    font-size: 26px;
    color: #f2497a;
    line-height: 38px;
    margin-bottom: 54px;
}
.tool {
    text-align: center;
    position: relative;
}
.tool p {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    border-radius: 46px;
    -webkit-border-radius: 46px;
    vertical-align: middle;
}
.tool .share {
    background:#f2497a url('../img/share.png') no-repeat;
    background-position: center;
    width: 64px;
    margin-right: 13px;
    cursor: pointer;
}
.tool .toupiao {
    width: 156px;
    padding-left: 28px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    background: #00A6FF url('../img/xin.png') no-repeat;
    background-position: 128px center;
}
.tool .toupiao.active{
    background-image: url('../img/xinActive.png');
}
.toupiao_yuan .toupiao {
    width: 22px;
    height: 18px;
    background: url(../img/xin.png) no-repeat;
    /* background-position: center center; */
    background-size: 100% 100%;
}
.toupiao_yuan.active .toupiao{
    background-image: url('../img/xinActive.png');
}
.tool .bdsharebuttonbox {
    position: absolute;
    bottom: -45px;
    left: 220px;
    display: none;
}
.toupiao_yuan{
    width: 48px;
    height: 48px;
    background-image: url('../img/table1.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    box-sizing: border-box;
}
.social-share .icon-twitter{background-image: url(../img/twitter.png); background-repeat: no-repeat; background-position: center center;}
.social-share .icon-twitter:hover{background-image: url(../img/twitter2.png); background-repeat: no-repeat; background-position: center center;}
.social-share .icon-facebook{background-image: url(../img/facebook.png); background-repeat: no-repeat; background-position: center center;}
.social-share .icon-facebook:hover{background-image: url(../img/facebook2.png); background-repeat: no-repeat; background-position: center center;}

/*投稿成功*/
.wrasuss{
    text-align: center;
}
.wrasuss .successDiv h3 {
    height: 100px;
    margin-bottom: 33px;
}
.wrasuss  .successDiv h3 img {
    vertical-align: middle;
}
.wrasuss .successDiv h3 span {
    display: inline-block;
    padding-top: 28px;
    height: 72px;
    line-height: 72px;
    font-size: 30px;
    color: #4b4b4b;
    font-weight: bold;
    vertical-align: middle;
}
.wrasuss .successDiv p{display: inline-block; padding:0 28px; height:46px; line-height:46px; background:#FFF1F5;
    font-size:18px; color:#4b4b4b;}
.wrasuss .successDiv p span{color:#f47c00;}
.wrasuss  .downDiv{position: fixed; right:12px; top:30%; background:white; box-shadow: 0 0 9px 0 rgba(0,0,0,.36); border-radius:5px; -webkit-border-radius:5px;
    -moz-border-radius:5px; -ms-border-radius:5px; overflow: hidden; padding-bottom:16px; width:180px;}
.wrasuss  .downDiv h3{padding:10px; color:white; background:#f2497a; position: relative; margin-bottom:22px; text-align: center;}
.wrasuss  .downDiv h3:after{content:""; width:13px; height:8px; background:url(../img/sanjiaoxing.png) no-repeat left top;
    position: absolute; left:50%; margin-left:-6px;bottom:-8px;}
.wrasuss  .downDiv p{line-height:18px; font-size:12px; color:#999999; text-align: center; margin-bottom:12px;}
.wrasuss  .downDiv img{display: block; margin:0 auto; width:110px; height:110px; margin-bottom:16px;}
.wrasuss  .downDiv h4{padding:0 16px; line-height:38px; background:#e8ca76; border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px;
    -webkit-border-radius:3px; margin:0 10px; text-align: center; color:#25607f;}
.wrasuss  .downDiv h4 img{width:21px; height:22px; display: inline-block; vertical-align:middle; margin:0; margin-right:4px;}
@media (max-width: 1920px) {
    .header img,.nehead img{
        object-fit: cover;
    }
}

