@charset "UTF-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #c7e3ed !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

p {
    margin: 0;
    padding: 0;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

body {
    background: #f4f6f8;
}

ul {
    padding: 0;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

@font-face {
    font-family: 'MicrosoftYaHei-Bold';
  /*  src: url("../fonts/微软vista雅黑Bold.ttf");*/
}

.partyBuild .animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.partyBuild .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.partyBuild .banner {
    width: 100%;
    position: relative;
}

.partyBuild .banner>img {
    width: 100%;
    display: block;
}

.partyBuild .banner>p {
    position: absolute;
    left: 50%;
    top: .85rem;
    transform: translate(-50%, 0);
    color: #ffffff;
    font-size: .36rem;
    line-height: .36rem;
}

.partyBuild .contentBox img {
  /*  width: 100%;*/
    margin-top: .01rem;
}

.partyBuild .contentBox {
    width: 12rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 0.13rem 0px rgba(151, 165, 183, 0.35);
    border-radius: .04rem;
    margin: 0 auto;
    margin-top: -1.01rem;
    z-index: 100;
    position: relative;
    padding-bottom: .16rem;
    margin-bottom: -0.15rem;
}
.partyBuild .banner>p:nth-child(3) {
    top: 1.35rem;
}
.partyBuild .contentBox .content {
    width: 97%;
    margin: 0 auto;
}

.partyBuild .contentBox .content h2 {
    font-size: 29px;
    height: .24rem;
    color: #333333;
    margin: 0;
    padding-top: .42rem;
    text-align: center;
}

.partyBuild .contentBox .content .tips {
    height: .14rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .8rem;
    padding-bottom: .15rem;
    border-bottom: .01rem solid #dddddd;
    color: #666666;
    font-size: .14rem;
    line-height: .14rem;
    align-items: center;
}

.partyBuild .contentBox .content .tips .left {
    display: flex;
}

.partyBuild .contentBox .content .tips .left>div {
    margin-right: .30rem;
}

.partyBuild .contentBox .content .tips .right {
    display: flex;
    align-items: center;
}

.partyBuild .contentBox .content .tips .right a {
    display: block;
    width: .22rem;
    height: .22rem;
    margin-left: .11rem;
    overflow: hidden;
}

.partyBuild .contentBox .content .tips .right a>div {
    width: .22rem;
    height: .44rem;
    transition: all .3s ease;
}

.partyBuild .contentBox .content .tips .right a:hover>div {
    margin-top: -.22rem;
}

.partyBuild .contentBox .content .text {
    padding-top: .01rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    padding-bottom: .36rem;
    border-bottom: 0.01rem dashed #dddddd;
}

.partyBuild .contentBox .content .text>p {
    margin-top: .08rem;
    text-indent: .33rem;
    line-height: .25rem;
}

.partyBuild .contentBox .content .text>p:last-child {
/*  text-align: right;*/
}

.partyBuild .contentBox .content .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .2rem;
    padding-bottom: .35rem;
}

.partyBuild .contentBox .content .footer .left {
    color: #666666;
    font-size: .16rem;
    display: flex;
}

.partyBuild .contentBox .content .footer .left>a {
    color: #333333;
    text-decoration: none;
}

.partyBuild .contentBox .content .footer .right {
    display: flex;
    font-size: .14rem;
}

.partyBuild .contentBox .content .footer .right>div {
    margin-left: .3rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.partyBuild .contentBox .content .footer .right>div::before {
    display: block;
    content: "";
    margin-right: .08rem;
}

.partyBuild .contentBox .content .footer .right .dy::before {
    width: .15rem;
    height: .14rem;
    background: url("../img/dy.png") no-repeat;
    background-size: 100%;
}

.partyBuild .contentBox .content .footer .right .gb::before {
    width: .16rem;
    height: .16rem;
    background: url("../img/close.png") no-repeat;
    background-size: 100%;
}
.partyBuild .banner{
    position: relative;
    height: 300px
}
@media (max-width: 1200px) {

    .partyBuild .contentBox img {
        width: 90%;
        margin-top: .01rem;
    }
    .partyBuild .banner {
        margin-top: -30px !important;
        height: 1.3rem !important;
    }

    .partyBuild .contentBox {
        width: 100%;
        margin-top: 0;
    }
    .partyBuild .contentBox .nav .link {
        display: none !important;
    }
    .partyBuild .contentBox .nav>.selectlist {
        width: 100%;
    }
    .partyBuild .contentBox .nav>.selectlist a {
        width: 33.33%;
        text-align: center;
    }
    .partyBuild .contentBox .contentList {
        height: auto !important;
        min-height: 5rem;
    }
    .partyBuild .contentBox .contentList .item .right {
        width: 67%;
    }
    .partyBuild .contentBox .content .footer {
        display: block;
    }
    .partyBuild .contentBox .content .footer .left>a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
        display: block;
    }
    .partyBuild .contentBox .content .footer .right {
        margin-top: .2rem;
        justify-content: flex-end;
    }
    .partyBuild .contentBox .content .tips .right {
        display: none;
    }
    .partyBuild .contentBox .content .tips {
        height: auto;
    }
    .partyBuild .contentBox .content .tips .left {
      /*  display: block;*/
    }
    .partyBuild .contentBox .content .tips .left>div {
        margin-top: .3rem;
    }
 /*   .partyBuild .contentBox .content .tips .left>div:nth-child(1) {
        margin-top: 0rem;
    }*/
    .partyBuild .contentBox .content .text>p {
        line-height: .35rem;
        text-indent: .0rem
    }

    .partyBuild .contentBox .content h2 {
        font-size: 16px;
        height: .24rem;
        color: #333333;
        margin: 0;
        padding-top: .42rem;
        text-align: center;
    }
}


/*# sourceMappingURL=new2.css.map */