body{
	margin: 0;
	font-family: "pingfang";
	height: 100%;
}
    .box{
    width: 100%;
    /* height: 969px; */
    display: flex;
    justify-content: space-between;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
   }
   .left,.right{
    width: 50%;
   }
   .left{
    background-color: #F7F8FA;
    min-height: 100vh;
   }
   a{
    text-decoration: none;
    /* color: black; */
   }
   .right img{
    width: 100%;
    height: 100%;
   }
   .icon img{
    height: 40px;
    margin: 50px;
   }
   .login img{
    margin-left: 20%;
    margin-top: 30px;
    height: 30px;
   }

   .nav{
    margin-top: 10%;
    margin-left: 21%;
    }
    .nav ul{
        list-style: none;
    }
    .nav ul li{
        display: inline-block;
        margin-left: 30px;
        position: relative;
    }
    .nav .selected>a::before{
        content: "";
        width: 45px;
        height: 6px;
        background-color: #156FFC;
        position: absolute;
        top: 40px;
    }
    .userLogin{
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color:rgb(194, 190, 190);
        font-size: 20px;
    }
    .active{
        color: black;
        font-weight: 600;
        /* border-bottom: 3px solid #156FFC; */
        padding-bottom: 10px;
        font-family: "SourceHanSansCN-Bold";
    }

    .inputBox{
        display: flex;
        flex-direction: column;
        margin-left: 28%;
        height: 125px;
        justify-content: space-between;
        margin-top: 40px;
    }


    .input-phone,.input-code{
        height: 40px;
        border: none;
        outline-style: none;
        margin-left: 15px;
        font-size: 14px;
    }
    .input-phone{
        width: 90%;
    }
    .input-code{
        width: 230px;
    }
    #LoginBtn{
        background-color: black;
        color: white;
        width: 350px;
        height: 50px;
        border-radius: 30px;
        font-size: 15px;
        border: none;
        margin-top: 30px;
        cursor:pointer;
    }
    .confirm{
        position: absolute;
        color:rgb(194, 190, 190);
        margin-top: 20px;
    }
    .codeBox{
        width: 350px;
        height: 50px;
        border-radius: 30px;
        border: 1px solid black;
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        background-color: white;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    .phoneBox{
        width: 350px;
        height: 50px;
        border-radius: 30px;
        border: 1px solid black;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .bottom{
        margin-left: 28%;
    }

    .border{
        border: 2px solid black;
    }

    .weixin{
        display: none;
        margin-left: 28%;
        margin-top: 40px;
    }
    .ewm{
        width:230px;
        border: 1px solid #222220;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
}

.codeBtn{
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: rgb(33, 137, 223);
    border: none;
    background-color: white;
}

.wxWin{
    width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* display: none; */
	z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wxWin .winCard{
    width: 26%;
    /*height: 40%;
    */
    padding: 50px 50px 40px 50px;
    background-color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    top:0
}
.wxWin .winCard .phone{
    margin-top: 50px;
}
.wxWin .winCard .yz{
    margin-top: 30px;
}
.wxWin .winCard .phone,.wxWin .winCard .yz{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wxWin .winCard .closeWin{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.wxWin .winCard .closeWin img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
.wxWin .winCard .bindTitle{
    font-size: 24px;
    color: #191919;
    font-weight: bold;
}
.wxWin .winCard .line{
    width: 100%;
    height: 1px;
    background-color: #eee;
    border-radius: 0.5px;
    -webkit-border-radius: 0.5px;
    -moz-border-radius: 0.5px;
    -ms-border-radius: 0.5px;
    -o-border-radius: 0.5px;
    margin-top: 20px;
}
.winCard .winIcon{
    width: 20px;
    height: 26px;
    margin-right: 25px;
}
.winCard .winIcon img{
    width: 100%;
    height: 100%;
}
.winInput{
    border: none;
    outline: none;
    font-size: 18px;
}
.winInput::placeholder{
    font-size: 18px;
    color: #AAAAAA;
}
.winCard .yz .sendBtn{
    width: 140px;
    height: 52px;
    background-color: #146DFD;
    font-size: 18px;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: none;
    box-shadow: 0px 3px 10px 0 rgba(20, 109, 253, 0.40);
}
.winCard .confirmBtn{
    display: block;
    width: 220px;
    height: 62px;
    background-color: #191919;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 40px auto 0;
    font-size: 20px;
    color: white;
    border: none;
    cursor: pointer;
}
.group{
    display: flex;
}
.isShow{
    display: none;
}
@media (max-width:1470px) {
    .wxWin .winCard{
        width: 29%;
    }
    .wxWin .winCard .phone {
        margin-top: 30px;
    }
    .wxWin .winCard{padding: 40px 40px 30px 40px;}
    .winInput{width: 150px;}
    .winCard .yz .sendYzm{
        width: 130px;
        height: 45px;
        font-size: 16px;
    }
    .winCard .confirmBtn{width: 190px;height: 55px;font-size: 18px;margin: 30px auto 0;}
}