.m-hd .m-nav a.active {
    color: #FF4A5E;
}
.m-hd .m-nav a.active::before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.m-hd .m-nav a.active::after {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.m-hd .m-nav a:hover {
    background: none;
    color: #FF4A5E;
    outline: none;
}
.m-hd .m-nav a:hover::before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.m-hd .m-nav a:hover::after {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.m-hd .m-nav a::before {
    background: transparent none repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    width: 25px;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    border-left: 1px solid #FF4A5E;
    border-top: 1px solid #FF4A5E;
    top: 0;
    left: -70px;
}
.m-hd .m-nav a::after {
    background: transparent none repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    width: 25px;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    border-right: 1px solid #FF4A5E;
    border-bottom: 1px solid #FF4A5E;
    bottom: 0;
    right: 70px;
}
.ys-slider .index-register{
    background-color: #FE8724;
    border-color: #FE8724;
    color: #ffffff;
    width: 180px;
    height: 40px;
    font-size: 18px;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.ys-slider .index-register:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.ys-slider .ys-news {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 300px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}
.ys-slider .ys-news .search-box {
    position: relative;
    width: 100%;
    height: 40px;
    /* Internet Explorer 10+ */
    /* WebKit browsers */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
}
.ys-slider .ys-news .search-box .search {
    position: absolute;
    left: 4px;
    top: 4px;
    height: 32px;
    line-height: 32px;
    width: 220px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    vertical-align: middle;
    padding: 1px 2px 0 4px;
    font-size: 16px;
    -webkit-transform: uppercase;
    transform: uppercase;
    color: #fff;
}
.ys-slider .ys-news .search-box input:-ms-input-placeholder {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 26px;
}
.ys-slider .ys-news .search-box input::-webkit-input-placeholder {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 26px;
}
.ys-slider .ys-news .search-box input::-moz-placeholder {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 26px;
}
.ys-slider .ys-news .search-box input:-moz-placeholder {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 26px;
}
.ys-slider .ys-news .search-box .btn {
    position: absolute;
    width: 60px;
    height: 27px;
    right: 4px;
    top: 4px;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.ys-slider .ys-news .news-box .tit {
    font-size: 16px;
    color: #FF4A5E;
    line-height: 30px;
    padding: 0 20px;
    text-align: left;
    font-weight: 900;
}
.ys-slider .ys-news .news-box .tit .more {
    float: right;
    color: #FE8724;
    text-decoration: none;
    font-size: 12px;
}
.ys-slider .ys-news .news-box .list {
    padding: 2px 20px;
    margin: 2px auto;
}
.ys-slider .ys-news .news-box .list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
}
.ys-slider .ys-news .news-box .list li a {
    text-decoration: none;
    color: #fff;
    line-height: 41px;
}
.ys-slider .ys-news .news-box .list li:hover > a {
    color: #FF4A5E;
}
.ys-link-box {
    display: flex;
    justify-content: space-around;
}
.ys-link-box .ys-link{
    background:none;
    border: none;
    text-align: center;
    width: 15%;
}
@media only screen and (max-width: 640px) {
    .ys-link-box{
        display:block;
    }
    .ys-link-box .ys-link{
        width: 85%;
    }
}
