.com-sear {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 202;
}

.com-sear .sear-top {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 200px;
    padding: 0 10%;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.25);
    animation: fadeInDown 0.6s ease-in-out;
}

.com-sear .sear-top .form1 {
    width: 100%;
    position: relative;
    padding: 80px 50px 0;
}

.com-sear .sear-top .form1 .btn-sub {
    position: absolute;
    left: 0;
    top: 80px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.com-sear .sear-top .form1 .btn-sub i {
    font-size: 30px;
}

.com-sear .sear-top .form1 .inp1 {
    font-size: 26px;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #888;
}

.com-sear .sear-top .form1 .i-cha {
    cursor: pointer;
    position: absolute;
    top: 78px;
    right: 0;
    font-size: 32px;
}

.recommend-info {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.recommend-info li {
    overflow: hidden;
    font-size: .74vw;
    line-height: 22px;
}

@media (max-width:768px) {
.recommend-info li {
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
}
}

.recommend-info li a {
    float: left;
    color: #999;
}
@media (max-width:768px) {
.recommend-info li a {
    float: left;
    color: #999;
	 font-size: 12px;
}
}

.recommend-info li a:hover {
    color: #262777;
}

.recommend-info2 {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.recommend-info2 li {
    overflow: hidden;
    font-size: .74vw;
    line-height: 24px;
}

.recommend-info2 li a {
    float: left;
    color: #999;
}

.recommend-info2 li a:hover {
    color: #262777;
}

#slider1 {
    width: 100%;
    margin: 0 auto;
    border: 25px solid #fff;
    border-bottom: 20px solid #fff;
}

@media (max-width: 713px) {
    #slider1 {
        width: 100%;
        height: auto;
        /* reset slider height to automatically fix with the first image height. */
        border: none;
        margin-top: 5px;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-bottom: 5px;
    }
	.recommend-info2 li a {
    float: left;
    color: #999;
	font-size:12px;
}
}
