.form-item .form-label b {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.form-yzm .yzmbox .smscode {
    width: 120px;
    float: left;
}

.form-yzm .yzmbox .yzm-btn {
    width: 95px;
    height: 38px;
    float: left; 
    color: #434343;
    border-radius: 3px;
    margin-left: 5px;
}

.em2-1 {
    display: inline-block;
    width: 0.5em;
}

.securitysel {
    width: 266px;
    height: 82px;
    overflow: hidden;
}

.securitysel li,
#payMoney li {
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    width: 78px;
    height: 34px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 34px;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
}

.securitysel .active,
#payMoney .active {
    background: #f5fbff;
    border-color: #3aa9f8;
}

#payMoney {
    width: 326px;
}

#payMoney li {
    width: 150px;
}

#character1 h1 {
    color: #6f4145;
    font-size: 42px;
    text-align: center;
    margin-top: -25px;
    font-weight: 600;
    margin-bottom: 30px;
}

.character {
    margin-top: 50px;
}

.module .left,
.module .right,
.module .center {
    float: left;
}

.module .md-main {
    padding: 0px 10px 0px;
    margin-bottom: 100px;
}

.module .left,
.module .right,
.module .center {
    text-align: center;
    width: 33.3%;
    color: #666;
    font-size: 29px;
}

.module .left {
    margin-top: 31px;
}

.module .right {
    margin-top: 18px;
}

.left img {
    width: 204px;
    height: 206px;
}

.center img {
    width: 204px;
    height: 237px;
}

.right img {
    width: 204px;
    height: 219px;
}

.banner img {
    width: 400px;
}

.quesiton-service {
    background-color: #eff3fe;
    padding-top: 64px;
}

.parts img {
    display: block;
    margin: auto;
}

.quesiton-service .parts {
    width: 690px;
    border-radius: 17px;
    background-color: #fff;
    box-shadow: 3px 3px 10px 3px #ced6ef;
    -webkit-box-shadow: 3px 3px 10px 3px #ced6ef;
    margin: 0 auto 55px;
}

.parts ul {
    margin: 0;
    padding: 0;
}

.parts ul li {
    color: #444c62;
    padding: 30px 35px 30px 300px;
    font-size: 26px;
    position: relative;
    border-bottom: 1px dashed #cbcbcb;
    display: flex;
    align-items: center;
    flex-direction: row;
    min-height: 150px;
}

.parts ul li:last-child {
    border: none;
}

.parts ul li:first-child {
    background: url('../images/p1.png') no-repeat left center;
    background-size: 203px auto;
    background-position-x: 35px;
}

.parts ul li:nth-of-type(2) {
    padding: 30px 300px 30px 35px;
    background: url('../images/p2.png') no-repeat right center;
    background-size: 203px auto;
    background-position: right 35px center;
}

.parts ul li:nth-of-type(3) {
    background: url('../images/p3.png') no-repeat left center;
    background-size: 203px auto;
    background-position-x: 35px;
}

.parts ul li:nth-of-type(odd) b {
    position: absolute;
    left: 262px;
    height: 100%;
    width: 18px;
    background: url(../images/triangle.png) no-repeat left center;
    background-size: 18px auto;
    top: 0;
}

.parts ul li:nth-of-type(even) b {
    position: absolute;
    right: 262px;
    height: 100%;
    width: 18px;
    background: url('../images/triangle.png') no-repeat left center;
    background-size: 18px auto;
    transform: rotate(180deg);
    top: 0;
}

.parts ul li i {
    font-style: normal;
    color: #ff9440;
}

.parts ul li span {
    text-align: justify;
}

.t2-content {
    padding: 30px 0 35px;
    position: relative;
}

.p4 {
    margin: 0 auto;
    display: block;
    padding: 30px 0 60px;
}

.parts h3 {
    color: #444c62;
    font-size: 32px;
    text-align: center;
    margin-top: 30px;
}

.parts label {
    position: relative;
    color: #ff9440;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 5px;
}

.plan {
    text-align: center;
    margin: 0 auto;
}

.parts .plan span {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.parts label:before {
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #fee8d7;
    border-radius: 25px;
    left: 0;
    content: "";
    bottom: 5px;
}

.t2-content p {
    color: #fff;
    font-size: 28px;
}

.t2-content p:nth-of-type(1) {
    position: absolute;
    left: 50px;
    top: 87px;
}

.t2-content p:nth-of-type(2) {
    position: absolute;
    left: 48px;
    top: 265px;
}

.t2-content p b {
    font-size: 38px;
}

.solution {
    padding: 50px 30px 30px;
    position: relative;
}

.solution::before {
    display: block;
    content: "";
    position: absolute;
    left: 232px;
    top: 92px;
    width: 2px;
    height: 62.5%;
    border-left: 1px dashed #e3b482;
}

.solution-case {
    padding-bottom: 35px;
    font-size: 30px;
    color: #444c62;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.solution-case a {
    background-image: linear-gradient(to right, #ff943f, #ff780d);
    padding: 3px 30px;
    border-radius: 25px;
    color: #fff;
    height: 50.8px;
    line-height: 47px;
    font-size: 28px;
}

.solution-case b {
    color: #ff9440;
}

.solution-case i {
    display: inline-block;
    background: url('../images/circle.png') no-repeat center center;
    background-size: 18px;
    width: 60px;
    height: 50.8px;
    z-index: 6;
}

.solution-case span {
    width: 380px;
    display: inline-block;
    text-align: justify;
    padding: 0;
    font-size: 28px;
}

.details-img {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f8f8f8;
}

.details-img img {
    margin: 0 auto;
    display: block;
}