.wap-body {background-color: #fff;font-size: 1.2rem;}
.hd h2 {text-align: center;font-size: 1.8rem;color: #222;font-weight: bold;padding: 1.5rem 0 1rem;}
.pCenter {text-align: center;padding: 0 2rem;white-space: nowrap;}
.part-one {padding-bottom: 1rem;}
.part-one .con {padding-top: 1rem;}
.part-one dl {position: relative;padding-left: 5rem;}
.part-one dl::before {border: 1px solid #27c1d8;color: #27c1d8; width: 2rem;height: 2rem;line-height: 2rem; text-align: center;position: absolute;top: .7rem;left: 1.5rem;border-radius: 50%;}
.part-one dl.one::before {content: "1";}
.part-one dl.two::before {content: "2";}
.part-one dl.three::before {content: "3";}
.part-one dl.four::before {content: "4";}
.part-one dl.five::before {content: "5";}
.part-one dt {font-size: 1.6rem;color: #222;font-weight: bold;height: 2.2rem;line-height: 2.2rem;padding: .7rem 0 .5rem;}
.part-one dd {padding-bottom: .5rem;position: relative;line-height: 1.8rem;}
.part-one dd::before {content: "";position: absolute;height: 100%;border-left:  1px solid #27c1d8;left: -2.5rem;}
.part-one dl.five dd::before {border: none;}
.part-one dd strong {font-weight: normal;color: #333;}
.part-one dd p {color: #a0a0a0;}
.part-two {background-color: #fafafa;padding-bottom: 1rem;}
.part-two,.part-three {padding: 0 1rem 1.5rem;}
.con .h3Style {color: #222;font-size: 1.2rem;font-weight: bold;line-height: 2rem;margin-top: .5rem;}
.con .Scss {font-weight: normal;color: #222;padding-bottom: .3rem;display: block;}
.part-two .con .text {color: #666;line-height: 1.6rem;}
.part-two .con ul {padding-bottom: .8rem;}
.part-two .con li {float: left;width: 48.2%;text-align: center;border: .1rem solid #e5e5e5;color: #7d7d7d;background-color: #fff; height: 2.7rem;line-height: 2.7rem;margin: .6rem 0;position: relative;}
.part-two .con li:before {content: '';position: absolute;font-size: 1.4rem;bottom: -.6rem;left: 50%;transform:translateX(-50%) scaleX(.6) rotate(-135deg);-webkit-transform:translateX(-50%) scaleX(.6) rotate(-135deg);width: 1rem;height: 1rem; border-left: .1rem solid #e5e5e5;border-top: .1rem solid #e5e5e5;background-color: #fff;}
.part-two .con li:nth-child(2n+1) {margin-right: 1%;}
.part-two .con li:nth-child(2n+2) {margin-left: 1%;}
.part-two .con li:nth-child(5)::before,.part-two .con li:last-child::before {border: none; background: none;}
.part-two .con .line2 {line-height: 2rem}
.part-three .tips span {color: #333;}
table {width: 100%;margin: .5rem 0 1rem;}
table th {color: #222;border: 1px solid #e5e5e5;line-height: 2.6rem;font-weight: normal;}
table td {color: #666;border: 1px solid #e5e5e5;padding: .8rem;}
table td:first-child {padding-left: 2rem;}