.sh-header{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.sh-header img{
    width: 100%;
    height: auto;
}
.sh-main{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}
.sh-main .main-content{
/*    width: 70%; */
    height: auto;
}
.sh-main .main-content img{
    width: 100%;
    height: auto;
}
.sh-main .main-sidebar{
    width: 30%;
    height: auto;
}
.sh-main .main-sidebar img{
    width: 100%;
    height: auto;
}
.sh-main .main-content .scroller{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    justify-content: space-between;
}
.sh-main .main-content .scroller .card{
    width: 290px;
    height: auto;
    margin: 10px;
    flex: none;
    position: relative;
    color: #314C89;
    background-color: #F7F7F7;
    padding: 20px 0 20px 0;
}

.sh-main .main-content .scroller .card .recommend{
    background-color: #FBBA00;
    color: #314C89;
    text-align: center;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 20px 0 20px;
    height: 34px;
    line-height: 40px;
}

.sh-main .main-content .scroller .card .card-header{
	padding: .75rem 1.25rem;
    display: flex;
    flex-direction: row;
    background-color: #F7F7F7;
    border: 0px solid transparent;
}
.sh-main .main-content .scroller .card .card-header img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.sh-main .main-content .scroller .card .card-header h3{
    font-size: 25px;
	font-weight: normal;
}
.sh-main .main-content .scroller .card .card-from{
    padding: 0px 0 10px 0;
}
.sh-main .main-content .scroller .card .card-list{
    font-size: 14px;
	margin-bottom: 1rem;
}
.sh-main .main-content .scroller .card .card-main{
    padding: 0 20px;
}
.sh-main .main-content .scroller .card .card-main .card-button{
    display: block;
    background-color: #314C89;
    color: #FFFFFF;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    transition: 0.4s;
	text-decoration: none;
}

.sh-main .main-content .scroller .card .card-main .card-button:hover{
    background-color: #193068;
    color: #FFFFFF;
    text-decoration: none;
}

select,
::picker(select) {
  appearance: base-select;
}
select {
  border: 2px solid #314C89;
  background: #F7F7F7;
  padding: 10px;
  transition: 0.4s;
  width: 190px;
}

select:hover,
select:focus {
  background: #ddd;
}

@media (max-width: 850px) {
    .sh-main .main-content{
    width: 100%;
    height: auto;
}

.sh-main .main-sidebar{
    display: none;
}
}