/* pc端中间部分 */
.pc-main{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    top:calc(100vh - 75%);
}
.pc-main .main-left{
    width: 30%;
    height: 25rem;
    position: relative;
}
.pc-main .main-left p{
    color: #cccccc;
    font-size: 1.8rem;
    text-indent:2.5rem;
}
.pc-main .main-left p:nth-child(2){
    position: absolute;
    padding-right: 25px;
    bottom: 0;
    right: 0;
    font-size: 3rem;
    display: flex;
    align-items: center;
    border-radius: 35px;
    background-color: #000000;
    opacity: 0.7;
    color: #cccccc;
    font-weight: bold;
}
.pc-main .main-left p:nth-child(2) .fa-chevron-circle-right{
    display: inline-block;
    color: #ffffff;
}
.pc-main .main-right{
    width: 60%;
    position: absolute;
    right: 0;
    padding-left: 10rem;
}
.pc-main .main-right .first{
    width: 70rem;
    height: 6rem;
    border-radius: 20px;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    opacity: 0.6;
}
.pc-main .main-right .first input{
    width: 60rem;
    height: 100%;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size:3.2rem ;
    border-radius: 20px 0px 0px 20px;
    padding-left: 20px;
}
.pc-main .main-right .first a{
    display: inline-block;
    width: 6rem;
    height: 100%;
    font-size: 6rem;
    margin-left: 1.5rem;
}
.pc-main .main-right p:nth-child(2){
    width: 28rem;
    height: 5rem;
    line-height: 5rem;
    color: #cccccc;
    font-size: 3.5rem;
    margin-top: 1rem;
    margin-left: 68rem;
    letter-spacing:6px;
}
.pc-main .main-right p:nth-child(3){
    width: 28rem;
    height: 2rem;
    line-height: 2rem;
    color: #cccccc;
    font-size:1.5rem;
    margin-top: 1rem;
    margin-left: 70rem;
    word-spacing:6px;
}

/* 移动端中间部分 */
.mob-main{
    box-sizing: border-box;
    width: 100%;
    padding: 0px 1.5rem;
    position: absolute;
    top: calc(100vh - 85%);
    position: relative;
}
.mob-main .main-top .second{
    width: 100%;
    height: 3rem;
    border-radius: 20px;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    opacity: 0.6;
}
.mob-main .main-top .second input{
    width: 90%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size:1.2rem ;
    border-radius: 20px 0px 0px 20px;
    padding-left: 20px;
}
.mob-main .main-top .second a{
    display: inline-block;
    width: 3rem;
    height: 100%;
    font-size: 2.6rem;
    margin-left: 0.3rem;
}
.mob-main .main-top p:nth-child(2){
    width: 10rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #cccccc;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    margin-left: 55%;
    letter-spacing:6px;
}
.mob-main .main-top p:nth-child(3){
    width: 10rem;
    height: 1rem;
    line-height: 2rem;
    color: #cccccc;
    font-size:0.5rem;
    margin-left:60%;
    word-spacing:2px;
}
.mob-main .main-bottom{
    width: 100%;
}
.mob-main .main-bottom p:nth-child(1){
    border-bottom: 1px solid white;
    margin-top: 1.5rem;
    width: 70%;
    color: #cccccc;
    font-size: 0.8rem;
    text-indent:1.2rem;
    line-height: 1.5rem;
}
.mob-main .main-bottom p:nth-child(2){
    width: 75%;
    font-weight: bold;
    color: #cccccc;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 35px;
    background-color: #000000;
    opacity: 0.7;
    color: #cccccc;
    font-weight: bold;
    margin-top: 2rem;
}
.mob-main .main-bottom p:nth-child(2) a{
    color: white;
    margin-left: 0.5rem;
    font-size: 2rem;
}