@import url(header.css);
@media screen and (max-width: 750px) and (min-height: 700px) {
    /*code*/
    .newPageBox .foot_buttom {
        position: absolute;
        bottom: 0;
    }
    .newPageBox .posterView .tips {
        min-height: 5.3333333333vw;
    }
}
html {
    font-family: "intel_rg";
}

.PageBox {
    min-height: calc(100vh - 16.53333vw - 56.4vw);
    background: rgb(10, 37, 82);
    padding-top: 5.3333333333vw;
}
.PageBox .buttonBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.PageBox .shareButton {
    background: linear-gradient(to right, #04B89F, #326EBD, #2B3AF6, #2C96FB);
    width: 40vw;
    height: 9.8666666667vw;
    line-height: 9.8666666667vw;
    text-align: center;
    font-size: 3.7333333333vw;
    color: #fff;
    margin: 0px auto;
}
.PageBox .shareButton i {
    font-size: 3.7333333333vw;
    margin-right: 1.3333333333vw;
}
.PageBox .part {
    width: 90.6666666667vw;
    margin: 0px auto;
    margin-top: 9.3333333333vw;
}
.PageBox .part.part2 {
    padding-bottom: 6.6666666667vw;
}
.PageBox .part.part3 {
    width: 100%;
    padding-bottom: 4vw;
    margin-top: 2.6666666667vw;
}
.PageBox .part.part3 .title {
    width: 90.6666666667vw;
    margin: 0px auto;
    padding-bottom: 3.3333333333vw;
}
.PageBox .part.part3 .invitePro {
    color: rgba(255, 255, 255, 0.8);
    display: none;
}
.PageBox .part.part3 .invitePro .topli {
    margin-top: 2.6666666667vw;
}
.PageBox .part.part3 .invitePro .topli .no {
    width: 8.9333333333vw;
    height: 6.9333333333vw;
    background: url(../images/no.png) no-repeat center center;
    background-size: contain;
    margin-right: 2vw;
    line-height: 6.9333333333vw;
    text-align: center;
    color: #2C96FB;
    font-family: intel_bd;
    position: relative;
    font-size: 2.6666666667vw;
}
.PageBox .part.part3 .invitePro .topli .no.no1 {
    line-height: 8vw;
    color: rgba(255, 255, 255, 0);
    background: none;
    font-weight: bold;
    font-size: 2.9333333333vw;
}
.PageBox .part.part3 .invitePro .topli .no.no1 span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: linear-gradient(90deg, #2C96FB, rgb(255, 211, 35), #2CFBDE);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 2;
}
.PageBox .part.part3 .invitePro .topli .no.no1::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/no1.png) no-repeat center center;
    background-size: contain;
}
.PageBox .part.part3 .invitePro .topli .no.no2 {
    line-height: 8vw;
    color: rgba(255, 255, 255, 0);
    background: none;
    font-weight: bold;
    font-size: 2.9333333333vw;
}
.PageBox .part.part3 .invitePro .topli .no.no2 span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: linear-gradient(90deg, #2C96FB, #2CFBDE, #2C96FB);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 2;
}
.PageBox .part.part3 .invitePro .topli .no.no2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/no2.png) no-repeat center center;
    background-size: contain;
}
.PageBox .part.part3 .invitePro .topli .no.no3 {
    line-height: 8vw;
    color: rgba(255, 255, 255, 0);
    background: none;
    font-weight: bold;
    font-size: 2.9333333333vw;
}
.PageBox .part.part3 .invitePro .topli .no.no3 span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: linear-gradient(90deg, #2C96FB, red);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 2;
}
.PageBox .part.part3 .invitePro .topli .no.no3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/no3.png) no-repeat center center;
    background-size: contain;
}
.PageBox .part.part3 .invitePro .topli .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90.6666666667vw;
    margin: 0px auto;
    margin-top: 1.3333333333vw;
    height: 6.9333333333vw;
}
.PageBox .part.part3 .invitePro .topli .top .left {
    padding-left: 11.4666666667vw;
    color: rgba(255, 255, 255, 0.7);
    font-size: 3.4666666667vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.PageBox .part.part3 .invitePro .topli .top .left i {
    font-size: 3.4666666667vw;
}
.PageBox .part.part3 .invitePro .topli .top .left .no {
    display: none;
}
.PageBox .part.part3 .invitePro .topli .top .right {
    font-size: 3.2vw;
}
.PageBox .part.part3 .invitePro .topli .top .right span {
    color: #2C96FB;
}
.PageBox .part.part3 .invitePro .topli.active .top .left {
    padding-left: 0vw;
}
.PageBox .part.part3 .invitePro .topli.active .top .left i {
    display: inline-block;
    transform: rotate(180deg);
}
.PageBox .part.part3 .invitePro .topli.active .top .left .no {
    display: block;
    margin-right: 2.6666666667vw;
}
.PageBox .part.part3 .invitePro .topli.active > .bottom {
    display: none;
}
.PageBox .part.part3 .invitePro .topli.active .bottomBox {
    display: block;
}
.PageBox .part.part3 .invitePro .topli .bottom {
    width: 100%;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90.6666666667vw;
    margin: 0px auto;
}
.PageBox .part.part3 .invitePro .topli .bottom .probox {
    width: 71.3333333333vw;
    height: 2.8vw;
    background: #02102B;
    border-radius: 1.3333333333vw;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.3);
}
.PageBox .part.part3 .invitePro .topli .bottom .probox span {
    display: block;
    content: "";
    height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(to right bottom, #3C7BFF, #2CFBDE);
    border-radius: 1.3333333333vw;
}
.PageBox .part.part3 .invitePro .topli .bottomBox {
    display: none;
    background: #050E2F;
    margin-top: 1.3333333333vw;
    padding: 4.4vw 4.6666666667vw;
}
.PageBox .part.part3 .invitePro .topli .bottomBox .btm-title {
    font-size: 4.2666666667vw;
    color: #10DDFD;
}
.PageBox .part.part3 .invitePro .topli .bottomBox .btmli {
    margin-top: 2.6666666667vw;
}
.PageBox .part.part3 .invitePro .topli .bottomBox .btmli .top .left {
    padding-left: 0px;
}
.PageBox .part.part3 .lookAllSourcePro {
    text-align: center;
    margin-top: 4vw;
    color: rgba(255, 255, 255, 0.7);
    font-size: 3.4666666667vw;
    height: 3.7333333333vw;
    line-height: 3.7333333333vw;
}
.PageBox .part.part5 .top5box {
    width: 86vw;
    margin: 0px auto;
    position: relative;
    padding-top: 11.4666666667vw;
    padding-bottom: 11.4666666667vw;
}
.PageBox .part.part5 .top5box .content-top5 {
    width: 86vw;
    height: 33.3333333333vw;
    background: url(../images/topBg.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0px auto;
}
.PageBox .part.part5 .top5box .content-top5 .top {
    position: absolute;
    color: #fff;
    font-size: 2.9333333333vw;
}
.PageBox .part.part5 .top5box .content-top5 .top span {
    display: block;
    width: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-left: -10%;
}
.PageBox .part.part5 .top5box .content-top5 .top.top1 {
    width: 12.6666666667vw;
    height: 12.6666666667vw;
    background: url(../images/t1.png) no-repeat center center;
    background-size: 100%;
    left: 37.0666666667vw;
    top: 0px;
    line-height: 12.6666666667vw;
    text-indent: 1.0666666667vw;
}
.PageBox .part.part5 .top5box .content-top5 .top.top2 {
    width: 12.6666666667vw;
    height: 12.6666666667vw;
    background: url(../images/t2.png) no-repeat center center;
    background-size: 100%;
    left: 18.4vw;
    top: 3.8666666667vw;
    line-height: 12.6666666667vw;
    text-indent: 1.0666666667vw;
}
.PageBox .part.part5 .top5box .content-top5 .top.top3 {
    width: 12.6666666667vw;
    height: 12.6666666667vw;
    background: url(../images/t3.png) no-repeat center center;
    background-size: 100%;
    left: 55.7333333333vw;
    top: 6.9333333333vw;
    line-height: 12.6666666667vw;
    text-indent: 1.0666666667vw;
}
.PageBox .part.part5 .top5box .content-top5 .top.top4 {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background: url(../images/t4.png) no-repeat center center;
    background-size: 100%;
    left: 3.2vw;
    top: 12vw;
    line-height: 10.6666666667vw;
}
.PageBox .part.part5 .top5box .content-top5 .top.top5 {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background: url(../images/t4.png) no-repeat center center;
    background-size: 100%;
    left: 73.3333333333vw;
    top: 16.4vw;
    line-height: 10.6666666667vw;
}
.PageBox .part .title {
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    color: rgb(255, 255, 255);
    position: relative;
}
.PageBox .part .title.onActive i {
    display: inline-block;
    transition: all ease 0.3s;
    transform: rotate(180deg);
}
.PageBox .part .title ul {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 53.6vw;
    height: 7.4666666667vw;
    background: #04153C;
    border-radius: 3.7333333333vw;
    padding: 0.8vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.PageBox .part .title ul li {
    flex: 1;
    text-align: center;
    font-size: 2.6666666667vw;
    height: 5.8666666667vw;
    line-height: 6.1333333333vw;
    border-radius: 5.8666666667vw;
    color: rgba(255, 255, 255, 0.3);
}
.PageBox .part .title ul li.active {
    background: #2C96FB;
    color: #fff;
}
.PageBox .part .tab {
    background: rgb(9, 25, 60);
    height: 10.4vw;
    width: 100%;
    position: relative;
    border-radius: 0.9333333333vw;
}
.PageBox .part .tab:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.9333333333vw;
}
.PageBox .part .tab ul {
    display: flex;
    margin-top: 4vw;
    position: relative;
    z-index: 1;
}
.PageBox .part .tab ul li {
    width: 33.3333333333%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    line-height: 10.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4666666667vw;
}
.PageBox .part .tab ul li i {
    display: none;
    font-size: 3.4666666667vw;
    margin-right: 1.3333333333vw;
}
.PageBox .part .tab ul li:last-of-type.active {
    color: #fff;
    background: url(../images/right.png) no-repeat center center;
    background-size: 100% 100%;
}
.PageBox .part .tab ul li:last-of-type.active i {
    display: block;
}
.PageBox .part .tab ul li:nth-of-type(2n).active {
    color: #fff;
    background: url(../images/mid.png) no-repeat center center;
    background-size: 100% 100%;
}
.PageBox .part .tab ul li:nth-of-type(2n).active i {
    display: block;
}
.PageBox .part .tab ul li:first-of-type.active {
    color: #fff;
    background: url(../images/left.png) no-repeat center center;
    background-size: 100% 100%;
}
.PageBox .part .tab ul li:first-of-type.active i {
    display: block;
}
.PageBox .part .tabContent {
    background: #1A3D7A;
    box-sizing: border-box;
    padding: 2.9333333333vw 3.3333333333vw 5.6vw;
    margin-top: -0.8vw;
}
.PageBox .part .tabContent .select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.3333333333vw;
}
.PageBox .part .tabContent .select .selectbox {
    width: 100%;
    position: relative;
}
.PageBox .part .tabContent .select .selectbox span {
    color: #fff;
    display: block;
    margin-bottom: 1.3333333333vw;
    font-size: 3.2vw;
    margin: 1.3333333333vw 0px;
}
.PageBox .part .tabContent .select .selectbox:after {
    position: absolute;
    bottom: 1.7333333333vw;
    right: 2.6666666667vw;
    content: "";
    display: block;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background: url(../images/search.png) no-repeat center center;
    background-size: contain;
}
.PageBox .part .tabContent .select .selectbox input {
    width: 100%;
    height: 6.6666666667vw;
    line-height: 6.9333333333vw;
    border: 1px solid #02102B;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 0.6666666667vw;
    border-radius: 3.3333333333vw;
    color: #fff;
    box-sizing: border-box;
    padding: 0px 8vw 0px 4vw;
}
.PageBox .part .tabContent .select .selectbox input::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255, 255, 255, 0.7);
}
.PageBox .part .tabContent ul {
    display: flex;
}
.PageBox .part .tabContent ul li .ec-box {
    width: 20.9333333333vw;
    height: 21.6vw;
}
.PageBox .part .tabContent ul li span {
    display: block;
    font-size: 3.2vw;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.PageBox .part .tabContent .lookDatails {
    margin-top: 4.9333333333vw;
    font-size: 3.2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
}
.PageBox .part .tabContent .lookDatails i {
    margin-right: 0.6666666667vw;
}
.PageBox .part .lineSmoothbox {
    margin-top: 6.6666666667vw;
    width: 100%;
    height: 46.6666666667vw;
}

.newPageBox {
    max-width: 100vw;
    min-height: 134.6666666667vw;
    width: 100%;
}
.newPageBox .title {
    color: #fff;
    font-size: 4.8vw;
    line-height: 1.2;
    padding: 21.0666666667vw 0 4vw 0;
    text-align: center;
}
.newPageBox .title.newlen10 {
    padding:12.066667vw 0 4vw 0;
    color: rgb(254, 201, 27);
}
.newPageBox .tabs {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 80vw;
    height: 8vw;
    font-size: 4.4vw;
    margin: 0 auto;
    border-bottom: 1px solid #4d88c6;
    color: #fff;
}
.newPageBox .tabs div {
    margin: 0 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 8vw;
}
.newPageBox .tabs div.active {
    color: #00c7fd;
}
.newPageBox .tabs div.active span {
    border-bottom: 2px solid #00c7fd;
}
.newPageBox .posterView {
    width: 100%;
    margin-bottom: 4vw;
}
.newPageBox .posterView .standard .imgbox {
    width: 61.8666666667vw;
    margin: 2.6666666667vw auto;
    min-height: 110.1333333333vw;
    position: relative;
}
.newPageBox .posterView .standard .poeterimg {
    width: 100%;
    height: 110.6666666667vw;
    background: url("../images/poster/poster_bg.jpg") no-repeat;
    background-size: cover;
}
.newPageBox .posterView .individual .imgbox {
    width: 61.8666666667vw;
    margin: 2.6666666667vw auto;
    min-height: 110.1333333333vw;
    position: relative;
    background: #00377c;
    color: #009dd2;
}
.newPageBox .posterView .individual .imgbox .title {
    padding: 6.6666666667vw 6vw 2.6666666667vw;
    width: 100%;
    border-bottom: 1px solid #0054ae;
}
.newPageBox .posterView .individual .imgbox .title .img {
    width: 100%;
    height: 26.1333333333vw;
    background: url("../images/poster/text.png") no-repeat;
    background-size: contain;
}
.newPageBox .posterView .individual .imgbox .button {
    position: relative;
    text-align: center;
    height: 57.3333333333vw;
}
.newPageBox .posterView .individual .imgbox .button .uploadIMG {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.newPageBox .posterView .individual .imgbox .button .uploadIMG .uploadIcon {
    width: 13.3333333333vw;
}
.newPageBox .posterView .individual .imgbox .button .uploadIMG .tips {
    font-size: 2.6666666667vw;
    width: 53.3333333333vw;
    margin-top: 2.6666666667vw;
    color: #00c7fd;
    text-align: left;
}
.newPageBox .posterView .individual .imgbox .poeterimg {
    width: 100%;
    height: 56.8vw;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.newPageBox .posterView .individual .imgbox img.poeterimg {
    width: 100%;
    min-height: 57.3333333333vw;
    display: none;
}
.newPageBox .posterView .individual .imgbox .buttom {
    background: #00377c;
    border-top: 1px solid #0054ae;
}
.newPageBox .posterView .tips {
    color: #ffffff;
    width: 64vw;
    margin: 4vw auto;
    line-height: 1.3;
    font-size: 3.2vw;
}
.newPageBox .posterView .buttom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 17.6vw;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.newPageBox .posterView .buttom .wxheadimg {
    width: 9.0666666667vw;
    margin-left: 2.6666666667vw;
    margin-right: 1.6vw;
    border-radius: 4.5333333333vw;
}
.newPageBox .posterView .buttom span {
    font-size: 2.2666666667vw;
    line-height: 1.5;
    word-break: break-word;
}
.newPageBox .posterView .buttom .qrcode {
    width: auto;
    min-width: 10vw;
    margin-right: 2.6666666667vw;
    margin-left: 2vw;
    background: #fff;
}
.newPageBox .posterView .buttom .qrcode img {
    padding: 0.5333333333vw;
    max-width: 10vw;
}
.newPageBox .posterView .buttom .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.newPageBox .posterView .buttom .right .text {
    font-size: 1.8666666667vw;
    line-height: 1.5;
    text-align: right;
}
.newPageBox .posterView .loading {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #888888;
    opacity: 0.6;
}
.newPageBox .posterView .loading img {
    width: 8vw;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.newPageBox .foot_buttom {
    width: 100%;
    min-height: 24vh;
    max-height: 53.3333333333vw;
    background: #00377c;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.newPageBox .foot_buttom .tips {
    width: 76.8vw;
    color: #ffffff;
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.3;
}
.newPageBox .foot_buttom .buttom_box {
    position: relative;
    padding-top: 4vw;
    padding-bottom: 2.6666666667vw;
    color: #fff;
    line-height: 1.2;
    font-size: 3.7333333333vw;
    text-align: center;
}
.newPageBox .foot_buttom .buttom_box .button {
    width: 76vw;
    height: 12vw;
    margin: 0 auto;
    background: #00c7fd;
    line-height: 12vw;
    text-align: center;
    color: #ffffff;
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: 1px;
}
.newPageBox .foot_buttom .buttom_box .flex {
    display: flex;
    width: 76vw;
    margin: 0 auto;
    justify-content: space-between;
}
.newPageBox .foot_buttom .buttom_box .flex .button {
    width: 36vw;
    margin: 0;
}
.newPageBox .foot_buttom .invite {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 0 2.6666666667vw;
}
.newPageBox .foot_buttom .invite span {
    color: #00c7fd;
}
.rules {
    position: fixed;
    right: 0;
    top: 23vw;
    display: flex;
    flex-direction: column;
    width: 9vw;
    justify-content: flex-end;
    align-items: flex-end;
}

.newPageBox .rule {
    width: 6.9333333333vw;
    height: 20.8vw;
    background: #00377c;
    color: #00c7fd;
    margin-bottom: .8rem;
    right: 0;
    font-size: 3.3333333333vw;
    word-wrap: break-word;
    padding: 2.6666666667vw 2vw;
    line-height: 4vw;
    border-radius: 10px 0 0 10px;
}
.blue01 .rules .rule.bigrule{
    font-size: 18px;
    font-family: "";
    background: rgb(254, 201, 27);
    color: rgb(0, 0, 0);
    width: 11vw;
    text-align: center;
    height: 27vw;
    line-height: 1.2;
}
.newPageModel {
    width: 100vw;
    height: 100vh;
    z-index: 2;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.newPageModel .poster {
    width: 73.3333333333vw;
}
.newPageModel .poster .imgbox {
    width: 100%;
}
.newPageModel .poster .imgbox img {
    width: 100%;
}
.newPageModel .poster .imgbox .close {
    width: 6vw;
    position: relative;
    left: 73.3333333333vw;
}
.newPageModel .poster p {
    text-align: center;
    color: #fff;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    line-height: 1.5;
}
.newPageModel .poster p .blue {
    color: #00c7fd;
}
.newPageModel .poster .modelButton {
    margin-top: 5.33333vw;
    width: 29.33333vw;
    height: 9.06667vw;
    line-height: 9.06667vw;
    background: -webkit-gradient(linear, left top, right top, from(#04B89F), color-stop(#326EBD), color-stop(#2B3AF6), to(#2C96FB));
    background: -o-linear-gradient(left, #04B89F, #326EBD, #2B3AF6, #2C96FB);
    background: linear-gradient(to right, #04B89F, #326EBD, #2B3AF6, #2C96FB);
    text-align: center;
    color: #fff;
    font-size: 3.73333vw;
}
.newPageModel .modelBUttonBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
}
.newPageModel .modelButton {
    margin-top: 5.3333333333vw;
    width: 29.3333333333vw;
    height: 9.0666666667vw;
    line-height: 9.0666666667vw;
    background: linear-gradient(to right, #04B89F, #326EBD, #2B3AF6, #2C96FB);
    text-align: center;
    color: #fff;
    font-size: 3.7333333333vw;
}
.newPageModel .rule {
    position: relative;
    width: 70.6666666667vw;
    height: 117.6vw;
    background: #ffffff;
    color: #00377c;
    font-size: 3.4666666667vw;
    padding: 0 3.7333333333vw 5.3333333333vw 6.4vw;
}
.newPageModel .rule .close {
    width: 6vw;
    position: relative;
    top: -8vw;
    left: 59.7333333333vw;
}
.newPageModel .rule h1 {
    font-size: 4.2666666667vw;
    margin: 4vw 0;
    text-align: center;
}
.newPageModel .rule .content {
    width: 100%;
    height: 92vw;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.5;
    color: #666666;
}
.newPageModel .rule .content .blue {
    color: #00377c;
}
.newPageModel .rule .content .bold {
    font-weight: bold;
}
.newPageModel .rule .content div {
    word-break: break-word;
    padding-bottom: 2.6666666667vw;
}
.newPageModel .rule .content li {
    list-style-type: cjk-ideographic;
    padding-bottom: 1.0666666667vw;
    color: #00377c;
    margin-left: 6.9333333333vw;
}
.newPageModel .rule .content .detail {
    counter-reset: detail-counter;
}
.newPageModel .rule .content ul.detail li {
    margin-left: 6.9333333333vw;
    list-style-type: none;
    color: #666666;
    position: relative;
}
.newPageModel .rule .content ul.detail li:before {
    content: "(" counter(detail-counter) ")";
    counter-increment: detail-counter;
    position: absolute;
    left: -6.6666666667vw;
}
.newPageModel .rule .content ul.detailf li.nobef:before {
    display: none;
}
.newPageModel .rule .content .tips {
    color: #666666;
    font-size: 2.6666666667vw;
    line-height: 1.5;
    padding: 1.3333333333vw 0;
    counter-reset: zone-counter;
}
.newPageModel .rule .content .tips.tipsf{
    font-size: 3.2vw;
}
.newPageModel .rule .content .tips ol li {
    list-style-type: none;
    position: relative;
    margin-left: 6.9333333333vw;
}
.newPageModel .rule .content li.noafter {
    list-style-type: none !important;
    margin-left: 0;
}
.newPageModel .rule .content .tips ol li:before {
    content: counter(zone-counter) ".";
    counter-increment: zone-counter;
    position: absolute;
    left: -3.7333333333vw;
}
.newPageModel .rule .content .tipsf ol li:before {
    content: counter(zone-counter) ")";
}
.image img {
    display: block;
    max-width: 1px;
}
.image .flex {
    display: flex;
    width: 76vw;
    margin: 0 auto;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
}
.image .flex .button {
    width: 36vw;
    margin: 0 0 8vw;
    background: #00c7fd;
    color: white;
    text-align: center;
    line-height: 10vw;
    font-size: 4.4vw;
    letter-spacing: 1px;
}

#taskinfoContent {
    background: #00285a;
    min-height: 100vh;
}

.yellow01 .newPageBox .tabs {
    border-bottom: 1px solid #ffe400;
}
.yellow01 .newPageBox .tabs div.active {
    color: #f8bb02;
}
.yellow01 .newPageBox .tabs div.active span {
    border-bottom: 2px solid #f8bb02;
}
.yellow01 .newPageBox .posterView .standard .poeterimg {
    background: url(../images/yellow01/poster_create_bg.jpg) no-repeat top/cover;
}
.yellow01 .newPageBox .posterView .individual .imgbox .button .uploadIMG .tips {
    color: #f8bb02;
}
.yellow01 .newPageBox .foot_buttom {
    background: #b18500;
}
.yellow01 .newPageBox .foot_buttom .buttom_box .button {
    background: #f8bb02;
}
.yellow01 .newPageBox .foot_buttom .invite span {
    color: #f8bb02;
}
.yellow01 .newPageBox .foot_buttom .tips {
    text-align: center;
}
.yellow01 .newPageBox .poster p .blue {
    color: #f8bb02;
}
.yellow01 .newPageBox .rule {
    background: #b18500;
    color: #ffffff;
}
.yellow01 .image .flex .button {
    background: #f8bb02;
}
.yellow01#taskinfoContent {
    background: #9d6e23;
}

.blue01 .newPageBox .tabs {
    border-bottom: 1px solid #0068B5;
}
.blue01 .newPageBox .tabs div.active {
    color: #0068B5;
}
.blue01 .newPageBox .tabs div.active span {
    border-bottom: 2px solid #0068B5;
}
.blue01 .newPageBox .posterView .standard .imgbox {
    width: 67.7333333333vw;
}
.blue01 .newPageBox .posterView .standard .poeterimg {
    height: 121.0666666667vw;
    background: url(../images/blue01/poster_create_bg.jpg) no-repeat top/cover;
}
.blue01 .newPageBox .posterView .standard .poeterimg.poeterimg2 {
    height: 121.0666666667vw;
    background: url(../images/blue01/poster_create_bg2.jpg) no-repeat top/cover;
}
.blue01 .newPageBox .posterView .standard .poeterimg.poeterimg1200 {
    height: 121.0666666667vw;
    background: url(../images/blue01/poster_bg1200.jpg) no-repeat top/cover;
}

.blue01 .newPageBox .posterView .individual .imgbox .button .uploadIMG .tips {
    color: #0068B5;
}
.blue01 .newPageBox .create {
    width: 36vw;
    height: 9.3333333333vw;
    font-size: 3.2vw;
    background: #0068B5;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue01 .newPageBox .foot_buttom {
    background: #0068B5;
}
.blue01 .newPageBox .foot_buttom .buttom_box .button {
    background: #0068B5;
}
.blue01 .newPageBox .foot_buttom .invite span {
    color: #0068B5;
}
.blue01 .newPageBox .foot_buttom .tips {
    text-align: center;
}
.blue01 .newPageBox .poster p .blue {
    color: #0068B5;
}
.blue01 .newPageBox .rule {
    background: #0068B5;
    color: #ffffff;
}
.blue01 .newPageBox .rule:first-child {
    /*top: 2.6666666667vw;*/
}
.blue01 .newPageBox .rule:last-child {
    /*top: 26.4vw;*/
}
.blue01 .image .flex .button {
    background: #0068B5;
}
.blue01#taskinfoContent {
    background: url("../images/blue01/bg01.png") no-repeat 0 -100px/100% #00285A;
}
.blue01 .myshare {
    width: 77.3333333333vw;
    height: 80vw;
    background-color: #0068B5;
    color: #ffffff;
    border-radius: 10px;
}
.blue01 .myshare.ev1200 {
    height: 89vw;
}
.blue01 .myshare .close {
    width: 6vw;
    position: relative;
    top: 4vw;
    left: 66.6666666667vw;
}
.blue01 .myshare h1 {
    text-align: center;
    margin: 10px;
    font-size: 14px;
    font-weight: 400;
}
.blue01 .myshare .content {
    width: 85%;
    margin: 0 auto;
    height: 53.3333333333vw;
    overflow: hidden;
    overflow-y: auto;
}
.blue01 .myshare .content .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue01 .myshare .content .item .left {
    width: 30px;
    color: #00C3FA;
}
.blue01 .myshare .content .item .right {
    flex: 1;
    height: 50px;
    border-bottom: 1px dashed #007FC7;
    display: flex;
    align-items: center;
}
.blue01 .myshare .content .item .right img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}
.blue01 .myshare .content .item:last-child .right {
    border-bottom: none;
}
.blue01 .myshare .total {
    margin: 20px;
    text-align: center;
    color: #00C3FA;
}

/*# sourceMappingURL=taskinfo.css.map */
.newPageModel .rule .button-box {
    display: flex;
    justify-content: center;
    padding-top: 2.6666666667vw;
}
.newPageModel .rule .button-box .button {
    width: 35.6vw;
    padding: 8px;
    background: #00c7fd;
    color: #fff;
}
 .newPageModel .rule .button-box button:disabled {
    background: #d2d2d2;
    color: #ffffff;
}
.newPageModel .rule .content .tips ol li:before {
    content: counter(zone-counter) ") ";
}
.newPageModel .rule .content li {
    list-style-type: none;
    margin-left: 0;
}
