.con {
    width: 100%;
    height: 50vw;
    background-color: #d5f3ea;
}

.con .box {
    width: 80vw;
    margin: 0 auto;
}

.con .box .left {
    width: 52vw;
    display: block;
    float: left;
    margin-top: 110px;
    margin-left: 10px;
}

.con .box .left img {
    width: 100%;
    height: auto;
    display: block;
}

.con .box .right {
    width: 27vw;
    height: 33vw;
    background-color: #fff;
    float: left;
    margin-top: 110px;
    box-shadow: 5px 5px 8px rgb(215 215 215);
    border-radius: 10px;
    border: 1px solid rgba(215, 215, 215, 1);
}

.con .box .right div {
    border-bottom: 1px solid rgb(121 121 121);
    margin-top: 40px;
}

.con .box .right input {
    text-indent: 5px;
}

.con .box .right ul {
    display: flex;
    margin-bottom: 10%;
}

.con .box .right ul li {
    flex: 1;
    text-align: center;
    line-height: 5vw;
    border-bottom: 1px solid #cccccc;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #7C7C7C;
    cursor: pointer;
}

.con .box .right ul li:nth-of-type(1) {
    border-right: 1px solid #cccccc;
}

.con .box .right ul .active {
    border-color: #008fe0;
    color: #008fe0;
}

.con .box .right form {
    width: 66%;
    margin: 0 auto;
}

.con .box .right .password input {
    width: 100%;
}

.con .box .right .password input,
.con .box .right .Phone input {
    display: block;
    border: none;
    height: 50px;
}

.con .box .right .telphone {
    display: flex;
    border: none;
    margin-top: 0;
}

.con .box .right .telphone p {
    flex: 1;
    text-align: center;
    line-height: 50px;
    margin-top: 40px;
    background-color: #a19f9f;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.con .box .right .password .code {
    width: 50%;
    margin-top: 40px;
    display: inline-block;
}

.con .box .right .password .codeImg {
    width: 48%;
    cursor: pointer;
}

.con .box .right button {
    display: block;
    width: 100%;
    line-height: 210%;
    /* height: 10%; */
    background-color: rgba(33, 152, 140, 1);
    border-radius: 5px;
    font-size: 30px;
    border: none;
    margin: 0 auto;
    color: #fff;
    margin-top: 50px;
}

.con .box .right input::-webkit-input-placeholder {
    color: rgb(202 202 202);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.con .right .change img {
    width: 30px;
    height: 30px;
    vertical-align: text-top;
    margin-right: 5px;
}

.con .right .tip1,
.con .right .tip2 {
    height: 50px;
    font-family: "宋体 常规", 宋体;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: rgb(217, 0, 27);
    line-height: 50px;
}