.cpsmsbox{
    height: 40.666666666666667rem;
    background-image: url(../images/cpsmsbg.png);
    background-size: 100% 100%;
}
.cpsmspic-box {
    display: flex;
    justify-content: center;
}
.cpsmspic{
    width: 27.2rem;
    margin-top: 3.013333333333333rem;
    min-width: unset;
}

.searchbutton{
    width: 2.053333333333333rem;
    min-width: unset;
    max-width: unset;
    height: 1.6rem;
    cursor: pointer;
}
.search-input{
    display: flex;
    margin-left: 6.133333rem;
    margin-top: 2.346666666666667rem;
    position: relative;
}

.search-input input{
    height: 1.6rem;
    width: 32rem;
    background-color: #fff;
    padding-left: 1rem;
    border-top-left-radius: 0.5rem;
    background-image: url(/static/home/images/cpsmsxia.png);
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    background-position-y: 0.3rem;
    background-position-x: calc(100% - 1rem);
}

.search-result{
    position: absolute;
    width: 32rem;
    top: 1.57rem;
    display: none;
    z-index: 9;
}

.cpsmscontent{
    display: flex;
    margin-top: 4.453333333333333rem;
}

.cpsmscontent-left{
    width: 12rem;
    height: 17.253333333333333rem;
    background-image: url(../images/cpsmsmenu.png);
    background-size: 100% 100%;
    margin-left: -1.2rem;
    padding-left: 2.72rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cpsmscontent-left p{
    font-size: 1rem;
    line-height: 1rem;
}

.search-result a{
    display: block;
    width: 100%;
    height: 1.973333333333333rem;
    padding-left: 1rem;
    background-image: url(../images/cpsmsabg.png);
    line-height: 1.973333333333333rem;
    font-size: 18px;
}

.cpsmscontent-center{
    /* width: 13.36rem; */
    margin-left: 1rem;
    height: 17.253333333333333rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cpsmscontent-title-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpsmscontent-center-box{
    position: relative;
}

.cpsmscontent-center-item{
    width: 26.8rem;
    height: 2.5rem;
    background-image: url(../images/cpsmsitembg.png);
    background-size: 100% 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cpsmscontent-center-item span{
    font-size: .7rem;
    line-height: 2.5rem;
}
.cpsmscontent-center-item img{
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    min-width: unset
}
.cpsmscontent-right-item{
    width: 10rem;
    height: 2.5rem;
    background-image: url(../images/cpsmsdownbg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    margin-left: 1rem;
}
.cpsmscontent-right-item span{
    font-size: .7rem;
    color: #fff;
}
.cpsmscontent-right-item img{
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    max-height: 1rem;
    min-width: unset;
}

.cpsmscontent-content-box{
    margin-top: -.5rem;
    padding-top: .5rem;
    width: 26.8rem;
    background-color: #ddd;
    position: absolute;
    display: none;
    z-index: 99;
}

.cpsmscontent-content-box span{
    width: 100%;
    height: 1.226666666666667rem;
    line-height: 1.226666666666667rem;
    display: block;
    padding-left: 1rem;
    cursor: pointer;
}

.cpsmscontent-content-box span:hover{
    background-color: #00376A;
    color: #fff;
}