.btnitem {
    font-size: 1.2rem;
    text-align: center;
    color: white;
    background-color: #29a7fe;
    box-shadow: 1px 2px 4px -4px #999;
    width: 100%;
    line-height: 2;
}

.btnitem:nth-child(2) {
    margin-left: 0.6rem;
}

.boxzxz a {
    width: 90%;
    padding: 0.1rem 0rem;
    text-align: center;
    font-size: 0.38rem;
    border-radius: 0.1rem;
}

.titlemaxborder {
    font-size: 0.34rem;
    color: #333;
    padding: 0rem;
    margin-top: 0.4rem;
}

.titlemaxborder span {
    width: 40%;
    height: 1px;
    background: #ff832c;

}

.titlemaxborder span {
    height: 1px;
    background: #ff832c;
}

.btnitem:nth-child(2) {
    margin-right: 0px;
}

.titlemaxborder .text {
    width: 20rem;
    background: none;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 0.46rem;
}

.pentagon {
    position: relative;
    width: 100%;
    background: #fffddc;
    height: 2rem;
}

.zcitemwap {
    width: 100%;
    background: #ff6666;
    padding: 0.1rem;
    color: white;
}

.zcdesc {
    padding-top: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
    color: white;
    height:10rem;
    text-indent: 0.7rem;
}

.zcitemwap:nth-child(2) {
    width: 100%;
    background: #0099ff;
    margin-left: 0.2rem;
}

.pentagon .num {
    font-size: 0.5rem;
    color: white;
    text-align: center;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    background: #ff6666;
    border-radius: 100%;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
}

.pentagon .title {
    font-size: 0.42rem;
    font-weight: bold;
    margin-top: 0.05rem;
    color: #ff6666;
    letter-spacing: 1px;
}

.pentagon .smill {
    font-size: 0.32rem;
    color: #ff6666;
    position: absolute;
    bottom: -0.6rem;
    z-index: 10;
}

.zctitle {
    font-size: 0.38rem;
    text-align: justify;
    line-height: 1.8;
    color: #666;
    text-indent: 0.8rem;
}

.hsec-hd strong {
    font-family: didot;
    display: block;
    width: 100%;
    font-size: .9rem;
    color: #eecb8d;
    line-height: .6rem;
    text-transform: uppercase;
    font-style: italic;
    opacity: .2;
}

.hsec-hd h2 {
    font-size: .6rem;
    color: #2d160a;
    line-height: .4rem;
    font-weight: 400;
    margin-top: -.24rem;
}

.hsec-hd p {
    font-size: .35rem;
    color: #2d160a;
    line-height: .25rem;
    font-weight: lighter;
    padding-top: .37rem;
    letter-spacing: .06rem;
}

.hsec-hd {
    padding-bottom: .3rem;
    text-align: center;
    padding-top: .5rem;
}

.hsec-hd strong {
    font-family: didot;
    display: block;
    width: 100%;
    font-size: .52rem;
    color: #999;
    line-height: .8rem;
    text-transform: uppercase;
    font-style: italic;
    opacity: .2;
}

.hsec-hd h2 {
    font-size: .96rem;
    color: #003d7c;
    line-height: 2rem;
    margin-top: -.12rem;
    font-weight: 600;
}

.btnstyle {
    background: #ff9966;
    line-height:4;
    font-size: 1.2rem;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 0.1rem;
}

.btnstyle:nth-child(2) {
    margin: 0 0.4rem;
}

.btnnext{
    width: 100%;
    color: white;
    line-height:2;
    text-align: center;
    background: #003d7c;
    font-size: 1.2rem;
    position: relative;
}

.btnnext:before{
    content: '+';
    position: absolute;
    right:2.8rem;
    color: white;
    font-size: 0.34rem;
    top: -0.1rem;
}

.btnnext.one:before{
    content: '+';
    position: absolute;
    right:2rem;
    color: white;
    font-size: 0.34rem;
    top: -0.1rem;
}