.section1
{
    background-image: url(../images/page_01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.section2
{
    background-image: url(../images/page_02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.section3
{
    background-image: url(../images/page_03.jpg?v=20131107);
    background-position: center center;
    background-repeat: no-repeat;
}
.site-date-box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
.site-date-box .site-date-desc, .site-date-box .site-date-nums {
  position: absolute;
}
.site-date-box .site-date-desc {
  left: 100px;
  top: 380px;
}
.site-date-box .site-date-desc  h3 {
  font-size: 26;
}
.site-date-box .site-date-desc  li {
  line-height: 30px;
  font-size: 18px;
}
.site-date-box .site-date-nums {
   right: 0;
   top: 150px;
   width: 374px;
   height: 355px;
   font-size: 24px;
   background: url(../images/circle.png) no-repeat;
   background-size: 100% 100%;
   color:#d00000;
}
.site-date-box .site-date-nums .pv {
  position: absolute;
  top: 28px;
  left: 40px;
}
.site-date-box .site-date-nums .registers-box {
  position: absolute;
  top: 242px;
  left: 0;
}
.site-date-box .site-date-nums .exposure {
  position: absolute;
  bottom: -35px;
  left: 60px;
}
.section4
{
    background-image: url(../images/page_04.jpg);
    background-position: center center;
}
.section5
{
    background-image: url(../images/page_05.jpg);
    background-position: center center;
}
.section6
{
    background-image: url(../images/page_06.jpg);
    background-position: center center;
}
.section{
    padding-top: 0px;
}
.sso_dialog2 {
    width: 360px;
    height: 380px;
    overflow: hidden;
    left: 76%!important;
    top: 325px!important;
    margin-left: -180px;
    margin-top: -190px;
    border: 8px solid #D8D8D8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    z-index: 9999;
    position: fixed;
    display: block;
}
.apply-gzh{
    color: #fff;
    background-color: #d22222;
    padding: 8.5px 16px;
    border-radius: 2px;
    position: absolute;
    right: -45px;
    top: 23px;
    text-align: center;
    display: none;
}

.apply-gzh:hover {
    background-color: #d00000;
    color: #fff;
}
.absolute-write{
    display: none!important;
}
@media screen and (min-height: 920px){
    .section{
        padding-top: 0px;
        background-size: 100% 100%;
    }
}

/*申请表单*/
.error_tips{
    display: none;
}
.apply_form_title {
    display: block;
    font-size: 24px;
    color: #333333;
    margin: 66px 0 30px 0;
    text-align: center;
}
.apply_form dt {
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    margin-right: 15px;
    vertical-align: top;
    width: 185px;
    text-align: right;
    color: #333;
}
.apply_form dd{
    display: inline-block;
}
.apply_form dl{
    margin-bottom: 25px;
}
.apply_form dl p{
    margin-top: 8px;
    width: 509px;
    font-size: 12px;
    color: #999;
}
.apply_form .form_input{
    width: 315px;
    padding-left: 15px;
    height: 31px;

}
.code-box{
    margin-left: 202px;
}
.apply_form .form_code{
    width: 211px;
    margin-right: 12px;
}
.apply_form .form_btn{
    width: 90px;
    border: none;
    height: 35px;
    background-color: #d00000;
    color: #fff;
}
.apply_form .form_btn[disabled]{
    background-color: #F2F2F2;
    font-size: 14px;
    color: #666666;
}
.form_textarea{
    width: 489px;
    padding: 10px;
    height: 80px;
}

.upload_img {
    display: inline-block;
    border: 1px solid #C4E0FF;
    background: #fff;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
}
.remian-text{
    display: inline-block;
    vertical-align: top;

}
.remian-text{
    margin-left: 24px;
    margin-top: 20px;
}
.remian-text2{
    margin-left: 24px;
    display: inline-block;
    vertical-align: top;
}
.remian-text2 div{
    color: #259;
    text-align: center;
}
.remian-text span,.remian-text2 span{
    display: block;
    line-height: 22px;

}
.upload_img p {
    display: block;
    margin-top: 45px;
    line-height: 20px;
}
.upload_img div{
    width: 36px;
    margin: 0 auto;
    font-size: 16px;
    color: #999;
    margin-top: 32px;
    line-height: 24px;
}
/*图片剪裁盒子*/
#photoClipBox{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    z-index: 9999;
}
#clipDialog{
    display: block;
    position: fixed;
    border: 5px solid #ddd;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 400px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -200px;
    color: #666;
    line-height: 20px;
}
#clipDialog h2{
    font-size: 16px;
    margin-bottom: 10px;
    color: #999;
    position: relative;
}
#clipDialog .close{
    background: #ccc;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 19px;
    right: -10px;
    position: absolute;
    text-align: center;
    top: -10px;
}
#clipDialog p{
    margin-bottom: 10px;
}
#clipArea {
    height: 250px;
    margin-bottom: 10px;
}
#clipBtn {
    float: right;
    width: 100px;
}
.trade-content{
    font-size: 16px;
    color: #333333;
}
.trade-box{
    width: 480px;
}
.trade-content>p{
    margin-bottom: 8px;
}
.trade-box>span{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 15px;
}
.mt12{
    margin-top: 12px;
}
.disnone{
    display: none;
}
.red_style{
    border: 1px solid #d22;
}
.red_style .layui-layer-title{
    background: #d22;
    color: #fff;
}
.red_style  .layui-layer-btn0{
    background: #D22222 !important;
    border-color: #d22 !important;
}
.red_style .layui-layer-setwin .layui-layer-close1{
    background-position:-80px -40px;
}
.red_style.success .layui-layer-padding{
    padding:20px;
    color: #666;
    text-align: center;
}
.red_style.success .layui-layer-padding p{
    text-align: left;
    padding-top: 20px;
}

.red_style.success .layui-layer-btn{
    text-align: center;
    padding-bottom: 35px;
}
.mg-auto{
    margin: 0 auto;
    width: 500px;
}
.mg-auto p{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 12px;
}
.trade-box input{
    margin-right: 4px;
}
.trade-btn{
    margin-top: 18px;
    text-align: center;
}
.trade-btn input{
    font-size: 14px;
    margin-right: 12px;
}
.trade-btn .tradeClick{
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #d00000;
    padding: 0;
}
.trade-btn .tradeClose{
    width: 90px;
    height: 28px;
    line-height: 28px;
    background-color: #e4e4e4;
    padding: 0;
    color: #333333;
    border: 1px solid #D7D7D7;
}
.color_red{
    color: #d00000;
}
.error_tips{
    display: none;
    color: #D22222;
}
#upApply{
    width: 330px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border: none;
    background-color: #d00000;
    border-radius: 3px;
    cursor: pointer;
}
.upload_img{
    cursor: pointer;
}
.m-deal {
    font-family: "Microsoft yahei", "微软雅黑";
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
}
.m-deal h1 {
    font-size: 18px;
    text-align: center;
    color: #333;
    font-family: Microsoft Yahei;
}
.m-deal h5 {
    color: #333;
    font-size: 14px;
    margin: 50px 0 20px;
}
.mt10 {
    margin-top: 10px;
}
.m-deal p {
    color: #666;
    font-size: 12px;
}
.text-center{
    text-align: center;
    margin-top: 134px;
    margin-bottom: 300px;
    display: none;
}
.text-center img{
    margin-right: 20px;
}
.font28{
    font-size: 28px;
    color: #333;
    vertical-align: middle;
}

.text-center p{
    font-size: 18px;
    color: #666;
    line-height: 40px;
}
.text-center a:hover{
    color: #fff;
}
.mt24{
    margin-top: 60px;
}
.go-other{
    display: inline-block;
    width: 300px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #d00000;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 30px;
}

.go-other:hover, .go-pagehome:hover {
    background-color: #BC1E1E;
}

.go-pagehome {
    background-color: #d00000;
    color: #fff;
    margin-right: 32px;
    width: 130px;
    height: 40px;
    line-height: 40px;
}

.go-column {
    background-color: #4d97ef;
    color: #fff;
    margin-right: 32px;
    width: 130px;
    height: 40px;
    line-height: 40px;
}

.go-column:hover {
    background-color: #259;
}

.go-browse {
    background-color: #e4e4e4;
    color: #333;
    width: 128px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #b5b5b5;
}

.go-browse:hover {
    background-color: #ccc;
}

.go-pagehome, .go-browse {
    display: inline-block;

    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 30px;
}
body #AD-background{
    display: none!important;
}
#fix-tdkad{
    display: none!important;
}
body #AD-background{
    display: none!important;
}
#fix-tdkad{
    display: none!important;
}
.apply-absolute{
    display: block;
    width: 250px;
    height: 65px;
    z-index: 2;
    position: absolute;
    top: 51.3%;
    left: 8.4%;
    font-size: 0;
}
.wid1200{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
#content_tips{
    position: relative;
    z-index: 99999;
    background-color: #fff;
}
#upload_imgBox label img{
    height: 110px;
}
#codeBtn{
    cursor: pointer;
}
#jq-apply_form h4 .line{
    width: 84%;
    display: inline-block;
    border-top: 1px solid #e3e3e3;
    margin-left: 20px;
    position: relative;
    top: -5px;
}
#jq-apply_form h4{
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #72CDDE;
    margin: 50px 0;
}
.last_line{
    border-top: 1px solid #e3e3e3;
    margin-top: 50px;
    padding-top: 50px;
}


.bigimg {
    cursor: pointer;
    width: 132px;
    height: 102px;
    border: 1px solid #c4e0ff;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    /* background: #e3e3e3; */
}
.bigimg .upload_text{
    position: absolute;
    left: 0;
    top: 24px;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    width: auto;
    height: auto;
    color: #999;
    font-size: 18px;
}

.propic {
    position: relative;
}
.bigimg img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#pj_img_upload-queue, #page_img_upload-queue {
    display: none;
}

/* 发布成功文章二维码推荐 start */
.wrapper-prompt-media {
    width: 540px;
    height: 170px;
    margin: 30px auto;
    padding: 25px 40px;
    box-sizing: border-box;
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
}
.wrapper-prompt-qrcode {
    width: 120px;
    height: 120px;
    font-size: 0;
}
.wrapper-prompt-qrcode img{
    width: 100%;
    height: 100%;
}
.wrapper-prompt-content {
    padding-left: 18px;
    flex: 1;
    box-sizing: border-box;
    text-align: left;
}
.wrapper-prompt-title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}
.wrapper-prompt-desc {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}
.wrapper-prompt-tips span,
.wrapper-prompt-tips::before {
    display: inline-block;
    vertical-align: middle;
}
.wrapper-prompt-tips span {
    padding-left: 10px;
    color: #1AC13A;
    font-size: 14px;
}
.wrapper-prompt-tips::before {
    content:'';
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-image: url(images/wechat.png);
}
/* 发布成功文章二维码推荐 end */
