/*公共样式*/
.wid{
    width:1200px;
    margin: 0 auto;
    height: inherit;
}

.title{
    text-align: center
}
.title .text{
    position:relative;
    font-size: 60px;
    letter-spacing: 4px;
    color: #ffffff;
    /*text-shadow: 5px 15px 25px rgba(19, 16, 95, 0.55);*/
    font-weight: bold;
    background-image:-webkit-linear-gradient(bottom,#b5eaff,#e6ceff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    text-align: center;
    position:relative;
}
.title .text:before{
    content: '';
    position:absolute;
    display:inline-block;
    width:163px;
    height: 112px;
    background-image: url(../images/giveMarket/left.png);
    left: -180px;
    top: -5px;
}
.title .text:after{
    content: '';
    position:absolute;
    display:inline-block;
    width:163px;
    height: 112px;
    background-image: url(../images/giveMarket/right.png);
    right: -180px;
    top: -5px;
}
.title .line{
    font-size: 30px;
    margin-top: 25px;
    text-align: center;
    height:62px;
    background:url(../images/giveMarket/titleBottom.png) no-repeat center;
}
.title .line span{
    background-image:-webkit-linear-gradient(bottom,#deba0f,#ffde02);
    letter-spacing: 3px;
    background-image:-webkit-linear-gradient(bottom,#70adf1,#fff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    line-height: 61px;
}
.title .line .yellow{
    background-image:-webkit-linear-gradient(bottom,#deba0f,#ffde02);
    letter-spacing: 3px;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/*.banner*/
.box{
    width:100%;
    height: 100%;
    background:#1629a0 url(../images/giveMarket/main_bg.png) repeat;
}
.banner{
    height: 725px;
    background-image: url(../images/giveMarket/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.banner .btn{
    width:256px;
    height: 114px;
    background-image: url(../images/giveMarket/btn_banner.png);
    font-size: 26px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    background-repeat: no-repeat;
    position:absolute;
    bottom: 217px;
    left: 50%;
    margin-left: -128px;
    line-height: 120px;
    padding-left: 55px;
}
.banner .btn a{
    text-decoration: none;
    color: #fff;
}
.banner .btn:hover{
    bottom: 222px;
    cursor: pointer;
}
.issue{
    height: 1016px;
    background:url(../images/giveMarket/bg_issue.png) no-repeat center;
}
.issue .content{
    width:1340px;
    height: 520px;
    background: url(../images/giveMarket/deng.png) no-repeat center;
    margin-top: 90px;
    margin-left: -70px;
}
.issue .content p{
    margin: 0 auto;
    width: 1119px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding-top: 78px;
}


.issue .content .conLine{
    background: url(../images/giveMarket/item.png) no-repeat center;
    margin-top: 40px;
    position:relative;
    font-size: 18px;
    color: #ffffff;
    height: 34px;

}
.issue .content .left{
    width: 417px;
    height: 162px;
    background-color: #1f18b0;
    border-radius: 10px 10px 10px  80px;
    box-shadow: inset 0px 3px 11px 0px
    rgba(0, 0, 0, 0.19);
    position:absolute;
    line-height: 30px;
    padding: 26px;
    top: 52px;
    left: 73px;
}
.issue .content .left span{color:#f7e800;}
.issue .content .right span{color:#f7e800;}
.issue .content .left:before,
.issue .content .right:before{
    content: '';
    width:0;
    height:0;
    border-left:16px solid transparent;
    border-right:16px solid transparent;
    border-bottom:16px solid #1c169f;
    position:absolute;
    top: -13px;
    left: 219px;
}
.issue .content .right:before{
    left: 332px;
}
.issue .content .right{
    width:650px;
    height: 162px;
    background-color: #1f18b0;
    box-shadow: inset 0px 3px 11px 0px
    rgba(0, 0, 0, 0.19);
    border-radius: 10px 10px 150px 10px;
    position:absolute;
    line-height: 30px;
    padding: 26px;
    right: 70px;
    top: 52px;
}


/*number*/
.number{
    height: 1181px;
    background: url(../images/giveMarket/bg_list.png) no-repeat center;
    margin-top: -235px;
}
.number .title{
    margin-top:-100px;
}
.number ul{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 232px;
    padding-top: 100px;
}
.number li{
    width:600px;
    height: 305px;
    background: url(../images/giveMarket/tedian01.png) no-repeat center;
    cursor: pointer;
}
.number li:nth-child(2){
    background: url(../images/giveMarket/tedian02.png) no-repeat center;
}
.number li:nth-child(3){
    background: url(../images/giveMarket/tedian03.png) no-repeat center;
}
.number li:nth-child(4){
    background: url(../images/giveMarket/tedian04.png) no-repeat center;
}
.number li:nth-child(5){
    background: url(../images/giveMarket/tedian05.png) no-repeat center;
}
.number li:nth-child(6){
    background: url(../images/giveMarket/tedian06.png) no-repeat center;
}
.number li .numberTitle{
    font-size: 36px;
    line-height: 28px;
    letter-spacing: 4px;
    color: #ffffff;
    padding:66px 0 0 55px;
}
.number li p{
    width:252px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding:26px 0 0 55px;
}
.number li.active{
    margin-top:-5px;
}
.num_title{
    margin-top:-100px;
}
.actor{
    height: 1110px;
    background: url(../images/giveMarket/bg_02.png) no-repeat center;
}
.actorTitle{

}
.actorTitle .title .text:before{
    left: -270px;
}
.actorTitle .title .text:after{
    right: -270px;
}
.actor .cont{
    margin: 0 auto;
    width:1286px;
    height: 620px;
    background: url(../images/giveMarket/bg_kuang.png) no-repeat center;
    margin-top: 73px;
}
.actor .cont ul{
    width:785px;
    float: right;
    /*height: 1000px;*/
    padding-top: 88px;
    padding-right: 88px;
}
.actor li{
    height: 86px;
    background: url(../images/giveMarket/1.png) no-repeat center;
    display:flex;
    line-height: 84px;
    cursor: pointer;
    margin-top: 8px;
    width:785px;
}
.actor li .num{
    font-size: 30px;
    color: #1d4cd4;
    opacity: 0.9;
    padding: 0 40px;
    font-weight: bold;
    font-style:italic;
}
.actor li p{
    font-size: 18px;
    color: #ffffff;
    letter-spacing: -1px;
    padding-left: 20px;
}
.actor li p span{
    color: #fffd4d;
}

.actor li.active{
    margin-left: -49px;
}
.show{
    height: 1331px;
    background: url(../images/giveMarket/bg_1.png) no-repeat center;
    /*margin-top: -410px;*/
}
.showTitle{
    margin-top:-380px;
}
.showTitle .text:before{
    left: -280px;
}
.showTitle .text:after{
    right: -280px;
}
.show li{
    position:relative;
}
.show li:nth-child(1){
    padding-top:85px;
}
.show li:nth-child(1) .tp{
    height: 530px;
    background: url(../images/giveMarket/uk01.png) no-repeat left;
}
.show li p{
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
    width: 294px;
    position:absolute;
    right: 0;
    top: 266px;
}
.show li:nth-child(2) p{
    left: 0;
    top: 285px;
    width: 265px;
}
.show li:nth-child(2){
    margin-top: 43px;
}
.show li:nth-child(2) .tp{
    height: 674px;
    background: url(../images/giveMarket/uk02.png) no-repeat right;
}

.buy{
    height: 1203px;
    background: url(../images/giveMarket/bg.png) no-repeat center;
    margin-top: -110px;
}
.buy .title{
    padding-top: 220px;
}
.buy .title p{
    font-size: 30px;
    background-image:-webkit-linear-gradient(bottom,#ffde02,#ffeb87);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    padding-top: 10px;
    font-weight: bold;
}
.buy ul{
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin-top:82px;
}
.buy li .btn{
    width:284px;
    height: 78px;
    text-align: center;
    line-height: 66px;
    position:absolute;
    bottom: 76px;
    left: 50%;
    margin-left: -142px;
}
.buy li .btn:hover{
    bottom: 80px;
}
.buy li:nth-child(1) .btn{
    background: url(../images/giveMarket/btn_left.png);
}
.buy li:nth-child(3) .btn{
    background: url(../images/giveMarket/btn_right.png);
}
.buy li:nth-child(1){
    width:552px;
    height: 554px;
    background: url(../images/giveMarket/book_left.png) no-repeat center;
    position:relative;
}
.buy li:nth-child(2){
    width:97px;
    height: 104px;
    background: url(../images/giveMarket/add.png) no-repeat center;
}
.buy li:nth-child(3){
    width:552px;
    height: 554px;
    background: url(../images/giveMarket/book_right.png) no-repeat center;
    position:relative;
}
.buy li a{
    font-size: 26px;
    height:68px;
    line-height: 58px;
    color: #ffffff;
    text-decoration: none;

}
.buy li p{
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 160px;
    padding-left: 42px;
    font-weight: bold;
}
.buy li p span{
    color: #ffdd17;
    font-size: 55px;
}
.buy li .txt{
    width: 318px;
    font-size: 26px;
    line-height: 36px;
    color: #fefefe;
    font-weight: bold;
    padding-top: 32px;
    padding-left: 35px;
}
.buy .copy{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #5e96f2;
    text-align: center;
    padding-top: 50px;
}



